How do I mount my storage? - G2 Q&A, Help & Troubleshooting

I'm on TWRP 2.6.33 and I am trying to mount my storage so I can place a ROM onto the phone.
Not sure how to do this

Anyone?

JF4W said:
Anyone?
Click to expand...
Click to collapse
Mount storage from what if you don't mind me asking? How bout jut downloading ROM straight to phone?

Learn how to use adb to push file into your phone the custom recovery for the lg g2 wont mount. Install adb into the computer and tell adb to flah or push the .zip file into the phone to learn how? see how to use adb in youtube or google it. Or just go back to stock with lg g2 tool until you learn how to use adb you don't flah anything to the phone till you know how to fix it and adb is most of the time your fixing tool.
Sent from my LG-LS980 using xda premium

Nicamarcel1 said:
Learn how to use adb to push file into your phone the custom recovery for the lg g2 wont mount. Install adb into the computer and tell adb to flah or push the .zip file into the phone to learn how? see how to use adb in youtube or google it. Or just go back to stock with lg g2 tool until you learn how to use adb you don't flah anything to the phone till you know how to fix it and adb is most of the time your fixing tool.
Sent from my LG-LS980 using xda premium
Click to expand...
Click to collapse
Where can I find the lg tool?

JF4W said:
Where can I find the lg tool?
Click to expand...
Click to collapse
Its in general forum bud....if you want a custom rom since your rooted and have custom recovery just follow steps carefully, true adb is useful but you don't have to go back to stock......never answered where your ROM is? PC? USB stick? I'm trying to help you!

RubbleTea said:
Its in general forum bud....if you want a custom rom since your rooted and have custom recovery just follow steps carefully, true adb is useful but you don't have to go back to stock......never answered where your ROM is? PC? USB stick? I'm trying to help you!
Click to expand...
Click to collapse
Well im stuck in TWRP right now
If I try to boot, nothing happens and I get stuck at the LG logo. I also don't have any backups, so that is why I am trying to place a ROM in there so can flash it and get back into the phone. I accidentally wiped everything in the SD, so no roms or anything

JF4W said:
Well im stuck in TWRP right now
If I try to boot, nothing happens and I get stuck at the LG logo. I also don't have any backups, so that is why I am trying to place a ROM in there so can flash it and get back into the phone. I accidentally wiped everything in the SD, so no roms or anything
Click to expand...
Click to collapse
Did you try the ota update and got stuck?.....but for your case follow the back to stock thread in general forum and download he right files for your carrier....if you did wipe your internal storage....which BTW you should never do but system data cage and davlik are all OK....let me know if you need a link I'll post if needed

RubbleTea said:
Did you try the ota update and got stuck?.....but for your case follow the back to stock thread in general forum and download he right files for your carrier....if you did wipe your internal storage....which BTW you should never do but system data cage and davlik are all OK....let me know if you need a link I'll post if needed
Click to expand...
Click to collapse
I think what happened was I tried a factory reset and I didn't realize that it would wipe all of the my backups and rom files
and I tried to flash a new rom(without knowing of this), wiped the current rom, and when I tried to flash the new one after wiping my only one, I had nothing to flash

Also Google adb sideload if you want to...this is how you push a ROM to TWRP.....you don't need to know adb commands since it doesn't use normal commands....you will need to have adb installed form android sdk onto your computer and set enviromentals so your computer understands commands
---------- Post added at 09:35 PM ---------- Previous post was at 09:32 PM ----------
JF4W said:
I think what happened was I tried a factory reset and I didn't realize that it would wipe all of the my backups and rom files
and I tried to flash a new rom(without knowing of this), wiped the current rom, and when I tried to flash the new one after wiping my only one, I had nothing to flash
Click to expand...
Click to collapse
Do that case use adb sideload ....piece of cake will have you up and running
---------- Post added at 09:37 PM ---------- Previous post was at 09:35 PM ----------
Really your two voices are ADB sideload a ROM to TWRP recovery and flash from there or use lg flash tool in general forum to get you back to stock....they both will work depends on you...I'll help you whatever you choose

RubbleTea said:
Also Google adb sideload if you want to...this is how you push a ROM to TWRP.....you don't need to know adb commands since it doesn't use normal commands....you will need to have adb installed form android sdk onto your computer and set enviromentals so your computer understands commands
---------- Post added at 09:35 PM ---------- Previous post was at 09:32 PM ----------
Do that case use adb sideload ....piece of cake will have you up and running
---------- Post added at 09:37 PM ---------- Previous post was at 09:35 PM ----------
Really your two voices are ADB sideload a ROM to TWRP recovery and flash from there or use lg flash tool in general forum to get you back to stock....they both will work depends on you...I'll help you whatever you choose
Click to expand...
Click to collapse
Is there any guides or vids I could use? for the adb sideload?

JF4W said:
Is there any guides or vids I could use? for the adb sideload?
Click to expand...
Click to collapse
This is adb sideload;
http://teamw.in/ADBSideload
And this is go back to stock;
http://forum.xda-developers.com/showthread.php?t=2432476
---------- Post added at 09:51 PM ---------- Previous post was at 09:42 PM ----------
If you have adb setup on your computer and have a rom on there just do this.....very simple....this is adb sideload....if you want stock follow the thread above..
On your pc go to your toolkit directory
Find the folder that has adb.exe in it
Copy your new Rom to this directory and rename it rom.zip (for simplicity)
Hold shift and right click on a blank bit of the folder
In the pop-up menu there should now be an option saying "open command prompt here" or something similar.
Boot your phone into twrp and plug it into your pc
On your pc's new command prompt screen type
adb push rom.zip /sdcard
Once it has completed you can install the rom as normal on your phone

RubbleTea said:
This is adb sideload;
http://teamw.in/ADBSideload
And this is go back to stock;
http://forum.xda-developers.com/showthread.php?t=2432476
---------- Post added at 09:51 PM ---------- Previous post was at 09:42 PM ----------
If you have adb setup on your computer and have a rom on there just do this.....very simple....this is adb sideload....if you want stock follow the thread above..
On your pc go to your toolkit directory
Find the folder that has adb.exe in it
Copy your new Rom to this directory and rename it rom.zip (for simplicity)
Hold shift and right click on a blank bit of the folder
In the pop-up menu there should now be an option saying "open command prompt here" or something similar.
Boot your phone into twrp and plug it into your pc
On your pc's new command prompt screen type
adb push rom.zip /sdcard
Once it has completed you can install the rom as normal on your phone
Click to expand...
Click to collapse
Don't I have to have usb debugging on for this to work?

JF4W said:
Don't I have to have usb debugging on for this to work?
Click to expand...
Click to collapse
No you need to have adb installed on your computer from android SDK.....the teamwin link explains it...

RubbleTea said:
No you need to have adb installed on your computer from android SDK.....the teamwin link explains it...
Click to expand...
Click to collapse
Not sure what I did wrong hmm

JF4W said:
Not sure what I did wrong hmm
Click to expand...
Click to collapse
After you installed adb on your comp did you set enviromentals so your comp knows adb commands? Looks like his but asking
Also try adb sideload ROM.zip
---------- Post added at 11:27 PM ---------- Previous post was at 11:05 PM ----------
Look for environment variables......should be in properties
Add it the the text that says PATH and add this to the end
You add this at the end exactly with the ; in the front below
;C:\android-sdk-windows\Tools

RubbleTea said:
After you installed adb on your comp did you set enviromentals so your comp knows adb commands? Looks like his but asking
Also try adb sideload ROM.zip
---------- Post added at 11:27 PM ---------- Previous post was at 11:05 PM ----------
Look for environment variables......should be in properties
Add it the the text that says PATH and add this to the end
You add this at the end exactly with the ; in the front below
;C:\android-sdk-windows\Tools
Click to expand...
Click to collapse
Tried that
Not sure what is wrong

Keep on getting
cannot stat 'filename' : No such file or directory

JF4W said:
Keep on getting
cannot stat 'filename' : No such file or directory
Click to expand...
Click to collapse
Never mind guys
Finally got it to work!!!
Thanks for all the help

Related

rooted but how do i get in cwm

Could someone please tell me how I get in cwm thanks in advance
Baryyt said:
Could someone please tell me how I get in cwm thanks in advance
Click to expand...
Click to collapse
You have to purchase clockwordmod form the Play Store.
Sent from my Nexus 7 using Tapatalk 2
If you're asking how you reboot into CWM, just install ROM Mgr from the market. It's one of the 1st options you see in the program after you've got it installed.
Make sure you deleted (or renamed) that .p file in /system, or the stock recovery WILL REFLASH. Just a heads up. Also, can anyone confirm that holding power+volume up+volume down while the device is off will reboot into the bootloader/fastboot mode? If so, you can access recovery mode from there, in case you run into a bootloop or something.
---------- Post added at 02:49 PM ---------- Previous post was at 02:47 PM ----------
And, I don't know if you like adb or not, but: adb reboot recovery
Eric_Eric_Eric said:
Make sure you deleted (or renamed) that .p file in /system, or the stock recovery WILL REFLASH. Just a heads up. Also, can anyone confirm that holding power+volume up+volume down while the device is off will reboot into the bootloader/fastboot mode? If so, you can access recovery mode from there, in case you run into a bootloop or something.
---------- Post added at 02:49 PM ---------- Previous post was at 02:47 PM ----------
And, I don't know if you like adb or not, but: adb reboot recovery
Click to expand...
Click to collapse
The .p file got renamed when I rooted so didn't have to rename it
Thanks everyone for our help

[Q] stuck in recovery after wiping system and sd card

so.. my sd card is empty and I can't flash any rom cause I have to download it and transfer it to sd card.
any option to do that?
or any other way to return to stock?
Roye_V said:
so.. my sd card is empty and I can't flash any rom cause I have to download it and transfer it to sd card.
any option to do that?
or any other way to return to stock?
Click to expand...
Click to collapse
You can use sideload to copy a ROM and install it at the same time. You can do this through twrp. Refer this http://teamw.in/ADBSideload
Sent from my Nexus 4
---------- Post added at 04:22 PM ---------- Previous post was at 04:00 PM ----------
To get to stock ROM, connect to your PC, get into fastboot mode and run the flash-all.bat file (unzip the factory image in the folder Android/sdk/platform-tools on your PC)
Sent from my Nexus 4
Vn4 said:
You can use sideload to copy a ROM and install it at the same time. You can do this through twrp. Refer this http://teamw.in/ADBSideload
Sent from my Nexus 4
---------- Post added at 04:22 PM ---------- Previous post was at 04:00 PM ----------
To get to stock ROM, connect to your PC, get into fastboot mode and run the flash-all.bat file (unzip the factory image in the folder Android/sdk/platform-tools on your PC)
Sent from my Nexus 4
Click to expand...
Click to collapse
I've tried the sideload thing but it shows device not found.
Will try the factory image.
Vn4 said:
You can use sideload to copy a ROM and install it at the same time. You can do this through twrp. Refer this http://teamw.in/ADBSideload
Sent from my Nexus 4
---------- Post added at 04:22 PM ---------- Previous post was at 04:00 PM ----------
To get to stock ROM, connect to your PC, get into fastboot mode and run the flash-all.bat file (unzip the factory image in the folder Android/sdk/platform-tools on your PC)
Sent from my Nexus 4
Click to expand...
Click to collapse
Tried sideload before and it didn't work.
now it worked just fine, maybe cause now I was with original usb cable.
Thank you for your help.
Roye_V said:
Tried sideload before and it didn't work.
now it worked just fine, maybe cause now I was with original usb cable.
Thank you for your help.
Click to expand...
Click to collapse
You're welcome
Sent from my Nexus 4
Vn4 said:
You're welcome
Sent from my Nexus 4
Click to expand...
Click to collapse
i have the same problem i stuck........
i just cant do anything....i cant get into fastboot mode...
i stuck at twrp mode...
stavros_htc3300 said:
i have the same problem i stuck........
i just cant do anything....i cant get into fastboot mode...
i stuck at twrp mode...
Click to expand...
Click to collapse
Try sideload mate.
Sent from my Nexus 4
Vn4 said:
Try sideload mate.
Sent from my Nexus 4
Click to expand...
Click to collapse
How.....plus that it cant read my sdcard
i red the above instrustions but i didnt understand...my phone said tha its is trying to start sideload but it happent nothing...for the next hours
stavros_htc3300 said:
How.....plus that it cant read my sdcard
i red the above instrustions but i didnt understand...my phone said tha its is trying to start sideload but it happent nothing...for the next hours
Click to expand...
Click to collapse
Have you tried flashing the factory image? get into fastboot mode from twrp and flash the stock rom.
Sent from my Nexus 4

