[Q] How to turn off capativate keys backlight? - LG Optimus Black

Does anybody know how to turn off the backlight captivate keys buttons (CM7)? Don't ask why))) Google didn't help me =(
Tryed Adjbrightness - app not work with our phone.

Maybe this one to build.prop and use 1 instead of 0
Code:
ro.mot.buttonlight.timeout=0
Find it here: http://forum.xda-developers.com/showthread.php?t=1210341

N00BY0815 said:
Maybe this one to build.prop and use 1 instead of 0
Code:
ro.mot.buttonlight.timeout=0
Find it here: http://forum.xda-developers.com/showthread.php?t=1210341
Click to expand...
Click to collapse
No, it's not work too...

Ask LG about their bug/feature they built into GB ROMs, then you ll know, what you need to change
Sorry, but I dont know any other solution...

90amper said:
Does anybody know how to turn off the backlight captivate keys buttons (CM7)? Don't ask why))) Google didn't help me =(
Tryed Adjbrightness - app not work with our phone.
Click to expand...
Click to collapse
check this out

Related

[Q] waking up the screen via camera button

i wanted to know if it is possible to create a code wher i can light my phone screen when it is locked with the camera button on my motorola milestone, because my power button is not working now and i am not under warranty anymore, is it possible ?
You might want to try Lock 2.0. A quick google search led me to this: https://market.android.com/details?id=com.google.code.p.slideunlocker2&feature=search_result
Source: http://answers.yahoo.com/question/index?qid=20100505184841AAaFyTC
There is an app which allows u to remap the phones hardware keys. Ill check the name of the app for u later
Sent from my Milestone using XDA App
You can do it by hand
- Use RootExplorer, go to \system\usr\keylayout, find the file yourself (I use 2.3.4, so mine is sholes-keypad.kl)
- You will see FOCUS, add WAKE:
key 211 FOCUS WAKE
- Reboot, and just touch the camera key to see what happens...
not working
rafalfalfa said:
not working
Click to expand...
Click to collapse
What ROM r u using? try qwerty.kl
http_://i291.photobucket.com/albums/ll293/sniper_awm/Android_Tut/snap20110619_080531.png
(cannot post link, zzz)
PhoenixNghi said:
You can do it by hand
- Use RootExplorer, go to \system\usr\keylayout, find the file yourself (I use 2.3.4, so mine is sholes-keypad.kl)
- You will see FOCUS, add WAKE:
key 211 FOCUS WAKE
- Reboot, and just touch the camera key to see what happens...
Click to expand...
Click to collapse
have u tried this ? .. cuz sum1 posted the same thing to me yesterday over at cronos ?
rrohanjs said:
have u tried this ? .. cuz sum1 posted the same thing to me yesterday over at cronos ?
Click to expand...
Click to collapse
Of course, but I'm using CM7.1.0 RC10 (2.3.4), and I think this trick will wokr on other ROM, you must edit correct .kl file
Terminator: cat /proc/device-tree/[email protected]/[email protected]/name
and see what is written
Cronos Froyo v1.8.1 can do this, I like this function very much, so I search a lot to make it work on other ROM
PhoenixNghi said:
What ROM r u using? try qwerty.kl
....
(cannot post link, zzz)
Click to expand...
Click to collapse
I'm using MIUI,
There are four files:
twitpic .com/
5dw7lp
remove spaces
Funcionou
Sent from my Milestone using XDA App
Just use button remapper.
Sent from my Milestone using XDA App

[Q] Working home button in CM9?

Hello.
I was wondering if the physical home button on the TouchPad is working with Android CM9? Is there anyway to make it work?
0Louis0 said:
Hello.
I was wondering if the physical home button on the TouchPad is working with Android CM9? Is there anyway to make it work?
Click to expand...
Click to collapse
It should be, what rom are you using ?
sstar said:
It should be, what rom are you using ?
Click to expand...
Click to collapse
I didn't install any ROM yet, I was making sure so I decide if I will install it or not because people in videos only used the on-screen button not the physical one. As I understood from you, it does work, many thanks for your answer

[Q] HELP ME PLEASE! how can I enable On-screen Keys ?

LG P880 cm10.1.3 stable
how can I enable On-screen Keys and navbar ?
I already tried to to add "qemu.hw.mainkeys=0" line to build.prop. No success here. Wont boot, not even go to the CM logo. Just black screen.
Any Ideas ?
Thx for your help
BTW,
the reason why I want to enable softkey and (if possible) disable the capacitive buttons is the following:
I have hugh fingers. And so often when I type I accidently hit the home button instead of the space bar. It is really annoying. However, I never had this issue with my old SGS and my GalaxyTab.
And another thing: Sometimes when I hit the upper end of the buttons, it fires the long click action, e.g. it goes directly to RecentApps instead of HOME.
There are actually plenty of tutorials all over XDA (general or software section).
Search for it.
If you want further help you have to tell us details about your current setup.
EDIT: Just to let you know,
I searched for 1 min and found 3 different ways. One last tip: don't use the XDA search but Google, way more reasonable outcome.
Sent from my LG-P880 using XDA Premium 4 mobile app
Well, the problem seems to be limited to cm10.1.3.
Code:
qemu.hw.mainkeys=0
works on cm11 nightlies just fine.
Well, thanks for mentioning google. Always helpful.
I still find no other ways than editing build.prop (or using apps that do that for you)
Omario-242 said:
If you want further help you have to tell us details about your current setup.
Click to expand...
Click to collapse
LG P880 cm10.1.3 stable
Click to expand...
Click to collapse
The qemu.hw.mainkeys=0 just means that your device has no hardware menu buttons.
Whether CM didn't set it so this will enable navigation bar or you did something wrong.
5 Mins of search also got me this build.prop line to add:
ro.show.navigationbar=1
Try it.
Sent from my LG-P880 using XDA Premium 4 mobile app
Omario-242 said:
ro.show.navigationbar=1
Click to expand...
Click to collapse
Same as qemu.hw.mainkeys=0 . Does not boot.
I guess i stick with cm11 nightlies then
but thanks anyway
how are you editing the build.prop?
many file editors give problems with boot after edit, the best option is to copy file, edit and then push to phone through adb
the quemu hw keys is universal on cm to tell if your phone has hw keys or not so it should not be causing problems
(also check if it is already present in the build.prop)
If still it isn't working and don't want to change rom you can always use xposed framework which has a few different modules for nav bar
Rudjgaard said:
how are you editing the build.prop?
many file editors give problems with boot after edit, the best option is to copy file, edit and then push to phone through adb
Click to expand...
Click to collapse
that is how i do it
Rudjgaard said:
If still it isn't working and don't want to change rom you can always use xposed framework which has a few different modules for nav bar
Click to expand...
Click to collapse
ehhh .... i guess i stay with the nightlies ... they seem pretty usable as a dailydriver so far
ok, one last option is edit build.prop then flash
the command is correct, the bootloop is not normal that's why i'm insisting on this point
Take care of line endings. If you are on Windows, there might be incompatibility with Unix formats.
Adam77Root said:
Take care of line endings. If you are on Windows, there might be incompatibility with Unix formats.
Click to expand...
Click to collapse
I forgot about the issues with win you are right.
OP you should edit build.prop with notepad++
open file with n++, add the line, highlight it and check that in the bottom right of the bar it says encoding "Unix"
Adam77Root said:
Take care of line endings. If you are on Windows, there might be incompatibility with Unix formats.
Click to expand...
Click to collapse
Thx for the suggestion.
Actually I am on OSX using Sublime Text 2.
But I am looking into it
zzerozzero1 said:
Thx for the suggestion.
Actually I am on OSX using Sublime Text 2.
But I am looking into it
Click to expand...
Click to collapse
Hmm .... I checked : charset stays us-ascii after editing with ST2
Adam77Root said:
Take care of line endings. If you are on Windows, there might be incompatibility with Unix formats.
Click to expand...
Click to collapse
Adam, thank you very much. You pointed in the right direction.
I adb'd into the device and changed the build.prop via shell nano and viola everything works on cm10.1

Enable navbar on official cm11 - broken home button

Hi, my i9000 has broken homebutton, how can I enable soft keys (navbar) to replace touch keys and phisical home button?
I want to stay with original cm11 rom if possible, is there a method without flashing unofficial cm11 roms?
Many thanks in advance
russel51
russel51 said:
Hi, my i9000 has broken homebutton, how can I enable soft keys (navbar) to replace touch keys and phisical home button?
I want to stay with original cm11 rom if possible, is there a method without flashing unofficial cm11 roms?
Many thanks in advance
russel51
Click to expand...
Click to collapse
try google it you will find your answer
Sent from my GT-I9000 using XDA Free mobile app
ayed78 said:
try google it you will find your answer
Sent from my GT-I9000 using XDA Free mobile app
Click to expand...
Click to collapse
already done it, there's no specific thread for i9000 and the solutions with edit system files found for i9300 doesn't apply there, can you point me to an i9000-compatible guide?
This section is for posting things you developed. Not for help.
russel51 said:
Hi, my i9000 has broken homebutton, how can I enable soft keys (navbar) to replace touch keys and phisical home button?
I want to stay with original cm11 rom if possible, is there a method without flashing unofficial cm11 roms?
Many thanks in advance
russel51
Click to expand...
Click to collapse
Add
qemu.hw.mainkeys=0
to the end of build.prop - that should sort it out for you. If you have real problems doing that then I can let you have a zip to flash through recovery that does it for you. You can find this info in XDA but you do need to take some time to search.
sanguinesaintly said:
Add
qemu.hw.mainkeys=0
to the end of build.prop - that should sort it out for you. If you have real problems doing that then I can let you have a zip to flash through recovery that does it for you. You can find this info in XDA but you do need to take some time to search.
Click to expand...
Click to collapse
Thanks, it worked well. Is this permanent or do I have to repeat the process at every Milestone update?
You'll have to repeat it after flashing a new nightly or milestone.

[Q] SoftKey for X2 without using app

Guys can we modify the stock ROM and make softkey for it like the one in the android..
"qemu.hw.mainkeys=0 wont work and might brick the phone".. that's what I found out when searching the way to have a SoftKey in X2 Stock ROM so I Think modifying the original ROM will do the trick... but I don't have any experience in modifying.. please help
Use sqlit app and change setting 0 to 1
D.p HARSORA said:
Use sqlit app and change setting 0 to 1
Click to expand...
Click to collapse
thanks bro.. can we find that in playstore? playstore showing me sqlite editors.. is that a softkey app? because i hate those apps when they glitch..
OK wait
https://www.dropbox.com/s/8ts9ftjdrc4zvkl/se15.apk?dl=0
Download sqlite
Open grant su.
Find
Setting storage and click means open
And open
Setting d.b
Open system
And find
35. dev_force_show_navbar
And edit value 0 to 1
0 means disable and
1 means enable....
And save
Restart mobile
And see soft key available.....
Don't forget to like post thanks...
See my soft key
harsora said:
https://www.dropbox.com/s/8ts9ftjdrc4zvkl/se15.apk?dl=0
Download sqlite
Open grant su.
Find
Setting storage and click means open
And open
Setting d.b
Open system
And find
35. dev_force_show_navbar
And edit value 0 to 1
0 means disable and
1 means enable....
And save
Restart mobile
And see soft key available.....
Don't forget to like post thanks...
Click to expand...
Click to collapse
wow.. thank you so much for this tut bro.. are you sure it will work on x2 stock rom?
No its cm11
I don't check in stock
harsora said:
No its cm11
I don't check in stock
Click to expand...
Click to collapse
aww.. but thanks bro... I'll still try it later.. I'm using cm11 and I'm loving it.. the only problem is the mic and I found a game that works on stock but don't work on cm11..
What's game??
harsora said:
What's game??
Click to expand...
Click to collapse
the game is called "RPG Asdivine Dios" it works perfectly on stock but not on cm11..
Install Gapp and try ..it
harsora said:
Install Gapp and try ..it
Click to expand...
Click to collapse
I already installed gapps. actually I downloaded the game using play store app..

Categories

Resources