[MOD]Build.prop Super Tweaks:) - HTC One V

[MOD]Build.prop Super Tweaks.
NB : Only for ROOTED Devices or ROM Cookers/Chiefs..
READ FIRST
**If these lines already exist in your build.prop, then you can just edit the values. If not then Just add the lines. After making the tweaks always remember to reboot twice..!!!**
----------------------------------------------------------------------------
Normal Method Done Via Root Explorer
1, Open "Root Explorer" and mount R/W.
2, Go to "system" and you will find there is a file name "build.prop".
3, Right click (By holding at the file) and there is menu pop out.
4, Scroll down and select edit in Text Editor.
5, Type in those few line of words below into the last line of the text then save.
6. Reboot twice
Data Tweaks
ro.ril.hsxpa=3
ro.ril.gprsclass=12
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=28
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=9
Powersave Tweaks
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
wifi.supplicant_scan_interval=150
UI Tweaks
windowsmgr.max_events_per_sec=150
debug.sf.hw=1
video.accelerate.hw=1
Media Tweaks
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
Boot Tweaks[/COLOR][/SIZE][/FONT][/U][/B]
debug.sf.nobootanimation=1
persist.sys.shutdown.mode=hibernate
^^Makes phone boot rapidly fast.
System Tweaks[/COLOR][/SIZE][/FONT][/U][/B]
ro.ext4fs=1
Miscellaneous Tweaks[/COLOR][/SIZE][/FONT][/U][/B]
Change the Dalvik VM heap size
dalvik.vm.heapsize=64m
[B]To enable the hard key lights to stay on while the screen is on and not timeout
ro.mot.buttonlight.timeout=0
Try disabling BLN if your having trouble getting this to work
To make the phone come off of the "black screen" in the middle of, or the end of phone calls when you pull the phone away from your face
mot.proximity.delay=150
**May kill the dialer**
To disable usb debugging popup
persist.adb.notify=0
To give your phone an HD effect fitting a little more on the screen, look for this in you current build.prop and change the 240 to:
ro.sf.lcd_density=X (225 or 230)
To enable the menu button to unlock the phone
ro.config.hw_menu_unlockscreen=true
To stop the phone from waking up when pressing the volume key
ro.config.hwfeature_wakeupkey=0
To make the phone ring faster when dialing out
ro.telephony.call_ring.delay=800
---------------------------------------------------------------------------
Press Thanks if helped

pimp my rom is a good option i think

Yes but sometime pimp my ROM will not function properly that's why manual tweaks always better
Sent from my One V using xda app-developers app

Dude if u had a neat explanation for each line then it would have been worth it.. Bcoz all this can be found from google. Nothing new..
read this:
http://niranjanthilak.com/improving...evice-through-optimizing-build-prop-settings/
Sent from my One V using xda app-developers app

Almost all these tweaks come from stock htc. So you haven't discovered America by posting them.
Thread reported because it doesn't belong in Android Development.
Have a nice day,
1ce

Thanks I all remove this
Sent from my One V using xda app-developers app

I am sorry posting at devoloper thread I don't found where to post I all remove it
Sent from my One V using xda app-developers app

It is being reviewed by an admin and it will be moved to GENERAL.

Its nice to see that users are enthusiastic about android and all that comes with it. I appreciate every effort someone puts even if its googling and sharing that with others.
SO...Let me share with you folks knowledge that i have so far,and present you with a bit of an dissapointment about build.prop tweaks improving your device
READ VERY CAREFULLY!!! http://www.jeffmixon.com/examining-...ics-a-comprehensive-guide-part-1/#comment-322
Accept your Roms as they are...devs knows what they´re doing.
1.DO NOT PIMP
2.DO NOT SUPERCHARGE
3.DO NOT SUPERPIMP OR PUT A GASOLINE IN YOUR DEVICE
...Cause if you do any of the things above,devs cant help you when you having issues with their Roms.
CHEERS!!! :good:

Thanks for suggestions appreciated
Sent from my One V using xda app-developers app

true most of them are from the stock rom but there is also some more tweaks build.prop what you don't have posted

U can post the same :thumbup:
Sent from my One V using xda app-developers app

I was trying enable device wakeup with volume key by adding the line and putting value=1, but it won't work on rooted Atrix HD Jelly bean. I see what the problem or reason is...after reboot it won't stick it loads back the default with default entries....my entry disappears even after I saved and exited few times. I even tried copying the original build.prop file out of there and editing it on my pc with notepad++ and putting back to /system but after reboot same thing happens....ANY IDEA? I am trying to use volume keys to wake up so I don't kill the power button too much...widgetlocker worked fine in ICS after after JB update that too stopped working

Related

[MOD] Collection of do it yourself tweaks

