[Q] Nexus 10 ADB backup error - Nexus 10 Q&A, Help & Troubleshooting

Before unlock and root my nexus 10, I tried to backup up my app and setting using ADB backup. However, no matter using Wug's toolkit or mskip's toolkit, the backup function doesn't work for me. Every time, after I click the backup button from my nexus 10, the PC screen just pop up a window says that the backup has completed. However, the backup .ab file size is 0 bytes. I tried several times and also tried to restart pc and tablet and turn the tablet to airplane mode before backup. Still doesn't work. Is something wrong with my nexus 10? Any suggestion will be appreciated.

Is there no body having same problem?
afterdream85 said:
Before unlock and root my nexus 10, I tried to backup up my app and setting using ADB backup. However, no matter using Wug's toolkit or mskip's toolkit, the backup function doesn't work for me. Every time, after I click the backup button from my nexus 10, the PC screen just pop up a window says that the backup has completed. However, the backup .ab file size is 0 bytes. I tried several times and also tried to restart pc and tablet and turn the tablet to airplane mode before backup. Still doesn't work. Is something wrong with my nexus 10? Any suggestion will be appreciated.
Click to expand...
Click to collapse
Does anybody have the same problem? Have you solved your problem? I have a lot apps and games. I don't want to lose them and their setting after unlocking and root. Please help.

afterdream85 said:
Does anybody have the same problem? Have you solved your problem? I have a lot apps and games. I don't want to lose them and their setting after unlocking and root. Please help.
Click to expand...
Click to collapse
Maybe u need to enter a password to backup..give it a shot

therealnoob said:
Maybe u need to enter a password to backup..give it a shot
Click to expand...
Click to collapse
im having a very similar issue with my nexus 4... my phone is saying it starts then finishes immedietly but no back up, im trying to figure it out too :/

the co0kie said:
im having a very similar issue with my nexus 4... my phone is saying it starts then finishes immedietly but no back up, im trying to figure it out too :/
Click to expand...
Click to collapse
i would not rely on a tool. best way is to enter the command directly either in linux terminal or windows command prompt.
go to the directory where sdk is installed and where u can find adb.
on my linux machine it is under /downloads/android-sdk-linux-x86/platform-tools/
make sure to be root
then i type in ./adb devices (to make sure adb finds my device)
then i go /.adb backup -all -nosystem -noshared -apk -f /home/me/backup/something.ab
in windows fire up command prompt as administrator
go into ur adb directory
type adb devices
then adb backup -all -nosystem -noshared -apk -f c:\backup\something.ab
hope it works
Sent from my GT-I9100 using xda app-developers app

problem solved
therealnoob said:
Maybe u need to enter a password to backup..give it a shot
Click to expand...
Click to collapse
the co0kie said:
im having a very similar issue with my nexus 4... my phone is saying it starts then finishes immedietly but no back up, im trying to figure it out too :/
Click to expand...
Click to collapse
therealnoob said:
i would not rely on a tool. best way is to enter the command directly either in linux terminal or windows command prompt.
go to the directory where sdk is installed and where u can find adb.
on my linux machine it is under /downloads/android-sdk-linux-x86/platform-tools/
make sure to be root
then i type in ./adb devices (to make sure adb finds my device)
then i go /.adb backup -all -nosystem -noshared -apk -f /home/me/backup/something.ab
in windows fire up command prompt as administrator
go into ur adb directory
type adb devices
then adb backup -all -nosystem -noshared -apk -f c:\backup\something.ab
hope it works
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
I found the solution for my nexus 10 is not to connect to USB 3.0 but USB 2.0 of laptop. Then everything works well.

afterdream85 said:
I found the solution for my nexus 10 is not to connect to USB 3.0 but USB 2.0 of laptop. Then everything works well.
Click to expand...
Click to collapse
wow nice thanks for sharing xD

boyomarga said:
my phone is saying it starts then finishes immedietly but no back up
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
two possible workarounds are
first punch in a password for ur backup and see if it works
second use adb command thru terminal linux or command prompt windows
GL

