[Q] [Question|How can i disable X10i Keyboard LED? - XPERIA X10 Q&A, Help & Troubleshooting

The two LED besides Home key gave out a harsh light.That made me feel sick especially in the darkness.I need diable them.
I found lots of Led ajust prog,but none of them working.
That's too sweet if Anyone who got a solution?

killsy said:
The two LED besides Home key gave out a harsh light.That made me feel sick especially in the darkness.I need diable them.
I found lots of Led ajust prog,but none of them working.
That's too sweet if Anyone who got a solution?
Click to expand...
Click to collapse
I don't know if this still works but you can give it a try though...
http://forum.xda-developers.com/wiki/index.php?title=File:Xperia_X10.jpg
By the way you can update the Wiki if you find something else...
Jim

jimbo77 said:
I don't know if this still works but you can give it a try though...
http://forum.xda-developers.com/wiki/index.php?title=File:Xperia_X10.jpg
By the way you can update the Wiki if you find something else...
Jim
Click to expand...
Click to collapse
Thx for ur reply,i not sure what's ur reply refer to....Maybe my poor english.
when i press any key under the screen, two led will enable that makes my eye uncomfortable,i mean is there any software can disable them?

I've tried to modified these setting which [jimbo77] posted here,but seems not working.
and still looking for the solution.
btw,admin,plz move to Q&A section,i probably posted in wrong place.thx^&^

I use a script to switch off hw led and notification led
you can use gscript to execute it
this is for 2.1:
Code:
#! /system/bin/sh
echo 0 > /sys/class/leds/lv5219lg:rgb1:red/brightness
echo 0 > /sys/class/leds/lv5219lg:rgb1:green/brightness
echo 0 > /sys/class/leds/lv5219lg:rgb1:blue/brightness
echo 0 > /sys/class/leds/lv5219lg:sled/brightness
chmod 444 /sys/class/leds/lv5219lg:rgb1:red/brightness
chmod 444 /sys/class/leds/lv5219lg:rgb1:green/brightness
chmod 444 /sys/class/leds/lv5219lg:rgb1:blue/brightness
chmod 444 /sys/class/leds/lv5219lg:sled/brightness

Is there any script for 2.2? And can you tell me more precisely how to do it?
Sent from my X10i using XDA Premium App

shahkam said:
Is there any script for 2.2? And can you tell me more precisely how to do it?
Sent from my X10i using XDA Premium App
Click to expand...
Click to collapse
if you do this on a 2.2 and send me the resulting file, I'll try to make one:
Code:
su
cd /sys
find | gzip > /mnt/sdcard/sys.gz

I dont understand nothing of what your telling me because im not a dev lol
Sent from my X10i using XDA Premium App

shahkam said:
I dont understand nothing of what your telling me because im not a dev lol
Sent from my X10i using XDA Premium App
Click to expand...
Click to collapse
me neither, but I know some basics. lol
btw, here is a pack I made to work with 2.1+ firmwares for X10
http://forum.xda-developers.com/showthread.php?t=1029600

Thanks will try this and give feedback for sure!
Sent from my X10i using XDA Premium App

Thank u Adolf,i'll try it and make sure it works.
seems lots homework to do ,i mean about this gscript.

Related

Gtabcomb wifi sleep

Anyone know how to stop wifi from going to sleep? I have it set to never turn off yet it always does.... Thanks
Sent from my VM670 using Tapatalk
Sent from my VM670 using Tapatalk
Try REGPON wifi Keepalive from the market.
nixie2121 said:
Anyone know how to stop wifi from going to sleep? I have it set to never turn off yet it always does.... Thanks
Sent from my VM670 using Tapatalk
Sent from my VM670 using Tapatalk
Click to expand...
Click to collapse
Have you checked the Gtabcomb Q&A thread for an answer? If it's not there, ask there and somebody that's usign Gtabcomb might answer you.
TJEvans said:
Have you checked the Gtabcomb Q&A thread for an answer? If it's not there, ask there and somebody that's usign Gtabcomb might answer you.
Click to expand...
Click to collapse
For some reason i cant post there. I get some kind of permission!?
Sent from my GtabComb using Tapatalk
darren1 said:
Try REGPON wifi Keepalive from the market.
Click to expand...
Click to collapse
So far seems to be working... Thanks
Sent from my GtabComb using Tapatalk
Nothing seems to work.... Help Please
nixie2121 said:
Nothing seems to work.... Help Please
Click to expand...
Click to collapse
When does the WiFi turn off? Immediately after the screen does, or 15 minutes after that, or after a few hours?
There is a trade-off between keeping devices like WiFi on and extending battery life. Android prefers the latter and tries to go into suspend mode if it can. If you want to keep WiFi on all the time, you'll have to keep a wakelock active using some of the apps from Market which are designed to do this.
To see what I mean, try this:
Start the default Android music player and set it to play something in a loop. The default music player will set a wakelock and prevent the system from going into suspend mode. This should keep your WiFi active as long as the music plays.
Thanks.. Any suggestions on a app?
Sent from my VM670 using Tapatalk
nixie2121 said:
Thanks.. Any suggestions on a app?
Click to expand...
Click to collapse
I never use such apps, so I can't recommend any. You can, of course, also set a wake lock from the command line. Install the Superuser app from Market, if not already installed, and then inside a Terminal Emulator window, type:
To set a wake lock:
Code:
$ [B]su[/B]
# [B]echo user_lock > /sys/power/wake_lock[/B]
To remove the (same) wake lock:
Code:
$ [B]su[/B]
# [B]echo user_lock > /sys/power/wake_unlock[/B]
The "user_lock", above, can be any word you want, but, you have to use the same word for both setting and then unsetting the lock. Ie., don't use "user_lock" when setting and "xyzzy" when unsetting. Also, only type the stuff in bold.

Is there anyway to disable the flash sound on the camera?

Anybody know?
Sent from my PC36100 using xda premium
Yes there is an apk file do to it. Let me see if I have it on here. Gimme a second.
Edit.
Found it. There you go. Just install that to SD card, then go into apps, and click on enforced silencer check it on, and you're good to go.
Thanks
Sent from my MB855 using xda premium
Let me know if you have any issues. It's what I'm running on my phone.
Better yet hop on root explore and go down to system>build propt mount R/O and change the "0" at the end to "1" and save change and reboot. ro.media.capture.shuttertone=0
I forgot who came up with the tweak but not I.
Sent from my MB855 using XDA App
radrian92 said:
Better yet hop on root explore and go down to system>build propt mount R/O and change the "0" at the end to "1" and save change and reboot. ro.media.capture.shuttertone=0
I forgot who came up with the tweak but not I.
Sent from my MB855 using XDA App
Click to expand...
Click to collapse
I recommend this more than the custom apk. This method is built-in and in case for some reason you want the sound back, the option is just a checkmark away.
The apk is also just a check mark.
Sent from my Photon via XDA
xTMFxOffshore said:
The apk is also just a check mark.
Sent from my Photon via XDA
Click to expand...
Click to collapse
If you're rooted all you have to do is use Root Explorer and go into:
/system/media/audio/ui
Change the name of "CameraClick.ogg" to "CameraClick.bak"
You can do the same for the video record sound...simple.
Sent from my MoPho...BAM!
xTMFxOffshore said:
The apk is also just a check mark.
Sent from my Photon via XDA
Click to expand...
Click to collapse
Yes, but doing the build.prop mod allows the toggle to be done from within the camera app which makes it much easier to toggle, as opposed to having to switch to another app.
No need to install anything. The easiest solution is usually always the best.
Yes. I didn't know you could do it from the app. Though easiest isn't always best.
Sent from my Photon via XDA
+1
MultiDev said:
Yes, but doing the build.prop mod allows the toggle to be done from within the camera app which makes it much easier to toggle, as opposed to having to switch to another app.
No need to install anything. The easiest solution is usually always the best.
Click to expand...
Click to collapse
Sent from my MB855 using XDA App
xTMFxOffshore said:
Yes there is an apk file do to it. Let me see if I have it on here. Gimme a second.
Edit.
Found it. There you go. Just install that to SD card, then go into apps, and click on enforced silencer check it on, and you're good to go.
Click to expand...
Click to collapse
Im not rooted and was really annoyed with that loud obnoxious camera shutter, thanks for this!
Sent from my MB855 using Tapatalk
jeriel05 said:
Im not rooted and was really annoyed with that loud obnoxious camera shutter, thanks for this!
Sent from my MB855 using Tapatalk
Click to expand...
Click to collapse
No problem.
I'm trying to delete the file and it keeps saying it's read only iv'e tried changing the permissions and also the r\w on top no dice, lol what am i doing wrong
I just use Root Explorer and go to System/Media/UI then rename the Camera_Click.ogg to Camera_Clik.ogg just changing a single letter works and you can always restore it if wanted.
(You have to be Rooted)

cm7 Alpha 4 being worked on alpha 3 released

https://code.google.com/p/cmtouchpad/issues/list
go take a look, maybe a thanksgiving present?
EDIT: released
http://rootzwiki.com/topic/10121-releasealpha3cyanogenmod-touchpad/
curtis8523 said:
https://code.google.com/p/cmtouchpad/issues/list
go take a look, maybe a thanksgiving present?
EDIT: released
http://rootzwiki.com/topic/10121-releasealpha3cyanogenmod-touchpad/
Click to expand...
Click to collapse
Thanks!
Flashing A3 in about 30 mins.
Alpha 3 hasn't fixed my charging issues
Sent from my Incredible 2 HD using XDA App
hi why i install the alpha 3. i finished. but when i turn off the screen and turn on. it dont have the lock screen. it go direct to desktop. some way to fix that. thanks lot
philong641576 said:
hi why i install the alpha 3. i finished. but when i turn off the screen and turn on. it dont have the lock screen. it go direct to desktop. some way to fix that. thanks lot
Click to expand...
Click to collapse
It's disabled by default.
To enable it go to settings->Cyanogenmod Settings->Tablet Tweaks
then under interface uncheck "Disable lockscreen"
Still no wifi for me. This is getting frustrating.
Sent from my SPH-D700 using xda premium
sonjohn1 said:
Still no wifi for me. This is getting frustrating.
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
i have a same issue. no wifi. darnnnnnnnnnnnnnnnnnn
try changimg ur wifi channel to 1 or 6
The link is currently down but i will flash and see how it works out.
mputtr said:
try changimg ur wifi channel to 1 or 6
Click to expand...
Click to collapse
It's been on channel six from the beginning. I'm wondering if it has something to do with U Verse. My WebOS wifi works great.
Sent from my SPH-D700 using xda premium
No wifi fix? That's like the only thing I was looking forward too.
Sent from my SPH-D710 using xda premium
Wow...deal breaker for me if no wifi. I will wait for a decent beta....if it ever appears.
Wifi fix
http://www.rom-ulan.com/2011/11/32gig-hp-touchpad-running-cyanogenmod-7.html?m=1
Sent from my Touchpad using Tapatalk
Krunk_Kracker said:
Wifi fix
http://www.rom-ulan.com/2011/11/32gig-hp-touchpad-running-cyanogenmod-7.html?m=1
Sent from my Touchpad using Tapatalk
Click to expand...
Click to collapse
The (only) interresting part of your link, also in the RootzWiki original thread :
"HOW DO I CLEAR OUT *ALL* MY WIFI SETTINGS AND START FRESH?
If you find that your wifi is "strobing" on and off, or you wish to completely wipe out all wifi settings, you can do this in one of three ways:
THE "RIGHT" WAY (USING ADB):
adb shell rm -rf /data/misc/wifi && reboot
(this will remove the settings and then force a reboot)
THE "I-DON'T HAVE ADB INSTALLED" WAY:
From the Terminal app.
# rm -rf /data/misc/wifi && reboot
(similar command as above. The # is a prompt-- don't type that part. If you see a $ prompt instead, type "su" (no quotes) and it should become a #)[/INDENT]
THE VERY DRAMATIC "I DON'T MIND LOSING *ALL* MY SETTINGS" WAY
Boot into clockworkmod recovery. Do a factory reset. This will remove your wifi settings... along with ALL your personal settings and apps. Only use this if you understand that you will effectively be resetting CM7 to the first time you ran it."
Click to expand...
Click to collapse
Didn't got the time to install A3 this noon, I hope wifi will work with and this fix (already known but not personnaly tested, I was waiting the next alpha)
Édit : install and wifi ok for me.
markwebb said:
Wow...deal breaker for me if no wifi. I will wait for a decent beta....if it ever appears.
Click to expand...
Click to collapse
wow...most people don't have a wi-fi issue, but your welcome to miss out on what has been a godsend...besides you still have webOS if it doesn't float your boat.
Not sure what people are complaining baout WiFi works perfectly.
Awesome release thanks for the hard work!!
sonjohn1 said:
It's been on channel six from the beginning. I'm wondering if it has something to do with U Verse. My WebOS wifi works great.
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
then try changing it to channel 1. the point is that sometimes the channel gets really congested (as in everyone in your apartment area is using the same channel) and sometimes it just refuses to work.
Mine was originally at 11 and it took forever to connect. i swapped it out to channel 1 (i think) and now it's a snap
sonjohn1 said:
It's been on channel six from the beginning. I'm wondering if it has something to do with U Verse. My WebOS wifi works great.
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
I'm on Uverse and have no wifi issues FWIW
No wifi issues here. Rocking the ICS theme and loving it!!!
I installed A3 and it worked fine but then I got a wifi FC problem
=/
it wasnt even turned off the screen wasnt off

I think i did something bad!!!

When i was in twrp 2.0 i did something wrong!!! I fixed permissions!!! I pressed that botton is that bad??? Please help!! Thaqnks
evod3 said:
When i was in twrp 2.0 i did something wrong!!! I fixed permissions!!! I pressed that botton is that bad??? Please help!! Thaqnks
Click to expand...
Click to collapse
You will be fine. You should not have any problems
Fixed permissions
Ru sure bro?? What did it do anyways??????
evod3 said:
Ru sure bro?? What did it do anyways??????
Click to expand...
Click to collapse
Sometimes app permissions may be out of whack. You can reset permissions and correct problems.
bradley26 said:
sometimes app permissions may be out of whack. You can reset permissions and correct problems.
Click to expand...
Click to collapse
how do i do that reset it??
evod3 said:
how do i do that reset it??
Click to expand...
Click to collapse
You already did...when you fixed permissions.
evod3 said:
how do i do that reset it??
Click to expand...
Click to collapse
I said reset but meant fix. If you add an app to system/app and the permissions are wrong you can fix permissions. You will be fine. You don't notice anything wrong with your phone, do you?
Fix permission is a great tool it help you get rid of force closes so you'll be fine.
Sent From My Nocturnal 3Dimension
I promise you. What you did was fine. No harm was done to your phone as the guys above said. You don't have to restore or change anything back. If you want to read a little bit about it, check out this page on the CyanogenMod Wiki.
If you don't know what a feature does, simply type something like "Android fixing permissions" or "Flash ROM Evo 3D" into Google or into the search here on XDA-Developers. The search tool will save you a lot of frustration when you aren't sure what to do.
Best of luck to you.
Probably gonna have to run the command to fix contact pictures in messaging app now.
KB112 said:
Probably gonna have to run the command to fix contact pictures in messaging app now.
Click to expand...
Click to collapse
Come on. It's really not nice to mess around like that.
closeone said:
Come on. It's really not nice to mess around like that.
Click to expand...
Click to collapse
It's true, they should have looked into removing that chunk from their script as I've always had that issue after running fix permissions. Unfortunately...
Via My HTC Evo 3D On The Now Network From Sprint.
closeone said:
Come on. It's really not nice to mess around like that.
Click to expand...
Click to collapse
It's not a big deal. Happens any time I fix permission.
Open terminal emulator.
Type the letters su
Then type this command.
chmod 666 /data/data/com.android.providers.contacts/files/*
Sent from my PG86100 using xda premium
bradley26 said:
Sometimes app permissions may be out of whack. You can reset permissions and correct problems.
Click to expand...
Click to collapse
KB112 said:
It's not a big deal. Happens any time I fix permission.
Open terminal emulator.
Type the letters su
Then type this command.
chmod 666 /data/data/com.android.providers.contacts/files/*
Sent from my PG86100 using xda premium[/QUOTi did that and nothing happen??
Click to expand...
Click to collapse
Reboot and your contact pictures will be shown in the messaging app now.
Sent from my PG86100 using xda premium
KB112 said:
Probably gonna have to run the command to fix contact pictures in messaging app now.
Click to expand...
Click to collapse
Sorry about that KB112. The way you wrote that just sounded like you were joking. The good ol' English language reads so much different than when it's spoken.
I knew about that problem in ClockworkMod Recovery. I thought that TWRP had fixed that problem in their recovery.
Thanks.
Ok this trolling in this thread is just sad and plain annoying. I'm going to set this straight right now. Fixing permissions WILL NOT have any adverse effects on your ROM, but can actually help your ROM if you run into Force Closes and whatnot. Fixing permissions does exactly what its name says it does, it fixes the permissions of your the apps and other files.
Evod3 you need to run this in your Terminal Emulator to revert what KB112 did:
Type this and press enter:
Code:
su
When a # appears type this and then press enter:
Code:
chmod 760 /data/data/com.android.providers.contacts/files/*
thanks you !!!! sorry about that im new trying to learn ya kno.. my bad!!! thanks again bro!!!
dastin1015 said:
Ok this trolling in this thread is just sad and plain annoying. I'm going to set this straight right now. Fixing permissions WILL NOT have any adverse effects on your ROM, but can actually help your ROM if you run into Force Closes and whatnot. Fixing permissions does exactly what its name says it does, it fixes the permissions of your the apps and other files.
Evod3 you need to run this in your Terminal Emulator to revert what KB112 did:
Type this and press enter:
Code:
su
When a # appears type this and then press enter:
Code:
chmod 760 /data/data/com.android.providers.contacts/files/*
Click to expand...
Click to collapse
Dastin1015. My apologizes. I literally Googled:
Code:
chmod 666 /data/data/com.android.providers.contacts/files/*
And came up with several pages of "Do this to fix those permissions" threads, looked, and assumed that I had made a mistake.
I also want to apologize to you evod3 for this. If I personally misled you, I want to say that I am sorry. I feel pretty bad (and slightly embarrassed) right now.
closeone said:
Dastin1015. My apologizes. I literally Googled:
Code:
chmod 666 /data/data/com.android.providers.contacts/files/*
And came up with several pages of "Do this to fix those permissions" threads, looked, and assumed that I had made a mistake.
I also want to apologize to you evod3 for this. If I personally misled you, I want to say that I am sorry. I feel pretty bad (and slightly embarrassed) right now.
Click to expand...
Click to collapse
its all good bro!! im all set now

[Q] Changing SD Card Speed CM7? [Solved]

Does anyone know where I can find the SD card speed on CM7? It's set to 128KB by default but would like to change 3076 without the use of an app.
Sent from my MB870 using xda premium
How did you find out the speed on CM7? The only way I can think of is to get a higher class sd-card. Class 10 is 10mbs per second, 8 is 8 per second, etc.
I'm talking about changing the SD CARD read ahead cache speed found /sys/devices/virtual/bdi/179:0/read_ahead_kb. Changing the value here work until reboot. I was just wondering if there's a way to get the value to stick or if I need to create a script?
It helps with performance of apps if you have them on your SD Card. I already have a class 10.
Not sure if it's exactly what you're looking for, but if you use Rom Toolbox pro and slide over to the performance tab, all the way down is an option called SD Boost. You can set different values and there's an option to apply on boot as well
Sent from my CyanogenMOD 7.2 RC1 powered X2
There are apps that can do this and have a setting to set speed at boot. Just search the market for SD speed booster.
What Roy said lol.
Sent from my MB870 using xda premium
CadenH said:
There are apps that can do this and have a setting to set speed at boot. Just search the market for SD speed booster.
What Roy said lol.
Sent from my MB870 using xda premium
Click to expand...
Click to collapse
Trying to do it with out an app applying setting on boot read first post.
S3AL3DF4T3 said:
Does anyone know where I can find the SD card speed on CM7? It's set to 128KB by default but would like to change 3076 without the use of an app.
Sent from my MB870 using xda premium
Click to expand...
Click to collapse
Doing it without an app will require a script. Do you use script manager?
Sent from my MB870 using xda premium
Yeah I've used it before.
ⓢⓔⓝⓣ
ⓕⓡⓞⓜ
ⓜⓨ
ⓑⓛⓤⓔ
ⓢⓣⓔⓔⓛ
©ⓨⓐⓝⓞⓖⓔⓝⓜⓞⓓ
I know you don't want to use any apps at all but you can have script manager apply your script at boot.
Sent from my MB870 using xda premium
Okay..so in other words there's nothing I could put in system/ect/init.d to make it apply on boot. I already tried placing this script there but nothing happens.
#!/system/bin/sh
if [ -e /sys/devices/virtual/bdi/179:0/read_ahead_kb ]; then echo 2048 > /sys/devices/virtual/bdi/179:0/read_ahead_kb fi
ⓢⓔⓝⓣ
ⓕⓡⓞⓜ
ⓜⓨ
ⓑⓛⓤⓔ
ⓢⓣⓔⓔⓛ
©ⓨⓐⓝⓞⓖⓔⓝⓜⓞⓓ
S3AL3DF4T3 said:
Does anyone know where I can find the SD card speed on CM7? It's set to 128KB by default but would like to change 3076 without the use of an app.
Sent from my MB870 using xda premium
Click to expand...
Click to collapse
Download SD card booster from the app store.
Did you set it to have execute permissions?
You'll have to ensure the directory is in read/write mode and then from an adb shell prompt, do the following command on your script:
chmod 0755
Sent from my Eclipsed 2.2 phone.
Yah I had set the permissions with root explorer. Sweet got it working finally with ADB thanks iBolski.
Sent from my MB870 using xda premium

Categories

Resources