[SOLVED]Wakup via Optical Trackpad

zalez

Senior Member
Oct 19, 2009
225
63
0
What he said... :D

Thanks zalez, I added the file to all my Roms!
Thank you also for zipping that up for me :)

When I get home later I will grab my girlfriends phone and get it to you. One thing first...I'm a little new to this stuff can you tell me the commands?

Thanks!
I know nothing about the Aria and the only way I know how to pull the file is using adb. Do you have adb working on it? If so then I would assume you have android sdk installed and what not.

Assuming your sdk is C:\sdk from a command prompt:

Code:
cd /
cd sdk/tools
adb pull /system/usr/keylayout/qwerty.kl
All of this is assuming you have adb working and now how to get the Aria in to the proper state for adb.
 

KB Smoka

Senior Member
Jun 13, 2010
278
11
48
CT
I know nothing about the Aria and the only way I know how to pull the file is using adb. Do you have adb working on it? If so then I would assume you have android sdk installed and what not.

Assuming your sdk is C:\sdk from a command prompt:

Code:
cd /
cd sdk/tools
adb pull /system/usr/keylayout/qwerty.kl
All of this is assuming you have adb working and now how to get the Aria in to the proper state for adb.
Yup....I have all that working....I'll send it when I get home. Thanks again!
 

topgnat

Senior Member
Dec 13, 2008
87
42
0
THANKS

From the bottom of my heart. You made me love my Inc even more. Always missed this functionality, and searched almost every day almost everywhere.

Thank you so much.
 

Mudavo

Senior Member
Jun 10, 2010
356
410
0
I'm using the jts 2.1 Sensless rom with the stock radio. Just installed using the update.zip and its working. I like how I can press the trackpad button now and it goes straight to the pattern lock instead of having to swipe then do the pattern :) .

Sent from my ADR6300 using XDA App
 

drmbdrummer

Senior Member
Feb 7, 2008
84
1
0
Thank you to everyone involved with this. I have it running on pmf's 1.2 rom, which is ultra cool since now the trackpad both wakes AND unlocks the phone :).

Thanks again!
 

ludeboy

Senior Member
Mar 12, 2007
225
46
0
You don't need to do this with cm6. It's already there. Like one person stated, if it doesn't work immediately, just hold down on the button.
 

CafeteriaMan

Member
Oct 20, 2009
45
9
0
For some reason the push didn't work, but the zip did. Anywho, thanks for this! Been wanting this functionality for a long time. Now I just have to remember it's there now and stop pressing the power button... LOL

Thanks guys...
 

nmyeti

Senior Member
Jun 25, 2010
289
122
0
I ran the update. After reboot, it worked okay for a bit but then the functionality disappeared. A reboot restored the modification to working, but as soon as the phone starts to sleep, it stops again.
 

trombone dixie

Senior Member
Jun 26, 2010
352
2
0
lagoon
Try this qwerty.kl file. I was just monkeying around with. Works perfect for me.

unzip and then:

adb push to /system/usr/keylayout/

View attachment 363293
Is sdk located in the tools folder? I'm new to this whole thing so i've been pushing it like i would a bootanimation.

Here is what is coming up when I try to push it...
Code:
C:\android-sdk-windows\tools>adb push qwerty.kl /system/usr/keylayout
failed to copy 'qwerty.kl' to 'system/usr/keylayout/qwerty.kl' : Read-only file system

C:\android-sdk-windows\tools>
I can't figure out what I'm doing wrong here. Any ideas?
 

Refot_Sirk

Member
May 18, 2010
39
9
0
46
Holland
Is sdk located in the tools folder? I'm new to this whole thing so i've been pushing it like i would a bootanimation.

Here is what is coming up when I try to push it...
Code:
C:\android-sdk-windows\tools>adb push qwerty.kl /system/usr/keylayout
failed to copy 'qwerty.kl' to 'system/usr/keylayout/qwerty.kl' : Read-only file system

C:\android-sdk-windows\tools>
I can't figure out what I'm doing wrong here. Any ideas?
Is your phone in recovery when you do these commands?