[VM/PRIMOC][RECOVERY] TWRP2 Recovery 7-10-2012

Search This thread

jaredl45600

Senior Member
Dec 18, 2012
307
59
I flashed the new TWRP and had issues flashing zip files. I tried about 3 files and all three failed. So I backed out and flashed the old 2.2.2.0 ( I think) and same files worked. So I am sticking with the old one

Sent from my HTC One V using xda premium
 

riggerman0421

Senior Member
Mar 5, 2011
473
152
Sunset, Louisiana
The error with the factory wipe isn't an error. It is trying to wipe an ext partition on your SD card. If you don't have one, it gives that error because it can't find one.
 
The error with the factory wipe isn't an error. It is trying to wipe an ext partition on your SD card. If you don't have one, it gives that error because it can't find one.

I know why it does that but I have one and it still doesn't wipe it and it causes a non fully wiped install so when u reboot ur new rom is littered with apps from last ROM.

Sent from my primoc using Xparent Green Tapatalk 2
 

rickyx32

Senior Member
Sep 5, 2012
437
137
Los Angeles
I know why it does that but I have one and it still doesn't wipe it and it causes a non fully wiped install so when u reboot ur new rom is littered with apps from last ROM.

Sent from my primoc using Xparent Green Tapatalk 2

I'm still using 2.2 and keep going back to it, never had a problem with it. Am I even missing out on much with these newer versions?
 

jmz

Inactive Recognized Developer
Sep 17, 2008
3,623
4,804
Lawton, OK
www.jmzsoft.com
Google Pixel 4a 5G
Listen. The sd-ext is not an "error" you need to worry about. Sd-ext is used for data2sd. If you don't have that setup don't worry about that message. Iirc all official twrp releases has that partition wipe enabled. That's why you don't see it on my builds but you do see it on officials. So, if you have an issue with data wiping then wipe data and run the command "adb pull /tmp/recovery.log" while still in recovery

Sent from my HTC One X using xda premium
 
ebu2u7eh.jpg
evezy8yn.jpg
anenuhe5.jpg
yju7y7a9.jpg
8yjy4a2a.jpg
Listen. The sd-ext is not an "error" you need to worry about. Sd-ext is used for data2sd. If you don't have that setup don't worry about that message. Iirc all official twrp releases has that partition wipe enabled. That's why you don't see it on my builds but you do see it on officials. So, if you have an issue with data wiping then wipe data and run the command "adb pull /tmp/recovery.log" while still in recovery

Sent from my HTC One X using xda premium

THx for the response but as stated above i do have sdext and it still doesn't wipe it, i deal with that no big deal. Second in 4.2 my sdcard is so fu*ked off i sdcard, storage, sdext, i will post screen look and third u only have one build of twrp and that is a few releases ago but thank u for clarifying what i already k knew

Sent from my One V using Xparent Green Tapatalk 2
 
Last edited:

jmz

Inactive Recognized Developer
Sep 17, 2008
3,623
4,804
Lawton, OK
www.jmzsoft.com
Google Pixel 4a 5G
THx for the response but as stated above i do have sdext and it still doesn't wipe it, i deal with that no big deal. Second in 4.2 my sdcard is so fu*ked off i sdcard, storage, sdext, i will post screen look and third u only have one build of twrp and that is a few releases ago but thank u for clarifying what i already k knew

Sent from my One V using Xparent Green Tapatalk 2

It was more for the people that were saying its a real error and causing problems. 4.2 is largely weird with sdcard. As for it not actually wiping ext, do a wipe then adb pull /tmp/recovery.log

Sent from my HTC One X using xda premium
 
  • Like
Reactions: sbkjuggalo

Top Liked Posts

  • There are no posts matching your filters.
  • 8
    Code:
    #include <std_disclaimer.h>/* * Your warranty is now void. * * I am not responsible for bricked devices, dead SD cards, * thermonuclear war, or you getting fired because the alarm app failed. Please * do some research if you have any concerns about features included in this ROM * before flashing it! YOU are choosing to make these modifications, and if * you point the finger at me for messing up your device, I will laugh at you. */

    *YOU NEED TO BE HTC UNLOCKED TO FLASH A CUSTOM RECOVERY!!!!!!*
    If you are ONLY HTC unlocked you will need to follow the fastboot method to install, if you are HTC unlocked AND rooted, you can use the goo manager method.

    Special credits:
    toastcfh for assisting me in getting this working
    Dees_Troy for the amazing work on TWRP 2.1
    Full TeamWin credits are on the TWRP page on the TeamWin website: http://teamw.in/project/twrp2

    Introduction:

    Team Win Recovery Project 2.1, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It’s a fully touch driven user interface – no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.


    Hoge.png


    Key Features:

    • Touchscreen driven with real buttons and drag-to-scroll
    • XML-based GUI that allows full customization of the layout – true theming!
    • Settings are saved to the sdcard and persist through reboots
    • Ability to choose which partitions to back up and which to restore
    • Ability to choose to compress backups – now with pigz (multi-core processor support for faster compression times)

    What's new in 2.1:

    • Zip queuing as seen in TWRP 1.1.x is back
    • Slider control (swipe to confirm most actions aka swipe to wipe)
    • Lockscreen (with slider to unlock)
    • Basic file manager (copy, move, delete, and chmod any file)
    • Added support for devices with /data/media (most Honeycomb tablets, new ICS devices like Galaxy Nexus)
    • Displays sizes of each partition in the backup menu
    • Added listbox GUI element (currently used for listing time zones)
    • Updated stock XML layouts to be more consistent and easier to port to different resolutions
    • XML layout files are significantly smaller
    • Partitions available backup are more accurate for some devices
    • Removed unneeded error messages (/misc errors, unable to stat sd-ext, etc.)
    • Fixed a bug with blkid detection code
    • Fixed bug where a blank line was inserted between every line of text during zip installs
    • Fixed a bug during zip installs where an invalid zip would cause TWRP to get stuck in the zip install
    • Added setting for themers to toggle simulation mode to make theming easier
    • New devices added - Galaxy Nexus GSM & CDMA (preview only, manual install), Acer Iconia Tab A500, HTC Vivid, Motorola Defy
    • Added support for .jpg images in the theme engine
    • Changed images for stock tablet theme - makes tablet builds about 500KB smaller
    • Removed unneeded non-GUI images from GUI - makes all builds about 100KB smaller
    In addition to the above new features, TWRP 2.1.0 now features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe cache & dalvik, and run a backup.


    Theming:

    Information on TWRP 2 Theming - http://teamw.in/project/twrp2themers

    Instructions
    "fastboot flash recovery twrprecovery.img" in fastboot

    Download
    3
    Can anyone upload this? I just rooted my phone.

    Here's the recovery file:
    http://www.mediafire.com/?n1iu92wpyba9s95
    2
    Just a heads up on twrp web site they have 2.4.0 for us cdma I'm running a few things r changed but factory reset still produces errorwhen trying to wipe sd-ext

    Sent from my primoc using Xparent Green Tapatalk 2

    I'd imagine that's because you don't have an sd-ext partition on your sdcard? If you had one, it would wipe the ext partition on your sdcard. Since you don't, it just prints that error and continues on. No big deal, really.
    2
    I did some testing and the One V will never be able to use dumlock. One V is more locked down that the EVO LTE, One S and One X.
    2
    It's currently broken because recovery is too large. It needs to be rebuilt with a stripped kernel to make it smaller

    Sent from my PG86100 using xda premium