How to root - Wear OS Q&A, Help & Troubleshooting

Sent from my Infinix NOTE 2 using xda app-developers app

most likely there is twrp for your device. in short:
via boatloader:
- fastboot flash recovery twrp-file.img
after successful flashing you can enter twrp recovery with bootloader option.
to root:
- get latest supersu.zip from chainfire
- delete /common/supersu.apk within zip ( all in all you have to have a zip file for flashing
- enter twrp by bootloader "recovery" option
- within twrp choose "install from zip"
- select supersu.zip
- flashing takes a minute or two
- might also want to wipe dalvik & cache
- reboot device
- done
you can confirm root if you:
- adb shell
- su

Related

[GUIDE] Upgrade to jelly bean super easy way (works for US varients, might for other)

Hello,
my tablet has a unlocked bootloader and was on 4.0.3 stock rooted when i did this and thought i would share how i did it, its really fast and easy.
Disclaimer: i am in no way responsible for a bricked or damaged devices, world endings, zombie attacks from using this guide. use at your own risk
Requirements: rooted with a custom recovery and unlocked bootloader. (i used CWM) a tf300t tablet
Recommended: doing the file transfers from pc to device as you go along
Step 1: get all the files you need download
****Version V9.4.3.30 make sure us download the file for US SKU
http://usa.asus.com/Tablet/Transformer_Pad/ASUS_Transformer_Pad_TF300T/#download
****Version V10.4.2.9 make sure to download the version for US SKU
http://usa.asus.com/Tablet/Transformer_Pad/ASUS_Transformer_Pad_TF300T/#download
Step 2: get the first file ready by unzipping (US_epaduser9_4_3_30UpdateLauncher) so it extracts a zip file called (US_epad-user-9.4.3.30)
-place (US_epad-user-9.4.3.30) on the internal storage of your device.
Step 3: boot into recovery and wipe data/factory reset, wipe dalvik cache
-then flash the file US_epad-user-9.4.3.30.zip in recovery
-reboot device
Step 4: one device is rebooted and past the set up screen delete US_epad-user-9.4.3.30.zip off your internal storage (DO NOT INSTALL A CUSTOM RECOVERY AT THIS POINT)
Step 5 getting jelly bean ready: unzip (US_epaduser_10_4_2_9_UpdateLauncher) so it extracts a file called (US_epad-user-10.4.2.9)
- at that point a triangle with a exclamation point in the middle should appear saying system update file detected
(that same icon and message might pop up while the (US_epad-user-9.4.3.30) is on the internal storage ignore it then, this is why we delete said file before we put the (US_epad-user-10.4.2.9) file on the device)
Step 6: click on the triangle icon on your device and accept the update, your device will reboot and install jelly bean (should take 10 to 15 minutes be patient)
---Once the device reboots it will upgrade and you will be on jelly bean yay
To obtain root follow part 3 of this thread ( http://forum.xda-developers.com/showthread.php?t=1845377) i will put the intructions here below for those to lazy to click the link
all thanks for rooting instructions go to krabappel2548 thanks man.
rooting and custom recovery
files needed for this process
fastboot and recovery http://www.mediafire.com/?1u44b0w3k1qoy4r
root files: http://www.mediafire.com/?cr209hb5e2fr910
== Part 3 - Install recovery and rooting ==
Let's start with installing the recovery
1) Download these 2 files:
- Jellybean recovery with fastboot files: Fastboot files + JB recovery
- Root files: Root Files
- You can also download the new CWM Touch recovery if you don't like TWRP: CWM Touch recovery thread
2) Extract the recovery with fastboot files zip and open a command prompt in the same folder of the adb and fastboot files (Shift + Right mouse)
3) Reboot into the bootloader of your tablet, type: adb reboot bootloader
4) When your tablet has reached the bootloader navigate with volume down to the usb icon and press volume up to confirm.
5) To flash the recovery type:
- TWRP: fastboot -i 0x0b05 flash recovery tf300t-jb.blob
- CWM: fastboot -i 0x0b05 flash recovery CWM-Touch.blob
6) A blue bar will appear and the recovery will be installed, when the blue bar is filled press volume up + power button to reboot into the tablet.
Now we will root the tablet
7) Copy Superuser-3.2-RC3-arm-signed to the internal storage of your tablet. then reboot into the bootloader again.
8) This time you need to select the RCK icon with volume up to enter the recovery image.
9) In recovery flash Superuser-3.2-RC3-arm-signed and reboot into the system
10) Install Supersu from Google Play
11) Open up Supersu, it will ask you to update the binary, choose yes.
12) Now your tablet should be rooted
hope this helps everyone
I Just followed this method with WW-files, works like a charm
Sent from my ASUS Transformer Pad TF300T using XDA Premium HD app
Thanks a lot, so happy I could help someone
Sent from my Galaxy Nexus using xda app-developers app
Deleted

Advice please

Sent from my Nexus 4 using xda app-developers app
Can I please have some advice guys
I am on stock 4.2.1 at the moment I want to install the minco ROM with Francis kernel to do this
1. Unlock boot loader
2. Root & install cwm recovery
3. Make a backup (don't known how)
4. Add the ROM and kernel into internal storage on laptop
5. Go into recovery mode and flash ROM and kernel (can I flash both at the same time or does it have to be done separately)
6. Reboot
Guys am I right or have I missed something's
Apologies its first time for me and I'm going to do with without toolkits
Sent from my Nexus 4 using xda app-developers app
Looks pretty good.
3.Once you're in recovery, you'll see the backup option.
5. Wipe system, data, cache and dalvik cache and flash ROM, then kernel.
Good for you for not using a toolkit.
Thanks very much for that
Sent from my Nexus 4 using xda app-developers app
I would highly recommend twrp recovery instead. It is what most developers use these days.
Do you know how to setup the usb / adb / fastboot on your computer?
If so, all you need to do is download the .img file from the twrp website for the n4, boot into the bootloader (from power off, hold volume down and then press power while holding vol down), and the commands are:
Fastboot oem unlock (then look at your phone...choose the option with volume, select with power)
Fastboot flash recovery insert_name_of_recovery_file_here.img
Then reboot, put minco and the newest Franco kernel on your sd card, reboot to bootloader, choose recovery, make your backup there(will be obvious how to do this), wipe data / factory reset, and then install minco and the newest Franco.
Let me know if you need more help
Sent from my Nexus 4 using Tapatalk 2
bongostl said:
I would highly recommend twrp recovery instead. It is what most developers use these days.
Do you know how to setup the usb / adb / fastboot on your computer?
If so, all you need to do is download the .img file from the twrp website for the n4, boot into the bootloader (from power off, hold volume down and then press power while holding vol down), and the commands are:
Fastboot oem unlock (then look at your phone...choose the option with volume, select with power)
Fastboot flash recovery insert_name_of_recovery_file_here.img
Then reboot, put minco and the newest Franco kernel on your sd card, reboot to bootloader, choose recovery, make your backup there(will be obvious how to do this), wipe data / factory reset, and then install minco and the newest Franco.
Let me know if you need more help
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
Thanks for your reply I thought if I download CWM recovery I would get auto update features? e.g installing ROM update
Do I save the TWRP image file anywhere on the c:\ or do i move it into my phones sd card
I take it the command oem unlock- unlocks my phone -
does fastboot flash recovery root my phone or does it install the recovery
Do I need to root my phone what would the command be for it
Thanks again
bash156 said:
Thanks for your reply I thought if I download CWM recovery I would get auto update features? e.g installing ROM update
Do I save the TWRP image file anywhere on the c:\ or do i move it into my phones sd card
I take it the command oem unlock- unlocks my phone -
does fastboot flash recovery root my phone or does it install the recovery
Do I need to root my phone what would the command be for it
Thanks again
Click to expand...
Click to collapse
You put the twrp image file in the same folder as your fast boot binary.
Fast booting recovery will not give you root. You need to flash the recovery, have the su zip on your phone and then go into your custom recovery (twrp) and flash the super user zip. Then you will obtain root.
Rooting your phone is simply flashing that zip file.
Custom rom is simply flashing that zip.
Kernel is simply flashing that zip.
Except for custom rom you need to wipe factory settings before flashing to have the phone to boot up.
The way to fastboot recovery is the command,
Fastboot flash recovery name-of-recovery.img
Replace name of whatever with the file you downloaded (don't actually type name of recovery lol)
Sent from my Nexus 4 using xda premium

ADB Sideloaded while Unlocked and rooted 4.4.2

Hello all,
I unlocked and rooted 4.4.1 with the stock ROM.
I saw the new update 4.4.2 and booted into recovery, did adb sideload for the update and everything rebooted.
I seem to have lost Root?
When I open Super SU I get the message:
There is no SU binary installed and SuperSU cannot install it. This is a Problem!
If you just upgraded to Android 4.3, you need to manually reroot - consult...
I go through the following process:
Obtaining Root Access and Custom Recovery:
Turn on USB Debugging.
To do so; you must first go to Settings>About>Build Number and click seven times.
The actual setting can then be found in Settings>Developer Options>USB Debugging
Download the following:
SuperSU (CWM .zip)
CWM (Pick the version for your device)
Place the recovery-clockwork-VERSIONNUMBER-mako.img file into your C:\android-sdk-windows\platform-tools folder.
Put the SuperSU.zip on your phone.
Open another Command Prompt if it isn't still open. (Navigate to C:\android-sdk-windows\platform-tools and shift + right click. Select "Open Command Window Here.")
With your phone plugged in type:
Code:
adb reboot bootloader(Hit Enter)
And wait for your phone to boot into the android again.
Now type:
Code:
fastboot flash recovery IMAGENAME.img
(Change the file name to the correct file name and Hit Enter)
Once that is finished: select the "Recovery Mode" option again on your phone.
You should get a new recovery menu here. Select "install zip from sd card" and "choose zip from sd card."
Find the SuperSU.zip that you transferred earlier and select "Yes" to installing.
Navigate back to "Reboot" and reboot your phone.
You're now rooted!
However, ClockworkMod Recovery won't continue to load after this.
To fix this, find "Rom Manager" from the market. (The free version is fine.) Use the "Flash ClockworkMod Recovery" option.
In Rom Manager, when I try to re-install recovery I get: "An Error occured while flashing your recovery"
Help please!
-Jason
I fixed it. I had to reflash the SU.zip from within recovery.
-J
Long story short. When you flash a ota file you loose root. It resets the permissions on /system
Just download the latest su. Zip and put it on your phone.
Get the custom recovery of your choice in. Img form and flash or just boot it up with fastboot and flash the su. Zip.
It's that simple
---------- Post added at 07:06 AM ---------- Previous post was at 07:04 AM ----------
Damn it. I read everything but I fixed it part. Thought it was a sig which I don't ever read.

TWRP 3.0.0-1 here for moto g 2nd gen

TWRP 3.0.0-1 Released for Moto G2
Download Link : http://*******/1YBnk5
Steps To Flash (Needs unlocked bootloader)
(the best is method 1)
Method 1. Using Fastboot via PC
- Install Motorola Device Drivers, Minimal fastboot drivers & restart PC.
- Connect phone to PC in fastboot mode
- Place the downloaded TWRP image inside fastboot folder
- Open CMD window inside fastboot directory
- type
fastboot flash recovery twrp-3.0.0-1-titan.img
fastboot reboot
- After phone reboots disconnect phone from PC
Method 2. Using existing TWRP
- Place downloaded TWRP image inside your phone
- Boot into TWRP, select Install, choose IMG option, select your download IMG, choose recovery partition, swipe.
Method 3. Using Flashify (Needs Root)
- Install Flashify app from Playstore
- Place downloaded TWRP image inside your phone
- Select flash recovery
- Select your downloaded TWRP
- Press OK & flash it.
(for me not recomended)
Method 3. Using Flashify (Needs Root)
- Install Flashify app from Playstore
- Place downloaded TWRP image inside your phone
- Select flash recovery
- Select your downloaded TWRP
- Press OK & flash it
Download Link : https://dl.twrp.me/titan/twrp-3.0.0-1-titan.img.html
Does not work with my device and adopted storage, going back to 3.0.0.-0 that does work
This "recovery" wipe my folder /persist, and give me error to restore., i cant restore in marshmallow.
anyone knows any "recovery" correctly restore the /persist folder, in marshmallow?

[GUIDE] Flashing and updating custom ROMs

Flashing for Dummies
In this guide we'll go over how to flash custom ROMs with root and TWRP in addition to updating
this guide will always be updated
Read the ENTIRE guide before you start
Code:
Your warranty is now void.
We are not responsible for bricked devices, bootloop... Please
do some research if you have any concerns about mods
included in these GUIDES before using them! YOU are choosing to
make these modifications.
things to keep in mind:
1- when you flash a ROM through TWRP, it will flash to your inactive slot, that's why you need to switch slot after flashing it and then flash everything else, think of it like an OTA update except you need to switch active slot yourself
2- when you change your active slot in TWRP, it will only change after you reboot, your active slot will always be the one you're currently booted on
3- the order of flashing anything that modifies boot is
1) TWRP
2) custom kernel
3) noverity
4)Magisk
if you're not sure, flash stock boot of your rom and do it again, flashing TWRP will break Magisk, flashing a custom kernel will break magisk, flashing TWRP after flashing a custom kernel will most likely get you a bootloop
Before you begin
you need to unlock your bootloader first https://forum.xda-developers.com/mi-a2/how-to/unlock-bootloader-n-root-magisk-easy-t3856800
It is no longer required to be on stock Oreo before flashing, but I currently still recommend you do so as there might be some minor bugs on some custom roms, but otherwise everything will work just fine.
get latest platform-tools if you haven't already, using an older one WILL result in errors
platform-tools
extract it and open the folder
hold shift then right click on an empty space then click "open command window here"
if you're on windows 10, doing that will open power shell instead, inside power shell, type "cmd" and press enter, use cmd for everything below
if you're coming from stock, you need to do this first
type the following command (data and files will be wiped)
Code:
fastboot -w
fastboot set_active b
Notes:
Pixel Experience includes Gapps, do not flash them after the rom
many roms include TWRP, such as Havoc, AICP and many others, check ROM thread first, if it includes it then don't flash TWRP.
Flashing custom ROMs and other stuff
download latest TWRP img and zip from https://twrp.me/xiaomi/xiaomimia2.html and place it in the same folder you extracted platform-tools to
NOTE: if you are on stock then use TWRP 3.2.3 img, not 3.3
note: if you're having issues with official TWRP, I've built an unofficial one with F2FS support which you can try here
be careful if you switch to F2FS, it will only work with a recovery that supports it and a ROM that supports it, no stock.
rename the img to twrp.img
in cmd, type
Code:
fastboot boot twrp.img
if you get a bootloop, force shutdown (power + volume down) and try again
using MTP copy the files needed to flash to your phone
if MTP doesn't work, you have the following options
1) wipe data from TWRP, try again
2) advanced > file manager, go to /data/media , if there is nothing in there, create a new folder called 0 there by going to Advanced > Terminal and typing the following commands
Code:
cd /data/media
mkdir 0
then reboot to bootloader and try again
3) try using PBRP for MTP, then go back to TWRP PBRP
4) use adb sideload:
in TWRP, go to Advanced > adb sideload, then on PC
Code:
adb sideload file.zip
do that for each thing you want to flash
(you can type adb sideload then drag and drop the file you want to flash onto cmd, make sure there's a space between sideload and the file you want to flash)
5) use adb push. follow methode 2 to create the folder, then in cmd, type this command
Code:
adb push file.zip /data/media/0/
do that for each file you need
after you got the files on your phone, it's time to flash
remember that when flashing a ROM, it will flash to your inactive slot, in this guide I'll assume your active slot is B, use "fastboot set_active b" in fastboot if you'd like to follow along
First go to wipe > advanced and select System and Data then wipe, then you can start flashing
1- flash the ROM zip
2- flash TWRP zip, so you can boot to TWRP without the need of a PC (ONLY if the ROM doesn't include it already)
3- switch your active slot (to A if you are on B and to B if you were on A)
4- reboot recovery
5- flash Gapps if required by the ROM you're flashing, Opengapps nano is recommended, you can get it here http://Opengapps.org
6- (optional) flash a custom kernel if desired/needed
7- (optional) flash DM-VERITY & FORCEENCRYPT DISABLER zip , this will disable DM verity and encryption in vendor, this is not required by most custom ROMs as they will disable encryption anyway, it is most useful on stock, and in the possibility that the ROM you're flashing does not disable encryption
8- flash Magisk
9- reboot to system
IMPORTANT, if you get an error while flashing ROM zip, do the following
use latest official TWRP, if you're already using it, then the ROM you're flashing is one of the older ROMs
previously, ROMs and TWRP used Jasmine as a codename for our device, while the real codename is Jasmine_sprout, this caused some issues, newer ROMs and TWRP now use the correct codename, but that means new TWRP can not flash older ROMs, and so you will need some simple modifications to the ROM zip:
1- open the ZIP using WinRAR on PC or X-plore on phone
2- go to META-INF/com/android/metadata and open it as text
3- on the last line, edit 'pre-device=jasmine' to 'pre-device=jasmine_sprout'
4- save it and try flashing again
Switching between custom ROMs
follow the same flashing instructions, you can boot directly to TWRP by holding power + volume up, wipe data and system first then flash ROM and the rest.
Updating Custom ROMs
For OFFICIAL ROMs which support A/B OTA it's very easy
1- once you get a notification that an update is available, download and install with the system updater but don't reboot (If the ROM includes TWRP then don't do any of the following steps, just reboot)
2- go to Magisk, Downloads, search for "TWRP A/B Retention Script" and install it
3- on the main Magisk page, click install > install > Install to Inactive Slot (After OTA)
4- once Magisk finishes, reboot, you will now be on the opposite slot with both Magisk and TWRP installed.
for Unofficial ROMs with no OTA or Official ROMs that don't support A/B OTA, you'll need to use TWRP, do not wipe anything:
1- boot to TWRP
2- flash the ROM zip
3- flash TWRP zip (ONLY IF the ROM doesn't include TWRP)
4- switch your active slot (to A if you are on B and to B if you were on A)
5- reboot recovery
6- flash Gapps if required by the ROM you're flashing, Opengapps nano is recommended, you can get it here http://Opengapps.org
7- (optional) flash a custom kernel if desired/needed
8- (optional) flash DM-VERITY & FORCEENCRYPT DISABLER zip , this will disable DM verity and encryption in vendor, this is not required by most custom ROMs as they will disable encryption anyway, it is most useful on stock, and in the possibility that the ROM you're flashing does not disable encryption
9- flash Magisk
10- reboot to system
Very good and very well detailed guide. This guide will be useful to those who are not so familiar with Flashing ROMs especially in our device with partitions.
Thank you for making this, as many users were asking this thing. Keep it up!
does rebooting to twrp gets stuck on twrp logo after flashing twrp zip?
its been an issue on stock or maybe i have been doing to wrong...
after wipe commands and setting active slot b,
i reboot into fastboot boot twrp.img and flash the rom and Im getting mount failed /system
is that normal?
Edit: NVM, it is normal. I successfully flashed Carbon ROM in my device. Thanks for this awesome guide.
This is great thank you. Going to try it once I get bored of stock rom.
@AxL said:
after wipe commands and setting active slot b,
i reboot into fastboot boot twrp.img and flash the rom and Im getting mount failed /system
is that normal?
Edit: NVM, it is normal. I successfully flashed Carbon ROM in my device. Thanks for this awesome guide.
Click to expand...
Click to collapse
Yes it's normal because you wiped system
levai_spencer said:
does rebooting to twrp gets stuck on twrp logo after flashing twrp zip?
its been an issue on stock or maybe i have been doing to wrong...
Click to expand...
Click to collapse
twrp.zip has a bootloop for TWRP when it is flash
Candy_Pineapple said:
twrp.zip has a bootloop for TWRP when it is flash
Click to expand...
Click to collapse
No, if you follow the instructions it works
coming from stock to pE I followed exacty the steps.
then flash CR. Here what Ive done
i-wipe cache,data,system for both partition using twrp
ii- set partition to B in twrp and flash zip
iii- set partition to A in twrp and reboot into bootloop
iv- set partition to B in twrp and reboot successfully
so what partition is my CR now?
which partition should i install gapps,kernel and magisk?
Thanks.
notJimz said:
coming from stock to pE I followed exacty the steps.
then flash CR. Here what Ive done
i-wipe cache,data,system for both partition using twrp
ii- set partition to B in twrp and flash zip
iii- set partition to A in twrp and reboot into bootloop
iv- set partition to B in twrp and reboot successfully
so what partition is my CR now?
which partition should i install gapps,kernel and magisk?
Thanks.
Click to expand...
Click to collapse
It's in B, because you didn't reboot after switching slot initially in twrp, stay in B and boot recovery then flash Gapps and the rest
Nebrassy said:
It's in B, because you didn't reboot after switching slot initially in twrp, stay in B and boot recovery then flash Gapps and the rest
Click to expand...
Click to collapse
You are right. I miss the first bl reboot.
I follow the step back and reboot after switch partition.
Only now i got the concept for A/B flashing. And my os in A now.
Thanks for the guide. Really helpful.
notJimz said:
You are right. I miss the first bl reboot.
I follow the step back and reboot after switch partition.
Only now i got the concept for A/B flashing. And my os in A now.
Thanks for the guide. Really helpful.
Click to expand...
Click to collapse
No prob, keep connected and click the tx button
Matteo (AIO Project Founder)
Hello,
after make adb push file.zip /data/media/0
I receive the next message
adb: error: failed to get feature set: no devices/emulators found
Please advice.
Thanks
Roviva said:
Hello,
after make adb push file.zip /data/media/0
I receive the next message
adb: error: failed to get feature set: no devices/emulators found
Please advice.
Thanks
Click to expand...
Click to collapse
What's the output of adb devices?
Nebrassy said:
What's the output of adb devices?
Click to expand...
Click to collapse
I entered in fastboot mode,:
C:\Users\DELL\AppData\Local\Android\Sdk\platform-tools>.\adb devices
List of devices attached
C:\Users\DELL\AppData\Local\Android\Sdk\platform-tools>
If I enter the command "adb devices" in normal mode (no fastboot) appear:
C:\Users\DELL\AppData\Local\Android\Sdk\platform-tools>adb devices
List of devices attached
a341410 device
Roviva said:
I entered in fastboot mode,:
C:\Users\DELL\AppData\Local\Android\Sdk\platform-tools>.\adb devices
List of devices attached
C:\Users\DELL\AppData\Local\Android\Sdk\platform-tools>
Click to expand...
Click to collapse
Adb devices
While in twrp, adb won't work while in fastboot, follow the guide carefully
Nebrassy said:
Adb devices
While in twrp, adb won't work while in fastboot, follow the guide carefully
Click to expand...
Click to collapse
Hello,
In your guide I dont understand the next part:
using MTP copy the files needed to flash to your phone
if MTP doesn't work, you have the following options
1) wipe data from TWRP, try again
If I made the step 1 above: I enter in the TWRP, select wipe, then, select wipe, advance wipe, select data and then swipe to wipe. After this reboot system, the telephone start but in normal mode, like restored.
2) advanced > file manager, go to /data/media , if there is nothing in there, create a new folder called 0 there by going to Advanced > Terminal and typing the following commands
I follow the step 2, in data/media appear a folder TWRP then i dont created a folder called 0
Then I go to advanced >> adb sideload and in the pc i wrote "adb sideload twrp.zip.
You write file.zip, I dont understand what is this file?
I dont understand what do you mean in the step 3: "try using PBRP for MTP, then go back to TWRP PBRP"
Code:
cd /data/media
mkdir 0
then reboot to bootloader and try again
3) try using PBRP for MTP, then go back to TWRP PBRP
4) use adb sideload:
in TWRP, go to Advanced > adb sideload, then on PC
Code:
adb sideload file.zip
do that for each thing you want to flash
(you can type adb sideload then drag and drop the file you want to flash onto cmd, make sure there's a space between sideload and the file you want to flash)
5) use adb push. follow methode 2 to create the folder, then in cmd, type this command
Code:
adb push file.zip /data/media/0/
do that for each file you need
Roviva said:
Hello,
In your guide I dont understand the next part:
using MTP copy the files needed to flash to your phone
if MTP doesn't work, you have the following options
1) wipe data from TWRP, try again
2) advanced > file manager, go to /data/media , if there is nothing in there, create a new folder called 0 there by going to Advanced > Terminal and typing the following commands
I follow the step 2, in data/media appear a folder TWRP then i dont created a folder called 0
Then I go to advanced >> adb sideload and in the pc i wrote "adb sideload twrp.zip.
You write file.zip, I dont understand what is this file?
I dont understand what do you mean in the step 3: "try using PBRP for MTP, then go back to TWRP PBRP"
Code:
cd /data/media
mkdir 0
then reboot to bootloader and try again
3) try using PBRP for MTP, then go back to TWRP PBRP
4) use adb sideload:
in TWRP, go to Advanced > adb sideload, then on PC
Code:
adb sideload file.zip
do that for each thing you want to flash
(you can type adb sideload then drag and drop the file you want to flash onto cmd, make sure there's a space between sideload and the file you want to flash)
5) use adb push. follow methode 2 to create the folder, then in cmd, type this command
Code:
adb push file.zip /data/media/0/
do that for each file you need
Click to expand...
Click to collapse
File.zip, as in the file you want to copy, you change that to the name of the file you want to copy
PBRP is another recovery, you can try booting it if twrp doesn't work to copy
Nebrassy said:
File.zip, as in the file you want to copy, you change that to the name of the file you want to copy
PBRP is another recovery, you can try booting it if twrp doesn't work to copy
Click to expand...
Click to collapse
hello,
I dont know how to follow:
flash the ROM zip
2- flash TWRP zip, so you can boot to TWRP without the need of a PC
3- switch your active slot (to A if you are on B and to B if you were on A)
4- reboot recovery
I wiped data and storage then I press back.
I flashed the PBRP that I pushed to data/media/TWRP
After flash I returned to the menu of PBRP
I switched to A
When I reboot, a warning message that "NO OS SYSTEM IS INSTALLED" appear.
I reboot to recovery but after this, the telephone does not restart. the screen "androidone" appear and dont advance...
How can I install the PBRP and magisk?
I succesfull push the files to the telephone but when flash the PBRP I cannot follow......
Roviva said:
hello,
I dont know how to follow:
flash the ROM zip
2- flash TWRP zip, so you can boot to TWRP without the need of a PC
3- switch your active slot (to A if you are on B and to B if you were on A)
4- reboot recovery
I wiped data and storage then I press back.
I flashed the PBRP that I pushed to data/media/TWRP
After flash I returned to the menu of PBRP
I switched to A
When I reboot, a warning message that "NO OS SYSTEM IS INSTALLED" appear.
I reboot to recovery but after this, the telephone does not restart. the screen "androidone" appear and dont advance...
How can I install the PBRP and magisk?
I succesfull push the files to the telephone but when flash the PBRP I cannot follow......
Click to expand...
Click to collapse
You didn't flash a rom, obviously it won't boot

Categories

Resources