Quantcast
Channel: admin » TWRP
Viewing all 1595 articles
Browse latest View live

Twrp recovery

$
0
0

God evening XDA dev. Can u help me how to install twrp in my cubix cube lite phone but my phone is in boot loop state can anyone help me with this problem please…

Because I use layers developer app that I downloaded in play store because I want to change the style of my softkey .. But when I apply a theme .. Then . the app said need soft reboot then I pres it when it reboot the logo appears and a second my screen goes black then says "system ui has stopped" please any one who knows please help me . :(:(:( bless


twrp recovery

$
0
0

God evening XDA dev. Can u help me how to install twrp in my cubix cube lite phone but my phone is in boot loop state can anyone help me with this problem please…

Because I use layers developer app that I downloaded in play store because I want to change the style of my softkey .. But when I apply a theme .. Then . the app said need soft reboot then I pres it when it reboot the logo appears and a second my screen goes black then says "system ui has stopped" please any one who knows please help me . bless

HELP! GEM702-L B006 Malfunctioning after TWRP zip file installed

$
0
0

Hello, Im hoping that someone with Huawei expertise can assist me. I was trying to customize my rooted device by download and installing Xposed Installer / Framework and a multiwindow zip file. All was well until I entered recovery mode and used TWRP to flash the zip file. After reboot, I wasn’t able to get to my home screen. The screen flickered multiple times as if it was trying to pull it up but was unable. I wasn’t able to enter TWRP mode and my adb/fastboot program wasn’t able to recognize the phone. The only options I was able to access were the internet and the Settings of the phone. The menu options were available but limited as well. The phone would not read the SIM card but was able to read the SD card. Trying to back up data was not possible as HiSuite was unable to detect the phone. As a last recourse, I did a hard reset BUT the phone is still flickering when trying to access the home screen. The only positive is that I am now able to access TWRP and adb/fastboot are detecting the phone. Any suggestions as to how to get my phone back operating like normal again would be greatly appreciated!!

TWRP 3.0.2-0 RECOVERY Flashable zip sprout

[RECOVERY] [unofficial] TWRP 3.0.2-0 Asus Zenfone 5 [A500CG] [A600CG]

$
0
0

Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its 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.

CHANGELOG for 3.0.2-0:

-Fix a bug with the input box that affected masked inputs (passwords). This fixes decrypt of full device encryption on devices that support decrypt. This bug also impacts encrypted backups. Users are highly encouraged to stop using 3.0.1 if you use encrypted backups or if you need decrypt of data in TWRP.
-Add Greek translation to some builds.

CHANGELOG for 3.0.1-0:

-support new CM 13.0 pattern encryption (sultanqasim)
-fix slow flashing issue due to modprobe (present on only some devices) (#twrp)
-libtar updated to latest upstream and fixes (jcadduono)
-fixes for loading custom themes (_that)
-TWRP will now detect and install TWRP themes automatically through the normal zip install process (Dees_Troy)
-translation updates – added Italian, Czech and Polish and significant updates to Dutch
-progress bar improvements – progress bar updates during image flashing and better tracks progress during file system backups (tar) (Dees_Troy)
-fix input box text display (Dees_Troy)
-reboot option after zip install complete (bigbiff)
-other mostly invisible bug fixes and improvements

CHANGELOG for 3.0.0-0:

-Completely new theme – Much more modern and much nicer looking (by z31s1g)
-True Terminal Emulator – Includes arrow keys, tab and tab completion, etc. (by _that)
-Language translation – It won’t be perfect and especially some languages that require large font files like Chinese & Japanese won’t be availble on most devices. Also some languages may only be partially translated at this time. Feel free to submit more translations to OmniROM’s Gerrit. (mostly by Dees_Troy)
-Flashing of sparse images – On select devices you will be able to flash some parts of factory images via the TWRP GUI (by HashBang173)
-Adopted storage support for select devices – TWRP can now decrypt adopted storage partitions from Marshmallow
-Reworked graphics to bring us more up to date with AOSP – includes support for adf and drm graphics (by Dees_Troy)
-SuperSU prompt will no longer display if a Marshmallow ROM is installed
-Update exfat, exfat fuse, dosfstools (by mdmower)
-Update AOSP base to 6.0
-A huge laundry list of other minor fixes and tweaks

WARNING: This is our first release in a long time. We have a lot of new and somewhat aggressive changes in this new release. The changes to the graphics back-end may cause some devices to not boot up properly or have other display-related issues. If you are not in a position to reflash an older build of TWRP, then wait until you are or at least wait until others have tried the new version for your specific device. You don’t want to end up with a non-working recovery and have to wait several hours or days to get to a computer to be able to fix it.

Notes for themers: In addition to the udpated theme, we have introduced a theme version variable to the TWRP theme system. If the theme version does not match the version that TWRP expects, TWRP will reject the custom theme and load its stock theme. This change will ensure that people who update TWRP without updating their theme will still have a workable recovery. We have removed libjpeg support. The stock theme was only using a jpeg image for the splash / curtain. This change means that any custom themes will no longer be able to use jpeg images. It also means that tools used to repack recovery images with a different curtain / splash will need to be updated to use the new method.

Version number notes: For a while we’ve been using a 4 digit version number and reserved the 4th digit for device-specific updates. For instance, we find and fix a device-specific issue like decryption of data on Nexus 5, we would release that as a 2.8.7.1. After a while, some people would start asking where 2.8.7.1 was for other devices. So, going forward we have decided to change the numbering scheme to 3.0.0-2, etc. Our hope is that this version numbering scheme will more clearly identify that the 4th digit does not indicate a version change for the code base.

We need your help! The bulk of TWRP work is done by 3 people on a volunteer basis. We have pushed most of our device files to our github and we have a gerrit instance. If you have the ability, please help us maintain our official devices and/or add your device to our official device list. Thanks in advance!

CHANGELOG for 2.8.7.0:

-Initial ground work for software drawn keyboard (_that)
-Fix handling of wiping internal storage on datamedia devices (xuefer)
-Allow DataManager to set and read values from the system properties (xuefer)
-Fix crash when taking screenshots on arm64 devices (xuefer)
-Fix error message after an ORS script completes (Dees_Troy)
-Fix crashes / error when creating encrypted backups (_that, Dees_Troy)
-Add system read only option – more details below (Dees_Troy)
-Add resize2fs and GUI option to run resize2fs (Dees_Troy)
-Fix crash loop caused by empty lines in AOSP recovery command file (_that)
-Prevent duplicate page overlays such as multiple lock screens (mdmower)

Note: As always, be sure your custom theme is up to date (or remove your custom theme) before updating TWRP.

System read only option: Devices that ship with 5.0 and higher as their initial OS are using block level OTA updates. With this style of OTA update, the update script checks to see if the system partition has ever been mounted read/write. Further, the script also usually runs an SHA sum of the entire system partition to detect if any changes have been made. If any changes have been made, the OTA update will refuse to install. Since not all OEMs and devices have factory images available, we have created a new feature in TWRP that detects if the system partition has ever been mounted read/write. If not, you will be prompted asking if you want TWRP to mount system as read/write. If you choose not to allow TWRP to mount as read/write, TWRP won’t prompt to install SuperSU and TWRP won’t try to patch the stock ROM to prevent TWRP from being replaced by stock recovery. The goal of this option is to hopefully allow the user to make a raw system image backup that they can use to get back to a state where they can take OTA updates again.

resize2fs feature: On some devices like the Nexus 6, the factory images include a userdata image that is the proper size only for the 32GB units. If you flash the factory image to a 64GB Nexus 6, the data partition will appear as if it only has the free space of a 32GB device. Using the resize2fs option, TWRP can resize your data partition to take up the full space available. The resize2fs may also be useful to resize system partitions on devices where custom ROM system images don’t take up the full partition space. Lastly, resize2fs may be useful in some cases to reserve the proper space at the end of a data partition for a full disk encryption key, should your partition be formatted incorrectly for some reason.

This new version also marks our first set of full builds using our new jenkins build server. You can track the progress of builds at https://jenkins.twrp.me and we have taken additional steps to make it easier for device maintainers to step up and submit patches to our gerrit server at https://gerrit.twrp.me to help us keep devices up to date and working.

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.

[Stock][Z2 6.0.1 Marshmallow][.570][Prerooted+ TWRP + Xposed][LB]

$
0
0

Hello Friends,

today I’d like to show you how to upgrade your Z2 from 5.1.1 Lollipop to the latest 6.0.1 Marshmallow + TWRP + (optional)Xposed Framework without loosing any data on devices with a locked BL.

First of all I’d like to thank those people for their work:

@adop40 for the overall idea
@serajr for making the Marshmallow TWRP that works with locked Bootloader
@Victor91rus for uploading the .570 firmware I used to make the flashable .zip

Checklist for the things you need


1. A Z2 phone running the latest Lollipop + Root + [NUT]’s Dual Recovery (If you don’t have root, search for kingroot and root your device, after that install [NUT]’s Dual Recovery)
2. Download my Marshmallow Package with the required files here: DOWNLOAD [MEGA]
3. Make a backup of your device
4. Install latest adb drivers and enable USB Debugging + Unknown Sources
5. IF you have Xposed Framworked installed on Lollipop download the uninstaller from HERE
choose xposed-uninstaller-********-arm.zip

Installing Guide


1. Extract the zip files (flashable.zip, byeselinux_flashable.zip, RICDefeat.zip) from the marshmallow.zip onto your SD Card and copy the Recovery Folder (Z2_MM_TWRP) to your Desktop + IF you have the Xposed Framework installed copy the xposed-uninstaller-********-arm.zip also to your sd card
2. Boot your phone into Recovery Mode and flash the zip files in this order: (xposed-uninstaller-********-arm.zip) => flashable.zip => byeselinux_flashable.zip => RICDefeat.zip NO FACTORY RESET NEEDED
3. Clear Dalvik Cache and Reboot (First boot may take a while because we cleaned the Dalvik-Cache)
4. After the reboot connect your phone to the PC and run the install.bat from the Z2_MM_Recovery folder (Accept any prompt popping up on your phone)
5. Phone will reboot into recovery when successfull then you’re done

Xposed Framework for Marshmallow will follow in the evening I have no time to add that right now;)

If you have any questions just message me :) I’ll try to keep the thread updated :good:

USB-OTG Help w/ TWRP

$
0
0

Hi there.

I’m having trouble getting USB-OTG to mount in TWRP 2.8.7.1. I’m on mikeoswego’s stock xt1096 ROM (Verizon).

I formatted my 16GB flash drive FAT32. It shows up and mounts fine within the OS. I even backed up my apps with Titanium Backup to the flash drive.

My issues start when I reboot into recovery. I’m unable to mount USB-OTG and it shows up as 0 MB.

Has anyone run into this issue before? Any solutions or tips?

Thanks.

Sent from my XT1096 using Tapatalk

idol 3 twrp question

$
0
0

ok reading other threads i see others having issues with flashing twrp also.

i followed the unlock procedure and it was a sucess.

procedure:
in command prompt with files in directory
1: adb reboot-bootloader
2: fastboot -i 0x1bbb oem unlock
3: fastboot -i 0x1bbb oem device-info (bootloader confirmed unlocked)
4: fastboot -i 0x1bbb reboot
5: let deviice reboot
6: adb reboot-bootloader
7: got files from here http://forum.xda-developers.com/idol…-6045-t3162608
8: fastboot -i 0x1bbb flash recovery twrp-2.8.7.0-idol3.img
10: rebooted
11: scratched head as default recovery booted.

so i am assuming i need to apply root before flashing custom recovery?

thanks in advance for any help provided.


About TWRP and Root for G5

$
0
0

I’ve seen LOTS of posts on here about how we just have to "wait for TWRP to release a recovery and then we can root it." This is completely untrue. It doesn’t matter if TWRP releases a recovery if we CAN’T FLASH IT. THAT’S the problem that we are having with rooting the G5: We can’t flash anything that isn’t signed by LG at the moment.

Please spread the word about finding a way to unlock the bootloader completely!

Convert TWRP .img to .tar (for ODIN)[Easy]

$
0
0

Sometimes the latest version of TWRP is in ".img", so some people use an older version instead, which is in .tar, so they can flash it with ODIN. The thing is that the ".tar" version is just the ".img" compressed XD, so I’m going to show you how to "convert" .img to .tar.

// TUTORIAL
1 – Download and install 7-zip
2 – Download the latest TWRP .img
3 – Open a file explorer, rename the downloaded file to: recovery.img
4 – Right click on the file > 7-zip > Add to archive
5 – In this screen you can change the file name and, most important, in "Archive format" choose "tar"
6 – Open ODIN and flash the new file as always
:)

Note: maybe other .img files (I mean other than the TWRP recovery) works too.

// SCREENSHOT
This is how the final file should look:

// Other stuff
[MOD] Centered clock in status bar [6.0.1][.ZIP][SM-N910C]

LG G3 D852 Virgin Mobile Version Rooting And TWRP Recovery Installation

$
0
0

Good Day, I have an LG G3 D852 Marshmallow 6.0 from Virgin Mobile (canadian version). I have searched basically everything that i could and i have not found anything how to Root and Install TWRP Recovery. I tried one method which i found here for Telus/Koodo but it didnt work. I just updated this phone from kitkat to marshmallow. Any suggestion would be highly appreciated it ? thanks in advance

Help flashing TWRP

$
0
0

So I bought recently a Redmi Note 2.

Want to flash TWRP, try using flashify but learn the hard why that through that app… Don’t work.

Through adb, cmd flash the TWRP well, but when I go to recovery, still have the MI recovery, have all the drivers installed, adb, Xiaomi drivers and Mediatek Vcom.

So my last resort is flash TWRP through updater app. But that will work?

I have the global stable 7.2.2, because I have to flash this rom with SP Flash Tool when flashify method went all wrong.

Any help?

Root and TWRP achieved

Stuck in Download mode Boot Loop. OC1 Tried to install twrp. oppps

$
0
0

i didnt realize the OC1 locked the bootloader and i could not longer install twrp.

I downloaded TWRP in the app store and tried to install it. It gave me root access and said it installed it. I turned on the phone and it failed to find he recovery. I tried to install over and over and kept trying previous versions. I think at around 2.8.7 it started booting only into down load mode. I can no longer get into recovery only into download mode. how can I get back to an OS?

I can get to the Verizon help screen but can’t get it to autoboot verizon assistant to set to factory reset. It is a spare phone I use to stream xfinity via HDMI so i don’t need root or anything special

Any help you can supply is greatly appreciated.

Samsung SM-N9005 (without rom) with TWRP v2.8.3.0 can’t install any zip

$
0
0

Hello to everyone,

The other day my brother bring me his samsung galaxy note 3 sm-N9005 and told me that doesn’t work, just only can enter in TWRP (v2.8.3.0) or in download mode. I tried to install a rom or update version of TWRP, but always i have the same message:

checking for MD5 file…
Skipping MD5 check: no MD5 file found
error flashing zip ‘/sdcard/TWRP/twrp-2.8.7.0-hlte-4.2-img-zip’
Updating partition details…
.. done

When i try to install a ROM from zip file, i have the same problem

I try to generate a md5 file from zip TWRP in computer and then copy to sd card and install from TWRP by sdcard or internal memory of phone, but always i have the same problem.

I dunno what else do. Please can anyone help me?

thanks


Cannot install TWRP G900V

$
0
0

I’m not sure if the problem is that I can’t install TWRP correctly, or that I messed something up on the install. I used the TWRP app to install the recovery, selecting the most up-to-date recovery for my device and it shows successful. However, when I try to get to the recovery (power off, hold power+vol up+ home) it says "recovery booting", then "recovery is not seandroid enforcing", then goes to a "start up failed, use Verizon software assistant….". I can boot normally if I hit the power button and then start as usual. Ideas?

How To – Update to marshmallow + TWRP recovery + Root

$
0
0

Can confirm that you can update to marshmallow from sammobile with odin then using hacker kernel MM universal apply root through TWRP.
You must use arter97 twrp for MM. the link is http://arter97.com/browse/S6/kernel/….0.2-0.tar.md5
apply this in odin after first boot from marshmallow update. Boot back to system and Push hacker kernel the reboot recovery and flash kernel. VOILA
marshmallow with root and recovery! I can write up a more detailed how to later on if needed but I am at work. :):cool:

