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.
*/
Credits
Unlock hack by @Vache
Unlock method based on zelea2 unlock work for Acer S500
Requirement
USB Drivers for S520 installed on your PC
The device must have debug mode activated
Package :
S520_Unlock_BL.zip
Install
Unzip the package on your computer
Plug your device (with USB debug activated)
Bootloader check for unlock
We will check the version of your bootloader, verify if it is compatible with this Unlock method
Reboot in Fastboot mode with
Code:
adb reboot bootloader
Start the custom boot for unlock check
Code:
fastboot -i 0x0502 boot S520-check.img
On the screen you should have :
Code:
'printf' found at address [xxxx]
'write_aboot' found at address [xxxx]
Unlocked : 0
Tempered : 0
Your phone appears to be ready to be unlocked
Done
There must be an hexadecimal address found for the 'aboot' function and the message saying "it's ok"
If not, your bootloader is different and the unlock method will not work.
Reboot your phone by pressing Power for 10s
Unlock
Here we go for the real Unlock !
Reboot in Fastboot mode with
Code:
adb reboot bootloader
Start the custom boot for unlock
Code:
fastboot -i 0x0502 boot S520-unlock.img
The screen should write the message "Done"
Reboot your phone by pressing Power for 10s
Your S520 has now an unlocked Bootloader !
Unlock Check
Reboot in Fastboot mode with
Code:
adb reboot bootloader
And type
Code:
fastboot oem device-infos
You should have :
(bootloader) Device tampered: false
(bootloader) Device unlocked: true
(bootloader) Device RF type is LTE
(bootloader) Device SKU is EU
OKAY [ 0.024s]
finished. total time: 0.024s
Click to expand...
Click to collapse
Enjoy !
Tested ok on build 1.114.00_EMEA_GEN1L et 1.118.00_EMEA_GEN1L
custom recovery
is there a custom recovery for acer liquid s2?
CWM Acer S520
liobeir said:
is there a custom recovery for acer liquid s2?
Click to expand...
Click to collapse
View attachment 2879851 + https://play.google.com/store/apps/details?id=de.mkrtchyan.recoverytools&hl=ru
AllexBast said:
View attachment 2879851 + https://play.google.com/store/apps/details?id=de.mkrtchyan.recoverytools&hl=ru
Click to expand...
Click to collapse
So after I rooted it I can install the cwm zip through stock recovery or do I flash it with the flashertool from the playstore? Sorry just don't wanna brick my Acer! Just had to wait a month for my new screen!
liobeir said:
So after I rooted it I can install the cwm zip through stock recovery or do I flash it with the flashertool from the playstore? Sorry just don't wanna brick my Acer! Just had to wait a month for my new screen!
Click to expand...
Click to collapse
@vache also made a CWM 6.0.3.7 Recovery a long time ago, flashable via fastboot
Code:
fastboot flash recovery recovery-CWM-6.0.3.7_S520.img
liobeir said:
So after I rooted it I can install the cwm zip through stock recovery or do I flash it with the flashertool from the playstore? Sorry just don't wanna brick my Acer! Just had to wait a month for my new screen!
Click to expand...
Click to collapse
Yes it is possible to restore the stock recovery if a prior to backup. This is a port of the phone recovery Lenovo K910SS.
I accidentally replaced stock recovery to CWM without backup. Can someone share stock recovery with me?
I'm on s520_1.134_AAP but I think recovery is the same.
Thanks in advance
Here you go : http://files.vache-android.com/S520/reco/recovery_stock.img (from 1.132.00_EMEA_GEN1L)
Related
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?
Method is a little bit different .Usage is harder
It shows lines instead of screen while booting - fastboot -recovery. Example
But i have solution for it.
Dont worry it wont damages your device. You have to wait until your device boots and it will be normal
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices,. Please
* do some research before unlocking it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, I will laugh at you.
*
*/
Prerequisites:
Install the Intel USB Driver and ASUS PCLink
Download all the required files
Extract the archives
Installation:
Put your device to fastboot mode
Flash fastboot%2Fzf6
fastboot flash fastboot fastboot%2Fzf6.img ** Jellybean Fastboot doesnt have any function itself. It will show only ASUS logo. You can use fastboot commands
Reboot Bootloader
fastboot reboot-bootloader
Flash bootloader files
fastboot flash dnx dnx_fwr_ctp_a600cg.bin
fastboot flash ifwi ifwi_ctp_a600cg_unlock.bin
Reboot bootloader
fastboot reboot-bootloader
Flash your previous droidboot/fastboot
fastboot flash fastboot fastboot.img
Flash TWRP
fastboot flash recovery "twrp-image".img
Reboot your phone
fastboot reboot
Enable USB Debugging then reboot recovery
adb reboot recovery
Wait until screen shows blue lines
Connect your device to pc
Type adb shell on cmd
Here is example codes for flashing:
twrp wipe data
twrp wipe cache
twrp install /sdcard/"example-rom".zip
twrp install /sdcard/"gapps".zip
If you dont have computer to do this twrp steps. There is a app called Auto Flasher Rom flash utility but its risky.
For locking: Just change ifwi. all goes with same method
Downloads
TWRP-3.0-M-2.0-recovery-T00F.zip (other versions untested + we need twrp version 3+
Fastboot
Bootloader Tools
thank you
---------- Post added at 09:58 AM ---------- Previous post was at 09:14 AM ----------
fastboot flash fastboot fastboot%2Fzf6.img
waiting for asus logo after restart
mdikmetas said:
thank you
---------- Post added at 09:58 AM ---------- Previous post was at 09:14 AM ----------
fastboot flash fastboot fastboot%2Fzf6.img
waiting for asus logo after restart
Click to expand...
Click to collapse
Information added about fastboot
worked now all thank you
thanks m8, helped me a lot
Thank you
Help me please
Method is a little bit different .Usage is harder
It shows lines instead of screen while booting - fastboot -recovery. Example
But i have solution for it.
Dont worry it wont damages your device. You have to wait until your device boots and it will be normal
Hey..im new in here..i've got problem when tried to follow your guide...my zen 6 a601cg shows line until now..almost 4 hours...its show that colouring lines,thats all..i'm very sure i'll follow ur guide correctly but after flashing twrp then reboot,the lines not disappear until now..help me please..
Sorry for my poor english..Thanks in advance..
I can't extract the archives because there is a password.
Could you give the password to extract the files please?
Thank you
After unlock, is there some way to remove the lines and show the logo and boot animation again?
emandreatta said:
I can't extract the archives because there is a password.
Could you give the password to extract the files please?
Thank you
Click to expand...
Click to collapse
I think you downloaded archives are corrupted. There is no encyription
emandreatta said:
After unlock, is there some way to remove the lines and show the logo and boot animation again?
Click to expand...
Click to collapse
It is only possible with soft reboot (or locking )
help required
i have asus zenfone 6 a600cg
I got the issues when I got an update and I started the update but the battery was low so the update could not install fully and in between it got bricked.
Now I cannot go into fastboot or the recovery or the droidboot.
when I press the power and volume up button it starts and shows me Asus logo only then it does not move further.
When I connect it to the PC the USB connected sign is shown in white colour.
I tried using the xfstk and load the file for that procedure but it was shooting error of win x200015..... Something.
Not the phone is really unusable so please help me.
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired. Please
* do some research if you have any concerns about features included in this Recovery
* 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.
*/
INSTALLATION
Download recovery.
unlock oem in developer options in settings
reboot bootloader
calculate md5 of the serial number of device
Code:
fastboot oem key ef4de79290b861b54d6bc58b65ef42f1
in my case ef4de79290b861b54d6bc58b65ef42f1 was my md5 of serial number
Code:
fastboot oem unlock
Code:
fastboot flash recovery recovery.img
Reboot into recovery! Have fun!
DownloadsDownload https://www.androidfilehost.com/?fid=1322778262903986803
Thanks to
@yshalsager
[MENTION]HikariCalyx[/MENTION]
Created 2018-05-11
Last Updated 2018-05-11
Contributors
Source Code: https://github.com/TwrpBuilder/android_device_nokia_frt
XDA:DevDB Information
[RECOVERY][TWRP] TWRP 3.2.1 Nokia 1, ROM for the Nokia 1
Contributors
androidlover5842
ROM OS Version: 2.3.x Gingerbread
Version Information
Status: Testing
Created 2018-08-21
Last Updated 2018-08-21
Hi, I installed the twrp but I made the mistake of formatting the data and now it's in bootlop. Any help? thanks
I can't install with this tip.
My Nokia 1 work on 8.1 Oreo. I can't install twrp on my nokia with above 1st post.
Run adb devices -> worked.
Reboot recovery or bootloader -> worked, but not countinue command => not unlock oem with hash key.
Fastboot devices -> not worked (no list phone).
Help me plz.
Update driver for Fastboot and work.
Fastboot command not working
Didnt wanted to flash recovery rather boot with
Fastboot boot twrp.img
Command went well but on restarting twrp never came, instead booted in system. What could be the reason? Twrp bug?
Error
Do you have the file of this version TWRP-3.2.1-frt-20180506.img? The latest version TWRP-3.2.3-frt-20180802.img can’t install/flash any zip files.
Error:
“Checking for Digest files
Skipping Digest check: no digest file found”
Is it working on TA-1047 dual sim variant?
androidlover5842 said:
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired. Please
* do some research if you have any concerns about features included in this Recovery
* 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.
*/
INSTALLATION
Download recovery.
unlock oem in developer options in settings
reboot bootloader
calculate md5 of the serial number of device
Code:
fastboot oem key ef4de79290b861b54d6bc58b65ef42f1
in my case ef4de79290b861b54d6bc58b65ef42f1 was my md5 of serial number
Code:
fastboot oem unlock
Code:
fastboot flash recovery recovery.img
Reboot into recovery! Have fun!
DownloadsDownload https://www.androidfilehost.com/?fid=1322778262903986803
Thanks to
@yshalsager
[MENTION]HikariCalyx[/MENTION]
Created 2018-05-11
Last Updated 2018-05-11
Contributors
Source Code: https://github.com/TwrpBuilder/android_device_nokia_frt
XDA:DevDB Information
[RECOVERY][TWRP] TWRP 3.2.1 Nokia 1, ROM for the Nokia 1
Contributors
androidlover5842
ROM OS Version: 2.3.x Gingerbread
Version Information
Status: Testing
Created 2018-08-21
Last Updated 2018-08-21
Click to expand...
Click to collapse
does this work for ta-1047 as well?
No, both TWRP recovery images not boot on TA-1047
Even latest factory boot.img and recovery.img are not available, so no way back when you try to flash it.
MioCZ said:
No, both TWRP recovery images not boot on TA-1047
Even latest factory boot.img and recovery.img are not available, so no way back when you try to flash it.
Click to expand...
Click to collapse
It worked for me but TWRP wants a pw.
What helped me was factory reset, then developer options activate unlock
then go fastboot.
no capatible twrp on nokia 1
anyone help please no twrp for nokia 1...
what about if i download twrp 3.0.1 should it work ?..
is there another method to root without custom recovery ?!!
please if you know help me
---------- Post added at 03:22 PM ---------- Previous post was at 03:15 PM ----------
because no twrp capatible with nokia 1 (ta-1047)
tsaber said:
It worked for me but TWRP wants a pw.
What helped me was factory reset, then developer options activate unlock
then go fastboot.
Click to expand...
Click to collapse
no capatible twrp on nokia 1
Naner8lo said:
Hi, I installed the twrp but I made the mistake of formatting the data and now it's in bootlop. Any help? thanks
Click to expand...
Click to collapse
Me too i have been installed the twrp on my phone (nokia 1 ta1047)
it work but when i boot into recovery it show me a message " password" and can't read phone storage , so i see some youtube videos about how to fix this problem after that m, i made the mistake by wiping data + cache...
after that the phone is blocked by google security (black screen).
Conclusion: TWRP 3.2.1 isn't an official recovery
Sadly no capatible TWRP on nokia 1 ?
Solution: i go to phones market and tell them about anything after that they give me a new phone.
Hi
Are there any plans to make this TWRP work with stock Pie? It doesn't seem to launch at the moment when the device is running Pie.
Understand it might be a challenge, just wondering if you were thinking of doing it.
My bad, it does work perfectly, you just need to find a way to flash it instead of using "fastboot boot" and you need to avoid the system replacing the recovery with stock on each boot.
After unlocked bootloader and installed TWRP phone gose to boot only TWRP!
Well... If we can install gsi roms using this recovery, this is a good recovery, but since I don't have a windows pc(to flash stock rom if something goes wrong) I didn't try, as soon as I get a windows pc on hand, I will downgrade to pie use a gsi...
Nope, gsi roms don't boot, I have Magisk installed by patching boot image and flashing it on android 10 go edition works, I'm just posting for info...
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
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.