Capacitive buttons script - turn off and stay off - HTC EVO 3D

Modified a script I found somewhere for turning off capacitive buttons. Made it so that they turn off until the phone tries to change it (either light level our screen state) or to make it stick until reboot. Anytime the script is run, it switches states for the buttons. You choose to make it stick or not.
Instructions:
Push the file to /system/bin
Now in adb shell or terminal, type
leds
for temporary change. Type
leds stay
for permanent change.
If you do a stay command, doing a regular command will return control to the phone.
http://db.tt/4Bx7sRs
Sent from my PG86100 using XDA App
Edit: fixed link for xda app. Oops

It only works on some ROMs. Typically the ones with gpu tweaks and such it wont work, if not then use screen filter app. Thanks for the script though I do use it when I can.
I didn't know about the leds stay command. Thanks.

That's what made me modify it... Original didn't work on synergy when in flashed it, so completely redid it and it works great now. Lot smaller footprint than an app, and I have terminal in wave launcher so it's a quick thing for me to do at anytime.
Sent from my PG86100 using XDA App

Sweet, double thanks!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Any idea if this works on Vipers Rom?

Should work fine now. Try and see, won't hurt anything if it doesn't
Sent from my PG86100 using XDA App

srb7215 said:
Any idea if this works on Vipers Rom?
Click to expand...
Click to collapse
Yea im on vipers rom using it.

Not working for me. I am on Vipers ROM and whatever kernal he is using. I used ES file explorer to copy the file into system/bin. Then into terminal typed leds and it said permission denied. Typed su then leds and it said permission denied. Tried a restart and same thing. Did I miss something?

If you don't use adb to push the file, you need to edit permissions on the file. In terminal,
su
chmod 755 /system/bin/leds
Sent from my PG86100 using XDA App

danaff37 said:
If you don't use adb to push the file, you need to edit permissions on the file. In terminal,
su
chmod 755 /system/bin/leds
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
Awesome. Worked like a charm.

works fine on <<SteelROM v1.02>>
thank you for this btw i hate the lights when i watch stuff beeing looking for a way to do this.
is there a way i can set up a short cut to do the command through terminal?

We need an app that runs this command, like a one click button. I tried doing something with tasker, but I cant really figure it out. I'd pay a dolla for it

Has any one been able to download itfrom their phone?
Sent from my PG86100 using XDA Premium App

phatmanxxl said:
We need an app that runs this command, like a one click button. I tried doing something with tasker, but I cant really figure it out. I'd pay a dolla for it
Click to expand...
Click to collapse
Tasker can probably do this.

Script manager will do it and let you set up a widget for it, just tried it. You can even set up for regular and another with arguments to make it stay. Free ad version in the market.
Sent from my PG86100 using XDA App

Will this work on MIUI ICS?

Yep sure does. Works fine, just tested. Keep in mind the light leakage on the search key that these all have, can't do anything about that.
Sent from my PG86100 using Tapatalk 2

phatmanxxl said:
We need an app that runs this command, like a one click button. I tried doing something with tasker, but I cant really figure it out. I'd pay a dolla for it
Click to expand...
Click to collapse
There is an app on the market called keyboard backlight controller. Free from the market, does exactly what you are asking.

Related

[ROM][EDITED] FROYO MYFROYO RC1 Stable For Daily Driver With Stock Launcher

