Question [CLOSED] Root, and get Custom Bootanimation and Custom Font OnePlus 9 Pro includes T-Mobil variant - OnePlus 9 Pro

Hi All,
First of all, I am not responsible for the final outcome of your device. This is a choice you have made. This is what I did to get the phone I have want for years now. Follow these steps to “unlock bootloader, install root, and make certain partitions R/W”. By doing so you can install a custom bootanimation and custom fonts with apps from the Google Play Store. Make a full backup of device storage because you will be wiping your phone. Backup phone by connecting to PC and copy all necessary folders from phone storage to a temp folder on PC desktop (documents, downloads, pictures, dcim, music, videos etc). My device apps were auto backuped by Google Account. I copied and pasted the device storage to my laptop. This is all down on a windows 10 laptop. Using the ADB and Fastbbot tools from the android platform tools. Caution, if you are not use to rooting devices, don't do this!
Requirements: Use good quality USB cable when connecting to PC Phone must be fully unlocked (check settings/about phone and scroll all the way to bottom for unlock status) Download and install the latest Android Platform Tools to preferable to C:\adb (https://rb.gy/8yeouu) . Disable driver signing on your PC (https://rb.gy/8iva24) Download and install OnePlus USB drivers (https://rb.gy/awepqe). Download and install Qualcomm USB drivers (https://www.gadgetsdr.com/qualcomm-usb-driver/). Must be on Android 11 (not Android 12 there is a special step included to downgrade)
1) phone must be fully unlocked from T-Mobile.
2) Device needs to be on Android 11! Mandatory
If on Android 12, downgrade to 11 with this link and update once!!!!!
https://forum.xda-developers.com/t/op9pro-repository-of-msm-unbrick-tools-tmo-eu-glo-in.4272549/
3) do not restore or setup phone at this time but connect to WIFI, go into settings/about phone and tap several time to enable developer settings. then in system/developer settings enable OEM Unlock and enable USB Debugging and disable Auto Update!
4) Unlock the bootloader with this link.....https://rb.gy/8f0psw (the phone will factory reset and then boot to system
5) Use this link to gain root... https://rb.gy/dtsb2n
6) download flashable Magisk from here and copy to internal storage on device....https://www.rootingsteps.com/magisk-zip/
7) install TWRP from this link https://twrp.me/oneplus/oneplus9pro.html and while in TWRP flash the Magisk zip file.
Boot to system and open the Magisk Manager and click the upper install to direct path.
8) download this script and move it to phone internal storage.....https://rb.gy/pcdquz then boot to TWRP recovery and flash the zip. the phone will boot to system....enjoy
9) install from Goole Play Store Bootanimation changer by jimmy rum and Fontfix.
Now you can install a custom bootanimation and custom font.
Questions, just ask......
TheGhost

MOD ACTION:
Thread closed as duplicate of https://forum.xda-developers.com/t/...eplus-9-pro-includes-t-mobil-variant.4467317/

Related

[GNEX TOOLKIT V11.1.0] Drivers, Backup, Unlock, Root, Recovery, Flash + MORE [GSM]

