TWRP for Umidigi A1 Pro - Android General

This is a thread for installing TWRP on the Umi A1 Pro
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.
*/
Download:
TWRP 3.2.1-0: Here
Steps to install TWRP
First of all, you will be required to unlock your bootloader.
Activate OEM Unlocking in developer settings
Activate USB debugging in developer settings
Now, open a terminal, if on Linux, or command prompt if on windows, and enter the following:
Code:
adb reboot bootloader
Code:
fasboot oem unlock
Follow the onscreen instructions to unlock your bootloader. THIS WILL WIPE YOUR DEVICE!!!
Once this is complete, it will go back to the fastboot screen.
Now, from within your terminal/command prompt, navigate to the folder where you have downloaded the above recovery.img to.
Enter the following command once there:
Code:
fastboot flash recovery recovery.img
This will flash TWRP to your device, overwriting the stock recovery.
Once this is complete, there will be a screen telling you how long it took etc. Now you need to hold down your volume up button, and power button. Keep holding these until you reach the menu for recovery, fastboot or normal mode.
Select Recovery.
This will boot you into TWRP
You will have to go through the setup of the whole android system again, but its worth it you now have TWRP to install the Custom ROMs that will be coming shortly
Have Fun!

Is this twrp good for treble GSI install?

I'm assuming this TWRP doesn't have the encryption issue? The one I currently have keeps flagging for a password.

peetee0007 said:
I'm assuming this TWRP doesn't have the encryption issue? The one I currently have keeps flagging for a password.
Click to expand...
Click to collapse
This one is asking for password as well.

Does it actually work with your own password? Only way around it now is to wipe data and reboot into recovery before encryption takes place. Pain in the rear.

I can't get the Twrp flash to work. It stays with the old recovery mode no matter what.
Here's my story. I've managed to apply this correctly once to my phone before, but due to me messing around with system file I've soft-bricked my phone and had to flash the official stock rom for it, I picked the C390_FE_K8B_UMI_20180601_1838 cause "Hey, higher number should mean more recent." I'm not sure what was the version of the phone when it was brand new and now it seems that the phone is completely immune to rooting.
Any idea what I've might done wrong when unbricking my phone?
----------------------------------------------------------------------------------
I managed to get it to work again, turns out I had to let the wireless update take place, then after a couple fails with the "adb reboot bootloader" command I read the list of stuff that gets thrown into cmd when you just do adb. Reading the commands I saw a "adb reboot-bootloader" so I do that one, gets me to the fastboot screen and then I'm able to proceed along with the guide.
Moral: If you have to unbrick the phone by flashing the original rom into it, let the wireless update take place before attempting anything else with the phone.
Thanks for the twrp recovery, now I just gotta defeat the encryption.

Awesome work! How did you figure out how to get USB to work?

I will try this but can you share what custom roms can i use on this twrp/phone?

blitzlee06 said:
I will try this but can you share what custom roms can i use on this twrp/phone?
Click to expand...
Click to collapse
You can flash pretty much most of these GSI ROMs.
https://github.com/phhusson/treble_experimentations/wiki/Generic-System-Image-(GSI)-list

stevea76 said:
You can flash pretty much most of these GSI ROMs.
https://github.com/phhusson/treble_experimentations/wiki/Generic-System-Image-(GSI)-list
Click to expand...
Click to collapse
how to check if im using the right architecture and partition style?

blitzlee06 said:
how to check if im using the right architecture and partition style?
Click to expand...
Click to collapse
64-bit quad core, ARM Cortex-A53= arm64bit ,bbut doen'st mean camera or other feature will work out of the box...

Diomorgan said:
64-bit quad core, ARM Cortex-A53= arm64bit ,bbut doen'st mean camera or other feature will work out of the box...
Click to expand...
Click to collapse
how about the partition style?

blitzlee06 said:
how about the partition style?
Click to expand...
Click to collapse
Arm64 A only

Related

[Q] Stuck in a loop with no CWR...[Solved w/ fix added]