This Is NOT my ROM its Eugene373's Kanged CM6-RC1 But i edited it to have the stock Froyo 2.2 launcher instead of ADW.Launcher so yeah i Just Edited it so that it has the stock Launcher2.apk
http://coolespressofroyorom.4shared.com
Will try it tonight. Although launcher pro is the heat.
sent from my mytouch slide running froyo thanks to eugene373.
Why not Just post the Launcher2 If it's the same-thing?
btw, Getting to Update the Froyo thread in abit..
Because it won't install as Launcher2.apk it asks to replace adw but is unsucsessful
Sent from my myTouch 3G Slide using XDA App
Whoareyou said:
Because it won't install as Launcher2.apk it asks to replace adw but is unsucsessful
Sent from my myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
Dude... you adb push system apps.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hmm...........
My phone won't show up in adb devices after the original myfroyo2 update and when it would it would not let me push anything to system anything at all
Sent from my myTouch 3G Slide using XDA App
Whoareyou said:
My phone won't show up in adb devices after the original myfroyo2 update and when it would it would not let me push anything to system anything at all
Sent from my myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
So because of a localized issue with ADB you make a very simple modification and republished a ROM?
Go to terminal emulator, cp /sdcard/Launcher2.apk /system/app
It says read only file system if I try to push YouTube.apk via android terminal
Sent from my myTouch 3G Slide using XDA App
Whoareyou said:
It says read only file system if I try to push YouTube.apk via android terminal
Sent from my myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
Why are you push a .apk that needs video playback when I clearly said Video playback is broken?
eugene373 said:
Why are you push a .apk that needs video playback when I clearly said Video playback is broken?
Click to expand...
Click to collapse
Just To Test An APK Push and it was already on my sd card
Whoareyou said:
Just To Test An APK Push and it was already on my sd card
Click to expand...
Click to collapse
Sorry not from Term Emulator from adb shell in recovery.
Beam me up, foo!
r0man said:
Dude... you adb push system apps.
Click to expand...
Click to collapse
GREAT PHOTO!!! LOL! ADDIN' A LITTLE HUMOR, to spice up the X-DizzleLAY! Props for that!
I Updated it to myfroyo-RC1
Whoareyou said:
I Updated it to myfroyo-RC1
Click to expand...
Click to collapse
Typically, kangs should include more than just a replacement launcher...
HebrewToYou said:
Typically, kangs should include more than just a replacement launcher...
Click to expand...
Click to collapse
ITs Just euegenes with Launcher2 ok.
Could a mod change the title to say RC1
For everyone wanting the Launcher2 apk instead of having to install this rom, here it is. http://dl.dropbox.com/u/8403318/Launcher2.apk
Sooooo I'm guessing nobody wants this...do they
Sent from my myTouch 3G Slide using XDA App
Whoareyou said:
Could a mod change the title to say RC1
Click to expand...
Click to collapse
You can do it yourself. Edit > Go Advanced
Whoareyou said:
Sooooo I'm guessing nobody wants this...do they
Sent from my myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
Nope.

[PORT] Gingerbread Keyboard

http://m.pocketnow.com/android/gingerbread-keyboard-available-now-on-froyo
I couldn't get it to work, maybe someone else will have better luck.
EDIT: To make it work halfway, install the attached apk after installing zip. then under settings for android keyboard, disable all auto correction features....this allows the keyboard to open up, though once you press a key on the keyboard, it force closes
APK:http://www.multiupload.com/80MWEFD6LQ
Cant remember where i found this.....credit goes to whoever created it, if you are the creator and see this post, please pm me and i will credit you
Sent from my HTC Glacier using XDA App
I got to install but it just fc' s when I try to type.
Sent from my HTC Glacier using XDA App
same here, always fc's .... nothing special about the keyboard. the closest thing to the iphones awesome error correcting keyboard is smart keyboard pro anyways
billydroid said:
I got to install but it just fc' s when I try to type.
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
Seems like our phone does that with most keyboards...only one I have got to work is smart keyboard.
Sent from my HTC Glacier using XDA App
Yep FC. I have every different way possible to figure this out.
I will keep on it even though I I think it looks like..... well, ****. LOL
EDIT... Okay i got it. After you install, reboot, fix permissions, then go to applications and clear data. Typing this response with it.. and it sucks. LMAO.
I will take a screeny and post it. It must have been the skinning causing the problem. After i did it, the keyboard turned White.
Sent from my HTC Glacier using XDA App
Screeny of this frankenstein abortion. Lol.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my HTC Glacier using XDA App
sicdroid said:
Screeny of this frankenstein abortion. Lol.
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
I think that's the dragon dictation keyboard, lol
Sent from my HTC Glacier using XDA App
Lol, after the clear data, when you input select the Android... that's what runs. Lol.
I'm sure someone will get it worked out.
Sent from my HTC Glacier using XDA App
build.prop
I believe we need to change which version of the sdk the build.prop references. I took a quick look at the file last night buit was too tired from work to try and find it in notepad. It should look like "ro.version.build.sdk". I'll look for it tonight, change it and see what hasppens.
VibrantOwnr said:
I think that's the dragon dictation keyboard, lol
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
That is exactly what it is.
tried everything, nothing worked for me... FC every single time...
Works for me on CM.
Removed DroidX KB since it was worthless and used the same lib and pushed both files via adb.
Edit: used files from HERE. Extracted both apk and lib.
borodin1 said:
Works for me on CM.
Removed DroidX KB since it was worthless and used the same lib and pushed both files via adb.
Edit: used files from HERE. Extracted both apk and lib.
Click to expand...
Click to collapse
Spent and hour trying to install it... pushed through ADB, got the /system rw, but anyway im getting FC... it says on some forum thread that I have to have the LatinIME.apk removed before I put the new one, otherwise FC will always happen... any time I tried to delete or uninstall latinme.apk it failed... any ideas how I can remove the old LatinIME before I push the new one?
Smasherz said:
any ideas how I can remove the old LatinIME before I push the new one?
Click to expand...
Click to collapse
rm -r LatinIME.apk
reboot
This is a dirty way of doing it but it does the trick (at least for me)
I found this KB not as good as HTC_IME mod so, even though I have it installed, I still use HTC, mainly because predictions are better on it.
borodin1 said:
rm -r LatinIME.apk
reboot
This is a dirty way of doing it but it does the trick (at least for me)
I found this KB not as good as HTC_IME mod so, even though I have it installed, I still use HTC, mainly because predictions are better on it.
Click to expand...
Click to collapse
tried to do it that way... it removed it, I reboot the phone, push the new LatinIME.apk, and same FC... yeah, I use HTC_IME too, mainly cause I like the russian keyboard on it... and I never use predicitons...
i dont think this kb works for sense roms... only for stock aosp
http://www.talkandroid.com/22912-ho...3-gingerbread-keyboard-on-your-rooted-device/ works on cm dont know about sense