Related

I'm going crazy here.

This has obviously been covered in DagentooBoy's thread - which is great.
http://forum.xda-developers.com/showthread.php?t=761045
But I tried it and it doesn't work, even with the SGS Unlocker, tried the WinXP (PC way) first.
The version I'm running is Android 2.1 update 1.
I get this when I try running it through the PC.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sometimes when I turn my phone on I get asked to enter the SIM pin, but I hit DISMISS and get into the phone. The next screen says "Phone Locked", but I swipe and enter the phone.
Will buying an unlock code from one of eBay unlockers work or not?
I feel like I bought a brick here. lol
Anyways, any input would be greatly appreciated. I'm not looking to do anything else to it other than unlock and use it for now. While I'm fairly competent with doing this tech-stuff, the Android stuff is a step above for me, so I wanna take my time to learn this all.
It's my first smartphone after using a Nokia 6265i for the past 5 years.
http://en.wikipedia.org/wiki/Nokia_6265 lol
So for me this phone is a treat as is, if only I can get it unlocked.
Thanks for your help and input.
It's because adb can't get to the file without root. Happened to me too. I just manually copied the nv_data.bin over to my computer using the standard usb mass storage and ran sgux on it.
Code:
C:\androidsdk\tools>adb shell
/ $su
#cp /efs/nv_data.bin /sdcard
#exit
#exit
then mount the usb storage, copy over the nv_data.bin to the folder with sgux.exe in it (i put mine in c:\androidsdk), then:
Code:
C:\androidsdk>sgux nv_data.bin
and with any luck you'll have it.
chui101 said:
It's because adb can't get to the file without root. Happened to me too. I just manually copied the nv_data.bin over to my computer using the standard usb mass storage and ran sgux on it.
Code:
C:\androidsdk\tools>adb shell
/ $su
#cp /efs/nv_data.bin /sdcard
#exit
#exit
then mount the usb storage, copy over the nv_data.bin to the folder with sgux.exe in it (i put mine in c:\androidsdk), then:
Code:
C:\androidsdk>sgux nv_data.bin
and with any luck you'll have it.
Click to expand...
Click to collapse
Okay, I understand a bit. but I'm not sure what all the coding is all about and how/what to do. You copied nv_data.bin from your phone to a location on the computer?
I set my Vibrant to mass storage and while it's not showing on MyComputer anywhere, the only thing that pops up is the microSD card with the movie on it.
Correct... instead of androidsdk it would be wherever you saved it..
Having one hell of a time accessing my phone via the computer.
It's connected, but no icon to click open or anything of the sort (inside MyComputer)
Ok, this is what I have on my screen now.
No EFS folder, no nv_data.bin, anywhere in the folders.
You need to use root explorer or adb(maybe astro) for access to your internal system directories. Just pull the file using adb like chui mentioned. If you aren't familiar with adb then I suggest you read up in the Vibrant bible.
lralexl said:
You need to use root explorer or adb(maybe astro) for access to your internal system directories. Just pull the file using adb like chui mentioned. If you aren't familiar with adb then I suggest you read up in the Vibrant bible.
Click to expand...
Click to collapse
Wanna suggest a link to this almighty Vibrant Bible?
Well I just looked through it and there doesn't seem to be a thread specifically about adb file system actions.
Just open a command prompt and "cd" to your android sdk tools folder.
example: cd c:\sdk\tools
type:
adb shell
su
cp /efs/nv_data.bin /sdcard
exit
adb pull /sdcard/nv_data.bin /nv_data
that should get nv_data.bin into your tools folder under the folder nv_data. then just move the nv_data.bin into the sgux.exe folder
I'll try this now, thanks Iral.
Trying to type what you put, I can't remember for the life of me how to enter multiple command lines in command prompt. Hitting ENTER executes the first line. But I'm supposed to type all that out correct?
One line at a time
Well, I installed the SDK toolkit, updated Java, done everything possible.
Been diligent and patient with this, but this Galaxy phone is about to enter the Galaxy.
Just typing adb shell (the first command) and I get this.
koooba said:
Well, I installed the SDK toolkit, updated Java, done everything possible.
Been diligent and patient with this, but this Galaxy phone is about to enter the Galaxy.
Just typing adb shell (the first command) and I get this.
Click to expand...
Click to collapse
Post the output of ls err ...
Code:
dir
Not following LQ, sorry?
koooba said:
Not following LQ, sorry?
Click to expand...
Click to collapse
The screenshot you've taken when you executed adb, go to the same folder (tools) and execute dir in MS-DOS window.
Need to see if adb.exe is there.
I hope this is the one you mean.
I reinstalled SDK into c:\androidsdk and this was found in the \platform-tools folder
koooba said:
I hope this is the one you mean.
I reinstalled SDK into c:\androidsdk and this was found in the \platform-tools folder
Click to expand...
Click to collapse
what happens when you connect your device to the usb port (usb debugging is enabled i presume), open the command prompt on your pc and issue
Code:
cd c:\androidsdk\platform-tools
adb.exe devices
lqaddict said:
what happens when you connect your device to the usb port (usb debugging is enabled i presume), open the command prompt on your pc and issue
Code:
cd c:\androidsdk\platform-tools
adb.exe devices
Click to expand...
Click to collapse
This happens (seems like it's good)
Good,
now try
Code:
adb.exe shell
And what was the original post about ?
lqaddict said:
Good,
now try
Code:
adb.exe shell
And what was the original post about ?
Click to expand...
Click to collapse
lol ya.
Well it runs, but it seems to stop with a blinking cursor after the $

[Q] help me..

i've firstly root.ok.n then xrecovery.ok..but then when i want to enable JIT following this thread http://forum.xda-developers.com/showthread.php?t=877565,
my phone suddenly can't connect to wifi.and then the xrecovery cant be perform...and other things,how can i perform this operation?
(1: enable JIT (in a termnial or adb shell)
cd adb
adb shell
su
cd /sdcard/JiT-toggle-0.1
sh enable_jit.sh)
i connect the phone to pc an enable debug mode,run cmd,but pc says cant detect..watsoever..
can anyone help me?
If you followed all instructions for JIT and your wifi doesn't work means it wasn't the correct version of Busybox. I recommend you to install Titanium Backup hit Problems? and install busybox. Then, when you copy all files for JIT, don't copy busybox, because you have already the latest one. It should work. It happend to me, too. The nasty part is that you need to repair your Android with PcCompanion/ SEUS.
do i need to repair my phone first with pc companion or repeat again the step?
n how to run cmd?do i need to enable debug?i dont know how to do this instruction,1: enable JIT (in a termnial or adb shell)
cd adb
adb shell
su
cd /sdcard/JiT-toggle-0.1
sh enable_jit.sh
Well, if you have your phone rooted with superoneclick, then you got adb.exe. You need to access that folder into cmd. ex : c:\superoneclick\ and then with the phone connected (usb debug enabled) you can enter commands like adb shell and su. Try it. But wifi and xrecovery malfunctions are symptoms that something went wrong. Eventually repair with PcCompanion. Good Luck.
when i run the command prompt,it says 'adb' is not recognized as an internal or external command,operable program or batch file..is this because i didnt rooted my phone well?
Do you have adb.exe? Or superoneclick for root?
yeah.i have both.i downloaded superoneclick and inside ithave adb.exe..but when i click adb.exe,nothing happened.just a temporary command prompt about 2second and then its appeaered..
now open start-run->cmd and go to that folder. And only there you can run "adb shell".
So, in cmd you must be in that folder in order to input all commands.
go to that folder?what do u mean?open cmd from the folder?or open cmd and click to the folder?
sorry for the noob question..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This should look like. using commands like " cd .." to exit folder and use ' cd "name of folder" ' to enter one. it should work.
thank god.finally i know how to run command.thanks a lot redpik
guys..help me.how am i to solve this command error?
Please follow this thread http://forum.xda-developers.com/showthread.php?t=877565 .
If you connect your phone to computer, make sure not to mount the sdcard. So, click on USB CONNECTION and select TURN OFF from the status bar. Make sure you have SUPERUSER application installed to grant access.
If it helps you, please consider pressing Thanks button.
sorry redpik..
i got big probs.. my homescreen and apps icon become smaller and i dont know whats going on.
is it brick or something else?
i try to use pc companion and seus,but it keep saying no update for my phone..
seriously,this small icon thing make me crazy..
I don't know what's with the screen, shouldn't have happened. Seus says no update, but Repair button is active so you can make it brand new. Then try again rooting and jit.

[PROGRAM] Infiniflash v1.2 ~ It makes life easier.

The purpose of this program is to make my life easier when developing on the Android Platform. At he same time it may also make your life easier. I would like to keep this project totally open source and I include all of the source files withing the .zip that it comes in. What does this program do? It will allow you to flash custom ROMs straight from your computer, fast and hassle-free.
In this new version, I have done a ton of error/big fixes, rewrote quite a lot, and finally added wiping functionality. Enjoy!
Infiniflash REQUIRES that your device has ClockworkMod Recovery or any recovery that supports /cache/recovery/extendedcommand.
By the way, if you can think of a better name/icon for this program, please, please, please tell me.
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
For full documentation and to download please visit: http://infinimod.com/ideas/
tried to use it
was not successful
1.pluged my DHD to pc (charge only)
2.run infiniflash.exe
3.have selected the rom
4.success comes and says the rom is going to be flashed from recovery
5.DHD goes to recovery
6.after 3 secs back restarted and nothing happened
what did I wrong?
mohammadsp said:
tried to use it
was not successful
1.pluged my DHD to pc (charge only)
2.run infiniflash.exe
3.have selected the rom
4.success comes and says the rom is going to be flashed from recovery
5.DHD goes to recovery
6.after 3 secs back restarted and nothing happened
what did I wrong?
Click to expand...
Click to collapse
I have a DHD as well and had the same issue. You must install the driver for it to work on your device.
1) Visit this link to download and install HTC Sync (which contains the driver): http://goo.gl/P3ZP1
2) After installation plug your device in.
3) To verify you have the driver, open the Infiniflash folder, hold the shift key and right click on the tools folder. Click open command prompt.
4) Now type in the command: adb devices
5) If your device showed up, it worked! Otherwise, try restarting or syncing your phone in HTC Sync, it should start working eventually.
6) Now that you have the driver, Infiniflash will *hopefully* work from now on.
Best of luck
Cheers.
Infinimint said:
I have a DHD as well and had the same issue. You must install the driver for it to work on your device.
1) Visit this link to download and install HTC Sync (which contains the driver): http://goo.gl/P3ZP1
2) After installation plug your device in.
3) To verify you have the driver, open the Infiniflash folder, hold the shift key and right click on the tools folder. Click open command prompt.
4) Now type in the command: adb devices
5) If your device showed up, it worked! Otherwise, try restarting or syncing your phone in HTC Sync, it should start working eventually.
6) Now that you have the driver, Infiniflash will *hopefully* work from now on.
Best of luck
Cheers.
Click to expand...
Click to collapse
yes true
the problem is that the pc doesn't recognize the phone
will give it a try
thanks
mohammadsp said:
yes true
the problem is that the pc doesn't recognize the phone
will give it a try
thanks
Click to expand...
Click to collapse
No problem, don't forget to tell us if it worked
This looks awesome, and I would use it but is there a different button for wiping to ext 4 and 3? All the roms I seem to switch between use different formats.
Thanks
Joey93 said:
This looks awesome, and I would use it but is there a different button for wiping to ext 4 and 3? All the roms I seem to switch between use different formats.
Thanks
Click to expand...
Click to collapse
By wiping to ext3 & ext4 do you mean formatting the /system partition to one of those formats? If so I might be able to implement it or make an add-on . By the way, which device requires you to do that? I've never heard of that before... are you sure it's a requirement?
Oops Double Post.
Has anyone successfully used this program?
even tho i cannot use this app as i am on linux i will salute your development as this app is a great idea. thank you for your contribution. wish i knew more about programming and could help port this over to linux but alas...
Grondinm said:
even tho i cannot use this app as i am on linux i will salute your development as this app is a great idea. thank you for your contribution. wish i knew more about programming and could help port this over to linux but alas...
Click to expand...
Click to collapse
Thank you very much! I think I'll port it over soon, but the only bad part about that is that I have no idea how to make GUI's in Linux so it would be command line only .
It's funny that you mention that though because I'm a Linux user myself and never really thought about it.

