Hey guys, loving the rom, but almost every other time I hit home I get the HTC logo then it has to load for a minute. Is this normal? Thanks
This is a discussion on Zeusdroid Desire Alpha release within the Android Roms forums, part of the Droid Hacking category; Hey guys, loving the rom, but almost every other time I hit home I get the HTC logo then it has to load for a ...
Hey guys, loving the rom, but almost every other time I hit home I get the HTC logo then it has to load for a minute. Is this normal? Thanks
OK, got SU working properly. I ended up replacing it with the one from here:
[MOD] Superuser 2.0.3 - Human readability - xda-developers
Had to pull the binary and apk, and adb it in, as update.zip wouldn't work properly.
This is how I did it:
*first copy the Superuser.apk and su binary to c:\your android-sdk folder\tools
* turn USB debugging on, on phone
adb shell
mount -o rw,remount -t yaffs2 /dev/block/mtdblock4 /system
exit
cd c:\your android-sdk folder\tools
adb push Superuser.apk /system/app/Superuser.apk
adb push su /system/bin/su
adb shell
chmod 644 /system/app/Superuser.apk
chmod 6755 /system/bin/su
adb shell
sync
mount -o remount,r -t yaffs2 /dev/block/mtdblock4 /system
reboot
*turn USB debugging off(unless you need it on for other stuff)
Everything is working great now, no more hangs or not responding with SU Requests. And after request is granted program functions right away, without having to restart it,,, so far![]()
Last edited by mrZoSo; 05-07-2010 at 02:55 PM.
mrZoSo
Loading the SU fix now. I will post my results.
First off, this rom is frigging awesome....
Question though. I did the partition thing in terminal (on the phone), it said that the partitions were created, but I can't find them in root explorer. Anybody know what the names should be? And how will i know if they were done correctly? Thanks in advance!
I need help, when try to use your fix I get an error when entering
"cd c:\android-sdk \tools"
error
"/system/bin/sh: cd: can't cd to c:android-sdk"
I can't get past this, please help
even when I change the folder to my android-sdk folder which is simply sdk i still get the error
Do you have the android sdk on your system?
mrZoSo
yeah, i have the folder and all, not sure what the deal is
i also already have the files needed copied into the tools folder
same error everytime, i even tried to do the whole directory back to documents and settings, doesn't seem to find it
Are you doing this on the phone, or through your computer to phone?
mrZoSo