[MOD]<<<< AppsBak-Auto Backup Apps + Data UPDATED: 9/25 >>>>

This mod will backup your apps and auto update the backup on your sdcard at every boot.
Backup apps and data
Flash zip
Open terminal and type su
Then type bak
Follow onscreen instructions
After you do a restore you must reboot or do a hot restart before the apps will show in the menu.
Before installing a new rom just reboot one time to update your backup or do it manually with the script, then after you install your new rom flash this again and restore.
This uses init.d
Now it syncs files instead of using 7zip using rsync. Thanks to dodava for the info and download of rsync it's a much more efficient way to do it.
It also syncs data and settings now but some settings cannot be restored so it excludes those. It keeps your system settings but not accounts like google you have to make those again if you change roms. It does keep app data for installed apps.
Backups are located at /sdcard/appsbak
Please post question/comments/problems here.
If you use this in your rom please leave the creds in the files, Thank You.
Very nice!
I want to know what the script does. I want specific details, I want to see the schematics, I want to know the....
Just kidding!
Thanks for doing this. It may be very useful!!!!
scrosler said:
I want to know what the script does. I want specific details, I want to see the schematics, I want to know the....
Just kidding!
Thanks for doing this. It may be very useful!!!!
Click to expand...
Click to collapse
LOL. I see where you went with that.
Thanks for this, trying this out now.
Sent from my PG86100 using XDA App
scrosler said:
I want to know what the script does. I want specific details, I want to see the schematics, I want to know the....
Just kidding!
Thanks for doing this. It may be very useful!!!!
Click to expand...
Click to collapse
LMAO, just flash it and see what happens.
Did I do something wrong? I tried it and it said line 29 not found and backed up nothing.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my PG86100 using XDA App
Mrdiaz09 said:
Did I do something wrong? I tried it and it said line 29 not found and backed up nothing.
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
Hmm im using the one in my rom. Give me a minute i'll flash this one and see.
smokin1337 said:
Hmm im using the one in my rom. Give me a minute i'll flash this one and see.
Click to expand...
Click to collapse
Ok I posted a screenshot now maybe that helps
Sent from my PG86100 using XDA App
Fixed download now and flash again. I forgot to add a file, i'm runnin on 2 hours of sleep sorry.
Very nice program. Simple and effective. Nice job.
Doesn't look like it'll get app settings, but it'll definitely save a bunch of time after doing a wipe/rom install. Excellent work.
smw6180 said:
Very nice program. Simple and effective. Nice job.
Doesn't look like it'll get app settings, but it'll definitely save a bunch of time after doing a wipe/rom install. Excellent work.
Click to expand...
Click to collapse
I can include the settings, i will work it out and post it when i get it.
Worked great thanks again this is going to save me so much time. And much easier than any other backup restore program on the market.
Sent from my PG86100 using XDA App
Ohhh. This is nice. Good job!
Sent from the CMheaven powered 3d
I can include user setting but it will be all setting for system apps and installed apps
smokin1337 said:
I can include user setting but it will be all setting for system apps and installed apps
Click to expand...
Click to collapse
Yep. There's not really a way to pick and choose that I know of. You'd have to write (basically) a backup/recovery app. I think this is slick enough as it is. Restoring the programs is what takes the most times, and decent backup software will let you restore JUST the app data, so if settings are that critical you can do it in no time after you restore from a wipe.
Cool thanks...great idea
This is the best script ever for flashers.
Hey smoke you think this would work on my old evo? I test out stuff on it for dev's. .
Thank you again.
My 3D Shooter not yours!!
Yea it should work all the dirs are the same. Just have to add an updater-script for the old evo to the zip. Or push the files.
Grab the attachment now and flash the auto backup wasn't working properly. So if you got it before this post was made get the new one.
Is there a way to get this to tie into market also...or how exactly does that work? I thought anything you installed from sdcard, that was not from the market, market would never update the app again. Am I wrong in that thinking? If I am right, is there a possibility to backup the apps and also tie them to the market so we can be sure they are updated?
nice downloading now!!

