My phone is totally dead, it's not starting up, it's stuck on the nexus logo but actually it's not a problem.
The problem is i have very important files that i don't want to lose. And to unlock the bootloader to flash a new rom everything will vanish!
Is there any method to transfer files before unlocking bootloader? And thanks in advance.
wanted6991 said:
My phone is totally dead, it's not starting up, it's stuck on the nexus logo but actually it's not a problem.
The problem is i have very important files that i don't want to lose. And to unlock the bootloader to flash a new rom everything will vanish!
Is there any method to transfer files before unlocking bootloader? And thanks in advance.
Click to expand...
Click to collapse
take a backup of your internal storage,then backup apps using this toolkit
http://forum.xda-developers.com/showthread.php?t=1995688
you can safely restore your apps after unlocking your bootloader from the same toolkit. all the best! and welcome to the community
soumoks said:
take a backup of your internal storage,then backup apps using this toolkit
http://forum.xda-developers.com/showthread.php?t=1995688
you can safely restore your apps after unlocking your bootloader from the same toolkit. all the best! and welcome to the community
Click to expand...
Click to collapse
Thank you!
But i said that the mobile doesn't boot to Android (ADB mode) it stucks on the nexus logo!! How do i take a backup of the internal storage? :/
wanted6991 said:
Thank you!
But i said that the mobile doesn't boot to Android (ADB mode) it stucks on the nexus logo!! How do i take a backup of the internal storage? :/
Click to expand...
Click to collapse
By internal storage i meant your photos,videos..e.t.c,when you unlock your bootloader everything is wiped,its like a brand new phone all over again ,just use the toolkit to backup your apps and you should be fine
soumoks said:
By internal storage i meant your photos,videos..e.t.c,when you unlock your bootloader everything is wiped,its like a brand new phone all over again ,just use the toolkit to backup your apps and you should be fine
Click to expand...
Click to collapse
I know all of that :laugh: but I don't think you're getting my point! I want to backup the internal storage to restore it after unlocking the phone. Is there any method for backing it up?
wanted6991 said:
I know all of that :laugh: but I don't think you're getting my point! I want to backup the internal storage to restore it after unlocking the phone. Is there any method for backing it up?
Click to expand...
Click to collapse
just copy and paste it somewhere on your pc .Once you root the device,there are tons of backup options,this is all for now
soumoks said:
just copy and paste it somewhere on your pc .Once you root the device,there are tons of backup options,this is all for now
Click to expand...
Click to collapse
How to access the internal storage with a broken rom? :/
Sorry for bothering.
wanted6991 said:
How to access the internal storage with a broken rom? :/
Sorry for bothering.
Click to expand...
Click to collapse
I am sorry bro,am off to sleep
someone will come along to help you
Hold Volume Down while powering to get to the Bootloader... Flash TWRP custom recovery if you don't already have it installed.
Then boot to recovery and ADB pull the contents of your SD Card.
fastboot flash recovery TWRP2.6.0.0
adb pull /sdcard
Sent from my Nexus 4 using xda premium
Supovitz said:
Hold Volume Down while powering to get to the Bootloader... Flash TWRP custom recovery if you don't already have it installed.
Then boot to recovery and ADB pull the contents of your SD Card.
fastboot flash recovery TWRP2.6.0.0
adb pull /sdcard
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Thank you sir!
Related
So I rooted, then put CM10.1 nightly and gapps on my sdcard, then went to flash, and I spaced out and accidentally formatted SDCARD when i know that I shouldnt have. crap.
i tried using the "sideload" feature but it wouldnt work on my adb-mac version, i also tried adb pushing ROM files to SDCARD, it says transfered but when i go to flash it says no files in SDCARD, I also tried pushing to SDCARD/0 but i get an error that it isnt a directory since it is formatted.
SOME ONE PLEASE give me instructions on what to do. Do I have to go back to stock or can I just get this to go straight to CM10.1? Id prefer straight to CM10.1 obviously.
crackmulah said:
So I rooted, then put CM10.1 nightly and gapps on my sdcard, then went to flash, and I spaced out and accidentally formatted SDCARD when i know that I shouldnt have. crap.
i tried using the "sideload" feature but it wouldnt work on my adb-mac version, i also tried adb pushing ROM files to SDCARD, it says transfered but when i go to flash it says no files in SDCARD, I also tried pushing to SDCARD/0 but i get an error that it isnt a directory since it is formatted.
SOME ONE PLEASE give me instructions on what to do. Do I have to go back to stock or can I just get this to go straight to CM10.1? Id prefer straight to CM10.1 obviously.
Click to expand...
Click to collapse
Push cwm via fastboot then reflash the rom
Fastboot flash recovery (your recovery)
Sent from my Nexus 4
Hindsight 20/20, but it never hurts to do an adb backup, it will b/u your sdcard as well.
For the future: http://forum.xda-developers.com/showthread.php?t=1420351
mark manning said:
Push cwm via fastboot then reflash the rom
Fastboot flash recovery (your recovery)
Sent from my Nexus 4
Click to expand...
Click to collapse
did this, but still same error, no files found in sd card. i did not think this would solve it but i tried anyway...
crackmulah said:
did this, but still same error, no files found in sd card. i did not think this would solve it but i tried anyway...
Click to expand...
Click to collapse
So you've successfully flashed a recovery img via fasboot? Did you also push a copy of the ROM zip back to your phone?
Boot to recovery and then adb push the ROM to the sd card.
Code:
adb push yourROMsName.zip /sdcard/
The above code assumes you've placed the rom zip in the adb or platform-tools folder on your PC.
Can't you just boot into fastboot, flash a recovery, boot into said recovery and mount the internal storage and drag and drop the files from your computer?
How did you format the SD card when the phone doesn't have one?
jakejm79 said:
Can't you just boot into fastboot, flash a recovery, boot into said recovery and mount the internal storage and drag and drop the files from your computer?
How did you format the SD card when the phone doesn't have one?
Click to expand...
Click to collapse
The internal storage is considered an SD card.
Sent from my Nexus 4
CMNein said:
So you've successfully flashed a recovery img via fasboot? Did you also push a copy of the ROM zip back to your phone?
Boot to recovery and then adb push the ROM to the sd card.
Code:
adb push yourROMsName.zip /sdcard/
The above code assumes you've placed the rom zip in the adb or platform-tools folder on your PC.
Click to expand...
Click to collapse
yes i did repush the rom file. this isnt working because i dont believe that flashing a recovery adds folder/partition information to the sdcard. maybe im wrong, but it didnt work.
crackmulah said:
yes i did repush the rom file. this isnt working because i dont believe that flashing a recovery adds folder/partition information to the sdcard. maybe im wrong, but it didnt work.
Click to expand...
Click to collapse
Are there any spaces in the ROM zips name?
CMNein said:
Are there any spaces in the ROM zips name?
Click to expand...
Click to collapse
lol no
I am currently using Wug's Nexus Toolkit to try to flash stock from softbrick mode...will let you know how it goes
EDIT:: This is giving me some trouble as I cant turn on USB DEBUGGING (because i have no OS installed) to install the drivers and such.....
PLEASE KEEP IDEAS ROLLIN...
crackmulah said:
lol no
I am currently using Wug's Nexus Toolkit to try to flash stock from softbrick mode...will let you know how it goes
EDIT:: This is giving me some trouble as I cant turn on USB DEBUGGING (because i have no OS installed) to install the drivers and such.....
PLEASE KEEP IDEAS ROLLIN...
Click to expand...
Click to collapse
Just go back to stock
Sent from my Nexus 4
mark manning said:
Just go back to stock
Sent from my Nexus 4
Click to expand...
Click to collapse
this is what im trying to do lol...having trouble tho. what is your recommended method?
crackmulah said:
this is what im trying to do lol...having trouble tho. what is your recommended method?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2010312
Sent from my Nexus 4
You could also try wugfresh's toolkit and selecting "Back to Stock" -> "Soft-bricked".
mark manning said:
http://forum.xda-developers.com/showthread.php?t=2010312
Sent from my Nexus 4
Click to expand...
Click to collapse
ya im gonna do that if this Wug's Toolkit wont do the trick...seems to be working now tho...in middle of flashing stock
crackmulah said:
ya im gonna do that if this Wug's Toolkit wont do the trick...seems to be working now tho...in middle of flashing stock
Click to expand...
Click to collapse
You should learn how to do this without tool kits. Those things while helpful are nothing more than a crutch
Sent from my Nexus 4
mark manning said:
The internal storage is considered an SD card.
Sent from my Nexus 4
Click to expand...
Click to collapse
Yeah but doesn't the Nexus 4 lump all the internal storage together, I know other devices like the OXL have like 6GB internal storage and then a 'simulated' mSD card of about 10GB, making 16GB total. But the Nexus 4 uses the whole 16GB (or 8GB) as internal storage.
mark manning said:
You should learn how to do this without tool kits. Those things while helpful are nothing more than a crutch
Sent from my Nexus 4
Click to expand...
Click to collapse
yes definitely agreed.
although ive always wanted to try one, and it worked! if this were to happen again (if i dont shoot myself) then i will be doing it manually.
Thanks so much to everyone for all the help! I am now running Official CM10.1 Nightly (newest) and running beautifully so far. This is my second N4 tho, so I will be using my 1st stock one for today since its already setup, have to go to work now and will setup my new CM10.1 N4 later, hopefully wont find any crazy bugs...
I had the same problem and after reading this thread I tried the Fastboot method first:
after I finished it didnt boot so I continue with the inst', then it booted but only with 8GB, so I continue with the inst' and from that stage it just didnt boot.
At the end I tried the root toolkit V1.6.2 and the phone back to life with stock rom and 16GB.
I'm back to stock now. But I've used the sideload successfully. After you get your phone restored, you'll probably want to do a full factory reset because some of your pushes have probably gone through and are now eating up space. You can't delete them that I know of unless you FULLY format.
ANYWAY
When I got sideload to work, I had to push it to /sdcard/0/, /sdcard0/, or something like that. Wish I could be more specific, but I don't want to change from stock to install cwm (the ROMS have too many bugs so far, and we might be getting 4.2.2)
The key is finding the right directory to push it to. Experiment with slashes, and it SHOULD work.
Please help me ='( so I went to recovery mode and did format/system format/data format/cache format/sdcard and when I try to reboot it is just stuck there on the google logo ='( please help me I know I messed very very bad I need help ASAP please.. How do I fix this?
http://forum.xda-developers.com/showthread.php?t=2010312
That will get you back to stock. You also might learn something.
If someone comes in here and tells you to use a toolkit, don't listen to them.
Alternatively, you can use use adb to push a ROM to your SD and then boot into recovery and flash it.
adb push romname.zip /sdcard/
Can you just tell me where are all these people seeing posts that are telling them to format their whole system and sd card?
Format system wipes your Rom so you have nothing to boot into to.
Rizy7 said:
Can you just tell me where are all these people seeing posts that are telling them to format their whole system and sd card?
Click to expand...
Click to collapse
If they're having issues and trying to return to stock then that is an option.
I format system when upgrading a Rom, that is flashing a new version of the same Rom.
Sent from my Nexus 4 using xda premium
fone_fanatic said:
Format system wipes your Rom so you have nothing to boot into to.
If they're having issues and trying to return to stock then that is an option.
I format system when upgrading a Rom, that is flashing a new version of the same Rom.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
I meant the sd card bit which surely gets rid of all the files?
Rizy7 said:
I meant the sd card bit which surely gets rid of all the files?
Click to expand...
Click to collapse
You only can do that prior to flashing a factory image in fastboot, allthough flashing a factory image allready wipes the sdcard.
I formatted everything because I am a noob and I wanted to wipe everything off my phone, and the factory reset option just wiped some off not everything, so not knowing what I was getting myself into I just went to recovery mode and formatted everything then BOOM!! stuck on google logo, good thing is everything is fixed I just restored my stock image thing. This thread can be closed thanks guys
I accidentally wiped my sd card and system, data and cache in recovery and I can't install any ROMs because there are none. Since the N4 doesn't have an SD slot i can't even copy a rom zip to that and install it. How do I load ROM files with a Mac? I have a Mac so please take that into consideration. Thanks!
http://forum.xda-developers.com/showthread.php?t=2010312
Sent from my Nexus 4 using xda premium
tykate said:
I accidentally wiped my sd card and system, data and cache in recovery and I can't install any ROMs because there are none. Since the N4 doesn't have an SD slot i can't even copy a rom zip to that and install it. How do I load ROM files with a Mac? I have a Mac so please take that into consideration. Thanks!
Click to expand...
Click to collapse
If you have access to fastboot follow the instructions in the [HOW-TO] How to flash a factory image / return to stock / unlock / root thread.
Essentially you'll be flashing a factory image. Again, as long as your bootloader is intact (fastboot mode) you'll be able to restore the device.
tykate said:
I accidentally wiped my sd card and system, data and cache in recovery and I can't install any ROMs because there are none. Since the N4 doesn't have an SD slot i can't even copy a rom zip to that and install it. How do I load ROM files with a Mac? I have a Mac so please take that into consideration. Thanks!
Click to expand...
Click to collapse
If youve got access to fastboot , flash a custom recovery that supports sideload. You'll use adb to push the zip to recovery and it'll flash it. I was in your position a few hours ago hahaha
Sent from my Nexus 4 using xda premium
comminus said:
Again, as long as your bootloader is intact (fastboot mode) you'll be able to restore the device.
Click to expand...
Click to collapse
Thanks for the help! What do you mean by bootloader is intact? How can it get broken?
I used the nexus toolkit to flash factory image. That made it nice and easy (after I fought with stupid Windows 8 driver problems for an hour :banghead: ).
Sent from an N4 blessed with AOKP and sanctified by Faux123!
It worked, thanks! I'M NOT FLASHING A CUSTOM ROM IN A LOOOOOOOOONG TIME
Hey,
This morning I tried to install OTA android update like an idiot just how you'd do it on a non-rooted phone.
Now if I try to boot up my phone it'll go on normally for under a minute and then power off and enter the TWRP menu.
What do?
rumonootnoot said:
Hey,
This morning I tried to install OTA android update like an idiot just how you'd do it on a non-rooted phone.
Now if I try to boot up my phone it'll go on normally for under a minute and then power off and enter the TWRP menu.
What do?
Click to expand...
Click to collapse
Did you do a backup first if so just restore sorted:good:
rumonootnoot said:
Hey,
This morning I tried to install OTA android update like an idiot just how you'd do it on a non-rooted phone.
Now if I try to boot up my phone it'll go on normally for under a minute and then power off and enter the TWRP menu.
What do?
Click to expand...
Click to collapse
You updated normally knowing you had twrp installed?
Sent from my XT1562 using Tapatalk
K.khiladi said:
You updated normally knowing you had twrp installed?
Sent from my XT1562 using Tapatalk
Click to expand...
Click to collapse
Yes, as I said I'm probably retarded for doing that. I know absolutely nothing about rooting/flashing/all this stuff.
richardrs123 said:
Did you do a backup first if so just restore sorted:good:
Click to expand...
Click to collapse
Nope, I'm an absolute retard as stated above. Had no idea that updating happens differently if rooted.
flash from here http://forum.xda-developers.com/moto-x-play/general/rom-xt1563-brasil-stock-6-0-twrp-t3272979 it will be ok.
bablu048 said:
flash from here http://forum.xda-developers.com/moto-x-play/general/rom-xt1563-brasil-stock-6-0-twrp-t3272979 it will be ok.
Click to expand...
Click to collapse
Probably being retarded again, but how can I get the downloaded .zip into the TWRP Backups folder? My PC can't access the phone's storage when it's off/in recovery.
rumonootnoot said:
Probably being retarded again, but how can I get the downloaded .zip into the TWRP Backups folder? My PC can't access the phone's storage when it's off/in recovery.
Click to expand...
Click to collapse
keep it on your external SDard>>twrp>>backup . then insert to phone ...go to twrp>restore from sdcard.
there is also OTG support in twrp you can connect your USB drive to restore.
bablu048 said:
keep it on your external SDard>>twrp>>backup . then insert to phone ...go to twrp>restore from sdcard.
there is also OTG support in twrp you can connect your USB drive to restore.
Click to expand...
Click to collapse
TWRP doesn't seem to recognize the file; nothing shows up in Restore -> from sdcard (also when I browse the directories in Install sdcard -> TWRP -> Backup is empty)
I moved the ZIP file downloaded from step 2. of http://forum.xda-developers.com/moto-x-play/general/rom-xt1563-brasil-stock-6-0-twrp-t3272979.
What am I doing wrong?
rumonootnoot said:
TWRP doesn't seem to recognize the file; nothing shows up in Restore -> from sdcard (also when I browse the directories in Install sdcard -> TWRP -> Backup is empty)
I moved the ZIP file downloaded from step 2. of http://forum.xda-developers.com/moto-x-play/general/rom-xt1563-brasil-stock-6-0-twrp-t3272979.
What am I doing wrong?
Click to expand...
Click to collapse
I just checked in my device ejecting sdcard when the phone is off and moving ota it is showing in twrp...which version twrp are you using..I am using twrp-r4....try moving it again.
bablu048 said:
I just checked in my device ejecting sdcard when the phone is off and moving ota it is showing in twrp...which version twrp are you using..I am using twrp-r4....try moving it again.
Click to expand...
Click to collapse
Found the problem, which was that I didn't create a sub-folder named as my serial number as the guide didn't mention that. I think I got everything working now, thanks a ton for the help!
rumonootnoot said:
Found the problem, which was that I didn't create a sub-folder named as my serial number as the guide didn't mention that. I think I got everything working now, thanks a ton for the help!
Click to expand...
Click to collapse
thanks for the solution. I didn't know that. I generally copy the whole backup folder and while placing backups from external source I place it inside my serial number folder.
I really want to root my Moto E4 (For xposed and fake VR) but I really dont want to mess anything up! this is my favorite phone and really don't wanna mess anything up, my phone is already decrypted and the bootloader was unlocked via Motorola's bootunlocker tool from their website How would I root my phone safely without messing things up. Most one click root apps don't work with this (from what I read is cause the model's bootloader is normally locked) so I cant use those! And I also don't know which variant mine is but my phone is a Sprint version.
Help?
With a little more snooping you would have found your answers. Anyway, the Sprint version is good to go...it's a Qualcomm variant, so look for threads with Qualcomm in the title.
To root, follow this guide.
Good luck!
datiel12 said:
I really want to root my Moto E4 (For xposed and fake VR) but I really dont want to mess anything up! this is my favorite phone and really don't wanna mess anything up, my phone is already decrypted and the bootloader was unlocked via Motorola's bootunlocker tool from their website How would I root my phone safely without messing things up. Most one click root apps don't work with this (from what I read is cause the model's bootloader is normally locked) so I cant use those! And I also don't know which variant mine is but my phone is a Sprint version.
Help?
Click to expand...
Click to collapse
Super easy dude. Just follow the guide.
mn1968 said:
With a little more snooping you would have found your answers. Anyway, the Sprint version is good to go...it's a Qualcomm variant, so look for threads with Qualcomm in the title.
To root, follow this guide.
Good luck!
Click to expand...
Click to collapse
madbat99 said:
Super easy dude. Just follow the guide.
Click to expand...
Click to collapse
Be sure to read-up on f2fs workarounds if you plan root with Magisk -and- use systemless modules like Xposed. There are several good options; I opted for the Magisk module as I didn't want to flash a patched kernel. Reformatting the data partition to ext4 also works but you'll loose some of the benefits of f2fs. You can find more details in the Magisk installation guide.
https://forum.xda-developers.com/apps/magisk/guide-magisk-troubleshooting-t3641417
https://forum.xda-developers.com/apps/magisk/guide-magisk-official-version-including-t3577875
mn1968 said:
With a little more snooping you would have found your answers. Anyway, the Sprint version is good to go...it's a Qualcomm variant, so look for threads with Qualcomm in the title.
To root, follow this guide.
Good luck!
Click to expand...
Click to collapse
NOO, I DID AND NOW MY PHONE WONT BOOT UP IT GOES STRAIGHT INTO TEAMWIN!!!! I CHECKED EVERYTHING AND NOTHING IS THERE
:crying::crying::crying::crying::crying::crying::crying::crying:
datiel12 said:
NOO, I DID AND NOW MY PHONE WONT BOOT UP IT GOES STRAIGHT INTO TEAMWIN!!!! I CHECKED EVERYTHING AND NOTHING IS THERE
:crying::crying::crying::crying::crying::crying::crying::crying:
Click to expand...
Click to collapse
FLASH THE NOVERITY .ZIP FILE ...then it will boot
Sent from my woods_f using XDA Labs
KevMetal said:
FLASH THE NOVERITY .ZIP FILE ...then it will boot
Sent from my woods_f using XDA Labs
Click to expand...
Click to collapse
I cant, theres way for me to do so! I cant enter bootloader!
datiel12 said:
I cant, theres way for me to do so! I cant enter bootloader!
Click to expand...
Click to collapse
what do you mean ? in your post you said it boots straight to twrp teamwin recovery ..that is where you flash the .zip
_take out the battery
_hold the power + vol down until you reach a screen
_here using vol up navigate through the onscreen options
_when the option recovery appears select it with power button
_when booted in recovery click "install" buttom
_navigate to NO VERITY .ZIP in the sdcard
https://mega.nz/#!l8YxCDqY!EGe7_tVctHRbu96nhffP5JIlNvZEL08eFIvbtFkezug
(hopefully you put the zip om there )
_flash it & reboot
*remember click on "mount" button in recovery and mount your sdcard or whereever you put the zip .
Sent from my woods_f using XDA Labs
KevMetal said:
what do you mean ? in your post you said it boots straight to twrp teamwin recovery ..that is where you flash the .zip
_take out the battery
_hold the power + vol down until you reach a screen
_here using vol up navigate through the onscreen options
_when the option recovery appears select it with power button
_when booted in recovery click "install" buttom
_navigate to NO VERITY .ZIP in the sdcard
https://mega.nz/#!l8YxCDqY!EGe7_tVctHRbu96nhffP5JIlNvZEL08eFIvbtFkezug
(hopefully you put the zip om there )
_flash it & reboot
Sent from my woods_f using XDA Labs
Click to expand...
Click to collapse
Yeah, I cant see my sdcard or anything! its all gone! I think I may have formatted the entire device!
datiel12 said:
Yeah, I cant see my sdcard or anything! its all gone! I think I may have formatted the entire device!
Click to expand...
Click to collapse
CLICK THE MOUNT BUTTON AND MOUNT YOUR SDCARD ! OR MOUNT THE STORAGE WHERE YOU PUT THE ZIP
OR ...
CONNECT YOUR PHONE TO PC AND SIDELOAD IT
Sent from my woods_f using XDA Labs
KevMetal said:
CLICK THE MOUNT BUTTON AND MOUNT YOUR SDCARD ! OR MOUNT THE STORAGE WHERE YOU PUT THE ZIP
OR ...
CONNECT YOUR PHONE TO PC AND SIDELOAD IT
Sent from my woods_f using XDA Labs
Click to expand...
Click to collapse
I put the zip on my internal storage! And i've mounted my System, I cant select data it doesn't check!
datiel12 said:
I put the zip on my internal storage! And i've mounted my System, I cant select data it doesn't check!
Click to expand...
Click to collapse
just relax and enable mtp file transfer in your recovery and a COPY ON YOUR SD AND MOUNT YOUR SD ...as easy as that ...OR just get a sd card and put it in your computer and the noverity zip on it and put it into the phone ...
Sent from my woods_f using XDA Labs
---------- Post added at 10:20 PM ---------- Previous post was at 10:19 PM ----------
When i say sd I MEAN EXTERNAL REMOVABLE SD CARD that put into the phone ..not internal sd
Sent from my woods_f using XDA Labs
KevMetal said:
just relax and enable mtp file transfer in your recovery and a COPY ON YOUR SD AND MOUNT YOUR SD ...as easy as that ...OR just get a sd card and put it in your computer and the noverity zip on it and put it into the phone ...
Sent from my woods_f using XDA Labs
---------- Post added at 10:20 PM ---------- Previous post was at 10:19 PM ----------
When i say sd I MEAN EXTERNAL REMOVABLE SD CARD that put into the phone ..not internal sd
Sent from my woods_f using XDA Labs
Click to expand...
Click to collapse
Ahh, Okay. I need to find an SD Card. AGHHH... This isn't gonna be great.
like so.....
Sent from my woods_f using XDA Labs
KevMetal said:
like so.....
Sent from my woods_f using XDA Labs
Click to expand...
Click to collapse
Ok, so i flashed no-verity.zip and I'm still unable to get into my phone! I also cant select Data in the mount section.. Im still freaking out because I really love this phone! I want to get it back to normal!!!
datiel12 said:
Yeah, I cant see my sdcard or anything! its all gone! I think I may have formatted the entire device!
Click to expand...
Click to collapse
Did you select format data, or format each partition? In twrp select reboot, then bootloader. Then scroll to start and tap power button. Sometimes formatting data causes it to boot to recovery.
Didn't you see in the root instructions it says you need to have an SD card? That's where you put all the root files like no verity and magisk.
You can always flash stock with rsdlite. Easy peasy.
madbat99 said:
Did you select format data, or format each partition? In twrp select reboot, then bootloader. Then scroll to start and tap power button. Sometimes formatting data causes it to boot to recovery.
Click to expand...
Click to collapse
At the part where it said to wipe, I accidentally swiped and didn't press format data. Instead it factory reseted
datiel12 said:
Ok, so i flashed no-verity.zip and I'm still unable to get into my phone! I also cant select Data in the mount section.. Im still freaking out because I really love this phone! I want to get it back to normal!!!
Click to expand...
Click to collapse
go to backup and select the EXTERNAL sd card and make a backup
go to format button and format /data as EXT4
*disregard warnings
aftrer complete go to reboot button and press reboot RECOVERY
_now mount data
_flash magisk 15.3 not lower
_now flash no verity
_try to reboot
Sent from my woods_f using XDA Labs
datiel12 said:
At the part where it said to wipe, I accidentally swiped and didn't press format data. Instead it factory reseted
Click to expand...
Click to collapse
That's fine. It just wipes data. You can flash back to stock with rsdlite on PC.
madbat99 said:
Did you select format data, or format each partition? In twrp select reboot, then bootloader. Then scroll to start and tap power button. Sometimes formatting data causes it to boot to recovery.
Didn't you see in the root instructions it says you need to have an SD card? That's where you put all the root files like no verity and magisk.
You can always flash stock with rsdlite. Easy peasy.
Click to expand...
Click to collapse
I was gonna do that but im not sure how to tell which one to choose. I have a sprint variant and there are 4 other sprint variant. And I didn't see the instruction saying it required an SD card...