While the development is still in its infancy here,
lets post here a bunch of do it yourself tweaks.
Feel free to post any rom tweaks you know of.
In the file /system/etc/init.qcom.post_boot.sh , find the section
case "$target" in
"msm8960" | jaguar* | M2* | m2* )
Click to expand...
Click to collapse
then modify the following value:
echo 80 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
Click to expand...
Click to collapse
This will improve the touchscreen responsiveness.
Add the following line at the end of the msm8960 section:
echo 1024 > /sys/devices/virtual/bdi/179:0/read_ahead_kb
Click to expand...
Click to collapse
This will speed up loading of apps somewhat.
Reboot for changes to take effect.
In the same file you can have it run every init.d file if you don't have init.d support.
Sent from my SPH-D700 using Tapatalk 2
governor tweaks
if on the on-demand governer i recommend you change the sampling rate to 70,000, it improves the devices scaling performance i.e if your device is sitting for a sec. and you touch the screen it should jump to a higher frequency to perform the action faster at the cost of a little bit higher battery consumption but a minuscule amount. And of course please all use the noop i/o scheduler it really does improve responsivness of the phone by alot.
I will aslo be uploading a sys ctl.conf tweak to greatly improve our battery life my og epic increased by 3 hours because of this it is a cwm flashable but for those who dont feel like using it you can always use a root explorer and copy and paste or adb push it. i will post when i know it works
file is migrating to new host this is the link you have to take it apart and either copy and paste or adb push, the install script is giving me trouble will post back when i get around to fixing it unless some brave soul would like to fix it for me idc its all about you guys so if you wanna beat me to it be my guest
and remember always make a nandroid
I would also like to say i did not create this and i have absolutly no idea who did this mod has been circulating around xda's htc forums,android central, and droid forums as far as im concerned the maker of this mod is untraceable.
V6supercharger makes a world of a difference in the memory management section and no ram is waisted it is devoted to the cache for our devices its a pain to set up because we are on odex stock devices ice is a bitc* that way haha.
I found this thread here with several build.prop tweaks... He claims they work on all devices. I am an Android newbie so I can not verify that information.
http://forum.xda-developers.com/showthread.php?t=1639104
matrixzone5 said:
if on the on-demand governer i recommend you change the sampling rate to 70,000, it improves the devices scaling performance i.e if your device is sitting for a sec. and you touch the screen it should jump to a higher frequency to perform the action faster at the cost of a little bit higher battery consumption but a minuscule amount. And of course please all use the noop i/o scheduler it really does improve responsivness of the phone by alot.
I will aslo be uploading a sys ctl.conf tweak to greatly improve our battery life my og epic increased by 3 hours because of this it is a cwm flashable but for those who dont feel like using it you can always use a root explorer and copy and paste or adb push it. i will post when i know it works
Remove this is the link you have to take it apart and either copy and paste or adb push, the install script is giving me trouble will post back when i get around to fixing it unless some brave soul would like to fix it for me idc its all about you guys so if you wanna beat me to it be my guest
and remember always make a nandroid
I would also like to say i did not create this and i have absolutly no idea who did this mod has been circulating around xda's htc forums,android central, and droid forums as far as im concerned the maker of this mod is untraceable.
Click to expand...
Click to collapse
Gotta ask you to remove your link. Third-party downloads that require signing in/up are prohibited.
I'm sorry about that bro I understand its totally annoying I forgot u gotta sign up now for 4shared ill upload it to media fire the second I get a chance
Note to mod* remove if you can please
Sent from my SPH-L710 using XDA
Doesn't build.prop cover most do-it-yourself tweaks?
Yes but there's still ur susctl .conf file u can play with if u go to sustem/etc I believe there is a file u can edit to boost the Max speaker volune
I personally love ofinding new little tweaks to apply and edit in android I love poking and prodding around just to find out what does what whether removing this and replacing it with *,that will benefit perform
Sent from my SPH-L710 using XDA
Terminal emulator cmd
getprop til.MSL Works for getting your msl # to change the settings for faster 3g in ##DATA# menu under the multimedia tab.
If you know what I mean.
Sent from my PB GS3 using XDA
Tewlman252 said:
Terminal emulator cmd
getprop til.MSL Works for getting your msl # to change the settings for faster 3g in ##DATA# menu under the multimedia tab.
If you know what I mean.
Sent from my PB GS3 using XDA
Click to expand...
Click to collapse
I've tried this both with
Code:
getprop til.MSL
&
Code:
getprop ril.MSL
and can't get it to display the MSL, any ideas?
And yes I entered "su" prior to typing the cmd, I actually have terminal setup to do that automatically.
Sent from my SPH-L710 using Tapatalk 2
Strange, it worked for me the first time but now no luck.
Sent from my SPH-L710 using XDA
Tewlman252 said:
Strange, it worked for me the first time but now no luck.
Sent from my SPH-L710 using XDA
Click to expand...
Click to collapse
That's weird, hmmph.
Sent from my Transformer TF101 using Tapatalk 2
carhauler1969 said:
I've tried this both with
Code:
getprop til.MSL
&
Code:
getprop ril.MSL
and can't get it to display the MSL, any ideas?
And yes I entered "su" prior to typing the cmd, I actually have terminal setup to do that automatically.
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
What app are you using to control ur su binary? Super user?
And did you try typing just get prop and scrolling through
Sent from my GT-I9100 using xda app-developers app I recommend using supersu by chain fire for super user on ics
Tewlman252 said:
Terminal emulator cmd
getprop til.MSL Works for getting your msl # to change the settings for faster 3g in ##DATA# menu under the multimedia tab.
If you know what I mean.
Sent from my PB GS3 using XDA
Click to expand...
Click to collapse
Can you clarify this? Thanks
Courtesy of our own Qbking77
http://www.youtube.com/watch?v=RQRZ2Z_IQkY&feature=youtube_gdata_player
This is how I got it to work the first time on my GS3 from Sprint but subsequent tries have failed. Not sure if it's just a one time thing or not.
Needless to say, now that I have my MSL, I don't need to get it again unless I switch devices.
Sent from my SPH-L710 using XDA
Another tip to save battery is enable power saving mode. It automatically scales back the cpu governor to a max speed of 1.026 ghz. Unless you're gaming, this should be fine for day to day usage.
I have tested this with cpu spy and no frills cpu control.
Sent from my SPH-L710 using XDA
nabbed said:
While the development is still in its infancy here,
lets post here a bunch of do it yourself tweaks.
Feel free to post any rom tweaks you know of.
In the file /system/etc/init.qcom.post_boot.sh , find the section
then modify the following value:
This will improve the touchscreen responsiveness.
Add the following line at the end of the msm8960 section:
This will speed up loading of apps somewhat.
Reboot for changes to take effect.
Click to expand...
Click to collapse
echo 80 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
this part showed a 90 in my script. i just want to verify that the instruction is to change the 90 to an 80. or is the instruction to alter it how i wish, and the 80 is just what you picked?
stretchwookie said:
echo 80 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
this part showed a 90 in my script. i just want to verify that the instruction is to change the 90 to an 80. or is the instruction to alter it how i wish, and the 80 is just what you picked?
Click to expand...
Click to collapse
Its alot easier if you used an app like setcpu and go to governed setting ans change the up thresh hold to 80 remember the lower the number the higher the performance at the cost of Max battery life but never set it to 100 it freezes really badly. 99 is even a stretch u shudnt need to go over 95
Sent from my SPH-L710 using xda app-developers app

How to switch off your softkey backlight

I see a few people asking about this and I found this app that works on my HTC One X.
Screen Filter:
https://play.google.com/store/apps/details?id=com.haxor&hl=en
If you just want to switch the lights off, set the filter to 100% then un-tick the enable softkey back light. It works great when watching videos or using it as a nightstand clock.
Hope their wasn't a thread about his. I did a few searches and couldn't find anything, hope this helps a few people.
Does it save the preference after reboot? I use Adjbrightness and after rebooting I have to load the app up again.
Sent from my HTC One X using xda app-developers app
I will have a look but I think you have to reopen it.
Sent from my HTC One X using xda app-developers app
I had a test now and it doesn't start on boot. But when you start the app after a boot it then knows what your last settings were. Hope that helps.
Sent from my HTC One X using xda app-developers app
K, when I have the time I was thinking of writing my own app that does this.
Sent from my HTC One X using xda app-developers app
If u put the app (screenfilter) in some autostart program it will work fine, if u dont wanna enable it manually.
This text was generated by a HoX device, in symbiosis with thoughts from someone else
ououououo said:
If u put the app (screenfilter) in some autostart program it will work fine, if u dont wanna enable it manually.
This text was generated by a HoX device, in symbiosis with thoughts from someone else
Click to expand...
Click to collapse
That is a great idea, I was wondering if there was an app like that I will have a look and see how well that works. But it's really nice to disable those lights, gives the phone a really neat appearance.
Roars21 said:
That is a great idea, I was wondering if there was an app like that I will have a look and see how well that works. But it's really nice to disable those lights, gives the phone a really neat appearance.
Click to expand...
Click to collapse
I did this on my previous device (xperia u, to get rid of the annoying LED-bar )
NOTE:
*** If you accidentally make your screen go BLACK ***
1. Pull your battery
2. Uninstall the app to reset your bad brightness setting
3. Reinstall the app and use it normally again"
Click to expand...
Click to collapse
I am kinda worried about this happening on my HOX...the fist step is already too much trouble to go through.
jimmy2027 said:
I am kinda worried about this happening on my HOX...the fist step is already too much trouble to go through.
Click to expand...
Click to collapse
Don't worry if you hold down the power button for a couple seconds it simulates a battery pull. Then when you start up, provided you don't have it on a autostart app you can then go in and change the settings. Also if you do set the brightness too low it gives you 10 seconds to approve it or it will just revert your settings. If that makes sense.
Make a new file, call it 99KeyOff.sh and put this in it:
#!/system/bin/sh
# ========================================
# init.d script for key light off. ONE X.
#BACKFROMTHE[/QUOTE]STORM
# ========================================
#disable Key Backlight
echo begin set Key Backlight - KB
echo KB - set permissions rw
chmod 0666 /sys/class/leds/button-backlight/brightness
echo KB - set Key Backlight 0
echo "0" > /sys/class/leds/button-backlight/brightness
echo KB - set permissions ro
chmod 0444 /sys/class/leds/button-backlight/brightness
echo KB - done!
Put it in the init.d folder or run it manually in a terminal emulator or script manager.
Unfortunately that doesn't work on the Maximus ROM. I think it's because the rootfs mounts read only. I tried adding a remount line to the top but nothing happened.
Sent from my HTC One X using xda app-developers app

