[RECOVERY][A002] TWRP touch recovery [UNOFFICIAL] - Asus ZenFone AR ROMs, Kernels, Recoveries, & Other

Code:
*** Disclaimer ***
All flashing is done at your own risk!
While nothing from this thread should break your device,
don't come back here blaming anyone if it does!
Introduction:
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.
Images:
{
"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"
}
Installation Instructions:
Fastboot Install Method:
You will need the platform-tools from the Android SDK on your computer. Find the Android command line tools section on the page linked and install the SDK tools package. From the SDK Manager, download only the platform-tools to get adb and fastboot binaries.
Windows users will need proper drivers installed on their computer. You can try the Naked ADB drivers or the Universal ADB drivers if you don't already have a working driver installed
On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type:
Code:
adb reboot bootloader
You should now be in fastboot mode.
Download the correct image file and copy the file into the same folder as your adb and fastboot binaries. Rename the image to twrp.img and type:
Code:
fastboot flash recovery twrp.img
Code:
fastboot reboot
Device Changelog:
Current version: 3.2.1-0_CPTB-20180323-03
-Initial Testrelease
TWRP Official Changelog:
Current version: 3.2.1
Code:
minui fixes (cryptomilk)
Better android-8.0 compatibility in ROM trees (Dees_Troy)
Fix missing library in android-8.0 (nkk71)
Fix inconsistent SDCard naming (DevUt)
Default to TWRP restore instead of adb backup restore to fix restore on fresh TWRP boot (jlask)
Download:
3.2.1-0_CPTB-20180323-03 (Unofficial Testversion)
Compatibility:
This recovery is compatible with WW Model ZS571KL (A002)
FAQ - Post #2
Known Issues:
Encrypted backups are broken - DO NOT USE THIS FEATURE!!
Source:
https://github.com/CaptainThrowback/android_device_asus_ASUS_A002
Contrubutors:
Captain_Throwback, nkk71, Dees_Troy, HD2Owner
Version Information:
Status: Testversion
Current Stable Version: -
Stable Release Date: -
Current Beta Version: 3.2.1-0_CPTB-20180323-03
Beta Release Date: 2018-03-23
Created 2018-03-23
Last Updated 2018-03-23

reserved post

You have supported model zs571kl or is this for model vs570kl?
Sent from my LEX720 using xda premium

once i install twrp then just root like normal flashing supersu or magisk etc??

for those who are wondering
I installed the bootloader unlock apk and went well
Then installed this twrp recovery and went fine
Whilest inside TWRP I MTPd over magisk 16.2 and installed it and it went fine
Rebooted system and it worked fine.
all apps work and none of my tango or ar core apps were effected that i can see all work.
root apps work everything works.
I have the unlocked A002 version thanks to the op who made this recovery or wherever it came from i have been waiting for this and everything works fine

So the only question is :
Will it work without installing Unlock.apk from ASUS? So I could proceed with a usual process of rooting ( twrp > supersu > magisk ) ?

vital21 said:
So the only question is :
Will it work without installing Unlock.apk from ASUS? So I could proceed with a usual process of rooting ( twrp > supersu > magisk ) ?
Click to expand...
Click to collapse
You will have to unlock for this to work.
Sent from my LEX720 using xda premium

mchlbenner said:
You have supported model zs571kl or is this for model vs570kl?
Sent from my LEX720 using xda premium
Click to expand...
Click to collapse
570KL is the Verizon version, I doubt it works since you cannot, to my knowledge, unlock it

ya you have to use the unlock apk which to my surprise went off without any issues and its idiot proofed pretty well.this phone is optimized obviously differently than any other snapdragon 820\821 ive ever used. its the smoothest experience still today.... my point is i dont think i would want to upgrade to Oreo on this particular phone because the smooth experience is second to only my pixel 2 xl but not by much i cant get it to lag its perfect. makes you wonder why lg devices and others with the same chip set are so slow and unusable... take animations out of the equation and its ridiculously fast. I guess what i was getting at is they say you can't upgrade when you unlock the boot-loader with that apk and thats fine with me for this phone only.

