{For All Xperia} Online Nandroid Backup / Nandroid Backup without re-booting - Xperia Play Android Development

Hey there guys I came across this useful tool today when I was poking around the ARC section it lets you make a nandroid without having to boot into recovery. This isnt my work Im simply passing it on so I hope he doesnt care too much about me posting this here.
***ALL crdeit goes to ameer1234567890***
Nandroid backups are usually performed in recovery mode. This means you would have to turn off your phone and reboot in recovery mode, which wastes a whole lot of time rebooting and a lot more time offline. For me, this has been a killer as I do regular nandroid backups. Having to reboot in recovery and finding missed calls, sms from my wife and friends is totally not accepatable for me. So, I set to develop an online nandroid backup tool which can do nandroid backups without switching off my phone.
Today, I am releasing it to public, as it may serve good for some others too. This tool is specifically for Xperia phones, but should work with any model of android phones.
This tool backups /system , /data , /cache & .android_secure partiotions to /sdcard/clockworkmod/backup directory. The date format used for folder name is the same used by CWM itself and nandroid backups created with this tool can safely be restored using CWM. If you would want to have a custom name for backup folder, pass an argument with the name to the script and it will use the name.
Feedback (especially ideas to improve) are most welcome.
Requirements
1. Rooted android phone
2. A terminal emulator installed on phone
3. Busybox
4. A working CWM based recovery installed
5. Some patience
Installation
1. Download and copy zip file to SD card
2. Reboot into recovery
3. Choose install zip from SD card, select zip and flash .
4. Reboot!
Usage
1. Open terminal emulator
2. Type su to obtain root
3. Type onandroid
4. Wait and watch
Original thread: http://forum.xda-developers.com/showthread.php?t=1620255
As usual Im not responsible if your phone explodes, catches fire, etc, etc so please read everything and try not to post stupid questions like " does this really work?" cause it wont be answered. I wouldnt of bothered posting this here if it didnt work. Have fun guys!!

Well let me the 1st....does it work? :banghead:Sorry I'm just playing friend.lol. I'm going to try this right now.
Sent from my R800i using xda premium

thanks for this gonna try rite now!!! i myself do regular backups as well.
edit: working working as i type! this is sick
hey you should post a link to the dev`s original thread so we could thank him and if possible donate for this amazing work.

My backup completed in 4 min 43 sec. And it seems to have worked fine. Thanks.
Sent from my R800i using xda premium

cyrusalmighty said:
Well let me the 1st....does it work? :banghead:Sorry I'm just playing friend.lol. I'm going to try this right now.
Sent from my R800i using xda premium
Click to expand...
Click to collapse
Ha ha ha! I knew it was bound to happen. Its pretty straight forward and really low risk I doubt anything could be messed up even if you tried but yea have fun! Hopefully it is useful to some out there
Sent from my R800a using XDA App

solomon4400 said:
thanks for this gonna try rite now!!! i myself do regular backups as well.
edit: working working as i type! this is sick
hey you should post a link to the dev`s original thread so we could thank him and if possible donate for this amazing work.
Click to expand...
Click to collapse
Will do give me a few minutes..... link to original thread in OP throw some thanks his way when you get a chance.
Sent from my R800a using XDA App

Thanks for sharing!

When I tried to run this, it says "Checking for required tools" followed by "mkyaffs2image not found in path"
I tried uninstalling/reinstalling busybox and installing it to /system/bin and not xbin. This time it sort of ran but I got a bunch of errors and no backup.
Any suggestion on how to fix this?
Sent from my R800x using xda premium

Isn't this inherently flawed since files on the rom are still being used and written while the backup is taking place? Neat idea though, don't get me wrong

netizenmt said:
When I tried to run this, it says "Checking for required tools" followed by "mkyaffs2image not found in path"
I tried uninstalling/reinstalling busybox and installing it to /system/bin and not xbin. This time it sort of ran but I got a bunch of errors and no backup.
Any suggestion on how to fix this?
Sent from my R800x using xda premium
Click to expand...
Click to collapse
No idea never seen that error its been working perfectly on my other play and bro's arc, I'd check the original thread and see if anyone else has the same issue
Sent from my R800a using XDA App