Frequently Asked Questions:
Q. What is ADB Shell?
Adb shell is a linux command line tool (because android is based on linux) used to send commands to your android device. For S-ON devices, this is crucial for modifying files in the /system partition (where the rom sits) as you cannot modify anything in /system when the rom is running without S-OFF (e.g removing system apps).
From Google:
Android Debug Bridge (adb) is a versatile tool lets you manage the state of an emulator instance or Android-powered device. It is a client-server program that includes three components:
A client, which runs on your development machine. You can invoke a client from a shell by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create adb clients.
A server, which runs as a background process on your development machine. The server manages communication between the client and the adb daemon running on an emulator or device.
A daemon, which runs as a background process on each emulator or device instance.
----------------------------------------------------------------------------
Q. What is FASTBOOT?
Fastboot is 2 things. It is a mode on the phone, which looks a little like Bootloader. You can access it by holding 'Volume Up' and 'Volume Down' whilst turning on the phone.
It is also a way of flashing radios, recovery, boot images and system images in a command line method from a PC much like adb.
----------------------------------------------------------------------------
Q. I flashed CWM but each time I reboot the Stock Recovery is back
There is an auto recovery restore system on certain Stock Android Builds that will reflash the Stock Recovery if you flash CWM on a Stock Rom.
Use Root Explorer to Mount the system folder as R/W (or use a free app from Google Play such as ES File Explorer). Rename the files /system/recovery-from-boot.p and /system/etc/install-recovery.sh. Now when you flash CWM Recovery it will NOT be overwritten after a reboot.
OR you can use the ToolKit to rename the files (root access needed).
----------------------------------------------------------------------------
Q. I want to send my phone back so I need to flash a stock rom and relock the bootloader
1. Download, install and run the Unified Android Toolkit.
2. Install adb/fastboot drivers (if you havent already done so)
3. Option 9 to download a Google Factory Image.
4. After it finishes downloading you will be given the option to flash the image to your device. Do this.
4. Let the device reboot, then shut it down and re-enter fastboot mode (or boot to fastboot mode via the Reboot Screen in the ToolKit).
5. Option3, 2 to relock the bootloader.
Your internal storage will be formatted and data and cache wiped. Your device will now be back to an out-of-the-box FULLY STOCK state and ready to send back.
----------------------------------------------------------------------------
Q. What is the difference between Nandroid and Titanium backup?
A NANDROID will backup the whole system including boot, system, data and recovery partitions so you can restore a complete rom and all data and settings.
Essentially Titanium Backup is used to backup apps and associated user data. These could be restored AFTER a full wipe and a new Rom had been flashed on your phone.
The other option now which google added into the new adb command list is the adb backup which is in the ToolKit and can do the same job as Titanium Backup but will store the data on your PC rather than on the phone (where it takes up space and could be deleted).
----------------------------------------------------------------------------
Q. When I try to open the ToolKit I get a box pop up for a split second and then it goes away. My AntiVirus program says the file may be harmful.
The exe files I compiled are not digitally signed with a Microsoft certificate (as they cost money) so certain AntiVirus programs (mainly Norton) will pick it up as potentially harmful when it is not. They will pick up ANY file that doesnt contain a purchased Microsoft certificate in the same way. Restore the deleted file and exclude it from further scans and it will be fine.
----------------------------------------------------------------------------
Q. The ToolKit recognises my device in adb mode but not in fastboot mode (or other way round).
Open the Device Manager on your pc and then boot your tablet into fastboot mode or adb mode (dont plug the usb cable in yet). Make sure USB debugging is enabled on your tablet in settings, developer options. Plug the cable in while watching the Device Manager and determine which item is added to the list with the device plugged in. Once you have found it right click on the item and select update driver. Select 'browse my computer' from the list and then browse to the 'drivers' folder in the ToolKit folder (wherever you installed the ToolKit to). Make sure sub folders is ticked and click next. Hopefully the driver will be picked up and installed.
You can check if a driver has been installed by looking at the top of the Main Menu in the ToolKit while in fastboot mode and adb modes. If a serial number is displayed in each mode then it will work fine.
----------------------------------------------------------------------------
Q. Can I back up my apps before unlocking the Bootloader so I don't lose everything?
Performing an APPS BACKUP (option2, 1) will backup all apps that were installed after you first used your device. This will include any associated user data (such as settings or high scores for games) and apps you installed from Google Play Store. Just follow the recommended options and remember to turn your phones screen on before starting it as you need to confirm on your screen.
This option will NOT require your bootloader to be unlocked first.
You can also backup your Internal Storage without unlocking using option 2, 3 from the main menu. This will backup anything you store on your Internal Storage such as game data, music, videos. This is just pulled from your /data/media folder so you can view or edit the files on your pc after they have been pulled.
You can then unlock the bootloader (wiping your device) and retore the apps (option 2, 10) and Internal Storage data (option 2, 11) after doing whatever you want to with your device.
The only thing you cannot do with the ToolKit is to save the system settings but some of those are backed up by google if you chose that option when turning your device on the first time.
----------------------------------------------------------------------------
Q. I have Windows 8 and cannot install the drivers
How to Disable Driver Signature Enforcement in Windows 8:
From the Metro Start Screen, open Settings (move your mouse to the bottom-right-corner of the screen and wait for the pop-out bar to appear, then click the Gear icon).
Click ‘More PC Settings’.
Click ‘General’.
Scroll down, and click ‘Restart now’ under ‘Advanced startup’.
Wait a bit.
Click ‘Troubleshoot’.
Click ‘Advanced Options’
Click ‘Windows Startup Settings’
Click Restart.
When your computer restarts, select ‘Disable driver signature enforcement‘ from the list. You can now load your modified driver. Reboot again once the driver is installed and all will be well.
----------------------------------------------------------------------------
Q. I cannot find Developer options to Enable USB Debugging
With Android 4.2 google have thought it would be funny to hide the Developer options screen in the Settings. This means you cannot enable usb debugging to communicate with your device. To show the Developers options screen do the following:
Goto Settings, About tablet and tap your finger on the the 'Build number' text at the bottom 7 times (not too fast).
When you have tapped 3 times you will be given a countdown of taps until you become a 'developer'.
Once you are told you are now a developer you can go back to the Settings screen and can see Developer options.
You can now go into Developer options and enable usb debugging.
----------------------------------------------------------------------------
Q. How do I Update to the latest Google Stock Rom (manually)?
THE FOLLOWING PROCESS WILL ERASE YOUR INTERNAL STORAGE BACKUP ANYTHING YOU NEED.
You can use the Android ToolKit which will do everything automatically.
Or you can follow the instructions and do it manually:
These steps assume that you have set up your adb/fastboot drivers correctly.
1. Download it from https://developers.google.com/android/nexus/images
2. Unzip the .tar file to a folder on your pc
3. Unzip the needed files from the .tar file to the same folder on your pc
4. Copy the file fastboot-windows.exe to this folder (you can find the fastboot file in many places including my ToolKit download on post#1) and rename the file to fastboot.exe
5. Boot the phone into Fastboot Mode (KEEP holding the 'Volume up' and 'Volume down' buttons while pressing the 'Power' button)
6. Connect your device via the usb cable
7. Browse to this folder on your pc and run the flash-all.bat file to flash the stock images
----------------------------------------------------------------------------
Q. I tried to enter the code for the professional version but the Toolkit says the code is incorrect
Make sure the code entered is for the correct device being used in the Unified Android Toolkit.
You need to make sure you start the Toolkit with the toolkit.exe file when activating so the settings can be initialised or the code will not be accepted.
Also make sure you enter the code correctly as the characters are case sensitive.
UPDATES:
[TOOLKIT] SKIPSOFT ANDROID TOOLKIT -GNEX - GSM- Drivers, Root, Recovery + MORE
SPRINT MODEL SUPPORTED *HERE*
VERIZON MODEL SUPPORTED *HERE*
GALAXY NEXUS - SUPPORTS ALL AVAILABLE VERSIONS
SEE SUPPORT LIST FOR PUBLIC/PRO VERSIONS *HERE*
The Unified Android Toolkit brings together all the Nexus and Samsung Toolkits and supports many Nexus and Samsung devices. There is also an option at startup to run a Basic Android Toolkit which any Android device can use to install drivers, make app backups, install apk files, reboot the device into different modes and run a command prompt for manual input.
FUNCTIONS OF UNIFIED ANDROID TOOLKIT
* Install correct adb/fastboot drivers automatically on Windows xp/vista/7/8 32bit+64bit/Windows 10
* Backup/Restore a single package or all apps, user data and Internal Storage
* Backup your data from selectable folders [internal or external storage] to your PC for a Full Safe backup of data
* Unlock/Re-Lock your Bootloader [Nexus]
* Root Stock builds
* Various Root options using insecure boot image or custom recovery
* ALLINONE to Unlock, Root, Rename the Restore Files and install busybox [Nexus]
* ALLINONE to flash custom Recovery Root, Rename the Restore Files and install busybox [Samsung]
* [NEW] use SkipRoot boot image to Auto Root device, install Busybox Binaries and rename Recovery Restore files [selected devices]
* Install BusyBox on your device
* Perform a FULL NANDROID Backup of your system (Boot, Cache, Data, Recovery and System) via adb and save in Custom Recovery format on your PC which can be Restored via CWM Recovery [if insecure boot image available]
* Fix extSdCard write permissions from installed apps in Android 4.4+ [Samsung]
* Pull /data and /system folders, compress to a .tar file and save to your PC [if insecure boot image available]
* Dump selected Device Partitions, compress to a .zip file with md5 and save to your PC [if insecure boot image available]
* Extras, Tips and Tricks section
* Auto Update ToolKit to latest available version at startup (professional only feature)
* Program up to 10 Quickpick slots and run them very quickly (professional only feature)
* Mods section to automatically perform certain tasks on your device
* Download Google Stock Image directly to correct ToolKit folder for extracting and flashing [Nexus]
* Check md5 of stock image to make sure downloaded file isn’t corrupted before flashing [Nexus]
* Download Samsung Stock Firmware to PC for extracting and flashing via Odin [Samsung]
* Flash Custom Recovery or Google Stock Image to Device
* Flash any part of a stock Nexus image to device [boot, system, recovery] – Great for fixing broken parts of firmware
* Rename the Recovery Restore File present on some Stock Roms
* Boot into CWM Touch, TWRP, Philz Touch Recovery or Stock Recovery without Flashing it [Nexus]
* Flash Custom Recovery to Device
* Boot [Nexus] or Flash .img Files directly from your PC
* Install a single apk or multiple apk’s to your device
* Push Files from your PC to your device
* Pull Files from your device to your PC
* Disable forced encryption on Nexus6 and Nexus9 devices
* Install Root Checker app by Burrows Apps
* Install Backup/Restore app by MDroid Apps [calls log, sms, contacts]
* Install EFS/Partition Backup/Restore app by Wanam
* Dump selected LogCat buffers to your PC
* Dump BugReport to your PC
* Set Files Permissions on your device
* Open new Command Prompt for manual input
* Reboot device to Fastboot Mode or Android from fastboot mode [Nexus]
* Reboot device to Fastboot Mode [Nexus], Recovery, Android or Download Mode [Samsung] from adb mode
* Display Important Information about your device
--------------------------------------------------------------
{
"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"
}
--------------------------------------------------------------
SUPPORTED DEVICES AND LATEST SUPPORTED BUILDS *HERE*
DOWNLOAD THE SKIPSOFT UNIFIED ANDROID TOOLKIT *HERE* (FROM SKIPSOFT.NET)
NOTE: Key files are signed with a Digital Certificate from skipsoft.net but some ‘may’ get picked up as potentially harmful by Antivirus Programs and deleted. They are not harmful, this is a false positive given because of the compiler used. If this happens restore the file and exclude the folder from future scans to use it. This seems to happen mostly on AVG Free and Norton. If you are using the Auto Update feature on pro versions then you will need to disable the AV program or exclude the folder from scans before running the update again.
Credits: ChainsDD for Superuser, Chainfire for SuperSU, koush and the clockworkmod team for cwm and the universal driver pack, 1wayjonny for the adb/fastboot driver pack, Adam Lange for all his support and help with the insecure kernels, Viperboy for the Knox Disabler app, Stephen Erickson for the BusyBox installer app, BurrowsApps for the Root Checker app, NextApp for the SD Fix app, fOmey for TWRP for the Galaxy Gear.
--------------------------------------------------------------
WHAT IS THE DIFFERENCE BETWEEN PUBLIC (FREE) AND PROFESSIONAL (DONATE) VERSIONS?
THE PUBLIC VERSION OF THE TOOLKIT INCLUDES EVERYTHING YOU COULD NEED TO MANIPULATE AND ROOT YOUR DEVICE.
ACTIVATING THE PROFESSIONAL VERSION ADDS THE MOST USEFUL FUNCTION IN THE TOOLKIT, THE ABILITY TO CHECK FOR ‘AUTO UPDATES’ DIRECTLY VIA THE TOOLKIT AND HAVE THEM PUSHED TO YOUR PC RIGHT AWAY AS SOON AS THEY ARE UPLOADED WITHOUT NEEDING TO DOWNLOAD THE WHOLE TOOLKIT EVERY TIME. YOU WILL ALWAYS HAVE THE LATEST VERSION AS SOON AS IT IS MADE AVAILABLE. THIS MEANS SMALLER UPDATES CAN BE SENT OUT MORE FREQUENTLY, SUCH AS ADDING A SINGLE FUNCTION, FIXING A BUG OR ADDING COMPATIBILITY FOR A SINGLE CARRIER. THE SMALLER UPDATES WILL BE COMPILED AND RELEASED TO THE XDA COMMUNITY AS A FULL (PUBLIC) DOWNLOAD VERSION SO PROFESSIONAL VERSIONS ARE ALWAYS UPDATED SOONER.
THE PRO VERSION ALSO ADDS THE ABILITY TO CHECK FOR THE LATEST VERSION OF SUPERUSER AND RECOVERY FILES AND DOWNLOAD THEM DIRECTLY TO THE TOOLKIT.
THE ‘QUICK PICKS’ SECTION[/B] ALLOWS YOU TO PROGRAM UPTO 10 SLOTS WITH TASKS THAT YOU MAY PERFORM ON A REGULAR BASIS OR JUST WANT TO KEEP A SET OF TASKS IN 1 PLACE. THEN JUST SELECT THE SLOT AND IT WILL REMEMBER ALL YOUR SETTINGS FOR THAT TASK AND RUN IT.
PRO USERS CAN ALSO SELECT THE “ANY BUILD” OPTION IN THE BUILD SELECTION SCREEN TO ROOT ANY BUILD AS LONG AS THE VERSION IS SUPPORTED (USEFUL IF YOUR BUILD IS NOT LISTED).
MORE IMPORTANTLY DONATING SHOWS YOUR APPRECIATION AND ALLOWS THE TOOLKIT TO CONTINUE TO EVOLVE AND GROW.
AUTO REPLY LINKS FOR PAYPAL TO GET A CODE INSTANTLY CAN BE FOUND AT http://goo.gl/nyGqv
--------------------------------------------------------------
PLEASE READ THE *HELP* PAGE AT http://www.skipsoft.net/?page_id=1269 OR USE THE INFORMATION SECTION WITHIN THE TOOLKIT IF YOU HAVE ANY QUESTIONS. I HAVE TAKEN A LOT OF TIME TO WRITE IT AND SOMETHING ON THERE SHOULD ANSWER 99% OF PROBLEMS.
--------------------------------------------------------------
1. INSTALLING ADB/FASTBOOT DRIVERS
The first thing you need to do is to install the adb/fastboot drivers. These are needed so that you can unlock your bootloader, root your device and perform other adb/fastboot functions.
THE DRIVERS CAN BE INSTALLED DIRECTLY VIA THE TOOLKIT. OPTION 1 IN THE MAIN MENU.
If drivers are not installed or there is an exclamation mark next to the device:
Plug the device in to a usb cable directly connected to your motherboard.
In the Device Manager a new item, usually called Android 1.0 should pop up in the list.
Right click on the device item then left click on Update Driver Software. Select 'browse my computer' and then 'Let me pick from a list'.
If no adb interface driver appears in the list then untick 'Show compatible hardware' and find the Android or Samsung adb interface driver.
If you cannot find either of these click Have Disk, browse to the Toolkit install folder, drivers folder, click on android_winusb.inf and click Open.
Click OK and select Google ADB Interface.
Make sure you have USB debugging enabled in settings, developer options. In Android 4.2.2 or later you have to enable the developer options screen by going to settings, About on your device and click on Build number at the bottom 7 times until it says You are now a developer. If you have already enabled usb debugging then unplug/replug the usb cable.
On Android 4.2.2 or later when you replug the usb cable after enabling usb debugging for the first time you will get a popup asking you to authenticate your pc. Tick 'Always allow' then click 'ok'.
--------------------------------------------------------------
2. USING SKIPSOFT UNIFIED ANDROID TOOLKIT
When starting the Toolkit you will first be asked which device you want to work with. Working folders will be created and the device files downloaded. You will then be taken to the Model/Build selection screen where you can do a number of things (other than select your model/build): Type '00' to enter your activation code and enable pro features, 'i' will take you to the Information and Help Section, 'a' will give you information on how to add support for a new build.
Supported builds are listed in the Model/Build selection screen and typing the associated number (i.e. 11) will download needed boot and recovery files (stock and custom recovery) then check for and download the latest superuser files available and custom recovery (pro versions only), verify all the files and start the Main Menu. You can now use all the functions and tools the Android Toolkit offers. Pro users can select the "any build" option to root any build (useful if your build is not listed).
--------------------------------------------------------------
USEFUL INFORMATION
How to get into your FastBoot Mode
1. Turn your phone off
2. Unplug your usb cable if you have one plugged in
3. Keep holding the 'Volume Down' and 'Power' buttons to boot the phone into FastBoot Mode
How to get into Recovery
1. First boot into FastBoot Mode as described above
2. Scroll down with the 'Volume Down' button until it says 'Recovery mode' at the top and press the 'Power' button to enter Recovery
Show the Menu in the Stock Recovery Screen
1. Hold the Power button and keep holding as you press the Volume Up button quickly. The blue recovery menu screen should pop up.
--------------------------------------------------------------
*DISCLAIMER*
I take no responsibility for any fault or damage caused by any procedures within this guide. No warranties of any kind are given.
Manual Rooting Instructions for Galaxy Nexus
VIDEOS:
Amazing thread! This thread would probably be really helpful for newbies
Just a few suggestions:
1.)You might want to include how to flash custom kernels
and also that you can
2.)Clockwork Recovery can be instealled through Rom Manager
Nonetheless, great thread
mohitrocks said:
Amazing thread! This thread would probably be really helpful for newbies
Just a few suggestions:
1.)You might want to include how to flash custom kernels
and also that you can
2.)Clockwork Recovery can be instealled through Rom Manager
Nonetheless, great thread
Click to expand...
Click to collapse
Thanks
1. Added Step 7, how to flash kernels and Radios via CWM.
2. Added a Note at the end of the CWM flashing step for the Rom Manager method.
Mark.
mskip said:
Thanks
1. Added Step 7, how to flash kernels and Radios via CWM.
2. Added a Note at the end of the CWM flashing step for the Rom Manager method.
Mark.
Click to expand...
Click to collapse
No problem, and thanks for the additions
EDIT: Nevermind, didn't read the thread properly, sorry
Are you completely sure this will work with the LTE version? Being that it comes out tomorrow, I have yet to get mine. I also think it may be a christmas present.....nonetheless, I don't know if Verizon has made any changes to the bootloader or not. Have I anything to worry about or am I just being paranoid?
_AI_ said:
Are you completely sure this will work with the LTE version? Being that it comes out tomorrow, I have yet to get mine. I also think it may be a christmas present.....nonetheless, I don't know if Verizon has made any changes to the bootloader or not. Have I anything to worry about or am I just being paranoid?
Click to expand...
Click to collapse
The bootoader and root steps will definitely work paul has confirmed in his thread that superboot will work on LTE devices. Im not sure if CWM has been tested on an LTE device but if it doesnt work the stock Recovery image can easily be flashed via fastboot. Once you have CWM then you just need to find a Rom that will work on LTE devices as im not sure if the Roms are different.
No need to be paranoid as the GN is close to unbrickable as long as you can enter fastboot
Mark.
Very much appreciated! Thank you for the time and effort you put in to help out others. Coming from my G1, I am not up to date with the newer methods and this certainly gave me confidence to go forth with my GNEX.
I've flashed CWM through ROM Manager but still get the stock recovery in recovery mode - isn't that a fake flash anyways? Does anybody know if you can restore a nandroid via the stock recovery?
Sent from my GN
Hey thanks you alot, made me more comfortable messing with me "GN".
Much appreciated
Regards
Schmee
Thank you sir for taking the time to write this. Just went through the process successfully to flash a stock Google rom to remove the Samsung one from my phone as I want to get the rom updates quicker via Google vs waiting for the Samsung port. However, to ensure I get the updates via OTA, do I have to unroot/ relock bootloader? Does it hurt anything leaving it as is or do we need to button down again.
Thanks in advance.
Awesome thread!
Quick Q though, if im currently using a custom ROM, when i use the advanced restore option in CWM, can someone quickly describe what each option will do to my phone?
ie.
Whats will happen if im running custom ROM and i select restore boot? restore system? restore data? restore cache? restore sd-ext?
Thanks in advance!
I have unlocked the bootloader, and flashed cwm. When I try to install from sdcard, I get this error: E:Can't mount /sdcard/
Any suggestions?
tristan202 said:
I have unlocked the bootloader, and flashed cwm. When I try to install from sdcard, I get this error: E:Can't mount /sdcard/
Any suggestions?
Click to expand...
Click to collapse
To copy the rom to your Internal Storage you need to reboot your phone into Android, then connect the usb cable and copy it across using your file manager. Then you can reboot into CWM and flash the Rom.
Mark.
ahqball said:
Awesome thread!
Quick Q though, if im currently using a custom ROM, when i use the advanced restore option in CWM, can someone quickly describe what each option will do to my phone?
ie.
Whats will happen if im running custom ROM and i select restore boot? restore system? restore data? restore cache? restore sd-ext?
Thanks in advance!
Click to expand...
Click to collapse
I will add this to the FAQ as I build it up:
> Restoring boot will restore your boot image which contains the kernel. Useful if you try custom kernels and something goes wrong with it.
> Restoring system will restore your system files (Rom).
> Restoring data will restore your installed apps. Good if you install a new rom and do a wipe before flashing (which will format the data partition). If you flash a new Rom without wiping the data partition isnt usually touched.
> Not exactly sure about cache..
> Galaxy Nexus doesnt have sd-ext so no need to worry about that.
Mark.
TorontoR said:
Thank you sir for taking the time to write this. Just went through the process successfully to flash a stock Google rom to remove the Samsung one from my phone as I want to get the rom updates quicker via Google vs waiting for the Samsung port. However, to ensure I get the updates via OTA, do I have to unroot/ relock bootloader? Does it hurt anything leaving it as is or do we need to button down again.
Thanks in advance.
Click to expand...
Click to collapse
Not so sure how a stock image is affected. At worst case you will still get the update notification but the install will fail. As long as you have the latest build on your phone then you wont get any notification so you could easily flash the latest CWM Stock image as it is made available.
You just cant hurt this monster
Mark.
DJ "suMo* said:
I've flashed CWM through ROM Manager but still get the stock recovery in recovery mode - isn't that a fake flash anyways? Does anybody know if you can restore a nandroid via the stock recovery?
Sent from my GN
Click to expand...
Click to collapse
There is an auto recovery restore system on stock android builds so when the phone is rebooted it restores the stock recovery image.
Remove 'recovery-from-boot.p' from /system and it wont restore the stock recovery after you flash CWM.
Mark.
Thanks for this. Do you have to delete or can you just rename that file?

