[Rom](Razr-Cdma) Flick 5.0 Tornado [12/3/12]
#1221
Posted 18 October 2012 - 06:48 PM
#1222
Posted 18 October 2012 - 08:03 PM
Honestly I dont know how to even begin trying that. I am a noob, but I do like this rom a lot! Thanks in advanced
I personally use SManager from the Play Store to run scripts. Copy and paste the script (copy it from Bytecode's post a few posts back or from below) into any text/word program on your comp. Place the text file on your internal memory. Open SManager, select run as root, find and select your text file, select the "su" icon and hit run. Do not set to run on boot until you test it for a day or two to make sure it's a stable setting for your phone. If you do not experience any freezes, lock-ups, or reboots you can then go back into SManager and have it run on boot by selecting the "boot" icon and save. You can also double check if the script ran successfully by using a CPU app such as SetCPU or No Frills, or using a file manager, navigate to /proc/cpu_control/opp_table_current.
Here is the script Bytecode posted a posts back. First row (0-4) represents the slot id, second (300-1300) the Frequency, and third row (1025-1399) is the Volt(mV).
#!/system/bin/sh
echo 0 300 1025 > /proc/cpu_control/tweak_cpu
echo 1 600 1195 > /proc/cpu_control/tweak_cpu
echo 2 800 1320 > /proc/cpu_control/tweak_cpu
echo 3 1000 1388 > /proc/cpu_control/tweak_cpu
echo 4 1300 1399 > /proc/cpu_control/tweak_cpu
- BytecodeMe and RoWilJr like this
#1223
Posted 18 October 2012 - 08:49 PM
#1224
Posted 18 October 2012 - 08:58 PM
#1225
Posted 19 October 2012 - 02:11 AM
This is what i get, when i run an CPU Script
Attached Files
Soundcloud <> Bassgrow
#1226
Posted 19 October 2012 - 06:30 AM
#1227
Posted 19 October 2012 - 06:43 AM
- BytecodeMe likes this
#1228
Posted 19 October 2012 - 07:15 AM
But I found another problem,
When I using Whatsapp's take photo function to take a photo,
the camera will fc
#1229
Posted 19 October 2012 - 07:19 AM
Sent from my DROID RAZR MAXX using Tapatalk 2
#1230
Posted 19 October 2012 - 08:17 AM
#1231
Posted 19 October 2012 - 09:01 AM
That Message is not right. You need the Symsearch installed, to get the cpu clock working. Both lines on your screen are totally failed
This is what i get, when i run an CPU Script
Both the sysmsearch and the cpu_control are installed and the script seems to work since the clock speeds and voltages change depending on what script I run. I was told to ignore the failed message by the person who explained how to do it. In any case I'll remove my pic so as to avoid confusion. Thanks for your reply.
Edit:
Everyone seems to have fixed their OC/UC/UV issues with Bytecode's awesome support, but just an FYI in the hopes that it may help someone. Removing two lines from my previous script resulted in no longer receiving the "failed" message when running it with SManager. However, even with those two lines the message still reads "file exists", perhaps that is why the script actually worked.
This leads me to the assumption that the lines below only really need to be applied went adding your script directly into the init.d folder, and not when running the script with SManger as I was doing.
insmod/system/lib/modules/symsearch.ko
insmod /system/lib/modules/cpu_control.ko
So here are the two differences...
#!/system/bin/sh
insmod/system/lib/modules/symsearch.ko
insmod /system/lib/modules/cpu_control.ko
echo 0 300 1025 > /proc/cpu_control/tweak_cpu
echo 1 600 1170 > /proc/cpu_control/tweak_cpu
echo 2 800 1292 > /proc/cpu_control/tweak_cpu
echo 3 1000 1355 > /proc/cpu_control/tweak_cpu
echo 4 1200 1365 > /proc/cpu_control/tweak_cpu
Resulted in...
32.04KB 6 downloads
#!/system/bin/sh
echo 0 300 1025 > /proc/cpu_control/tweak_cpu
echo 1 600 1170 > /proc/cpu_control/tweak_cpu
echo 2 800 1292 > /proc/cpu_control/tweak_cpu
echo 3 1000 1355 > /proc/cpu_control/tweak_cpu
echo 4 1200 1365 > /proc/cpu_control/tweak_cpu
Resulted in...
23.85KB 6 downloads
#1232
Posted 19 October 2012 - 09:44 AM
what was changed in 1.8.1 vs 1.8.0? I have the old one and am wondering if there is any reason i need to update.
Read the changelog please.
3 post in the thread.
#1233
Posted 19 October 2012 - 10:56 AM
#1234
Posted 19 October 2012 - 12:33 PM
- BytecodeMe likes this
#1235
Posted 19 October 2012 - 02:58 PM
#1236
Posted 19 October 2012 - 03:57 PM
Sent from my DROID RAZR using Tapatalk 2
- BytecodeMe likes this
#1237
Posted 19 October 2012 - 04:12 PM
- BytecodeMe likes this
#1238
Posted 19 October 2012 - 04:30 PM
Thanx. it workedDownload the Verizon logon from playstore and it should work..both of mine work
Sent from my DROID RAZR using Tapatalk 2
#1239
Posted 19 October 2012 - 05:29 PM
verizon logon from Playstore?Download the Verizon logon from playstore and it should work..both of mine work
Sent from my DROID RAZR using Tapatalk 2
Sent from my DROID RAZR using Tapatalk 2
#1240
Posted 19 October 2012 - 06:32 PM
Any way to fix this so webtop runs the way it's supposed to? IE, you have the webtop desktop setup in whatever way you wish and it remembers that layout as something separate than the phone layout?
Alternatively - any option to maybe just put back stock moto launcher, if that is indeed the only way to make webtop/phone mode switching work correctly?
Also tagged with one or more of these keywords: Blur based, ICS, deodexed, Bytecode, Flick, inverted, AOSP, Razr, CDMA
4 user(s) are reading this topic
0 members, 4 guests, 0 anonymous users