What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Older....Official D1-MIUI-0.12.3.2

Okay has anyone heard any grumblings about bluetooth issues running 12.3.2? Ran the update all weekend but didn't use BT till this morning then noticed it. Rolled back to 12.3 while commuting so i would have BT.

What sorts of problems? I'm on 12.3.2 and use Bluetooth with no problems.

Toggle the switch on then after a few seconds toggle would go to off position? Might have just been a bad download went OTA from RM.
 
are you able to use root explorer and just take that clock app from the rom on your sd card.

yes...yes i am. thank you!


... Awaken works well. id rather have my other one but this one will do.

boy, i CANNOT find Awaken in the Market! go ahead and see how many clock apps come up if you search for "awaken."

haha just noticed that. its under Alarm clock when you search for awaken. i think i have the paid version. didnt realize that. ive had it too long. i am sure there are some other great free alternatives though.
 
Last edited:
That's what I'm using but he didn't specify what he used to do it so I wanted to make sure what I tried worked. But what is he talking about uncommenting? I never figured that out

I think he means remove his comments if your going to copy and paste his instructions verbatim

#!/system/bin/sh
ln -s /mnt/sdcard /data/sd
sync;

#set cpu max frequency here (don't forget to uncomment)
#echo XX0000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq

#set cpu min frequency here (don't forget to uncomment)
#echo XX0000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

#set cpu governor here (don't forget to uncomment)
#echo XX0000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

setprop cm.filesystem.ready 1;
setprop dc.filesystem.ready 1;

looks like this when you are done;

!/system/bin/sh
ln -s /mnt/sdcard /data/sd <--DONT NEED THIS
sync;

echo XX0000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq

echo XX0000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

echo XX0000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

setprop cm.filesystem.ready 1;
setprop dc.filesystem.ready 1;
 
my bluetooth works great, my stock launcher works smooth, battery life is amazing..played games for 2 solid hrs and didnt get hot and only dropped 10%....im on stock kernel with no mods.........god i love this rom...........
 
I think he means remove his comments if your going to copy and paste his instructions verbatim

#!/system/bin/sh
ln -s /mnt/sdcard /data/sd
sync;

#set cpu max frequency here (don't forget to uncomment)
#echo XX0000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq

#set cpu min frequency here (don't forget to uncomment)
#echo XX0000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

#set cpu governor here (don't forget to uncomment)
#echo XX0000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

setprop cm.filesystem.ready 1;
setprop dc.filesystem.ready 1;

looks like this when you are done;

!/system/bin/sh
ln -s /mnt/sdcard /data/sd <--DONT NEED THIS
sync;

echo XX0000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq

echo XX0000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

echo XX0000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

setprop cm.filesystem.ready 1;
setprop dc.filesystem.ready 1;

Ohh, that makes sense. Thanks man. Hopefully I can get this done right(:
 
Setcpu doesn't work for me on this rom. Uninstalled and running perfect. Also for the gingerbread keyboard. Check out droidlife Pete made a fix and working perfectly now. Would post a link but wadnt sure of the rules on that. Great jobs guys for all the work. Love my Droid-Miui-Gingerbread....

Sent from my Droid using DroidForums App
 
Back
Top