I was trying to installing the new nightly and I went ahead and formated/wiped everything.
I install CM7 nightly 13 and i get a loop... it would go into the setup after boot and then the CM bootloader would kick in again.
I then tried reinstalling another rom and the same issue.
So then I tred to use unrevoke to get it back to CWR and it got stuck...
I then try flashing the att ruu and it lost comunitaction with the phone...
So now I'm stuck with the damn thing in a loop with no CWR and I dont know what to do...
HAlp
Edit:
I can get into Hboot just fine but its like I have no recovery img at all.
Edit 2:
How to fix!
First you must have android sdk, HTC drivers (without sync) installed and the Rom.zip from the RUU.
Put your phone into fastboot by holding down the trackball and the power button.
Then plug it in and open the sdk.
Move the Rom.zip file to were fastboot.exe is located, in my case it was in my tools folder ( C:\sdk\tools)
After that make your way to the location in windows CMD.
In the command enter fastboot erase cache.
Then fastboot flash rom rom.zip and wait till you its says Finished.
After that pull the battery and turn it on.
It will take awhile to go into Android 2.1 but thats about it.
Rom.zip
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
* 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.
*/
Noz85 said:
I was trying to installing the new nightly and I went ahead and formated/wiped everything.
I install CM7 nightly 13 and i get a loop... it would go into the setup after boot and then the CM bootloader would kick in again.
I then tried reinstalling another rom and the same issue.
So then I tred to use unrevoke to get it back to CWR and it got stuck...
I then try flashing the att ruu and it lost comunitaction with the phone...
So now I'm stuck with the damn thing in a loop with no CWR and I dont know what to do...
HAlp
Edit:
I can get into Hboot just fine but its like I have no recovery img at all.
Click to expand...
Click to collapse
In hboot run the 'install packages, a couple times. That should reload cwr. If that doesn't work:
Try running unrevoked again and see if it will reinstall clockwork.
Sent from my cm7 Aria using XDA App
Noz85 said:
I was trying to installing the new nightly and I went ahead and formated/wiped everything.
I install CM7 nightly 13 and i get a loop... it would go into the setup after boot and then the CM bootloader would kick in again.
I then tried reinstalling another rom and the same issue.
So then I tred to use unrevoke to get it back to CWR and it got stuck...
I then try flashing the att ruu and it lost comunitaction with the phone...
So now I'm stuck with the damn thing in a loop with no CWR and I dont know what to do...
HAlp
Edit:
I can get into Hboot just fine but its like I have no recovery img at all.
Click to expand...
Click to collapse
Put the phone in FASTBOOT and flash the RUU from there.
Shut down the phone completely, then to enter fastboot hold down the trackpad button and press power to start.
Plug in the USB after fastboot is started.
HTC SYNC should be off, with Android USB drivers installed.
Nope not working...
I get a connection error and after I exit the RUU setup I'm back to the damn loop with CM7...
Anyone else got any ideas on how to fix?
sent from my HTC Inspired Desire HD 4G
Did you try to reload unrevoked?
The new and the older version.
The new one doesn't even communication with the phone and the older one trys to push recovery and then the boot loop starts again.
what about the official att rom (the original)
Wont install gets to the point where its going to flash and a communication error kicks it out and hello boot loop
last one ive got (found this googling)
"extract the ROM.zip from the RUU, rename it PB99IMG and stick it on the sd card. Turn phone on whilst holding volume down to get to HBOOT and it'll find the file and reload the ROM"
Edit: I guess it should be renamed LIBEIMG
Fixed thanks to ATTN1.
Noz85 said:
Fixed thanks to ATTN1.
Click to expand...
Click to collapse
My two cents is, if you're going to post that it was fixed, at least explain what you did to get it fixed...that way if anyone else has similar issues and they just so happen to use the beautiful search feature this forum has to offer, they might find this thread and your fix
Seen that before.
Basically he had me force the restore thru fastboot. We took the Rom.zip from the RUU and put it in sdk/tools where the fastboot cmd file is. We then ran the Windows CMD window and went to the location of the tools and begain the fastboot clearing, and pushing the Rom to the phone. I'm sorry I don't remember the commands for the process. If I can find them in my history ill post them.
sent from my HTC Inspired Desire HD 4G
added fix to 1st post
Noz85 said:
How to fix!
First you must have android sdk, HTC drivers (without sync) installed and the Rom.zip from the RUU.
Put your phone into fastboot by holding down the trackball and the power button.
Then plug it in and open the sdk.
Move the Rom.zip file to were fastboot.exe is located, in my case it was in my tools folder ( C:\sdk\tools)
After that make your way to the location in windows CMD.
In the command enter fastboot erase cache.
Then fastboot flash Rom.zip and wait till you its says Finished.
After that pull the battery and turn it on.
It will take awhile to go into Android 2.1 but thats about it.
Rom.zip
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
* 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
Thanks for the awesome write up.
Issue solved, closing thread

Idol 3 | The Complete Guide to getting root, custom recoveries and custom roms