thatsupnow said:
No idea never seen that error its been working perfectly on my other play and bro's arc, I'd check the original thread and see if anyone else has the same issue
Sent from my R800a using XDA App
Click to expand...
Click to collapse
Yeah, I thought of that right after I posted here. There are plenty of people posting the same error, so we'll see what happens.
Sent from my R800x using xda premium

jacklebott said:
Isn't this inherently flawed since files on the rom are still being used and written while the backup is taking place? Neat idea though, don't get me wrong
Click to expand...
Click to collapse
I have been asked the same question. Have a look at here for the answer.

ameer1234567890 said:
I have been asked the same question. Have a look at here for the answer.
Click to expand...
Click to collapse
Fair enough. Hopefully people follow the advice of not doing anything during the backup, so they aren't disappointed when the changes don't get backed up

Should be fine I've taken a call and sent a few text messages while backing up. No problems for me at all
Sent from my R800a using XDA App

I tried to do a restore from the online nandroid backup I made and even though it said "restore complete" my SD-ext(4) partition would not load its shortcuts and widgets. The funny part is link2sd didn't even detect any SD-ext as if it wasn't backed up. I thought it said that it backed up SD-ext during online backup, but not sure. I'm wondering if it might help to factory restore before restoring backup. I may try that to see and I'll report back if noone reports similar problem.
Edit**During backup I was not doing anything else with phone other then watching the amazing online backup screen. Also I tried to "re-create mount scripts" but never got option from link2sd even after reboot.
Sent from my R800i using xda premium

cyrusalmighty said:
I tried to do a restore from the online nandroid backup I made and even though it said "restore complete" my SD-ext(4) partition would not load its shortcuts and widgets. The funny part is link2sd didn't even detect any SD-ext as if it wasn't backed up. I thought it said that it backed up SD-ext during online backup, but not sure. I'm wondering if it might help to factory restore before restoring backup. I may try that to see and I'll report back if noone reports similar problem.
Edit**During backup I was not doing anything else with phone other then watching the amazing online backup screen. Also I tried to "re-create mount scripts" but never got option from link2sd even after reboot.
Sent from my R800i using xda premium
Click to expand...
Click to collapse
This tool (prior to v3) does not backup sd-ext partition. In the first post, you can see what the tool backups.
PS: If you can send me a previous backup of your sd-ext, I can work on adding sd-ext backup support to the script.

I still can't get this to work.
Sent from my R800x using xda premium

netizenmt said:
I still can't get this to work.
Click to expand...
Click to collapse
Can you post the error?

ameer1234567890 said:
Can you post the error?
Click to expand...
Click to collapse
Here it is, the same error as before. This is with the latest 2.0 version. I'm running stock 2.3.4 rooted. Busybox is1.94 full.
Sent from my R800x using xda premium

wow.. that would be great backing up online... i'm gonna try now..

Related

Upgrade with data?