also
apparently this phone when upgraded to Oreo tango will be removed i have been told. so ya i will be staying on android N .

Hello, thanks I flashed successfully the recovery but when I ran it it gone to the stuck dead android (no command). Why that?

Related

[AIO][ROOT][MODS] All-in-one thread for the Starmobile Up Prime

Starmobile Up Prime
{
"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"
}
SOME INFO:
MT6737/M (they seem to be the same thing)
Antutu Score: 30052 [source]
As of Jan 6 2018, latest official firmware is v13 06292017.
A. Root
Disclaimer: YOU ARE DOING THIS AT YOUR OWN RISK. I will not assume any responsibility for your own actions on your phone. Follow the instructions carefully, and ask questions if you're unsure.
Tested way: Magisk Manager patched boot method
Other option: SRS Root reports to root the v12 firmware, though I didn't use this method so I don't know if it works.
Magisk Manager Patched Boot Method
1. Unlock your bootloader (Note: this will factory reset your phone and you will lose all your personal data) To do this:
Enable bootloader unlock inside developer options, accessed by pressing build number 7 times in settings. Thanks @Nao Tomori !
Install adb and fastboot on a computer (Search it, it's available)
Reboot to fastboot mode (Switch off phone, press power and volume up simultaneously. Choose fastboot mode from the menu that appears)
Connect to computer by USB Cable provided
Open a command prompt or terminal and check if fastboot detects your device by typing
Code:
fastboot devices
A device number should appear. If nothing appears, it's a most likely driver problem. Click this button to know more.
Linux doesn't need drivers so try using fastboot in linux. If you really want to do it in windows, try PDANET drivers while connected in fastboot mode. No guarantees. I'm using a linux machine to specifically avoid this hassle
​
We're now gonna unlock your bootloader. Type
Code:
fastboot oem unlock
and confirm unlock by clicking volume up on your phone.
Reboot and go through all the necessary set-up.​2. Download Magisk Manager from here and install the APK.
Make sure you download the latest apk version provided.
Note it says that Magisk itself is not yet installed.
We've only installed the helper app.
3. Flash Patched Boot Image
At this point you have two options: extract and patch your own boot image, or just use my patched boot image. I will assume you pick the second but this REQUIRES that you are on the same v13 06292017 official firmware. PM me if you want to do the first one. Download my patched boot image.
Download​
Move the file to a known location that's easy to type (home directory or C Drive)
Reboot to fastboot mode, same as before
Flash with fastboot then reboot
Code:
fastboot flash boot /path/to/patched_boot.img
Code:
fastboot reboot
​CONGRATS! Magisk should now be installed and along with it, Magisk's Superuser
Press thanks if it helped you! And/or leave feedback if it worked for you, and if your setup differed from mine. Thanks
MODS
B. Mods
1. Xposed Framework (systemless)
Install Xposed framework from within Magisk. Install API24.
Then reboot. This first boot takes really long. I pulled out my battery once, then the next time it successfully booted after a while.
Install topjohnwu's Xposed apk from his systemless Xposed thread.
It will tell you that Xposed is installed but not active yet.
Reboot one last time
2. Dolby Atmos (systemless)
Install from within Magisk. Confirmed working!
RECOVERY
Reserved
If you get fail operation
If you get
Code:
FAILED (remote:
Unlock operation is not allowed
)
Just go to Developer Settings > OEM Unlocking and enable it.
I used PDAnet for Windows and it worked
Nao Tomori said:
If you get
Code:
FAILED (remote:
Unlock operation is not allowed
)
Just go to Developer Settings > OEM Unlocking and enable it.
I used PDAnet for Windows and it worked
Click to expand...
Click to collapse
Oh yes, I forgot about that! Thanks. Will add and credit you
hi there bro. i just want to know, is there a custom rom that we can use for this phone? i have the same exact phone but i cannot find any articles about any other custom roms that has been used on this phone. hoping to hear from you. thanks.
And another thing, can we use TWRP for this phone?
Hello. Is there anyone here who has a clean stock rom for Starmobile UP Prime? The phone keeps popping up ads and redirecting to chrome/google play. Contact names sometimes disappear too. I ran the malwarebytes app and it said that "Settings" app is the malware. I downloaded and flashed another rom before (I forgot from what website), but same experience. Hoping for helpful response.

[ROM][11.0] Yet another AOSP project | Android 11 [UNOFFICAL] [BETA]

{
"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"
}
YAAP is a project founded by Adhitya Mohan (@poad42) and Ido Ben-Hur (@idoybh) with the goal of staying close to AOSP in design goals, offer a clean interface, do as much as original development as possible and avoid becoming a kitchen sink and cherry picked mess.
Bug reporting:
DO NOT Report bugs if you're running a custom kernel or you installed Xposed
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab dmesg . (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues.
Built from latest Android 11 source
Service
Text
Data
Call
VoLTE/WiFI Calling/IMS/5G]
Audio
WiFi
Google Now
Bluetooth
GPS
MMS
Video playback
Audio playback
Camera
Video recording
NFC
Standalone 5G
??? You tell me
Unlock Warning:
By unlocking a OnePlus phone, you can loose permanent functionality in fingerprint scanner and OTAs for Stock ROMS if improper steps are taken.
Please see 2rd post for backup instructions BEFORE flashing this or ANY custom ROMs
Join our Telegram Chat for added support
PAY ATTENTION!! DIFFERENT THEN MOST DEVICES! CURRENTLY TWRP DOESNT SUPPORT OUR DEVICE SO FASTBOOT MUST BE USED INSTEAD! GAPPS IS ALSO INCLUDED IN THE BUILD DUE TO SAME LACK OF TWRP!
(if you are comfortable with fastboot just run the following commands from fastbootd, if you are unsure of the procedure please read on IT IS DIFFERENT THEN TWRP!
Code:
(boot to bootloader)
fastboot reboot fastboot
fastboot -w
fastboot update <filemane>.zip
Boot to bootloader
from terminal/command prompt: fastboot reboot fastboot
(Don't forget the above step! This will bring us into fastbootd mode. Regular bootloader/fastboot doesn't have access to all needed partitions for flashing. You will see 'partition not found' errors)
Note: In order to access fastbootd mode, we must have stock recovery flashed until TWRP is fixed
if you are coming from a different rom wipe userdata by typing fastboot -w
now type fastboot update filename.zip where filename is the name of the downloaded zip. (e.g, <filemane>.zip)
Any and all users in this thread who contributed or will contribute to making this ROM as stable as possible
AOSP Devs
@mjevange
@omariscal1019
@OC'D
Me
Not expected by any means but always brings a smile to my face when I see it, If anyone wants to Paypal me a couple bucks my way it would really help cuver all the coffee and smokes i go through debugging stuff haha
Thanks and happy flashing!
[*] See Post 3
[*] See Post 3
ROM OS Version: Android 11
XDA:DevDB Information
Yet Another AOSP Project, ROM for the OnePlus 7TPro McLaren
Contributors
OmkarTheAndroid, poad42, idoybh
Source Code: https://github.com/yaap
ROM OS Version: Android 11
ROM Kernel: Linux 4.14.x
ROM Firmware Required: OOS 10.0.39
Based On: AOSP
Version Information
Status: Beta
Created 2020-12-14
Last Updated 2020-12-14
[/QUOTE]
Unlock Warning:
- This matters only if you ever want to revert to OnePlus ROMs or a fully stock phone
- Choose a method below to get backups BEFORE unlocking to prevent this
- persist.img and reserve.img are most important, but get full dump/backup to be safe
- If you need help, join our Telegram Chat
Getting your phone into EDL mode
Code:
- While holding {Vol+} & {Vol-}, insert USB
- Your screen will remain blank, you will immediately be in EDL mode
- You will have 10 seconds to interact with EDL mode, or the phone will restart into Charging mode
- If an EDL mode interaction fails, you will need to first reboot into fastboot by holding {Vol+} & {Vol-} & {Power} for 10 seconds
MSM Readback (Windows Only)
Download Tool
Grab any MSM Tool version
Obtain Backup
- Launch tool
- Select Target 'TMO'
- Press F8 (password is 'oneplus')
- Select Partitions & Hit OK
(persist.img and reserve.img are very important, but can't hurt to have a copy of everything, use Ctrl-A to select all)
- Put phone in EDL mode (SEE NOTE)
- Enumerate device
- Click Readback & Wait
EDL Tool Backup (Linux Only)
Obtain the tool
Use GIT:
Code:
~$ git clone [email protected]:bkerler/edl.git
—or—
Download ZIP: https://github.com/bkerler/edl/archive/master.zip
Prep
Use the included README for required packages / setup
Pay attention to UDEV rules, python, and pip
Backup
In the edl folder:
- Create folder named dumps
- Put phone in EDL mode (SEE NOTE)
- Use edl.py:
Code:
~$ ./edl.py rl dumps/ --memory=ufs --genxml --skip=userdata
Dec 14
* Initial Release
[ROM]: YAAP-11-HOMEMADE-hotdogg-20201214+GAPPS_fastboot.zip
Gapps: TEMP INCLUDED WITH ROM IMG UNTIL ITS FLASHABLE VIA CUSTOM RECOVERY
[Download Archive]: All ROMs
https://github.com/yaap
https://github.com/Team-Hydra/android_device_oneplus_sm8150-common
https://github.com/Team-Hydra/android_device_oneplus_hotdogg
https://github.com/Team-Hydra/android_kernel_oneplus_sm8150
https://github.com/Team-Hydra/proprietary_vendor_oneplus
post 3
Provide screenshot , man !!
Looks awesome. Im wondering if it would work on the Sprint OnePlus 7 Pro 5G
Jbonn765 said:
Looks awesome. Im wondering if it would work on the Sprint OnePlus 7 Pro 5G
Click to expand...
Click to collapse
None of the 7T Pro 5G McLaren ROMs will work on Sprint 7 Pro 5G

Development [RECOVERY][UNOFFICIAL] TWRP 3.5.2 for Moto Edge S

{
"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 (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, functions often unsupported by stock recovery images. It is, therefore, often installed when rooting Android devices, although it isn't dependent on a device being rooted to be installed.
Compatible with Lineage Modded 18.1 only!
Instructions
1. Download TWRP image
2. fastboot boot twrp-3.5.2_11.0-2-nio.img
3. Enter Passcode if you have to decrypt /sdcard
4. adb push twrp-3.5.2_11.0-2-nio.img /sdcard
5. Click Backup -> Only Select Boot and Swipe to Backup
6. Go back to Main Menu, -> Advanced -> Install Recovery Ramdisk
7. Find and Select twrp-3.5.2_11.0-2-nio.img -> Swipe to Install
8. Done! If any issues, restore the backup made before.
Downloads
https://build.lolinet.com/file/twrp/nio/twrp-3.5.2_11.0-2-nio.img
Donations
https://paypal.me/electimon
Contributors
@Electimon, betaxab
Version Information
SourceCode: https://github.com/ixmoe/android_device_motorola_nio_twrp/tree/twrp-11.0
Version Information
Status: Stable
Release Date: July-9-2021
Last Updated: July-9-2021
That's great! Waiting for the fixes and the TWRP Installer.
Nice work Dev ! I will test with Lineage Modded later today , thanks a lot .
Lineage modded is not distributed as an OTA package.
Everything working so far with LOS Modded on The G100 Model. Thanks dev !
Will there be a version compatible with stock ROM?
gewe said:
Will there be a version compatible with stock ROM?
Click to expand...
Click to collapse
When I figure out how todo it yes
Electimon said:
When I figure out how todo it yes
Click to expand...
Click to collapse
Is recovery somehow tied to the ROM? I thought recovery can be anything regardless of what the ROM is, as long as bootloader is unlocked.
Tried while stock rom was installed. Its fine when booted from fastboot. But if installed, touchscreen doesn't work.
Will try on lineage modded and see.
Edit: it works with a mouse. So touchscreen doesn't work, yet to try on lineage modded.
can't start adb sideload mode .
failed reason unkown.
lsusb shows no device presented while enter the sideload mode.
i flashed it directly, like this:
Code:
fastboot flash boot twrp-3.5.2_11.0-2-nio.img
is this ok ?
Hello,
What's going on with TWRP? twrp-3.5.2_11.0-3-nio.img just flashes and won't work and twrp-3.5.2_11.0-2-nio.img isn't booting on my G100 any ideas?
Thanks
Hello,
Finally was able to get this installed on my Moto G100 but it's essentially useless. I can't access the internal flash on the unit from Windows in MTP mode after formatting flash to wipe so I can install lineageOS and Gapps. Essentially have to get LOSrecovery installed and then do sideload because I can't do what I need to with this. The newer version just flashes the screen. Are we going to get one that actually works?
Thanks!
marcusah123 said:
Hello,
Finally was able to get this installed on my Moto G100 but it's essentially useless. I can't access the internal flash on the unit from Windows in MTP mode after formatting flash to wipe so I can install lineageOS and Gapps. Essentially have to get LOSrecovery installed and then do sideload because I can't do what I need to with this. The newer version just flashes the screen. Are we going to get one that actually works?
Thanks!
Click to expand...
Click to collapse
Yes I have a beta version that has that functionaility working already, just working on slot switching bugs.
Hello,
Awesome!!!! Cannot wait to give it a go. You're doing great work and I hope to use this along with LineageOS and have this as my new phone to use!! WOOOHOO!
Thanks and sorry if I came across as rude!
Additionally I can't sideload gapps as it says there isn't enough room... uhg these two slot phones essentially suck a lot... the DooGee S95 Pro I have is so much simpler!
ETA? Oh yea sorry don't ask for ETAs ever!
Oh I just hope it's soon so I can start using the phone. Do you need some bug spray?
Anyhow I'll use whatever version you have A/B switching aside because you can switch from A to B easily with fastboot, while you work out the last bugs.
Thanks and appreciate your work.
And then I ask for an update!
Any updates or development of this?
funciona para moto g 100?
Hi

[RECOVERY] [UNOFFICIAL] [TWRP] OnePlus 7T [OOS12]

{
"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"
}
Introduction:
Team Win Recovery Project or TWRP for short, is a custom recovery built with ease of use and customization in mind. We 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. You can change just about every aspect of the look and feel.
Key Features:
Touchscreen driven with real buttons and drag-to-scroll
XML-based GUI that allows full customization of the layout true theming!
Settings are saved to the sdcard and persist through reboots
Ability to choose which partitions to back up and which to restore
Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
Onscreen keyboard
Easy selection of internal/external storage
In addition to the above new features, TWRP features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe, and run a backup.
We are looking for other talented developers, themers, and device maintainers if they are interested in helping with a free, open-source project.
Source Code:
GitHub - https://github.com/TeamWin/android_bootable_recovery
Gerrit Instance - http://gerrit.twrp.me
Device Tree: https://github.com/rabilgic/twrp_device_oneplus_hotdogb
Device Kernel: https://github.com/OnePlusOSS/android_kernel_oneplus_sm8150
Download:
https://sourceforge.net/projects/twrp-for-oneplus-7t/files/OnePlus7T/
To test it:
fastboot boot <recovery>.img
Installation:
fastboot flash recovery <recovery>.img
OR
use the installation zips.
Notes:
This TWRP is Oneplus 7T with decryption working for OOS12.
Credits:
Lossyx for original trees.
DarthJabba9 original trees.
mauronofrio for original trees.
OrangeFox team for amazing work.
TWRP team and everyone involved for their amazing work.
question, twrp what version can i use to flash rom from android 10.what i have found out, is that the 1907 so called unlocked rebranded device wer so called unlocked to other carriers but still have some t-mobile stuff and that you have to go back to android 10 afte doing eh global conversion to flash anything rom related.
mrk2815 said:
question, twrp what version can i use to flash rom from android 10.what i have found out, is that the 1907 so called unlocked rebranded device wer so called unlocked to other carriers but still have some t-mobile stuff and that you have to go back to android 10 afte doing eh global conversion to flash anything rom related.
Click to expand...
Click to collapse
twrp.me fbe version
Not working for me adb sideloaded and tried both versions and neither would boot in to recovery
tried : twrp-3.7.0_12-1-oos12-fbe-hotdogb.img and OrangeFox-R12.1_OOS12-Unofficial-hotdogb.zip
both installed perfectly no errors but reboot to recovery phone reboots to start screen showing device unlocked etc.
leezaal said:
Not working for me adb sideloaded and tried both versions and neither would boot in to recovery
tried : twrp-3.7.0_12-1-oos12-fbe-hotdogb.img and OrangeFox-R12.1_OOS12-Unofficial-hotdogb.zip
both installed perfectly no errors but reboot to recovery phone reboots to start screen showing device unlocked etc.
Click to expand...
Click to collapse
Installed using "fastboot flash recovery recovery.img" ?
Perfect for my oos12 hd1907 (converted to global using Suberboy58 modded MSMtool)
HueyT said:
Installed using "fastboot flash recovery recovery.img" ?
Click to expand...
Click to collapse
installed via adb sideload
HueyT said:
Perfect for my oos12 hd1907 (converted to global using Suberboy58 modded MSMtool)
Click to expand...
Click to collapse
Can we use msmtool golobal on 7t hd1907 ??
Because T-Mobile version have always problem with oss12 and custom ROM that are based on it
MSMtool image is 11.0.5.1
I successfully flashed twrp-3.7.0_12-1-oos12-fbe-hotdogb.img, backed up, and restored my unlocked/rooted Tmo-converted-to-global 7T running OOS12. If I want to go back to OOS11 or a ROM based on it, do I have to change TWRP version too?
Fanarkle said:
I successfully flashed twrp-3.7.0_12-1-oos12-fbe-hotdogb.img, backed up, and restored my unlocked/rooted Tmo-converted-to-global 7T running OOS12. If I want to go back to OOS11 or a ROM based on it, do I have to change TWRP version too?
Click to expand...
Click to collapse
Yep
Hello if i try to boot the recovery via fastboot i cannot press anything. What am i missing ?
Stock A12Rom
How do i delete comments, lol

[RECOVERY] [Infinix Note 12 5G] [TWRP 3.7.0] [X671] [12+] [UNOFFICIAL] TeamWin Recovery - Initial release

{
"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!!!
*
* If sh!t happens, i am not responsible for your bricked device.
* do some research if you have any concerns about features included in this recovery
* before flashing it! YOU are choosing to make these modifications,
* Do at your own risk!!!
*/
Team Win Recovery Project 3.7.0 for Infinix​Note 12 5G​Introduction:​Team Win Recovery Project, 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.
Version and device Information:​
Status: -Stable, Unofficial (Initial build)
Based on TWRP version: 3.7.0
Device: Infinix Note 12 5G
Codename: X671
Android version: Android 12+ (X0S v12)
Release Date: 19 March, 2023
Last Updated: 08 April, 2023
Maintainer: Shibu Shaji, (perilouspike)
Minimal manifest: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp​​Installation.​ - The installation is a little bit tricky and problematic compared to other devices!, so read every steps carefully and do as it states.
Prerequisite:​ - Copy the stock boot.img and twrp.img to your device's internal storage, external SDcard or OTG drive.
Step:1 Installing TWRP recovery.​• Disable verified boot first with this command: (optional)
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img[/INDENT][/INDENT]
[INDENT][INDENT]'Which is extracted from current stock rom ozip file.'[/INDENT][/INDENT]
[INDENT][INDENT]
• Flash twrp build with the command:
Code:
fastboot flash boot <twrp_image _name>.img
• Reboot to recovery with the command:
Code:
fastboot reboot recovery
Step: 2 Installing Recovery Ramdisk.​• After rebooted the device to twrp recovery, go to the INSTALL option in TWRP and select the stock boot.img that you previously copied to the device.​• Flash the boot.img to the given Boot partition.​• After that, go to ADVANCED option in TWRP and select Install Recovery Ramdisk from the given option.​• Now select the twrp.img that you previously copied to the device storage.​• And 'swipe to install' it.​• Then reboot the device to system.​Enjoy, You have successfully installed the twrp recovery for your device without any issues !!​Alt method for Step: 2: Using the Flash Current TWRP Feature.​• After installing the boot.img on step 2.​• You can choose the 'Flash current TWRP' options from ADVANCED options instead of choosing 'Install Recovery Ramdisk'. That will also flash the TWRP and it will stay permanently forever.​​List of features working:​• Support Decryption for Android 12 (tested and works with stock firmware and some available GSI roms)
• External SD Card & USB-OTG
• Successful installation of flashable .zips, Magisk (Custom rom not tested as it is not available now)
• Additional features such as close AVB2.0. (disabled-verify on vbmeta)
• Working Mounting/Unmounting of Dynamic partitions (r/o only)
• Fully functional Backup/Restore of all partitions.
• Adb Sideloading
• Fully functional Adb and Fastbootd in twrp.
Whats not working:​- You tell meh
Note:​• If you got 'unable to mount /data' error or Bootloop after flashing a ROM or having done a Format Data do the below.
Boot to bootloader and:
Code:
fastboot devices
fastboot -w
fastboot reboot
Changelogs:​
• Removed support for x671b. (Some x671b devices can't boot the build and causes bootlooping, needs to be test again)
• Updated sources
Click to expand...
Click to collapse
Downloads:​X671
twrp-3.7.0_12-Unofficial-Stable-X671.img
CREDITS:​• The TWRP Team
• Special thanks to @carlodeeCrypton
I tried following the steps I unlocked my bootloader first I made sure OEM unlocking is enabled... now I have Orange state showing and a boot loop... can you please help? I cant turn off my phone and enter recovery or fastboot... I also dont want to open my phone
I have followed instructions carefully. Have OEM unlocking enabled.. I unlocked my bootloader before doing this... now I have Orange State notification.. and endless bootloop... my phone cannot turn off, enter recovery or fastboot... what should I do?
Sir can you make a twrp recovery for my infinix note 12. Please rep
rohanjena said:
Sir can you make a twrp recovery for my infinix note 12. Please rep
Click to expand...
Click to collapse
The thing is, we need testers for testing the build and no one is willing to do it.
Shibu Shaji said:
The thing is, we need testers for testing the build and no one is willing to do it.
Click to expand...
Click to collapse
can you give me the build, probably i would tested but im gonna ask my friend that have same phone
Can you test the note 12 5g build first?
PikriNtr said:
can you give me the build, probably i would tested but im gonna ask my friend that have same phon
Click to expand...
Click to collapse
Shibu Shaji said:
Can you test the note 12 5g build first?
Click to expand...
Click to collapse
you mean x671 build on x670?
nope
I can give you my boot.img

Categories

Resources