[BUG][UNSOLVED]Keyboard backlights in JB [Workaround posted 5 Jan]

Opening this thread to find a solution to keyboard backlights not working on JB ROMs, if the phone is put on in any other mode other than autobrightness.
I might try possible things to make this work and post here about the changes I made, which can help save time for others trying to solve this bug.
If anybody has any ideas about where to look and what can be a solution they are welcome to reply and contribute.
Update 05 Jan : See post http://forum.xda-developers.com/showpost.php?p=36311016&postcount=11
Since I haven't seen the files myself, I could be talking complete BS here, but...
When looking at the code in the OP of thegreatergood's post the name of the integer-array seems to imply the KeyboardBacklightValues are linked to config_autoBrightness. Although I would expect a dot between those two if KeyboardBacklightValues is truly a child of config_autoBrightness... Java, and all...
Code:
<integer-array name="config_autoBrightnessKeyboardBacklightValues">
<item>255</item>
<item>255</item>
<item>255</item>
<item>255</item>
<item>0</item>
</integer-array>
Looking at [GUIDE][HOW-TO][ANY-ROM]Change Auto Brightness Levels elsewhere on XDA it would indeed seem this only sets what the backlight does in response to various auto-detected light conditions in auto-brightness mode, and NOT for manual brightness.
If so, using the same syntax, there might be something like "config_brightnessKeyboardBacklightValues" or "config_manualBrightnessKeyboardBacklightValues" somewhere? Or that should be inserted somewhere...? Perhaps a search for lines with "config" and "Brightness" and "Values" may provide more inspiration...?
Again, the above might be total BS as I haven't looked in the file myself. I'm still planning on getting more involved hands-on, but that'll have to wait for a few more days!
On that note, Happy 2013!
Evil Alex said:
Since I haven't seen the files myself, I could be talking complete BS here, but...
When looking at the code in the OP of thegreatergood's post the name of the integer-array seems to imply the KeyboardBacklightValues are linked to config_autoBrightness. Although I would expect a dot between those two if KeyboardBacklightValues is truly a child of config_autoBrightness... Java, and all...
Code:
<integer-array name="config_autoBrightnessKeyboardBacklightValues">
<item>255</item>
<item>255</item>
<item>255</item>
<item>255</item>
<item>0</item>
</integer-array>
Looking at [GUIDE][HOW-TO][ANY-ROM]Change Auto Brightness Levels elsewhere on XDA it would indeed seem this only sets what the backlight does in response to various auto-detected light conditions in auto-brightness mode, and NOT for manual brightness.
If so, using the same syntax, there might be something like "config_brightnessKeyboardBacklightValues" or "config_manualBrightnessKeyboardBacklightValues" somewhere? Or that should be inserted somewhere...? Perhaps a search for lines with "config" and "Brightness" and "Values" may provide more inspiration...?
Again, the above might be total BS as I haven't looked in the file myself. I'm still planning on getting more involved hands-on, but that'll have to wait for a few more days!
On that note, Happy 2013!
Click to expand...
Click to collapse
Happy 2013 to you and all the glide community as well.
The file has no more settings and the code is correct, but I was thinking of taking apart ICS where it all worked perfect and do a compare on all files related to keyboard lights. Hope fully would get a clue.
Sent from my SGH-I927 using xda app-developers app
you may wanna take a look at settings.apk, services.jar and android-policy.jar they all have brightness control stuff in em ... but it may be in smali which we all love.... the stock samsung brightness settings controls the duration which the lights are on .... and thats whats missing in aosp...
thegreatergood said:
you may wanna take a look at settings.apk, services.jar and android-policy.jar they all have brightness control stuff in em ... but it may be in smali which we all love.... the stock samsung brightness settings controls the duration which the lights are on .... and thats whats missing in aosp...
Click to expand...
Click to collapse
Thx will surely give it a try .
Sent from my SGH-I927 using xda app-developers app
ninthsense said:
Thx will surely give it a try .
Sent from my SGH-I927 using xda app-developers app
Click to expand...
Click to collapse
If you think about it that could be a cool feature for users to make it like a cars headlights but it would need to be a option in the settings. need a toggle in settings however
Cory_branch said:
If you think about it that could be a cool feature for users to make it like a cars headlights but it would need to be a option in the settings. need a toggle in settings however
Click to expand...
Click to collapse
A car's headlights? How do you mean?
I think he wants it to be at a different brightness like a dimmer.
Sent from my SGH-I927 using xda app-developers app
Laugher19 said:
I think he wants it to be at a different brightness like a dimmer.
Sent from my SGH-I927 using xda app-developers app
Click to expand...
Click to collapse
I have only seen the keyboard backlights be full on or full off. I have never seen them dim or fade. If they did have some staging that I never noticed or could be worked into the auto brightness then that would be news to me.
QuickSilverAWD said:
I have only seen the keyboard backlights be full on or full off. I have never seen them dim or fade. If they did have some staging that I never noticed or could be worked into the auto brightness then that would be news to me.
Click to expand...
Click to collapse
Not dim or fade, but with the new fix the keyboard backlight now works on auto brightness mode depending on the light sensor in the phone. So if it's dark enough then the keyboard lights will come on and if its daylight then it remains off. Works pretty well in real life situations.
Sent from my SGH-I927 using xda app-developers app
I've worked out a patch using the info on this thread http://forum.xda-developers.com/showthread.php?t=661343 . This is a very crude way of fixing it but until it's really fixed in the JB roms this can be useful, specially CM10.1 .
So here is how to run it.
Unzip this file Download, put the script in your sdcard either through adb push or file manager. Pull up the terminal app and type the following :
Code:
su [press enter]
nohup bash /sdcard/Kbonoff.sh > /dev/null &
Then you can leave the terminal and guess what the keyboard backlight will work now.
This will only work until your next reboot. Once you guys test it, i'll probably look into making it more permanent. Don't want to have a permanent fix which drains battery and affects performance.
Note : I only tested it on dman's CM10
Keept it running a full day and i see no visible impact on performance or battery.
This works great. I can also see no significant drop in performance or battery life. I do have a lag in the time the lights take to come on. The only bug I really see is that when the keyboard is open and your phone locks. You have to close and reopen the keyboard for the lights to come back on. But it may be just me. Anyways great job and keep up the good work! :thumbup:
Sent from my cm10.1 wonder
jevan24 said:
This works great. I can also see no significant drop in performance or battery life. I do have a lag in the time the lights take to come on. The only bug I really see is that when the keyboard is open and your phone locks. You have to close and reopen the keyboard for the lights to come back on. But it may be just me. Anyways great job and keep up the good work! :thumbup:
Sent from my cm10.1 wonder
Click to expand...
Click to collapse
Nope not a bug really. The script works on a simple code.. when it find a keypress generated on slide out, it lights up the keyboard and when its slide in it switches it off.
I've tried and yes when it gets locked and screen is off it gets switched off. I'll try to see in logcat if I can watch for anything unique for the slide out and in only.
Report back if somebody has tried it on a diff jellybean rom.
Sent from my SGH-I927 using xda app-developers app
I'm running dman's CM 10.1 [4.2.1] Beta-2 for I927 and kb script doesn't work ;/
I'm running dmans cm 10.1 and everything works here..
Sent from my cm10.1 wonder
---------- Post added at 07:22 PM ---------- Previous post was at 07:00 PM ----------
I have also found that at least for me they will time out and not come back on even with the screen awake and im still typing... I will try to get some logcats when i get some extra time. Probably later after i get off work. It also seems thegreatergood found something out for cm 10.1. Cheers guys! :beer:
Sent from my cm10.1 wonder
Running KB script causes:
I/BootReceiver( 430): Copying /data/tombstones/tombstone_09 to DropBox (SYSTEM_TOMBSTONE)
I/DEBUG ( 103): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 103): Build fingerprint: 'samsung/SGH-I927/SGH-I927:4.0.4/IMM76D/UCLG9/test-keys'
I/DEBUG ( 103): Revision: '14'
I/DEBUG ( 103): pid: 8603, tid: 8603, name: awk >>> awk <<<
I/DEBUG ( 103): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000dff
or:
I/DEBUG ( 103): memory map around fault addr 000214f4:
I/DEBUG ( 103): (no map below)
I/DEBUG ( 103): 00008000-00080000 /system/xbin/busybox
I/DEBUG ( 103): 00080000-00082000 /system/xbin/busybox
F/libc ( 9946): Fatal signal 11 (SIGSEGV) at 0x00000df8 (code=1), thread 9946 (awk)
Are you running it with root ? Also on which rom and which kernel /
Sent from my SGH-I927 using xda app-developers app
ninthsense said:
Are you running it with root ? Also on which rom and which kernel /
Sent from my SGH-I927 using xda app-developers app
Click to expand...
Click to collapse
Of course i'm running it as root.. Rom is dmans cm 10.1 with covenant kernel.
Here some part of /main log: http://pastebin.com/wHMr8WgL
And the system log: http://pastebin.com/AYgyDh6W
In Paranoid Android you can change the auto dim settings so that the keyboard light is always on in advanced display settings.