ICS Android 4.0 keyboard

This is the Keyboard from Android IceCream Sandwich
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download ICS Keyboard Here
DOWLOAD
Rooted only?
Sent from my PG86100 using xda premium
As far as I know, yes
Swyped from my Nocturnal'd E3D
I can flash this through the recovery, correct?
Sent from my PG86100 using XDA App
This almost bricked my phone.. I pulled my battery, re-wiped my cache and my phone booted. Then when I selected the keybord I keep getting a force close for android.keyboard.process.latin or something like that. The keyboard is unuseable. Fix this (or remove the latin) And it should work
Censura_Umbra said:
This almost bricked my phone.. I pulled my battery, re-wiped my cache and my phone booted. Then when I selected the keybord I keep getting a force close for android.keyboard.process.latin or something like that. The keyboard is unuseable. Fix this (or remove the latin) And it should work
Click to expand...
Click to collapse
Same thing happened to me, just use root explorer and place the .apk in system/app and place the .lib file in system/lib and reboot....works fine now.thanks op
Sent from my PG86100 using xda premium
The only way to brick your phone is to flash a bad radio or a bad file in hboot.
Swyped from my Nocturnal'd E3D
Nice!!! Thx
Sent from my Evo3D
No matter what i try, I can't get this to load.
Moved the files to system/app and system/lib and rebooted, flashed in recovery..... nothing
what am i doing wrong?
E3D Rooted non HTC way.
LAzyPD said:
No matter what i try, I can't get this to load.
Moved the files to system/app and system/lib and rebooted, flashed in recovery..... nothing
what am i doing wrong?
E3D Rooted non HTC way.
Click to expand...
Click to collapse
change permissions?
Sent from my PG86100 using XDA App
thesparky007 said:
change permissions?
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
Yup, still nothing! Dang it!
couldnt get this to work for nothin
Dont work....is force closing
Sent From My HTC EVO 3D ROOTED
Censura_Umbra said:
This almost bricked my phone.. I pulled my battery, re-wiped my cache and my phone booted. Then when I selected the keybord I keep getting a force close for android.keyboard.process.latin or something like that. The keyboard is unuseable. Fix this (or remove the latin) And it should work
Click to expand...
Click to collapse
Don't throw around blame so haphazardly. Why didn't you just adb into the phone and remove the offending apk? Are you aware at all of the risks YOU take when you flash something?
Oh, and the Latin refers to the layout of the keyboard, e.g. for Latin based languages, English included.
Sent from my PG86100 using Tapatalk
Working flawlessly for me .. used root explorer method.
Does this work with swype?
Sent by my Supercharged dual core from the 3rd Dimension
lyon21 said:
Does this work with swype?
Sent by my Supercharged dual core from the 3rd Dimension
Click to expand...
Click to collapse
Swype is it's own input method app. Just like thumb keyboard or the default HTC keyboard. It doesn't work in conjunction with another keyboard app. If all your asking is if there is a swype style option with this keyboard, then the answer would be no.
I've been trying to use this keyboard all day. It came on Warm's TwopointThree ROM, and I just can't get the hang of it. It seems too small for me, and I am constantly getting typos and pressing "L" instead of backspace. It could be my fingers though.
thelonewizard said:
I've been trying to use this keyboard all day. It came on Warm's TwopointThree ROM, and I just can't get the hang of it. It seems too small for me, and I am constantly getting typos and pressing "L" instead of backspace. It could be my fingers though.
Click to expand...
Click to collapse
No its a keyboard thing. Sometimes it doesn't let me touch anything haha. Can't wait for a better implitation of this keyboard. It still needs a little work. But that's why its a leak ha
Sent from my PG86100 using XDA App
dubach said:
No its a keyboard thing. Sometimes it doesn't let me touch anything haha. Can't wait for a better implitation of this keyboard. It still needs a little work. But that's why its a leak ha
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
There's a great version on the market

