greets
I have flashed JellyVanilla EX 3.1 since that keyboard lights never turn off even when screen off. but i disalbled it by changing values in sys/class/leds/keyboard-backlight-rgb1 - 4. but thing is when i reboot my device its changing back to default values.
is there anyway to turn keyboard back lights off when screen is off or turn off keyboard lights without changing on reboots??
aarkee said:
greets
I have flashed JellyVanilla EX 3.1 since that keyboard lights never turn off even when screen off. but i disalbled it by changing values in sys/class/leds/keyboard-backlight-rgb1 - 4. but thing is when i reboot my device its changing back to default values.
is there anyway to turn keyboard back lights off when screen is off or turn off keyboard lights without changing on reboots??
Click to expand...
Click to collapse
Try this if it works.
http://forum.xda-developers.com/showthread.php?t=2276861
If I Helped U Dont Forget To Press Thanks
Sent from my Sony Ericsson Xperia Mini Pro(SK17i) using Tapatalk 2
rockstardeepaksharma said:
Try this if it works.
http://forum.xda-developers.com/showthread.php?t=2276861
If I Helped U Dont Forget To Press Thanks
Sent from my Sony Ericsson Xperia Mini Pro(SK17i) using Tapatalk 2
Click to expand...
Click to collapse
i have tried this, its aint working for mr
aarkee said:
greets
I have flashed JellyVanilla EX 3.1 since that keyboard lights never turn off even when screen off. but i disalbled it by changing values in sys/class/leds/keyboard-backlight-rgb1 - 4. but thing is when i reboot my device its changing back to default values.
is there anyway to turn keyboard back lights off when screen is off or turn off keyboard lights without changing on reboots??
Click to expand...
Click to collapse
So, it works when you change it but they are not retained after reboot? OK.
Write all the changes you are doing into a file named "07baclkight" (07, beacuse it will be the 7th script to be excuted, u can give any number.) and put it in "/system/etc/init.d". So everytime you reboot the changes are applied!
EG:
echo vm.swappiness=60 >> /system/etc/sysctl.conf
#changes value of 'vm.swappiness' to 60 in the file 'sysctl.conf'.
blazzer12 said:
So, it works when you change it but they are not retained after reboot? OK.
Write all the changes you are doing into a file named "07baclkight" (07, beacuse it will be the 7th script to be excuted, u can give any number.) and put it in "/system/etc/init.d". So everytime you reboot the changes are applied!
EG:
echo vm.swappiness=60 >> /system/etc/sysctl.conf
#changes value of 'vm.swappiness' to 60 in the file 'sysctl.conf'.
Click to expand...
Click to collapse
can you explain it bro, im a noob for these. it would be a great help if you can give me tutorial
aarkee said:
can you explain it bro, im a noob for these. it would be a great help if you can give me tutorial
Click to expand...
Click to collapse
I don't have mini so post what changes you did to "keyboard-backlight-rgb1". So I can upload the file.
blazzer12 said:
I don't have mini so post what changes you did to "keyboard-backlight-rgb1". So I can upload the file.
Click to expand...
Click to collapse
just changed max_brightness value 255 to 0
aarkee said:
just changed max_brightness value 255 to 0
Click to expand...
Click to collapse
extract and put the file in : /system/etc/init.d
tick all the permissions
blazzer12 said:
extract and put the file in : /system/etc/init.d
tick all the permissions
Click to expand...
Click to collapse
thanks bro :good:
aarkee said:
thanks bro :good:
Click to expand...
Click to collapse
Welcome
Related
I have the Xperia Mini Pro U20I and the Keyboard backlight turns off too fast! Anyway to turn it off at 1 minute?
Echo 600 > /sys/module/keyboard/parameters/brl_timeout
Should work
Sent from my U20i using XDA App
It works sometimes. I'm using terminal emulator for those commands. Am I doing something wrong? Do you know of any app that'll do this?
disgruntledjanitor said:
It works sometimes. I'm using terminal emulator for those commands. Am I doing something wrong? Do you know of any app that'll do this?
Click to expand...
Click to collapse
isn't a app for that SE uses other sys path's...
so it is just editing values sorry...
owain94 said:
isn't a app for that SE uses other sys path's...
so it is just editing values sorry...
Click to expand...
Click to collapse
Did you find a way to keep the keyboard light off? I tried changing this parameter to any parameter from 0 to 600. What happens is that after reboot this file gets overwritten and reads 300 again. Should I change permissions and leave it read-only?
vlissine said:
Did you find a way to keep the keyboard light off? I tried changing this parameter to any parameter from 0 to 600. What happens is that after reboot this file gets overwritten and reads 300 again. Should I change permissions and leave it read-only?
Click to expand...
Click to collapse
adb shell
echo 0 > /sys/devices/platform/msm_pmic_misc_led.0/brightness
you need to do this each time you reboot
you can also do this with root explorer
go to /sys/devices/platform/msm_pmic_misc_led.0/
press and hold the file brightness till there is a popup choose open with text editor
and then just put a 0 in the file and save it
The echo 600 is not working anymore even when I reboot. I used droid explorer too.
owain94 said:
adb shell
echo 0 > /sys/devices/platform/msm_pmic_misc_led.0/brightness
you need to do this each time you reboot
you can also do this with root explorer
go to /sys/devices/platform/msm_pmic_misc_led.0/
press and hold the file brightness till there is a popup choose open with text editor
and then just put a 0 in the file and save it
Click to expand...
Click to collapse
That did it!!! Bedankt!!!!
disgruntledjanitor said:
The echo 600 is not working anymore even when I reboot. I used droid explorer too.
Click to expand...
Click to collapse
You need to do it every time you reboot
Sent from my U20i using XDA App
I am unable to turn on my keyboard led lights with any solution.. on Sony Style v1.1 Please help!!
hi... i have a sony ericsson stock rom can someone help me with this problem? my x10 mini is always in auto dim/brightness but when i go to Setting>Sound & Display>Brightness there are no Auto Brightness to check or uncheck on... can some one help me with my problem.. is so irritating... and i know it can eat some of battery power...
Hello,
you can disable the auto brightness only by disabling the controller interface of the sensor!
You can do this by editing the hw_config.sh file stored in /etc with root explorer
1. change the line: i2c_pwn_als with i2c_pwn
2. set permissions to rwxr--r-- (744) if they are changed! VERY IMPORTANT!
3. reboot and njoy the missing sensor ;-)
Bye Bye
HS
Hyper_Sonic said:
Hello,
you can disable the auto brightness only by disabling the controller interface of the sensor!
You can do this by editing the hw_config.sh file stored in /etc with root explorer
1. change the line: i2c_pwn_als with i2c_pwn
2. set permissions to rwxr--r-- (744) if they are changed! VERY IMPORTANT!
3. reboot and njoy the missing sensor ;-)
Bye Bye
HS
Click to expand...
Click to collapse
sir i cannot find the "i2c_pwn_als"
Hello,
the i2c_pwn_als is a line in the hw_config.sh file stored on /etc
use root explorer to open end edit the file
bye
a little correction, it's pwm, not pwn.
btw, thanks for the tip
Thnx for d trick!!
I tried it but it didn't work still in auto brigthness
Sent from my E10i using xda premium
Done. But still no light
My light dissapear after 1 second the sony ericcson logo appears when booting
Hyper_Sonic said:
Hello,
you can disable the auto brightness only by disabling the controller interface of the sensor!
You can do this by editing the hw_config.sh file stored in /etc with root explorer
1. change the line: i2c_pwn_als with i2c_pwn
2. set permissions to rwxr--r-- (744) if they are changed! VERY IMPORTANT!
3. reboot and njoy the missing sensor
Bye Bye
HS
Click to expand...
Click to collapse
Can anyone attach me the files of xrecovery for mini that is working?
( Charge offline and when i turn on it doesnt boot directly to xrecovery)
All i can get in my mini is xrecovery can charge offline but when i boot it doesnt boot directly to sony erricson but to the xrecovery.
I've tried adding a line of /system/bin/charger before exit but still no good.
Attach me the WORKING files please...
X10 MINI STOCK ROM
kingmagauk said:
Can anyone attach me the files of xrecovery for mini that is working?
( Charge offline and when i turn on it doesnt boot directly to xrecovery)
All i can get in my mini is xrecovery can charge offline but when i boot it doesnt boot directly to sony erricson but to the xrecovery.
I've tried adding a line of /system/bin/charger before exit but still no good.
Attach me the WORKING files please...
Click to expand...
Click to collapse
all the information you want and the working files are available in this link--- http://forum.xda-developers.com/showthread.php?t=878426&highlight=xrecovery
read carefully and it will be a very easy job!
Best wishes,
---do press the thanks button if this helps----
sathkartha said:
all the information you want and the working files are available in this link--- http://forum.xda-developers.com/showthread.php?t=878426&highlight=xrecovery
read carefully and it will be a very easy job!
Best wishes,
---do press the thanks button if this helps----
Click to expand...
Click to collapse
offline charging doesnt work.
Offline charging is in the ramdisk and in chargemon. If you dont press any button while offline charging you wont end up in xrec.
Sent from my U20i using XDA Premium App
slade87 said:
Offline charging is in the ramdisk and in chargemon. If you dont press any button while offline charging you wont end up in xrec.
Sent from my U20i using XDA Premium App
Click to expand...
Click to collapse
Can someone attach their "chargemon" file that offline charging is working for the x10 mini, but when you press the on/off button while charging offlline, It loads the original menu not the xrecovery menu.
The "chargemon" file that already edited with "/system/bin/charger".
I couldnt make it work. Please someone.
Maybe you slade?
Chargemon of MiniCM whith offline charging.
tufadorin said:
Chargemon of MiniCM whith offline charging.
Click to expand...
Click to collapse
this is for miniCM.
I want the x10MINI SE rom, chargemon file or with the other xrecovery files. thanks by the way
The 3 files
tufadorin said:
The 3 files
Click to expand...
Click to collapse
No offline charging. I open the chargemon in wordpad, no /system/bin/charger line added.
Add it yourself bro.
tufadorin said:
Add it yourself bro.
Click to expand...
Click to collapse
the thing is i have done it many many times but i cant get it work.
that's y i ask for help from the experienced =)
all you really need to do is change the line from xrecovery
if [-e keylog blabla]
to only recognize the back key instead of using the logfile.
at the moment every key press creates the log file this was changed due to the fact that ramdisk and chargemon needed to be interchangeable between mini and mini pro. revert it back to the old state and add the line.
Try with this.
Hy all! If someone interesting or looking how to enable lock sound on Neo here is what you have to do:
-First download sound Lock.ogg View attachment sound.rar or (Google for it)
-with root explorer place Lock.ogg sound on SD card or copy directly in sistem/XXXX (xxxx name folder how you like). File must have capital "L"
- using root explorer set permissions rw-r--r-- and copy file
- then go to your sistem/media/audio/ui and paste Lock.ogg file
- if ask to replace existing file click yes (before make backup)
- and that is it you have lock and unlock sound on xperia Neo
DON'T FORGET YOU MUST HAVE ROOTED PHONE
If you find this useful hit Thanks button.
_______________________________________
Xperia Neo- ROM Tweaked 07- kernel Inteks v15
Umm, in my settings on 2.3.3 I have an option to enable a sound on screen lock and unlock? Works fine for me...so why would I need to do this?
SCHUMI_4EVER said:
Umm, in my settings on 2.3.3 I have an option to enable a sound on screen lock and unlock? Works fine for me...so why would I need to do this?
Click to expand...
Click to collapse
Nop it is for 42. firmware. After update to 2.3.4. sony put no sound for locking screen.
Can I replace it with any other sound?
sdk16420 said:
Can I replace it with any other sound?
Click to expand...
Click to collapse
Yes I put Iphone sound for test and it was fine. Only thing is to rename file to "Lock/Unlock" with first capital letter and that is ogg. extension.
Sipi1302 said:
Yes I put Iphone sound for test and it was fine. Only thing is to rename file to "Lock/Unlock" with first capital letter and that is ogg. extension.
Click to expand...
Click to collapse
Yes, I understand, so basically it's the same as changing you system font manually (with a file explorer)
sdk16420 said:
Yes, I understand, so basically it's the same as changing you system font manually (with a file explorer)
Click to expand...
Click to collapse
That is correct and don't forget to put permissions.
Erm, i'm on 2.3.4 and i have lock screen sound, so... what's the point?
theredsonja said:
Erm, i'm on 2.3.4 and i have lock screen sound, so... what's the point?
Click to expand...
Click to collapse
Yap, I don't understand what's the point of this too
On 2.3.4 I have sound only when unlocking not when locking screen so because of that I made this post if someone is missing sound like on 2.3.3 firmware. If you considering this is waste of time keep it to yourself. There is some people who like to have lock and unlock sound.
Sent from my MT15i using xda premium
Works great thanks for the instructions!
You welcome.
DISCLAIMER THIS IS NOT MY WORK! All thanks go to drsanket_xperia_u.
First you need this!
http://code.google.com/p/xdroidx/downloads/detail?name=SQLite Editor-9.apk
I cannot post url links sorry!
Now open root explorer and go to:
Data/data/com.android.providers.settings/databases.
You will see a file called "settings.ab"
You need to move this to your sd card - anywhere will do, your going to 've moving it back soon.
Open it up and go to secure and find "tether_dun_required" and set the value to "0"
Once done move it back to its original place :- data/data/com.android.providers.settings/databases
Change the permissions to RW RW RW
Now reboot and bobs your uncle. Drsankets your saviour, I'm the messanger, haha you get the idea... Tether is working! Tried and confirmed by me!
Sent from my ST25i using xda premium
Not my work
I just found a way to do it on mobile itself
Credit goes to EROCRUN
Working great!
It took my PC about a minute to actually get an IP from the phone - seems like DHCP is not so fast.
Otherwise, awesome.
Dude, it's my trick! please read posts carefully.
Sorry dude must have been all the excitement haha
Sent from my ST25i using xda premium
actually it's FTF not TFT
ilgreco112 said:
actually it's FTF not TFT
Click to expand...
Click to collapse
Posted using my phone it has corrected typos sorry haha
Sent from my ST25i using xda premium
Clarkiieh said:
Posted using my phone it has corrected typos sorry haha
Sent from my ST25i using xda premium
Click to expand...
Click to collapse
no problem friend =) just wanted to let you know if you didn't =)
It's Working
It was working only with 3g network... but it still giving tethering error on wifi tethering. It's little bit odd to tether wifi but it's not working. I don't know, maybe is my fault
But, I'll wait for some proper firmwire, like word or some fully functional one :/
It's absolutely your fault.
Haha did I mention neither one of us are responsible for a fault on your phone! I must have done it wrong when I reflashed .89 and my phone went into bootloop after doing this fix and uninstalling all the bloatware
Sent from my ST25i using xda premium
Okay
Now those who are having tethering error even after setting tether_dun_required to 0
Do this
Go to settings.db
Secure
Change value in
Tether_dun_apn to the apn of ur provider....set perm to rw-rw
Reboot
drsanket_xperia_u said:
Okay
Now those who are having tethering error even after setting tether_dun_required to 0
Do this
Go to settings.db
Secure
Change value in
Tether_dun_apn to the apn of ur provider....set perm to rw-rw
Reboot
Click to expand...
Click to collapse
Or... you can delete system\etc\customization\settings\com\android\settings\custom_settings.xml
The custom_settings are:
<setting key="tether_dun_required" runtime="false">1</setting>
<setting key="tether_dun_apn" runtime="false">TIM Web DUN,ibox.tim.it,,,,,,,,,222,01,0,dun</setting>
I have deleted those and other customizations when debranding, and in my "settings.db" i don't have anything that contains the word Tether , and i have usb tethering working
pirej said:
Or... you can delete system\etc\customization\settings\com\android\settings\custom_settings.xml
The custom_settings are:
<setting key="tether_dun_required" runtime="false">1</setting>
<setting key="tether_dun_apn" runtime="false">TIM Web DUN,ibox.tim.it,,,,,,,,,222,01,0,dun</setting>
I have deleted those and other customizations when debranding, and in my "settings.db" i don't have anything that contains the word Tether , and i have usb tethering working
Click to expand...
Click to collapse
Good, i like this.
Enviado desde mi ST25i usando Tapatalk 2
pirej said:
Or... you can delete system\etc\customization\settings\com\android\settings\custom_settings.xml
The custom_settings are:
<setting key="tether_dun_required" runtime="false">1</setting>
<setting key="tether_dun_apn" runtime="false">TIM Web DUN,ibox.tim.it,,,,,,,,,222,01,0,dun</setting>
I have deleted those and other customizations when debranding, and in my "settings.db" i don't have anything that contains the word Tether , and i have usb tethering working
Click to expand...
Click to collapse
but it won't work if you delete that file after flashing, because it affects to phone on first start.
so if someone flashed ftf, only workaround is changing db.
erorcun said:
but it won't work if you delete that file after flashing, because it affects to phone on first start.
so if someone flashed ftf, only workaround is changing db.
Click to expand...
Click to collapse
Ok, and what will happen when you "factory restart" your phone ??
The settings.db trick wont work because of the "custom settings", and you will have to edit settings.db again,
and if you delete that custom settings.. and reset you phone, the problem is gone forever.
I tried deleting file+factory settings combination ofcourse, but didn't work on my phone.
Could somebody tell me which are the permissions for the two other files present in data/data/com.android.providers.settings/databases, please? I mean settings.db-shm and settings.db-wal, please?
erorcun said:
I tried deleting file+factory settings combination ofcourse, but didn't work on my phone.
Click to expand...
Click to collapse
What exactly did you do?
1. you had tether working using your tweak...
2. HOW did you make it not working again.. did you restore the original settings.db ??
3. then... what next ??
I have a EVERYTHING working .89 only by deleting some customization's in etc.