Cm10.1 Buglist/Workarounds Discussion

Made This because i see the same question/bugs referenced in the cm thread over and over for each build so I figured id place them all here so people wont have to look. And will know its a problem to start with and to keep the general talk out of the original development forum/aid the developers with a plain list of bugs/workarounds.
Feel free to add anything im missing.
To enable developer options:
settings---) about ---) scoll to the bottom and tap build number like 8x
now power menu reboot options are there also as a safety feature
Build
Jan 24 2013
A2DP IS NOW FIXED
headphone button hangup does not work
wifi tethering on stock kernel dont work (use kt's or a kernel that says wifi fixed)
Enabling "AirPlane" mode when Bluetooth is on and in-use causes it to forever be stuck in "Turning off Bluetooth..." status. Only a reboot will fix it.
when calling an 800 or automated number you cant dial a number at a prompt. For instance "Press 1 for english" doesn't work sometimes hapens when trying to answer gv with call screening every 1 in 10 or so
Can someone pleaseee confim that bluetooth is 100% fixed it works fine for me on kt
Build
Jan 4 2013
Keyboard/touch screen a little wonky try changing the hwoverlay settings in developer options works for some.. fixed in 1/3?
Call volume low:
The in call volume bug will continue to exist until the audio enhancements ( IE DUAL MIC) are finished and merged in. For now goto phone > settings and uncheck "Noise suppression". its not a fix but it helps.
Click to expand...
Click to collapse
music players not working or fc? [/QUOTE]Download rom toolbox and open the build.prop editor search for lpa.decode=true and change it to lpa.decode=false[/QUOTE] Seems to be working as of 1/3
Camera Crashes :
just close it and clear data start again works fine from there on out
Click to expand...
Click to collapse
Bluetooth A2DP :
bluetooth voice dial does not work in cm10 or cm10.1. It opens but cannot "hear" any commands.
Disable voice dial in "manage apps", then install "Bluetooth launch" from the play store. After this, set it to launch activity "com.Google.android.googlequicksearchbox.voicesear chactivity" under the "Google search" application.
Now connect your Bluetooth device, press the button you would normally use to initiate voice dial, and tap "Bluetooth launch" when prompted, then tap always use.
have to use the voice command button twice, but it works like a charm!
Click to expand...
Click to collapse
BT A2DP not functioning properly some say to make a call and hang up using bluetooth
GPS shows locked in notification drawer even after being turned off
Camera:
gtuansdiamm said:
When using ffc on camera mode switching to video mode screws color
Work around. Using the 8mp camera I in video mode and switch to ffc
Color is fixed but it is still a bit wonky
Click to expand...
Click to collapse
* unconfirmed
NO GPS?
flash back to any tw rom get a lock and then flash back to cm/aokp
Memory:
CNexus said:
"I can't find my apps and/or documents and/or anything thats supposed to be on my sdcard!"
From JB and up everything that was on the root of the sdcard (in previous versions) is now located inside the "0" folder
Click to expand...
Click to collapse
Screen wakes: screen wake only on stock kernel use ktoonsez kernel make sure min mhz is stock * possibly fixed in 1/3?
4g: ehrdp hand off still a bit wonky toggle airplane mode if it has trouble not sure. some reports of it working find others its.*
App switcher bug please confirm?
anything else? submit a reply and ill ad it to the op! your help is appreciated!
Bug fixed? as bugs get squahsed ill remove them again this is ment as a running list cuz theres no bug tracker
Dreamlogix said:
Made This because i see the same question/bugs referenced in the cm thread over and over for each build so I figured id place them all here so people wont have to look. And will know its a problem to start with and to keep the general talk out of the original development forum/aid the developers with a plain list of bugs/workarounds.
Feel free to add anything im missing.
To enable developer options:
settings---) about ---) scoll to the bottom and tap build number like 8x
Build
Jan 1 2013
Keyboard a little wonky try changing the hwoverlay settings in developer options works for some..
you think the call volume is too low? get volume+ in the play store
music players not working? Download rom toolbox and open the build.prop editor search for lpa.decode=true and change it to lpa.decode=false
Camera Crashes on first start: just close it and clear data start again works fine from there on out
random Bluetooth problems? not sure. some reports of it working find others its a lil buggy possible work around is make a call and hang up then streaming works.
GPS shows connected even after being turned off
Click to expand...
Click to collapse
Volume+ is a placebo
Sent from my SPH-L710 using xda premium
When using ffc on camera mode switching to video mode screws color
Work around. Using the 8mp camera I in video mode and switch to ffc
Color is fixed but it is still a bit wonky
Sent from my SPH-L710 using xda premium
Edit: it could have been that I had the color effect neon on
I though it did nothing since it was on top and in 8mp camera mode it did nothing
The color effect none is on the bottom
rrmzr1 said:
Volume+ is a placebo
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
how about voodoo? i know it wasent on the s2 and s1 it allowed positive db amp
"I can't find my apps and/or documents and/or anything thats supposed to be on my sdcard!"
From JB and up everything that was on the root of the sdcard (in previous versions) is now located inside the "0" folder
--
Btw, really good idea OP :good:
rrmzr1 said:
Volume+ is a placebo
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
Ya I don't see a option for the earpiece speaker. Just the main back speaker. Anything else that will fix the low in call volume?
Sent from my SPH-L710 using Tapatalk 2
ooxteme said:
Ya I don't see a option for the earpiece speaker. Just the main back speaker. Anything else that will fix the low in call volume?
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
Try voodoo
Just installed cm10.1 again and the screen randomly flashes sometimes. Fix for that?
Sent from my SPH-L710 using xda app-developers app
DerIdiot said:
Hey all, any idea why when I try to play music or videos with sound the phone freezes hard? I have been having the issue on CM nightly 12-24, 29 and 30th. I'm sure there's just an app that needs data wiped.
Any help appreciated.
Click to expand...
Click to collapse
DerIdiot said:
Hey all, found a solution:
Use "File Explorer" with root access, go into /system/build.prop - scroll down until you see lpa.decode=true and change it to false, save and close and reboot.
Seems to work for now, though I imagine any new nightlies will require doing this at least for a while until they fix it.
Click to expand...
Click to collapse
---
@haynesr07, did you do a complete wipe? several times even? Sometimes stuff can leak through from your last rom and mess with your settings in your new rom, try clearing everything a couple times (2 or 3 times per item) and flash again
Also if you restored any data, that might be it, I've seen weird problems when people do that...I don't think this issue is rom specific though or it wouldnt be stable enough to be released
CNexus said:
---
@haynesr07, did you do a complete wipe? several times even? Sometimes stuff can leak through from your last rom and mess with your settings in your new rom, try clearing everything a couple times (2 or 3 times per item) and flash again
Also if you restored any data, that might be it, I've seen weird problems when people do that...I don't think this issue is rom specific though or it wouldnt be stable enough to be released
Click to expand...
Click to collapse
aye thanks m8
CNexus said:
---
@haynesr07, did you do a complete wipe? several times even? Sometimes stuff can leak through from your last rom and mess with your settings in your new rom, try clearing everything a couple times (2 or 3 times per item) and flash again
Also if you restored any data, that might be it, I've seen weird problems when people do that...I don't think this issue is rom specific though or it wouldnt be stable enough to be released
Click to expand...
Click to collapse
I wiped everything as usual...Hm, wonder what happened. Happened on liquid too..
haynesr07 said:
I wiped everything as usual...Hm, wonder what happened. Happened on liquid too..
Click to expand...
Click to collapse
you wiped system and factory reset and caches and then fixed permissions.
http://db.tt/GJ2NYrlb
This is the current build props i use. Leave out the Bootanimation one if you want to keep your boot animation. Do not edit buildprop if you have no experience. Look up the proper way to use them, Dreamlogix explainsto use rom toolbox above. Dont add all in. Check if value exists and change to the new value. If an entry is missing add it but dont assume its not there because double entries cause issues and if you mess up your build prop you might not boot. Have the rom file ready in case. One would need to dirty flash to get back to current install or a backup. If on a custom kernel after reinstalling rom, run kernel cleaner and reinstall kernel. Gapps will work on the dirty install without reinstalling them.
Use at your own risk i am not responsible for damages to ones phone. This is my build prop values i add or use not my actual build prop just the values and entries that i add or change.
The file is in plain text file format
GS3 L710 4.2.1 AOSP Kt747 2.1Ghz ROW/Ktoonservative *Tapatalk
mw86 said:
http://db.tt/GJ2NYrlb
This is the current build props i use. Leave out the Bootanimation one if you want to keep your boot animation. Do not edit buildprop if you have no experience. Look up the proper way to use them, Dreamlogix explainsto use rom toolbox above. Dont add all in. Check if value exists and change to the new value. If an entry is missing add it but dont assume its not there because double entries cause issues and if you mess up your build prop you might not boot. Have the rom file ready in case. One would need to dirty flash to get back to current install or a backup. If on a custom kernel after reinstalling rom, run kernel cleaner and reinstall kernel. Gapps will work on the dirty install without reinstalling them.
Use at your own risk i am not responsible for damages to ones phone. This is my build prop values i add or use not my actual build prop just the values and entries that i add or change.
The file is in plain text file format
GS3 L710 4.2.1 AOSP Kt747 2.1Ghz ROW/Ktoonservative *Tapatalk
Click to expand...
Click to collapse
what else did you change other than hw and ipa ?
and if you use inverted gapps you have to reflash.
Dreamlogix said:
what else did you change other than hw and ipa ?
and if you use inverted gapps you have to reflash.
Click to expand...
Click to collapse
Thanks i didn't remember inverted gapps you are right. I changed and added all of the values in the txt document i posted. They weren't for a fix, i always use them. Thats a list if the values i use.
Edit: most of them all add performance in some way. I didn't use any network build props so it could be more universal for other roms...
GS3 L710 4.2.1 AOSP Kt747 2.1Ghz ROW/Ktoonservative *Tapatalk
I confirmed this morning that ktoon kernel (12/29) breaks audio (pandora, google music, 8tracks, etc) while stock kernel is fine on 1/1 nightly (clean flashed). On stock kernel, BT audio (google music) will play ok for 10-20 secs and then start fading in and out at a faster playback speed. You can reset this by making a phone call, but then you get another 10-20 secs of good audio before it starts up again. Someone should mention this on the dev thread at some point.
Also: if you're having problems with stock 1/1 nightly...do a clean flash. all my problems went away.
Dreamlogix said:
Try voodoo
Click to expand...
Click to collapse
I havent found a compatible version of Voodoo for the SG3, can you share yours?
livito said:
I havent found a compatible version of Voodoo for the SG3, can you share yours?
Click to expand...
Click to collapse
me either im on the search for a fix as wee speak have you tried the headset gain in phone settings? seems to be implemented couple of nightlys ago
mw86 said:
Thanks i didn't remember inverted gapps you are right. I changed and added all of the values in the txt document i posted. They weren't for a fix, i always use them. Thats a list if the values i use.
Edit: most of them all add performance in some way. I didn't use any network build props so it could be more universal for other roms...
GS3 L710 4.2.1 AOSP Kt747 2.1Ghz ROW/Ktoonservative *Tapatalk
Click to expand...
Click to collapse
agreed thanks for thoes prop tweaks whats your network tweaks i assume they only effect 3g
zkz90 said:
I confirmed this morning that ktoon kernel (12/29) breaks audio (pandora, google music, 8tracks, etc) while stock kernel is fine on 1/1 nightly (clean flashed). On stock kernel, BT audio (google music) will play ok for 10-20 secs and then start fading in and out at a faster playback speed. You can reset this by making a phone call, but then you get another 10-20 secs of good audio before it starts up again. Someone should mention this on the dev thread at some point.
Also: if you're having problems with stock 1/1 nightly...do a clean flash. all my problems went away.
Click to expand...
Click to collapse
there is a workaround in the op for streaming music players not working on kt kernel
Dreamlogix said:
agreed thanks for thoes prop tweaks whats your network tweaks i assume they only effect 3g
there is a workaround in the op for streaming music players not working on kt kernel
Click to expand...
Click to collapse
Your welcome, ui should be smooth with those.
I am not using any network build props is what i mean. I didn't want to play with tt for now to ensure my network works fine. So that txt document has none in it either. It is a bunch of tweaks gathered but no real network adjustments (i didn't want to negatively effect my setup or others)
GS3 L710 4.2.1 AOSP Kt747 2.1Ghz ROW/Ktoonservative *Tapatalk

