Skip to main content

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

How to Enable Soft Kwya on Rooted Android Devices

In this post, we will see the different ways to enable it on Android [Both rooted and non-rooted devices]. Let's get started.

Enable Soft Keys on Rooted Android Devices

1

Editing Build.prop File

Video Tutorial

Steps

  • To enable soft keys, you need to edit the build.prop file.
  • Open ES File Explorer app.
  • Go to /system. Copy the build.prop file and paste it in the SD Card. Now we have the backup of the build.prop.
  • Again go to /system and tap the build.prop file. Select ES Note Editor option.
  • Click on overflow menu at the top and select "Edit".
  • Add the following lines at the end
  • qemu.hw.mainkeys=0

    Adding soft keys code in build.prop file
  • Press back button and select "Yes" in the confirmation message.
  • Reboot your phone.

Now you can see the soft keys on your Android phone.

Soft Keys on Android

You can disable these keys by removing the code from the build.prop file.

Alternatively, you can disable the soft keys at any time by changing the value 0 to 1.

qemu.hw.mainkeys=1

2

Xposed Installer

If you are a Xposed framework user, then you can use the GravityBox module to enable the soft keys. Here are the steps:

  • Install GravityBox module as per your Android device version.
  • Go to Navigation bar tweaks.
  • Enable the Master switch.

That’s all. Reboot your phone and you can see the navigation bar on your handset.

After reboot, Go to Navigation bar tweaks in GravityBox module.

There you can see many options to customize the navigation bar. I suggest you to play with the options and customize soft keys as per your wish.

Enable Soft Keys on Non-Rooted Android Devices

Simple Control

You can get the soft keys on non-rooted Android devices by using this app. Here is the download link.

  • Install and open the app.
  • At the first run, it will take you to the Accessibility. Enable it for the app.
  • This app has a lot of customization options. You can use them to customize the navigation bar as per your liking.
  • Simple Control app settings

I hope you like the information in this post. If you like the information in this post, share this post with your friends.


Original post: https://www.technologyhint.com/enable-soft-keys-android-phone/

Popular posts from this blog

Google Search Bar Destroyer

Straightforward module to remove the unsightly Google Search Bar from the homescreen. The hook point is very generic, so update are rarely needed. Thanks to theknut/GEL's Xposed module for early hints/hook points. Author(s):  jeboo Support/Discussion URL:  https://forum.xda-developers.com/axon-7/themes/mod-hide-google-search-bar-t3547447 Source code URL:  https://github.com/jeboo/googlesearchbar_destroyer Package:  com.none.gsb_destroyer Version name:  1.1 Release type:  Stable  (low risk of bugs) Download:  com.none.gsb_destroyer_v2_329831.apk  (1.35 MB) Number of downloads:  40 in total · 40 in the last 24 hours MD5 checksum:  329831872cfeb03c62cc546d03bbab38 Uploaded on:  Monday, January 30, 2017 - 03:59 Changes:  Updated for Google code changes (April '16).

Play Store Fixes

If you have set a custom DPI, Play Store stops showing some of your apps because Google thinks they are incompatible with your phone. This module tries to avoid that by making Play Store think it had a "normal" DPI and transmitting the same to Google's servers. Note that it will NOT allow you to download apps that are not offered in your country, or restricted by anything but your custom DPI. After installing this modules, you might want to check the settings. You can access them from the "Modules" tab in the Xposed Installer. Just click on the module. From here, you can: - Choose which DPI to send (default: 240) - Unlock the debug menu. Useful to quickly empty the cache to force a recheck for updates, but can also do  other things . Afterwards, you need to reboot. If you still don't see all apps, you can try one or more of the following steps: - Just wait a few hours or days - wherever something is cached, it should be refreshed from time to time -