[HOW TO] RockMyMoto Guide for Windows! [*NEWB PROOF*]

So if you were like me and upon first watching JCase's video for RockMyMoto and were confused, this is for you. This guide will cater to Windows users since Mac and Linux users should be able to follow along seamlessly to JCase's steps. The steps here are no different, the commands are the same, just an extra application that works better than the Windows built in Telnet client.
First off I just want to thank JCase for taking so much time to release this for us. All credit goes to him.
Download Cydia Impactor (Thanks Saurik!) from his website HERE.
Download the RockMyMoto.zip attachment from JCase's post HERE.
Next download the PuTTYtel file "puttytel.exe" (You don't need the full application) HERE.
The initial steps are the same regardless of platform. I won't go into details on getting ADB set up, etc. Follow JCase's video and guide for all of that or search around XDA. Chances are someone else has explained this.
***STEP ONE***
So at this point your phone should be connected to ADB and you should have your IP Address. Leave your ADB window open as we will go back to it later. Run the Cydia Impactor application from the above download.
From the drop down menu, select:
Code:
# start telnetd as system on port 2222
Click on start and you should see a series of messages saying testing, installing, waiting to complete (a couple others) and then it goes back to the # start telnetd" message. This is OK.
***STEP TWO***
Run the "puttytel.exe" file downloaded from the link above.
From the initial screen, enter in your IP Address from the ADB terminal in the box where it says "Host Name (or IP Address).
Enter "2222" without quotes in the box listed as Port.
Make sure the connection type has Telnet selected and then click "Open" at the bottom.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
A PuTTYtel window will open up where we will enter the code JCase provided.
***STEP THREE***
In JCase's video he types in the line:
Code:
telnet {IP Address} 2222
We don't need that step as we already connected it through Step 2.
Proceed to run the exploit:
Code:
dalvikvm -cp /sdcard/RockMyMoto.jar RockMyMoto
After the first run, it will say to "ADB Reboot" your phone.
Open up the ADB window from earlier and run the command:
Code:
adb reboot
This will reboot the phone.
***STEP FOUR***
Because PuTTYtel is connecting to the phone to run the exploit, rebooting the phone closes the connection. We need to redo Steps 1-3, running the Cydia Impactor, opening PuTTYtel and connecting it using the IP, and running the same exploit command. The phone reboots itself after the second exploit command so no need to adb reboot again.
***STEP FIVE***
Checking for root. After the exploit has been ran three times, go back to the ADB window and type the following:
Code:
adb shell su -c "id"
If you get the return message saying:
Code:
uid=0(root) gid=0(root)
You're done and rooted! Go install SuperSu from the Play Store and make sure to throw a couple bucks JCase's way for making this great tool.
Thanks a ton!
Sent from my Nexus 7 using Tapatalk
mcsqwizzys98 said:
Thanks a ton!
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
No problem. Let me know if you can get it to work on your desktop. I'll stick around in IRC for awhile as to not clog up the thread.
awesome it worked thanks man! and thanks @jcase for the help!
Awesome!! I struggled a bit until I read this. Great Job!!
Worked like a charm.
Now just that damn VZ bootloader...
---------- Post added at 11:21 AM ---------- Previous post was at 11:18 AM ----------
Also, for those of you reading on rooting and not really confident enough to use adb I suggest this .exe.
http://forum.xda-developers.com/showthread.php?p=42407269
Its a minimal adb shell. Simple and easy to use, just install the program on a windows machine, open it up, plug in the phone, start your commands.
My issue:
^you adb push'd .zip instead of .jar. Rerun it through adb. Then it'll work. Happened to me as well.
Sent from my XT1060 using Tapatalk
The OP updated his mistake, instead of pushing the .zip, it should be the .jar
When I run impactor it just sits at testing #9950697. I've tried it a few times and each it does that. What can I do??
Try disabling your windows firewall?
Sent from my XT1060 using Tapatalk
mpetruzz said:
When I run impactor it just sits at testing #9950697. I've tried it a few times and each it does that. What can I do??
Click to expand...
Click to collapse
You need to check your phone now there was a pop up box from google warning about unauthorized software just click ok.
in PuTTytell I keep getting this error: "Permission denied". Any ideas?
dsimages said:
Try disabling your windows firewall?
Sent from my XT1060 using Tapatalk
Click to expand...
Click to collapse
Yup, that was it. All set now thanks
Sent from my XT1060 using xda app-developers app
mpetruzz said:
Yup, that was it. All set now thanks
Sent from my XT1060 using xda app-developers app
Click to expand...
Click to collapse
Glad that worked!
Sent from my XT1060 using Tapatalk
after root should i find an icon like the ones that show pwn...?
After root you will need to go to play store and install superSU. Then open it and update binaries.
Sent from my XT1060 using Tapatalk
lowvolt1 said:
After root you will need to go to play store and install superSU. Then open it and update binaries.
Sent from my XT1060 using Tapatalk
Click to expand...
Click to collapse
i know but should we find an app like when we root whit pwnmoto that help us to be switching beetwen "recovery" and regular system
juancaperez2000 said:
i know but should we find an app like when we root whit pwnmoto that help us to be switching beetwen "recovery" and regular system
Click to expand...
Click to collapse
I don't believe there is. If you don't want to use xposed framework and get extended power options, then the only options to get to recovery (that I know if) are
1) power off> volume down with power> volume down to recovery> power up to select.
2) Adb reboot recovery
Sent from my XT1058 using XDA Premium 4 mobile app
Thanks for the how to! Worked first time, no issues!!
Sent from my Moto X

[Q] Sprint LG G2 Stuck in Boot Loop! Help Please :(

Hi, I flashed TWRP after rooting my phone and I can get to it, but I deleted everything on my phone (including the internal SD card) and I'm now stuck in a boot loop. I can't figure out anyway to fix my phone and I don't have insurance (( if anyone can help, please do!!
yoitsjustin said:
Hi, I flashed TWRP after rooting my phone and I can get to it, but I deleted everything on my phone (including the internal SD card) and I'm now stuck in a boot loop. I can't figure out anyway to fix my phone and I don't have insurance (( if anyone can help, please do!!
Click to expand...
Click to collapse
go into twrp, go to advance and adb sideload
sideload a rom
How do I do that?
datechnerd said:
go into twrp, go to advance and adb sideload
sideload a rom
Click to expand...
Click to collapse
How do I use ADB to sideload on a PC? I can't find the binaries for PC except for the SDK and it's a really big file. What command do I do to sideload? Thanks for the quick reply
yoitsjustin said:
How do I use ADB to sideload on a PC? I can't find the binaries for PC except for the SDK and it's a really big file. What command do I do to sideload? Thanks for the quick reply
Click to expand...
Click to collapse
Can you boot into Download Mode? (Hold power button until device turns completely off, then quickly hold Power+Vol Up to get into download mode.) Do this while device is unplugged so it doesn't try to reboot instantly normally.
If you can do that, then you will have to follow the recovery steps for Sprint LS980. Give me a moment to find it.
EDIT: Here you go buddy.
http://forum.xda-developers.com/showpost.php?p=47831752&postcount=3
I would but...
Ascertion said:
Can you boot into Download Mode? (Hold power button until device turns completely off, then quickly hold Power+Vol Up to get into download mode.) Do this while device is unplugged so it doesn't try to reboot instantly normally.
If you can do that, then you will have to follow the recovery steps for Sprint LS980. Give me a moment o find it.
Click to expand...
Click to collapse
To do that you have to go back to 2012 on the computer and download a ton of sketchy files and I don't have a username and password for that thingy. It's not my computer so I don't want to mess it up haha. Thanks for the reply!
yoitsjustin said:
To do that you have to go back to 2012 on the computer and download a ton of sketchy files and I don't have a username and password for that thingy. It's not my computer so I don't want to mess it up haha. Thanks for the reply!
Click to expand...
Click to collapse
It's just an interal LG flash tool that was leaked. I restored my device on Stock using this method and I had no issues.
Oh
Ascertion said:
It's just an interal LG flash tool that was leaked. I restored my device on Stock using this method and I had no issues.
Click to expand...
Click to collapse
Oh okay. Do you know how to download ADB? I wanted to flash CM 11 but it got stuck in a bootloop unfortunately :/ and that way you have to reroot and reflash
yoitsjustin said:
How do I use ADB to sideload on a PC? I can't find the binaries for PC except for the SDK and it's a really big file. What command do I do to sideload? Thanks for the quick reply
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=48933958&postcount=4
there adb and how to open the command window
put the rom in the in the same folder as adb
then
Code:
adb sideload romname.zip
of course, change the name of the zip to whatever
Thank you!
datechnerd said:
http://forum.xda-developers.com/showpost.php?p=48933958&postcount=4
there adb and how to open the command window
put the rom in the in the same folder as adb
then
Code:
adb sideload romname.zip
of course, change the name of the zip to whatever
Click to expand...
Click to collapse
Thankyouthankyouthankyou so much XD. I'm trying it now, I'll let you know if it works. Do you use Command Prompt for ADB or some other application?
yoitsjustin said:
Thankyouthankyouthankyou so much XD. I'm trying it now, I'll let you know if it works. Do you use Command Prompt for ADB or some other application?
Click to expand...
Click to collapse
command prompt
you should be able to hold shift and right click in the extracted folder and open command window here
datechnerd said:
command prompt
you should be able to hold shift and right click in the extracted folder and open command window here
Click to expand...
Click to collapse
It didn't recognize the CM 11 folder?
yoitsjustin said:
It didn't recognize the CM 11 folder?
Click to expand...
Click to collapse
huh?
you do that in the adb folder, and put cm11 flashable zip in the adb folder
datechnerd said:
huh?
you do that in the adb folder, and put cm11 flashable zip in the adb folder
Click to expand...
Click to collapse
I put CM 11 in the extracted folder and then selected it and it still won't work :/ any idea why??
Shift right click in a blank spot of the adb folder
datechnerd said:
Shift right click in a blank spot of the adb folder
Click to expand...
Click to collapse
Still won't read it?
What do you mean by that?
datechnerd said:
What do you mean by that?
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Rename it something short and sweet and if that still doesn't work try a redownload
datechnerd said:
Rename it something short and sweet and if that still doesn't work try a redownload
Click to expand...
Click to collapse
https://scontent-b-lga.xx.fbcdn.net...=7ff38b3bf7d642d7d8a4f45370d1b414&oe=52C3439E
Renaming didn't work, going to redownload the binaries and restart the computer
yoitsjustin said:
https://scontent-b-lga.xx.fbcdn.net...=7ff38b3bf7d642d7d8a4f45370d1b414&oe=52C3439E
Renaming didn't work, going to redownload the binaries and restart the computer
Click to expand...
Click to collapse
I meant redownload Rom, that suggests something wrong with the zip

Categories

Resources