[Rom] Official Inc OTA 4.08.605.2 [Updated:23Nov2011]

Search This thread

wildstang83

Inactive Recognized Developer / Recognized Themer
Oct 14, 2010
4,627
4,090
Nowheresville
xdaforums.com
device-2011-11-16-070050.png


Release Notes:
This Rom is the Official OTA for the HTC Droid Incredible (OG)
All bugs from the previous OTA appear to be fixed now. This build did not require any intervention on my part. I just had to build it :)

Specs:
OTA Ver: 4.08.605.2
Android Ver: 2.3.4
Sense Ver: 1.0
Baseband: 2.15.10.07.07
Kernel: 2.6.35.13-g03546aahtc-kernel@and18-2 #1 Fri Oct7 10:52:52 CST 2011

Other Specs:
Rooted
Zipaligned
Deodexed
init.d support: Devs, just drop your scripts in and go.
data/app support

Disclaimer: Although I have tested the rom and have found it to be stable, the risk is still in your hands. Use extreme caution when flashing this Rom.

Installation Instructions
NOTE: I use CWMR 5X. Some wipe options below are not included in earlier recovery versions. Still wipe what is available the best you can.
1. Put the Rom on the root of your SD Card
2. Compare MD5 Sum
Windows: MD5 Calculator
LINUX: Open Terminal and type: md5sum [path to the rom on your sd card]
Mac: Open a terminal and type: md5 [path to the rom on your sd card]
3. Reboot to Recovery
4. Wipe these:
Main Screen:
wipe data/factory reset - x2
wipe cache partition - x2

Advanced:
Wipe Dalvik Cache - x3
Wipe Battery Stats - optional

Mounts and Storage:
Format-
/boot - x2
/system - x2
/datadata - x2
/data - x2
/cache - x2
5. Install Rom from SD Card by going back and selecting install from SD card.
6. Reboot and enjoy!

PLEASE NOTE: THIS IS THE FULL ROM. THIS GETS FLASHED IN CLOCKWORK RECOVERY JUST LIKE OTHER ROMS. NOT IN HBOOT.
Downloads
Want to know what has changed since our last OTA? Well thats easy. Just click HERE
Release notes for wildstang83_inc_4.08.605.2_11232011 HERE
Download wildstang83_inc_4.08.605.2_11232011
Download the DTR HERE

Themes
Note: These themes will overwrite some mods!
WARM RLS3 - Credits to Myn and incubus26jc
Download HERE
To see this theme click HERE

OTA-Inc Blue Theme - Credits to MicroMod777
Link to download HERE
Screenshot 1
Screenshot 2


Flashable Mods
All mods in this section are flashable through cwm recovery.
zoomyMod Whats it do? It controls the screenlight properly in the dark. Good for those that don't like the blinding light at night. Credits to zoomy942
Optical Joystick wake/unlock - This mod allows you to wake your screen and then unlock your phone by clicking the OJ button
1% Battery Mod
device-2011-11-17-192929.png

Mik Honeycomb Percentage Battery Mod
mik_hc.png

Screenshot Activator - Allows you to take screenshots hassle free natively

Kernels
2.6.35.13wildstang83 - This is my kernel compiled from source just for this Rom
Stock Kernel - This is the stock kernel that came in the Rom originally
For a little bit more info, look HERE.
FOR SOURCE CHECKERS
Kernel sources can be found on HTC Dev. Currently neither kernel listed here has been modified beyond their original specifications.

Change Log:
23Nov2011
Fixed the build.prop issue and init.d support issues. See the release notes for more detail.

22Nov2011
Rebased off of the official RUU

16Nov2011
Initial and most likely only update(from me anyway)

This following section is real dear to me. This means that someone liked my work so much that you guys decided to donate to me. I want to honor that with a list of everyone who has donated so far. If I missed you please PM me because I know there is a couple of you but I couldn't trace you back. Thanks guys!
Donators:
ptgay49
gadzooks64
Flamingice1668
Quantify
M. Wooley
M. Torbik
N. Sylvia
K. Murphy
M. Sheta
T. Sykes
L. Lang
J. McNelly
 
