Looking for any information and help on rooting this device. Thanks in advance.
Showing posts with label METHOD. Show all posts
Showing posts with label METHOD. Show all posts
Saturday, 24 October 2015
Friday, 23 October 2015
fix dual sim audio problem method
Here is video for people who have trouble to applying dual sim patch
https://youtu.be/EiGPgYzzRCI
I am also uploading two falshable zip
1. For romv4.0.1 with build prom and patch eadit fix
2.only patch for dual sim but you need to edit in bulid.prop
Download es explorer goto root/system/build.prop
Edit remove # form line
ro.multisim.set_audio_params=true
(Find this line under#RIL)
Example
Before #ro.multisim.set_audio_params=true
After ro.multisim.set_audio_params=true
Plz post all questions on this thered only for this method and don't spam the main thered of billsspop rom
Don't pm me or asking for whatsapp number
Hit thanks button
And and give proper thanks and respect the dev @aapav01
https://youtu.be/EiGPgYzzRCI
I am also uploading two falshable zip
1. For romv4.0.1 with build prom and patch eadit fix
2.only patch for dual sim but you need to edit in bulid.prop
Download es explorer goto root/system/build.prop
Edit remove # form line
ro.multisim.set_audio_params=true
(Find this line under#RIL)
Example
Before #ro.multisim.set_audio_params=true
After ro.multisim.set_audio_params=true
Plz post all questions on this thered only for this method and don't spam the main thered of billsspop rom
Don't pm me or asking for whatsapp number
Hit thanks button
And and give proper thanks and respect the dev @aapav01
Thursday, 22 October 2015
Fixing heating issue in ICSROM with script method by jeremywh7. Please help!
jeremywh7 has explained how to fix the issue with the ICSROM governor so that it runs with min 216Mhz and causes less heating - http://forum.xda-developers.com/show...postcount=1051
Here's the entire post -
Needless to say, I don't understand the instructions and I really want to be able to do this fix, so if anyone can help me, please let me know. How can I run this script?
Here's the entire post -
Quote:
Quote: Originally Posted by jeremywh7 I just wanted to mention that I think I found the cause of ICSROM with the latest 3.1.10 kernel not running at 216MHz: http://forum.xda-developers.com/show...postcount=1018 I have rebooted*, and its still working fine. [*edit: forgot to update this post...a power off and cold boot does reset it. I've made an init.d script to fix it for now; will provide details later, as its now the wife's main phone.] [...] Better late than never, right? :-/ Here is the script I made as '/etc/init.d/01cpufreq' and set to chmod 755 (manually, using ES File Explorer, actually): Code: #!/system/bin/sh #ramdisk cpu scaling min fix chown root.root /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq echo "216000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq I installed Universal Init.d (by Androguide.fr) to apply it at boot. I had to run the Test part w/ the tool set to Off, to enable SuperUser privileges. [Update: if you click a file to edit, it will also prompt for su, so that would be easier than running the test; K's July kernels don't support init.d obviously; I'm using kernel-2014_07_04_19_18_atrics.] After setting the tool On, and rebooting...voila, file permission fixed and min frequency 216 MHz. Since I converted my old CM9-based Atrix to ICSROM (the reason I'm working on all this again), I recalled another mod, rain drop detect issue, for future reference: http://forum.xda-developers.com/show...&postcount=117 Make sure to leave the extra character at the end the config line [ref: post 119]. Hope this helps... |
Subscribe to:
Posts (Atom)