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

i'm getting bored. does anyone know where i can try out touchwiz launcher?

If I were on the computer I could upload it. I think if you look in the Bugless Beast section, I think it's in there. It will be in a Galaxy theme thread.

EDIT: Go to Ultimate Droid and find the 2.3 Galaxy style theme by eclsnowman. Touch Wiz inside that thread

Sent from my Droid using DroidForums App
 
anybody else get random reboots? Phone was just sitting on my desk, looked down and saw boot logo. it's only happening 2 or so times a day...but completely random...any ideas?

stock kernel....
 
xformulax: roll-up thread on this?

English pack update
init.d tweaks for easy overclocking without setCPU

So where is this easier overclocking you speak of?

edit /system/etc/init.d/99complete

you'll have to uncomment the freq lines, and plug in your wanted min/max frequencies.


your 99complete:
Code:
#!/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;

Properly edited 99complete for a 1ghz slayher kernel (for example) at 1000/250 with an interactive governor:

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

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

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

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

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

got this done, but since i forgot my microUSB cable, i had to go thru some machinations to edit the file on my PC (ie copy to sdcard, email to me, edit, zip, email back to me, download, extract, then copy/paste w/Root Explorer while crossing fingers...)
it's working, but i thought i remembered seeing something about fixing permissions on that .99complete file, and i can't find it here now.

since there are over 90 pages of posts on this release now, and this seems to be a common issue from page 28 on, does a dev who knows what he/she's talking about feel like creating a roll-up thread for it?

i wouldn't mind giving it a shot, but it might take a while trying to find the right bits to quote & instructing the proper methodology...i only know the way i did it - i have no idea how to do it the right way (ie editing in terminal mode)
 
anybody else get random reboots? Phone was just sitting on my desk, looked down and saw boot logo. it's only happening 2 or so times a day...but completely random...any ideas?

stock kernel....

no random reboots here with the stock kernel. Had one today after flashing Chevy's 1.1Ghz yesterday
 
anybody else get random reboots? Phone was just sitting on my desk, looked down and saw boot logo. it's only happening 2 or so times a day...but completely random...any ideas?

stock kernel....

I had 2 random reboots that I noticed. Was running slayher 1200, flashed a p3 1200 yesterday morning and have not had a reboot yet.
 
anybody else get random reboots? Phone was just sitting on my desk, looked down and saw boot logo. it's only happening 2 or so times a day...but completely random...any ideas?

stock kernel....

I had 2 random reboots that I noticed. Was running slayher 1200, flashed a p3 1200 yesterday morning and have not had a reboot yet.

slayher 1225 no random reboots

Sent from my Droid using Tapatalk
 
Hello all, I have a couple of questions, but first let me Thank all the devs that made this rom available in English. This is by far the coolest and smoothest rom I have used to date. I feel like I just bought a new phone!

My first question is how long does the apps take to download from the market automatically? It's stuck at dling and nothings happening. Should I delete cache for the market? Would that delete my dled apps?

Also, I use my navigation frequently and I can't find it anywhere. How do I get navigation back?

Thanks in advance!
 
Hello all, I have a couple of questions, but first let me Thank all the devs that made this rom available in English. This is by far the coolest and smoothest rom I have used to date. I feel like I just bought a new phone!

My first question is how long does the apps take to download from the market automatically? It's stuck at dling and nothings happening. Should I delete cache for the market? Would that delete my dled apps?

Also, I use my navigation frequently and I can't find it anywhere. How do I get navigation back?

Thanks in advance!

I think you're looking for car home. Flash this zip and you'll get you're navigation app back. You'll need google maps too.
carhome-update.zip
 
Hello all, I have a couple of questions, but first let me Thank all the devs that made this rom available in English. This is by far the coolest and smoothest rom I have used to date. I feel like I just bought a new phone!

My first question is how long does the apps take to download from the market automatically? It's stuck at dling and nothings happening. Should I delete cache for the market? Would that delete my dled apps?

Also, I use my navigation frequently and I can't find it anywhere. How do I get navigation back?

Thanks in advance!

I think you're looking for car home. Flash this zip and you'll get you're navigation app back. You'll need google maps too.
carhome-update.zip

Sweetness!!! Flashing car home now. Now what about getting my apps to dl from the market. I cleared cache > rebooted and nothing, it's still stuck. Should I clear both data and cache under market?? My battery life is being drained by the market trying to dl my apps. Oh, when I try to cancel the auto dl to manually dl it force closes the market.
 
Last edited:
Sweetness!!! Flashing car home now. Now what about getting my apps to dl from the market. I cleared cache > rebooted and nothing, it's still stuck. Should I clear data and cache under market??

idk, this happens sometimes when you switch from 3g to wifi and under a few other circumstances. Clearing market data should fix it but then your downloads probably wont auto restore. I never use this feature anyway. Titanium backup does it all for me.
 
Back
Top