Last edited:

frostincredible

Retired Recognized Developer
Nov 21, 2010
602
160
Florida

wildstang83

Inactive Recognized Developer / Recognized Themer
Oct 14, 2010
4,627
4,090
Nowheresville
xdaforums.com
Awesome stang. Any new radio in it?

Sent from my ADR6300 using xda premium

No bud, the radio appears to be the 07.07 radio still.

Still working on it. Its not prompting from .3 so I'm rolling back to froyo. If anyone wants to help out, Please help me capture if you can. If not it may be tomorrow before I can get something. Im working on it though.


AND INCASE I NEED TO SAY IT. PLEASE DO NOT ACCEPT THE PROMPT UNLESS YOUR HELPING ME CAPTURE. WAIT TILL WE GET A ROOTED VERSION.
 

romsRfun

Senior Member
I just received the update from running business gingersense. not sure how I pull it off of my phone.

edit: Kinda funny though, I called and complained a couple of days ago because I wasn't getting any service off of my phone or my wife's. It was like a ghost outage...
 
Last edited:

frostincredible

Retired Recognized Developer
Nov 21, 2010
602
160
Florida
No bud, the radio appears to be the 07.07 radio still.

Still working on it. Its not prompting from .3 so I'm rolling back to froyo. If anyone wants to help out, Please help me capture if you can. If not it may be tomorrow before I can get something. Im working on it though.


AND INCASE I NEED TO SAY IT. PLEASE DO NOT ACCEPT THE PROMPT UNLESS YOUR HELPING ME CAPTURE. WAIT TILL WE GET A ROOTED VERSION.

