JrzDroid
Android Expert
*Note for anyone attempting to do this, Apps2sd is not working with this method currently*
Flash latest OverClock kernal -http://forum.xda-developers.com/attachment.php?attachmentid=324420&d=1273525541
Download QuickBoot -http://www.androlib.com/android.application.com-siriusapplications-quickboot-jDpx.aspx
Download Home replacement App
Open up Command Prompt (Go to run, type in cmd, press enter)
Type in
first line-cd C\:xxxxxxxxx\tools should be your AndroidSDK tools directory
*MAKE SURE YOU HAVE A HOMEREPLACEMENT SUCH AS HELIX OR ADW*
Hit Home on Phone, Select New Launcher
download http://www.multiupload.com/PIFU7GNSR5 - move to sd card
type exit, should be back in tools
type
flash jit_update
reboot
Force Closes may occur, most common is
HTC Widget Download Manager(process com.htc.RosieUtility)
in CMD window(sdk tools folder)
^only if HTCWidgetDownloadManager is FCing^
check google if something else is FCing
QuickBoot App Reboot(latest Kernal prevents Shutting Phone down)
enjoy your new phone!
Thanks to:
DroidKevlar(AF) - awesome guy who has walked me through the whole adb process
Nephron(xda) - adb guide
jcase(xda) - jit_update
zanfur(xda) - OC kernel
Flash latest OverClock kernal -http://forum.xda-developers.com/attachment.php?attachmentid=324420&d=1273525541
Download QuickBoot -http://www.androlib.com/android.application.com-siriusapplications-quickboot-jDpx.aspx
Download Home replacement App
Open up Command Prompt (Go to run, type in cmd, press enter)
Type in
Code:
cd C:\android-sdk-windows\tools === Press Enter
adb devices === You should see your device listed
adb shell === you should see # in the next line
first line-cd C\:xxxxxxxxx\tools should be your AndroidSDK tools directory
Code:
mount -o rw,remount /dev/block/mtdblock3 /system
cd /system/app
ls
*MAKE SURE YOU HAVE A HOMEREPLACEMENT SUCH AS HELIX OR ADW*
Code:
rm -r Rosie.apk
Hit Home on Phone, Select New Launcher
download http://www.multiupload.com/PIFU7GNSR5 - move to sd card
type exit, should be back in tools
type
Code:
adb reboot recovery
flash jit_update
reboot
Force Closes may occur, most common is
HTC Widget Download Manager(process com.htc.RosieUtility)
in CMD window(sdk tools folder)
Code:
adb shell
Code:
mount -o rw,remount /dev/block/mtdblock3 /system
cd /system/app
ls
Code:
rm -r HtcAddProgramWidget.apk
check google if something else is FCing
QuickBoot App Reboot(latest Kernal prevents Shutting Phone down)
enjoy your new phone!
Thanks to:
DroidKevlar(AF) - awesome guy who has walked me through the whole adb process
Nephron(xda) - adb guide
jcase(xda) - jit_update
zanfur(xda) - OC kernel
