Disclaimer
Code:
#include
*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM before flashing it! YOU are choosing to make these
* modifications, and if you point the finger at me for messing up your device,I will laugh at you.
*
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Team Win Recovery Project 2.5, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. Started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It’s a fully touch driven user interface – no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able.
Click to expand...
Click to collapse
Features
-Touch Interface*
-Larger Buttons*
-Faster Bakcup*
-Custom Backup*
-Custom Restore*
-Changeable Timezone Clock*
-Screen Timeout*
-Theme Support*
-File Manager*
-Battery Status*
Click to expand...
Click to collapse
ScreenShots
Click to expand...
Click to collapse
Working
Everything*
Click to expand...
Click to collapse
Known Bug
-screen don't wake after timeout until restart recovery.
Click to expand...
Click to collapse
Flashing instruction
Things Required :
1. Drivers
2. ADB and Fastboot
Rooted Xolo T1000
Procedure :
1. CD to adb path
2. Then type
Code:
adb shell
3. Now
Code:
su
4. then
Code:
reboot bootloader
5. finally hit this command
Code:
fastboot flash recovery recovery.img
XDA:DevDB Information
TeamWinRecovery Project 2.6.0.0 - Xolo Play T1000, a Tool/Utility for the Android General
Contributors
ankur850
Version Information
Status: Stable
Created 2013-10-15
Last Updated 2013-10-15
DOWNLOADS :=
DevHost
SOURCE :=
github.com/ankur850/XOLO_T1000 -b master
github.com/ankur850/Team-Win-Recovery-Project -b twrp2.5
CREDITS :=
Code:
-Teamwin
-Me
-[URL="http://forum.xda-developers.com/member.php?u=4343895"]deepaktom[/URL] aka Deepak Thomas - Recovery Tester
Thank you for this. The timeout bug however made me flash cwm.
Also, I am able to access the entire filesystem over adb in cwm recovery mode but not in twrp. This is very much needed for instance if you want to delete some files using QtAdb or using the adb plugin for Total Commander (prolly a driver issue I suppose)
ankur850 said:
Disclaimer
Code:
#include
*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM before flashing it! YOU are choosing to make these
* modifications, and if you point the finger at me for messing up your device,I will laugh at you.
*
[/SIZE]
Features
ScreenShots
Working
Known Bug
Flashing instruction
Things Required :
1. Drivers
2. ADB and Fastboot
Rooted Xolo T1000
Procedure :
1. CD to adb path
2. Then type
Code:
adb shell
3. Now
Code:
su
4. then
Code:
reboot bootloader
5. finally hit this command
Code:
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
I was stuck at last command "fastboot flash recovery recovery.img"
What I did:
1. Rooted (Sucessfull)
2. Installed ADB and Fastboot to C:\ProgramFiles\
3. Paste recovery.img file to the above folder
4. Followed the instructions and succeeded 1-4 but was stuck at step 5 (It states that <waiting for device>)
What I did wrong please clarify. Where to place this recovery.img file???
pankaj_GB said:
I was stuck at last command "fastboot flash recovery recovery.img"
What I did:
1. Rooted (Sucessfull)
2. Installed ADB and Fastboot to C:\ProgramFiles\
3. Paste recovery.img file to the above folder
4. Followed the instructions and succeeded 1-4 but was stuck at step 5 (It states that <waiting for device>)
What I did wrong please clarify. Where to place this recovery.img file???
Click to expand...
Click to collapse
make sure it is detectable, to do, type "adb devices", your device will be listed if not so install drivers.
And place the recovery where adb.exe located.
ankur850 said:
make sure it is detectable, to do, type "adb devices", your device will be listed if not so install drivers.
And place the recovery where adb.exe located.
Click to expand...
Click to collapse
did the same way but was unsuccessfull, any way used "Recovery Tools - Flasher". It did the trick for me..
Hey While installing TWRP in cmd command exe it shows device not found
what to do plz suggest
Related
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards, thermonuclear war,
* or you getting fired because the alarm app failed. Please do some research
* if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
WARNING : This ROM is a "Work In Progress" : this ROM is experimental, Only tested in xt1021 ,flash it only if you know what you are doing
Downloads
Ubuntu Touch Condor 20-01-2016.tar.xz
How to install
Do not forget to do a NANDROID backup before flashing anything.
You need to use Ubuntu AND a Motorola Moto E (2014) Unlocked
That's only flashable on Ubuntu/Linux because the rootstock software (flashing tool) doesn't exist on Windows OS
Flash on you device,
1. Extract Ubuntu Touch Condor 20-01-2016.tar.xz to a some folder
2. Reboot the device into fastboot mode
3. Flash boot.img and recovery.img using fastboot
Code:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
4. Boot the device back to recovery
5. Wait until adb has started (use "adb devices" to check if it has started)
6. Wipe Data partition with adb shell (recovery dont have option to wipe)
Code:
adb shell
$ mount data
$ cd data
$ rm -rf *
$ exit
7. Flash ubuntu root system and system.img using rootstock installer
Code:
./rootstock-touch-install vivid-preinstalled-touch-armhf.tar.gz system.img --custom device_condor.tar.xz
8. After that it may boot ubuntu.
Click to expand...
Click to collapse
Sources: https://github.com/ElKowak(not updated)
Thanks you
Remember that's a community project
Thanks guys
changelog
20-01-2016 Second Release
updated to ubuntu 15.04
17-12-2015 Initial Release
What is Working :
Wifi (stop working when turn off on network manager)
Mobile Data (tested in xt1021 maybe works on xt1022 too)
Sdcard
Sound (parcially)
Voice call (thanks to @peat_psuwit)
Dual Sim (thanks to @peat_psuwit)
What is Not Working:
Gps
Bluetooth ( not tested)
Bugs:
Some freezes on firstboot
Wifi Workarround
Enable Developer mode on System Settings
Code:
$ adb shell
$ ifconfig wlan0 up
$ service network-manager restart
your tell me
Woah!!!Great job man!
Inviato dal mio Moto E utilizzando Tapatalk
Wooow I've waited a long time for this!!
images
Amazing
Good work thanks
.-.-
awsum
love it!!!!!!!:laugh::laugh::laugh:
hopefully over time it becomes stable
I'm trying to install it but I get this error:
"adding android system image to installation ... simg2img: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory"
any solution
magdeoz said:
I'm trying to install it but I get this error:
"adding android system image to installation ... simg2img: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory"
any solution
Click to expand...
Click to collapse
try this
Code:
$ sudo apt-get install libselinux1
kowakx said:
try this
Code:
$ sudo apt-get install libselinux1
Click to expand...
Click to collapse
archlinux
magdeoz said:
archlinux
Click to expand...
Click to collapse
you can try install libselinux from archlinux aur repository https://aur.archlinux.org/packages/libselinux/
but i don't know if work or you can use a ubuntu in virtual box
kowakx said:
you can try install libselinux from archlinux aur repository https://aur.archlinux.org/packages/libselinux/
but i don't know if work or you can use a ubuntu in virtual box
Click to expand...
Click to collapse
Thanks, I tried
Code:
yaourt -S libselinux
and it worked!
some screenshots
After nearly a day installed, from one moment to another the wifi stopped working, reboot several times and simply not detected any network.
In everything else I loved it!!
waiting for a new build
magdeoz said:
After nearly a day installed, from one moment to another the wifi stopped working, reboot several times and simply not detected any network.
In everything else I loved it!!
waiting for a new build
Click to expand...
Click to collapse
enable development mode on about this phone and use this command on adb shell
Code:
$ ifconfig wlan0 up
$ service network-manager restart
ubuntu
@ developer can u port it for our moto g2 titan .... plzz I can help with testing
It's a humble request please maintain this rom........whenever u get time don't just make it outdated.......bcause lot of condor users are waiting for it.........thanx for the work.....
now im working in call sound and in update ubuntu touch version to 15.04 (14.09/14.10 is not supported anymore)
when 15.04 runs smooth than 14.09 i will upload a new build
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Note: Not tested with encrypted data! Backups also corrupt sometimes. I have no idea why. Also happens on CWM.
Downloads:
* Raw image
* Stock recovery
Booting to the recovery:
* Turn the phone off.
* Hold <Vol Up> + <Power> for about 5 seconds. (You have to hold them or it will just boot up normally..)
Installation:
* Install adb and fastboot on your PC.
* Download the image.
* Reboot your phone to the fastboot-mode. ("adb reboot bootloader" or from the recovery)
* Type "fastboot erase cache" to format the cache partition. It can cause some problems, if it isn't erased.
* Type "fastboot boot recovery.img" to test if it works.
* Type "fastboot flash recovery recovery.img" to actually flash it.
* Type "fastboot reboot" to exit the fastboot-mode.
Unlocking the bootloader:
* Note: Unlocking the bootloader WILL format your data!
* Go to Settings -> Developer options and enable "OEM unlocking".
* Reboot your phone to the fastboot-mode. ("adb reboot bootloader" or from the recovery)
* Type "fastboot oem unlock".
* If it doesn't work, try "fastboot oem unlock-go".
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Changelog:
Code:
02/January/2016:
* Initial release.
Bugs:
Corrupted backups:
Sometimes backups get corrupted for some reason.
If you find any bugs, please report them to this thread.
Sources:
* Device tree
* Kernel
XDA:DevDB Information
[RECOVERY] [Y560-L01] CWM-Based Recovery 6.0.5.1 for Huawei Y5, Tool/Utility for all devices (see above for details)
Contributors
Nikiz
Source Code: https://github.com/TheNikiz/android_device_huawei_y560/tree/cwm
Version Information
Status: Testing
Created 2016-01-02
Last Updated 2016-01-02
Thanks , worked for huawei y560 (L02 and L03 models) ?
Hello Nikiz
I am Developer basic.
I have Huawei y6,
i will compile TWRP.
Good work
How do I get into fast boot?
Nikiz said:
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Note: Not tested with encrypted data! Backups also corrupt sometimes. I have no idea why. Also happens on CWM.
Downloads:
* Raw image
* Stock recovery
Booting to the recovery:
* Turn the phone off.
* Hold <Vol Up> + <Power> for about 5 seconds. (You have to hold them or it will just boot up normally..)
Installation:
* Install adb and fastboot on your PC.
* Download the image.
* Reboot your phone to the fastboot-mode. ("adb reboot bootloader" or from the recovery)
* Type "fastboot erase cache" to format the cache partition. It can cause some problems, if it isn't erased.
* Type "fastboot boot recovery.img" to test if it works.
* Type "fastboot flash recovery recovery.img" to actually flash it.
* Type "fastboot reboot" to exit the fastboot-mode.
Unlocking the bootloader:
* Note: Unlocking the bootloader WILL format your data!
* Go to Settings -> Developer options and enable "OEM unlocking".
* Reboot your phone to the fastboot-mode. ("adb reboot bootloader" or from the recovery)
* Type "fastboot oem unlock".
* If it doesn't work, try "fastboot oem unlock-go".
Screenshot:
Changelog:
Code:
02/January/2016:
* Initial release.
Bugs:
Corrupted backups:
Sometimes backups get corrupted for some reason.
If you find any bugs, please report them to this thread.
Sources:
* Device tree
* Kernel
XDA:DevDB Information
[RECOVERY] [Y560-L01] CWM-Based Recovery 6.0.5.1 for Huawei Y5, Tool/Utility for all devices (see above for details)
Contributors
Nikiz
Source Code: https://github.com/TheNikiz/android_device_huawei_y560/tree/cwm
Version Information
Status: Testing
Created 2016-01-02
Last Updated 2016-01-02
Click to expand...
Click to collapse
Hi,
I tried the command "adb reboot bootloader" in the command prompt with admin rights. I get the following message back: "error: closed".
My device appears as a host under the list of devices attached. The only thing I can start on my phone is the oem recovery. Then I select Apply update from ADB.
Grtz
twanajester23 said:
Hi,
I tried the command "adb reboot bootloader" in the command prompt with admin rights. I get the following message back: "error: closed".
My device appears as a host under the list of devices attached. The only thing I can start on my phone is the oem recovery. Then I select Apply update from ADB.
Grtz
Click to expand...
Click to collapse
Not sure why it doesn't work. Have you updated the device to the latest firmware? Maybe Huawei changed something..
Try to go to Settings -> Developer options and check "OEM unlocking" and try again.
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
Tested Safely on following devices.
Phicomm E653
Why use TWRP ? Why not just use some rooted firmware which keeps my warranty safe?
TWRP is a custom recovery. Thus, it has many more features than stock recovery, such as making full NAND backups, flashing zips through recovery, ADB sideload, and more! Plus, if something goes wrong while flashing something, you can always restore from a backup using TWRP, meaning you're much safer when flashing new ROM's, etc!
Instructions
Follow the instructions carefully.
[*] Download img and flash it from your old twrp or flash it with flashify/rasher app.
[*] Reboot recovery and enjoy
If fails try adb
* Type commands without (#)
#fastboot devices
*now u will see ur devices connected, if not then try to reinstall adb fastboot drivers & continue the steps again
#fastboot oem unlock
*ur bootloader will be unlocked
#fastboot format userdata
*ur device will be reset to factory mode, now remove data cable, power on the device & once again enable usb debugging and oem unlock, now again connect device to fastboot mode (well, i already mentioned u how to connect fastboot mode, right!!)
#fastboot devices
*to check if device connected or not
#fastboot flash recovery twrp.img
*twrp will flashed to ur device successfully
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Downloads:
Img file
Credits:
Contributors
androidlover5842
@TwrpBuilder
XDA:DevDB Information
[RECOVERY][Twrp][Phicomm E653] TeamWin Recovery Project 3.2.1-0 Touch Recovery (see above for details)
Contributors
TwrpBuilder
Source Code: [url]https://github.com/TwrpBuilder/android_device_PHICOMM_ARK[/URL]
Version Information
Status:Stable
Stable Release Date: 2018-02-17
Created 2018-02-17
Last Updated 2018-02-17
Click to expand...
Click to collapse
good: @TwrpBuilder @androidlover5842
Its awesome till now
Re
Stock flashable rom is here
http://www.mediafire.com/file/yyn28ey9w48bvtc
its stable
after every thing checked
cm12 rom is here
Click to expand...
Click to collapse
http://www.mediafire.com/file/ou3r5c4hwbxuc9n/cm-12.1-e653#5.zip
We are working on cm13
Cm12 is stable Now
Crash fix Patch
Cm13 testing is here
https://forum.xda-developers.com/an...ogenmod-13-t3761606/post75845799#post75845799
Bliss MM Beta is here
https://forum.xda-developers.com/android/software-hacking/port-bliss-rom-t3780627
Want stable help us on telegram
rony raj said:
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
Tested Safely on following devices.
Phicomm E653
Why use TWRP ? Why not just use some rooted firmware which keeps my warranty safe?
TWRP is a custom recovery. Thus, it has many more features than stock recovery, such as making full NAND backups, flashing zips through recovery, ADB sideload, and more! Plus, if something goes wrong while flashing something, you can always restore from a backup using TWRP, meaning you're much safer when flashing new ROM's, etc!
Instructions
Follow the instructions carefully.
[*] Download img and flash it from your old twrp or flash it with flashify/rasher app.
[*] Reboot recovery and enjoy
Screenshots
View attachment 4422332
View attachment 4422333
View attachment 4422334
View attachment 4422335
Downloads:
Img file
Credits:
Contributors
androidlover5842
@TwrpBuilder
XDA:DevDB Information
[RECOVERY][Twrp][Phicomm E653] TeamWin Recovery Project 3.2.1-0 Touch Recovery (see above for details)
Contributors
TwrpBuilder
Source Code: https://github.com/TwrpBuilder/android_device_PHICOMM_ARK
Version Information
Status:Stable
Stable Release Date: 2018-02-17
Created 2018-02-17
Last Updated 2018-02-17
Click to expand...
Click to collapse
Thank you for this wonderful recovery @androidlover5842
Please try to port custom roms for this device
Sent from my PHICOMM E653 using Tapatalk
Click to expand...
Click to collapse
guide for fix crash apps in stock rom
install twrp recovery
https://forum.xda-developers.com/android/general/recovery-phicomm-e653-t3750807
install xposed
https://forum.xda-developers.com/showthread.php?t=3034811
install google android webview
https://play.google.com/store/apps/...iew&pcampaignid=APPU_1_70uaW8DqNc328AWVqbq4Cg
mirror
https://www.apkmirror.com/apk/google-inc/android-system-webview/
install this module
http://repo.xposed.info/module/net.typeblog.webview
enable this module in xposed and reboot
crash problem solved in stock
thanks to
@doctor_strange1999
@rony raj
I tried your cm 12.1 but the device getting switched off and goes into bootloop when I installed some apps like greenify.
Can you please provide me the solution.
Miui 9 beta 1 rom for Phicomm E653
Bugs:- External Speakers only
links:- http://en.miui.com/forum.php?mod=viewthread&tid=2116342&highlight=phicomm
Direct link:- http://www.mediafire.com/file/dm8xt29dv6lg6yi/miui_9_e653_b1.zip/file
Fixed Random restart and all apps crash while installing Apps on android 5.1.1
doctor_strange1999 said:
@rony raj
I tried your cm 12.1 but the device getting switched off and goes into bootloop when I installed some apps like greenify.
Can you please provide me the solution.
Click to expand...
Click to collapse
cm12.1 is finally stable now
now the device will not getting switched off and goes into bootloop when you installed some apps like greenify and whatsapp
enjoy and thanks @mintyLeaf
download from attachments
multi user mode cm12
multi user mode for cm12 for e653
code:-
fw.show_multiuserui=1
fw.max_users=5
with flashable zip is here
IOS look cm12.1 e653 Lite
Tested on cm12.1 E653
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
This is a TWRP 3.5.1_10-0 Recovery for the Helios P60 based Atom XL (Atom_XL), a rugged Android phone released by Unihertz in July 2020.
DO NOT USE IT FOR THE ATOM L!
Just head over to the thread for the Atom L to get the correct variant of this Recovery from there.
Team Win Recovery Project, or twrp 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.
Not Working
MTP
Data decryption (partially)
Sideload (maybe because of partially decryption)
You tell me
How to install
1. Unlocking
Boot your Atom XL to the official OS.
Go to `Settings > About phone`, tap `build number` several times to enable developer settings.
Go to `Settings > System > Developer Settings`, enable `OEM unlocking` and `ADB debugging`.
Connect your phone to your PC and open a terminal or a command line window.
Run `adb reboot bootloader` on your PC (there is no way to enter bootloader directly, only possible through adb).
Run `fastboot flashing unlock` and comfirm unlock on device (THIS WILL WIPE ALL DATA!).
Run `fastboot reboot` to reboot your device and now you should see an unlocked warning during boot screen.
2. Disabeling AVB (Android Verified Boot)
Download 'vbmeta.img' from the latest LineageOS release (link provided further down).
Connect your phone to your PC and open a terminal or a command line window.
Run `adb reboot bootloader` on your PC to put your device in bootloader mode.
Run `fastboot flash --disable-verification --disable-verity vbmeta vbmeta.img`.
Run `fastboot flash --disable-verification --disable-verity vbmeta_system vbmeta.img`.
Run `fastboot flash --disable-verification --disable-verity vbmeta_vendor vbmeta.img`.
3. Installing TWRP recovery
Download `recovery.img` from the latest release (link provided further down).
Connect your phone to your PC and open a terminal or a command line window.
Run `adb reboot bootloader` on your PC to put your device in bootloader mode.
Run `fastboot flash recovery recovery.img`.
Run `fastboot reboot` and after the screen goes dark press volume up until you see the TWRP logo.
Now you need to install a new ROM because booting into stock ROM will replace TWRP with the stock recovery.
How to update
Download `recovery.img` from the latest release (link provided further down).
Connect your phone to your PC and open a terminal or a command line window.
Transfer using adb:
Run `adb reboot recovery` on your PC or simply hold volume up while turning power on to boot your device into the recovery.
Wait for TWRP to boot.
Run `adb push recovery.img /external_sd`.
Transfer using mtp: (currently not working in TWRP)
Transfer `recovery.img` from your PC to your devices SD card.
Run `adb reboot recovery` on your PC or simply hold volume up while turning power on to boot your device into the recovery.
Wait for TWRP to boot.
In TWRP select `Install`.
Use `Select Storage` to switch to your SD card.
Use `Install Image` to switch to image installation mode.
Select `recovery.img` from the list.
Select `Recovery` partition.
Swipe the slider on the bottom to the right to confirm.
Links
LineageOS
Releases
Device tree
Bug reporting
Spoiler: Changelog
2021-03-11
* Version bump to TWRP 3.5.1
* Decryption is working now (with the exception of the user scope like /data/media/0 & others)
2021-02-18
* trustkernel daemon (teed) is working now, decryption still doesn't work
* adb is working now without the need to deactivate mtp
2021-01-15
* Timezone set to europe by default
* Vibration is back (but turned down)
2021-01-14
* Sideload is working
* Install zip/img is working
* Data decryption is not working
* MTP is not working
* ADB is working (MTP needs to be disabled)
Help from other developers is certainly welcome. Currently only myself is working on this Recovery.
Credit and Thanks
TWRP team
@PeterCxy for starting the work on the Atom L
Enjoy!
XDA:DevDB Information
TWRP 3.5.1_10-0 for Unihertz Atom XL, ROM for the Android General
Contributors
a-dead-trousers
Source Code: https://github.com/ADeadTrousers/twrp_device_Unihertz_Atom_XL
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
Based On: TWRP
Version Information
Status: Alpha
Created 2021-01-15
Last Updated 2021-03-22
Thanks for posting! Request including steps for disabling AVB as it is required on preventing bootloops on the Atom XL:
Download 'vbmeta.img' from the latest release (link provided further down).
Connect your phone to your PC and open a terminal or a command line window.
Run `adb reboot bootloader` on your PC to put your device in bootloader mode.
Run `fastboot flash --disable-verification --disable-verity vbmeta vbmeta.img`.
Run `fastboot flash --disable-verification --disable-verity vbmeta_system vbmeta.img`.
Run `fastboot flash --disable-verification --disable-verity vbmeta_vendor vbmeta.img`.
FourSilver said:
Thanks for posting! Request including steps for disabling AVB as it is required on preventing bootloops on the Atom XL
Click to expand...
Click to collapse
Thanks for the Info, but currently on TWRP I don't get a VBMETA file built.
I would have to use the one from LineageOS and I don't know how well this works later on other ROMs. I plan to get AVB setup without the need of "disableing" it.
So I will have to consider if I include it in the "official" installation guide. For now your hint is as good (being the first and so on).
Thread closure requested because of merge with Atom L Thread (this one is the "shorter" one)
Head on over to
[RECOVERY][11.0][UNOFFICIAL] TWRP 3.7.0_11-0 for Unihertz Atom L and XL [Alpha] [2023-04-16]
* Your warranty is now void. * * I am not responsible for bricked devices, dead SD cards, * thermonuclear war, or you getting fired because the alarm app failed. Please * do some research if you have any concerns about features included in this...
forum.xda-developers.com
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DISCLAIMER:
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
Click to expand...
Click to collapse
INTRODUCTION:
Spoiler
Team Win Recovery Project (TWRP) is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface that allows users to install third-party firmware and back up the current system which are functions often unsupported by stock recovery images. It is, therefore, often installed when flashing, installing or rooting Android devices, although it isn't dependent on a device being rooted to be installed.
Read more about TWRP here.
FEATURES:
Spoiler
All Normal TWRP Functions
Added Latest LOS Kernel 3.10.108
Added Unmount System
Synced With latest Sources
Fixed Battery Indicator
Added LED Support
Option To Backup EFS
Fixed Reboot Option!
And Many More!
BUGS:
Spoiler
None
INSTALLATION:
Spoiler
1. With PC (Recommended) :
Copy the downloaded recovery to adb folder
press and hold shift key and right click anywher on the file explorer screen
open cmd from the context menu
then make sure you rename the downloaded recovery to recovery.img
now put the phone in fastboot mode by holding the power+vol up until you see the green screen
type
Code:
fastboot devices
you will see your phone connected
Now to install type
Code:
fastboot flash recovery recovery.img
now to reboot type
Code:
fastboot reboot
after phone starts to go into recovery type
Code:
adb reboot recovery
the twrp is ready!
2. Without PC :
Open your existing recovery
navigate to the downloaded recovery file
select 'install image' option
select the recovery image and swipe to install for recovery
now reboot the recovery
And you will also see the magic
SCREENSHOTS:
Spoiler
You Guys Upload
DOWNLOADS:
Spoiler
Download From Android File Host
Download From Mega
SOURCE:
Spoiler
Kernel Trees: Here
Recovery: TeamWin
TWRP Device: wind3
CREDITS:
Spoiler
TeamWin
And Everyone
Version Info: v3.5.2
Status: Stable
Architecture: arm64
Release: Final
Reserved!