[UNOFFICIAL][RECOVERY] TeamWin Recovery Project 2.8.5.0 - HTC Butterfly S

This recovery is just a simple port of m7 latest recovery, with just our stock recovery kernel and recovery.fstab.
What is Confirm Working :
Flashing of zips
Backup
Restore
The basics....
Bugs :
OTG - Untested but am sure
MTP
Download :
Here.!!!
Donations :
PayPal

Thanks for this

2622-1793-3139-6131. for your hard work.
Sent from my HTC Butterfly s using Tapatalk

tllim73 said:
2622-1793-3139-6131. for your hard work.
Sent from my HTC Butterfly s using Tapatalk
Click to expand...
Click to collapse
Thank you. Every penny goes towards the next butterfly that comes out.

Says entering recovery then reboots into htc splash screen. I can't enter recovery.

spydertony said:
Says entering recovery then reboots into htc splash screen. I can't enter recovery.
Click to expand...
Click to collapse
Only for 901e/s... Will not work the dual dim variant
Sent from my HTC Desire EYE using Tapatalk

xXminiWHOOPERxX said:
Only for 901e/s... Will not work the dual dim variant
Sent from my HTC Desire EYE using Tapatalk
Click to expand...
Click to collapse
Thanks. I'm new around here, could you please redirect me to where i can find one for dual sim.

help dears.
zip file please
recovery.zip please

hello, thanks for your job, but there is something wrong with the TWRP-2.8.5.0-dlxp.img file, I can't open it, have been tried for several times and still not working, how could I deal with this?
MD5 number for the .img file is E74A5CAF6555B30E4B40C9CE4B4D4D9F

sergerdar said:
help dears.
zip file please
recovery.zip please
Click to expand...
Click to collapse
need for zip file, too.
help!!!

i need the file zip.please upload again
:crying::crying::crying:

GDrive reupload
https://drive.google.com/file/d/0B4zhPA3a5eJvS1dabGlrRGZWaGc
MD5: e74a5caf6555b30e4b40c9ce4b4d4d9f
SHA-1: 358257beb168f2c59e035998999db0187a0dec48
MD5 courtesy of Ever_yang
Reason for re-uploading is because Copy.com (effectively, link in OP) has been shut down. (source : copy.com)

-cyNix- said:
https://drive.google.com/file/d/0B4zhPA3a5eJvS1dabGlrRGZWaGc
MD5: e74a5caf6555b30e4b40c9ce4b4d4d9f
SHA-1: 358257beb168f2c59e035998999db0187a0dec48
MD5 courtesy of Ever_yang
Reason for re-uploading is because Copy.com (effectively, link in OP) has been shut down. (source : copy.com)
Click to expand...
Click to collapse
I can port the latest twrp if users want me too?
Sent from my HTC6525LVW using Tapatalk

xXminiWHOOPERxX said:
I can port the latest twrp if users want me too?
Sent from my HTC6525LVW using Tapatalk
Click to expand...
Click to collapse
it will be nice)

timurmurmur said:
it will be nice)
Click to expand...
Click to collapse
After my ViperOneM8 project is done I'll update it to the latest that the m7 has.. then I'll be unsubscribing from this thread.
Sent from my HTC6525LVW using Tapatalk

timurmurmur said:
it will be nice)
Click to expand...
Click to collapse
Please try image below its twrp 3.0.0-2

small feedback
Booting correctly
Backup/restore work (the backup seems to take longer (30 mins) than with version 2.8.5.0
MTP not work (same 2.8.5.0)
adb devices ok (not tried more)
Possible to have standard name for sdcard (for script compatibility) and android secure support?
Code:
/[COLOR="Red"]external_sd[/COLOR] exfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 flags=display="External SDCard";storage;[COLOR="Red"]andsec[/COLOR]

migascalp said:
small feedback
Booting correctly
Backup/restore work (the backup seems to take longer (30 mins) than with version 2.8.5.0
MTP not work (same 2.8.5.0)
adb devices ok (not tried more)
Possible to have standard name for sdcard (for script compatibility) and android secure support?
Code:
/[COLOR="Red"]external_sd[/COLOR] exfat /dev/block/mmcblk1p1/dev/block/mmcblk1 flags=display="External SDCard";storage;[COLOR="Red"]andsec[/COLOR]
Click to expand...
Click to collapse
I could fix mtp but it'd require someone with the device to make a device tree.. or if someone can provide me m7 twrp device tree I could take a look, but no promises. Also is the only way to do the by-name method too
Sent from my HTC6525LVW using Tapatalk

if you explain to me how to do it I can perhaps help you
Or you can do with MDMower. he has worked extensively for TWRP on M7

xXminiWHOOPERxX said:
Please try image below its twrp 3.0.0-2
Click to expand...
Click to collapse
thx a lot, works good on cid_622 1.57 hboot stock 4.4:laugh::laugh::laugh:

Related

[SYS Img/Boot IMG] 8010 German JB Update XXBLK9 full System.img(rooted) and Boot.img

Here is the Official JB Update for the 8010(also works on the 8013 which I'm running it on).
It's just the system and boot images and is to be used by other devs for their roms. System is rooted with busybox
WARNING: THIS IS NOT A FLASHABLE ZIP. It's just a zip that contains the system and boot images. This is only for experienced users/devs. Sorry but I do not have the time to create a flashable zip so please do not ask.
I also did not change anything so it's 100% stock with the exception of being rooted and having busybox
if you use these images for your rom just give me credit:
I am not responsible if you mess up your device
Thanks to alirey for uploading the OTA update zip
Download Link: http://d-h.st/1iG
reserved for me...
We can just create a zip for use with CWM with this right?
Or does dd work (from cwm by adb) to put them into flash? I forget the original commands for flashing img.. flash_erase? flash_write.. aargh
Asure said:
We can just create a zip for use with CWM with this right?
Or does dd work (from cwm by adb) to put them into flash? I forget the original commands for flashing img.. flash_erase? flash_write.. aargh
Click to expand...
Click to collapse
If you use flash img (like how a rom flashes the boot.img) it should work. I've never tried though with a system.img
You could also dd and as long as you have root in cwm you should be able to do it via adb This should NOT be done if you are booted into android only when booted into recovery
dd if=/sdcard/system.img of=/dev/block/mmcblk0p9
dd if=/sdcard/boot.img of=/dev/block/mmcblk0p5
of course that's assuming you copy the images to the root of your sdcard otherwise replace /sdard with the path of the images
I've little experience with samsung or there nand security. But can we just not flash the kernel & system.img via fastboot?
Sent from my HTC One X+ using Tapatalk 2
AndroHero said:
I've little experience with samsung or there nand security. But can we just not flash the kernel & system.img via fastboot?
Sent from my HTC One X+ using Tapatalk 2
Click to expand...
Click to collapse
I don't think that there is fastboot functionality on the Samsung devices (Nexus devices excluded) I'm not sure if you can run fastboot commands when in download mode or not(I never tried)
Getting a rom together based off this right now! hopefully it won't be long before I can have it up!
smaw51 said:
Getting a rom together based off this right now! hopefully it won't be long before I can have it up!
Click to expand...
Click to collapse
Awesome thanks
Sent from my HTC One X+ using Tapatalk 2
Does otg work
Sent from my GT-N8013 using xda premium
Dsmforlife92 said:
Does otg work
Sent from my GT-N8013 using xda premium
Click to expand...
Click to collapse
No idea, I don't use otg on my note 10.1
How's everything else running any issues
Sent from my GT-N8013 using xda premium
Well looks like its gonna be a long weekend of getting redemption updated.
Sent from my SCH-I535 using Tapatalk 2
pimpmaneaton said:
Well looks like its gonna be a long weekend of getting redemption updated.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
Sweet can't wait Im glad there's some deployment going on for the n8013 thanks will donate when Rom is done
Sent from my GT-N8013 using xda premium
Arggh I've been waiting for this rom, thanks for sharing ! I tried to flash my n8010 to XXALI3 (german) to get OTA but it doesn't work ^^
Also, I'm familiar with Odin and CWM flash, but I have no idea how to use a .img. I found topics about it and I'm not sure, it looks pretty complicated. If someone tries to install this img on his note 10.1 please let us know =)
Pirate-X said:
Arggh I've been waiting for this rom, thanks for sharing ! I tried to flash my n8010 to XXALI3 (german) to get OTA but it doesn't work ^^
Also, I'm familiar with Odin and CWM flash, but I have no idea how to use a .img. I found topics about it and I'm not sure, it looks pretty complicated. If someone tries to install this img on his note 10.1 please let us know =)
Click to expand...
Click to collapse
Just unyaffs it. Put it in a .zip n flash it
Sent from my HTC One X+ using Tapatalk 2
AndroHero said:
Just unyaffs it. Put it in a .zip n flash it
Sent from my HTC One X+ using Tapatalk 2
Click to expand...
Click to collapse
I had to google your answer to understand ^^
But even if I have to focus on my exams right now, I hate being stuck so close to the goal so : I download N8010-XXBLK9.zip and I try. Stop me if I'm wrong :
- download unyaffs (found on xda with some cygwin .dll included...absolutely don't know what it means) http://forum.xda-developers.com/showthread.php?t=1112906
- download XXBLK9
- Extract XXBLK9 where I'm supposed to find system .img and boot .img ?!
- then comes the dark side : what am I supposed to do ? sorry I don't know anything about this method
( I know this is not the point in this topic but that would help )
---------- Post added at 02:24 PM ---------- Previous post was at 01:50 PM ----------
Exception: STATUS_ACCESS_VIOLATION at eip=610C5A41
eax=00000000 ebx=00000000 ecx=FFFFFFFF edx=00000000 esi=0040130E edi=00000000
ebp=0028EE48 esp=0028EE44 program=C:\Users\Pirate-X\Downloads\ANDROID\unyaffs-winready\unyaffs.exe, pid 1908, thread main
cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame Function Args
0028EE48 610C5A41 (00000000, 0040DC70, 00000200, 00000003)
0028EE88 004010BF (0028EEE9, 00000000, 00000000, 00401333)
0028EEB8 004013AF (00000002, 009901A0, 00990090, 610A5E22)
0028EFA8 61004DD2 (0028EFC0, FFFFFFFF, 0047EA28, 004600C4)
0028FF58 6100594F (00000000, 00000000, 00000000, 00000000)
End of stack trace
This is greek to me ! (or should I say, this is geek to me instead heyhey ^^ )
Pirate-X said:
I had to google your answer to understand ^^
But even if I have to focus on my exams right now, I hate being stuck so close to the goal so : I download N8010-XXBLK9.zip and I try. Stop me if I'm wrong :
- download unyaffs (found on xda with some cygwin .dll included...absolutely don't know what it means) http://forum.xda-developers.com/showthread.php?t=1112906
- download XXBLK9
- Extract XXBLK9 where I'm supposed to find system .img and boot .img ?!
- then comes the dark side : what am I supposed to do ? sorry I don't know anything about this method
( I know this is not the point in this topic but that would help )
---------- Post added at 02:24 PM ---------- Previous post was at 01:50 PM ----------
Exception: STATUS_ACCESS_VIOLATION at eip=610C5A41
eax=00000000 ebx=00000000 ecx=FFFFFFFF edx=00000000 esi=0040130E edi=00000000
ebp=0028EE48 esp=0028EE44 program=C:\Users\Pirate-X\Downloads\ANDROID\unyaffs-winready\unyaffs.exe, pid 1908, thread main
cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame Function Args
0028EE48 610C5A41 (00000000, 0040DC70, 00000200, 00000003)
0028EE88 004010BF (0028EEE9, 00000000, 00000000, 00401333)
0028EEB8 004013AF (00000002, 009901A0, 00990090, 610A5E22)
0028EFA8 61004DD2 (0028EFC0, FFFFFFFF, 0047EA28, 004600C4)
0028FF58 6100594F (00000000, 00000000, 00000000, 00000000)
End of stack trace
This is greek to me ! (or should I say, this is geek to me instead heyhey ^^ )
Click to expand...
Click to collapse
Just put the system.img in the same folder as unyaffs.exe. Open a command prompt and type in unyaffs system.img
AndroHero said:
Just put the system.img in the same folder as unyaffs.exe. Open a command prompt and type in unyaffs system.img
Click to expand...
Click to collapse
That is exactly what I did ... but don't worry I gave up with this method, I found the JB update.zip to put on the german xxali3 I downloaded last week. And it ROCKS
For all the new bees (that's me) and lazy bums (that's me too !) : just follow this topic : EASY PEASY !!
Install the german xxali3 with odin (easy), apply THE update zip from ext sd and you'll be under XXBLK9 in few minutes
http://forum.xda-developers.com/showpost.php?p=35431458&postcount=179
Thanks XDA and crew :good:

[GT-P3113] P3113XARCLI/P3113XARCLI4 [OTA] Jelly Bean v4.1 *TEST FIRMWARE*

*Note* You MUST been on firmware version P3113UEBLH2 prior to flashing!
If you need that firmware or any other one, Download it here! ► [GT-P3113] Galaxy 2 7.0" Tab *OFFICIAL FIRMWARES!* ◄
► Instructions:◄
• Make sure your tab is charged up to at least 50-75%
• Download P3113XARCLI Firmware (Links below!)
• Extract .RAR archives
• Copy .ZIP file (GT-P3113_P3113XARCLI-OTA-P3113UEBLH2_XAR_343830130.zip) To SD Card
• Turn OFF tab!
• Enter Recovery Mode!
• Boot your tab in recovery mode, Press & Hold Volume Up + Power Key simultaneously until recovery mode opens
• Select "Apply update from external storage" And then navigate to P3113XARCLI OTA update!
• WAIT for it to update!....
• Jelly Bean will get installed and system will reboot automatically!
• If it doesn’t, Go back to the main Recovery Menu and select "Reboot system now"
Firmware Version: P3113XARCLI [OTA] *TEST FIRMWARE*
OS: Jelly Bean *TEST FIRMWARE*
OS Version: v4.1
Firmware:
http://www.mediafire.com/download.php?d0l32lbpbdnd344
http://www.mediafire.com/download.php?fwr7pdlxii9iajz
....Will be posting/uploading the P3113UECLI4 OTA Firmware soon!
Gizmo said:
....Will be posting/uploading the P3113UECLI4 OTA Firmware soon!
Click to expand...
Click to collapse
Hell yeah Gizmo
sent from my galaxy tab 2 using Tapatalk
Here you go guys! ....Instructions are the same as above!
Firmware Version: P3113XARCLI4 [OTA] *TEST FIRMWARE*
OS: Jelly Bean *TEST FIRMWARE*
OS Version: v4.1
Firmware:
http://www.mediafire.com/download.php?kd6dua4e2a57k29
http://www.mediafire.com/download.php?4x4l90y5kzdjc2s
Thank you. Is a wipe required?
Sent from my GT-P3113 using xda premium
jdog_12345 said:
Thank you. Is a wipe required?
Sent from my GT-P3113 using xda premium
Click to expand...
Click to collapse
....Wipe NOT required!
These firmware files have been out for a while
Sent from my SGH-T989 using xda app-developers app
Update did not work for me ?
Update starts without issue, but the last step appears to be updating remaining files...or something of that nature
At that point - the recovery details appear above the script, and just sits there. When I reboot system I get the Galaxy tab screen - then a blank screen, and nothing else
I was able to get back into download mode - successfully returned to stock rom(as indicated in your instructions).
I've done this three times - no luck
Regards,
sent from my GT-P3113 using Tapatalk HD
bill_in_mtl said:
Update did not work for me ?
Update starts without issue, but the last step appears to be updating remaining files...or something of that nature
At that point - the recovery details appear above the script, and just sits there. When I reboot system I get the Galaxy tab screen - then a blank screen, and nothing else
I was able to get back into download mode - successfully returned to stock rom(as indicated in your instructions).
I've done this three times - no luck
Regards,
sent from my GT-P3113 using Tapatalk HD
Click to expand...
Click to collapse
Could this be due to the file being broken into two zip files? There's a part 1 and part 2, and the op doesn't address how to flash like that. Do we flash both files or do we need to unzip each file, combine, and repackage for flashing?
intelligencexan said:
These firmware files have been out for a while
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Where because I cant find them.
Also the download is dead. Mediafire doesn't like multi part files. Why don't you put the file back together into one so it can be flashed. If you need some where to dump a single file I will let you use a spot on my dropbox.
Aren't these the same OTA files for the p3113 that have been available since September on SamFirmware.com?
rsage said:
Aren't these the same OTA files for the p3113 that have been available since September on SamFirmware.com?
Click to expand...
Click to collapse
It does look like it to me. There are even flashable ROMs of the latest 4.1.1 (P3113UECLI4)... like this [ROM][9/18][GT-P31XX][JB][4.1.1]Stock_Rooted_Deodex_Zipalign.
Isn't the version that Romswell is built from come from the U.K. version or something like that?
Could this be a U.S version? What else could change that would make this different?
stupid question?
Since tis is a stock rom do I need to root my tablet prior to flash it?
chiquito3 said:
Since tis is a stock rom do I need to root my tablet prior to flash it?
Click to expand...
Click to collapse
From what I read from instructions on first post, NO! Link is broke anyway!
intelligencexan said:
These firmware files have been out for a while
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Who said they weren't?....Just mirroring files and having them in one easy to access spot! If you don't have something of VALUE to add to a post....DON'T POST!
Quantumrabbit said:
It does look like it to me. There are even flashable ROMs of the latest 4.1.1 (P3113UECLI4)... like this [ROM][9/18][GT-P31XX][JB][4.1.1]Stock_Rooted_Deodex_Zipalign.
Click to expand...
Click to collapse
Links are currently down....ALL files ARE flashable! BEFORE that, All you had to is extract the RAR archive to get the FULLY intact flashable ZIP!
Gee ,not only is this broken its old. Be clear about what you are posting.please otherwise you are wasting everyone's time
Get the latest , full zip here, from SamMobile.
http://www.hotfile.com/dl/172673176...UECLI4-OTA-P3113UEBLH2_XAR_374372839.zip.html
Sargeue said:
From what I read from instructions on first post, NO! Link is broke anyway!
Click to expand...
Click to collapse
Yes, Links are currently down! Will fix it when i get time....In the mean time, GOOGLE it!
MSHancock said:
Isn't the version that Romswell is built from come from the U.K. version or something like that?
Could this be a U.S version? What else could change that would make this different?
Click to expand...
Click to collapse
U.S Version!...."Search" is your friend!

[6.0.4.6] [CWM Touch Recovery] [mako]

[6.0.4.6 [CWM Touch Recovery] [mako]
Click to expand...
Click to collapse
Build with Recovery builder (Touch version)
Android_bootable_recovery / Commit History :https://github.com/CyanogenMod/android_bootable_recovery/commits/cm-11.0
1.) flashable zip file for recovery (-> put zip file to sd-card, boot to recovery, select "install zip from sd card") - Yes, you can install that with an older recovery, just flash over
2.) if you like to use fastboot : extract "recovery.img" from zip & fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Was wondering if someone would make one, good until Koush releases an official one. Thanks
THX ! Great Job !
Great! thanks!!
Working great for now..
Thanks for packaging this up mate, pretty sure it was already built though
CWM 6.0.2.3 is a touch recovery so whats different about this?
New build with the latest CWM code
Re: [6.0.3.0] [CWM Touch Recovery] [mako]
Is this a stable release or beta?
Sent from my Nexus 4 using xda app-developers app
Ace42 said:
Is this a stable release or beta?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Recovery Builder builds at http://jenkins.cyanogenmod.com/ and syncs with CyanogenMod Github, so i guess it´s kinda official...
here´s some better changelog : https://github.com/CyanogenMod/android_bootable_recovery/commits/cm-10.1
Could you perhaps make a flashable zip for the Nexus 7 of the latest CWM recovery? You don't have to by any means, but it would be nice...
MikeRL100 said:
Could you perhaps make a flashable zip for the Nexus 7 of the latest CWM recovery? You don't have to by any means, but it would be nice...
Click to expand...
Click to collapse
Recovery builder is offline right now, but i can give it a go later...
which nexus 7 do you have, i think there are 2 (grouper & tilapia ??)
edit : i have recovery for grouper now, tilapia won´t build successfully; if you like it, pm me, i can send you
Re: [6.0.3.0] [CWM Touch Recovery] [mako]
Thanks a lot! Flashed, works fine!
man sent this using xda & n4
Re: [6.0.3.0] [CWM Touch Recovery] [mako]
Is adb sideload working with this version?
Thanks and best regards.
Bump version to 6.0.3.1
Is there a changelog?
NEXUS⁴
casonswag said:
Is there a changelog?
NEXUS⁴
Click to expand...
Click to collapse
Android_bootable_recovery / Commit History :https://github.com/CyanogenMod/android_bootable_recovery/commits/cm-10.1
The official CWM recovery for n4 has been upgraded to 6.0.3.1 as well:
http://www.clockworkmod.com/rommanager
I have an older version of CWM. Can I flash the newer version using the old version Cwm?
Sent from Mako
Use fastboot to flash the new version when in bootloader
Any other method? Can I just flash this using CWM? I don't have laptop with me now
EddyOS said:
Use fastboot to flash the new version when in bootloader
Click to expand...
Click to collapse
Sent from Mako

[RECOVERY] CWM-based recovery v6.0.4.7 (NewBL)

Hello, my friends!
i just built an updated version of CWM of the sources of cm-11.0 for myself, so i thought it might be nice to share it with you guys.
Please note that this is not fully tested yet and that it's for our new bootloader only!
Installation: The zip is a flashable zip like a rom, just flash it with your current recovery like you know it from tonyp's twrp builds.
Download:
http://dl.bangl.de/?dir=android/cwm p990
Changes since 6.0.2.x:
follows the new mounting principle introduced with the fstab/fsmgr/vold changes since cm-10.2, including its own mini-vold
selinux support. (not affecting us)
support for the new updater-script commands "set_metadata" and "set_metadata_recursive"
support for certificates using SHA-256
new function: quick install from last install path
fixed secure adb
and a bunch of other fixes.
A long wanted update, tnx a lot
Sorry for OT see your signature about your own build CM11 could you please share for test.Thanks.
That's a good news, currently downloading and I will give it a try Thank you.
k101d said:
Sorry for OT see your signature about your own build CM11 could you please share for test.Thanks.
Click to expand...
Click to collapse
i'm already planning to release it, and i will when it's ready. don't worry.
What does it change?
Sent from my ME173X using xda app-developers app
MisjudgedTwat said:
i'm already planning to release it, and i will when it's ready. don't worry.
Click to expand...
Click to collapse
Wow great to see you work back on the 2x. Thanks. :thumbup:
Sent from my LG-P990 using Tapatalk
cricetus said:
What does it change?
Sent from my ME173X using xda app-developers app
Click to expand...
Click to collapse
follows the new mounting principle introduced with the fstab/fsmgr/vold changes since cm-10.2, including its own mini-vold
selinux support. (not affecting us)
support for the new updater-script commands "set_metadata" and "set_metadata_recursive"
support for certificates using SHA-256
new function: quick install from last install path
fixed secure adb
and a bunch of other fixes.
I'm on cwm 6.0.2 with cm11. Can I flash it without any wipe?
Sent from my LG-P990 using XDA Premium 4 mobile app
bentcissé said:
I'm on cwm 6.0.2 with cm11. Can I flash it without any wipe?
Sent from my LG-P990 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
yep... recoveries are independent of cache / dalvik-cache / installed rom.
Good work ! :cyclops:
feav cam error
hello guys, When I try to flash the LG cam feav v3 I get an error in recovery. how should I do to rolla back 6.0.2 recovery? thanks in advance
bentcissé said:
hello guys, When I try to flash the LG cam feav v3 I get an error in recovery. how should I do to rolla back 6.0.2 recovery? thanks in advance
Click to expand...
Click to collapse
you could flash it via the AIO-Toolkit. theres an option to just flash the recovery without touching other partitions.
All my 10.2 ROMS can't be installed under 6.0.4.7 recovery. Only CM11 can be installed.
MisjudgedTwat said:
Hello, my friends!
i just built an updated version of CWM of the sources of cm-11.0 for myself, so i thought it might be nice to share it with you guys.
Please note that this is not fully tested yet and that it's for our new bootloader only!
Installation: The zip is a flashable zip like a rom, just flash it with your current recovery like you know it from tonyp's twrp builds.
Download:
http://dl.bangl.de/?dir=android/cwm p990
Changes since 6.0.2.x:
follows the new mounting principle introduced with the fstab/fsmgr/vold changes since cm-10.2, including its own mini-vold
selinux support. (not affecting us)
support for the new updater-script commands "set_metadata" and "set_metadata_recursive"
support for certificates using SHA-256
new function: quick install from last install path
fixed secure adb
and a bunch of other fixes.
Click to expand...
Click to collapse
I want to install CWM in my karbonn A99 is it possible ..i have tried many CWM but was not successful...do u know the official CWM for karbonn A99
kshashank said:
I want to install CWM in my karbonn A99 is it possible ..i have tried many CWM but was not successful...do u know the official CWM for karbonn A99
Click to expand...
Click to collapse
Hi! You can't install CWM For LG P990, you need to change from source code the bootloader with your phone.
It use an MTK6572, so see this post and try to ask here if someone has built a CWM for your phone
http://forum.xda-developers.com/showthread.php?t=2469098
Show also this website

[RECOVERY] [newbl] TWRP 2.8.5.0 touch recovery [2015-02-13]

Here is the latest TWRP (Team Win Recovery Project) for our phone.
It's only for the New Bootloader.
See "Downloads" for latest recoveries.
Changelog:
2015-02-13: TWRP 2.8.5.0
2014-11-30: TWRP 2.8.1.0
2014-09-05: F2FS support
2014-07-17: Firtecy kernel included
2014-06-25: first release (2.7.1.0)
XDA:DevDB Information
[RECOVERY] [newbl] TWRP touch recovery, Tool/Utility for the LG Optimus 2x
Contributors
DJNoXD
Source Code: https://github.com/p990-slimrom
Version Information
Status: Stable
Created 2014-09-05
Last Updated 2015-02-13
DJNoXD said:
Here is the latest TWRP (Team Win Recovery Project) for our phone.
It's only fo the New Bootloader.
Click to expand...
Click to collapse
Thanks, Buddy!
I will soon test this tool when I have available and then do the report.
:good::good:Thanks...Thanks!!...:good::good:
OK ... perfect installation and no errors!
TWRP v2.7.1.0 NewBootLoader working on my LG P990 ... Thanks
DJNoXD said:
Here is the latest TWRP (Team Win Recovery Project) for our phone.
It's only for the New Bootloader.
Click to expand...
Click to collapse
Thank you @DJNoXD for all the commitment and dedication to our phone. :good:
Best regards,
Hugo
Great job, is very helpful! :good:
Thanks
Awesome:good:
Thank you very much DJNoXD, working great :good:
I don't know if someone else have this, sometimes suddenly I'm losing the screen (only backlight). I don't if behind is still working but a battery off recover the phone. I'm using new BB.
doctoralex said:
I don't know if someone else have this, sometimes suddenly I'm losing the screen (only backlight). I don't if behind is still working but a battery off recover the phone. I'm using new BB.
Click to expand...
Click to collapse
it happened also to me one time
same problem that @doctoralex have... black screen :/
That issue is not related to the recovery.
I also have this problem, and I'm using another recovery
I've also had some blank black screen in recovery with the phone attached to the pc. I could manage the problem by entering the recovery without have the phone attached to the pc.
I think its a kernel related problem. So I will build a new version with the old kernel (non 3.1) soon.
DJNoXD said:
I think its a kernel related problem. So I will build a new version with the old kernel (non 3.1) soon.
Click to expand...
Click to collapse
New version with Firtecykernel is online.
Please try and tell me if it works better.
DJNoXD said:
New version with Firtecykernel is online.
Please try and tell me if it works better.
Click to expand...
Click to collapse
Thank You, "DJNoXD"...downloaded and installed!
No errors, perfect installation...continue testing!
...
Well, after some Restarts, Backups, Restores, Wipes, Mounts...I can say this TWRP work's fine and without errors, almost for me!
Thank You, "DJNoXD". ??
LG O2x[P990]@TapaTalkPro4.6.4
Can you share the twrp theme you use? Its nice mate..
Sent from my LG-P990 using XDA Free mobile app
mkchan said:
Can you share the twrp theme you use? Its nice mate..
Sent from my LG-P990 using XDA Free mobile app
Click to expand...
Click to collapse
I'm using TWRP Manager (ROOT) from GOOGLE PLAY
recovery-TWRP-2.7.1.0-newbl-20140717.zip
Click to expand...
Click to collapse
is working perfect now
Is this a flashable zip through TWRP recovery or via computer?
sokinso said:
Is this a flashable zip through TWRP recovery or via computer?
Click to expand...
Click to collapse
Flashable zip through TWRP recovery!...

Categories

Resources