|★| Gold Calculator| APK| |★|

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
-|Download|-​
You can Download and install an APK but it will be temporary!
Read this on how to replace it.
Put my calculator in your adb folder and start cmd from that folder
Now Type
Code:
adb remount
adb push Calculator.apk /system/app/Calculator.apk
adb reboot
looks pretty cool good job
Wow. It looks niceeee! I will try it out when I get home.
EDIT: I love it, man. It clearly looks gold but one thing I don't like is an icon of Calculator.
Sent from my Infected PG86100 {3D} using xda premium
MistakenUtopia said:
Wow. It looks niceeee! I will try it out when I get home.
EDIT: I love it, man. It clearly looks gold but one thing I don't like is an icon of Calculator.
Sent from my Infected PG86100 {3D} using xda premium
Click to expand...
Click to collapse
Thanks...
I did some corrections and changed icon.
When i try to install it says: Application not installed. What do i need to do for install this apk? Thanks
EDIT: A reset solved issue. Thanks for your work.
Cool ... enjoy it
Every time I restart the phone it resets to standard calc,
THISIS50.com if its hot its here
Amy plans to make more colors?
Sent from my PG86100 using xda premium
Every time I restart the phone it resets to standard calc,
Click to expand...
Click to collapse
Replace your stock calculator in system/app/ with my calculator
Use Root Explorer
-or-
Put my calculator in your adb folder, start cmd from that folder
Type
Code:
adb remount
adb push Calculator.apk /system/app/Calculator.apk
adb reboot
Ill make Flashable zip later....
Amy plans to make more colors?
Click to expand...
Click to collapse
Yes, im modding some other apps right now, prolly gonna have 3 colors.
AndroidStyle said:
Replace your stock calculator in system/app/ with my calculator
Use Root Explorer
Click to expand...
Click to collapse
Cheers mate
THISIS50.com if its hot its here
AndroidStyle said:
Yes, im modding some other apps right now
Click to expand...
Click to collapse
Can i know which apps did you select for modding?
I like my silver calculator so i won't use this, but I just wanted to stop in here and say the gold calculator looks really amazing, keep up the good work, maybe you can do this with more system apps
Sent from my PG86100 using Tapatalk
AndroidStyle said:
Thanks...
I did some corrections and changed icon.
Click to expand...
Click to collapse
It looks so much better than before. Many thanks!
Oh, otherwise, are you planning to make a silver calculator whenever you've time? It'd be an awesome. Just saying.
Sent from my PG86100 using xda premium
Awesome & thanked - was looking for stock one cause Infected rom for some reason took out the stock one. This is even better, thanks
Sim-X said:
Awesome & thanked - was looking for stock one cause Infected rom for some reason took out the stock one. This is even better, thanks
Click to expand...
Click to collapse
Totally agree.
Sent from my PG86100 using xda premium

Categories

Resources