Hacker Kernel – https://www.dropbox.com/sh/f63l59j5u…pwPAge82a?dl=0
TWRP by arter97 for MM bootloader – http://arter97.com/browse/S6/kernel/….0.2-0.tar.md5

Need help,root or twrp for Galaxy A9pro(Sm-A9100)

$
0
0

I use galaxy A9pro Sm-A9100.
Cpu: snapdragon 652,ram4gb,android 6.0.1

I want root or install twrp
Everybody can help me
tks show much

Gửi từ PRO 5 của tôi bằng cách sử dụng Tapatalk

[Q][12-4-2016]Huawei p8 twrp maintainer needed

$
0
0

So i was looking for an up to date twrp for Huawei p8 and i couldn’t find one although there is a twrp thread for our device but it’s outdated. It seems the old maintainer of the device isn’t in touch with twrp team any more and they can’t support our device with any new updates. I have no idea on how to compile for our device yet, and i will try to learn but until then. If any of you guys that have a Huawei p8 device and know about linux coding even just a little bit or know how to make a custom rom, please head to twrp website and try to become our maintainer. I will be glad to help in any way but until i know more i am not qualified to become a maintainer yet. Thanks :good:

Installing TWRP after CFAutoRoot?

$
0
0

Hello.

Well I am new to android rooting. I switched over to a Galaxy s6 from apple iPhone.
Ive recently rooted my galaxy (6.0.1 SM-g920p) with CF autoroot. I am attempting to install TWRP recovery, but end up in a bootloop everytime. The error says: RECOVERY IS NOT SEANDROID ENFORCED.
Any tips would be grewtly appreciated.

Regards.

Viewing all 1595 articles
Browse latest View live