[ROM] Huawei Ascend G7-L01 (Unique CUST Number) - Huawei Ascend G7 ROMs, Kernels, Recoveries, & Othe

I have a Huawei Ascend G7-01 with a rather unique CUST number i.e. CUSTC113D001. The ROM is WIND Italy. It has proved impossible to flash any official ROM for any other CUST number and there is no ROM (including the one running on the phone) available for download. How can I update the phone to Android 5.1.1 or 6.0 using an official package? I have attached screenshots. Here are the other details:
Bootloader: Unlocked (I was able to unlock it)
Root Status: Not rooted (I don't want to root yet since I'm looking for an official ROM)
Model Number: G7-L01 (NOT G760-L01, are they the same?)
Internal: 16GB
RAM: 2GB
Android Version: 4.4.4
EMUI Version: 3.0
Baseband Version: 11060009
Build Number: G7-L01V100R001C113B242
Custom Version: CUSTC113D001
{
"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"
}
I REALLY NEED TO UPDATE TO ANDROID 5.1.1 OR 6.0 . I was using the Infinix Hot 2 running Marshmallow so going back to KitKat is really frustrating

i think i have the exact same version of the G7-L01 which has evaded every method of upgrading to almost every type and build of lollipop till i bricked it about an hour prior to this reply. have you found a solution as yet?

you can try to take advantage of this instruction (http://4pda.ru/forum/index.php?showtopic=720152&st=340#entry46894069). Be very careful. The assignments must necessarily in that order.

A little bit of hope, At a risk though.
Mwai254 said:
I have a Huawei Ascend G7-01 with a rather unique CUST number i.e. CUSTC113D001. The ROM is WIND Italy. It has proved impossible to flash any official ROM for any other CUST number and there is no ROM (including the one running on the phone) available for download. How can I update the phone to Android 5.1.1 or 6.0 using an official package? I have attached screenshots. Here are the other details:
Bootloader: Unlocked (I was able to unlock it)
Root Status: Not rooted (I don't want to root yet since I'm looking for an official ROM)
Model Number: G7-L01 (NOT G760-L01, are they the same?)
Internal: 16GB
RAM: 2GB
Android Version: 4.4.4
EMUI Version: 3.0
Baseband Version: 11060009
Build Number: G7-L01V100R001C113B242
Custom Version: CUSTC113D001
I REALLY NEED TO UPDATE TO ANDROID 5.1.1 OR 6.0 . I was using the Infinix Hot 2 running Marshmallow so going back to KitKat is really frustrating
Click to expand...
Click to collapse
Hello, i had the exact build number. after an tremendous decrease in performance and battery life, i had to take some steps, in the process i have also updated to android 7.1, so i hope to help everyone still using this phone with the same cust. There was no official way to do it, so i had to go unofficial, if you have a problem with that, stop reading. I am not in any way responsible for damages to the phone. The only reason why this might be different from other guides is that i experienced a rare issue that my phone did not know its model number. Furthermore, all roms are for G750-L01, or G760-L01, my device reported to be a G7-L01, thus no roms would flash.
The process i chose was to flash a custom rom, if you are familiar with the process continue to step 3.
Step 0: Requirements gathering
Go to Huawei and download HiSuite to obtain drivers.
(Windows only)Go to Notepad++, and download and install notepad++
connect the phone to the computer via usb cable.
Step 1: Unlock bootloader
1.1) Gather required information:
1.1.1)Acquiring serial number:
Write down the serial number from the box, or from settings>about phone>status​1.1.2)Acquiring IMEI Number
Write down the IMEI from the box, or from settings>about phone>status, or simply dail *#06#​1.1.3)Acquiring the Product ID
Then go to RootJunkySdl.coms Huawei P8 lite section and download the product id generator.exe
Select HUAWEI Y300-0100 as a model and enter your IMEI, write down the product ID​1.1.4)Getting unlock code
Go to Huawei unlock page, sign in or up
First select: Before EMUI5.0
Then the next field select: Smartphone
Enter: "HUAWEI Y300-0100" as a model number
Enter the Serial number obtained in step 1.1.1 as the serial number.
Enter the IMEI obtained in step 1.1.2 as the IMEI number.
Enter the Product ID obtained in step 1.1.3 as the Product ID
Enter the verification code, and hit submit.
Copy down the unlock code provided by the website.​1.2)Unlocking the bootlaoder
1.2.1)Enabling developer options
go to settings>about phone and tap the build number until a toast(confirmation) appears that you are now a developer.​1.2.2)Enabling usb debuging
go to settings>developer options>scroll to allow android debugging, or usb debugging(apologies, since i am not on that firmware anymore i con not remember the exact name Huawei gave that option in the menu), ensure that it is enabled.​1.2.3)Acquiring Minimal ADB
Download Minimal adb
Decompress this anywhere.
Open a command window to the location.​1.2.4)Unlocking the bootlaoder
All file related content will be asuming windows is used, if you use Linux you'll be able to figure it out.
go to the extracted folder, you should see a few files, the most important is adb and fastboot.
Press Cntrl+L (Simultaneously ), then copy the path.
Click on start, type CMD right click the command prompt and select run as administrator.
type "cd " (with the space, but without quotations), then right click top paste the previously selected path.
Hit enter.
Now type "adb devices" and hit enter.
A confirmation should appear on the phone, check the box to always allow, and then select allow.
On the computer type "adb reboot bootloader" and hit enter
THIS IS THE WARRANTY VOIDING PART
Once the phone is in fastboot mode type "oem unlock " and the code acquired in step 1.1.4 at the end. then hit enter.
Do not close this window.​
Step 2: Flash TWRP
2.1)Download TWRP for the g7
Download TWRP 2.8.7.0 for Huawei Ascend G7
2.2)Falsh TWRP
Open the folder in which the .img was downloaded.
Press Cntrl+L (Simultaneously ), then copy the path.
Go to the command prompt window open from earlier.
Type "fastboot flash recovery " and the paste the path, before hitting enter, add "\openrecovery-twrp-2.8.7.0.img" to the end, then press enter.
The after the command is done., type ""fastboot reboot", and hit enter. The phone should turn on normally now.
Do still not close the command window.​
Step 3: Download, modify and flash rom.
In the command window type "adb reboot recovery".Hit enter
You should be greeted by a TeamWin logo, go to Mount. if there is no option to enable mtp, it is enabled, which means you can copy data from the computer to the phone.
3.1)Download Unofficial Resurrection Remix N (7.1.1) For Huawei Ascend G760.
3.2)Modify the rom installer.
3.2.1)Extract the zip to a desired location.
Navigate to \META-INF\com\google\android from the extracted folder.
Right click the updater-script and select "Edit with Notepad++".​Now in the notepad++ window remove the first line, it should be an assert(...); statement checking which device you have. Save the file
(The reason for this is that for some reason, my G7 with the same build as yours reported to be a blank, which will fail the assert, since it is not one of the recognized devices)
Save the file.
Now select the files extracted in step 3.2.1, and right click and select "sent to>", then "Compressed (zipped) folder".
3.3)Installing the rom.
Copy the created zip folder to the phone.
On the phone which should still be in recovery, select the home button, then go to wipe and wipe system, data, cache, and dalvik cache.
Now press home again, the select install, then select the zip you copied.​
Step 4: GAPPS
Go to Open Gapps.
Select ARM, then 7.1. now select the version of apps you want, i prefered micro.
Once downloaded, copy the zip to the phone.
On the phone go to home select install, and browse to the zip you just downloaded.
Now click home reboot and system, The first reboot will take a while(17 min to be precise). and enjoy.
Step 5:Enjoy!
If there is any queries, or issues contact me, since i am currently using the phone as a daily driver. I can Honestly say i have experienced a marginally better performance, the battery life has increased a lot though. If i have time, i will even be willing to assist anyone struggling with issues, with this phone via discord.

