[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
Related
FEEL FREE TO DONATE US FOR ALL WE'RE DOING FOR YOU!
For general discussions, bug reports and FAQ, write HERE!
Credits:
MoltenMotherBoard team!
Downloads:
CWM Recovery | Code.Google
Full sources:
MoltenMotherBoard sources: MoltenMotherBoard | Github
CyanogenMod sources: CyanogenMod | Github
Kernel: lge-kernel-p880 | Github
Changelog:
20131126
Associated to Power Button the action SELECT_ITEM
From 6.0.4.4 to 6.0.4.5
Code updates from CyanogenMod, Google
20131120
First release
Issues:
Do you want to report an issue? Do it here!
In order to do it, create a new issue, choosing correct labels corrisponding to: Device/OS which you're using, ROM/project you're on, kind of issue.
Also, please, be sure you're running the ROM/project in the exact way we've provided it to you (do not create issues if you're using different
kernel, mod, plugins and dependencies we didn't tell to use).
General Questions: MoltenMotherBoard Projects | General Questions and Info
Official Mantainer(s): Mackief, ItachiSama, p4c0
Installation guide:
[Method 1° ~ fastboot]
Code:
$ adb reboot oem-unlock
$ fastboot flash recovery /PATH-TO-THE-IMG-FOLDER-ON-YOUR-COMPUTER/cwm.img
$ fastboot reboot
[Method 2° ~ adb] (put the recovery.img in your sdcard)
Code:
$ adb shell
$ su
# cat /sdcard/cwm.img > /dev/block/mmcblk0p1
# sync
# exit
$ exit
With CyanDelta work?
negativman said:
With CyanDelta work?
Click to expand...
Click to collapse
Obviously it does. In fact, CyanDelta only make a flashable package, that you have to install manually from recovery. Then, yep.
BTW, now want also to make for you a Touch version of this CWM.
mackief said:
Obviously it does. In fact, CyanDelta only make a flashable package, that you have to install manually from recovery. Then, yep.
BTW, now want also to make for you a Touch version of this CWM.
Click to expand...
Click to collapse
cyandelta installs the zip automatically too, if the recovery supports openrecovery script. TWPR does, and so does the CWM based recovery in CM sources. the original CWM from rom manager does not work properly AFAIK
gandhar said:
cyandelta installs the zip automatically too, if the recovery supports openrecovery script. TWPR does, and so does the CWM based recovery in CM sources. the original CWM from rom manager does not work properly AFAIK
Click to expand...
Click to collapse
It could be that CWM from Rom-Manager is out-to-date.
The only way it could not work, is because thi updated CWM still need some merging and commits by the team. Just try and let us know!
mackief said:
It could be that CWM from Rom-Manager is out-to-date.
The only way it could not work, is because thi updated CWM still need some merging and commits by the team. Just try and let us know!
Click to expand...
Click to collapse
i had last tried a long time back, don't know and don't care about the current condition
i like TWRP much more.
just saw your post on g+ about a ubuntu touch port, any progress on that? i am very interested in that.
mackief said:
Obviously it does. In fact, CyanDelta only make a flashable package, that you have to install manually from recovery. Then, yep.
BTW, now want also to make for you a Touch version of this CWM.
Click to expand...
Click to collapse
Will another Nightly today or tomorrow, check whether a set CyanDelta!
Oh yes, the touch recovery - it would be very great. TWRP I personally do not like it. And the one that I have now for our smartphone is locked Rom Manager!
gandhar said:
i had last tried a long time back, don't know and don't care about the current condition
i like TWRP much more.
just saw your post on g+ about a ubuntu touch port, any progress on that? i am very interested in that.
Click to expand...
Click to collapse
About Ubuntu, it's not that simple.
It seems 4X kernel from CM team does not load into the system.
Unfortunately, I cannot debug which is the problem surely: but I'm sure I'll return on it in a week at least. I've some thoughts about how to make it loading and booting next to the kernel!
negativman said:
Will another Nightly today or tomorrow, check whether a set CyanDelta!
Oh yes, the touch recovery - it would be very great. TWRP I personally do not like it. And the one that I have now for our smartphone is locked Rom Manager!
Click to expand...
Click to collapse
As I understood CWM Touch is buildable only through clockworkmod-builder, and I'll do it. The only problem is that in that site, the sources are out-to-date, linked to 4.3 branches.
So, we have to wait, till CWM will update the sources linked in the site to build a 6.0.4.4 touch recovery.
mackief said:
As I understood CWM Touch is buildable only through clockworkmod-builder, and I'll do it. The only problem is that in that site, the sources are out-to-date, linked to 4.3 branches.
So, we have to wait, till CWM will update the sources linked in the site to build a 6.0.4.4 touch recovery.
Click to expand...
Click to collapse
Do not quite understand! Surely there's a new CWM 6.0.4.4. You can unlock it from Rom Manager? http://forum.xda-developers.com/showthread.php?t=2523732
Hey.
Just built a new build of CWM, now coded 6.0.4.5.
In this new release, CM team has apported an important fix - as also TWRP team has done - that avoid any issue while flashing some of KitKat based roms.
BTW, made a test build of CM11, gonna test it
mackief said:
Hey.
Just built a new build of CWM, now coded 6.0.4.5.
In this new release, CM team has apported an important fix - as also TWRP team has done - that avoid any issue while flashing some of KitKat based roms.
BTW, made a test build of CM11, gonna test it
Click to expand...
Click to collapse
Feel free to take us alpha testers
Sent from my Optimus 4X HD using XDA Premium 4 mobile app
[email protected] said:
Feel free to take us alpha testers
Sent from my Optimus 4X HD using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Just pulled a log, as it does not boot.
Having some issues related to gralloc. Need to debug!
mackief said:
[...]
So, we have to wait, till CWM will update the sources linked in the site to build a 6.0.4.4 touch recovery.
Click to expand...
Click to collapse
Just take a look at my sig we already have 6.0.4.4 touch
laufersteppenwolf said:
Just take a look at my sig we already have 6.0.4.4 touch
Click to expand...
Click to collapse
Oh, marvolous!
But how can I build it? Is it buildable from source?
If you don't want me to build it, just update your port to 6.0.4.5. Ty, dude!
laufersteppenwolf said:
Just take a look at my sig we already have 6.0.4.4 touch
Click to expand...
Click to collapse
When he unlocked from Rom Manager?
mackief said:
Oh, marvolous!
But how can I build it? Is it buildable from source?
If you don't want me to build it, just update your port to 6.0.4.5. Ty, dude!
Click to expand...
Click to collapse
I will update it ASAP
negativman said:
When he unlocked from Rom Manager?
Click to expand...
Click to collapse
Not at all, as only official device maintainers can. And as I am not a maintainer, I can't
Just released new build of CWM.
Changelog:
Associated to Power Button the action SELECT_ITEM
From 6.0.4.4 to 6.0.4.5
Code updates from CyanogenMod, Google
Follow us on Google+, Facebook & Twitter!
Cheers.
We recently changed our Issue Tracker URL.
If you want to report a bug, please, follow the new instructions:
· Issue Tracker URL: Issues | Github
· Important notes: go to the linked URL, create a new issue, choosing correct labels corrisponding to: Device/OS which you're using, ROM/project you're on, kind of issue. Also, please, be sure you're running the ROM/project in the exact way we've provided it to you (do not create issues if you're using different kernel, mod, plugins and dependencies we didn't tell to use).
Development for this project has been totally and officially stopped, as no more needed.
Greetings,
MoltenMotherBoard team.
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
RootLinux Recovery Flasher
THIS IS FOR THE SPRINT HTC ONE ONLY
CREDITSCredit to OMJ ( without him this would not have been possible )
If you have any problems related to the recoveries please see the original thread for said recovery to post your comments.
Post any flasher comments here.
Thank you.
Credit to TeamWin
Link to original thread
http://forum.xda-developers.com/showthread.php?t=2236620
Credit to tdhite for continuing TWRP recovery
Link to original thread
http://forum.xda-developers.com/showthread.php?t=2651035
Credit to Phil3579 for Philz custom recovery
Link to original thread.
http://forum.xda-developers.com/showthread.php?t=2311292
Credit to Clockwork Mod for CWM recovery
Credit to amarullz for Aroma installer.
Link here
http://forum.xda-developers.com/showthread.php?t=1461712
Credits to repl1ca, thicklizard and Miggs for updates to the package.
Multi recovery installer.
No need for fastboot to switch recoveries anymore.
Switch recoveries on the fly from this one installer.
OLD DOWNLOADS
Version 1.0
TWRP 2.6.3.0
TWRP 2.6.3.4 tdhite
CLOCKWORK MOD TOUCH 6.0.4.3
PHILZ TOUCH 6.15.4
Version 1.1
Changelog
Now has TWRP 2.6.3.4a
TWRP 2.6.3.0
TWRP 2.6.3.4a tdhite
CLOCKWORK MOD TOUCH 6.0.4.3
PHILZ TOUCH 6.15.4
Version 1.3
Changelog
Added philz_touch_6.19.6
TWRP 2.6.3.0
TWRP 2.6.3.4a tdhite
Clockwork Touch 6.0.4.3
PHILZ TOUCH 6.19.6
Version 1.4 test
Changelog
Added TWRP 2.7.0.0 beta
Using different code ( not turge's this time ) Let me know how it goes.
TWRP 2.6.3.0
TWRP 2.7.0.0 beta tdhite
Clockwork Touch 6.0.4.3
PHILZ TOUCH 6.19.6
MD5
844dfee9d1d37fc53434c3eb065f789e
Version 1.5
Changelog
Added TWRP official 2.7.0.1
TWRP 2.7.0.1 Official
TWRP 2.7.0.1 tdhite
Clockwork Touch 6.0.4.3
PHILZ TOUCH 6.19.6
MD5
7c10123b7d8487fe03582f890724a1ff
Version 1.6
Changelog
Added TWRP 2.7.0.2 tdhite edition.
TWRP 2.7.0.1 Official
TWRP 2.7.0.2 tdhite
Clockwork Touch 6.0.4.3
PHILZ TOUCH 6.19.6
MD5
4afdb020f06ece9a6eddda725e9df3e3
Version 1.7
Changelog
Added TWRP 2.7.0.3 tdhite edition
TWRP 2.7.0.1 Official
TWRP 2.7.0.3 tdhite
Clockwork Touch 6.0.4.3
PHILZ TOUCH 6.19.6
MD5
457ec3537f22dcfcf035908907b593ad
Version 1.8
Changelog
Added updated tdhite edition 2.7.0.3
TWRP 2.7.0.1 Official
TWRP 2.7.0.3 tdhite updated
Clockwork Touch 6.0.4.3
PHILZ TOUCH 6.19.6
MD5
7a66aa1a4e44d106513cbb0c95a05415
Version 1.9
Changelog
Added Philz 6.25.0
TWRP 2.7.0.1 Official
TWRP 2.7.0.3 tdhite
Clockwork Touch 6.0.4.3
PHILZ TOUCH6.25.0
MD5
c02daa061dde6dce03831c7d28c9ff6e
Version 2.0
Changelog
Added TWRP 2.7.0.4 by tdhite
Lots of new features so check his thread link.
TWRP 2.7.0.1 Official
TWRP 2.7.0.4 tdhite
Clockwork Touch 6.0.4.3
PHILZ TOUCH6.25.0
MD5
60637e6b190fcf2699c4c4f8e5df0d55
Version 2.0b
Changelog
Added TWRP 2.7.0.4b by tdhite
TWRP 2.7.0.1 Official
TWRP 2.7.0.4b tdhite
Clockwork Touch 6.0.4.3
PHILZ TOUCH6.25.0
MD5
cb27ecb69f9fea9b85ea4dc56708c041
Version 2.1
Changelog
Added Philz Touch 6.26.6 by Phil3579
TWRP 2.7.0.1 Official
TWRP 2.7.0.4b tdhite
Clockwork Touch 6.0.4.3
PHILZ TOUCH6.26.6
MD5
8eea96b78e4588fb6e31e656ad5e72d5
Version 2.2
Changelog
Added TWRP 2. 7. 0. 9 by tdhite
TWRP 2.7.0.1 Official
TWRP 2.7.0.9 tdhite
Clockwork Touch 6.0.4.3
PHILZ TOUCH6.26.6
MD5
bb547fd9d4a0a54a0023d931fa2f8580
Version 2.4
Changelog
Added TWRP 2. 7. 1. 3 by tdhite
Added PHILZ TOUCH 6.28.4
TWRP 2.7.1.1 Official
TWRP 2.7.1.3 tdhite
Clockwork Touch 6.0.4.3
PHILZ TOUCH 6.28.4
MD5
a0bebf880a92d1c16ab04ac5b4355fdf
Version 2.4b ( credit to thicklizard )
TWRP 2.8.0.1 Official
TWRP 2.7.1.3 tdhite
Clockwork Touch 6.0.4.3
PHILZ TOUCH 6.28.4
MD5
70dae55c1ce3323fbc5a027f0713b2d1
DOWNLOAD
RootLinux-Recovery-Flasher
VERSION 2.5 ( credit to repl1ca )
TWRP 2.8.0.1 Official
TWRP 2.8.0.2 tdhite
Clockwork Touch 6.0.4.3
PHILZ TOUCH 6.28.4
MD5
27812a418869d407a047a1c71d9b44a5
This was a fun project
Make sure you have a custom recovery installed that allows flashing Aroma files.
Boot into recovery and choose flash zip file. Select RootLinux recovery flasher.
Follow on screen prompts and choose the recovery you want to install.
Flash this whenever you want to change your recovery.
This is being updated as new recoveries become available.
If you want to flash an older recovery not in the current installer, just grab an older recovery pack from OP.
Each update has a changelog posted. If a recovery has been updated then the changelog will say it.
Once a version number changes to add new recoveries the old ones are dropped from the pack.
Follow the changelog versions to see what has changed from each pack.
Once a recovery is dropped it doesn't get put back in. So the progression is easy to follow.
Any questions? Just post here.
Root dude congrats on what I think is your first Dev op, :good:
Sent from my GT-N5110 using Tapatalk
FrozenRiff said:
Root dude congrats on what I think is your first Dev op, :good:
Sent from my GT-N5110 using Tapatalk
Click to expand...
Click to collapse
I used to dev back in the old Winmo days.
This is really a joint project with OMJ.
This is great awesome job guys
Sent from my HTCONE using xda app-developers app
Neato
FrozenRiff said:
Root dude congrats on what I think is your first Dev op, :good:
Sent from my GT-N5110 using Tapatalk
Click to expand...
Click to collapse
This ain't root's first rodeo.
He's got skillz going way back.
Nice Bro! Cool to see you and Ken working together :good:
iknowsquat said:
This ain't root's first rodeo.
He's got skillz going way back.
Nice Bro! Cool to see you and Ken working together :good:
Click to expand...
Click to collapse
Hey hey bro.
You were the first one to ever flash one of my roms back in the day.
Nice job root. This is exactly what I needed
Sent from my HTCONE using XDA Premium 4 mobile app
Kenpoman said:
Nice job root. This is exactly what I needed
Sent from my HTCONE using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Me too.
Dang I used to feel old but now I feel young again. Only been around since the hero days
Sent from my GT-N5110 using Tapatalk
FrozenRiff said:
Dang I used to feel old but now I feel young again. Only been around since the hero days
Sent from my GT-N5110 using Tapatalk
Click to expand...
Click to collapse
My first cell phone was the Motorola StarTac. Yikes! LOL
rootlinux said:
My first cell phone was the Motorola StarTac. Yikes! LOL
Click to expand...
Click to collapse
My first phone
BD619 said:
My first phone
Click to expand...
Click to collapse
Oh my bad.
My first one was the Motorola Microtac. Then I got the StarTac.
Just realized I have had a lot of phones. LOL
rootlinux said:
Oh my bad.
My first one was the Motorola Microtac. Then I got the StarTac.
Just realized I have had a lot of phones. LOL
View attachment 2591526
Click to expand...
Click to collapse
lol I had one of those too
BD619 said:
lol I had one of those too
Click to expand...
Click to collapse
It was the chit back then.
Very few people had cell phones back then.
Damn too many to remember here, lost a few and got replacements by adding on a line. Wised up and started getting insurance since the hero. Had BB curve and Sammy black jack 2 before that and some regular cell phones
Sent from my HTCONE using Tapatalk
FrozenRiff said:
Damn too many to remember here, lost a few and got replacements by adding on a line. Wised up and started getting insurance since the hero. Had BB curve and Sammy black jack 2 before that and some regular cell phones
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
I had the Curve and Blackjack 1.
Actually liked the Blackjack.
Build was solid.
rootlinux said:
I had the Curve and Blackjack 1.
Actually liked the Blackjack.
Build was solid.
Click to expand...
Click to collapse
I liked it too. It was one of the phones I lost. I didn't know htc back then but kept seeing that clock all over the place. Tried forever researching how to get the HTC clock on my black jack. BB sucked IMO, the keyboard on the black jack was better
Sent from my HTCONE using Tapatalk
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!...
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: