anyone know how to turn off the touch buttons? i dont want them to light sorry for bad english
geo95cornel said:
anyone know how to turn off the touch buttons? i dont want them to light sorry for bad english
Click to expand...
Click to collapse
there was a script for that. it was also in space cakers sgs2 rom v9, so maybe you wanna extract the script from there
Sent from my GT-S5830 using xda app-developers app
geo95cornel said:
anyone know how to turn off the touch buttons? i dont want them to light sorry for bad english
Click to expand...
Click to collapse
Type this lines using Terminal Emulator
Code:
su
echo 0 > /sys/class/leds/button-backlight/brightness
chmod 444 /sys/class/leds/button-backlight/brightness
You can visit too my signature thread "SAVE BATTERY WITHOUT ANY APP!"
Viper The Ripper said:
Type this lines using Terminal Emulator
Code:
su
echo 0 > /sys/class/leds/button-backlight/brightness
chmod 444 /sys/class/leds/button-backlight/brightness
You can visit too my signature thread "SAVE BATTERY WITHOUT ANY APP!"
Click to expand...
Click to collapse
i tried that.. but.. they are turn off just some minute's.. after those minute's.. they are flashing again..
Sent from my GT-S5830 using xda app-developers app
geo95cornel said:
i tried that.. but.. they are turn off just some minute's.. after those minute's.. they are flashing again..
Sent from my GT-S5830 using xda app-developers app
Click to expand...
Click to collapse
Which rom are you using?
Just copy paste the command lines and you'll turn off your touch buttons
The most important line is the second (chmod 444, = set permissions to keep buttons off)
Do it fast or the buttons turn on again soon
Related
Guys would you give me some instructions for my xperia x8, because i change my touchscreen for now and its not the original one. My problem is i cannot back my dualtouch anymore, even i install any rom,kernel,x8gesture in my phone. Would you please help me what can i do now to work it again?
Sorry for my bad English.
Sent from my E15i using xda premium
joezel said:
Guys would you give me some instructions for my xperia x8, because i change my touchscreen for now and its not the original one. My problem is i cannot back my dualtouch anymore, even i install any rom,kernel,x8gesture in my phone. Would you please help me what can i do now to work it again?
Sorry for my bad English.
Sent from my E15i using xda premium
Click to expand...
Click to collapse
OKAY lets get started.
As u said that u have changed ur touchscreen so now i assume that u have a cypress one.
Now download the file attatched below , extract it and move it to
\system\lib\modules\"place the file here"
now open terminal emmulator
and type there
Code:
su
dmesg | grep ax8mt
now reboot ur phone.
LOL!!!
its done.
Download x8toolbox, plug in your phone, open toolbox,go to modules find dual touch,done
Sent from my X8 using xda premium
I did both of your suggested but not work to me. Please give me other suggestion.
Sent from my E15i using xda premium
joezel said:
I did both of your suggested but not work to me. Please give me other suggestion.
Sent from my E15i using xda premium
Click to expand...
Click to collapse
I dont know much about it.Maybe this thread can help u http://forum.xda-developers.com/showthread.php?t=1135965
Actually there is another method, search at youtube and you will find it,it will may work
Sent from my X8 using xda premium
joezel said:
Guys would you give me some instructions for my xperia x8, because i change my touchscreen for now and its not the original one. My problem is i cannot back my dualtouch anymore, even i install any rom,kernel,x8gesture in my phone. Would you please help me what can i do now to work it again?
Sorry for my bad English.
Sent from my E15i using xda premium
Click to expand...
Click to collapse
Ok, here's what you have to do.
1. Go into terminal emulator.
2. Type in:
Code:
su
dmesg | grep "cyttsp-i2c"
3. if you get something like this output:
Code:
<6>[ 4.185259] cyttsp_i2c_probe: Successful registration cyttsp-i2c
you have cypress and should use AX8MT.ko
If you did not have that output, you have synaptics and you should use X8gesture.ko.
4. Now that you know which digitizer you have, if you are not using a custom kernel or ROM with the modules auto-insmodded in, do this:
Add the correct module to /system/lib/modules
Enter in the following lines to terminal emulator:
Code:
su
chmod 644 /system/lib/modules/*module name*.ko
chown 0.0 /system/lib/modules/*module name*.ko
insmod /system/lib/modules/*module name*.ko
Then check in Multitouch visualiser if the module is loaded and working.
If working, add this line to /system/etc/hw_config.sh
Code:
# DT
insmod /system/lib/modules/*module name*.ko
Done! (hopefully)
Hi, I'm using aAa kernel+PrimeHD and I did this:
http://forum.xda-developers.com/showthread.php?t=1020313
OC guide... I put
# x8 overclock
insmod /system/lib/modules/x8oc.ko
sleep 2
echo x27 > /proc/x8oc
and now my phone doesnt start... when I connect it, a green led flashes for a while, and then it stops xD.
what can I do? am I screwed? thanks.
NVM, turns out that none of the changes were applied LOL!
I don't know why that happened xD, now it's ok.
But I still have the question... what freq should I use? and how can I be sure of that? any app?
thanks
nvm.
sebasura said:
Hi, I'm using aAa kernel+PrimeHD and I did this:
http://forum.xda-developers.com/showthread.php?t=1020313
OC guide... I put
# x8 overclock
insmod /system/lib/modules/x8oc.ko
sleep 2
echo x27 > /proc/x8oc
and now my phone doesnt start... when I connect it, a green led flashes for a while, and then it stops xD.
what can I do? am I screwed? thanks.
NVM, turns out that none of the changes were applied LOL!
I don't know why that happened xD, now it's ok.
But I still have the question... what freq should I use? and how can I be sure of that? any app?
thanks
Click to expand...
Click to collapse
sure about what??
flash mode??
You don't need to add anything! You have OC built into nAa kernel. Just use setcpu or from cyanogenmod settings.
Sent from my MB860 using xda premium
NIMBAH said:
You don't need to add anything! You have OC built into nAa kernel. Just use setcpu or from cyanogenmod settings.
Sent from my MB860 using xda premium
Click to expand...
Click to collapse
Also custom kernels don't use x8oc.ko you know.
Sent from my MB860 using xda premium
I've read [MOD] [SGA-Only!] Improve your Touchscreen...
IS IT USED FOR s5830i????
nhokz_st said:
I've read [MOD] [SGA-Only!] Improve your Touchscreen...
IS IT USED FOR s5830i????
Click to expand...
Click to collapse
It might as it's one file but to be safe it would be best to to the mod by hand.
here is what you should do.
1 Install a root explorer App.
2 Copy '/system/usr/idc/mxt224_ts_input.idc' to your SD card
3 open the file on your PC using something like notepad
4. Find the following
# Pressure
# Driver reports signal strength as pressure.
#
# A normal thumb touch typically registers about 100 signal strength
# units although we don't expect these values to be accurate.
touch.pressure.calibration = amplitude
touch.pressure.source = default
touch.pressure.scale = 0.001
Click to expand...
Click to collapse
5. edit the "touch.pressure.scale" value to match your requirements then save
Copy mxt224_ts_input.idc back to /system/usr/idc and reboot your phone.
hope this helps
but bro, I can't find the idc folder @@
help me PLZZZZZZ
nhokz_st said:
but bro, I can't find the idc folder @@
Click to expand...
Click to collapse
Isn't it a hidden folder?
Sent from my GT-S5830i using xda premium
well i just found the file on my s5830 so if you cant find it then it must not be able to be on your phone
RubenStauttener said:
Isn't it a hidden folder?
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
I think not, cause Root Explorer and ASTRO file manager show all file incl hidden fol
ginger dx v 030 overclock module please
LAZY GUY
Overclock module is same for every rom...
Use search!!!
If you can't search we can't help you
Gogeta said:
LAZY GUY
Overclock module is same for every rom...
Use search!!!
If you can't search we can't help you
Click to expand...
Click to collapse
hey i tried v 004 module but i cant increase cpu settings it shows only 600mhz
vardhan21 said:
hey i tried v 004 module but i cant increase cpu settings it shows only 600mhz
Click to expand...
Click to collapse
Use setcpu to set higher frequencies, cyaanogenmod settings aren't working
Else is same
Gogeta said:
Use setcpu to set higher frequencies, cyaanogenmod settings aren't working
Else is same
Click to expand...
Click to collapse
i use system control pro app dis app also cant show increase setting
vardhan21 said:
i use system control pro app dis app also cant show increase setting
Click to expand...
Click to collapse
Explain what you did..
Step by step
Sent from my X8 using xda app-developers app
did you add insmod in hw_config?
[cAs]
Gogeta said:
Explain what you did..
Step by step
Sent from my X8 using xda app-developers app
Click to expand...
Click to collapse
k i will explain what i do
- x8 oc.ko module put to system > lib > module
- etc > hw_config.sh --add line insmod /system/lib/modules/x8oc.ko # x8 overclocking
reboot thats it
vardhan21 said:
k i will explain what i do
- x8 oc.ko module put to system > lib > module
- etc > hw_config.sh --add line insmod /system/lib/modules/x8oc.ko # x8 overclocking
reboot thats it
Click to expand...
Click to collapse
Leave x8oc.ko in system/lib/modules
Use this command in terminal emulator (allow root)
Code:
su
insmod /system/lib/modules/x8oc.ko
Tell us what's the output message
Better to attach a screenie
Sent from my X8 using xda app-developers app
Gogeta said:
Leave x8oc.ko in system/lib/modules
Use this command in terminal emulator (allow root)
Code:
su
insmod /system/lib/modules/x8oc.ko
Tell us what's the output message
Better to attach a screenie
Sent from my X8 using xda app-developers app
Click to expand...
Click to collapse
k thank u soo much i got it now increase my cpu setting........
hi,
this little guide explain how to disable completely ( brightness and touch) of hardware buttons.
PRE-REQUISITES:
-ROOT
-file manager with root permission
-terminal emulator
HOW TO:
-DISABLE SOFT KEYS
-with file manager open
/system/build.prop
and add this line at the end of file
Code:
qemu.hw.mainkeys=0
(when you want to restore change 0 to 1)
-create a copy of
/system/usr/keylayout/touch_dev.kl
on you sdcard (for restore)
-with your file manager open
/system/usr/keylayout/touch_dev.kl
go to the end of file and under:
Code:
#x3 synaptics touch
delete the line incoming with:
Code:
key158
key139
key102
and save the file!
!!WARNING!! this disable the keys!
- DISABLE SOFT KEYS BACKLIGHT
-on terminal emulator with root permission insert this code:
Code:
echo 0 >/sys/devices/platform/button-backlight/leds/button-backlight/brightness
and
Code:
echo 0 >/sys/devices/platform/button-backlight/leds/button-backlight/max_brightness
-YOU ARE DONE!!
sometimes the brightness are restored but you can do a script to do this 2 lines of code at startup with Rom toolbox
if i help you click thanks )
Inviato dal mio LG-P880 usando XDA Premium HD app
just a suggestion, you should add a line to build.prop that enables the virtual buttons then
'cause if people do this without having a "backup plan", they can be doomed
IMO it has no sense for me navbar just takes screen space and our touch buttons are just perfect.
Sent from my LG-P880 using xda app-developers app
laufersteppenwolf said:
just a suggestion, you should add a line to build.prop that enables the virtual buttons then
'cause if people do this without having a "backup plan", they can be doomed
Click to expand...
Click to collapse
Yes i think you have a good idea xD
Inviato dal mio LG-P880 usando XDA Premium HD app
FunkyRasta said:
IMO it has no sense for me navbar just takes screen space and our touch buttons are just perfect.
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
One use would be for gaming, as it eliminates kicking yourself to home screen with the buttons and getting disconnected. I do this often when I try to throw a grenade on mc4 software buttons and adequate warnings should indeed be added to this guide, but thanks!
Sent from my rooted P880
If u go one step further (like me ^^) you can use the home button to go to standby... Waking it doesnt work, cause its touchscreen...
Sent from my LG P880
if u go another step u can use xposed framework module for remap this three buttons for what u want
you can do this on MIUI without any mod/3rd party tools. i don't know why such options is not available CM/AOSP based roms.
Can't seem to do this, no permission to edit in the build prop file, can't change permission either :s
baxtex said:
Can't seem to do this, no permission to edit in the build prop file, can't change permission either :s
Click to expand...
Click to collapse
What file manager are you using and if check if the the file manager has permission to read and write to /system partition
Sent from my LG-P880 using xda app-developers app
abhi08638 said:
What file manager are you using and if check if the the file manager has permission to read and write to /system partition
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
Rom toolbox and im quite sure it around do the job. :s
baxtex said:
Rom toolbox and im quite sure it around do the job. :s
Click to expand...
Click to collapse
Not sure about that one
1.try es file explorer and report back
Or
2. If you're on kitkat you might need to switch to supersu and not superuser
Sent from my LG-P880 using xda app-developers app
abhi08638 said:
Not sure about that one
1.try es file explorer and report back
Or
2. If you're on kitkat you might need to switch to supersu and not superuser
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
Tried es, same thing. Im on KK but Superuser is built in.. Downloaded Supersu but it can't update.
baxtex said:
Tried es, same thing. Im on KK but Superuser is built in.. Downloaded Supersu but it can't update.
Click to expand...
Click to collapse
If all you wish to do is disabling the backlight of the buttons, look for 'Backlight' under Buttons in the Settings menu, or, if you can't find it, try this.
baxtex said:
Tried es, same thing. Im on KK but Superuser is built in.. Downloaded Supersu but it can't update.
Click to expand...
Click to collapse
Try flashing the supersu update zip. You can Google it.
Also do you want to completely disable the buttons?
Sent from my LG-P880 using xda app-developers app
try this. didn't made this, just found an xda thread with all the files, so downloded it and modded it to work on our phones. just changed the files list inside the script, didn't do much. the bad news is, i only changed the file to enable virtual keys and disable capacitive keys, didn't changed the files to do the opposite. try it.
http://forum.xda-developers.com/showthread.php?p=31552585#post31552585
- DISABLE SOFT KEYS BACKLIGHT
-on terminal emulator with root permission insert this code:
Code:
echo 0 >/sys/devices/platform/button-backlight/leds/button-backlight/brightness
and
Code:
echo 0 >/sys/devices/platform/button-backlight/leds/button-backlight/max_brightness
-YOU ARE DONE!!
Can you explain that more detailed? What does it mean 'on terminal emulator'?
In which file do I need to insert the above code?
I just want to turn of the lights of the softkeys, to save battery. Thanks
gingerboy92 said:
try this. didn't made this, just found an xda thread with all the files, so downloded it and modded it to work on our phones. just changed the files list inside the script, didn't do much. the bad news is, i only changed the file to enable virtual keys and disable capacitive keys, didn't changed the files to do the opposite. try it.
http://forum.xda-developers.com/showthread.php?p=31552585#post31552585
Click to expand...
Click to collapse
Thank you very much, this really helped me. But it will be perfect if the backlight of the touch buttons was turned off and also the vibration of the virtual buttons was turned off. But anyway, thank you again. :good: