Related
Ive successfully rooted Ginger bread by following this method:
1. Download su.zip, and put it on your phone’s SD card.
2. Download fastboot.zip, unzip it to C:\. Now you have a folder C:\fastboot\
3. Download recovery-RA-passion-v2.2.1.img, put it in C:\fastboot\
4. Shut down your phone. Then start your Nexus One in Fastboot mode by holding down the Trackball and press the Power button.
5. Connect your phone to your computer. Open a Command Prompt (Start -> All Programs -> Accessories -> Command Prompt), and run the following commands:
cd C:\fastboot
fastboot devices
fastboot flash recovery recovery-RA-passion-v2.2.1.img
6. Use Volume +/- keys to choose ‘Bootloader’ and hit the Power button.
7. Use Volume +/- keys to select ‘Recovery’ and hit the Power button.
8. From the menu, scroll the Trackball to select ‘Flash zip from sdcard’ and hit the Trackball.
9. Select the su.zip file you previously copied to your SD card and hit the Trackball. Hit it one more time.
10. When done, restart your Nexus One and you should be all set.
There you go. Enjoy your rooted Nexus One
Great. Is this method new?
Sent from my Nexus One using XDA App
Not really
More like a year old...
See wiki for installing recovery with unlocked bootloader...
Sent from my Nexus One using XDA Premium App
True but rooting GB is very new,Danger Your a wizard of the Android world and have helped me before so I know you know your ish
IMO this is the best way to gain root, so I think we're both on the same page... xD
Sent from my Nexus One using XDA Premium App
Rooting GB using unlocked bootloader is not new. As mentioned, it's about a year and a half old, since several days before Nexus got out, way before Gingerbread was out, and even before Froyo was out. Unlocked bootloader on Nexus (or engineering bootloader on other devices) allows you to flash recovery (or anything else) directly, bypassing security checks. And in turn, custom recovery allows you infinite abilities in system modification.
Plus, this method doesn't allow running ADB root commands directly - for this, a string in boot.prop needs to be changed, setting insecure boot. Usually accomplished by flashing the corresponding Superboot zip.
The guide for flashing custom recovery for unlocked bootloader is in Wiki since it was introduced, several months ago.
Can this be run while on stock? or do you need to unlock the bootloader first?
And does this affect anything else? (ie data loss?)
Damnit, didn't read the title.
Where do I download su.zip from?
defmute said:
Where do I download su.zip from?
Click to expand...
Click to collapse
You want the appropriate su from the bottom of the first post...
http://forum.xda-developers.com/showthread.php?t=682828
Sent from my Nexus One using XDA Premium App
YES!!!! Finally achieved root on Nexus One 2.3.6
I've been trying multiple sites and instructions to root my Nexus One running 2.3.6. Your steps were the success! Thank you, thank you, thank you!!!
Jim
Do I need to backup my phone before doing this ? my bootloader is already unlocked
can we relock bootloader later?
Ups, wrong thread ^^
Sent from my Nexus One using XDA App
where would you download the fastboot.zip file? I have all the other files
OK, so I went through the process and would like to clarify few things for people like me - i.e. those doing it first time. Hope it helps to somebody. Here are my updated step-by-step instructions:
1. Download su.zip, and put it on your phone’s SD card.
My update: get the su.zip (su-2.3.6.1-ef-signed.zip) from:
http://forum.xda-developers.com/showthread.php?t=682828
2. Download fastboot.zip, unzip it to C:\. Now you have a folder C:\fastboot\
My update: I just used the fastboot that is in tools directory from Android SDK
3. Download recovery-RA-passion-v2.2.1.img, put it in C:\fastboot\
My update: you can get it from http://forum.xda-developers.com/showthread.php?t=611829
4. Shut down your phone. Then start your Nexus One in Fastboot mode by holding down the Trackball and press the Power button.
My update: you need to really hold the track ball even after you press the power button - until you see the white screen
5. Connect your phone to your computer. Open a Command Prompt (Start -> All Programs -> Accessories -> Command Prompt), and run the following commands:
cd C:\fastboot
fastboot devices
My update: you should get response similar to this:
HT9CNP804031 fastboot
if you don't get it then your phone is not correctly connected to Windows. See the following page for how to install USB driver: http://developer.android.com/sdk/win-usb.html
Another my update: fastboot oem unlock
fastboot flash recovery recovery-RA-passion-v2.2.1.img
6. Use Volume +/- keys to choose ‘Bootloader’ and hit the Power button.
7. Use Volume +/- keys to select ‘Recovery’ and hit the Power button.
My update: Toggle signature verification
8. From the menu, scroll the Trackball to select ‘Flash zip from sdcard’ and hit the Trackball.
9. Select the su.zip file you previously copied to your SD card and hit the Trackball. Hit it one more time.
10. When done, restart your Nexus One and you should be all set.
Note: this process WILL completely wipe out your phone - only data on the SD card will remain!!
mmerlin10 said:
OK, so I went through the process and would like to clarify few things for people like me - i.e. those doing it first time. Hope it helps to somebody. Here are my updated step-by-step instructions:
1. Download su.zip, and put it on your phone’s SD card.
My update: get the su.zip (su-2.3.6.1-ef-signed.zip) from:
http://forum.xda-developers.com/showthread.php?t=682828
2. Download fastboot.zip, unzip it to C:\. Now you have a folder C:\fastboot\
My update: I just used the fastboot that is in tools directory from Android SDK
3. Download recovery-RA-passion-v2.2.1.img, put it in C:\fastboot\
My update: you can get it from http://forum.xda-developers.com/showthread.php?t=611829
4. Shut down your phone. Then start your Nexus One in Fastboot mode by holding down the Trackball and press the Power button.
My update: you need to really hold the track ball even after you press the power button - until you see the white screen
5. Connect your phone to your computer. Open a Command Prompt (Start -> All Programs -> Accessories -> Command Prompt), and run the following commands:
cd C:\fastboot
fastboot devices
My update: you should get response similar to this:
HT9CNP804031 fastboot
if you don't get it then your phone is not correctly connected to Windows. See the following page for how to install USB driver: http://developer.android.com/sdk/win-usb.html
Another my update: fastboot oem unlock
fastboot flash recovery recovery-RA-passion-v2.2.1.img
6. Use Volume +/- keys to choose ‘Bootloader’ and hit the Power button.
7. Use Volume +/- keys to select ‘Recovery’ and hit the Power button.
My update: Toggle signature verification
8. From the menu, scroll the Trackball to select ‘Flash zip from sdcard’ and hit the Trackball.
9. Select the su.zip file you previously copied to your SD card and hit the Trackball. Hit it one more time.
10. When done, restart your Nexus One and you should be all set.
Note: this process WILL completely wipe out your phone - only data on the SD card will remain!!
Click to expand...
Click to collapse
Hi, I follow these steps until I flash the su.zip, but it shows this:
================
Install from sdcard...
Finding update package...
Opening update package...
E:Wrong digest:
META-INF/com/google/android/updater-script
E: Verification failed
Zip verification failed
zip isn't signed correctly
Installation aborted.
===========================
My Nexus One is running 2.3.6 build number is GRK39F
My phone's bootloader is unlocked. Now, it just needs to root and flash custom roms.
Appreciate your help
---------- Post added at 03:43 AM ---------- Previous post was at 02:58 AM ----------
Never mind then, I just used superoneclick 2.3.3 and unrooted the phone completely !
factory reset?
hey guys, will it wipe all the data i have on the phone and reset the settings to factory ones? thx.
UPD: ok, it will
Just unlock tge bootloader and then run superoneclick and to unlock the bootloader just do fastboot oem unlock
Sent from my Nexus One using xda app-developers app
YES. I know this question has been asked and answered many times. I've searched forums and google but none convincing answers.
I've installed latest ROM manager on my rooted phone runing on the ROM - Superuser,Keep It Simple.
I've also installed the Recovery image from the app itself.
Regardless of the option chosen, in this case, backup current ROM , the exclamation mark screen shows up.
I press VOL up + power. I get the error E:Can't open /cache/recovery/command and then the blue menu starts up.
I select "Apply sdcard:update.zip" and then the E:Signature verification failed.
Please help me out guys, Thanks!
You might need to push the recovery files back into your phone. This happened to me once, and all I had to do was push the files back into my phone using the tools given to me by theunlockr.com when I rooted my phone. I don't know if you rooted your phone with theunlckr.com or not but regardless here's what you do:
http://theunlockr.com/2010/06/07/how-to-root-the-htc-legend/ make sure you download ONLY the "Legend Rooting Tools" (Number III on the page) and ONLY that you don't need anything else. Unzip the Legend Root Folder in the root of C:/ Also please DO NOT follow the steps they mentioned as your phone is already rooted.
Here are the steps you should do:
1. Unzip the Legend Root Folder you downloaded to "C:/"
2. Go to the folder in the "C:/" it should be called "R4-legend-root"
3. Put your phone in recovery mode using the volume down + power and click "recovery" in the PHONE not the PC.
4. When you're on the red triangle of doom (Make sure you are!) click "Recovery-windows" in the PC (Again located in the r4-legend-root folder which you unzipped)
5. A black box should come up pushing the files to your phone
6. Your phone should be in recovery mode
7. You can now go into recovery mode freely using ROM Manager instead of the computer like I do.
Hi guys, I've searched a bit for this and couldn't find anything, so I thought it was because it's a bit of a noob question...
So yesterday I rooted my international exynos note 3 (sm n900) via CF auto-root. Everything worked fine. I was wondering if there was a way to update my phone to kitkat, since it's attached to a provided that hasn't released kitkat officially yet...
Or do I have to wait until it's released officially for my carrier, then unroot, update and reroot?
Thanks
Hhow can I update to kitkat manually?
falapt said:
Hi guys, I've searched a bit for this and couldn't find anything, so I thought it was because it's a bit of a noob question...
So yesterday I rooted my international exynos note 3 (sm n900) via CF auto-root. Everything worked fine. I was wondering if there was a way to update my phone to kitkat, since it's attached to a provided that hasn't released kitkat officially yet...
Or do I have to wait until it's released officially for my carrier, then unroot, update and reroot?
Thanks
Click to expand...
Click to collapse
The Android 4.4 overhaul has begun taking off to the Nexus 7 and Nexus 10 tablets far and wide. In any case if your tablet has yet to get the upgrade, then don't lose hope — we've got a brisk walkthrough that'll get you upgraded shortly, expecting you've got a little encounter with a charge line.
The process
1. Place the update .zip package from Google in the Android SDK/platform-tools folder on your computer, but do not unzip it.
2. On your Nexus, go to Settings > Development options and switch the toggle on. Then enable USB debugging under the "Debugging" menu group.
3. Power down your tablet
4. Start up the bootloader by holding down volume up, volume down and power on your tablet.
5. When the menu loads, plug your Nexus into your computer.
6. Use the volume up/down keys to navigate to "Recovery mode", then press the power button.
7. When the Android with the red exclamation point appears, hold down power first, followed quickly by volume up. You should now see the recovery menu.
8. Use the volume up/down keys to select "apply update from ADB," then press power to select it.
9. On your computer, open up a command prompt or terminal window.
10. Using the command line, navigate to the Android SDK/platform-tools folder
11. On Windows, type:
adb.exe sideload <the complete name of the OTA zip file you want to flash>
... or on Mac, type:
./adb-mac sideload <the complete name of the OTA zip file you want to flash>
... or on Linux, type:
./adb sideload <the complete name of the OTA zip file you want to flash>
12. The update should begin installing. When it's done, select "reboot system now."
13. Enjoy some delicious KitKat
ejazcncr2 said:
The Android 4.4 overhaul has begun taking off to the Nexus 7 and Nexus 10 tablets far and wide. In any case if your tablet has yet to get the upgrade, then don't lose hope — we've got a brisk walkthrough that'll get you upgraded shortly, expecting you've got a little encounter with a charge line.
The process
1. Place the update .zip package from Google in the Android SDK/platform-tools folder on your computer, but do not unzip it.
2. On your Nexus, go to Settings > Development options and switch the toggle on. Then enable USB debugging under the "Debugging" menu group.
3. Power down your tablet
4. Start up the bootloader by holding down volume up, volume down and power on your tablet.
5. When the menu loads, plug your Nexus into your computer.
6. Use the volume up/down keys to navigate to "Recovery mode", then press the power button.
7. When the Android with the red exclamation point appears, hold down power first, followed quickly by volume up. You should now see the recovery menu.
8. Use the volume up/down keys to select "apply update from ADB," then press power to select it.
9. On your computer, open up a command prompt or terminal window.
10. Using the command line, navigate to the Android SDK/platform-tools folder
11. On Windows, type:
adb.exe sideload <the complete name of the OTA zip file you want to flash>
... or on Mac, type:
./adb-mac sideload <the complete name of the OTA zip file you want to flash>
... or on Linux, type:
./adb sideload <the complete name of the OTA zip file you want to flash>
12. The update should begin installing. When it's done, select "reboot system now."
13. Enjoy some delicious KitKat
Click to expand...
Click to collapse
Okay, thanks for the quick reply!
It's a Samsung galaxy note 3 (phone/phablet) what I have, not sure it that matters in the process.
Also... this Android SDK/platform-tools folder. I don't have such folder, do I create it on the computer?
Does it matter which kind of update.zip package I download? (like it the model number matters).
Also, I asked about manual update because when I try to go ota it tells me that I can't do that, because the phone has been modified of something like that, which is because of root I assume.
falapt said:
Okay, thanks for the quick reply!
It's a Samsung galaxy note 3 (phone/phablet) what I have, not sure it that matters in the process.
Also... this Android SDK/platform-tools folder. I don't have such folder, do I create it on the computer?
Does it matter which kind of update.zip package I download? (like it the model number matters).
Also, I asked about manual update because when I try to go ota it tells me that I can't do that, because the phone has been modified of something like that, which is because of root I assume.
Click to expand...
Click to collapse
Go to Sammobile or find a stock KK rom on here somewhere for your model... Put phone in download mode, flash Kitkat with ODIN - your choice but I flashed with 3.09. You might need to factory reset.... You can't go back to JB after this due to bootloaders...
Flash LATEST cf-autoroot for root....
Enjoy....
OK. Thanks a lot, just a few last questions...
I found kitkat firmware file for my model (SM-N900) on sammobile, country says India, does it matter? (I'm not ni India).
So I follow the instructions and then I need to root again after flashing kitkat on it? I'd like to keep root access...
falapt said:
OK. Thanks a lot, just a few last questions...
I found kitkat firmware file for my model (SM-N900) on sammobile, country says India, does it matter? (I'm not ni India).
So I follow the instructions and then I need to root again after flashing kitkat on it? I'd like to keep root access...
Click to expand...
Click to collapse
Go to the top where it says to check my firmware. It will give you the right firmware... Doesn't matter though however there may be some things that work in your region but not in indian rom... And vice versa...
You will need to re-root after. Make sure it is the latest cf-autoroot as using an older version won't work and will softbrick your phone - bootloops or hanging on Samsung logo...
"adb sideload" stuck
I am an intermediate noob at this (whatever that means) so bare with me. Phone was purchased, second-handed w/root. I messed with root permissions which resulted in BRICK... stuck on Samsung logo when powered on. Tried to upload stock rom via sd card; too long and phone too hot. Now, doing adb sideload, got up to 67%, then it just sits there. Is there anything I may have to upload before the stock ROM, so that the process can go through easier? Please, please help!! Thank you.
Magisk+TWRP for Exynos ONLY
Hi, there are some tutorials out here on the forum but some are outdated, others have dead links and other mix some steps from exynos and snapdragon, so this is a guide on how I did it, My device is the International Exynos LTE Dual sim variant or SM-N985F-DS running android 11 (oneUI 3.1) patch from april 2021 with security patch from may 2021 but this has been tested on many exynos variants.
See DR.Ketan post: https://forum.xda-developers.com/t/guide-how-to-root-n20-ultra-n986b-n9860.4147023/
I based my guide on @dr.ketan 's guide and some bits from the comments and references from that post, so all credit goes to him and the people he reference on his post.
First of all as dr.ketan said:
NOTICE :
Before you move further, make clear that rooting device -
- Your warranty will be void
- Some of functions may not work on rooted device, some function may get back with un rooting, some may never.
- All your data on device will be lost
- Flashing custom binaries may brick (Usually soft but can be hard brick too) your device, so follow it on your own risk!
If you are ready with condition, move further -
Click to expand...
Click to collapse
1.- BACK UP ALL OF YOUR DATA, copy your files to a PC, make backups on google and samsung clouds and any other cloud service backup you have (whatsapp for example) becuase in this process all data is wiped TWICE.
2.- Prepare your PC:
I personally recommend using a laptop or a pc with an UPS (backup battery) just to be safe.
2.1 Create a folder fo the files and create 2 folders inside named OLD and NEW (this is merely to keep files organized since they CAN be confused (see next steps), unless said otherwise ALL files and folders go in the OLD folder.
2.2 Download ODIN [CHECK FILES BELOW]
2.3 Download YOUR phone stock firmware (you have several options for this, I personally use sammobile but here you have to google on your own. Remember to extract the contents and you should have 5 files.
NOTE(hehe): to get your exact model name you can check on Settings>About phone>Software information>Baseband version.
2.4 Download Magisk APK and ZIP [CHECK FILES BELOW]
2.5 Download Multidisabler ZIP [CHECK FILES BELOW]
2.6 Download TWRP recovery [CHECK FILES BELOW] and place it in the "NEW" folder you created on step 2.1
IMPORTANT: use only THIS recovery from THIS file, since it's modified for exynos and also to skip a step on the process.
3.- Prepare your Phone:
3.1 Copy the AP file from your PC (the one from the stock firmware) and the magisk.apk file you downloaded, to your phone.
3.2 Install the magisk app (the apk file)
3.3 Open the magisk app and select the first option, there you will have an option to select a file, select the AP file you copied from your pc an tap continue (or start I dont remember)
3.4 Now you will have a "Masgisk_patched-*********.tar" file on your download folder on your phone, copy that file to your PC and place it in the "NEW" folder you created on step 2.1.
4.- Now we start the process of modifying the phone
4.1 UNLOCK BOOTLOADER: on your phone go to SETTINGS>ABOUT PHONE>SOFTWARE INFORMATION and tap the "Build Number" repeatedly until you see "You are now a developer" (or something similar)
4.2 Go back to SETTINGS and now you will have at the bottom a new menu called "Developer options", enter and toggle on the OEM unlocking option, this will prompt some warnings and an assistant, follow the instructions and when you finish turn off your phone.
4.3 Press and hold the VOL+ and VOL- buttons at the same time and connect the phone to your PC WHILE HOLDING BOTH BUTTONS, this will prompt DOWNLOAD MODE on your phone and you will see 3 options, Press and hold the VOL+ button to unlock the bootloader, now your phone will reboot and wipe all of your data.
4.4 Confirm OEM Unlock is enabled: after the reboot you will get the initial setup process again (as if the phone were new) skip though all (because it will be wiped again) and repeat the process on step 4.1
Now the OEM unlock setting should be GRAYED OUT and with this your phone is ready to be modified
5.- Flashing custom binaries
5.1 Turn off the phone and put it into DOWNLOAD MODE again (see step 4.3) but this time use the first option, that is, press the VOL+ button ONCE, this will enter DOWNLOAD mode and put the phone in flashing state.
5.2 Open ODIN on your PC as administrator
5.3 On the Options tab UNTICK the "Auto Reboot" option
5.4 Click on the AP button and locate the "Masgisk_patched-*********.tar" on the "NEW" folder.
5.5 Click Start, wait until you see PASS on the top left corner
5.6 Click on the AP button again and locate the "Exynos no vbmeta recovery.tar" file on the "NEW" folder.
5.7 Click Start, wait until you see PASS on the top left corner.
5.8 THIS STEP IS CRITICAL: disconnect your phone from your PC, now READ AHEAD before doing anything.
Here you will have to do a combination of button presses to boot into recovery. Once your phone is disconnected press and hold VOL- and POWER BUTTON (side key) for approximately 7 seconds, once the phone screen goes black immediately release the VOL- button and press the VOL+ button WHILE KEEP PRESSING THE POWER BUTTON. You will see 1 or 2 warning and a glimpse of the samsung logo, keep pressing the buttons until you see the TWRP (Team Win Recovery) splash screen, at this point you can release the buttons.
5.9 now in the recovery navigate to WIPE tab > FORMAT DATA > and type yes to continue (read instructions on screen). DO NOT RESTART. go back to the starting screen and then navigate to REBOOT > REBOOT TO RECOVERY.
5.10 Your phone will reboot into recovery on its own, no need to press any buttons.
5.11 Once inside the Recovery, connect the phone to your PC, after a few seconds the phone will connect normally as if it were in the OS, now copy this files to your phone from your PC:
Magisk.zip
Multidisabler-samsung-3.1.zip
5.12 Go to INSTALL tab on your phone and select the multidisabler zip and install it (it will prompt you to swipe to install), once finished tap on WIPE CACHE/DATA.
5.13 Now do the same with magisk.zip but this time DO NOT tap the "wipe cache/data" button, instead tap on REBOOT.
6.- First Boot
NOTE: First boot takes a while but if your phone is not showing the initial setup screen in max 15 minutes something went wrong and you will have to flash back to stock firmware and start over.
6.1 Once you boot do the usual initial setup, here you can do it normally and restore your cloud backups.
6.2 When you are all set up, look for the MAGISK app, open it and follow the instructions. Your phone will reboot so make sure you are all set up BEFORE opening the app.
6.3 ALL DONE!
Hi there,
Thanks for the updated guide!
Maybe worth mentioning that when done, to get back into TWRP power down phone -> connect USB ->press & hold Power AND VOL- until black screen (7sec) -> Quickly press VOL+ with still holding Power button.
Would you know how to update firmware to latest security patches (downloaded from SamMobile for example) now phone is rooted with Magisk, with TWRP recovery and multidisabled?
Regards,
I followed all directions, and Magisk and TWRP are installed. However, I do not have root access. I have an S10e (SM-G970F, Exynos). To get root access, you have to do the bixby, volume up, and power together. I always get to TWRP. When I had only Magisk installed, I always got stock recovery. How do I get the keys correct?
Also, I understand you must have something in the USB port. I tried mostly connected to the computer, sometimes to a charger, and sometimes not at all. Nothing can get Magisk root access unless it boots me to recovery, and then I can just reboot to system (no root) or recovery (same place, still no root).
Threx71 said:
IMPORTANT: use only THIS recovery from THIS file, since it's modified for exynos and also to skip a step on the process.
Click to expand...
Click to collapse
Where is this TWRP file?
DAVIRO1 said:
Where is this TWRP file?
Click to expand...
Click to collapse
Weird, it was together with all the other files, I'll re-upload it when I get home.
josephgrab said:
Also, I understand you must have something in the USB port. I tried mostly connected to the computer, sometimes to a charger, and sometimes not at all. Nothing can get Magisk root access unless it boots me to recovery, and then I can just reboot to system (no root) or recovery (same place, still no root).
Click to expand...
Click to collapse
Only thing I can think of is you are not flashing the correct magisk zip file on TWRP, try downloading it from magisk's official site. Is the same file for the both procedures, you just have to change the file extension accordingly (.apk or .zip)
Threx71 said:
Weird, it was together with all the other files, I'll re-upload it when I get home.
Click to expand...
Click to collapse
thanks, I have all the files ready to do the flash,
DAVIRO1 said:
thanks, I have all the files ready to do the flash,
Click to expand...
Click to collapse
here you go
Exynos no vbmeta recovery.tar
drive.google.com
EDIT: why the f is xda deleting the file after uploading?
I tried that file. First, I could not flash with odin 2 recovery.img . I used 7-zip to archive it as .tar, and it still would not flash. I do have an SM-G970F, so it is Exynos. I am not sure of the results, but I did flash with newest twrp-3.5.2_9-5-beyond0lte.img.tar .
Threx71 said:
5.6 Click on the AP button again and locate the "Exynos no vbmeta recovery.tar" file on the "NEW" folder.
Click to expand...
Click to collapse
What is this file?
DAVIRO1 said:
What is this file?
Click to expand...
Click to collapse
Here
Exynos no vbmeta recovery.tar
drive.google.com
josephgrab said:
I tried that file. First, I could not flash with odin 2 recovery.img . I used 7-zip to archive it as .tar, and it still would not flash. I do have an SM-G970F, so it is Exynos. I am not sure of the results, but I did flash with newest twrp-3.5.2_9-5-beyond0lte.img.tar .
It was the wrong file, this is the correct one:
Exynos no vbmeta recovery.tar
drive.google.com
Click to expand...
Click to collapse
After flashing that, it would not boot to recovery but just to download.
Thanks! Worked for me! I have a question:
do you know how to Bypass root detection for bank app?
After I flash Exynos no vbmeta recovery.tar this is the error I get
Couldn't find grp7 symbol in main dtb
failed to permorm fixtps in overlay
ufdt overlay apply fail
UFDT DT Overlay FAIL
need kernel: could not find do normal text
vbmeta: Error verifying vbmeta image
vbmeta VERIFICATION_DISABLE bit is set
CUSTOM VBMETA
VBMETA
I cannot read everything it is so small, so there may be some typos
I found out what I did wrong. I am using SM-G970F (S10e), whereas this forum is for SM-N985F.
Great instructions, though.
Thank you. Just wish I could get root. I cannot because of the updated firmware (August 2021).
Hello, thank you for the guide it worked to root my sm-n986b !
Threx71 said:
5.6 Click on the AP button again and locate the "Exynos no vbmeta recovery.tar" file on the "NEW" folder.
5.7 Click Start, wait until you see PASS on the top left corner.
5.8 THIS STEP IS CRITICAL: disconnect your phone from your PC, now READ AHEAD before doing anything.
Here you will have to do a combination of button presses to boot into recovery. Once your phone is disconnected press and hold VOL- and POWER BUTTON (side key) for approximately 7 seconds, once the phone screen goes black immediately release the VOL- button and press the VOL+ button WHILE KEEP PRESSING THE POWER BUTTON. You will see 1 or 2 warning and a glimpse of the samsung logo, keep pressing the buttons until you see the TWRP (Team Win Recovery) splash screen, at this point you can release the buttons.
Click to expand...
Click to collapse
There is just this part that I did differently.
First, to start flashing the twrp at step 5.6 I had to restart the phone in download mode because odin would be stuck at "setup connection" if i tried to flash it just after the file before.
And at step 5.8 I had to keep the phone connected to the PC otherwise it would not boot in recovery menu.
I did all the phone setup and installed "Riru" then "Universal SafetyNet Fix" magisks modules to pass the Safetynet.
I just have one question if someone can tell me if there is a way to not display the bootloader warning message when the phone is booting please.
lilstyle974 said:
I did all the phone setup and installed "Riru" then "Universal SafetyNet Fix" magisks modules to pass the Safetynet.
I just have one question if someone can tell me if there is a way to not display the bootloader warning message when the phone is booting please.
Click to expand...
Click to collapse
I have installed drketanrom and there are a tweak that delete this message.
lilstyle974 said:
Hello, thank you for the guide it worked to root my sm-n986b !
There is just this part that I did differently.
First, to start flashing the twrp at step 5.6 I had to restart the phone in download mode because odin would be stuck at "setup connection" if i tried to flash it just after the file before.
And at step 5.8 I had to keep the phone connected to the PC otherwise it would not boot in recovery menu.
I did all the phone setup and installed "Riru" then "Universal SafetyNet Fix" magisks modules to pass the Safetynet.
I just have one question if someone can tell me if there is a way to not display the bootloader warning message when the phone is booting please.
Click to expand...
Click to collapse
Thanks, I was just about to post this about the safety net since I just did it yesterday to start using google pay.
I'll add it to the Post as EXTRAS along with some other things.
Also sorry to everyone for having this thread so abandoned, I used to get so much spam from XDA that I ended up blocking all emails (?
hi,everyone.
I have a very old samsung tablet which is gt-p7320, the operation system is 4.0.2? As the OS is too old,I can’t download any apps from Google Play Store. I wanna upgrade it to the latest OS or jailbreak. Do you have any sources for me? Thank you very much
Use at your own risk. It could brick your tablet.
1. Download and install kingroot
https://kingroot.en.uptodown.com/android/download
2. Install this app (rashr) too
https://m.apkpure.com/root-rashr-flash-tool/de.mkrtchyan.recoverytools
3. Go into kingroot, setup the app, and press the menu(three short lines icon), then press on 'try root'
4. Wait until it is rooted
5. Open rashr, it will ask for root access, allow it
6. Extract this zip on computer
https://forum.xda-developers.com/attachments/twrp3020-20160927-p5-zip.5150177/
And find the recovery.img file in that zip. Then move it to the tablet using USB cable.
7. Back to your tablet, choose 'recovery from internal storage' navigate to the recovery.img, and press flash
8. Select reboot to recovery
9. Wait until it booted into recovery
10. Wipe and factory reset
11, press back and back
12. Download the aosp-7.1-p5 zip, and P7500-open-gapps.zip at here on pc
1.04 GB folder on MEGA
11 files
mega.nz
13. Move the aosp 7.1 zip to the tablet
14. Flash, and select the TWRP zip
15. After complete, press back and back, and select back and move the P7500-open-gapps to the tablet
16.flash and select p7500 opengapps zip
17 reboot system