[GNEX TOOLKIT V11.1] Drivers, Backup, Unlock, Root, Recovery, Flash + MORE [VERIZON]

UPDATES:
[GUIDE] Flashing Your First Galaxy Nexus Rom For Newbs [GSM and LTE]
Frequently Asked Questions:
Q. What is ADB Shell?
Adb shell is a linux command line tool (because android is based on linux) used to send commands to your android device. For S-ON devices, this is crucial for modifying files in the /system partition (where the rom sits) as you cannot modify anything in /system when the rom is running without S-OFF (e.g removing system apps).
From Google:
Android Debug Bridge (adb) is a versatile tool lets you manage the state of an emulator instance or Android-powered device. It is a client-server program that includes three components:
A client, which runs on your development machine. You can invoke a client from a shell by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create adb clients.
A server, which runs as a background process on your development machine. The server manages communication between the client and the adb daemon running on an emulator or device.
A daemon, which runs as a background process on each emulator or device instance.
----------------------------------------------------------------------------
Q. What is FASTBOOT?
Fastboot is 2 things. It is a mode on the phone, which looks a little like Bootloader. You can access it by holding 'Volume Up' and 'Volume Down' whilst turning on the phone.
It is also a way of flashing radios, recovery, boot images and system images in a command line method from a PC much like adb.
----------------------------------------------------------------------------
Q. I flashed CWM but each time I reboot the Stock Recovery is back
There is an auto recovery restore system on certain Stock Android Builds that will reflash the Stock Recovery if you flash CWM on a Stock Rom.
Use Root Explorer to Mount the system folder as R/W (or use a free app from Google Play such as ES File Explorer). Rename the files /system/recovery-from-boot.p and /system/etc/install-recovery.sh. Now when you flash CWM Recovery it will NOT be overwritten after a reboot.
OR you can use the ToolKit to rename the files (root access needed).
----------------------------------------------------------------------------
Q. I want to send my phone back so I need to flash a stock rom and relock the bootloader
1. Download, install and run the Google Nexus 4 Toolkit.
2. Install adb/fastboot drivers (if you havent already done so)
3. Option 9 to download a Google Factory Image.
4. After it finishes downloading you will be given the option to flash the image to your tablet. Do this.
4. Let the phone reboot, then shut the device down and reenter fastboot mode (or boot to fastboot mode via the Reboot Screen in the ToolKit).
5. Option3, 2 to relock the bootloader.
Your internal storage will be formatted and data and cache wiped. Your tablet will now be back to an out-of-the-box FULLY STOCK state and ready to send back.
----------------------------------------------------------------------------
Q. What is the difference between Nandroid and Titanium backup?
A NANDROID will backup the whole system including boot, system, data and recovery partitions so you can restore a complete rom and all data and settings.
Essentially Titanium Backup is used to backup apps and associated user data. These could be restored AFTER a full wipe and a new Rom had been flashed on your phone.
The other option now which google added into the new adb command list is the adb backup which is in the ToolKit and can do the same job as Titanium Backup but will store the data on your PC rather than on the phone (where it takes up space and could be deleted).
----------------------------------------------------------------------------
Q. When I try to open the ToolKit I get a box pop up for a split second and then it goes away. My AntiVirus program says the file may be harmful.
The exe files I compiled are not digitally signed with a Microsoft certificate (as they cost money) so certain AntiVirus programs (mainly Norton) will pick it up as potentially harmful when it is not. They will pick up ANY file that doesnt contain a purchased Microsoft certificate in the same way. Restore the deleted file and exclude it from further scans and it will be fine.
----------------------------------------------------------------------------
Q. The ToolKit recognises my tablet in adb mode but not in fastboot mode (or other way round).
Open the Device Manager on your pc and then boot your tablet into fastboot mode or adb mode (dont plug the usb cable in yet). Make sure USB debugging is enabled on your tablet in settings, developer options. Plug the cable in while watching the Device Manager and determine which item is added to the list with the device plugged in. Once you have found it right click on the item and select update driver. Select 'browse my computer' from the list and then browse to the 'drivers' folder in the ToolKit folder (wherever you installed the ToolKit to). Make sure sub folders is ticked and click next. Hopefully the driver will be picked up and installed.
You can check if a driver has been installed by looking at the top of the Main Menu in the ToolKit while in fastboot mode and adb modes. If a serial number is displayed in each mode then it will work fine.
----------------------------------------------------------------------------
Q. Can I back up my apps before unlocking the Bootloader so I don't lose everything?
Performing an APPS BACKUP (option2, 1) will backup all apps that were installed after you first used your device. This will include any associated user data (such as settings or high scores for games) and apps you installed from Google Play Store. Just follow the recommended options and remember to turn your phones screen on before starting it as you need to confirm on your screen.
This option will NOT require your bootloader to be unlocked first.
You can also backup your Internal Storage without unlocking using option 2, 3 from the main menu. This will backup anything you store on your Internal Storage such as game data, music, videos. This is just pulled from your /data/media folder so you can view or edit the files on your pc after they have been pulled.
You can then unlock the bootloader (wiping your device) and retore the apps (option 2, 10) and Internal Storage data (option 2, 11) after doing whatever you want to with your device.
The only thing you cannot do with the ToolKit is to save the system settings but some of those are backed up by google if you chose that option when turning your device on the first time.
----------------------------------------------------------------------------
Q. I have Windows 8 and cannot install the drivers
How to Disable Driver Signature Enforcement in Windows 8:
From the Metro Start Screen, open Settings (move your mouse to the bottom-right-corner of the screen and wait for the pop-out bar to appear, then click the Gear icon).
Click ‘More PC Settings’.
Click ‘General’.
Scroll down, and click ‘Restart now’ under ‘Advanced startup’.
Wait a bit.
Click ‘Troubleshoot’.
Click ‘Advanced Options’
Click ‘Windows Startup Settings’
Click Restart.
When your computer restarts, select ‘Disable driver signature enforcement‘ from the list. You can now load your modified driver. Reboot again once the driver is installed and all will be well.
----------------------------------------------------------------------------
Q. I cannot find Developer options to Enable USB Debugging
With Android 4.2 google have thought it would be funny to hide the Developer options screen in the Settings. This means you cannot enable usb debugging to communicate with your device. To show the Developers options screen do the following:
Goto Settings, About tablet and tap your finger on the the 'Build number' text at the bottom 7 times (not too fast).
When you have tapped 3 times you will be given a countdown of taps until you become a 'developer'.
Once you are told you are now a developer you can go back to the Settings screen and can see Developer options.
You can now go into Developer options and enable usb debugging.
----------------------------------------------------------------------------
Q. I tried to enter the code for the professional version but the Toolkit says the code is incorrect
Make sure the code entered is for the correct Toolkit being used.
You need to make sure you start the Toolkit with the toolkit.exe file when activating and not the tkmain.exe file so the settings can be initialised or the code will not be accepted.
Also make sure you enter the code correctly as the characters are case sensitive.
[TOOLKIT] SKIPSOFT ANDROID TOOLKIT -GNEX VER- Drivers, Root, Recovery + MORE
GALAXY NEXUS - SUPPORTS ALL AVAILABLE VERSIONS
SEE SUPPORT LIST FOR PUBLIC/PRO VERSIONS *HERE*
The Unified Android Toolkit brings together all the Nexus and Samsung Toolkits and supports many Nexus and Samsung devices. There is also an option at startup to run a Basic Android Toolkit which any Android device can use to install drivers, make app backups, install apk files, reboot the device into different modes and run a command prompt for manual input.
FUNCTIONS OF UNIFIED ANDROID TOOLKIT V1.4.1 [05th Oct 2015]
* Install correct adb/fastboot drivers automatically on Windows xp/vista/7/8 32bit+64bit
* Backup/Restore a single package or all apps, user data and Internal Storage
* Backup your data from selectable folders [internal or external storage] to your PC for a Full Safe backup of data
* Unlock/Re-Lock your Bootloader [Nexus]
* Root Stock builds
* Various Root options using insecure boot image or custom recovery
* ALLINONE to Unlock, Root, Rename the Restore Files and install busybox [Nexus]
* ALLINONE to flash custom Recovery Root, Rename the Restore Files and install busybox [Samsung]
* [NEW] use SkipRoot boot image to Auto Root device, install Busybox Binaries and rename Recovery Restore files [selected devices]
* Install BusyBox on your device
* Perform a FULL NANDROID Backup of your system (Boot, Cache, Data, Recovery and System) via adb and save in Custom Recovery format on your PC which can be Restored via CWM Recovery [if insecure boot image available]
* Fix extSdCard write permissions from installed apps in Android 4.4+ [Samsung]
* Pull /data and /system folders, compress to a .tar file and save to your PC [if insecure boot image available]
* Dump selected Device Partitions, compress to a .zip file with md5 and save to your PC [if insecure boot image available]
* Extras, Tips and Tricks section
* Auto Update ToolKit to latest available version at startup (professional only feature)
* Program up to 10 Quickpick slots and run them very quickly (professional only feature)
* Mods section to automatically perform certain tasks on your device
* Download Google Stock Image directly to correct ToolKit folder for extracting and flashing [Nexus]
* Check md5 of stock image to make sure downloaded file isn’t corrupted before flashing [Nexus]
* Download Samsung Stock Firmware to PC for extracting and flashing via Odin [Samsung]
* Flash Custom Recovery or Google Stock Image to Device
* Flash any part of a stock Nexus image to device [boot, system, recovery] – Great for fixing broken parts of firmware
* Rename the Recovery Restore File present on some Stock Roms
* Boot into CWM Touch, TWRP, Philz Touch Recovery or Stock Recovery without Flashing it [Nexus]
* Flash Custom Recovery to Device
* Boot [Nexus] or Flash .img Files directly from your PC
* Install a single apk or multiple apk’s to your device
* Push Files from your PC to your device
* Pull Files from your device to your PC
* Disable forced encryption on Nexus6 and Nexus9 devices
* Install Root Checker app by Burrows Apps
* Install Backup/Restore app by MDroid Apps [calls log, sms, contacts]
* Install EFS/Partition Backup/Restore app by Wanam
* Dump selected LogCat buffers to your PC
* Dump BugReport to your PC
* Set Files Permissions on your device
* Open new Command Prompt for manual input
* Reboot device to Fastboot Mode or Android from fastboot mode [Nexus]
* Reboot device to Fastboot Mode [Nexus], Recovery, Android or Download Mode [Samsung] from adb mode
* Display Important Information about your device
--------------------------------------------------------------
SUPPORTED DEVICES AND LATEST SUPPORTED BUILDS *HERE*
DOWNLOAD THE SKIPSOFT UNIFIED ANDROID TOOLKIT *HERE* (FROM SKIPSOFT.NET)
NOTE: Key files are signed with a Digital Certificate from skipsoft.net but some ‘may’ get picked up as potentially harmful by Antivirus Programs and deleted. They are not harmful, this is a false positive given because of the compiler used. If this happens restore the file and exclude the folder from future scans to use it. This seems to happen mostly on AVG Free and Norton. If you are using the Auto Update feature on pro versions then you will need to disable the AV program or exclude the folder from scans before running the update again.
Credits: ChainsDD for Superuser, Chainfire for SuperSU, koush and the clockworkmod team for cwm and the universal driver pack, 1wayjonny for the adb/fastboot driver pack, Adam Lange for all his support and help with the insecure kernels, Viperboy for the Knox Disabler app, Stephen Erickson for the BusyBox installer app, BurrowsApps for the Root Checker app, NextApp for the SD Fix app, fOmey for TWRP for the Galaxy Gear.
--------------------------------------------------------------
WHAT IS THE DIFFERENCE BETWEEN PUBLIC (FREE) AND PROFESSIONAL (DONATE) VERSIONS?
THE PUBLIC VERSION OF THE TOOLKIT INCLUDES EVERYTHING YOU COULD NEED TO MANIPULATE AND ROOT YOUR DEVICE.
ACTIVATING THE PROFESSIONAL VERSION ADDS THE MOST USEFUL FUNCTION IN THE TOOLKIT, THE ABILITY TO CHECK FOR ‘AUTO UPDATES’ DIRECTLY VIA THE TOOLKIT AND HAVE THEM PUSHED TO YOUR PC RIGHT AWAY AS SOON AS THEY ARE UPLOADED WITHOUT NEEDING TO DOWNLOAD THE WHOLE TOOLKIT EVERY TIME. YOU WILL ALWAYS HAVE THE LATEST VERSION AS SOON AS IT IS MADE AVAILABLE. THIS MEANS SMALLER UPDATES CAN BE SENT OUT MORE FREQUENTLY, SUCH AS ADDING A SINGLE FUNCTION, FIXING A BUG OR ADDING COMPATIBILITY FOR A SINGLE CARRIER. THE SMALLER UPDATES WILL BE COMPILED AND RELEASED TO THE XDA COMMUNITY AS A FULL (PUBLIC) DOWNLOAD VERSION SO PROFESSIONAL VERSIONS ARE ALWAYS UPDATED SOONER.
THE PRO VERSION ALSO ADDS THE ABILITY TO CHECK FOR THE LATEST VERSION OF SUPERUSER AND RECOVERY FILES AND DOWNLOAD THEM DIRECTLY TO THE TOOLKIT.
THE ‘QUICK PICKS’ SECTION[/B] ALLOWS YOU TO PROGRAM UPTO 10 SLOTS WITH TASKS THAT YOU MAY PERFORM ON A REGULAR BASIS OR JUST WANT TO KEEP A SET OF TASKS IN 1 PLACE. THEN JUST SELECT THE SLOT AND IT WILL REMEMBER ALL YOUR SETTINGS FOR THAT TASK AND RUN IT.
PRO USERS CAN ALSO SELECT THE “ANY BUILD” OPTION IN THE BUILD SELECTION SCREEN TO ROOT ANY BUILD AS LONG AS THE VERSION IS SUPPORTED (USEFUL IF YOUR BUILD IS NOT LISTED).
MORE IMPORTANTLY DONATING SHOWS YOUR APPRECIATION AND ALLOWS THE TOOLKIT TO CONTINUE TO EVOLVE AND GROW.
AUTO REPLY LINKS FOR PAYPAL TO GET A CODE INSTANTLY CAN BE FOUND AT http://goo.gl/nyGqv
--------------------------------------------------------------
PLEASE READ THE *HELP* PAGE AT http://www.skipsoft.net/?page_id=1269 OR USE THE INFORMATION SECTION WITHIN THE TOOLKIT IF YOU HAVE ANY QUESTIONS. I HAVE TAKEN A LOT OF TIME TO WRITE IT AND SOMETHING ON THERE SHOULD ANSWER 99% OF PROBLEMS.
--------------------------------------------------------------
1. INSTALLING ADB/FASTBOOT DRIVERS
The first thing you need to do is to install the adb/fastboot drivers. These are needed so that you can unlock your bootloader, root your device and perform other adb/fastboot functions.
THE DRIVERS CAN BE INSTALLED DIRECTLY VIA THE TOOLKIT. OPTION 1 IN THE MAIN MENU.
If drivers are not installed or there is an exclamation mark next to the device:
Plug the device in to a usb cable directly connected to your motherboard.
In the Device Manager a new item, usually called Android 1.0 should pop up in the list.
Right click on the device item then left click on Update Driver Software. Select 'browse my computer' and then 'Let me pick from a list'.
If no adb interface driver appears in the list then untick 'Show compatible hardware' and find the Android or Samsung adb interface driver.
If you cannot find either of these click Have Disk, browse to the Toolkit install folder, drivers folder, click on android_winusb.inf and click Open.
Click OK and select Google ADB Interface.
Make sure you have USB debugging enabled in settings, developer options. In Android 4.2.2 or later you have to enable the developer options screen by going to settings, About on your device and click on Build number at the bottom 7 times until it says You are now a developer. If you have already enabled usb debugging then unplug/replug the usb cable.
On Android 4.2.2 or later when you replug the usb cable after enabling usb debugging for the first time you will get a popup asking you to authenticate your pc. Tick 'Always allow' then click 'ok'.
--------------------------------------------------------------
2. USING SKIPSOFT UNIFIED ANDROID TOOLKIT
When starting the Toolkit you will first be asked which device you want to work with. Working folders will be created and the device files downloaded. You will then be taken to the Model/Build selection screen where you can do a number of things (other than select your model/build): Type '00' to enter your activation code and enable pro features, 'i' will take you to the Information and Help Section, 'a' will give you information on how to add support for a new build.
Supported builds are listed in the Model/Build selection screen and typing the associated number (i.e. 11) will download needed boot and recovery files (stock and custom recovery) then check for and download the latest superuser files available and custom recovery (pro versions only), verify all the files and start the Main Menu. You can now use all the functions and tools the Android Toolkit offers. Pro users can select the "any build" option to root any build (useful if your build is not listed).
--------------------------------------------------------------
ChangeLog:
ToolKit v1.4.1 (05th Oct 2015)
+Added new upcoming devices to device selection screen
+Main files now signed with Digital Certificate to ensure files are original and safe
+Added file checker after device selection to check needed files are up to date
+Updated UniversalAdbInstaller for Windows 10 compatability
+Added driver installation option at startup for new installs
+Updated ToolKitClean.exe to allow users to update the main ToolKit.exe file to latest available version without having to download/install the whole ToolKit again (like when a new device is added or files/drivers updated)
+Improvements and minor bug fixes
+Installer now give option for Fresh Install (removes any existing device files) or Upgrade (to just update base files)
--------------------------------------------------------------
USEFUL INFORMATION
How to get into your FastBoot Mode
1. Turn your phone off
2. Unplug your usb cable if you have one plugged in
3. Keep holding the 'Volume Down' and 'Power' buttons to boot the phone into FastBoot Mode
How to get into Recovery
1. First boot into FastBoot Mode as described above
2. Scroll down with the 'Volume Down' button until it says 'Recovery mode' at the top and press the 'Power' button to enter Recovery
Show the Menu in the Stock Recovery Screen
1. Hold the Power button and keep holding as you press the Volume Up button quickly. The blue recovery menu screen should pop up.
--------------------------------------------------------------
*DISCLAIMER*
I take no responsibility for any fault or damage caused by any procedures within this guide. No warranties of any kind are given.
Amazing thread! This thread would probably be really helpful for newbies
Just a few suggestions:
1.)You might want to include how to flash custom kernels
and also that you can
2.)Clockwork Recovery can be instealled through Rom Manager
Nonetheless, great thread
mohitrocks said:
Amazing thread! This thread would probably be really helpful for newbies
Just a few suggestions:
1.)You might want to include how to flash custom kernels
and also that you can
2.)Clockwork Recovery can be instealled through Rom Manager
Nonetheless, great thread
Click to expand...
Click to collapse
Thanks
1. Added Step 7, how to flash kernels and Radios via CWM.
2. Added a Note at the end of the CWM flashing step for the Rom Manager method.
Mark.
mskip said:
Thanks
1. Added Step 7, how to flash kernels and Radios via CWM.
2. Added a Note at the end of the CWM flashing step for the Rom Manager method.
Mark.
Click to expand...
Click to collapse
No problem, and thanks for the additions
EDIT: Nevermind, didn't read the thread properly, sorry
Are you completely sure this will work with the LTE version? Being that it comes out tomorrow, I have yet to get mine. I also think it may be a christmas present.....nonetheless, I don't know if Verizon has made any changes to the bootloader or not. Have I anything to worry about or am I just being paranoid?
_AI_ said:
Are you completely sure this will work with the LTE version? Being that it comes out tomorrow, I have yet to get mine. I also think it may be a christmas present.....nonetheless, I don't know if Verizon has made any changes to the bootloader or not. Have I anything to worry about or am I just being paranoid?
Click to expand...
Click to collapse
The bootoader and root steps will definitely work paul has confirmed in his thread that superboot will work on LTE devices. Im not sure if CWM has been tested on an LTE device but if it doesnt work the stock Recovery image can easily be flashed via fastboot. Once you have CWM then you just need to find a Rom that will work on LTE devices as im not sure if the Roms are different.
No need to be paranoid as the GN is close to unbrickable as long as you can enter fastboot
Mark.
Very much appreciated! Thank you for the time and effort you put in to help out others. Coming from my G1, I am not up to date with the newer methods and this certainly gave me confidence to go forth with my GNEX.
I've flashed CWM through ROM Manager but still get the stock recovery in recovery mode - isn't that a fake flash anyways? Does anybody know if you can restore a nandroid via the stock recovery?
Sent from my GN
Hey thanks you alot, made me more comfortable messing with me "GN".
Much appreciated
Regards
Schmee
Thank you sir for taking the time to write this. Just went through the process successfully to flash a stock Google rom to remove the Samsung one from my phone as I want to get the rom updates quicker via Google vs waiting for the Samsung port. However, to ensure I get the updates via OTA, do I have to unroot/ relock bootloader? Does it hurt anything leaving it as is or do we need to button down again.
Thanks in advance.
Awesome thread!
Quick Q though, if im currently using a custom ROM, when i use the advanced restore option in CWM, can someone quickly describe what each option will do to my phone?
ie.
Whats will happen if im running custom ROM and i select restore boot? restore system? restore data? restore cache? restore sd-ext?
Thanks in advance!
I have unlocked the bootloader, and flashed cwm. When I try to install from sdcard, I get this error: E:Can't mount /sdcard/
Any suggestions?
tristan202 said:
I have unlocked the bootloader, and flashed cwm. When I try to install from sdcard, I get this error: E:Can't mount /sdcard/
Any suggestions?
Click to expand...
Click to collapse
To copy the rom to your Internal Storage you need to reboot your phone into Android, then connect the usb cable and copy it across using your file manager. Then you can reboot into CWM and flash the Rom.
Mark.
ahqball said:
Awesome thread!
Quick Q though, if im currently using a custom ROM, when i use the advanced restore option in CWM, can someone quickly describe what each option will do to my phone?
ie.
Whats will happen if im running custom ROM and i select restore boot? restore system? restore data? restore cache? restore sd-ext?
Thanks in advance!
Click to expand...
Click to collapse
I will add this to the FAQ as I build it up:
> Restoring boot will restore your boot image which contains the kernel. Useful if you try custom kernels and something goes wrong with it.
> Restoring system will restore your system files (Rom).
> Restoring data will restore your installed apps. Good if you install a new rom and do a wipe before flashing (which will format the data partition). If you flash a new Rom without wiping the data partition isnt usually touched.
> Not exactly sure about cache..
> Galaxy Nexus doesnt have sd-ext so no need to worry about that.
Mark.
TorontoR said:
Thank you sir for taking the time to write this. Just went through the process successfully to flash a stock Google rom to remove the Samsung one from my phone as I want to get the rom updates quicker via Google vs waiting for the Samsung port. However, to ensure I get the updates via OTA, do I have to unroot/ relock bootloader? Does it hurt anything leaving it as is or do we need to button down again.
Thanks in advance.
Click to expand...
Click to collapse
Not so sure how a stock image is affected. At worst case you will still get the update notification but the install will fail. As long as you have the latest build on your phone then you wont get any notification so you could easily flash the latest CWM Stock image as it is made available.
You just cant hurt this monster
Mark.
DJ "suMo* said:
I've flashed CWM through ROM Manager but still get the stock recovery in recovery mode - isn't that a fake flash anyways? Does anybody know if you can restore a nandroid via the stock recovery?
Sent from my GN
Click to expand...
Click to collapse
There is an auto recovery restore system on stock android builds so when the phone is rebooted it restores the stock recovery image.
Remove 'recovery-from-boot.p' from /system and it wont restore the stock recovery after you flash CWM.
Mark.
Thanks for this. Do you have to delete or can you just rename that file?
Hey bro.tks for this but need some clarification if you don't mind
1.if I flash a new rom in cwm from stock rom,and I do a superwipe,will all my data like music etc from internal storage get wiped as well?
2.you mentioned above about using restoring data option under advanced in cwm,when do I do this?right after I flash or after I have booted to android and go back to cwm and click restore data?
Please advice