[APP] [Updated 1.2.1] Optimus G Tweaker - [EFS Backup/Change LEDs/etc....]

Hello!
First I'm only 14years old So, I can't speak English well
-GEEB --> GEEHRC Rom Network Patch (Buid.prop)
-Install Stock/Coustom APN
-Unlock Thermald (Cpu, Gpu, LCD)
-EFS Partition Backup/Restore
-Improve Media/Camera
-Remove Camera Shutter Sound
-Turn on/off Red/Green LED
-Change Button Brightness
Link : https://play.google.com/store/apps/details?id=com.shinms0315.optimusgtweaker
Sent from my LG-E975 using xda app-developers app
Hi, could you explain the features?
Like network patch?
Stock APN?
Improve Media/Camera?
Change LOG
--------------------------------2013/06/16--------------------------------
-Add Turn on/off Red/Green LED
-Add Change Button Brightness
--------------------------------2013/06/15--------------------------------
-Add Remove Camera Shutter Sound.
-Delete LG U+
-Add Restore Button
--------------------------------2013/06/14--------------------------------
-First Release!
pedroren said:
Hi, could you explain the features?
Like network patch?
Stock APN?
Improve Media/Camera?
Click to expand...
Click to collapse
Network patch in geehrc device is to enable network at geeb rom.
stock apn install stock apn (For CM10.1 user)
Improve media http://forum.xda-developers.com/showthread.php?t=2065799
-EFS Partition Backup/Restore - This mods works on closed bootloader on stock roms with root? Just need root? Thanks!
And whats this? "-Improve Media/Camera"
This is? [MOD] Increase Camera Audio/Video/Image Quality (Updated - 5/1/2013)
I'd like to have a better explanation before instaling this.
It work only root too
Sent from my LG-E975 using xda app-developers app
Is it only for CM based roms or both, CM and stock LG?
Edit: it works on stock. Thanks!
Hi, settings don't stick after reboot. May I know why?
shinms said:
Hello!
First I'm only 14years old So, I can't speak English well
-GEEB --> GEEHRC Rom Network Patch (Buid.prop)
-Install Stock/Coustom APN
-Unlock Thermald (Cpu, Gpu, LCD)
-EFS Partition Backup/Restore
-Improve Media/Camera
-Remove Camera Shutter Sound
-Turn on/off Red/Green LED
-Change Button Brightness
Link : https://play.google.com/store/apps/details?id=com.shinms0315.optimusgtweaker
Sent from my LG-E975 using xda app-developers app
Click to expand...
Click to collapse
Can u attach file here? helpful when flashing roms and no network to download in pc
make a backup -__-
I use the tool, great work!
2nd Sky said:
make a backup -__-
I use the tool, great work!
Click to expand...
Click to collapse
Can u upload back up here?
first of all !!! 14 years old ??? Fu.... you have a great future ! Keep going ! :victory:
one question, i had install your applicacion, but, i have remove camera shutter sound and press the better quality picture but...the sound keeps, an less that i put the phone to vibrate LOL and the quality of the picture still the same (Very Gooooood).
I have my E975 rooted and i had allowed the app on super user.
So, what have i donne rowng ?
davevinci said:
Can u upload back up here?
Click to expand...
Click to collapse
Just search "com.shinms0315.optimusgtweaker", you should be able to find it outside play store.
shinms said:
Hello!
First I'm only 14years old So, I can't speak English well
-GEEB --> GEEHRC Rom Network Patch (Buid.prop)
-Install Stock/Coustom APN
-Unlock Thermald (Cpu, Gpu, LCD)
-EFS Partition Backup/Restore
-Improve Media/Camera
-Remove Camera Shutter Sound
-Turn on/off Red/Green LED
-Change Button Brightness
Link : https://play.google.com/store/apps/details?id=com.shinms0315.optimusgtweaker
Sent from my LG-E975 using xda app-developers app
Click to expand...
Click to collapse
Item not found.on play store
Sent from my LG-E975 using XDA-Developers mobile app

Categories

Resources