I did the checkin and got nothing on my old one (sisters using it, she's sleeping so i stole it :p ) it's running the 4.06 2.3.4 unrooted, but S-OFF.

---------- Post added at 10:13 PM ---------- Previous post was at 10:12 PM ----------

I just received the update from running business gingersense. not sure how I pull it off of my phone.

edit: Kinda funny though, I called and complained a couple of days ago because I wasn't getting any service off of my phone or my wife's. It was like a ghost outage...

Do you know how to use ADB? If so, adb shell into your cache to find the name of the file and then ADB pull it off the phone.
 

frostincredible

Retired Recognized Developer
Nov 21, 2010
602
160
Florida
adb is a work in progress...started to learn linux yesterday...wth was I thinking...lol

Just give me some good prompts I can use and I'll try to pull it off my phone.

Okay, open terminal and run this with USB debugging turned on and phone plugged into the computer.
Code:
adb shell

Then run
Code:
cd /cache
ls

It will list the files in /cache. Look for an update.zip or a zip of some sorts.
After that open a new terminal and type
Code:
adb pull /cache/"name of zip file" (without quotes)

It will then pull the file to whatever directory you are running terminal from, most likely your home folder.
 
  • Like
Reactions: romsRfun

wildstang83

Inactive Recognized Developer / Recognized Themer
Oct 14, 2010
4,627
4,090
Nowheresville
xdaforums.com
Ok, I'm not sure if i have it, lol

The version that was just uploaded for me says:
537d2e5b04a.OTA_Incredible_C_Gingerbread_S_VERIZON_WWE_4.06.605.3-4.06.605.2_release_211679

Which obviously is not right. I'm just gonna roll back to a fresh froyo build and see what I get.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 49
    device-2011-11-16-070050.png


    Release Notes:
    This Rom is the Official OTA for the HTC Droid Incredible (OG)
    All bugs from the previous OTA appear to be fixed now. This build did not require any intervention on my part. I just had to build it :)

    Specs:
    OTA Ver: 4.08.605.2
    Android Ver: 2.3.4
    Sense Ver: 1.0
    Baseband: 2.15.10.07.07
    Kernel: 2.6.35.13-g03546aahtc-kernel@and18-2 #1 Fri Oct7 10:52:52 CST 2011

    Other Specs:
    Rooted
    Zipaligned
    Deodexed
    init.d support: Devs, just drop your scripts in and go.
    data/app support

    Disclaimer: Although I have tested the rom and have found it to be stable, the risk is still in your hands. Use extreme caution when flashing this Rom.

    Installation Instructions
    NOTE: I use CWMR 5X. Some wipe options below are not included in earlier recovery versions. Still wipe what is available the best you can.
    1. Put the Rom on the root of your SD Card
    2. Compare MD5 Sum
    Windows: MD5 Calculator
    LINUX: Open Terminal and type: md5sum [path to the rom on your sd card]
    Mac: Open a terminal and type: md5 [path to the rom on your sd card]
    3. Reboot to Recovery
    4. Wipe these:
    Main Screen:
    wipe data/factory reset - x2
    wipe cache partition - x2

    Advanced:
    Wipe Dalvik Cache - x3
    Wipe Battery Stats - optional

    Mounts and Storage:
    Format-
    /boot - x2
    /system - x2
    /datadata - x2
    /data - x2
    /cache - x2
    5. Install Rom from SD Card by going back and selecting install from SD card.
    6. Reboot and enjoy!

    PLEASE NOTE: THIS IS THE FULL ROM. THIS GETS FLASHED IN CLOCKWORK RECOVERY JUST LIKE OTHER ROMS. NOT IN HBOOT.
    Downloads
    Want to know what has changed since our last OTA? Well thats easy. Just click HERE
    Release notes for wildstang83_inc_4.08.605.2_11232011 HERE
    Download wildstang83_inc_4.08.605.2_11232011
    Download the DTR HERE

    Themes
    Note: These themes will overwrite some mods!
    WARM RLS3 - Credits to Myn and incubus26jc
    Download HERE
    To see this theme click HERE

    OTA-Inc Blue Theme - Credits to MicroMod777
    Link to download HERE
    Screenshot 1
    Screenshot 2


    Flashable Mods
    All mods in this section are flashable through cwm recovery.
    zoomyMod Whats it do? It controls the screenlight properly in the dark. Good for those that don't like the blinding light at night. Credits to zoomy942
    Optical Joystick wake/unlock - This mod allows you to wake your screen and then unlock your phone by clicking the OJ button
    1% Battery Mod
    device-2011-11-17-192929.png

    Mik Honeycomb Percentage Battery Mod
    mik_hc.png

    Screenshot Activator - Allows you to take screenshots hassle free natively

    Kernels
    2.6.35.13wildstang83 - This is my kernel compiled from source just for this Rom
    Stock Kernel - This is the stock kernel that came in the Rom originally
    For a little bit more info, look HERE.
    FOR SOURCE CHECKERS
    Kernel sources can be found on HTC Dev. Currently neither kernel listed here has been modified beyond their original specifications.

    Change Log:
    23Nov2011
    Fixed the build.prop issue and init.d support issues. See the release notes for more detail.

    22Nov2011
    Rebased off of the official RUU

    16Nov2011
    Initial and most likely only update(from me anyway)

    This following section is real dear to me. This means that someone liked my work so much that you guys decided to donate to me. I want to honor that with a list of everyone who has donated so far. If I missed you please PM me because I know there is a couple of you but I couldn't trace you back. Thanks guys!
    Donators:
    ptgay49
    gadzooks64
    Flamingice1668
    Quantify
    M. Wooley
    M. Torbik
    N. Sylvia
    K. Murphy
    M. Sheta
    T. Sykes
    L. Lang
    J. McNelly
    4
    All looks good, I am uploading right now. I'll put up some release notes when I post the Rom.
    4
    Here's a Transparent 5 column Rosie that I did from the original OTA.

    Flash from recovery to install!

    OTA-Inc-Rosie-5colum-trans.zip
    3
    Just added that Optical Joystick wake/unlock mod to the op in the flashables section. I don't remember who made it or where I got it from. So whoever originally made the mod thank you.:)
    3
    New ota 6.08.605.2

    Here you go guys the new OTA ENJOY! :) (DO NOT FLASH)

    http://android.clients.google.com/p..._WWE_4.08.605.2-4.06.605.3_release_222219.zip

    Just got the update pushed to me a minute ago.