Before I start, I would like to stress that this has only been tested on the Idol 3 4.7 inch model.
I would also like to note that I am not responsible for you screwing up your phone.
(Mine in particular is a GB 6039y)
Disclaimer:
Code:
/*
*
* Your warranty is now void.
* We are 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 us for messing up your device, we will laugh at you.
*
*/
Before I begin:
If you have updated your phone since you got it or fastboot doesn't work for you, please refer to this forum post:
Guide on how to return fastboot commands by petrov.0
This thread is separated into many different sections, some may be added at later times to others.
Table of Contents:
Section 1: Custom Recovery
Section 2: Rooting your device
Section 1: Custom Recovery
OK, So you decided you want to make these changes to your android phone?
Here we go!
6045 [5.5" Model]
Step 1: Go to the required websites to download the required files...
TWRP-2.8.7.0 img download from AndroidFileHost -- By Unjustified Dev
Step 2: Test the recovery to see if it works...
Open a new command prompt window and change to the directory with the image (img) file.
Put the recovery image into a folder in a location that you know of.
Reboot your phone into the boot loader (fastboot) by doing the following:
Code:
adb reboot bootloader
or
Code:
adb reboot-bootloader
Boot into the recovery without installing it by doing the following:
Code:
fastboot -i 0x1bbb boot twrp-2.8.7.0-idol3.img
Step 3: Install the recovery software!
If you are happy that everything works and want to install the recovery software, do so with:
Code:
fastboot -i 0x1bbb flash recovery twrp-2.8.7.0-idol3.img
If you are on Mac OS X or Linux, you need to run this:
Code:
sudo fastboot -i 0x1bbb flash recovery twrp-2.8.7.0-idol3.img
Congratulations! You now have the custom recovery software for the Idol 3!
6039 [4.7" Model]
Step 1: Go to the required websites to download the required files...
TWRP-2.8.7.0 img download from Google Drive -- By petrov.0
Step 2: Test the recovery to see if it works...
Open a new command prompt window and change to the directory with the image (img) file.
Put the recovery image into a folder in a location that you know of.
Reboot your phone into the boot loader (fastboot) by doing the following:
Code:
adb reboot bootloader
or
Code:
adb reboot-bootloader
Boot into the recovery without installing it by doing the following:
Code:
fastboot -i 0x1bbb boot twrp_recovery-2.8.7.0-idol3-6039y.img
Step 3: Install the recovery software!
If you are happy that everything works and want to install the recovery software, do so with:
Code:
fastboot -i 0x1bbb flash recovery twrp_recovery-2.8.7.0-idol3-6039y.img
If you are on a Mac OS X or Linux machine, you need to run this:
Code:
sudo fastboot -i 0x1bbb flash recovery twrp_recovery-2.8.7.0-idol3-6039y.img
Congratulations! You now have the custom recovery software for the Idol 3!
Section 2: Getting root!
Generic Instructions [6039*][6045*]
Download SuperSU from the link here: SuperSU -- By Chainfire
Flash the ZIP file you downloaded in the previous step.
Boot into Android and you should find SuperSU in the app drawer!
Open SuperSU. It should come up with a message saying "You need to update the su binary" or something like that.
Tap Normal in the options that appear at the end of the message box.
If that doesn't work, use the TWRP method.
Once the su binary is updated you have root on your Android!
If you are unsure, download Root Checker from the Play Store and that will tell you if you are rooted.
why you make thread of something thats allready written?
DallasCZ said:
why you make thread of something thats allready written?
Click to expand...
Click to collapse
Because I'm blind and didn't see the other post.
Also the one I found was only for the 6045* models
EDIT: My post was also meant to be a post with everything in it. With all of the warnings and precautions listed. It was also created to lay out all the information in an easy to read and understand way so that even people new to things like root can start to understand how it works and what to do.
Does one have to unlock the bootloader first in order to flash TWRP and Custom ROMs?
Ref:
http://forum.xda-developers.com/idol-3/general/guide-unlock-bootloader-root-alcatel-t3161878
Edit: Doesnt appear to be the case with Rooting only
http://forum.xda-developers.com/showpost.php?p=61977936&postcount=42
Edit#2 Appears unlocking bootloader required for TWRP(?)
http://forum.xda-developers.com/showpost.php?p=61987909&postcount=72
Edit#3 Still looking and reading.
http://www.android.gs/unlock-bootloader-install-twrp-recovery-root-alcatel-one-touch-idol-3/
Moped_Ryder said:
Does one have to unlock the bootloader first in order to flash TWRP and Custom ROMs?
Ref:
http://forum.xda-developers.com/idol-3/general/guide-unlock-bootloader-root-alcatel-t3161878
Edit: Doesnt appear to be the case with Rooting only
http://forum.xda-developers.com/showpost.php?p=61977936&postcount=42
Edit#2 Appears unlocking bootloader required for TWRP(?)
http://forum.xda-developers.com/showpost.php?p=61987909&postcount=72
Edit#3 Still looking and reading.
http://www.android.gs/unlock-bootloader-install-twrp-recovery-root-alcatel-one-touch-idol-3/
Click to expand...
Click to collapse
it always bette rto read first and then ask questions... in order to get root you need custom recovery. In order to flash custom recovery you need unlocked bootloader.
DallasCZ said:
it always bette rto read first and then ask questions... in order to get root you need custom recovery. In order to flash custom recovery you need unlocked bootloader.
Click to expand...
Click to collapse
I hear ya! Thanks.
Moped_Ryder said:
Does one have to unlock the bootloader first in order to flash TWRP and Custom ROMs?
Ref:
http://forum.xda-developers.com/idol-3/general/guide-unlock-bootloader-root-alcatel-t3161878
Edit: Doesnt appear to be the case with Rooting only
http://forum.xda-developers.com/showpost.php?p=61977936&postcount=42
Edit#2 Appears unlocking bootloader required for TWRP(?)
http://forum.xda-developers.com/showpost.php?p=61987909&postcount=72
Edit#3 Still looking and reading.
http://www.android.gs/unlock-bootloader-install-twrp-recovery-root-alcatel-one-touch-idol-3/
Click to expand...
Click to collapse
I haven't unlocked my boot loader and I managed all of that.
EDIT: Is there anything stopping you from installing custom recovery?
let me recomend a change to the root guide.
below is step by step how i rooted( i assume the user is on 5.02 btw).
1: phone needs to be on 5.0.2
2: download alek devs tool from here http://forum.xda-developers.com/idol-3/development/tool-tools-idol-3-5-5-4-7-t3441781
3: unlock bootloader using tool.
4:flash twrp using the tool.
5:reboot to twrp.
6:reboot to system accept root if you want it.
7: enjoy your rooted device.
Help
So I've been reading about rooting and have a questions if anyone can help.. I have the alcatel one touch 6045o 6.0. What is the first thing i need to do and also can i unlock bootloader without a computer?

[RECOVERY][UNOFFICIAL] TWRP-3.2.3-x [X01BD]

Team Win Recovery Project For Zenfone Max Pro M2
WARNING:
Code:
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 Kernel
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.
​
Downloads: recovery-X01BD.img
Installation Instructions:
Install fastboot tools from google's sdk on your PC
Enter fastboot mode
Unlock your bootloader
Run "fastboot flash recovery imgfilename.img" in command line
Reboot and enjoy it
Credits:
TeamWin Team and @Dees_Troy - For Creating TWRP!!!
Thanks to #ArtFul for testing the recovery.
Sources : https://github.com/rk779/android_device_asus_X01BD
XDA:DevDB Information
TWRP Recovery, Tool/Utility for the Asus Zenfone Max Pro M2
Contributors
Rk585
Version Information
Status: Stable
Created 2019-01-03
Last Updated 2019-01-03
:3
Thx
Is device encryption issue still on this one ?
finally the most awaited day has come. Thank
Awesome Thanks so much... But I am new to unlocking bootloaders ... Never had to do it since I had a Samsung device before...
Can you please give us some instructions on how to unlock the bootloader on this device ?
And is it possible to relock the bootloader ? (So as to not void the warranty)
Tyakrish said:
Awesome Thanks so much... But I am new to unlocking bootloaders ... Never had to do it since I had a Samsung device before...
Can you please give us some instructions on how to unlock the bootloader on this device ?
And is it possible to relock the bootloader ? (So as to not void the warranty)
Click to expand...
Click to collapse
Look in the themes mods and apps section of the thread. The bootloader unlock method is posted there. Method for relocking the BL is also provided along with it.
Thanks @Rk585!
Nice to see the development has kick-started!
Which magisk version we have to installed and how to relock or get back to stock recovery again?
not working on my device. I flashed the twrp and it says it succeed. Then i turned off my device. after that i pressed vol down + power button but intead of booting into twrp it boots into stock recovery. i tried to flash recovery more than 2-3 times. I dont understand what is wrong here.
boosters said:
Which magisk version we have to installed and how to relock or get back to stock recovery again?
Click to expand...
Click to collapse
Always use the latest magisk
Here are the links for unlock and relock
https://forum.xda-developers.com/max-pro-m2/how-to/unlook-bootloader-root-asus-zenfone-max-t3885457
https://forum.xda-developers.com/max-pro-m2/how-to/unroot-relock-bootloader-max-pro-m2-t3885870
Karvrock said:
not working on my device. I flashed the twrp and it says it succeed. Then i turned off my device. after that i pressed vol down + power button but intead of booting into twrp it boots into stock recovery. i tried to flash recovery more than 2-3 times. I dont understand what is wrong here.
Click to expand...
Click to collapse
After flashing twrp, try fastboot reboot recovery
Sorry, this version is suitable for Asus_X01BDA?
kuchivas said:
Sorry, this version is suitable for Asus_X01BDA?
Click to expand...
Click to collapse
Yeah.. its compatible.. I'm just installed it yesterday n try treble rom..?
X10MINISTER said:
Yeah.. its compatible.. I'm just installed it yesterday n try treble rom..?
Click to expand...
Click to collapse
Thanks so much!
ok I look through the instruction, just some question:
1. can I flash the TWRP without unlocking the bootloader?
2. from the unlock bootloader thread, upon unlocking the phone the phone will be formatted, any way to prevent that so I can do a full backup of the system? It is a real pain to reinstall everything.
learnyee said:
ok I look through the instruction, just some question:
1. can I flash the TWRP without unlocking the bootloader?
2. from the unlock bootloader thread, upon unlocking the phone the phone will be formatted, any way to prevent that so I can do a full backup of the system? It is a real pain to reinstall everything.
Click to expand...
Click to collapse
1. No
2. No, the phone will be formatted. All you can do is, backup your internal storage data
#ArtFuL said:
1. No
2. No, the phone will be formatted. All you can do is, backup your internal storage data
Click to expand...
Click to collapse
No 2. using ADB backup? or any other way that would cut down the re installation of everything?
learnyee said:
No 2. using ADB backup? or any other way that would cut down the re installation of everything?
Click to expand...
Click to collapse
You may use this adb command to backup data
Code:
adb backup [-f <file>] [-apk|-noapk] [-obb|-noobb] [-shared|-noshared] [-all] [-system|nosystem] [<packages...>]
-f : the path of the *.ab file that will be saved on your computer. This file is a compressed file that contains an archive of the data/apks from your device.
-apk|-noapk : indicates if the *.apk files should be backed up (default is -noapk)
-obb|-noobb : enable/disable backup of any installed apk expansion (aka .obb) files associated with each application (default is -noobb)
-shared|-noshared: enable/disable backup of the device's shared storage / SD card contents (default is -noshared)
-all : indicates that you want the entire system backed up. you can use the packages filter to just backup specific packages, or use -all for a full system backup.
-system|-nosystem: indicates if all the system applications and data are included when backing up. (default is -system)
<packages> : this is where you can list specific packages to backup. Use these if you want to back up only specific applications. If using -all, you do not need to specify packages.
This will not backup contacts or sms
and to restore
Code:
adb restore [<name of backup>.ab]
Or this might help you http://forum.xda-developers.com/showthread.php?p=36499906
Thank god u have this device i have just came from leeco le 2 x526 to this device
Karvrock said:
not working on my device. I flashed the twrp and it says it succeed. Then i turned off my device. after that i pressed vol down + power button but intead of booting into twrp it boots into stock recovery. i tried to flash recovery more than 2-3 times. I dont understand what is wrong here.
Click to expand...
Click to collapse
i had this problem too.. anyone can solve this problem,

[RECOVERY][STOCK]TWRP 3.3.1-0 UNOFFICIAL

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.
THIS RECOVERY IS FOR STOCK ROM AND WILL NOT WORK ON CUSTOM ROMS
Code:
#include <std_disclaimer.h>
/*
*
* We are 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 recovery
* before using it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Bugs:
- The "fastboot boot twrp.img" doesn't work, if you use the hardware buttons to open the blue fastboot bootloader mode. Only use adb, twrp or the android system to reboot into blue fastboot bootloader mode or flash the twrp.img, boot the device, reboot into bootloader and flash the original boot.img back, before booting into twrp.
You can also "fastboot reboot bootloader" in the blue fastboot mode.
This is a bootloader bug, maybe it gets fixed with the stock Q bootloader.
- Decrypt is not working for now (Is probably because the current stock firmware is still on May security patch - will be fixed with June/July patch)
- Touch not working when installed
- Please report any other bugs
Install guide:
Installing is currently not recommended because touch is not working on the installed version!
1. Install fastboot tools from google's sdk on your PC
2. Enter fastboot mode from adb
3. Unlock your bootloader
4. Run "fastboot boot twrp.img" in command line
6. Enjoy it
Optional (if you want to install it):
1. Boot from it (see the guide above)
2. Go to advanced -> Install recovery ramdisk
3. Choose the twrp img
4. Wait
5. You can now boot it with vol- and power button
If it keeps booting into TWRP and not System try
Code:
adb shell dd if=/dev/zero of=/dev/block/bootdevice/by-name/misc
Download
Changelogs:
3.3.1-0 03.08.2019
- Initial Release
Source code:
https://github.com/Schritti/device-sony-mermaid
https://github.com/Schritti/device-sony-ganges
If you like my work, press thanks
I would appreciate your Donation
Thanks to:
@MartinX3 for helping me developing the TWRP
@Oshmoun for providing device trees for Ganges and Mermaid
@naoki2010 for Testing
XDA:DevDB Information
TWRP, ROM for the Sony Xperia X10 Plus
Contributors
Schritti, MartinX3, Oshmoun, Marijn
ROM OS Version: 9.x Pie
ROM Firmware Required: Stock Pie Firmware
Version Information
Status: Beta
Current Beta Version: 3.3.1-0
Beta Release Date: 2019-08-03
Created 2019-08-03
Last Updated 2019-08-05
Reserved
Reserved
Woohooo!
First!
My computer is down at the moment but I have a question does this supports the North American unlocked variant i3223? I looked at your sources and I don't see the i3223 variant.
sickkside13 said:
My computer is down at the moment but I have a question does this supports the North American unlocked variant i3223? I looked at your sources and I don't see the i3223 variant.
Click to expand...
Click to collapse
All variants are supported
I am having the worst time trying to get this device (i3223 variant) into recovery or into fastboot mode so I can boot into recovery via adb. The device is pattern locked and wasnt adb enabled before hand. I can get to where the light flashes blue after holding vol up while inserting usb but screen is blank then goes to a charging screen. I want to erase and test on this device. Its been a couple days and drivers are correct emma doesnt work and the sony companion wont recognize the device only that its locked. any help?
clothtalklp said:
I am having the worst time trying to get this device (i3223 variant) into recovery or into fastboot mode so I can boot into recovery via adb. The device is pattern locked and wasnt adb enabled before hand. I can get to where the light flashes blue after holding vol up while inserting usb but screen is blank then goes to a charging screen. I want to erase and test on this device. Its been a couple days and drivers are correct emma doesnt work and the sony companion wont recognize the device only that its locked. any help?
Click to expand...
Click to collapse
It's normal, that the screen is black in fastboot mode. If the LED is Blue then it's alright.
When you're in fastboot mode (Blue LED) check the windows device manager, you might install the driver again for fastboot. If it shows a device called "Android" you have to right click it and install the correct driver.
I just got the phone unlocked so i will boot into TWRP and install it and debug the touch. I have the feeling that it might be just missing file.
I just tested the installed version of TWRP and touch works just fine. The TWRP on itself is little slow. Decryption is broken and we see just bunch of junk folders in internal storage as expected.
But decryption shoudlnt be an issue after i bake TWRP into my AOSP images.
Rebooting into OS is totally broken and even cleaning misc doesnt help. Boots to TWRP all the time. Again most likely just an issue that it was not installed in boot.img right away but had to be added.
So about unlocking - my device/version isn't supported to unlock. Any hints?
mad-murdock said:
So about unlocking - my device/version isn't supported to unlock. Any hints?
Click to expand...
Click to collapse
You cant unlock bootloader. Thats just it. Did you buy the device from carrier ? If so they have usually not unlockable devices.
Haxk20 said:
You cant unlock bootloader. Thats just it. Did you buy the device from carrier ? If so they have usually not unlockable devices.
Click to expand...
Click to collapse
bought it used super cheap, wanted to play with it and maybe help a bit with development. but määä - seems like not.
do you think the device might become unlockable with a future firmware update? i am more a oneplus user and have little experience with sony.
mad-murdock said:
bought it used super cheap, wanted to play with it and maybe help a bit with development. but määä - seems like not.
do you think the device might become unlockable with a future firmware update? i am more a oneplus user and have little experience with sony.
Click to expand...
Click to collapse
Sadly I do not think so. We would love another dev helping on SonyOpenSourceDevices or even custom ROMs but sadly if the phone is not unlockable there is nothing you can do sadly. I heard stories of people having carrier phones sim locked and after unlocking that they were able to unlock BT so you could possibly try that if the phone is locked to 1 carrier. If not then there i s really nothing you can do. I'm sorry.
Hi,
first off a big thank you!
I would like to root my xperia 10 plus I4213. I tried to do my homework before posting here, but since I am not knowledgeable on the subject, can someone confirm that these are the right steps:
1. Enable in phone third party apps, unlock developer settings, enable adb.
2. Boot in fastboot mode. That can be done in terminal, not by using buttons as it used to.
3. unlock bootloader . My understanding if that now, that can be achieved either via terminal or via windows newsflasher program.
4. Flash recovery from this thread
4. Boot into system and install magisk manager .
5. Install via recovery Magisk zip.
6, Boot into system and use magisk manager to enable root and set settings.
Should I install latest magisk 20.1 or an earlier version?
Thank you.
Problem with TWRP
Why is the device memory data encrypted even though the device doesn 't have a password?
reintal said:
Why is the device memory data encrypted even though the device doesn 't have a password?
Click to expand...
Click to collapse
That is how your internal storage looks like when encryption is just Ffkjgh up.
This recovery dont have any updates and well its just broken for now. sadly.
Haxk20 said:
That is how your internal storage looks like when encryption is just Ffkjgh up.
This recovery dont have any updates and well its just broken for now. sadly.
Click to expand...
Click to collapse
It sounds sadly 'cause in that case it is not possible for me to install magisk on the standard firmware and I cannot use gpay anyway.
reintal said:
It sounds sadly 'cause in that case it is not possible for me to install magisk on the standard firmware and I cannot use gpay anyway.
Click to expand...
Click to collapse
We are mainly focus on making AOSP 10 stable now and TWRP is not on top of the list to fix now. And TWRP doesn't support Android 10 yet so we can't even begin.

[Tool] [Twrp 3.3.1][Infinix Smart 3 Plus]

Hello , This is a guide for Flashing TWRP and Flashing GSI (Treble ROMS) on Infinix Smart 3 Plus .
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.
*/
FLASHING TWRP
Pre-requisites
The main requirement before you can have this recovery on your Infinix X627 is that the bootloader MUST be unlocked. In addition, make sure you have ADB and FASTBOOT set up correctly on your PC.
N/B : Make sure you've the latest ADB & FASTBOOT Installed .
INSTALLATION INSTRUCTIONS
Download this Infinix-X627-TWRP-V2.img
Download this Vbmeta img
Boot your device into fastboot mode.
In the directory containing the recovery you downloaded, open up a CMD/PowerShell and run this command
Code:
fastboot flash recovery Infinix-X627-TWRP-V2.img
While in fastboot and run this command
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
After Flashing , Boot Into TWRP(recovery) (Power + Volume Up) to confirm that you have successfully flashed TWRP on your Infinix Smart 3 Plus
Incase you are asked for the password to decrypt your device, just ignore that step, go to the Wipe Menu and Format Data. This process will wipe all your data so make a point of backing up your important data.
yeahhh we have twrp
djancuuk said:
Click to expand...
Click to collapse
Which TWRP do you mean ?
Flashing ROMs tutorial coming soon
Thanks
majorkid said:
Flashing ROMs tutorial coming soon
Click to expand...
Click to collapse
AT Last Infinix Smart 3 PLUS Have TWRP.
I Was Waiting For This Recovery From past 5 months!
Thanks A Lot XDA And Its Developers Specially Include Who Made This Possible.
Many Major Problems!!!!
majorkid said:
Hello , This is a guide for Flashing TWRP and Flashing GSI (Treble ROMS) on Infinix Smart 3 Plus .
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.
*/
FLASHING TWRP
Pre-requisites
The main requirement before you can have this recovery on your Infinix X627 is that the bootloader MUST be unlocked. In addition, make sure you have ADB and FASTBOOT set up correctly on your PC.
N/B : Make sure you've the latest ADB & FASTBOOT Installed .
INSTALLATION INSTRUCTIONS
Download this Infinix-X627-TWRP-V2.img
Download this Vbmeta img
Boot your device into fastboot mode.
In the directory containing the recovery you downloaded, open up a CMD/PowerShell and run this command
Code:
fastboot flash recovery Infinix-X627-TWRP-V2.img
While in fastboot and run this command
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
After Flashing , Boot Into TWRP(recovery) (Power + Volume Up) to confirm that you have successfully flashed TWRP on your Infinix Smart 3 Plus
Incase you are asked for the password to decrypt your device, just ignore that step, go to the Wipe Menu and Format Data. This process will wipe all your data so make a point of backing up your important data.
Click to expand...
Click to collapse
I have found 4 Major problems
1:- unable to mount /data/media/twrp/.twrps
2:-After wipe and formate data then internal storage mounted but After reboot and set up the Phone Then TWRP again show Internal Storage (0MB).
3:-Un root in Advanced option not working and MTP also not working. /data and /root and other directories also not visible even all option are marked inside Mount button.
4:- Root install in Advanced option or latest Magisk flash able zip file and Superuser file successful installed but after reboot these apps APK are not present in Apps list. Phone also not rooting via Magisk Patched image.
Request:- Please solve these major issues.
Infinix smart 3 plus(X627) architecture is (ARM) and this Phone support treble Slot A but no one ARM(Slot A and AB) and ARM64(Slot A and AB) GSI image working.
There is no Mooke ROM available for this device.
Sir i request to you.
Sir please make a full stable and fast custom rom for infinix smart 3 plus..Thanks Nice Work...Gor TWRP...??:good:
pliz make infinix smart 3 plus custom rom
It's Working
Thank you so much Sir
Reboot Issue
After installing recovery whenever I reboots to system(sooner or later),your recovery gets wiped off. Is this usual or I am doing something wrong.
please make it for infinix smart4
---------- Post added at 04:54 PM ---------- Previous post was at 04:50 PM ----------
Please make twrp infinix smart4:بكاء:
Dear Sir,
Thank you so much for this recovery. Please make recovery of Infinix Hot 10 (x682). I really need this to flash Custom Roms and GSI.
I shall be very thankful to you.
Best Regards
Bilal Nawaz
Bilal nawaz said:
Dear Sir,
Thank you so much for this recovery. Please make recovery of Infinix Hot 10 (x682). I really need this to flash Custom Roms and GSI.
I shall be very thankful to you.
Best Regards
Bilal Nawaz
Click to expand...
Click to collapse
Any update?
mr.namansoni said:
Any update?
Click to expand...
Click to collapse
Here is complete method to Install GSI Rom without TWRP....
Bilal nawaz said:
Here is complete method to Install GSI Rom without TWRP....
Click to expand...
Click to collapse
yeah method is good. But i was talking about twrp. Have you got twrp for infinix hot 10
mr.namansoni said:
yeah method is good. But i was talking about twrp. Have you got twrp for infinix hot 10
Click to expand...
Click to collapse
I asked from him. He is saying TWRP recovery of Infinix Hot 10 will release soon
Bilal nawaz said:
I asked from him. He is saying TWRP recovery of Infinix Hot 10 will release soon
Click to expand...
Click to collapse
okay waiting for it
I bro.I have infinix smart 3 plus 2gb ram and 32 gb rom not 3 gb ram.Can i use these same files!?
Bilal nawaz said:
It's Working
Thank you so much Sir
Click to expand...
Click to collapse
is your smartphone working with that root method??Did you really try it?
majorkid said:
Hello , This is a guide for Flashing TWRP and Flashing GSI (Treble ROMS) on Infinix Smart 3 Plus .
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.
*/
FLASHING TWRP
Pre-requisites
The main requirement before you can have this recovery on your Infinix X627 is that the bootloader MUST be unlocked. In addition, make sure you have ADB and FASTBOOT set up correctly on your PC.
N/B : Make sure you've the latest ADB & FASTBOOT Installed .
INSTALLATION INSTRUCTIONS
Download this Infinix-X627-TWRP-V2.img
Download this Vbmeta img
Boot your device into fastboot mode.
In the directory containing the recovery you downloaded, open up a CMD/PowerShell and run this command
Code:
fastboot flash recovery Infinix-X627-TWRP-V2.img
While in fastboot and run this command
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
After Flashing , Boot Into TWRP(recovery) (Power + Volume Up) to confirm that you have successfully flashed TWRP on your Infinix Smart 3 Plus
Incase you are asked for the password to decrypt your device, just ignore that step, go to the Wipe Menu and Format Data. This process will wipe all your data so make a point of backing up your important data.
Click to expand...
Click to collapse
After installing this recovery, whenever I try flashing any zip, I always get same error. 2 section of red lines.
Same problem even for rooting using internal option.

Categories

Resources