I am new to these forms and was wondering if there was a good walk-through/guide for changing your phone data over when you are upgrading to a newer version of the same rom.
Thanks to your forms already I have no problem switching roms but I do have a few favorites I would like to keep updated without starting fresh. Pointing me in the right direction or any advice would be much appreciated!
-thanks
Sent from my ERIS GSBv2.1 using XDA App
I may have solved my own question but I would like some further opinion's. I upgraded GSB from 2.1 to 2.4 then I merged all my old data to this version using the Recovery Mod... pushed new Google apps update and all seems fine. Forsee any problems with the current method?
Sent from my ERIS using XDA App
kzi7 said:
I may have solved my own question but I would like some further opinion's. I upgraded GSB from 2.1 to 2.4 then I merged all my old data to this version using the Recovery Mod... pushed new Google apps update and all seems fine. Forsee any problems with the current method?
Sent from my ERIS using XDA App
Click to expand...
Click to collapse
Don't know what you mean by the "Recovery Mod".
I use the method I outline in my post here; about the middle of my post, in response to PieceKeepr, starting with my third paragraph to him.
"TB" in my post is "Titanium Backup" on the Android Market.
Ya what I ment by "Recovery Mod" was the Rom Manager ClockworkMod. Will check out your post, thanks for the advice.
Sent from my ERIS using XDA App
kzi7 said:
I may have solved my own question but I would like some further opinion's. I upgraded GSB from 2.1 to 2.4 then I merged all my old data to this version using the Recovery Mod... pushed new Google apps update and all seems fine. Forsee any problems with the current method?
Sent from my ERIS using XDA App
Click to expand...
Click to collapse
kzi7 said:
Ya what I ment by "Recovery Mod" was the Rom Manager ClockworkMod. Will check out your post, thanks for the advice.
Sent from my ERIS using XDA App
Click to expand...
Click to collapse
I'm still not sure what ClockworkMod has to do with merging data, but as long as you know what you mean, that's what's important! Maybe you meant you did a no wipe (Dalvik wipe only) update? Sorry I'm having trouble understanding.
Not quite what I ment but probably the same result. What I did was Backup the whole current system (nand) currently running GSB 2.1 then did a system/data/dalvic wipe and installed the new GSB 2.4 CM7 booted it up with gapps etc. Made sure it was working. Then rebooted and went into recovery and restored just the user data.
Sent from my ERIS using XDA App
Also thanks again for the advice on Titanium Backup it works good and I really like their use of just being able to restore data. I was looking for just an app, however because I am a Designer by trait I only overlooked their program because I didn't like the icon... silly me.
Sent from my ERIS using XDA App
kzi7 said:
Not quite what I ment but probably the same result. What I did was Backup the whole current system (nand) currently running GSB 2.1 then did a system/data/dalvic wipe and installed the new GSB 2.4 CM7 booted it up with gapps etc. Made sure it was working. Then rebooted and went into recovery and restored just the user data.
Sent from my ERIS using XDA App
Click to expand...
Click to collapse
If you could bear with me for a little bit longer there's still something I'm missing. Recovery doesn't have anything having to do with restoring user data. Could you tell me exactly what menu option(s) you're referring to?
kzi7 said:
Also thanks again for the advice on Titanium Backup it works good and I really like their use of just being able to restore data. I was looking for just an app, however because I am a Designer by trait I only overlooked their program because I didn't like the icon... silly me.
Sent from my ERIS using XDA App
Click to expand...
Click to collapse
You're welcome. For a long time I swore by My Backup but once Titanium Backup was updated for Gingerbread it actually works better for me than it ever did all the other times I tried it before. Especially with the option in TB's preferences to restore apps to the locations that it backed them up from, since I use Apps2SD to move a lot of my apps to the SD card, so that's just one more thing I don't have to do.
roirraW "edor" ehT said:
If you could bear with me for a little bit longer there's still something I'm missing. Recovery doesn't have anything having to do with restoring user data. Could you tell me exactly what menu option(s) you're referring to?
Click to expand...
Click to collapse
I do like the data restore better on TB and of course MyBackup I did use before but it didn't have the options I was trying to find. Anyways what I did was make a complete system backup using ClockworkMod Recovery, then like I said installed the new version. Booted back to recovery and from the menu:
- backup and restore > - Advanced Restore >
Then I choose my backup "date bla bla"
- Restore data
Thats about it, hope that helps ~ let me know what you think.
I'm lazy, I just overlay my roms each time. I think I've been doing it this round since about GSB 1.6 or 1.7 when I had to do a full wipe because something got glitchy.
Previously when I was on KF, I went quite a while with flashovers.
kzi7 said:
I do like the data restore better on TB and of course MyBackup I did use before but it didn't have the options I was trying to find. Anyways what I did was make a complete system backup using ClockworkMod Recovery, then like I said installed the new version. Booted back to recovery and from the menu:
- backup and restore > - Advanced Restore >
Then I choose my backup "date bla bla"
- Restore data
Thats about it, hope that helps ~ let me know what you think.
Click to expand...
Click to collapse
Ah!!! Okay, I forgot about the Advanced Restore. Interesting! Thanks for explaining.
Ya, it seems to work pretty good, haven't found much wrong with it I do the same as you for the new versions.
1. Make a backup
2. Wipe
3. Install new version
4. Install gapps
5. Boot it
6. Reboot into recovery do the cache2cache
7. Restore data...
kzi7 said:
Ya, it seems to work pretty good, haven't found much wrong with it I do the same as you for the new versions.
1. Make a backup
2. Wipe
3. Install new version
4. Install gapps
5. Boot it
6. Reboot into recovery do the cache2cache
7. Restore data...
Click to expand...
Click to collapse
Thanks for reminding me of that option in CWM.
No problem thanks for giving me your thoughts and knowledge.
Sent from my Eris ADR6200 using XDA App

[Q] How to do restore using bootstrap?

Hey guys, I'm another newbie who F'ed up their phone here to ask for help lol. I tried to do a restore using the system recovery and it froze, I did a batter pull and soft bricked it I guess. I tried doing a sbf, and I couldn't figure it out but my phone just randomly restarted and it seemed like the sbf worked. So I just tried to restore the data only in advanced recovery and I think it is frozen again. Can anyone please explain how to do a proper restore from the bootstrap recovery? Thanks,
CominWitDaSauce said:
Hey guys, I'm another newbie who F'ed up their phone here to ask for help lol. I tried to do a restore using the system recovery and it froze, I did a batter pull and soft bricked it I guess. I tried doing a sbf, and I couldn't figure it out but my phone just randomly restarted and it seemed like the sbf worked. So I just tried to restore the data only in advanced recovery and I think it is frozen again. Can anyone please explain how to do a proper restore from the bootstrap recovery? Thanks,
Click to expand...
Click to collapse
At The Recovery Screen It's Backup & Restore>External SD Card Or Internal SD Card(Wherever You Saved To)>Restore>(Yourfilename). Example: 2011-07-26.23.36.03/
MikeJ92YJ said:
At The Recovery Screen It's Backup & Restore>External SD Card Or Internal SD Card(Wherever You Saved To)>Restore>(Yourfilename). Example: 2011-07-26.23.36.03/
Click to expand...
Click to collapse
That's exactly what I did and now it says
Checking MD5 sums...
Restoring Data...
6860ba6
And the progress bar is just not moving and has not even started to fill in.
Am I just impatient? How long should it take, I gave it 15 minutes before I pulled the battery last time, should I wait longer this time?
Plz help
Sounds Like You Got A Corrupted Backup There. I Would Try Another One Or SBF And Start Over. (It Sucks I Know I've Done It A Dozen Times.)
MikeJ92YJ said:
Sounds Like You Got A Corrupted Backup There. I Would Try Another One Or SBF And Start Over. (It Sucks I Know I've Done It A Dozen Times.)
Click to expand...
Click to collapse
Alright, thanks.
Are You Running A ROM?
MikeJ92YJ said:
Are You Running A ROM?
Click to expand...
Click to collapse
Yes, Affinty.
I'm Working On Uploading The Affinity ROM As A Nandroid File For You To Simply Put On Your SD Card /clockworkmod And Restore Using Mine. Wipe Data/Cache.
Or You've Already Begun The Process Of SBF'ing?
MikeJ92YJ said:
I'm Working On Uploading The Affinity ROM As A Nandroid File For You To Simply Put On Your SD Card /clockworkmod And Restore Using Mine. Wipe Data/Cache.
Or You've Already Begun The Process Of SBF'ing?
Click to expand...
Click to collapse
No, that would be great, thank you!
I'm Uploading The Zip Now. Unzip The File Place Into Your clockworkmod/backup Folder. Perform A Restore Like Normal Before Rebooting Wipe Data/Cache To Be Sure Things Load Smoothly.
Perfect thanks!
Sent from my DROID X2 using XDA Premium App
Ok, do I just did a back up through nandroid to see if I could find a problem, and towards the end, it said something like,
Did not find sdcard-ext
Skipping backup of sdcard-ext
Our something like that, I'm thinking thats a problem, but I have an external sd card.
Sent from my DROID X2 using XDA Premium App
It Says About 15 More Minutes Until Done.
Couple Key Things Here Is That This Is Fully Deodexed. I Switched The vold.fstab File To Switch SD Card. Stock Messaging App Has Been Replaced With CM6's Latest. I'm Pretty Sure All Authentication Services Have Been Deleted.
CominWitDaSauce said:
Ok, do I just did a back up through nandroid to see if I could find a problem, and towards the end, it said something like,
Did not find sdcard-ext
Skipping backup of sdcard-ext
Our something like that, I'm thinking thats a problem, but I have an external sd card.
Sent from my DROID X2 using XDA Premium App
Click to expand...
Click to collapse
I Know What You're Talking About But I Can't Think Off The Top Of My Head. Something Tells Me That Has To Do With MD5 Sums.
MikeJ92YJ said:
It Says About 15 More Minutes Until Done.
Couple Key Things Here Is That This Is Fully Deodexed. I Switched The vold.fstab File To Switch SD Card. Stock Messaging App Has Been Replaced With CM6's Latest. I'm Pretty Sure All Authentication Services Have Been Deleted.
Click to expand...
Click to collapse
I was going to deodex but it seemed too complicated and I didn't know what it did exactly. Do you have super charger script? I know nothing about cm6, but I'll try it, thanks again, your helping me out a lot.
Sent from my DROID X2 using XDA Premium App
CominWitDaSauce said:
I was going to deodex but it seemed too complicated and I didn't know what it did exactly. Do you have super charger script? I know nothing about cm6, but I'll try it, thanks again, your helping me out a lot.
Sent from my DROID X2 using XDA Premium App
Click to expand...
Click to collapse
Yup Super Is In It, You'll Have To Rerun Yours Again Anyways. Speaking Of Scripts I Also Applied The 3G Turbo. The New GPS, Host, And Profile Files Are Also In This.
Here's The Link To Download It.
https://rapidshare.com/files/1324042949/Affinity_ROM.rar
THIS IS NOT MY ROM, THIS IS ONLY MY NANDROID BACKUP.
Wow, I Have Too Much Going On That I Failed To Realize All You Need To Do Is Reinstall The Affinity ROM. If It Doesn't Boot Successfully Then Do A Factory Reset.
I might be confused but it looks like I have to pay to download this?
Sent from my DROID X2 using XDA Premium App
CominWitDaSauce said:
I might be confused but it looks like I have to pay to download this?
Sent from my DROID X2 using XDA Premium App
Click to expand...
Click to collapse
Well You Could Pay And Buy A Membership Totally Up To You
OR
You Could Click The "Free Download" At The Bottom Right.

[Q]Iternal backup location of CWM

hello everyone I have a question, when I made my nandroid backup of my stock rom and the one i'm using now before applying a patch and one after the patch but made the first 2 by mistake to the internal memory of the phone now I want to move them to my PC but i can't find them with root browser(or explorer ) I can see them in CWM when I go in to recovery but I'm not sure were there getting store also being that I made the backups so close together the time stamps on them are really similar and I can't tell which one is the stock and the backup of the new rom is there a way to find out which one is the stock one without having to do a restore
thank you in advances for the help
gozes said:
hello everyone I have a question, when I made my nandroid backup of my stock rom and the one i'm using now before applying a patch and one after the patch but made the first 2 by mistake to the internal memory of the phone now I want to move them to my PC but i can't find them with root browser(or explorer ) I can see them in CWM when I go in to recovery but I'm not sure were there getting store also being that I made the backups so close together the time stamps on them are really similar and I can't tell which one is the stock and the backup of the new rom is there a way to find out which one is the stock one without having to do a restore
thank you in advances for the help
Click to expand...
Click to collapse
Your nandroid backups should be located under... clockworkmod/backup/"YYYY-MM-DD.HH.MM.SS"
Your backup(s) should be in a folder with the format above as in date and time.
Sent from my Galaxy Nexus using XDA
Newer one is on the bottom and older over on top.
Sent from samsung Vibrant
Merio90 said:
Your nandroid backups should be located under... clockworkmod/backup/"YYYY-MM-DD.HH.MM.SS"
Your backup(s) should be in a folder with the format above as in date and time.
Sent from my Galaxy Nexus using XDA
Click to expand...
Click to collapse
thank you for your quike replay, I only see 2 of them and when i go in to CWM if go to restro from internal memory it show 2 but if I go to the sd card it show 1 all with difrent time stamps did I do sometiing wrong?
gozes said:
thank you for your quike replay, I only see 2 of them and when i go in to CWM if go to restro from internal memory it show 2 but if I go to the sd card it show 1 all with difrent time stamps did I do sometiing wrong?
Click to expand...
Click to collapse
If there are multipe folders under "backups" with different time and dates then those will be all the nandroid backups you have made so far with the most recent one being the one with the newest date and time while the old backups are the ones with the older dates. What do you plan on doing? are you trying to restore to stock 2.1?
Sent from my Galaxy Nexus using XDA
Merio90 said:
If there are multipe folders under "backups" with different time and dates then those will be all the nandroid backups you have made so far with the most recent one being the one with the newest date and time while the old backups are the ones with the older dates. What do you plan on doing? are you trying to restore to stock 2.1?
Sent from my Galaxy Nexus using XDA
Click to expand...
Click to collapse
I just want to have them in hand because I'm going to work on my gf phone(also a t959) in case anything goes wrong(I'm not expecting any issue but one never knows) I can send here back to 2.1 while I look for solution
gozes said:
I just want to have them in hand because I'm going to work on my gf phone(also a t959) in case anything goes wrong(I'm not expecting any issue but one never knows) I can send here back to 2.1 while I look for solution
Click to expand...
Click to collapse
Not exactly sure if your phones nandroids will work with your gf's phone. I recommend you create a seperate nandroid on her device just to be safe. Thats if that phone is rooted otherwise disregard what i have said.
Sent from my Galaxy Nexus using XDA
Merio90 said:
Not exactly sure if your phones nandroids will work with your gf's phone. I recommend you create a seperate nandroid on her device just to be safe. Thats if that phone is rooted otherwise disregard what i have said.
Sent from my Galaxy Nexus using XDA
Click to expand...
Click to collapse
I will do that but what difference does it make that fact that is root it or not?
gozes said:
I will do that but what difference does it make that fact that is root it or not?
Click to expand...
Click to collapse
Well if her phone is not rooted there is no way to create or restore the nandroid backup since you do not have CWM installed. Unless you know of some other way to create and restore the backups.
Sent from my Galaxy Nexus using XDA
Merio90 said:
Well if her phone is not rooted there is no way to create or restore the nandroid backup since you do not have CWM installed. Unless you know of some other way to create and restore the backups.
Sent from my Galaxy Nexus using XDA
Click to expand...
Click to collapse
well on mine(that was not root it) I just use CWM zip that was rename to update.zip boot in to recovery reinstall packeges and that will take me in to CWM but it will no be install on the phone but you can still backup and flash from it with out the need for root there a video about it if you whant to see it
gozes said:
well on mine(that was not root it) I just use CWM zip that was rename to update.zip boot in to recovery reinstall packeges and that will take me in to CWM but it will no be install on the phone but you can still backup and flash from it with out the need for root there a video about it if you whant to see it
Click to expand...
Click to collapse
Oh i see now. I Forgot about that. Excellent point but technically you are rooted. That update.zip you flashed in stock recovery (reinstall packages) edited some of the system files on your phone in the process and gave you superuser rights or "root" access. So you are rooted just so you know.
Sent from my Galaxy Nexus using XDA
Merio90 said:
Oh i see now. I Forgot about that. Excellent point but technically you are rooted. That update.zip you flashed in stock recovery (reinstall packages) edited some of the system files on your phone in the process and gave you superuser rights or "root" access. So you are rooted just so you know.
Sent from my Galaxy Nexus using XDA
Click to expand...
Click to collapse
that good to know but the funny part is that it maybe root it but does not show on the phone no ninja or paired android. Btw will superoneclick(i know other ways to get root but that is by far the fastest and I just one to get that part done quick so I can move to backup and flash ) work on 2.2... I told her not to upgrade but she did not lisen to me :-(

Permission error when saving anything to sdcard

I first noticed that when I went to take pictures that a toast message would popup that said something along the lines of "Unable to save file to sdcard due to insufficient file privaleges". Originally I thought it was the Rom at fault which I will leave nameless beings that its occoring with every Rom I've flashed since as well. But only after switching between the 3 Roma I had saved on my sdcard prior to this incident, I tried to download a newer Rom to see if it was a bug that had been fixed but couldn't download anything to my sdcard. The only time I can download is through the market or via adb push so I know the internal storage isn't broken, but not recieving the correct permissions.
Has anyone else experienced this or have a fix because I don't want to bring the phone back "re-locked" and ask for a replacement. But I also do not want to buy a new phone or go through asurion. Thanks in advance and happy hollidays!
Sent from my HTC6435LVW using xda premium
Sjflowerhorn said:
I first noticed that when I went to take pictures that a toast message would popup that said something along the lines of "Unable to save file to sdcard due to insufficient file privaleges". Originally I thought it was the Rom at fault which I will leave nameless beings that its occoring with every Rom I've flashed since as well. But only after switching between the 3 Roma I had saved on my sdcard prior to this incident, I tried to download a newer Rom to see if it was a bug that had been fixed but couldn't download anything to my sdcard. The only time I can download is through the market or via adb push so I know the internal storage isn't broken, but not recieving the correct permissions.
Has anyone else experienced this or have a fix because I don't want to bring the phone back "re-locked" and ask for a replacement. But I also do not want to buy a new phone or go through asurion. Thanks in advance and happy hollidays!
Sent from my HTC6435LVW using xda premium
Click to expand...
Click to collapse
Backup everything from your storage. Go into recovery and format /sdcard. I had the same thing happen. Worked fine after the format and restoring the files.
I'm getting ready to head home so ill do it when I get there. Should I format it in cwmr recovery or through settings just so I make sure I do it the way you did it. Less room for error lol. And thanks a lot I'm really hoping that it helps! I miss having the camera mostly for taking pictures of my 14 month old Son Hambo!
Sent from my HTC6435LVW using xda premium
Sjflowerhorn said:
I'm getting ready to head home so ill do it when I get there. Should I format it in cwmr recovery or through settings just so I make sure I do it the way you did it. Less room for error lol. And thanks a lot I'm really hoping that it helps! I miss having the camera mostly for taking pictures of my 14 month old Son Hambo!
Sent from my HTC6435LVW using xda premium
Click to expand...
Click to collapse
I did it from in CWM recovery.
Flak_Munky said:
I did it from in CWM recovery.
Click to expand...
Click to collapse
Thanks, and That's what she said. . Lol
Edit : when I format my sdcard, will I have to reflash afterwards or will I still have functionality?
Sent from my HTC6435LVW using xda premium
No reflash needed. Just format and reboot.
Flak_Munky said:
No reflash needed. Just format and reboot.
Click to expand...
Click to collapse
Your my hero!
Sent from my HTC6435LVW using xda premium
Still having problems
Flak_Munky said:
I did it from in CWM recovery.
Click to expand...
Click to collapse
How do you do it through TWRP? I'm having this issue and I can't figure out how to get it to go away either.
Thanks!

backup

wipe system
wipe data (no exceptions)
wipe cache
Flash Rom
Reboot
I'm working now to flash rom to the slick rom jb however the wipe data/cache/system has me frightened a bit....been trying to find something to backup this information. Ive gotta be missing something. I to lg's website and downloaded the drivers and lg mobile tool and in the tool I cant find my version of phone to backup? i have titantium backup installed but absolutely no idea how to use it effectively or at all actually....
teach me oh rom guru's?
Do you know what a nandroid backup is?
Sent from my LG-E970 using xda app-developers app
autosurgeon said:
Do you know what a nandroid backup is?
Sent from my LG-E970 using xda app-developers app
Click to expand...
Click to collapse
not a clue but i think i got it
however i always like to learn to whats a nandroid backup?
autosurgeon said:
Do you know what a nandroid backup is?
Sent from my LG-E970 using xda app-developers app
Click to expand...
Click to collapse
Its a backup that will restore you phone to exactly the way it was when the backup was made. The ROM, apps, settings, everything.
Sent from my Optimus G using xda premium
---------- Post added at 07:29 PM ---------- Previous post was at 07:28 PM ----------
Oh and it's done through the backup option in the recovery.
Sent from my Optimus G using xda premium
A nandroid is kinda like making an image of a PC using Ghost (if that helps at all).
You should make a nandroid when:
- You love your build/configuration
- You getting ready to flash a new ROM
- You gonna do anything unfamiliar
It is your way back to a working and configured device.
Ex...
I want to flash romX. Boot into recovery, make a nandroid. Do my wipes. Flash romX. Reboot. Play with new from. Find out I hate romX or its missing a feature I love. Fine. Reboot into recovery restore my nandroid. I am now back where I started...with my phone as it was before I started.
Ti (titanium backup) is a great tool. Yes, it's confusing.
1) buy the pro version...it's worth it
2) don't restore system apps (someone else can perhaps correct me or explain this one)
3) if you move from one aosp rom to another you can restore your user apps and data...this can save you a lot of time.
Oh yeah....ALWAYS keep a good nandroid copy on your computer. If your really frell things up and wipe everything or if the files get corrupt...you will be happy you have it.
Don't feel bad, there has been some weird twist and turns on the dev of this device. It was much easier on my old EVO4G. THE LGOG has confused me several times as well.
Good luck.
Sent from my Optimus G using xda premium
You sir/ma'am are awesome
As well as those above
Sent from my LG-E970 using xda app-developers app
DraginMagik said:
A nandroid is kinda like making an image of a PC using Ghost (if that helps at all).
You should make a nandroid when:
- You love your build/configuration
- You getting ready to flash a new ROM
- You gonna do anything unfamiliar
It is your way back to a working and configured device.
Ex...
I want to flash romX. Boot into recovery, make a nandroid. Do my wipes. Flash romX. Reboot. Play with new from. Find out I hate romX or its missing a feature I love. Fine. Reboot into recovery restore my nandroid. I am now back where I started...with my phone as it was before I started.
Ti (titanium backup) is a great tool. Yes, it's confusing.
1) buy the pro version...it's worth it
2) don't restore system apps (someone else can perhaps correct me or explain things one)
3) if you move from one aosp rom to another you can restore your user apps and data...this can save you a lot of time.
Oh yeah....ALWAYS keep a good nandroid copy on your computer. If your really frell things up and wipe everything or if the files get corrupt...you will be happy you have it.
Don't feel bad, there has been some weird twist and turns on the dev of this device. It was much easier on my old EVO4G. THE LGOG has confused me several times as well.
Good luck.
Sent from my Optimus G using xda premium
Click to expand...
Click to collapse
edit: got it!

Categories

Resources