[APP] Trackpad wake for your Zeee

Search This thread
J

JupiterDroid

Guest
Thanks to eViL on the G2 section, we have trackpad wake, so you dont have to press the power button to wake the phone every time, just press your trackpad;)

YOU NEED ROOT!

Instructions:
Copy package to the ROOT of you sdcard and extract it: http://xdaforums.com/attachment.php?attachmentid=434724&d=1288983166
Install Gscript Lite
Open Gscript via app drawer
Press Menu
Add Script
Load File
Select vision-tp-wake
Ensure "Needs SU?" is checked
Save
Run Script
**The phone will then do a "Hot Restart", let it boot again et voila!

JD
 
Last edited:

B73C

Member
Mar 7, 2007
45
0
Love it! Works a treat.

I extracted the zip prior to installing it on my SD card as I wasn't sure how to extract the zip once it was on my device. Use Astro perhaps, but disk mode when connected to the PC is much easier (if you have access to a PC, I guess).

I was confused about "Install Gscript (inside /sdcard/gscript)" as I couldn't specify where it was installed, however GScript Lite installed from Market using it's defaults worked just fine.

Just to be clear, make sure you're rooted prior to running the script...
 

gtrab

Senior Member
Aug 10, 2007
2,973
512
America
@JupiterDroid:

Thanks for the contrib

1.- May I suggest you to add "YOU NEED ROOT !!" and "download GScript Lite from the Market" to the tutorial,
if you don't wat to get overwhelmd by tons of "it doesn't work" and "what gscript" posts

2.- Should this be placed @ themes and apps forum ??

.
 
J

JupiterDroid

Guest
@JupiterDroid:

Thanks for the contrib

1.- May I suggest you to add "YOU NEED ROOT !!" and "download GScript Lite from the Market" to the tutorial,
if you don't wat to get overwhelmd by tons of "it doesn't work" and "what gscript" posts

2.- Should this be placed @ themes and apps forum ??

.

1. DONE
2. only in the themes and apps forum because the dev forum is a ghost town;(
3. will start posting ij the dev forum from now;P
 

gtrab

Senior Member
Aug 10, 2007
2,973
512
America
1. DONE
2. only in the themes and apps forum because the dev forum is a ghost town;(
3. will start posting ij the dev forum from now;P

general forum ?? apps ?? development ?? :confused:

this is an app, so it should go @ themes & apps forum,
but it's also developer's matter,
don't ask me 'coz I dunno :D
you should ask the Supreme Commander of the Universe,
some say he (she?) has an almighty whip :p

.
 
Last edited:

TheRomMistress

XDA Portal Team / Retired Senior Moderator
Apr 17, 2010
4,032
520
Virginia
general forum ?? apps ?? development ?? :confused:

this is an app, so it should go @ themes & apps forum,
but it's also developer's matter,
don't ask me 'coz I dunno :D
you should ask the Supreme Commander of the Universe,
some say he (she?) has an almighty whip :p

.

Yes, My whip is well know...mostly throughout the HD2 section and of course twitter.

I am starting to understand what you guys mean w/ the G2 section...all these links make it hard to decide where to put it and how to tag. I will go ahead and move to Apps section. Thanks guys :)
 
Last edited:

Stealth1985

Senior Member
Nov 14, 2010
64
0
Had this working before but it doesn't seem to be working after I have done Perm Room, S-Off and flashed Paul's custom rom.

Any help?

When I try to run the script it gives me the following info in Gscript.

stderr: cp: not found
stderr: Unable to chmod /system/usr/keylayout/curcial-oj.ko: No such file or directory
stderr: busybox: not found
 

gtrab

Senior Member
Aug 10, 2007
2,973
512
America
Download titanium and tell it to install the latest busybox

Sent from my D-Z with EZDZ PURE ROM Upgrade
 

tbalden

Recognized Developer
mount -o remount,rw /dev/block/mmcblk0p25 /system
cp /sdcard/curcial-oj.kl /system/usr/keylayout/curcial-oj.kl
chmod 04775 /system/usr/keylayout/curcial-oj.kl
mount -o remount,ro /dev/block/mmcblk0p25 /system
script does this...
so removing it should be, shouldnt it:

mount -o remount,rw /dev/block/mmcblk0p25 /system
rm /system/usr/keylayout/curcial-oj.kl
mount -o remount,ro /dev/block/mmcblk0p25 /system


and the busybox killall... just guessing :)

installing it could be done by hand too if it wouldnt be so long to type :)
 
  • Like
Reactions: carlos_polanco

Sh0rty007

Senior Member
Nov 14, 2010
585
37
Well, it works... But when i reboot my phone i have to run the script again and then reboot for a second time....

Update: i have s-off now and now it works great :) no need to run the script and reboot anymore....
 
Last edited:

jark99

Senior Member
Sep 17, 2010
1,509
136
what would i need to write in code to get the trackpad to wake and also put the desire z back into sleep mode? i tried looking at the code, but got abit confused where to start from lol
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    mount -o remount,rw /dev/block/mmcblk0p25 /system
    cp /sdcard/curcial-oj.kl /system/usr/keylayout/curcial-oj.kl
    chmod 04775 /system/usr/keylayout/curcial-oj.kl
    mount -o remount,ro /dev/block/mmcblk0p25 /system
    script does this...
    so removing it should be, shouldnt it:

    mount -o remount,rw /dev/block/mmcblk0p25 /system
    rm /system/usr/keylayout/curcial-oj.kl
    mount -o remount,ro /dev/block/mmcblk0p25 /system


    and the busybox killall... just guessing :)

    installing it could be done by hand too if it wouldnt be so long to type :)
    1
    Hi people,

    It worked fine BUT there is some missing information on first post:

    The "vision-tp-wake.sh" must be on the sdcard in folder GSCRIPT.

    This folder is created automatically after installing the GSCRIPT LITE application.

    If this file is not on that folder then the application wont ever find the scrit :S

    Thanks for reading :D
    1
    Thanks for the most useful mod for G2

    This is what I ve been waiting for. :)