Jump to content
Reliance Jio & Reliance Mobile Discussion Forums
topgnat

Incredible Wakeup Using Trackpad

Recommended Posts

Easily WakeUp Incredible with Track Pad!Riendo.gif

After searching since I bought Incredible I had been missing this functionality on Inc.

Finally I got this file elsewhere and this gets me love my Inc even more.

Hope there are others who would like it as well.

Just download the file, Unzip and put the file in the tools folder of SDK.

while phone is powered on plug it in and then do

Code:

adb reboot recovery

Once in recovery:

Code:

adb shell

mount -a

(it will give error saying it couldnt mount curtain things. This is OK)

now run

Code:

df

(It will output some data and percentage figures)

Now run

Code:

cd /system/usr/keylayout

cp qwerty.kl qwerty.kl.old

(do this so we have a backup incase we need to go back)

Now run

Code:

adb push qwerty.kl /system/usr/keylayout

adb reboot

Wola... once booted, you would be able to power on the screen with the optical trackpad.

qwerty.zip

Edited by topgnat
  • Like 1

Share this post


Link to post
Share on other sites
:thumb:

Share this post


Link to post
Share on other sites
:thumb:

Share this post


Link to post
Share on other sites

Can you tell me in detail how and where to put those codes?

I am a begineer when it comes to programming. So can you please elaborate the procedure?

Share this post


Link to post
Share on other sites

first root

Share this post


Link to post
Share on other sites

^^

OOh! I'll have to root the device to enjoy the above mentioned trick?

Isn't there any other way to bring a similar functionality on non-rooted incredible?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×