Related
Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. 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.
Phone look:
Tablet look:
CHANGELOG for 2.6.3.0:
-Proper backup and restore of SELinux contexts (thanks to Tassadar)
-Pull in some ROM information for backup name generation
-Merge all recent patches from AOSP bringing TWRP up to date with Android 4.3
-Add 1200x1920 theme (thanks to Tassadar)
-A few other fixes and tweaks
CHANGELOG for 2.6.1.0:
-Initial SELinux support (only a few devices, need testers so come by IRC if your device doesn't have it and needs it)
-Initial support for f2fs file system formatting (Moto X)
-Update SuperSU install for 4.3 ROMs
-Fixed a permissions bug on files created during backup
-Fixed a bug that caused TWRP to not wait for compressed backups to finish causing 0 byte files and md5sums to not match
-Fixed decryption of encrypted data so that both TouchWiz and AOSP decryption are possible
-Ignore lost+found folder during backup and size calculations
-Various other minor bug fixes and tweaks
CHANGELOG for 2.6.0.0:
Special Note: If you are running a custom theme, you will likely need to remove that theme before updating to 2.6.0.0 as your custom theme will likely not have some of the new changes visible (e.g. you won't be able to encrypt a backup)!
-Can encrypt a backup to prevent theft of private data from your backup files
-Updated graphics / icon courtesy of shift
-Updated exFAT to latest commits
-Fixed a problem with Samsung TouchWiz decryption
-Update SuperSU binary
-Fixed saving of backup partitions list
-Fixed saving of last used zip install folder
-Fixed backup of datadata on devices that use a separate partition for datadata
-Fixed some issues with the advanced wipe list (android_secure, can now wipe internal storage on data/media deivces and wipe data on the advanced list no longer formats the entire data partition)
-Fixed some problems with partitioning a SD card
-Various other bug fixes and tweaks
Notes about encrypted backups:
Why encrypt your backups? -- Most people store their backups on the device. Any app that has permission to access storage could potentially read your backup files and try to harvest your data. Encrypted backups also provide an added layer of security if you move your backups to other storage devices or to the cloud. The encryption that we're using is probably not strong enough for enterprise level security, but should be strong enough to make it significantly difficult to get to your data.
Encryption is using OpenAES which uses AES 128-bit cbc encryption. If you happen to use a longer password (over 16 characters) then the encryption strength improves to 192 or 256 bits. Do not forget your password. If you forget your password you will be unable to restore your backup. We don't encrypt the entire backup. Encryption is very CPU intensive and can be fairly slow even when we spread the workload over multiple cores even on the latest high-end devices. To ensure that encrypted backups don't take forever, we don't encrypt any other partitions besides /data and in /data we don't encrypt /data/app (or other app related directories where apks are stored) and we don't encrypt dalvik cache.
DOWNLOAD:
The fastest and easiest way to install TWRP is to use the GooManager app:
Play Store Link
Direct Download
1) Install GooManager from the Play Store
2) Open GooManager and provide root permissions
3) Hit Menu (or the button with the 3 dots on your screen) and then Install OpenRecovery
OR:
You can find more information and download links on our website!
BUGS:
If you have found a bug, please consider posting it to our github issues log. It's pretty much impossible for us to keep up with the more than 40 threads that we have for the devices that we "directly" support. If you have a significant problem that cannot be answered in this thread, your best bet is to PM me directly, contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
Changelog: See our website!
FAQ:
Install as a Flashable Zip? [RECOMMENDED]
Download flashable zip from the OP and rename it "PG06IMG.zip" (without the quotes)
Place in the root of the sdcard
Power off phone (make sure you turn off hot boot or pull the battery when it's off)
Power on the phone holding power and volume down
Follow the prompts to flash it
Delete .zip (PG06IMG.zip) after booting
Enjoy
How to install with Fastboot:
Download the fastboot binary for your computer from HTC
Connect your phone and boot it into fastboot
Run fastboot with the command
Code:
fastboot flash recovery path/to/recovery-twrp-speedy-1.1.0.img
Does this back up Wimax partition?
That is an option if you chose. Recommended to make at least one backup of just wimax and store that somewhere safe.
The screen went black after doing [insert random function]. What is the issue?
When testing the recovery early on we noticed fastboot wasnt a stable way to flash the recovery. Random issues would arise after using the method. As a result and a solution, flashing the recovery via the PG06IMG.zip is recommended to avoid such issues. Please try this as a solution.
I found a bug! What do I do?
Well you're probably going to want to post here and see if other people are having the same issue. We're also going to start tracking bugs on Github along with our project. This will let you see what issues we are aware of. You can submit a bug here: https://github.com/TeamWin/Team-Win-Recovery-Project/issues Be sure to include how you came about the issue as well as list your device and how you installed twrp.
Have a great new feature idea for TWRP?
Submit it on our Github page! It'll help us track it and notify you of the progress. https://github.com/TeamWin/Team-Win-Recovery-Project/issues
Why should I use this over ClockworkMod?
While all three recoveries offer roughly the same abilities (backup, restore, flash) we feel like ours adds a bit more in addition to the basics as well as blend some of the more useful features. A few differences to hightlight:
USB Mass Storage mode (Not in CWM)
Re-organized menus with most commonly used features on top
Saveable settings for all preferences selected
Date and battery display (configurable timezones)
Ability to auto-reboot after flashing
Color themes
Capacitive button support
Go a head and give it a try! You've got nothing to lose. If you don't like it you can always roll back to whatever recovery you want. Of course, shift might go all Emo Pony on us, but he'll get over it.
Sweet! First post! Time to get rid of rom manager!
Teleported from my Shifty Speedy using Tapatalk
Nice! Congrats on the release on the evo shift!
Thank you for this amazing recovery teamwin! Way way better then anyone ever expected! CWM will prolly never be used again lol
Supremely Shifted
ZOMFG!!
yeah, i'm pretty sure this is wood i'm sporting
Yeah, been using this since last night, it is awesome. And clockwork did have USB storage mode, its in the advanced settings, not that it matters anymore.
Found bug....
Rom: CM7 nightly 214(latest)
Kernel: PershootV9
Twrp install method: bootloader
Bug: whenever I go to fix permissions, the green progress bar will go all the way to them end and then freeze... I did it twice to make sure, but i needed to pull the battery both times
Teleported from my Shifty Speedy using Tapatalk
thronnos said:
Found bug....
Rom: CM7 nightly 214(latest)
Kernel: PershootV9
Twrp install method: bootloader
Bug: whenever I go to fix permissions, the green progress bar will go all the way to them end and then freeze... I did it twice to make sure, but i needed to pull the battery both times
Teleported from my Shifty Speedy using Tapatalk
Click to expand...
Click to collapse
Same thing here.. Had to do a battery pull.
Sent from my PG06100 using Tapatalk
Haha... You can still use RM to reboot to TWRP recovery and when I tried to backup my ROM (through RM) (just to see what would happen) it just sends me to TWRP recovery as well...
from the "CRACKED" Speedy EVO Engine...
thronnos said:
Found bug....
Rom: CM7 nightly 214(latest)
Kernel: PershootV9
Twrp install method: bootloader
Bug: whenever I go to fix permissions, the green progress bar will go all the way to them end and then freeze... I did it twice to make sure, but i needed to pull the battery both times
Teleported from my Shifty Speedy using Tapatalk
Click to expand...
Click to collapse
Are you sure you just didn't give it enough time? I've noticed that the progress bars actually bear no relation to the actual progress. I'm fixing permission in terminal now and I can tell you, it takes foreffingever. Haven't tried in recovery yet but I know not to believe the progress bar.
EDIT: In terminal it took 8min 24secs.
good job man. . .thank you
jesusice said:
Are you sure you just didn't give it enough time? I've noticed that the progress bars actually bear no relation to the actual progress. I'm fixing permission in terminal now and I can tell you, it takes foreffingever. Haven't tried in recovery yet but I know not to believe the progress bar.
EDIT: In terminal it took 8min 24secs.
Click to expand...
Click to collapse
Not doubting you! But with CWM it took barely a minute.
Teleported from my Shifty Speedy using Tapatalk
jesusice said:
Are you sure you just didn't give it enough time? I've noticed that the progress bars actually bear no relation to the actual progress. I'm fixing permission in terminal now and I can tell you, it takes foreffingever. Haven't tried in recovery yet but I know not to believe the progress bar.
EDIT: In terminal it took 8min 24secs.
Click to expand...
Click to collapse
I waited a good 5 minutes after the "end" of the progress bar and finally did a battery pull. I was able to fix permissions through terminal, just didn't work through recovery.
Sent from my PG06100 using Tapatalk
noob question but will this also restore backups made from cwm?
hoesnaps said:
noob question but will this also restore backups made from cwm?
Click to expand...
Click to collapse
No. You'll need to make fresh backups
Sent from my PG06100 using Tapatalk
Sweet new recovery. Does it support partitioning of sdcard yet? I think I'll wait for TWRP 2.x
Sent from my PG06100 using xda premium
sparksco said:
Sweet new recovery. Does it support partitioning of sdcard yet? I think I'll wait for TWRP 2.x
Sent from my PG06100 using xda premium
Click to expand...
Click to collapse
It has the option to partition but I haven't tried it yet... anyone?
Sent from my PG06100 using Tapatalk
Because of the way the recovery is packed into boot, this will not work with all kernels / ROMs. It is known to work with CM7.2 and CM9.1.0. It will probably work with most other MTD-based ROMs and kernels but will not work with any BML ROM or kernel. Use at your own risk! Installing a new ROM or kernel may end up replacing your install of TWRP. Also note that TWRP is *not* compatible with CWM backups. We are not based on CWM, we wrote our own recovery based on AOSP. With that said, I hope that you will get a chance to at least see how fast and easy-to-use TWRP is.
In addition to the on-screen keyboard, TWRP now supports using the hardware keyboard on the Epic 4G. Unfortunately the screen doesn't rotate, but hey, the hardware keyboard does work.
Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. 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.
Phone look:
Tablet look:
CHANGELOG for 2.6.3.0:
-Proper backup and restore of SELinux contexts (thanks to Tassadar)
-Pull in some ROM information for backup name generation
-Merge all recent patches from AOSP bringing TWRP up to date with Android 4.3
-Add 1200x1920 theme (thanks to Tassadar)
-A few other fixes and tweaks
CHANGELOG for 2.6.1.0:
-Initial SELinux support (only a few devices, need testers so come by IRC if your device doesn't have it and needs it)
-Initial support for f2fs file system formatting (Moto X)
-Update SuperSU install for 4.3 ROMs
-Fixed a permissions bug on files created during backup
-Fixed a bug that caused TWRP to not wait for compressed backups to finish causing 0 byte files and md5sums to not match
-Fixed decryption of encrypted data so that both TouchWiz and AOSP decryption are possible
-Ignore lost+found folder during backup and size calculations
-Various other minor bug fixes and tweaks
CHANGELOG for 2.6.0.0:
Special Note: If you are running a custom theme, you will likely need to remove that theme before updating to 2.6.0.0 as your custom theme will likely not have some of the new changes visible (e.g. you won't be able to encrypt a backup)!
-Can encrypt a backup to prevent theft of private data from your backup files
-Updated graphics / icon courtesy of shift
-Updated exFAT to latest commits
-Fixed a problem with Samsung TouchWiz decryption
-Update SuperSU binary
-Fixed saving of backup partitions list
-Fixed saving of last used zip install folder
-Fixed backup of datadata on devices that use a separate partition for datadata
-Fixed some issues with the advanced wipe list (android_secure, can now wipe internal storage on data/media deivces and wipe data on the advanced list no longer formats the entire data partition)
-Fixed some problems with partitioning a SD card
-Various other bug fixes and tweaks
Notes about encrypted backups:
Why encrypt your backups? -- Most people store their backups on the device. Any app that has permission to access storage could potentially read your backup files and try to harvest your data. Encrypted backups also provide an added layer of security if you move your backups to other storage devices or to the cloud. The encryption that we're using is probably not strong enough for enterprise level security, but should be strong enough to make it significantly difficult to get to your data.
Encryption is using OpenAES which uses AES 128-bit cbc encryption. If you happen to use a longer password (over 16 characters) then the encryption strength improves to 192 or 256 bits. Do not forget your password. If you forget your password you will be unable to restore your backup. We don't encrypt the entire backup. Encryption is very CPU intensive and can be fairly slow even when we spread the workload over multiple cores even on the latest high-end devices. To ensure that encrypted backups don't take forever, we don't encrypt any other partitions besides /data and in /data we don't encrypt /data/app (or other app related directories where apks are stored) and we don't encrypt dalvik cache.
DOWNLOAD:
You can find more information and download links on our website!
BUGS:
If you have found a bug, please consider posting it to our github issues log. It's pretty much impossible for us to keep up with the more than 40 threads that we have for the devices that we "directly" support. If you have a significant problem that cannot be answered in this thread, your best bet is to PM me directly, contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
First. Thanks.
×Marcusant
Sick!!!"
Sent from my SPH-D700 using xda premium
Wow, this looks great, can't wait to try it out. Thanks TeamWin
Sent from my SPH-D700 using XDA
This will probably work on all mtd roms afaik.
×Marcusant
Niiiice
Part of the trick with this build of TWRP is the inclusion of a new utility that I've started working on called injecttwrp. It's a work in progress. I'll be building upon this to inject our recovery ramdisk into existing Samsung boot images so that you can choose to keep TWRP installed as you install new ROMs or kernels regardless of what recovery is included with the kernel or ROM that you are installing.
https://github.com/TeamWin/Team-Win-Recovery-Project/blob/master/injecttwrp/injecttwrp.c
Note that this utility is not restricted to just working with TWRP. It could be used to inject any recovery that you wanted.
Awesome, I use this for my Kindle Fire and love it. It also is the only current recovery that works with the new 3.0 kernel, but I think that is mainly a fire issue. I will try it when I get some time!
anyone confirm it works on ics (aokp particularly)?
This looks awesome
Just a thought.. marcusant.. could you build this recovery into nyan for sayyy cm7?
Sent from my SPH-D700 using XDA
Found the install for epicmtd... and as soon as it finished it booted me into recovery and attempted to flash and gave me a status 7... which is usually a signing failure.
Sent from my SPH-D700 using xda premium
Of course on the day I'm busiest is when this is released lmao. Thanks for the hard work guys, I'll be playing with this tomorrow for sure!
Sent from my SPH-D700 using xda premium
ÜBER™ said:
Found the install for epicmtd... and as soon as it finished it booted me into recovery and attempted to flash and gave me a status 7... which is usually a signing failure.
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
The failure was an oddity with the formatting of our flash_image on ics as far as I can tell
×Marcusant
I might just have to yank the zip until I can figure it out, the manual install should work and I have it working in CM9 too.
Dees_Troy said:
I might just have to yank the zip until I can figure it out, the manual install should work and I have it working in CM9 too.
Click to expand...
Click to collapse
I mean it goes through everything but then stops towards the end... write_flash_image has an error and it shows E: /sdcard/goomanager/twrp.zip ... and aborts.. so what marcus said about the flash image.
Sent from my SPH-D700 using xda premium
hmm.. a nice shiny new touch recovery to play with (since we heard rumors about CWM Touch for the Epic but it never materialized.)
Might have to give this a shot.
Thanks!
pvtjoker42 said:
hmm.. a nice shiny new touch recovery to play with (since we heard rumors about CWM Touch for the Epic but it never materialized.)
Might have to give this a shot.
Thanks!
Click to expand...
Click to collapse
........interface similar to Epic CM Team's test touch recovery; will await sign from Dees_Troy + flash again.
.........sent from today's android = 4.0.4
I believe that the zip install should now be working!
Can't get it to download... won't show in my goomanager folder I made the mistake of enabling check signiture toggle and now it won't disable it when it tries to install it fails... and is not in the folder so I can toggle the sig verification and reflash via cwm....
Then I tried to share the link, copy it and then download via the browser its in the download folder now... I tried to flash that it says installation aborted (bad). Wtf?
Sent from my SPH-D700 using xda premium
ÜBER™ said:
Can't get it to download... won't show in my goomanager folder I made the mistake of enabling check signiture toggle and now it won't disable it when it tries to install it fails... and is not in the folder so I can toggle the sig verification and reflash via cwm....
Then I tried to share the link, copy it and then download via the browser its in the download folder now... I tried to flash that it says installation aborted (bad). Wtf?
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
I couldn't get it to install on cm7 says error installing blah blah (bad).. tried to download it twice.. both times errors
Sent from my SPH-D700 using XDA
Hi Guys
What's this ?
Revolutionary Team Kang AOKP ICS 4.04 ROM having full English/Hebrew UI.
Based on FBis251's AOKP ROM 40-06. Thanks man!
Merged with PilotX AOKP ROM SGS i9000 BN-40 resources. Thanks guys!
What's working ? Almost everything.
What's not working ? WiFi Calling, TV-out, USB Tethering.
Bonus : Fully translated AwesomeBeats (Beats Audio DSP manger) by Aswesome - Thanks man !
Download links :
ROM - HebAOKP V1 (English and US as defualt)
AwesomeBeats - Flash this after ROM if you want AwesomeBeats / mirror
Google apps - ICS Gmail, Gtalk, Gallery etc.
This is how it looks like (when choosing Hebrew language instead of default English in Settings) :
Installation instructions :
1. Flash CM9.
2. Download the ROM zip file to your SD card.
3. Go to CWM.
4. Format system in mounts & storage.
5. Mount system.
6. Wipe data / factory reset.
7. Flash the ROM (CWM install from zip).
8. Optional -
Flash gapps zip if you want Google Play plus other Google apps.
Flash AwesomeBeats if you want Beats Audio DSP manager.
9. Reboot to the ROM
Thank Team Kang & Team Acid for their work.
If you want face unlock - create a .forcefaceunlock file in your SD card after flashing GAPPS.
If you want to dim/close capacitive buttons light - Use 'MX Video Player' (it has this option in settings) for videos playing and 'Screen Filter' for the rest of the apps (I recommend assigning it to a launcher gesture).
You tell me...
This rom is amazingly smooth and everything works flawlessly,I personally recommend ya'll give this a run.....if you don't.... its your loss.
I've been running this in English for 5 long hard days now and can't find a reason to look any farther....: will most likely try out other roms... and even test more for other devs..... but this is the one I will use as my DD and the one I will always go back too.
Thanks
Hi,
first, Itzik. your third rom !!! Congrats.
A question, what is the difference between your Rom and this one [ROM][MTD][ICS 4.0.4] AOKP Milestone 6, build 1 (Unofficial by Team Acid) Jul 07.
in this one too, the hebrew is supported and the gui can be translated too to hebrew
h
Hi Heniki
It is just that.
I added the Hebrew translations and images (straight from PilotX) to that ROM and posted it here.
Sent from my SGH-T959V using xda premium
Hey, I am trying to flash the rom through CWM-based Voodoo Lagfix Recovery and I keep getting the Status 7 Error
Assert failed: run_program("/tmp/updater.sh") == 0
E: Error in sdcard/AOKSP/HebAOKP_BN2.1.zip (Status 7)
Installation Aborted.
Do I have to use another recovery?
Damatiru said:
Hey, I am trying to flash the rom through CWM-based Voodoo Lagfix Recovery and I keep getting the Status 7 Error
Assert failed: run_program("/tmp/updater.sh") == 0
E: Error in sdcard/AOKSP/HebAOKP_BN2.1.zip (Status 7)
Installation Aborted.
Do I have to use another recovery?
Click to expand...
Click to collapse
Hi Damatiru
Please follow installation instructions.
You have to flash CM9 ROM before this.
Thanks.
Damatiru said:
Hey, I am trying to flash the rom through CWM-based Voodoo Lagfix Recovery and I keep getting the Status 7 Error
Assert failed: run_program("/tmp/updater.sh") == 0
E: Error in sdcard/AOKSP/HebAOKP_BN2.1.zip (Status 7)
Installation Aborted.
Do I have to use another recovery?
Click to expand...
Click to collapse
When you boot into recovery what version does it say at the top? If it isnt a 5.0.xxx version you need to flash antonx's kernel. Version 3.0.xxx is broken and will not flash properly.
eollie said:
When you boot into recovery what version does it say at the top? If it isnt a 5.0.xxx version you need to flash antonx's kernel. Version 3.0.xxx is broken and will not flash properly.
Click to expand...
Click to collapse
I installed CM9 and it worked, I have a 5.X.X version. After I deleted the data and cache and then installed HebAOKP along with the translation -- Every time I would boot it would go to the Team Win Recovery rather than booting.
I have tried:
Wiping everything short of the System data
Fixxing Permissions
I have also installed the ROM without the translations. It would go into the AOKP unicorn animation, load about 60 things and then keep repeating the AOKP unicorn boot animation forever. I have wiped data for this type of install as well.
Did you format /system?
All steps are required. You can't miss anything.
Sent from my SGH-T959V using xda premium
I did format the system
In Order:
flash CM9 from stock
factory delete/ Wipe System
flash HebAOKP
- Stuck on AOKP splash animation loop if I don't install the english translations-
flash english translations
-boots into recovery-
The regular AOKP rom works fine, as does the CM9 rom.
I also kept bootlooping with the 2nd version with awsome beats added so I stayed with the original one that I tested with.....figured my phone just didn't like it lol.
Shortbus-Driver said:
I also kept bootlooping with the 2nd version with awsome beats added so I stayed with the original one that I tested with.....figured my phone just didn't like it lol.
Click to expand...
Click to collapse
OK thanks for your feedbacks.
I am reverting version 2 at the moment.
This v1 was successfully tested by Carl (added to OP) :
HebAOKP V1
MD5 : 3F4D1FBEB2C8BB83D1954578A62B9932
For future versions - I will have to change my methods and I know how to do that, but it may take a while, and there's no real difference at the moment.
Will the translation pack work with v1?
I'm not sure. You better change system\build.prop yourself -
language from 'iw' to 'en' & region from 'IL' to 'US'.
You need to do it before flashing the ROM:
Using notepad++ on your PC/mac or you can edit it as a text file on your phone and then use Aroma file manager to replace it after ROM is flashed.
Sent from my SGH-T959V using xda premium
If you want I'll upload and add a link for this already done in English....there are a lot of people out there that are ....
#1 to lazy to do the work to give this a run.
Or #2 do not understand how to make the changes like we do....
Telling a newb to mess with the build.prop is .....LOL....asking for complaints and gripes....and oh my god how do I fix it... I did something wrong.
I'm too lazy to do that myself.
What's the difference you noticed comparing to Team Acid AOKP?
Sent from my SGH-T959V using xda premium
I didn't run team acids long enough to say.....what really caught my eye is the keyboard....I know that may sound dumb....but that and the fact that I ran this long enough to know for a solid fact that everything runs perfectly....I came from Valhalla final that I highly changed to my liking to cm9 to this and I'm straight up happy with this.
The only thing I don't like is the capacitive keys always being lit up,but that is a problem in all ics based roms...I've been doing a lot of research and testing different things to either turn off the light or to completely disable the keys altogether... which ever comes first I guess.
My opinion is that they are the battery drain....plus at night they are way to bright
OK.
Heniki - this is the only AOKP ROM that has full Hebrew UI for SGH-T959V.
ShortbusDriver - please look into this - http://forum.xda-developers.com/showthread.php?t=1767577
Android 4.2.2 Jellybean for Defy and Defy+
Mirrors: http://www.uncledan.it/android-files/CM10.1/
Gapps: http://goo.im/gapps
Experimental builds with 3.0.8 kernel:
Not for daily usage!
Download Link: http://quarx2k.ru/cm10.1-nightly-defy+/!!!experimental!!!/
Works: SD-Card, Bluetooth, Torch, Leds, USB all modes, HW Video decoding, Sensors, FM-Radio (only seek stations+RDS), Sound (only speaker).
Not work: Headset, BT-headset, FM-Radio sound, Phone, GPS, Camera, FM-TX, WiFi.
Known problems: Low speed of USB Mass-storage, Display not always wake after sleep, Suspend not work correctly.
Builds on stable 2.6.32 kernel:
Download Link: http://quarx2k.ru/cm10.1-nightly-defy+/2.6.32/
Mirror: http://d-h.st/users/Quarx/?fld_id=14052#files
Problems/TODO:
1. BT-headset has problems.
2 .BT will not work, if FM is enabled.
3. Video recording is not good.
4. Memory leak after some days.
5. Delay on wakeup.
09.04.13: Suspend optimizations.
13.04.13: Fix BT, add Volume Rocker Wake Support and Expanded Desktop preference. 5Ghz WiFi (not tested)
15.04.13: Fix FM-Radio, Add pie controls, TWRP recovery..
11.05.13 Updated USB-Gadget to native for 4.x, fix mtp/ptp/storage/tethering. Removed usb.apk/usbd. Many minor fixes..
16.05.13 Very experimental build, contain a lot of updates from kernels 2.6.33 - 3.1. Increased performance, added swap. Memory management updated to 2.6.39(3.0) state. Some parts updated to 3.1. Blechd0se patches for interactive gov.
07.06.13 Fix 2g/3g data (thanks to Kayant for finding the right way to resolve problem). More safe mount options (should fix problems of random bootloops). Fix Google Messaging service (thanks to ccav2000)
16.06.13 Updated wifi driver & wpa_supplicant, fix bt-tether by @dh.harald. Improvement in interactive governor by @Blechd0se. Updated kernel with some patches from upstream.
09.07.13 Stability fixes. Updated bootmenu. This build not contain ZCache/Zram/Swap. Who want use ZRAM and other experimental features, can install @Blechd0se's kernel
F.A.Q
Coming from CM 10
Do we need to wipe data to update the CM10 build to CM10.1?
Edit: I will try it, btw. thanks Quarx for the awesome work
GUYS u must flash gapps , if u want to go past the setup during first boot
Fire Head said:
Do we need to wipe data to update the CM10 build to CM10.1?
Click to expand...
Click to collapse
Remember that it's not ready for daily use. Nearly everything doesn't work. You have to wipe everything in order to make it boot. And of course, flash gapps too.
how to get pass , the first boot setup ,
the gapps provided is too large for defy's data partition
so cant get specific needed files for setup , can any1 help ??
i still cant get pass the setup
Quarx, I recommend you to post this link to the OP:
FAQ thread for the new CM10.1!
http://forum.xda-developers.com/showthread.php?p=34616788
----
Guys, remember to hit the "newsworthy thread" button on the OP! The world needs to know this!
Okay, the excitement is understandable, but guys, can you keep this thread CLEAN? Express your gratitude with a donation and the Thanks button, not by flooding the thread with delighted squeals. It's development after all.
I hope (in vain though) that this will be the last offtopic post.
Trimis de pe ASUS Transformer Pad TF300T
So for me, after PIN input, it shows "Unfortunately, the process com.google.process.gapps has stopped" and then "Unfortunately, Setup Wizard has stopped" message... and it stays like that even after i press OK! I can access notification bar, but no start screen!
What to do?
Gafanhotz said:
You have to wipe everything in order to make it boot.
Click to expand...
Click to collapse
Not really, installed it over CM10 (with the new GApps) and deleted cache (and dalvik cache). It works
Fire Head said:
Not really, installed it over CM10 and delete cache (and dalvik cache). It works
Click to expand...
Click to collapse
He said on Facebook to wipe data in order to make it work without major problems.
bone101 said:
No Sdcard here
Sent from my MB526 using xda app-developers app
Click to expand...
Click to collapse
That should be in his to do list don't worry. This is something beyond imaginary what we are going to experience. So thank him for what we have. You know about him. He will surely make it stable.
Sent from my MB526 using xda premium
Gafanhotz said:
Quarx, I recommend you to post this link to the OP:
FAQ thread for the new CM10.1!
http://forum.xda-developers.com/showthread.php?p=34616788
----
Guys, remember to hit the "newsworthy thread" button on the OP! The world needs to know this!
Click to expand...
Click to collapse
Can't find that button..maybe it is not available in tapatalk but only in Web visualization?
Hope this thread will be cleaner than 4.1.2 one..guys for support please use faq thread!
System Wizard stopped fixed
After installing CM10.1 with gapps you can't bypass Setup Wizard stopped. How bypass this error: 1.wipe all data 2.install CM10.1 nightly 3.Wipe all data 4.boot in 4.2, it will boot without errors. 5.Install your needed google apps from market. Error caused by gapps (I think its because low space in ROM - installing CM10.1 without gapps i getted only about 15mb free), so if we want to use future ROMS (4.3 - CM11 or CM10.3) we need to resize SystemROM, to resize SROM - we need unlock bootloader, to bypass bl - TI Board Conf tool & 16MB.bin or some future way )
can i install for Defy green lans ??
slon11 said:
can i install for Defy green lans ??
Click to expand...
Click to collapse
Its for Defy and Defy +.
Since we have custom kernel, every build is for both phones, regardless the lenses
Sent from my Balls of Steel
Can someone make audiofix flashable from cwm as temporary solution ? Beside this rom speed is very good
Audio fix CWM flashable ZIP
I made CWM flashable audio fix.
turffe said:
I made CWM flashable audio fix.
Click to expand...
Click to collapse
Yes thanks a lot,but how to mount sdcard to save download from Tapatalk ?
sebx_g1 said:
Yes thanks a lot,but how to mount sdcard to save download from Tapatalk ?
Click to expand...
Click to collapse
SD is mounted, but android is not seeing it as mounted.
Nothing you can do about it..
Sent from my Balls of Steel
Both of these are flashable zips, meaning you can flash in TWRP or upgrade from an older CWM.
CWM_flashable_swipe_6.0.4.9- https://drive.google.com/uc?export=download&id=0BxS5PetHg8JpQk8zWGhRQnM5VjA
CWM_flashable_touch_6.0.4.7- https://docs.google.com/uc?export=download&id=0BxS5PetHg8JpVENWZFkzRGdfUGs
If you do not have a recovery installed either download
6.0.4.3 non-touch: http://download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.4.3-flo.img
6.0.4.3 touch: http://download2.clockworkmod.com/recoveries/recovery-clockwork-touch-6.0.4.3-flo.img
Or even TWRP if you want to...http://techerrata.com/browse/twrp2/flo
Make sure to have your BOOTLOADER UNLOCKED and ADB/Fastboot installed
Reboot to your bootloader
Code:
fastboot flash recovery "whatever recovery you chose"
Reboot to bootloader again
Select Recovery and check if everything flashed fine
osm0sis said:
CWM Unofficial "Nightlies" Changelog - maguro:
https://github.com/CyanogenMod/android_bootable_recovery/commits/cm-11.0
Jan 29, 2014 - 6.0.4.7 is the most recent on ROM Manager, adds fixes to "mounts and storage" menu hiding certain mounts like /efs and /radio by default and adds ro.cwm.forbid_format and ro.cwm.forbid_mount properties to adjust these per device, enable performance mode in tgz extract/compress only, disable performance mode for package installs.
Apr 10, 2014 - 6.0.4.8 display improvements for overlay devices and high res, f2fs support fixes, reboot command fixes, yaffs2 backup support, general cleanups and compile fixes, USB adb+ums fixes, support upstream minui changes, revert fallback update-binary and instead create a legacy property environment, loki updates, add native dualboot if supported.
Jun 4, 2014 - 6.0.4.9 swipe controls fixes, prevent changes to swap partitions, menu fixes, code cleanups, keep show log option on screen until dismissed, add SELinux context support to dup format backups, format non-vold extra storage to ext4 (if not otherwise specified), fix backup of directories named "media" that aren't /data/media, add SELinux context support to tar format backups, fix f2fs restore, (ramdisk mod by myself to hide /factory,/boot,/sbl,/xloader from the format list).
(For an unofficial list of other changes between recent versions, see my previous changelog.)
Known Bugs / Notes:
- Key test does not have a confirmation, so if triggered by mistake a hard reset is required if no USB connection is available to make it exit.
- SELinux in JB4.3+ changes the permissions of su on every boot, so after any boot back to Android you will get a su warning in CWM; it can be ignored.
Click to expand...
Click to collapse
Thanks to:
Koush
CM Team
@osm0sis
Anyone who contributed
Awesome. I'm not a fan of TWRP... For whatever reason. I just like Clockwork.
Update: Anyone try this yet?
Sent from Nexus 7 FHD from XDA Premium HD
will try it now
Can some one make a flashable zip of this?
Sent from my Nexus 7 using Tapatalk 4 Beta
Wtf is "flo"?
Our code name
Sent from my Nexus 7 using Tapatalk 4 Beta
aimfire72 said:
Wtf is "flo"?
Click to expand...
Click to collapse
That annoying chick from Progressive commercials.
player911 said:
Awesome. I'm not a fan of TWRP... For whatever reason. I just like Clockwork.
Update: Anyone try this yet?
Sent from Nexus 7 FHD from XDA Premium HD
Click to expand...
Click to collapse
Already did this last night working fine via fastboot
Sent from my Nexus 7 using xda app-developers app
So no problems flashing over TWRP? I'll admit it, I'm an old dog that doesn't like new tricks. I've always had Clockwork and that's what I'm used to.
No prob at all i just flaahed over my twrp working fine
Sent From My Fresh Nexus 7(2013)
This should probably be moved over to Development so it can be seen.
Nice to have options.
Sent from Nexus 7 FHD from XDA Premium HD
Thanks for posting just rooted. I was waiting for clockwork to be posted. Not a fan of twrp.
Sent from my HTC One using Tapatalk 4 Beta
player911 said:
This should probably be moved over to Development so it can be seen.
Nice to have options.
Sent from Nexus 7 FHD from XDA Premium HD
Click to expand...
Click to collapse
I posted it here, simply because I didn't actually compile it. If a mod wants to move it, he/she are gladly welcome too.
CharlyDigital said:
Thanks for posting just rooted. I was waiting for clockwork to be posted. Not a fan of twrp.
Sent from my HTC One using Tapatalk 4 Beta
Click to expand...
Click to collapse
Delete
Sent From My Fresh Nexus 7(2013)
what i don't get is, if it's in the brance to be built why doesn't koush himself compile a build and host it in rom manager. thanks for linking this tho
smirkis said:
what i don't get is, if it's in the brance to be built why doesn't koush himself compile a build and host it in rom manager. thanks for linking this tho
Click to expand...
Click to collapse
That's my concern as well.
CharlyDigital said:
Thanks for posting just rooted. I was waiting for clockwork to be posted. Not a fan of twrp.
Sent from my HTC One using Tapatalk 4 Beta
Click to expand...
Click to collapse
me either, installed, and seems to have went smoothly
Installed CWM and rooted with no problems.
Hmm, so I flashed over TWRP, but now in a boot loop in CWM.
If I reboot while pressing volume up I get into twrp, if I don't it automatically goes into CWM.
I can still browse through my files via twrp.
Any thoughts?
I've installed it, but I can't seem to pick up a zip from sd?
Anyone else have this issue?