Blackview BV9000 Pro-F ROOT SUCCESS [TWRP + Magisk v16 + Stock Rom]

EDIT: included rough procedures for OEM unlocking, and updated link to recovery-verified.img (Sorry for uploading the wrong file ><)
Hi all bv9000 pro Users!
Recently I went on a journey to root this awesome rugged phone with one purspose: to remove that F*@(#&$ god awful loud annoying sound triggered by the OS when you use a camera app to take a picture + the boot startup sound (A bug blackview hasn't gotten around to fixing).
I successfully managed to port TWRP 3.1.1 from the Blackview bv8000 Pro and run it on the Blackview bv9000 Pro-f!
I've then managed to flash in Magisk to gain root access.
DISCLAIMER: I do not take responsibility for any bricked phones caused by the process, do so at your own risk (yadayadayada).
NOTE 1: Although I've got it running on the bv9000 Pro-F, this image should also work for the non-fullHD version, if someone can test this I'd be happy.
The link to the stock ROM (with the modified recovery img) can be found in the post below.
NOTE 2: No need to download anything other than what I've listed, Magisk is included in my custom recovery to circumvent the need to load the devices encrypted storage (or any other external storage) nothing stops you from mounting external usb storage.
What you'll need:
- USB Mouse (As there is no touchscreen input support, your device should have come with a usb-c otg cable so there's no problem here!)
- MediaTek SP Flash tools (I'd recommend the latest version) https://spflashtool.com/
- unlocked bootloader (You should be able to do this via the developer settings -> unlock OEM Bootloader)
EDIT: To unlock the boot loader, do the following:
1) Go to settings -> unlock OEM Bootloader (tick)
2) plug your device in (assuming you have ADB installed), use adb to access fastboot via. command prompt:
"adb reboot bootloader"
Then once the device is rebooted into fastboot mode
"fastboot oem unlock"
KEEP IN MIND THIS WILL REMOVE ANY FILES, so back them up
- I've done this with windows, but you should be able to repeat with linux no problems!
- A little patience
Pre-preparation:
First install any updates and back up your data (it's just easiest to use the google cloud backup as restoring becomes easy as pie, updating also fixes the setup wizard crashing on first setup). This is necessary because OTA updates cannot be performed with TWRP recovery, and flashing TWRP before doing OTA updates will flick the device into a recovery boot loop.
Install the SP Flash tools, and the MediaTek VCOM Drivers
(I won't link the specifics here, a quick google search should be able to help you, just note you might need to disable driver signature enforcement)
Two options for flashing:
1)
My Full Stock ROM already pre-prepared for flashing:
Patched ROM
No need for extra prep here! you should just be able to load the scatter
2)
My custom patched TWRP stock rom: recovery-verified.img
Blackiew's stock rom: stock rom
- Download the stock rom, backup the recovery-verified.img in the R06 folder, and then replace it with my custom patched TWRP stock rom (file name should be the same).
- Run "CheckSum_Gen.exe" once you replaced the file, it will generate the necessary checksum to allow SP flash tools to successfully flash recovery.
Once you've done with the pre-prep, switch off your device, take a deep breath and you're ready to go!
Steps!
1) Load up SP Flash Tools, select the android scatter file you've downloaded in the R06 folder
2) Select Download Only (I MEAN IT, FORMATTING WILL REMOVE YOUR IMEI AND RENDER THE PHONE USELESS)
3) Deselect everything but recovery (You only want to flash this)
4) Hit download
https://pasteboard.co/HkufwZZ.png
5) Hold volume up + power and plug in your phone, keep the volume up button held
6) very quickly the flash should be complete, and you should be greeted with a big ol' green tick to verify
https://pasteboard.co/HkuiTBB.png
7) Once you're done, remove your USB cable, plug in the OTG then we proceed to flash magisk
8) Hold power + volume up until you reach the bootloader, then use the menu to select recovery
9) You *should* be greeted with the TWRP recovery screen (Which is great success! )
DON'T PANIC IF YOU CANNOT USE THE TOUCH SCREEN, the kernel I've patched is missing this, seems the driver is different between touch screens, just plug in your OTG mouse to continue from here!
10) Use your mouse to first hit cancel, we don't need to decrypt the user data storage.
11) But oh no! it's all in Russian (no problem, Next step sorts that)
12) Use your mouse to navigate the menus as shown here to change to English! (or your preferred language) Change Language
13) Click install, then navigate up folder levels until you are in the root directory
14) scroll down and click on Magisk.zip, install it, allow it to install any apps as system apps (because this will then install to the system image, not the userdata)
15) reboot the phone (if it hasn't rebooted already)
16) You should be able to boot into your usual phones OS, if you don't see Magisk listed in your phone apps, just download it from here:
Magisk Manager
17) Congratulations! You should have complete root access :laugh::laugh::laugh:
Feel free to express your thanks, or list any problems you have, but keep in mind my studies take all my life, so I may not be able to help with all the problems you have
Congrats! Would it work on the BV9000 HD version?
Hi!
From what I've seen they both run the helio p25 chip
(Just a difference in RAM size) so it should.
You're more than welcome to try.
Just keep a backup of the original ROMs recovery. If something goes wrong during the boot to recovery you can easily re flash
hi i tried both optinos but they didn't work for me
I tried the first and the second options and it was showed me same error:
ERROR: STATUS INSUFFICIENT_BUFFER(0XC0010007)
I tried download only, format all and download, if i install original ROM its installing without problems!
In settings-> developer options -> OEM unlocking is enabled
can someone give me tips if I'm doing something wrong. thanks
My phone is Blackview BV9000PRO-F
Hello,
i have the blackview 9000 pro Hd (not full hd)
i first tried your prepared patched rom = not working (get erorrers in step 6)
then i chose step 2 and i was thinking to use the stock rom from the NOT full hd rom
now i get a green screen from the flashing: but after rebooting in recovery nothing happens, just normal reboot then
perhaps this is not so clair for me:
- Download the stock rom, backup the recovery-verified.img in the R06 folder, and then replace it with my custom patched TWRP stock rom (file name should be the same).
- Run "CheckSum_Gen.exe" once you replaced the file, it will generate the necessary checksum to allow SP flash tools to successfully flash recovery.
the file name you posted here " My custom patched TWRP stock rom: recovery-verified.img" is ramdisk-recovery.img
i replaced the ramdisk-recovery.img... it is not clair need to replace recovery-verified.img to?
>I tried the first and the second options and it was >showed me same error:
>ERROR: STATUS INSUFFICIENT_BUFFER(0XC0010007)
> tried download only, format all and download, if i install >original ROM its installing without problems!
>can someone give me tips if I'm doing something wrong. >thanks
>My phone is Blackview BV9000PRO-F
Hi, you need to unlock the OEM bootloader, if this is still locked it will prevent the flashing of custom ROMS.
I might've missed this step, will update post as necessary.
>
dingsje said:
Hello,
>i have the blackview 9000 pro Hd (not full hd)
>i first tried your prepared patched rom = not working >(get erorrers in step 6)
>then i chose step 2 and i was thinking to use the stock >rom from the NOT full hd rom
>now i get a green screen from the flashing: but after >rebooting in recovery nothing happens, just normal >reboot then
>perhaps this is not so clair for me:
>- Download the stock rom, backup the recovery->verified.img in the R06 folder, and then replace it with >my custom patched TWRP stock rom (file name should >be the same).
>- Run "CheckSum_Gen.exe" once you replaced the file, >it will generate the necessary checksum to allow SP >flash tools to successfully flash recovery.
>the file name you posted here " My custom patched >TWRP stock rom: recovery-verified.img" is ramdisk->recovery.img
>i replaced the ramdisk-recovery.img... it is not clair >need to replace recovery-verified.img to?
Click to expand...
Click to collapse
Hi,
I've uploaded the wrong file, the uploaded file should be recovery-verified.img.
I'm uploading a new file and will correct the link now,
Please accept my apologies ><
hyperlethalvector92 said:
>I tried the first and the second options and it was >showed me same error:
>ERROR: STATUS INSUFFICIENT_BUFFER(0XC0010007)
> tried download only, format all and download, if i install >original ROM its installing without problems!
>can someone give me tips if I'm doing something wrong. >thanks
>My phone is Blackview BV9000PRO-F
Hi, you need to unlock the OEM bootloader, if this is still locked it will prevent the flashing of custom ROMS.
I might've missed this step, will update post as necessary.
Click to expand...
Click to collapse
I already did this step:
Enable developer options-> OEM unlocking is enabled
Is that enough for this MTK phone to be unlocked the bootloader ?
And tried the both options but the results are same.
I have been unlocking bootloaders on many phones but first time MTK phones. If i try with adb commands it recognize when is in the android with command adb devices and show my device but if I try reboot bootloader and check in device manager in windows its show its connected and drives are correct but if i try to show the devices, it doesn't show any device connected
Hi,
You need to install fastboot drivers once it's in bootloader mode,
then use fastboot, not adb.
"fastboot oem unlock"
Then follow instructions.
simply doing settings -> oem unlock won't unlock the bootloader, it allows you to do so later via. fastboot
Check the original post, I've added the extra instructions sorry about the confusion!
Thanks a lot. I finally succeeded to unlock the bootloader and root my phone and install the magisk.. I did without use your rom just I unlocked the bootloader and install your twrp file and after in the recovery mode i format the data and istall magic and i still have the last updated android.
I hope this it ill help to other people. Cheers
zlatkomas said:
Thanks a lot. I finally succeeded to unlock the bootloader and root my phone and install the magisk.. I did without use your rom just I unlocked the bootloader and install your twrp file and after in the recovery mode i format the data and istall magic and i still have the last updated android.
I hope this it ill help to other people. Cheers
Click to expand...
Click to collapse
I'm glad ^______^
Enjoy your rooted phone
I used this video to root my bv9000 pro hd
much easier than this above, i think it works to on bv9000 pro fhd
https://www.youtube.com/watch?v=c48ISLPjn4Q
Congratulations .... I need a tip,.
And, brother, thank you very much. Worked perfectly.
But first I would like to get you a tip ..
One of the main reasons I have done all this complicated process was to be able to disable the crap of the loud music that plays when the device is started.
I want complete silence at startup.
How do I disable this ****?
Code for Huawei mobile Wi-Fi e5577s-321
Pls help unlock my Huawei mobile Wi-Fi e5577s-321
Imei
860782038163889
TWRP looping after OTA update
My dear, the procedure worked very well, until an OTA update was downloaded.
You are now looping on TWRP. How do I get out of this?
:crying:
help!
i missed to run wireless software update,so ROM clashed.
How can i re-install custom ROM?
mackie_ma said:
help!
i missed to run wireless software update,so ROM clashed.
How can i re-install custom ROM?
Click to expand...
Click to collapse
Hi guys, lemme apologize for disappearing, life and whatnot!
For those stuck in a TWRP boot loop, simply restoring the original recovery then restarting the phone will be enough to fix the problem.
(Actually you really don't need TWRP after the phone is rooted, maybe I should update the guide?)
Many Thanks
First off, thank you for your hard work. Loved the "**** it we have an OTG cable let's use it" haha. It works fine for me.
Second, do you happen to know if someone has ported Oreo on our bv9000 ? Or do you know of any ETA ?
Thanks again,
Cheers
Anyone tried on the BV9000 Pro? Don't think mine is 'F' OR 'Fhd'.... I must have first model brought out...
Ugh.. Windows and Drivers?!?!
I keep getting Driver not Recognized in Windows 7 Pro X86.
I installed the latest vcom/usb drivers, in legacy also. No Go.
I installed from several other sources the drivers, including the Automatic Mediatek driver install. No Go.
So if anyone has a tip for me, please let me know because once more Windows is proving itself ridiculous. I can't even get to the storage of my phone. Did something change with a Windows Update that it's not allowed anymore?
I put my BV9000 Pro in OEM Unlock and USB Debugging. I backupped everything. My phone is ready for it. It's as ready as Amy having coitus with Sheldon for the first time.

LineageOS for Huawei Y9 2018 (FLA-LX2)

Looking for a way to install LineageOS for Huawei Y9 2018 (FLA-LX2)
I couldn't find my model under official site
harshan said:
Looking for a way to install LineageOS for Huawei Y9 2018 (FLA-LX2)
I couldn't find my model under official site
Click to expand...
Click to collapse
Hopeless
https://forum.xda-developers.com/android/help/y9-2018-update-t3859859
Y9 2018 running Android 9 Custom ROM
(Havoc OS+MicroG)
Hi, so I landed on this forum a year ago, thinking that it would be impossible for me to one day unlock and tweak my Huawei Y9 2018.
Today everything works fine for me as I managed to install a custom ROM after unlocking the bootloader. I'll detail you step by step what I did, I'm new here so this is obviously not the only way, I'm just telling you what I did to make it work, and of course I am not responsible if anything wrong happens to your device, many times during the process I did things wrong and I bricked the phone, but you should always be able to come back to step 1 and restart fresh.
STEP ONE: INSTALL STOCK ANDROID 8 FIRMWARE (before June 2018 security patch)
For this step all you need is an SD card (and a computer if the phone is bricked).
Go to here and type in your phone model, I have the FLA-LX3 so I took this file which is at the bottom of the result list.
Afterthat extract the zip and copy the filed called update.APP to a folder called dload in your SD card.
Turn off your phone with the SD card placed inside and boot it from the SD card. To do that, you have to press volume up and power button at the same time for 5 seconds.
The installation should start and you will soon boot back in Android 8.0.0. Quickly reach the settings to check if you have successfully downgraded before June 2018. Otherwise the rest won't work. Finally, rename dload folder in your SD card to something else so that next time your phone won't try to install a system from the SD card.
STEP TWO: FIND YOUR BOOTLOADER CODE
If you already know your bootloader code, directly go to step 3.
This is a tricky part, as you already know there is no official way to get your bootloader code. There are different approaches to get the code. Both need a computer.
A free one can be found here but I didn't use it personally. It's a simple brute force attack to find the code, it can be extremely long so most probably not the best one.
A second option, which is most used is the DC-unlocker tool for Windows that will find the bootloader code in couple of seconds. You have to use 4 credits (4$) to perform the action "Huawei Qualcomm Read Bootloader Code (up to Android 8)". The tutorial can be found here
Once you know your code, save it everywhere !!!
STEP THREE: UNLOCK BOOTLOADER
For this step you will need a computer with ADB and Fastboot commands. (download the command line tool for Windows/Mac/linux from here)
Go to phone settings, activate OEM unlock and USB debugging (you might need a WiFi connection to enable OEM unlock). If you type adb devices in your shell you should see you device in the list.
Type adb reboot bootloader to enter fastboot mode.
If you type in fastboot devices you should see again your device in the list.
Type in fastboot oem unlock *paste your code here*
On our device confirm unlock and the device will reboot after a factory reset.
STEP FOUR: FIND THE RIGHT GENERIC SYSTEM IMAGE
There is no official custom ROM for Huawei Y9 2018 but the phone is compatible with Generic system images, which are universal ROMs (all listed here). To be sure quickly reach the browser to download Treble Check app from here. This app will tell you wether or not you can install GSI images on your phone. If Projet Treble is ticked then you are good to go. If Seamless updates is ticked then you have an A/B system, if not then you have an AONLY system. Finally the CPU Architecture tab should tell you if you are on ARM64 or something else.
The GSI rom I chose is Havoc OS, it is the most compatible for Huawei phones. It is an Android 9 rom built on top of Lineage OS and adds up some functionalities, fixes for Huawei phones, and signature spoofing for MicroG to work. Go to this link and choose the right Havoc version based on the Treble Check app.
STEP FIVE: INSTALL HAVOC OS
Once you downloaded the connect img file connect your phone again and enable USB debugging, type in adb reboot bootloader to enter fastboot, and enter fastboot flash system *GSI rom path*
Once done, unplug device from computer and reboot to eRecovery by holding power and volume up for 5 seconds (just like in step 1 so make sure no SD card with dload folder is placed inside the phone). Once in eRecovery perform a factory reset and after that hit reboot system. Your device should now boot with Havoc OS !
STEP SIX: install F-Droid MicroG and Aurora Store (Alternatives to Google ecosystem)
Go to the browser and install F-droid from their official site. Next add the MicroG repo to F-droid to install and activate all the replacements to Google services. You can finally install Aurora Store from F-droid which replaces the official Play Store.
That's it folks!
fepoulpa said:
Y9 2018 running Android 9 Custom ROM
(Havoc OS+MicroG)
Hi, so I landed on this forum a year ago, thinking that it would be impossible for me to one day unlock and tweak my Huawei Y9 2018.
Today everything works fine for me as I managed to install a custom ROM after unlocking the bootloader. I'll detail you step by step what I did, I'm new here so this is obviously not the only way, I'm just telling you what I did to make it work, and of course I am not responsible if anything wrong happens to your device, many times during the process I did things wrong and I bricked the phone, but you should always be able to come back to step 1 and restart fresh.
STEP ONE: INSTALL STOCK ANDROID 8 FIRMWARE (before June 2018 security patch)
For this step all you need is an SD card (and a computer if the phone is bricked).
Go to here and type in your phone model, I have the FLA-LX3 so I took this file which is at the bottom of the result list.
Afterthat extract the zip and copy the filed called update.APP to a folder called dload in your SD card.
Turn off your phone with the SD card placed inside and boot it from the SD card. To do that, you have to press volume up and power button at the same time for 5 seconds.
The installation should start and you will soon boot back in Android 8.0.0. Quickly reach the settings to check if you have successfully downgraded before June 2018. Otherwise the rest won't work. Finally, rename dload folder in your SD card to something else so that next time your phone won't try to install a system from the SD card.
STEP TWO: FIND YOUR BOOTLOADER CODE
If you already know your bootloader code, directly go to step 3.
This is a tricky part, as you already know there is no official way to get your bootloader code. There are different approaches to get the code. Both need a computer.
A free one can be found here but I didn't use it personally. It's a simple brute force attack to find the code, it can be extremely long so most probably not the best one.
A second option, which is most used is the DC-unlocker tool for Windows that will find the bootloader code in couple of seconds. You have to use 4 credits (4$) to perform the action "Huawei Qualcomm Read Bootloader Code (up to Android 8)". The tutorial can be found here
Once you know your code, save it everywhere !!!
STEP THREE: UNLOCK BOOTLOADER
For this step you will need a computer with ADB and Fastboot commands. (download the command line tool for Windows/Mac/linux from here)
Go to phone settings, activate OEM unlock and USB debugging (you might need a WiFi connection to enable OEM unlock). If you type adb devices in your shell you should see you device in the list.
Type adb reboot bootloader to enter fastboot mode.
If you type in fastboot devices you should see again your device in the list.
Type in fastboot oem unlock *paste your code here*
On our device confirm unlock and the device will reboot after a factory reset.
STEP FOUR: FIND THE RIGHT GENERIC SYSTEM IMAGE
There is no official custom ROM for Huawei Y9 2018 but the phone is compatible with Generic system images, which are universal ROMs (all listed here). To be sure quickly reach the browser to download Treble Check app from here. This app will tell you wether or not you can install GSI images on your phone. If Projet Treble is ticked then you are good to go. If Seamless updates is ticked then you have an A/B system, if not then you have an AONLY system. Finally the CPU Architecture tab should tell you if you are on ARM64 or something else.
The GSI rom I chose is Havoc OS, it is the most compatible for Huawei phones. It is an Android 9 rom built on top of Lineage OS and adds up some functionalities, fixes for Huawei phones, and signature spoofing for MicroG to work. Go to this link and choose the right Havoc version based on the Treble Check app.
STEP FIVE: INSTALL HAVOC OS
Once you downloaded the connect img file connect your phone again and enable USB debugging, type in adb reboot bootloader to enter fastboot, and enter fastboot flash system *GSI rom path*
Once done, unplug device from computer and reboot to eRecovery by holding power and volume up for 5 seconds (just like in step 1 so make sure no SD card with dload folder is placed inside the phone). Once in eRecovery perform a factory reset and after that hit reboot system. Your device should now boot with Havoc OS !
STEP SIX: install F-Droid MicroG and Aurora Store (Alternatives to Google ecosystem)
Go to the browser and install F-droid from their official site. Next add the MicroG repo to F-droid to install and activate all the replacements to Google services. You can finally install Aurora Store from F-droid which replaces the official Play Store.
That's it folks!
Click to expand...
Click to collapse
Hi there these steps seems easy enough.
But I had to ask why you chose android 9 and will higher versions work correctly?

Unable to install LineageOS 19.1

Hi guys!
I am new here, recently unlocked bootloader (guide)
Eagerly want to flash lineage OS, but can't. Always ended up multiple reboots or some black screen.
Can anyone write step by step guide?
Currently using Android 9 Stock ROM (came back from android 10 stock rom using this method)
Used TWRP from here
Have you read the wiki page for LineageOS for N 6.1?
Info about PL2 | LineageOS Wiki
wiki.lineageos.org
Update: Installed.
NOTE: It is recommended to update your stock ROM to Android 10 before flashing this custom ROM. ( this method )
Just reboot to bootloader and download this TWRP for our Nokia 6.1, boot it (fastboot flash boot twrp.img), and everything will be fine.
Power + Volume Up
and leave power button when you see the android one logo but keep pressing volume up
Now you can flash TWRP.zip file.
Format Data by typing yes
Reboot to TWRP.
Flash latest ROM zip via TWRP
Switch to an alternative slot (if you are on slot a, switch to b if you are on b, switch to a) - (if you don't know where is the option to switch: reboot >> select slot)
Reboot system
Thanks to this guy https://forum.xda-developers.com/t/rom-12-1-unofficial-pixysos-pl2.4454103/
hello @chsiva, I would like to know if when installing the version of lineageOS 19.1 you used the lineageOS recovery, in my case I have reinstalled LineageOS 19.1 more than once without any problem. In fact, it is not so necessary to have the latest version of Android from the manufacturer installed to be able to install this version of lineageOS, I will explain the steps to be successful in the process.
1) Do not leave any custom recovery as permanent.
2) Since I have Windows 10, I had to look for the drivers that really work for Nokia, in which there are 2 drivers that are needed and apply some additional configurations to the main installer, one of them is compatibility with old versions of the operating system.
3) Download the tool that includes fastboot + adb and verify that the device is really recognized by the operating system regardless of the mode in which it is.
4) Being in the stock version, I recommend you to factory reset the device, then configure it.
5) Enter the download mode and through the cmd and in the adb mode use it to change the slot A/B (A or B), In both you will have to install the lineageOS recovery.
6) Having the recovery installed in both Slots (Remember to use Fastoboot to install the recovery) I recommend you to be in Slot B to proceed with the installation of the rom.
7) Then access the recovery, in my case I decided to perform a data format from the recovery and then select the ADB installation, I recommend you disconnect the device before accessing this option, when you access this option, connect the device to the computer (the recovery should indicate that you are in slot b before continuing with this).
8) Install the lineageOS rom and after it finishes, reboot the device and wait for it to boot.
9) When booting into lineageOS, apply settings and then reboot back into recovery mode.
10) Install the necessary Gapps to have the basic services of google, remember to be in slot b to continue, after installation, restart and when starting, connect to a network and configure.
11) The normal thing is that it is configured but in a partial way, the contacts that you have saved in your google account should not appear if you have it saved, if this happens, you only have to reset the device from the factory.
12) When starting again, apply the configuration connected to the network since the gapps are already included in the device, more configuration options should appear than the previous time when you installed the gapps and at the end the contacts should appear.
13) now if you can install magisk in version 25.2 if I'm not mistaken, remember to change the .apk to .zip and from the recovery install it from slot b and reboot.
14) and the last thing you need is to install 2 modules to certify the device with magisk (before this, I recommend you activate the option to hide root from applications, magisk should request a reboot, before rebooting, apply the deny settings of root to the applications that you deem convenient, but those of google if or if they have to be denied, in google services, mark all the options to deny root in its entirety).
15) For this procedure you will need a terminal and from the terminal, type the command (props), then press ENTER and sign the device.
16) and then delete data from play store and google services and then reboot the device and voila, your device is ready to use.
-In the event that you do not have a windows operating system, you can use the virtualbox tool and if it is possible to install the version of windows 7 ultimate, although you will have to install some necessary drivers so that you do not have a problem with the execution of applications from the virtualized system.

Categories

Resources