• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root How To: Remove SenseUI and Enable JIT

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

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
^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
 
I cannot get the mount -o rw,remount /dev/block/mtdblock3 /system line to work, nor do i know where to get the kernal DL from, but i cannot wait to try it out when i get it to work.
 
Any chance you can post the direct links to the Overclock download and the jit-update.zip download for us non-XDAers?

TIA!
 
this stuff comes from and is developed by the team at xda. it is a free sign up, if you are rooting and stuff it is highly recommended to have an account there.
 
Nice work buddy. Glad you are sharing the knowledge with others. Caddyman, if you cant get out of bootloop, just drop me a line and Ill walk you through it.
 
So you are saying I should just ditch this place cause the real stuff happens over there?

The way I look at it, a lot of the root development is posted over at XDA, but this is a smaller community of root users, thus much easier to post for help and to discuss. Just go look at the post counts in threads over there.
 
Ok ima giver a nuther shot, thanks peeps

Did you have to wipe your apps from ext3? I just got this thing all set up and hope that I don't have to do that...though I'm not even sure if I'm using a2sd. Couldn't find a setting to enable it unless it's automatic.
 
it is automatic i think. i made a no ext nand backup and and with ext backup. if i restore from the no ext i have no apps, i have to load with ext restore to get my apps.

i tried everything and still no luck

aloy snow is hella fast without jit and clocked at 710, i was just wanting to tinker.
 
Nice work buddy. Glad you are sharing the knowledge with others. Caddyman, if you cant get out of bootloop, just drop me a line and Ill walk you through it.

Do share when you get it sorted out! I'm assuming it's just a certain other Sense app that needs to be removed?

Also, I thought we needed to run these commands if we use the updated JIT patch:

jcase said:
1) not for use with sense
2) jit is in beta
3) These are the same binaries as the original JIT.zip floating around, this just properly sets up your build.prop instead of flashing an outdated ones that does not work will all roms.

If people would like to see a jit on/off switch app just let me know. Binaries were from the original eris jit update ivan gave me.

Stop using JIT.zip

http://www.multiupload.com/PIFU7GNSR5

Make backup first, doesn't work don't grip. At your own risk, no support provided.

Step 1: download the zip put in sdcard
please
Step 2: Run these commands

adb remount
adb shell "busybox sed -i 's/#dalvik.vm.execution-mode=int:jit//g' /system/build.prop"
adb shell "busybox sed -i 's/dalvik.vm.execution-mode=int:jit//g' /system/build.prop"
adb shell "echo dalvik.vm.execution-mode=int:jit >> /system/build.prop"

Step 3: reboot to recovery, wipe dalvik cache, reflashe zip


To undo
Step 1:

adb shell "busybox grep -v int:jit /system/build.prop > /data/local/tmp/build.prop"
adb shell busybox cp /data/local/tmp/build.prop /system

Step 2: reboot to recovery wipe dalvik
 
Do share when you get it sorted out! I'm assuming it's just a certain other Sense app that needs to be removed?

Also, I thought we needed to run these commands if we use the updated JIT patch:

I believe Caddy's issue is he uses a2sd. Heard problems when that is enabled. Dont know. Never tried nor will I.

And about those commands. I tested those commands before on a diff ROM and when I did it messed with the phone. I have since then never ran those commands and never had any issues. Am I saying its the correct way? No, but it works for me and others, so dun know. Only way to learn is to try yourself.
 
I'm glad everyone is using this to its full potential. Caddy, Kevlar is the man when it comes to helping with this, i wouldn't know almost any of this without him. I've never used a2sd so i'm not sure I can help. As for everyone else, if your a rooted user I highly recommend getting an xda account. The stuff that goes on there is awesome
 
Back
Top Bottom