[MOD] Wake up with the Trackball

yingchai

Senior Member
May 28, 2010
62
2
0
Not working on my Legend with official froyo ROM (Vodafone) :)

Edit: Ooops didn't see this was an old thread
It works like a charm on my Legend with official froyo ROM (Vodafone)...download the zip file from post #12 will do

Edit: It doesn't work
 
Last edited:
G

GuestD0149

Guest
Hi,

It does not work on my unroot legend, msg was "Signature verification failed". Will try after rooted later.

Thanks for the great works btw.
 

QUBiCA

Senior Member
Jan 15, 2011
193
73
58
/dev/urandom
For those who get read only file system error:

- Get a working adb

type this:
Code:
adb shell
u should see a $ or a #. if you have a $ type this:

Code:
su
you should now see a # if not u don't have root acces.

finally type this:
Code:
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
now you should work.