i have a problem. when i got here https://www.emui.com/en/unlock_detail to get unlock code, i found out they need a 16 digit SERIAL NUMBER whilemine gives me 15 digits. what must i do.
thanks. how do i know the other didigt
---------- Post added at 06:49 PM ---------- Previous post was at 06:27 PM ----------
IMEI SV it says 46. i really don't know what to do, but i want my phone flashed. please help.
---------- Post added at 06:51 PM ---------- Previous post was at 06:49 PM ----------
the serial number is mixed letters and numbers. while to get unlock code they say it must be either letters only or numbers only. very confusing

Related

[ROOT][LOLLIPOP][HONOR 4C] Root,Recovery & Bootloader Unlock by HassanMirza01

READ FIRST..!!
Kitkat ROM users go Here Honor 4C Root+CWM(KITKAT) Recovery & Bootloader Unlock by [MENTION=5939689]inshaalmirza
Marshmallow ROM users go Here [ROOT][MARSHMALLOW][HONOR 4C] Root, Recovery & Bootloader Unlock by inshaalmirza[/MENTION]
If You want to Upgrade your 4C to Marshmallow, Follow this Thread [ROM][HONOR 4C] UPGRADE your 4C to Android 6.0 Marshmallow by @inshaalmirza
If You want to Upgrade your Phone to Lollipop, Follow this thread [UPGRADE] Honor 4C B067 and B120 Version to Lollipop(B330) by inshaalmirza
DESCRIPTION:
Today i found the New Root & Installing Custom Recovery(TWRP) in LOLLIPOP ROM surely...
I will Provide correct info and help......All This you are gonna do is At your Own Risk... Damage to your device of any type is at your Own Responsibility,,, Don't point finger at me or I will Just Laugh at you...
PREREQUISTES:
First of all, You should Unlock Bootloader so that on every reboot, Your Root shouldn't damage. You can unlock bootloader by simple procedure...and also enable the USB Debugging from Developers options in settings...
PROCEDURE:
FOR UNLOCKING BOOTLOADER, FOLLOW THIS
Download the Attached PC Software Named "Huawei Product ID Generator" then Extract this zip file...
Now open it, fill all Info in it and it will Generate a Product ID for your Phone....
Now go to this site Unlocking Code website
Login to this site using your Huawei id which you made in themes store or in huawei cloud!!
Use the Serial Number Written on BACK OF YOUR PHONE..!!
Fill like, samrtphone>Product Model should be "HUAWEI Y300-0000"
then fill all fields and captcha also.. Click Submit and get the UNLOCKING CODE....
you can unlock bootloader wid that code then and root permanently....
After receiving the unlock code, write down the code;
Now go in your 4C's Settings>About Phone.
Then tap on Build number 10 times,,, you will get the Developers options in Last of Settings app. Open Developers option and Turn On the USB DEBUGGING.
Now connect your device to PC in MTP mode and then install the ADB drivers for it....
To install adb drivers correctly, use the Software Adb Driver Installer from here
LINK FOR ADB DRIVER INSTALLER
Full ADB folder is also attached Below.... put this folder in drive C.
Now Direct the cursor on the folder ADB, hold Shift and the right mouse button and choose "Open Command Window";
connect your phone to the PC in the "media device";
at the command prompt prescribe ADB Devices ;
then we write ADB reboot bootloader (the device will reboot mode fastboot);
then typed fastboot oem unlock **************** (where the asterisks replace unlock code);
BOOTLOADER UNLOCKED NOW!!
Now You are Ready to install TWRP recovery in Lollipop first.... Download the Root and TWRP recovery File from here...
This File Also contain Stock Recovery of Lollipop Rom
4C Root+TWRP by [email protected]
After this, unzip it and better come again in Fastboot Mode like above as explained, this time, move the recovery file to the adb folder which you want to install.
After that, type fastboot devices to see if your device is correctly attached to PC or Laptop. if yes then type this command in adb to install the Custom Recovery(TWRP) in your phone.
fastboot flash recovery twrp.img
Then
fastboot reboot
This will reboot your phone and TWRP installed.
Now move the Root.zip file to sd card and using TWRP recovery, install it.. and Whoa!
Its done and phone Rooted for sure... wid no bootloop chance..
Now Customize Your Phone Install Viper4Android And Roms Xposed ^_^
If You Want To Stock Lollipop Recovery After Root Simply Use The Command In Fastboot Mode
fastboot flash recovery stock.img
Then
fastboot reboot
This way, you will have Stock Recovery back.
Hit Thanks and Support me if you Like and get help from this thread...Thank you...
XDA: DevDB Information:
Honor 4C Root+TWRP(LOLLIPOP) Recovery & Bootloader Unlock by HassanMirza01
Contributors:
@inshaalmirza
Version Information:
Status: Stable
Stable Release Date: 2015-09-28
Created on: 2015-09-23
Last Updated on: 2016-02-20
reserved
inshaalmirza said:
Today i found the New Root & Installing Custom Recovery(TWRP) in Lollipop ROM for sure,,,
Kitkat ROM users go Here Honor 4C Root+CWM(Kitkat) Recovery & Bootloader Unlock by @inshaalmirza
First of all, You should Unlock Bootloader so that on every reboot, Your Root shouldn't damage. You can unlock bootloader by simple procedure...and also enable the USB Debugging from Developers options in settings...
Download the Attached PC Software Named "Huawei Product ID Generator" then Extract this zip file...
Now open it, fill all Info in it and it will Generate a Product ID for your Phone....
Now go to this site http://emui.huawei.com/en/plugin.php...ock&mod=detail
Fill like, samrtphone>Product Model should be "HUAWEI Y300-0000"
then fill all fields and captcha also.. Click Submit and get the UNLOCKING CODE....
you can unlock bootloader wid that code then and root permanently....
After receiving the unlock code, write down the code;
download the installer utility ADB and Fastboot and set (if you have them yet);
Full ADB folder is also attached Below....
direct the cursor on the folder ADB, hold Shift and the right mouse button and choose "Open Command Window";
connect your phone to the PC in the "media device";
at the command prompt prescribe ADB Devices ;
then we write ADB reboot bootloader (the device will reboot mode fastboot);
then typed fastboot oem unlock **************** (where the asterisks replace unlock code);
Now You are Ready to install TWRP recovery in Lollipop first.... Download the Root and TWRP recovery File from here...
4C Root+TWRP by [email protected]
After this, unzip it and better come again in Fastboot Mode like above as explained, this time, move the recovery file to the adb folder which you want to install.
After that, type fastboot devices to see if your device is correctly attached to PC or Laptop. if yes then type this command in adb to install the Custom Recovery(TWRP) in your phone.
fastboot flash recovery twrp.img
Then
fastboot reboot
This will reboot your phone and TWRP installed.
Now move the Root.zip file to sd card and using TWRP recovery, install it.. and Whoa!
Its done and phone Rooted for sure... wid no bootloop chance..
Now Customize Your Phone Install Viper4Android And Roms Xposed ^_^
If You Want To Stock Lollipop Recovery After Root Simply Use The Command In Fastboot Mode
fastboot flash recovery stock.img
Then
fastboot reboot
Hit Thanks and Support me if you Like and get help from this thread...Thank you...
Credits: Gizdev site...
Click to expand...
Click to collapse
{
"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"
}
Login first
kykyn123 said:
Click to expand...
Click to collapse
brother login using fb here first or make a free account to access it....
@inshaalmirza
inshaalmirza said:
brother login using fb here first or make a free account to access it....
@inshaalmirza
Click to expand...
Click to collapse
I already logged in, but it's still an error. help
Sorry, you must use a phone account to submit this application.
Make an account simple
inshaalmirza said:
Make an account simple
Click to expand...
Click to collapse
You get the code help me. I follow the instructions that the error
Info :
Product: Huawei CHM-U01
SN: A8K4C15711004382
IMEI1: 866778027687577
IMEI2: 866778027737588
Thank you very much
Wait sometime.......
inshaalmirza said:
Wait sometime.......
Click to expand...
Click to collapse
you get the code yet
Will try from laptop..
inshaalmirza said:
Will try from laptop..
Click to expand...
Click to collapse
I had to get code
:laugh::laugh::laugh:
Ur Code
@kykyn123 your bootloader unlocking code is 1711851181091120...click thanks if i helped you,,,,
@inshaalmirza
thanks
inshaalmirza said:
@kykyn123 your bootloader unlocking code is 1711851181091120...click thanks if i helped you,,,,
@inshaalmirza
Click to expand...
Click to collapse
You get the code help me. I follow the instructions that the error
Info :
Product: Huawei CHM-U01
SN: A8K4C15616002519
IMEI1: 866778020241315
IMEI2: 866778020246934
Thank you very much
Will send again after 2h
Sent from my CHM-U01 using XDA Free mobile app
not possible without "phone id login"
not possible without "phone id login"
And phone id login is not available india :
post if any other way to unlock it:crying:
inshaalmirza said:
@kykyn123 your bootloader unlocking code is 1711851181091120...click thanks if i helped you,,,,
@inshaalmirza
Click to expand...
Click to collapse
inshaalmirza,please help me,i am having the same problem that kykyn123,i can´t get the bootlader unlocking code.
Info :
Product: Huawei CHM-U01
SN: F4T4C15721004258
IMEI1: 866781023542648
IMEI2: 866781023572652
Thank you very much
I am going insane,i try all,to get recovery to root my phone,but in the cmd say "FAILED (remote: Command not allowed) and i think is bootloader lock but in the screen of fastboot it say phone unlock.
please help me
thank you one more time
---------- Post added at 03:03 PM ---------- Previous post was at 02:49 PM ----------
nunoegena said:
inshaalmirza,please help me,i am having the same problem that kykyn123,i can´t get the bootlader unlocking code.
Info :
Product: Huawei CHM-U01
SN: F4T4C15721004258
IMEI1: 866781023542648
IMEI2: 866781023572652
Thank you very much
I am going insane,i try all,to get recovery to root my phone,but in the cmd say "FAILED (remote: Command not allowed) and i think is bootloader lock but in the screen of fastboot it say phone unlock.
please help me
thank you one more time
Click to expand...
Click to collapse
sorry but with huawei product id generator give me the product id 70302213 and in the phone dialing *#*#1357946#*#* give me the product id 58481620 i am confused???with one id and the other says me the same "Sorry, you must use a phone account to submit this application."
---------- Post added at 03:16 PM ---------- Previous post was at 03:03 PM ----------
nunoegena said:
inshaalmirza,please help me,i am having the same problem that kykyn123,i can´t get the bootlader unlocking code.
Info :
Product: Huawei CHM-U01
SN: F4T4C15721004258
IMEI1: 866781023542648
IMEI2: 866781023572652
Thank you very much
I am going insane,i try all,to get recovery to root my phone,but in the cmd say "FAILED (remote: Command not allowed) and i think is bootloader lock but in the screen of fastboot it say phone unlock.
please help me
thank you one more time
---------- Post added at 03:03 PM ---------- Previous post was at 02:49 PM ----------
sorry but with huawei product id generator give me the product id 70302213 and in the phone dialing *#*#1357946#*#* give me the product id 58481620 i am confused???with one id and the other says me the same "Sorry, you must use a phone account to submit this application."
Click to expand...
Click to collapse
i type in bootloader in cmd the command fastboot oem get-bootinfo and the say (bootloader) unlocked ????is the bootloader unlocked???if yes why i can´t install recovery???
many thanks ~~ a reply from China ?
some guys have tested on CHM-UL00 & CHM-TL00H , it works ~~
Pleasure to help anybody...
@nunoegena use the SN written behind your 4C nd The product id, generated by Id Generator....
i wonder if u can build stock LP android rom for this decive ??

