topgnat 17 Report post Posted July 20, 2010 (edited) Easily WakeUp Incredible with Track Pad! 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 July 20, 2010 by topgnat 1 Share this post Link to post Share on other sites
djain1989 16 Report post Posted July 21, 2010 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
Mufaddal 678 Report post Posted July 21, 2010 first root Share this post Link to post Share on other sites
djain1989 16 Report post Posted July 21, 2010 ^^ 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