[ROM][3.19.2011]Basic Debloat

Search This thread

adrynalyne

Inactive Recognized Developer
Dec 13, 2008
10,950
6,471
This is a basic rom and due to early rooting/s-off procedures, requires ADVANCED knowledge. If you are not sure whats going on, please wait to flash.

Rooting instructions:
http://www.androidpolice.com/2011/0...he-htc-thunderbolt-and-unlock-its-bootloader/

This rom is just a basic debloated stock Sense, based on the 1.12.605.9 RUU. This is NEWER than what is being currently shipped with the TB.

New rom uploaded, with fixed root and market.

Features:
--Most crap bloat gone. All HTC bloat still there.
--Deodexed.
--Zipaligned.
--Boot animation, startup sound, and shutdown animation re-routed to system/media for more convenient modification.
--Dalvik heapsize increased to 32M.
--Wifi scan interval increased to 90 seconds, from 15 seconds.
--newest market as of today.
--latest gmail as of today.
--busybox 1.19


just a basic rom to get folks rolling. I will be releasing something much better here in the near future.

CWR currently has some issues, so...flashing the kernel becomes a little more challenging. Using adb:

adb reboot bootloader


This should boot you into fastboot usb.

Put the boot.img you downloaded into the same directory your command console is working from. Then:

fastboot flash boot boot.img

Once its done:

fastboot reboot


To verify kernel flashed, your kernel date should be March 1st.

Rom
http://www.multiupload.com/7P2QVZ7EFJ

Kernel
http://www.mediafire.com/?50sowujwsos53ft

Thanks:

jcase, and everyone else who helped with rooting, and ThatDudeButch for being my guinea pig!

Issues: just one that i know of. Sometimes, superuser is lost. Re-use psneuter to reset permissions on su. chmod 4755 /system/xbin/su.

Missing market apps?

Flash this:
http://dl.dropbox.com/u/2056318/market_fix.zip
 
Last edited:

jiggaman508

Senior Member
May 6, 2010
323
36
Worcester, MA
Also coming from the fascinate and very excited to see adrynalyne here....I too think ill hold off on this, I'm just not 100% confident with my adb skills yet lol...thanks to everyone taking part in this, you guys are amazing...

Edit: I took the plunge, rooted and s-off, without a hiccup. Was actually pretty easy ;)

Sent from my ADR6400L using XDA Premium App
 
Last edited:

madfatter

Senior Member
Nov 5, 2007
147
18
uh, possibly a dumb question. how do i "click" on something in cwr. on my dinc it was trackbutton. lol im sitting here in cwr like uhhhh?
 

madfatter

Senior Member
Nov 5, 2007
147
18
power just makes the menu go away. i read in another thread that somehow theback optino became available randomyl and he used that, but i dunno. if I figure it out ill post it ehre. if anyone else has figured it out, pelase pot back. thanks!
 

madfatter

Senior Member
Nov 5, 2007
147
18
try holfing the volume up or down keys for a few seconds. i did that right after i plugged in the usb cable. try any of those three. either way, now back buttons acts as ok. HERE WE GOOOOOOOOO!!!!!!!!!!
 

jeffreycentex

Senior Member
Feb 21, 2006
273
63
New Braunfels, TX
In CWM, keep hitting the volume up/down buttons until CWM says the back button is enabled. Then use that to select.

However, if you are like me, you cannot do a factory reset/wipe in CWM. I have a way around it if you like, but it is a little involved.
 

psufan5

Senior Member
Dec 11, 2009
1,669
120
same issue here - cant select anything in rom manager, just shows the manager symbol and nothing happens.

edit: i pushed between the volume buttons and it said something about the back button... now i can do it. I think you have to push both volume rockers to get this thing going?
 

Sicieler

Member
Jul 23, 2010
5
0
Was able to flash the rom ok, but when i try and flash the kernel it just says

< waiting for device >

any ideas?


EDIT:

Fixed, thanks guys
 
Last edited:

psufan5

Senior Member
Dec 11, 2009
1,669
120
my root is not working after flashing... mind giving detailed instructions to restore it? Thanks :)
 

jeffreycentex

Senior Member
Feb 21, 2006
273
63
New Braunfels, TX
This will get root access back:

To gain root:
adb shell
/data/local/psneuter

The following will remount /system and set up SU:
adb shell
mount -o remount,rw -t ext3 /dev/block/mmcblk0p25 /system
/data/local/busybox cp /data/local/su /system/xbin/su
chown 0:0 /system/xbin/su
chmod 4755 /system/xbin/su

(Corrected to 4755, not 6755)
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 28
    This is a basic rom and due to early rooting/s-off procedures, requires ADVANCED knowledge. If you are not sure whats going on, please wait to flash.

    Rooting instructions:
    http://www.androidpolice.com/2011/0...he-htc-thunderbolt-and-unlock-its-bootloader/

    This rom is just a basic debloated stock Sense, based on the 1.12.605.9 RUU. This is NEWER than what is being currently shipped with the TB.

    New rom uploaded, with fixed root and market.

    Features:
    --Most crap bloat gone. All HTC bloat still there.
    --Deodexed.
    --Zipaligned.
    --Boot animation, startup sound, and shutdown animation re-routed to system/media for more convenient modification.
    --Dalvik heapsize increased to 32M.
    --Wifi scan interval increased to 90 seconds, from 15 seconds.
    --newest market as of today.
    --latest gmail as of today.
    --busybox 1.19


    just a basic rom to get folks rolling. I will be releasing something much better here in the near future.

    CWR currently has some issues, so...flashing the kernel becomes a little more challenging. Using adb:

    adb reboot bootloader


    This should boot you into fastboot usb.

    Put the boot.img you downloaded into the same directory your command console is working from. Then:

    fastboot flash boot boot.img

    Once its done:

    fastboot reboot


    To verify kernel flashed, your kernel date should be March 1st.

    Rom
    http://www.multiupload.com/7P2QVZ7EFJ

    Kernel
    http://www.mediafire.com/?50sowujwsos53ft

    Thanks:

    jcase, and everyone else who helped with rooting, and ThatDudeButch for being my guinea pig!

    Issues: just one that i know of. Sometimes, superuser is lost. Re-use psneuter to reset permissions on su. chmod 4755 /system/xbin/su.

    Missing market apps?

    Flash this:
    http://dl.dropbox.com/u/2056318/market_fix.zip
    4
    This will get root access back:

    To gain root:
    adb shell
    /data/local/psneuter

    The following will remount /system and set up SU:
    adb shell
    mount -o remount,rw -t ext3 /dev/block/mmcblk0p25 /system
    /data/local/busybox cp /data/local/su /system/xbin/su
    chown 0:0 /system/xbin/su
    chmod 4755 /system/xbin/su

    (Corrected to 4755, not 6755)
    2
    Alright. I'll release it along with 1.5.
    2
    Fastboot - pushing Kernel problems

    You need to put fastboot.exe in your command prompt directory.

    Copy fastboot.exe from \android-sdk-windows\tools\
    to
    \android-sdk-windows\platform-tools\ Which is where ADB has been moved.