Help please! Wiped OS but have twrp & unlocked bootloader

Cannot seem to flash factory image from Google. Trying to do it via adb but cannot push onto device. Says "cannot open no such file or directory". What can I try?
Sent from my XT1094 using Tapatalk
what are you trying to do? flash back to stock and relock your bootloader?
---------- Post added at 01:26 PM ---------- Previous post was at 01:26 PM ----------
I would try wugs tool kit and that will help you get back to stock.
http://forum.xda-developers.com/nexus-6p/general/guides-how-to-guides-beginners-t3206928
I want to stay rooted and get back to where I can use my phone again. I want flash a new rom and gapps and get it set back up.
Sent from my XT1094 using Tapatalk
Kochoa940 said:
I want to stay rooted and get back to where I can use my phone again. I want flash a new rom and gapps and get it set back up.
Sent from my XT1094 using Tapatalk
Click to expand...
Click to collapse
download the rom and gapps to your computer
connect your phone to computer
make sure fastboot is working type in fastboot devices
use ADB Sideload in advance tab in TWRP. That will install your rom and gapps
lucky_strike33 said:
download the rom and gapps to your computer
connect your phone to computer
make sure fastboot is working type in fastboot devices
use ADB Sideload in advance tab in TWRP. That will install your rom and gapps
Click to expand...
Click to collapse
use this^ and here's a little more detail
initiate ADB Sideload in advanced tab (check wipe cache and dalvik)
open terminal or command prompt
type adb devices
you should see your device as a sideload devices
type adb sideload and then drag and drop your zip to the command prompt
wait for the message to say that it has finished transferring
watch your phone's screen and you will see the flashing begin to happen like it normally would if you were doing it from the internal storage
Great. That worked guys! Running DU test build with Banks Gapps. This community is awesome. Much love brothers!
Sent from my XT1094 using Tapatalk
Kochoa940 said:
Great. That worked guys! Running DU test build with Banks Gapps. This community is awesome. Much love brothers!
Sent from my XT1094 using Tapatalk
Click to expand...
Click to collapse
I'm glad you are up and running!

Got stuck trying to root, just want to return to stock/factory settings.

I'm new so please forgive me and my ignorance through all of this. I had a great root experience with my old LG G3, so when I got my Axon 7 (A2017U) I thought I'd try to root it too. I tried to follow DrakenFX's guide (http://forum.xda-developers.com/axon-7/development/wip-axon-7-root-bootloader-unlokced-t3441204) but I bit off more than I could chew. I got to the point where I had TWRP up, but this is where I think things started to fall apart. I was confused by the instructions and in a haste I continued anyway. In TWRP I went to Wipe>Format Data typed in yes like TWRP said and boom, I had no idea what happened. Rebooting only got a screen that said "Type in your password" but my passcode I had on the phone before it bricked didn't work. So by now I start panicking a bit. I thought I made a mistake earlier so I went back and tried to reinstall TWRP by putting the phone into EDL. The phone got stuck that way for a while, but I now I have it in TWRP. Right now, I just want to get back to safe stock android.
I'm 200% sure I messed with something I wasn't supposed to and I believe that is the system image(?)which Draken also linked (http://forum.xda-developers.com/showpost.php?p=68248798&postcount=53). I'm downloading it as I type. I'm going to do my best to leave my phone just like it is right now, in TWRP, and wait for more advice on this before I do anything else.. What I'm curious about is where did I go wrong and what do I need to do to get my phone working again, preferably without returning it? Thank you for any advice you have to offer.
Update: It's worth noting I didn't know to enable OEM Unlocking when I was in stock android. Dumb move I know. I'm new here.
What software version are u on?
xiong77 said:
What software version are u on?
Click to expand...
Click to collapse
As far as I know I (was) on Android 6.0 A2017U B29. TWRP version 3.0.2-0
Get DrakenFX b29 mergeboot stack and b29 stock system and flash it then u should be OK. I did this too.
xiong77 said:
Get DrakenFX b29 mergeboot stack and b29 stock system and flash it then u should be OK. I did this too.
Click to expand...
Click to collapse
I tried, but the downloads take extremely long and are unreliable for me. I was downloading the stock system file at around 14 kbps and it eventually failed. Any other suggestions?
Wipe cache dalvik data and system reboot, ignore error message and reboot
---------- Post added at 06:54 AM ---------- Previous post was at 06:53 AM ----------
Try through ur computer
---------- Post added at 06:57 AM ---------- Previous post was at 06:54 AM ----------
Try go back to twrp and wipe like the op said
xiong77 said:
Wipe cache dalvik data and system reboot, ignore error message and reboot
---------- Post added at 06:54 AM ---------- Previous post was at 06:53 AM ----------
Try through ur computer
---------- Post added at 06:57 AM ---------- Previous post was at 06:54 AM ----------
Try go back to twrp and wipe like the op said
Click to expand...
Click to collapse
I've done the wipes multiple times. It's mostly the downloads I'm having trouble with. How and where do you get them? The links I found were dead or had a slow speed.
video_dewd said:
I've done the wipes multiple times. It's mostly the downloads I'm having trouble with. How and where do you get them? The links I found were dead or had a slow speed.
Click to expand...
Click to collapse
Did you save the recovery backup? If you did then use the axon7root.exe to flash the stock recovery. Then download the stock B20 from ZTE.
tabletalker7 said:
Did you save the recovery backup? If you did then use the axon7root.exe to flash the stock recovery. Then download the stock B20 from ZTE.
Click to expand...
Click to collapse
I've been able to find some recovery images that I found on other threads. The thing is, when I try to flash them on TWRP, I get an error about "/dev/block/sde14" being read-only.
video_dewd said:
I've been able to find some recovery images that I found on other threads. The thing is, when I try to flash them on TWRP, I get an error about "/dev/block/sde14" being read-only.
Click to expand...
Click to collapse
no no no no ..................... put phone in EDL mode. Copy the stock image into the folder with the axon7root.exe file you used to flash TWRP. Make sure the stock file is named recovery.img (or whatever the TWRP file is named in that folder, it has been a long time since I did this). Then use the axon7root.exe program the exact same way you did before. It will flash the stock recovery. Then in stock recovery you can flash the B20 from ZTE
tabletalker7 said:
no no no no ..................... put phone in EDL mode. Copy the stock image into the folder with the axon7root.exe file you used to flash TWRP. Make sure the stock file is named recovery.img (or whatever the TWRP file is named in that folder, it has been a long time since I did this). Then use the axon7root.exe program the exact same way you did before. It will flash the stock recovery. Then in stock recovery you can flash the B20 from ZTE
Click to expand...
Click to collapse
Ok, I will try this.
Update: I got the stock recovery back, but now I'm lost as to how to flash the stock b20 from zte. Thank you for all your help so far though.
video_dewd said:
Ok, I will try this.
Click to expand...
Click to collapse
got stock recovery working?
tabletalker7 said:
got stock recovery working?
Click to expand...
Click to collapse
Yes, I'm in the process of getting the update from sdcard feature working.
Update: Trying to use the update.zip file or unpacking it into the sdcard hasn't worked. Trying to use adb sideload returns "Cannot read 'update.zip'"
video_dewd said:
Yes, I'm in the process of getting the update from sdcard feature working.
Click to expand...
Click to collapse
ok - download it from zte. Put it on your SD card. In recovery select update from SD card. Be warned it will work but it is slow. Also note that while I will not say the bootloader unlock doesn't work on B29, I can say it worked flawlessly on B20. If you want unlocked I recommend doing so on B20.
tabletalker7 said:
ok - download it from zte. Put it on your SD card. In recovery select update from SD card. Be warned it will work but it is slow. Also note that while I will not say the bootloader unlock doesn't work on B29, I can say it worked flawlessly on B20. If you want unlocked I recommend doing so on B20.
Click to expand...
Click to collapse
I have the zip but it says, "Sorry,you can't sdcard upgrade".
video_dewd said:
I have the zip but it says, "Sorry,you can't sdcard upgrade".
Click to expand...
Click to collapse
try using adb sideload
---------- Post added at 07:48 AM ---------- Previous post was at 07:45 AM ----------
also people reportd sucess on the z-communities by placing the B20 on the internal sd card (phone storage)
tabletalker7 said:
try using adb sideload
---------- Post added at 07:48 AM ---------- Previous post was at 07:45 AM ----------
also people reportd sucess on the z-communities by placing the B20 on the internal sd card (phone storage)
Click to expand...
Click to collapse
I tried that. It won't accept the zip file and it's unclear which file to sideload. Would you happen to know? This is what files are in the unpacked zip. https://gyazo.com/c7546c3ed0dcb0972653eaeba42fcb40
video_dewd said:
I tried that. It won't accept the zip file and it's unclear which file to sideload. Would you happen to know? This is what files are in the unpacked zip. https://gyazo.com/c7546c3ed0dcb0972653eaeba42fcb40
Click to expand...
Click to collapse
Maybe - I'd have to download it to find out. If you can't get stock recovery to take it this post http://forum.xda-developers.com/showpost.php?p=69434328&postcount=17 gives you instructions on what lines to remove from the updater-script to make it flash in TWRP (I didn't have a problem making the stock B20 go in stock recovery, but I was unlocked at the time). You could reflash TWRP and try that.
Or just try this in TWRP http://forum.xda-developers.com/showpost.php?p=68873482&postcount=2
tabletalker7 said:
Maybe - I'd have to download it to find out. If you can't get stock recovery to take it this post http://forum.xda-developers.com/showpost.php?p=69434328&postcount=17 gives you instructions on what lines to remove from the updater-script to make it flash in TWRP (I didn't have a problem making the stock B20 go in stock recovery, but I was unlocked at the time). You could reflash TWRP and try that.
Or just try this in TWRP http://forum.xda-developers.com/showpost.php?p=68873482&postcount=2
Click to expand...
Click to collapse
I'm going to try the first option. The second option's link take horrendously long to download.
Update: Trying to flash from TWRP results in error "Could not find 'META-INF/com/google/android/update-binary' which makes no sense since update binary is exactly where it should be.
Further Update: It seems that the problem might have been that when I compressed "update.zip" to fix "updater-script" it changed to file path by adding the title of the folder "update" to the beginning. I think that messed with the path giving the the meta-inf error.
video_dewd said:
I'm going to try the first option. The second option's link take horrendously long to download.
Update: Trying to flash from TWRP results in error "Could not find 'META-INF/com/google/android/update-binary' which makes no sense since update binary is exactly where it should be.
Click to expand...
Click to collapse
OK. How did you do that?
---------- Post added at 10:09 AM ---------- Previous post was at 09:54 AM ----------
Just suck it up and download the 2 b29 files. If it is that slow pick a different mirror

Help please, Root SM-G903W.

Wanting to root my phone. first phone ive ever rooted but I read a lot n know the dos n donts. But I cant seem to get it to work. I keep reading once you start the root with odin its supposed to have a red anroid icon on your phone. but instead it just stays at the blue downloading screen. and it always gets stuck at recovery.img I was hoping someone could help me root it, or find a guide for my phone. I would really appreciate it. My phone model is SM-G903W, Provider is Telus, its updated to Android 7.0.
Have you managed to root your device?
No sadly.
But the phone no longer has a sim card. Got a new phone. So still wanting to root it but not sure if it can be or what to do since the isn't a provider
Adversity said:
Wanting to root my phone. first phone ive ever rooted but I read a lot n know the dos n donts. But I cant seem to get it to work. I keep reading once you start the root with odin its supposed to have a red anroid icon on your phone. but instead it just stays at the blue downloading screen. and it always gets stuck at recovery.img I was hoping someone could help me root it, or find a guide for my phone. I would really appreciate it. My phone model is SM-G903W, Provider is Telus, its updated to Android 7.0.
Click to expand...
Click to collapse
Use CF-Auto-Root
Flash in odin AP section
https://download.chainfire.eu/953/C...-Auto-Root-s5neoltecan-s5neoltevl-smg903w.zip
Or
Flash a custom rom & then flash magisk
Adversity said:
But the phone no longer has a sim card. Got a new phone. So still wanting to root it but not sure if it can be or what to do since the isn't a provider
Click to expand...
Click to collapse
Ok. I've asked the forum in another thread but no one has replied. I don't understand. We can't be the only two people who own this phone, running 7.0, who want to root the device...
I think I will roolback and flash 6.0. Looks like there is a lot of support and threads showing how to root from 6.0.
---------- Post added at 03:01 PM ---------- Previous post was at 02:59 PM ----------
Adversity said:
But the phone no longer has a sim card. Got a new phone. So still wanting to root it but not sure if it can be or what to do since the isn't a provider
Click to expand...
Click to collapse
Ok. I've asked the forum in another thread but no one has replied. I don't understand. We can't be the only two people who own this phone, running 7.0, who want to root the device...
I think I will rollback and flash 6.0. Looks like there is a lot of support and threads showing how to root from 6.0.
Iamoasis said:
Ok. I've asked the forum in another thread but no one has replied. I don't understand. We can't be the only two people who own this phone, running 7.0, who want to root the device...
I think I will roolback and flash 6.0. Looks like there is a lot of support and threads showing how to root from 6.0.
---------- Post added at 03:01 PM ---------- Previous post was at 02:59 PM ----------
Ok. I've asked the forum in another thread but no one has replied. I don't understand. We can't be the only two people who own this phone, running 7.0, who want to root the device...
I think I will rollback and flash 6.0. Looks like there is a lot of support and threads showing how to root from 6.0.
Click to expand...
Click to collapse
See my above post
Also make sure you have enabled usb debugging in dev options
Also look for enable oem unlock & if you see it enable it
And also disable verify apps by adb if you see that too
TheFixItMan said:
See my above post
Also make sure you have enabled usb debugging in dev options
Also look for enable oem unlock & if you see it enable it
And also disable verify apps by adb if you see that too
Click to expand...
Click to collapse
Ok thank you. I downloaded the cf auto root from the link you provided. I enabled debugging and oem, I disabled "verify apps by USB" not adb.
I'll give it a go...
---------- Post added at 03:21 PM ---------- Previous post was at 03:14 PM ----------
Iamoasis said:
Ok thank you. I downloaded the cf auto root from the link you provided. I enabled debugging and oem, I disabled "verify apps by USB" not adb.
I'll give it a go...
Click to expand...
Click to collapse
Well I flashed it using odin. It says "pass" in odin and took a while to boot, but I think it worked. How do I verify? Download an app? And can I flash TWRP? If so, which one?
Thank you for your help
---------- Post added at 03:27 PM ---------- Previous post was at 03:21 PM ----------
Iamoasis said:
Ok thank you. I downloaded the cf auto root from the link you provided. I enabled debugging and oem, I disabled "verify apps by USB" not adb.
I'll give it a go...
---------- Post added at 03:21 PM ---------- Previous post was at 03:14 PM ----------
Well I flashed it using odin. It says "pass" in odin and took a while to boot, but I think it worked. How do I verify? Download an app? And can I flash TWRP? If so, which one?
Thank you for your help
Click to expand...
Click to collapse
I see SuperSU installed so it worked. Thank you.
Do you know which TWRP I can install now?
Iamoasis said:
Ok thank you. I downloaded the cf auto root from the link you provided. I enabled debugging and oem, I disabled "verify apps by USB" not adb.
I'll give it a go...
---------- Post added at 03:21 PM ---------- Previous post was at 03:14 PM ----------
Well I flashed it using odin. It says "pass" in odin and took a while to boot, but I think it worked. How do I verify? Download an app? And can I flash TWRP? If so, which one?
Thank you for your help
---------- Post added at 03:27 PM ---------- Previous post was at 03:21 PM ----------
I see SuperSU installed so it worked. Thank you.
Do you know which TWRP I can install now?
Click to expand...
Click to collapse
I'd guess it would be the following for g903w s5 neo lte
https://dl.twrp.me/s5neolte/twrp-3.2.3-0-s5neolte.img.tar.html
Put in AP section of odin
As soon as the device restarts hold power button Vol up & home button to enter recovery
If you miss the moment to enter recovery for the first time after flashing & your phone boots you will have to reflash the image until you enter twrp for the first time
TheFixItMan said:
I'd guess it would be the following for g903w s5 neo lte
https://dl.twrp.me/s5neolte/twrp-3.2.3-0-s5neolte.img.tar.html
Put in AP section of odin
As soon as the device restarts hold power button Vol up & home button to enter recovery
If you miss the moment to enter recovery for the first time after flashing & your phone boots you will have to reflash the image until you enter twrp for the first time
Click to expand...
Click to collapse
I managed to get TWRP installed. I tried to install Lineage 15.1 as per this site:
https://www.cyanogenmods.org/forums...-for-galaxy-s5-neo-android-8-1-oreo-download/
and am now stuck in a loop. It installed successfully with no errors but will stay stuck on the Lineage loading screen then revert back to recovery.
Any ideas what may be causing this? Should I install 14.1?
Iamoasis said:
I managed to get TWRP installed. I tried to install Lineage 15.1 as per this site:
https://www.cyanogenmods.org/forums...-for-galaxy-s5-neo-android-8-1-oreo-download/
and am now stuck in a loop. It installed successfully with no errors but will stay stuck on the Lineage loading screen then revert back to recovery.
Any ideas what may be causing this? Should I install 14.1?
Click to expand...
Click to collapse
Correct process for flash rom
In twrp
Goto wipe
Advanced wipe
Wipe system data cache delvik/art cache
Install
Select rom zip
Install
Select gapps zip - use mind the gapps arm for lineage os 15. 1 http://downloads.codefi.re/jdcteam/javelinanddart/gapps
Optional install
Select root zip (use magisk)
Wipe delvik/art cache
Restart
If you didn't follow the above that's why it would bootloop
Hi, I'm wanting to root my s5 neo on 7.0 and like you, I'm also and finding it very difficult to find a guide that has a successful ending
I'm new to all this but I did notice that you tried to install lineage 15.1 for sm-g903F but your device is sm-g903w. Could that be your problem?
Have you successfully rooted your device yet?
To be honest I don't really want root, I just want to extract or atleast view all my saved wifi network passwords from the device.

Categories

Resources