Categories
Device Online Shopping Solutions

Best Gifts for Christmas!!!!

Christmas is almost upon us and if you haven’t picked up your gifts yet, here are some fun gifts that you can pick up just in time to say “Merry”

Here are the Best Christmas Gifts available online:

When in doubt just go with Christmas Tree Ornaments!!!

Best Tech Gifts for Christmas,

Categories
Android Apps Device Open Source Solutions

Swift Key – Turn Off Keyboard Touch Vibration

Swift Key is one of the best keyboards for Android and IOs. By default, its configured to enable vibration on key press (usually it takes the system defaults). If you are someone who dislikes this feature, here is a simple way to turn off keyboard touch vibration in it:

Steps to Disable Keyboard Touch Vibration in Swift Key:

  • Go to Home -> Settings -> Language & input

    Android Settings Page
    Android Settings Page
  • Tap on “Virtual Keyboard”
    Android Language & input
  • Locate “SwiftKey Keyboard” in the list and tap it
    Virtual Keyboard Menu
  • This will open the SwiftKey Settings… Tap on “Typing”
    Swiftkey Settings
  • Tap on “Sound & Vibration”
    Swiftkey Sound and Vibration Menu
  • Turn off “Keypress Vibration” & “Use the Android default vibration”
    Disable Vibration in SwiftKey
Categories
Android Apps Device Nexus 5

Error 70 Gapps install – Fixed

If you are encountering the following error while trying to flash Gapps with your custom rom:

Error 70: Insufficient storage space available in System partition.

Here is the simple fix for the problem:

  • Flash a smaller size version of the Gapps ROM via TWRP.  Pick either Pico/Micro versions of the ram.
  • For Nexus 5 and CM14/Lineage the Micro Version works just fine
  • After installing the smaller version you can install the remaining apps via the Play Store

 

Categories
Android Apps Device Open Source Solutions

How to Disable Back Button Press in Android

You need to override the “onBackPressed” method to avoid the default action. You can leave the function empty if you dont want any action to be taken on press of the Back Button.

The Code:

@Override
public void onBackPressed() {
}

Note: this requires API Level 5 or higher.

Categories
Android Device Hardware Nexus 5 Open Source Solutions

How To Disable Keyboard Touch Vibration in Android 6 Marsh Mallow (Nexus 5x & 6p)

Google Keyboard is the default keyboard in the Android 6(Marsh Mallow). By default, its configured to enable vibration on key press. If you are someone who dislikes this feature and wants to disable it, here is a simple way of disabling it:
{adinserter 3}

  • Go to Home -> Settings -> Language & input
  • Locate “Google Keyboard” and press it to open its options.
  • Select Preferences
  • Disable the “Vibrate on keypress” option and you are good