Reinstall/Install MM/N on WiFi/LTE YOGA BOOK

This is the stock Rom of N & M for Yoga Book LTE & WIFI for the needers
if any dev want to help me developing a dual boot for Yoga Book, just PM me or join Telegram Group for Yoga Book devs and users:
MOD EDIT: LINK REMOVED
Prees the Thanks button if that helps you​
How to install it:
Be careful, these steps will erase all your data on tablet and will downgrade rom (stock marshmallow)
First of all: read and understand all of the instructions.
1. Download the stock ROM
https://cloud.kolyandex.su/index.php/s/4WDt6ghOzHAyP4s (Nougat WiFi version)
https://easy-firmware.com/home/browse/category/id/19521/ (Marshmallo LTE version)
https://androidfilehost.com/?fid=817550096634799507 (Marshmallo WiFi version)
2. Extract it to some folder
3. Download Intel Platform Tool Lite from here: https://01.org/android-ia/downloads/intel-platform-flash-tool-lite
4. Install Intel Platform Tool Lite
4. Boot into fastboot mode
5. Run Intel Platform Tool Lite
6. Make sure your tablet is recognized by the tool (otherwise you need to enable USB-debug in Developer settings)
7. Select "flash_update_from_eng.json" from folder in (2)
8. Push "start to flash"
9. Wait... (You should check tablet's screen in order to lock/unlock bootloader (it should be locked after flash in order to install OTA updates))
10. Reboot tablet
11. Your keyboard might not work: that is normal (just use on-screen keyboard for now)
12. After initial setup: open Contacts app, create new one (if there are no contacts yet), tap search and enter ####6020#
13. Choose your region
14. Reboot
15. Setup again (now halo should work)
16. Go into settings -> about -> updates and update till the last version (may take several hours)
17. Say thanks for alexjustes for his Amazing Steps
Thank you so much for posting this!
Have you tried flashing this through @danjac's TWRP build? I know trying to restore any nandroid backup made after the OTA upgrade to Nougat results in a boot loop.
beltani said:
Thank you so much for posting this!
Have you tried flashing this through @danjac's TWRP build? I know trying to restore any nandroid backup made after the OTA upgrade to Nougat results in a boot loop.
Click to expand...
Click to collapse
Unfort. no, because i dont have a YB Android Version, i have win ver.
THE MAXIMUM POWER said:
Unfort. no, because i dont have a YB Android Version, i have win ver.
Click to expand...
Click to collapse
I'm 99% sure this isn't flashable in custom recovery, at least without some modification and repackaging. It's a package designed for Intel Phone Flash Tools.
Still a huge asset, though, so thanks again!
beltani said:
I'm 99% sure this isn't flashable in custom recovery, at least without some modification and repackaging. It's a package designed for Intel Phone Flash Tools.
Still a huge asset, though, so thanks again!
Click to expand...
Click to collapse
Same, it can only flashed through fastboot mode
I got myself into quite the pickle today. I've been considering selling my Yogabook to switch to a Chromebook 2-in-1. I wanted to get the device back to as full vanilla as possible. I "thought" the first step was to lock the bootloader again and then do a full factory reset, apparently not... After booting back up from locking the bootloader I kept getting an Intel "bootloader error code 01" and Android would not start. It would take me to fastboot mode on it's own but I was unable to use the power button to make a selection and the device would just power off after 5 minutes. Thankfully from there or fore powering off I could hold Volume up on startup and get to fastboot manually or recovery. It being in a locked state now though I couldn't do much of anything else, no flashing anything other than loader, no format, no erase, and TWRP was not able to be booted.
Anyway I finally read a post about DNX mode and how to get to it, but nothing on how to really use it or any decent information imho. After finally finding some users on another part of the forum discussing a DNX flashing tool made for their devices HTC I went searching for a tool for the Lenovo. Lenovo has nothing for this (shame on you Lenovo!) but Intel does have it and it can be used with the recovery image posted above in this thread (and I assume all the others running around). And here is the URL for the tool
https://01.org/android-ia/downloads/intel-platform-flash-tool-lite
You just have to load a valid JSON file containing the proper config information for the ROM you are flashing iwithin the Intel tool. For this particular version of the ROM I did have to modify the "flash_recover_dnx.json" file to remove this section
Code:
{
"duration" : 5000,
"restrict" : null,
"tool" : "sleep"
},
Otherwise the flash tool would not load it due to the a bad tool from this JSON config named "tool". No other changes to the settings of the Intel flashing tool were needed.
Just click "Start to Flash" and once it was done all was well. Took a little over five minutes, it unlocked, flashed, and locked the device again itself.
{
"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"
}
No more Intel error stating the device isn't secure every reboot. I did lose all my data that was on it doing this but I wasn't worried about that going into it.
After initial setup in Android I did have to do the trick noted here to get the Halo keyboard working again which then required initial setup once more.
Hope this helps others.
@MarkAllen, thank you for your valuable information. This will help people unbrick their devices.
MarkAllen said:
I got myself into quite the pickle today. I've been considering selling my Yogabook to switch to a Chromebook 2-in-1. I wanted to get the device back to as full vanilla as possible. I "thought" the first step was to lock the bootloader again and then do a full factory reset, apparently not... After booting back up from locking the bootloader I kept getting an Intel "bootloader error code 01" and Android would not start. It would take me to fastboot mode on it's own but I was unable to use the power button to make a selection and the device would just power off after 5 minutes. Thankfully from there or fore powering off I could hold Volume up on startup and get to fastboot manually or recovery. It being in a locked state now though I couldn't do much of anything else, no flashing anything other than loader, no format, no erase, and TWRP was not able to be booted.
Anyway I finally read a post about DNX mode and how to get to it, but nothing on how to really use it or any decent information imho. After finally finding some users on another part of the forum discussing a DNX flashing tool made for their devices HTC I went searching for a tool for the Lenovo. Lenovo has nothing for this (shame on you Lenovo!) but Intel does have it and it can be used with the recovery image posted above in this thread (and I assume all the others running around). And here is the URL for the tool
https://01.org/android-ia/downloads/intel-platform-flash-tool-lite
You just have to load a valid JSON file containing the proper config information for the ROM you are flashing iwithin the Intel tool. For this particular version of the ROM I did have to modify the "flash_recover_dnx.json" file to remove this section
Code:
{
"duration" : 5000,
"restrict" : null,
"tool" : "sleep"
},
Otherwise the flash tool would not load it due to the a bad tool from this JSON config named "tool". No other changes to the settings of the Intel flashing tool were needed.
Just click "Start to Flash" and once it was done all was well. Took a little over five minutes, it unlocked, flashed, and locked the device again itself.
No more Intel error stating the device isn't secure every reboot. I did lose all my data that was on it doing this but I wasn't worried about that going into it.
After initial setup in Android I did have to do the trick noted here to get the Halo keyboard working again which then required initial setup once more.
Hope this helps others.
Click to expand...
Click to collapse
Thank You for the INFOS
The tool does not recognized my device
Please help to flash my yoga book.
Got these with the stock .json file as described above:
06/18/18 12:00:01.188 ERROR : No description value in command sleep
06/18/18 12:00:01.188 ERROR : Cannot create command with tool "sleep"
06/18/18 12:00:01.188 ERROR : Tool sleep not found or invalid tool configuration
Opened that file in notepad and deleted the sleep section - started flashing.
The usb drivers are definitely required, I lost the connection because they weren't loaded. I installed them and refreshed device manager and she started receiving the flash.
Used Win7 to flash also, the intel page says its not supported.
Flash success and locked bootloader after entering the country code - thanks very much all!
jeitana said:
Please help to flash my yoga book.
Click to expand...
Click to collapse
Try installing Android SDK drivers in you PC
Guys, if anyone faced a Probleme during his way to flash the ROM, PLZ tell me the problems with More Details
_Deeb0_ said:
Got these with the stock .json file as described above:
06/18/18 12:00:01.188 ERROR : No description value in command sleep
06/18/18 12:00:01.188 ERROR : Cannot create command with tool "sleep"
06/18/18 12:00:01.188 ERROR : Tool sleep not found or invalid tool configuration
Opened that file in notepad and deleted the sleep section - started flashing.
The usb drivers are definitely required, I lost the connection because they weren't loaded. I installed them and refreshed device manager and she started receiving the flash.
Used Win7 to flash also, the intel page says its not supported.
Flash success and locked bootloader after entering the country code - thanks very much all!
Click to expand...
Click to collapse
Is this compatible with the Yoga Book A12?
I have been away for a while. Why should I want to install this rom?
Ok I wanted to reset this tablet because the SystemUI ap was using %25 of the cpu constantly, I do not know when and hopw this piece of **** got to that level of crappy update, must be some google crap
- Can I unlock the OEM bootloader?
- Can I still use the twrp->Magisk method to root this?
thanks
Shawnki91 said:
Is this compatible with the Yoga Book A12?
Click to expand...
Click to collapse
Sorry but no
hajkan said:
I have been away for a while. Why should I want to install this rom?
Click to expand...
Click to collapse
No Need to reinstall this Rom if you have already your System, both are 100 % same
hajkan said:
Ok I wanted to reset this tablet because the SystemUI ap was using %25 of the cpu constantly, I do not know when and hopw this piece of **** got to that level of crappy update, must be some google crap
- Can I unlock the OEM bootloader?
- Can I still use the twrp->Magisk method to root this?
thanks
Click to expand...
Click to collapse
Reinstall the Rom will fix this, but doing factory reset will fix this too
In case anyone wants the wifi only M firmware here it is https://androidfilehost.com/?fid=817550096634799507

[GUIDE] How to dump boot image and root Nokia 3.2 / 4.2

If you want to repost this guide to other websites, please let me know before you repost.
For Chinese users: 中文版教程将会在dospy发布。
Click to expand...
Click to collapse
So after you unlock the bootloader successfully, you definitely want to install custom ROM, or at least root the phone, right?
Here's the guide about rooting Nokia 3.2 / 4.2.
This guide could probably work on Nokia 6.2 / 7.2 in the future.
Step 1: Unlock the bootloader
https://forum.xda-developers.com/nokia-4-2/how-to/guide-how-to-unlock-bootloader-nokia-4-2-t3962402
For Nokia 3.2, you'll need to read this as well: https://forum.xda-developers.com/nokia-3-2/how-to/guide-how-to-trigger-nokia-3-2-to-edl-t3962841
Step 2: Acknowledge current slot
You have two methods.
Method 1: After USB debugging enabled, execute this command:
Code:
adb shell getprop ro.boot.slot_suffix
Method 2: Under fastboot mode, execute this command:
Code:
fastboot getvar current-slot
We assume the current slot is b.
Step 3: Trigger the phone to EDL mode again
There's a hidden command in aboot known as "fastboot reboot-emergency".
However, normal fastboot binary doesn't have that command at all, so we need to compile a binary or hack the binary.
For Windows users, I've provided the fastboot binary that can use this command, and I renamed it to edl-fastboot.exe. You can download it on the attachment below.
For macOS/Linux distro users, I'm afraid you have to fork the source code, edit related content and compile yourself.
So with this special version of fastboot binary, we can boot the phone to EDL mode directly:
Code:
edl-fastboot.exe reboot-emergency
But wait, why didn't you mention this command when you released bootloader unlock guide?
That's because, if you attempt to use this command under locked bootloader, bootloader will response "Permission denied, auth needed. " and refuse to proceed the command.
I don't know how the authentication is done yet, but it's definitely not something that average developers can access to.
Click to expand...
Click to collapse
Step 4: Use partition manager to dump the partition
If you've came so far when unlocking the bootloader, you have already know the great partition manager.
Still, we assume the COM port number is 8 (COM8).
When the partition list appears, find "boot_b" (or boot_a if the current slot is a), right click on it, choose "Manage Partition Data" and click "Read Data". Then fh_loader binary will dump the boot image to your PC.
For Windows users, it's located at
Code:
%AppData%\Qualcomm\QFIL\COMPORT_8
Where %AppData% is actually C:\Users\your_user_name\AppData\Roaming .
The filename looks like this: ReadData_emmc_Lun0_0x3a000_Len65536_DT_07_09_2019_13_55_54.bin
Now close the partition manager, your phone will exit EDL mode and boot normally.
If you're interested in dumping full eMMC storage, you may want to read this: https://forum.xda-developers.com/android/general/guide-how-to-dump-write-storage-t3949588
Step 5: Install Magisk Manager and patch the boot image you dumped
I think everyone who reading this guide knows where to download Magisk Manager.
Copy the boot image you dumped with QFIL to Download directory in your phone's internal storage, and rename it to boot.img for your convenience.
In case you don't know how to patch, read this guide: https://topjohnwu.github.io/Magisk/install.html#boot-image-patching
Step 6: Flash patched boot image and reinstall Magisk for ensurance
After you pulled patched boot image from your phone, reboot your phone to fastboot mode, then execute these commands:
Code:
fastboot flash boot magisk_patched.img
fastboot reboot
Note, temporarily boot method introduced back for old A/B devices like Nokia 7 Plus no longer works on Nokia 3.2 / 4.2 - it will boot your phone to Qualcomm 900E mode.
Once your phone booted to normal OS, open Magisk Manager, and reinstall Magisk and required runtime to make the root much more effective.
You may want to read this guide if you want to inherit root along with OTA update: https://topjohnwu.github.io/Magisk/tutorials.html#ota-installation
Extra info about custom rom:
I've tested PHH-Treble GSI on Nokia 4.2 and it made me disappointed.
The vendor compatibility is worse than FIH made Android Phones.
You may want to read this for more details: https://github.com/phhusson/treble_experimentations/wiki/Nokia-4.2
Next preview: Stock firmware reinstallation guide. Note, Nokia 3.2 / 4.2 are not made by FIH, so OST LA no longer works on both devices.
Special thanks:
@topjohnwu for Magisk
Wingtech for leaking prototype units
Reserved
not detected
my pc doesn't detect the phone when its in edl mode. before people start asking I unlocked the bootloader by enabling oem unlock in the phone settings.
I have a TA-1156 (a 3.2 variant) that has a different mainboard layout. For quite a while, I tried in vain to bring it into EDL mode - until I just tried the fastboot command "flash unlock" which worked.
I guess I should have tried that right away as I did have the OEM unlocking option in the developer setup.
Anyway, now I'm unlocked but can't access the partitions with the QFIL partition manager. I suspect the phone expects a different programmer than prog_emmc_firehose_8937_ddr.
I can enter EDL mode easily now with the patched fastboot exe. The correct driver is active and QFIL detects the phone. However, as soon as I follow the instructions by setting the programmer, and then try to start the partition manager, the phone stops responding.
After a while, I get a "sahara" error about no reply from the phone.
I wonder if someone has a stock boot.img of the Nokia 3.2 (build 00EEA) lying around ...
Here is someone else's photo of the mainboard (I just realized that it's actually from hikari_calyx!) but on mine, the right one of the test points you marked in your 3.2 variant does not exist, so I edited it out in the photo:
{
"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"
}
JFDee said:
Anyway, now I'm unlocked but can't access the partitions with the QFIL partition manager. I suspect the phone expects a different programmer than prog_emmc_firehose_8937_ddr.
Click to expand...
Click to collapse
My guess was right. Now I'm able to reply to myself with a solution.
I tried a different prog_emmc_firehose_8937_ddr than the one provided by @hikari_calyx in the unlock thread
There is a programmer with the same name in this firmware:
sprout-015B-0-00WW-B01 .rar
It's provided by @bouyhy01 in his rooting thread.
The size of the programmer file is slightly different:
Code:
hikari_calyx: 428,936 bytes
Firmware: 428,944 bytes
Long story short: the different programmer worked in QFIL, so the partition manager worked as well, I got my own boot image, patched, flashed and had root - finally ... Thanks for all the research work, hikari_calyx and bouyhy01 !
Attached is the working programmer file, in case anyone else stumbles upon the same problem. By the way, my phone has the October security patch installed which is currently the latest available.
View attachment prog_emmc_firehose_8937_ddr_from_fw.zip
.
JFDee said:
Here is someone else's photo of the mainboard (I just realized that it's actually from hikari_calyx!) but on mine, the right one of the test points you marked in your 3.2 variant does not exist, so I edited it out in the photo:
View attachment 4867461
Click to expand...
Click to collapse
I guess the only point can be connected to the ground, for example, the RF shield is grounded.
JFDee said:
Attached is the working programmer file, in case anyone else stumbles upon the same problem. By the way, my phone has the October security patch installed which is currently the latest available.
View attachment 4869373
.
Click to expand...
Click to collapse
Thanks for info. Mine Nokia 3.2 is a prototype unit, so I don't know the situation of other versions of Nokia 3.2.
Hello, I have tried this manual for rooting Nokia 4.2 with last security update of 5th of November. After 5 step (flashing patched boot image) my phone try to reboot and then asked for factory reset (Can't load android system - Your data may be corrupt). After making factory reset there were no root at all.
What can i do next ?
PS. It's strange enough when i download boot_b image it was 63.4 Mb snd when i have patched it by Magisk manager - the size od magisk_patched.img became 10.2 Mb

[Guide][root][unlockloader][roms][twrp][tutorial] for huawei devices

Disclaimer: Im new and i'm not that good at english,im not responsible for bricked devices.
So for the past month i've been through a journey of tryng to break through huawei's draconian security and i can proudly say that i finally did it, i installed a custom rom on my FIG-LX1
I've read a lot of sources and it all seems to be all over the place so i'm going to try and make this as easy as i can for you.
1.First of all ,if you want a custom rom go to OpenKirin ( https://openkirin.net/devices/) and choose your rom and see if you need to upgrade/downgrade your emui and also if your device is supported.
2.For the bootloader you have two options
a) The paid one, use sigma key or dc unlocker
b) The free and geeky one. Attention you'll need to open up your phone, which is honestly not that hard and you can pay a pro to do this for you for like 5 bucks .This method is pretty straight forward:\
1.Go to Potato NV (https://github.com/mashed-potatoes/PotatoNV) , see if your device is supported and download the software
2. Now comes the hard part, you need to take off the back cover of your device. Shut down your phone, then take your phone cover off, then you need to search google for your test point. For example for me it was Fig lx1 test point (device model+ test point)
3. When you located the test point youll need to short it with the motherboard shield. In their tutorial they said that youll need to solder it ,but it can be done easier. You need just a very small piece of wire and someone to plug the device
Here's how the process looks:
{
"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"
}
4.Open potato nv software. Now you need another person to help you. Hold the phone , touch the test point and the motherboard shield and keep them shorted while the other person plugs the usb cable from pc to phone. U should hear the connection sound from windows and the CHARGING LOGO SHOULDN'T APPEAR.
5. Now you can stop shorting the test point and the shield, but keep the phone connected to PC.
6. In potato Nv choose your cpu and unlock bootloader
7.Now your bootloader is unlocked ,if any problems you still have the bootloader unlock code
Back to roms and twrp .
Now you should see this messagge appear:
This menu is very important for changing the rom ,cause every rom needs emui 9 or 8 to be installed and from here you can reinstall the stock emui after flashing custom rom but we'll talk about it later.
Now for flashing twrp.
Boot the device into bootloader mode(shut down ,then hold power+ volume down until huawei appears on screen or Better and easier and useful for later download android platform tools from SDK Platform Tools release notes | Android Developers (developer.android.com/studio/releases/platform-tools).Plug the device into pc,enable usb debugging . Open a cmd and open the folder location .Example
Code:
cd C:\Users\USerName\Desktop\platform-tools
and type
Code:
adb reboot bootloader
. You should see that your bootloader is unlocked
Download android platform tools (developer.android.com/studio/releases/platform-tools)
Now find your twrp img for your phone , rename it to recovery.img and put it in in the platform-tools folder
Now in terminal open cmd in platform tools folder and type
Code:
fastboot flash recovery_ramdisk recovery.img
Now you have twrp installed
Note that you wont use it neither for rooting with magisk neither with installing custom rom.
Installing custom rom:
Open kirin has a very good user guide and i suggest you to follow it: OpenKirin (openkirin.net/user_guide/openkirin-rom-installation-instructions/)
Btw their rom works with twrp
But it doesn't say how to switch your rom or go back to stock for switching you need to be on stock)
1.Go to Android File Host - Free file hosting for Android developers ( androidfilehost.com) and search for your build number (eg: FIG-LX1) and download a firmware emui 8 or 9.
2.Open the zip ,go to software and from here youll see a folder called dload, extract it somewhere
3.Now youll need a sdcard in your phone,plug your phone into pc and put the dload folder on your sdcard (it should bee on the root directory ,basically dont put it in another folder in sdcard)
3.You should've noticed already that every time you restart your phone there is a warning message sayng that your phone is unlocked( image above)
4.Press volume up for 3 seconds and it should take you to huawei recovery ,from here press wipe data and factory reset to kinda reinstall huawei recovery which youll use for dload
5.After wipe restart your phone ,press vol up + vol down + power until huawei logo to enter force update
6.Now wait for it to do its job and install emui.
*If it doesnt do anything , take the sd card out ,put it in another device ,open dload folder,find update.zip and put it on the sdcard instead of dload folder
7. To switch the rom repeat the steps from open kirin,note that if u had twrp youll need to install it again
Now the hardest part ,rooting...NOte that i tested root only on stock so your process can be diffrent but im not sure ,you cand try for other rom this process
For stock and no twrp:
1.Force update emui with dload method , needed for a recovery img.
2.On pc open dload folder ,open update.zip and extract UPDATE.APP
3.Now download huawei app extractor from here [TOOL] Huawei Update Extractor [UPDATED: v0.9.9.5] | OPEN-SOURCE LIBRARY | XDA Developers Forums (xda-developers.com) (forum.xda-developers.com/t/tool-huawei-update-extractor-updated-v0-9-9-5-open-source-library.2433454/)
4.Open the app and go to settings and untick every box you see
5.Now go to extract and extract the UPDATE.APP file
6.Now you should see a lot of nonsense,find recovery_ramdis.img ,left click it once, then right click for options and select extract selected
7. Now u should have a recovery_ramdis.img file.Move this file on your phone and install magisk manager.
8.Open magisk and press install in the tab with the mask(the first install button) tick the box with recovery mode, then select patch a file and select the recovery_ramdis.img file .Now it patches it. Then move the patched file to the pc again, to the platform tools folder
9.Enable usb debugging on the device and plug device to pc
10.Open cmd on pc and type
Code:
adb reboot bootloader
, or simply reboot to bootloader(shut down phone,then hold power + vol down until huawei logo appears)
11. In cmd type
Code:
fastboot flash recovery_ramdisk magisk_patched_yourfile.img
Dont forget to change the yourfile into your file name mine had something like this : jhfdU
12.Reboot your phone and voila u have root, if doesn't work go back to magisk press again install,tick recovery mode, but this time select direct install and this should resolve problems
Magisk official guide(kinda hard to understand) : Installation | Magisk (topjohnwu.github.io) (topjohnwu.github.io/Magisk/install.html#huawei)
Note that by this you'll remove your custom recovery .
IF U WANT TWRP i assume that you patch the twrp img file with magisk and flash i,t you can try it out and post your results or u can try to just flash twrp as is.
Hope i helped you !!

How To Guide Realme GT Neo (chinese) BL unlocking tool based on realme UI 2.0 (Android 11)

The BL unlocking tool for realme GT Neo based on realme UI 2.0 (Android 11) is here !
I AM NOT LIABLE FOR ANY DAMAGES, BRICKED PHONES, OR ANYTHING ELSE THAT HAPPENS. IT IS YOUR CHOICE TO FOLLOW THIS GUIDE, AND THE CONSEQUENCES ARE YOUR RESPONSIBILITY.
Support unlocking models
realme GT Neo (RMX3031)
[BL Unlocking Instructions] (Important!!!)
1. After unlocking, it may cause unpredictable effects on the phone;
2. The third-party firmware may make some functions of the mobile phone not work properly, for example, the camera function is not available, and may cause damage to the device;
3. It may cause the leakage of private personal information on the mobile phone;
4. After unlocking, it will affect the system upgrade, and users cannot receive the subsequent updated version of realme UI;
5. After unlocking, the phone status is equivalent to restoring the factory settings, all user personal data will be cleared, it is recommended to back up the data in advance;
6. After the phone is rooted, if necessary, you can contact the realme service center to assist in flashing the phone. If you can flash back to the official version, the warranty status of the phone will not be affected, but you cannot enjoy the return and exchange service; if you can’t flash back to the official version or the result Mobile phone hardware failure is not covered by the warranty and needs to be paid for repair according to the situation.
Click here to check offline service outlets https://www.realme.com/support/services
How to unlock BL?
Ready to work:
1. Download realme GT Neo special unlock tool APK:
2. Download and apply to unlock APK
Link: https://pan.baidu.com/s/1F7ZGGh9OmDoEhJmMPwO79w
Extraction code: h0xt
Link: https://lanzoui.com/b00o2iupa
or
https://drive.google.com/drive/folders/1Jp-tNhEuRNkRrj_juzv4-VgFmX9MA6Tc?usp=sharing
{
"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"
}
2. Keep the battery power of the mobile phone above 60%
3. Prepare a USB data line
4. Prepare a PC/Macbook
Officially begin:
Step 1. Open developer mode
Go to "Settings" → "About Phone" → "Version Information", click "Version Number" 7 times to open the developer mode;
Step 2. Open oemlock
Enter "Settings" → "Other Settings" → "Developer Mode", open OEM unlock;
Step 3. Use APK to enter fastboot mode
Connect to the network, open the APK, and apply for unlocking in the APK.
Step 4. Click "Start Application", please read the "Disclaimer" carefully and manually tick agree.
Step 5. Click "Submit Application" and then click "Return" to return to the application interface, and wait for about 15 minutes. You can check whether you have passed the review through "Query review status" on the application interface.
Step 6. Unlock fastboot
After the review is passed, click "Start Deep Test", the phone will restart to the START interface
(The following is a real shot of the unlocking process)
Step 7. Connect to the computer and run: fastboot flashing unlock
a. Go to https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/ to download platform-tools for Windows
b. After downloading, unzip it to the root directory of drive c
c. Keyboard Win + R, enter CMD and then Enter
d. Enter cd.. and then Enter until C:\ is displayed
e. Enter cd platform-tools and then Enter
f. Enter fastboot flashing unlock and then Enter to continue step 8 of this post
Step 8. Follow the prompts on the phone interface, press the volume up button to select unlock, and after a three-second countdown, the phone will enter the interface of the picture on the right.
Step 9. The computer adb runs the command: fastboot reboot, and the phone will automatically restart.
Note: This restart will clear all user data.
Four, lockback tutorial
method one:
In the shutdown state, press the volume down button and the power button at the same time to enter the BootLoader interface, connect to the computer, and enter: fastboot flashing lock
The phone will enter the lock interface, the volume up key selects lock bootloader, after a three-second countdown, the phone will enter the interface of the picture on the right
The computer adb runs the command: fastboot reboot, the phone will automatically restart.
Method Two:
When the phone is turned on and connected to the computer, enter: adb reboot bootloader
The phone will enter the BootLoader interface
Input: fastboot flashing lock
The phone will enter the lock interface, the volume up key selects lock bootloader, after a three-second countdown, the phone will enter the interface of the picture on the right
The computer adb runs the command: fastboot reboot, the phone will automatically restart.
After the Bootloader is locked by either of the above two methods, please download and unlock the APK to complete the installation, and apply to exit the in-depth test on the application interface.
Once again, there will be the following risks when operating BL unlocking! ! ! Very important, must see!
1. After unlocking, it may cause unpredictable effects on the phone;
2. The third-party firmware may make some functions of the mobile phone not work properly, for example, the camera function is not available, and may cause damage to the device;
3. It may cause the leakage of private personal information on the mobile phone;
4. After unlocking, it will affect the system upgrade, and users cannot receive the subsequent updated version of realme UI;
5. After unlocking, the phone status is equivalent to restoring the factory settings , all user personal data will be cleared , it is recommended to back up the data in advance ;
6. After the phone is rooted, if necessary, you can contact the realme service center to assist in flashing the phone. If you can flash back to the official version, the warranty status of the phone will not be affected, but you cannot enjoy the return and exchange service; if you can’t flash back to the official version or the result Mobile phone hardware failure is not covered by the warranty and needs to be paid for repair according to the situation.
If the phone is abnormal after rooting, you can contact the realme service center for assistance. Service center outlets:
https://www.realme.com/support/services
For unlocking projects, if you have communication needs with the realme development team, please send an email to [email protected].
Source
Hello Guys, i found some new files related to new version of GT NEO coming from chinese website.
Link: https://www.realmebbs.com/post-details/1393555294172655616
Files: https://pan.baidu.com/s/1REDL0xw4ssb1SKhB19l4vg
Unlock code: 6a6b
I think GT NEO is currently on RMX3031_11_A.25 and i found files related to A.25 on link provided above. I hope someone can try this.
Screenshot:
​The detailed version of BL unlocking guide​
One, three deadly questions
1. Do you know what is to unlock BootLoader and what is root authority?
If you don’t know, it is recommended that you do not unlock BootLoader, let alone root.
2. Will you use adb and fastboot? Will you use TWRP? Do you know how to do double-clearing, card swiping, etc.?
If not, it is recommended that you do not unlock BootLoader, let alone root.
3. What do you do after unlocking Bootloader & root?
If you don't even know what to do, I advise you not to try it with curiosity, and unlock it only for people who really need it.
The important thing is said three times, there are risks in playing the machine, and you need to be cautious when you refresh the machine. Read the notes for this post carefully. Please be at your own risk for serious consequences such as the phone's failure to turn on or data loss, and the official after-sales service can help you flash back the official firmware. (If the hardware of the phone is damaged due to flashing, do I need to send the phone for repair, and may need to pay for repairs)
Two, unlock preparation
1. Apply for a realme account
Apply for Portal → https://id.realme.com/index.html
2. Download and apply to unlock APK
Link: https://pan.baidu.com/s/1F7ZGGh9OmDoEhJmMPwO79w
Extraction code: h0xt
3. Install APK and apply for unlock qualification
After reading the risk warning carefully, wait for the official release of the unlocking authority (about 15 minutes), and you can check whether it has passed the review through the "Check review status" on the application interface. After issuing the unlocking authority, apply for the APP to write the relevant information into the system, and then the following unlocking operations can be performed.
4. Backup data
Before unlocking, you can back up personal data, open-Settings-Backup Settings-Other Settings-Backup and Restore, back up important data, and then copy the built-in storage Backup directory to the computer or mobile storage, anyway, don't put it in the operation On your mobile phone, you can also backup very important data such as contact call records, short messages, etc. to the cloud. After unlocking the BootLoader, you can restore the data by yourself after you perform the required gaming operations.
5. Mobile phone settings and data preparation
①Settings-About the phone-Tap the version number 5 times in a row-prompt the developer option has been opened;
②Settings-other settings-developer options-turn on OEM unlocking and USB debugging;
③Download adb & fastboot command:
https://developer.android.google.cn/studio/releases/platform-tools
●Download SDK Platform-Tools for Windows window operation
●Download SDK Platform-Tools for Mac Mac operation
●Download SDK Platform-Tools for Linux Linux operation
After the download is complete, restart the phone to enter Fastboot mode.
Three, unlocking process
1. Decompress the file just downloaded on the computer, open it, and put it in the C:Windows\System32 directory of the C drive, as shown in the figure;
2. Win+R open the cmd window, enter adb reboot bootloader / open the depth test APP, click to start the depth test (both methods are available);
3. When the phone restarts, you see DEVICE STATE: locked, indicating that the BootLoader is in a locked state at this time;
4. Start unlocking:
After connecting to the computer, enter fastboot flashing unlock or fastboot flashing unlock_critical in the computer cmd window
5. Ask if you want to unlock, use the volume key to select UNLOCK THE BOOTLOADER to confirm the unlock, and select DO NOT UNLOCK THE BOOTLOADER for "No" (it’s too late to regret at this time), and confirm with the power button;
6. At this time, the phone will restart and enter the recovery mode to format the data partition, and then automatically power on. Congratulations, the phone has been unlocked successfully.
Fourth, check the unlock status
1. Open the cmd window on Win+R, enter adb reboot bootloader /open the depth test APP, click to start the depth test; (both methods are available);
2. Enter Fastboot mode again, you can see DEVICE STATE: unlocked;
3. It means that BootLoader is unlocked at this time, and you can use fastboot flash [partition name] [file path] to flash the file;
4. Flashing TWRP into the player in FastBoot mode. Flashing twrp.img into the recovery partition. (twrp needs a competent person to compile);
5. fastboot flash recovery twrp.img;
6. Select recovery mode with the volume button, press the power button to confirm, and enter TWRP (recovery mode).
Five, lethal science
1. What is to unlock BootLoader?
BootLoader runs before the operating system kernel runs. It can initialize hardware devices and establish a memory space map, so as to bring the system's software and hardware environment to a suitable state, so as to prepare the correct environment for the final call of the operating system kernel. In embedded systems, there is usually no firmware program like BIOS, so the loading and starting tasks of the entire system are completely completed by BootLoader.
2. What is root authority?
Root authority means that the mobile phone has the highest authority. For example, the administrator of the computer can modify the mobile phone software and some functions of the mobile phone at will.
3. How to use adb and fastboot?
We don’t use much here:
adb reboot bootloader reboot into, bootloader mode
fastboot flashing unclock unlock bootloader mode
fastboot flash recovery xxx flash files to recovery partition or boot partition
fastboot flashing lock lock bootloader mode
4. How to use TWRP? How to perform double-clearing, card swiping and other flashing operations? What can I do after rooting?
①TWRP uses double clearing: Homepage->Clear->Slide to restore factory settings (this operation will delete files in your data partition except the built-in storage).
②Format Data: Homepage ->Clear ->Format Data ->Enter yes (this operation will clear all files in your data partition, including built-in storage.
③Card swiping: Homepage -> Installation -> Browse to the card swiping package you need, click and swipe to swipe in.
④Backup: Homepage -> Backup -> Select the partition you need to back up -> Slide backup.
⑤Restore: Homepage ->Restore ->Select the version to be restored ->Select the partition to be restored ->Slide to restore.
⑥Advanced: Homepage->Advanced->File Management; Homepage->Advanced->Terminal command line can enter terminal commands.
⑦After rooting, we can modify: software, user data, system, or flash into the three-party system. (Three-party system needs to be adapted)
Do I need to rollback to A.19 version before applying the scripts to my GT Neo?
Any TWRP supported file link?
hello. Does Realme GT Neo have any rom ? i cant find anything about this phone ? So weird

Categories

Resources