TWRP Backups with extended storage? - Barnes & Noble Nook Tablet

I've just tried to do a backup on my NT running AOSP 7.0. I have TWRP 3.0.2-0 in emmc.
The first attempt I tried to go to the "external SD" card since there is lots of room there. Everything seemed to go just fine although I thought the backup size was a bit small, just over 2 gb. On reboot I could not find the backup anywhere. I tried ES File Explorer and the native File Explorer. No sign of anything like "/external_sd/TWRP/Backups/" etc., and no sign in ES File Explorer that another 2 gb chunk was occupied by something.
So I went back into TWRP and looked at the File Manager there. Not only could I not find evidence of the backup but every folder listed showed as empty! Well, I think TWRP is often very squirrely, so I was not too worried about that. I went to try another backup and saw that by the mysterious accounting of TWRP, I had about 2 gb less storage space on the "micro SD card" than before I tried the first backup. Hmm..... When I tried a second backup, it failed, stating there was no space (despite there being over 13 gb). Finally, I decided to try a backup to internal. This went just fine, but the folder for storage of the backup was supposed to be something like "/emmc_unused/TWRP/Backup/" etc., and--you guessed it, was not visible in any file manager of any sort.
After a reboot I went back into TWRP and to my horror now the internal storage shows about 2 gb less!!!!!! ARGH! Where are these files that are taking up space but nowhere to be found?!
Edit: AHA! Is there a manual somewhere for TWRP? This time I tried "Mount" for internal. Very strange. There is a screen to select what to "mount", but not a button or something to say "now do it!". Anyway, once I did that, I was able to see both of the mysterious locations mentioned above and delete both backups, freeing up the 2 gb in each "location". But I still have no idea how to make a backup and put it somewhere I can actually get at it. I generally off-load backups and store them on my PC.

nmyshkin said:
I've just tried to do a backup on my NT running AOSP 7.0. I have TWRP 3.0.2-0 in emmc.
...
But I still have no idea how to make a backup and put it somewhere I can actually get at it. I generally off-load backups and store them on my PC.
Click to expand...
Click to collapse
Have you tried using a PC sdcard reader to read the sdcard?
I have had problems finding/accessing from my PC some of the files on my HD+ that I had created while I was using terminal emulator (which I suspect having to do with file ownership and access permission setting but which I have not found a solution for), but I have always been able to read and copy CWM/TWRP backup files on sdcard by using a card reader.

digixmax said:
Have you tried using a PC sdcard reader to read the sdcard?
I have had problems finding/accessing from my PC some of the files on my HD+ that I had created while I was using terminal emulator (which I suspect having to do with file ownership and access permission setting but which I have not found a solution for), but I have always been able to read and copy CWM/TWRP backup files on sdcard by using a card reader.
Click to expand...
Click to collapse
The OS warns that the SD card will become encrypted and unreadable by external means if you choose to extend the memory rather than using the card in the traditional format. So, no, you can't just pop it out and read it on a PC.
The really confounding part is that even a backup saved to internal cannot be copied off. The directory seems to be invisible to everything but TWRP.
Really feeling buyers remorse on that decision but I'm afraid of the damage if I revert the card. I can backup content I've stored there but there's no way to know how much the OS has placed there. All that would be lost and some apps might be messed up. Ugh.

Related

Nandroid backup

Hy guys, there is something I dont understand about nandroid. I flashed my rom, kernel, downloaded apps, change setting, homescreen etc. and now i would like to back it up exactly as it is. I read that nandroid is best for that but it doesnt backup sd card? whats up with that. I look at my sd card with root explorer and there are many folder and files that were made by apps when they were insteled on the phone.Does it backup that also? Also i have many apps, apps2sd, will it make backup of them also?
It won't back up your entire phone onto your phone. It would get really big with all the music, videos, etc, that a person might have. If you have your external card mounted then you can attach via a USB cable to your computer then either with adb or with a file manager copy all of /mnt/sdcard youlle get the important things that nandroid does not. The exception I can think of is that it doesn't seem to back up your modem firmware, so if your partial to a particular one then just have it as a flashable file.
Ok, thanks, so it doesnt backup internal sd card because someone told me yesterday that it does? If i copy the entire sd card to PC and latter copy it back to mobile like that will it work. First i recover nandroid backup, than i format internal sd card and than copy all the files back to sd card.
A Nandroid backup will copy a lot, but it can't copy everything or there wouldn't be room on the device for it to be practical. It is quite supprising how much it will keep; it just isn't a complete backup solution is all.
Addressing your question though, as for copying the entire sd card, you really only need to copy the folder /mnt/sdcard or /sdcard ; the latter is a symlink to /mnt/sdcard
If you try to copy your entire sdcard then it is possible to end up with data from partitions that will take forever to copy and that you really don't want, for example /proc on the phone is just kernel information that doesn't even exist when the phone is turned off. To keep things simple, everything is part of the ROM and kernel except for /mnt/sdcard and in the case of and external sd card, /mnt/sdcard/external_sd but the latter (/mnt/sdcard/external_sd) will be copied along with the first one provided it is mounted when you do it.
The only other exception to what needs to be backed up is a partition called /efs and there are various tutorials with various methods about how to do that. I would follow one of them rather than just copying the data out as its a partition that holds unique information about the phone that it can't function with if it gets messed up. This is more immediately important and I think there's quite simply some apps that will do it for you if you look at the sticky threads here. The files will be on your phone though so you'lle want to pull them off on to your computer for sure.
As for your friend's advice, though, you won't typically ever need more than a Nandroid backup unless something happens to that other data, for example if there's filesystem corruption. If you do a restore of your ROM then it still retains all your music and photo goodies or whatever, app settings get wiped though where they are retained with Nandroid. The only thing that I'd worry about is if the impending update to Ice Cream Sandwhich somehow wipes suff, or if you play around at the command line a lot make a mistake unintentionally. If it weren't for the updates and beta ICS releases we're seeing then I'd simply be telling you not to worry about it, but to back things up and be done with it.
By the way, doesn't Kies back things up? I don't have it so I don't remember but it seems like that's how I initially got things onto it and that it has a sync option. Perhaps this is enough?....
Igor 3 said:
Hy guys, there is something I dont understand about nandroid. I flashed my rom, kernel, downloaded apps, change setting, homescreen etc. and now i would like to back it up exactly as it is. I read that nandroid is best for that but it doesnt backup sd card? whats up with that. I look at my sd card with root explorer and there are many folder and files that were made by apps when they were insteled on the phone.Does it backup that also? Also i have many apps, apps2sd, will it make backup of them also?
Click to expand...
Click to collapse
Man just do the backup and don't worry about the sd card files/folders. The reason it doesn't back them up is because they stay there anyway. Eg, if you uninstall an app, a folder that was created by it on your sd card is still there. Flashing firmware, including wipe versions doesn't touch the 11.5gb internal storage or external storage.
BTW, most of my internal sd card is used up and 25gb is used up on my external card. If the backup was to include those a 64gb memory card wouldn't be enough.
Between the S1 and S2 I've backed up and restored over 100 times, including after fully wiping the phone (but not formatting sd cards) and the phone always looks and functions exactly as before, including apps.
So, only copy memory card files to PC if you intend to format the internal / external cards or if you are worried you might lose stuff if the memories become corrupted.
Sent from my GT-I9100T
Thanks guys for you help. I dont use Kies also so i dont know and, yes, i format sd card before flashing every rom so i would probably format it also before making restore of nandroid backup. Also when i delete some app a delete a folder created by it on sd card. OK, than i will make a nandroid backup and copy mnt/sdcard on PC so if it ever gets corupted i can restore everything. As for efs folder, Neak kerenl made a backup of that automatic so i just made a copy of that on PC.
Every so often I go though the folders on the sd cards and clean them up a little but I have never formatted the sd cards. I don't really think you should do it with every flash.
Sent from my GT-I9100T

Accidentally deleted sdcard folder!

So I was cleaning up in Windows Explorer some junk and photos from my phone. I saw an empty folder and deleted it, it was the only folder so I then, without thinking, deleted it's parent folder sdcard. I caught myself right away actually reading the name of the folder and tried Control+Z for undo delete immediately but it's not a command that works while browsing on the DNA in Windows. I should of immediately unplugged my phone, but was trying to just undelete the folder.
So no I sit here trying to figure out if there's any hope at all for my Droid DNA and all the pictures that I hadn't saved onto my PC yet. I've tried running various recovery programs, I have the full version of Easus Data recovery, but no recovery software recognizes the phone as a drive.
I have twrp but no backups. I know as I use the phone the files are being overwritten, but is there any Droid DNA specific recovery program I can use to retrieve my pictures?
Also I have a bootable FatDog64 linux that I could use if there are recovery programs I could use in a Linux environment.
Anything is appreciated.
Thanks
How about booting into the bootloader, then make the sdcard folder (it might be a symbolic link, please correct me if I'm wrong) using adb.
Sent from my HTC6435LVW
wakkadojo said:
How about booting into the bootloader, then make the sdcard folder (it might be a symbolic link, please correct me if I'm wrong) using adb.
Sent from my HTC6435LVW
Click to expand...
Click to collapse
But that wouldn't repopulate the old contents of sdcard. I'm looking for something like a recycler folder where I can undelete the folder. Although I think I had too much to be able to do that. The crappiest part is I have a large range of tools for recovery, but the Droid DNA's internal SDcard doesn't act like a drive in any way.
I have Windows 8 and it reads my DNA as a portable device. Can you not use your recovery program(s) by right clicking on the "sdcard" (mine calls it "internal storage" and opening you recovery program that way and then try to recover your pictures?
Unfortunately there's no way to recovery the images if you deleted them. If it was a corrupted storage there might've been some hope but in this case I'm sorry there's not.
I believe there is a app that you can download and is supposed to work like you want to recover things that have been deleted but you must be rooted. I can't remember the name of the app though.
Edit: I found 2 the first one seems better and more towards what you want. Also not sure if it works since I've never used it but reviews seem to say it works.
Hexamob Recovery Pro:
https://play.google.com/store/apps/details?id=com.hexamob.hexamobrecoverypro
Android Recycle Bin:
https://play.google.com/store/apps/details?id=com.hexamob.androidrecyclebinpro
Sent from my 5 Senses of DNA
same problem here
i am facing the same problem with my vivo v7+ phone. I deleted a folder named "SDcard" on internal memory and just thereafter everything on my internal memory vanished away in a blink. Send me some solution. I am also unable to root my Vivo V7+
Did you find a solution to this? I also deleted the sdcard folder by mistake and lost
Did you find a solution to this? I came across a similar problem

[Q] TWRP help on Nabi 2

I have a Nabi 2 that was rooted almost a year ago to gain access to the Google Play store.
My needs have changed since then and I wanted to restore it to factory settings.
The original root was performed by a friend that I am no longer in contact with.
If I boot normally the Nabi is stuck here:
View attachment 2661205
I have managed to get it to boot to TRWP by pressing the power and + keys. I see this:
View attachment 2661206
There are no images to "restore" under the restore tab. This is what I see:
View attachment 2661207
I am hoping someone can provide me with a kernel file or some tips on how to restore the machine to it's 'out-of-the-box' configuration.
I want to donate this device to a young child and need to get it back into a kid friendly mode.
Any help really appreciated.
There is a lot of info here that can help get you going .
http://forum.xda-developers.com/wiki/Fuhu_nabi_2
after you get it going make a back up and STORE the back up on the pc would be my suggestion .
Parts you might have questions about feel free to post
include as much info as you can as this can help make it easier to understand the problem
IE,
TWRP Recovery installed 2.xx
I am on Version 2.3.xx release keys
ect
hth
Eric Karz said:
There is a lot of info here that can help get you going .
http://forum.xda-developers.com/wiki/Fuhu_nabi_2
after you get it going make a back up and STORE the back up on the pc would be my suggestion .
Parts you might have questions about feel free to post
include as much info as you can as this can help make it easier to understand the problem
IE,
TWRP Recovery installed 2.xx
I am on Version 2.3.xx release keys
ect
hth
Click to expand...
Click to collapse
I think if I understand correctly, I should be able to restore the factory image using the restore function of TWRP.
In my case there is no backup there for me to utilize.
I put some files on a 16Gb sd card to see if the restore function would see them but it still shows up blank.
I checked the box that says "mount SD card" but I do not see the files.
I am sure it it something I am doing wrong.
I have posted pictures of what I see.....just in case I am not describing it correctly.
Thanks!
see if you have a system folder
in twrp -under mount, put a check in system
then back out of mount
now click on Advanced/file manager/
Scroll down to Sytem - tap it to enter it .
IF you can see that its still in tact then try factory reset
Factory Reset is under the WIPE menu .
Eric Karz said:
see if you have a system folder
in twrp -under mount, put a check in system
then back out of mount
now click on Advanced/file manager/
Scroll down to Sytem - tap it to enter it .
IF you can see that its still in tact then try factory reset
Factory Reset is under the WIPE menu .
Click to expand...
Click to collapse
Thanks for your help...
I found the folder SYSTEM and clicked on it.
I do not see any files on the right side and I only another folder called LOST+FOUND on the left side.
If I enter LOST+FOUND I also see no files on the right.
Can I copy the required files into the SYSTEM folder from a SD Card?
generatorlabs said:
Thanks for your help...
I found the folder SYSTEM and clicked on it.
I do not see any files on the right side and I only another folder called LOST+FOUND on the left side.
If I enter LOST+FOUND I also see no files on the right.
Can I copy the required files into the SYSTEM folder from a SD Card?
Click to expand...
Click to collapse
in Twrp restore you can pick just system to restore
just make sure that "SYSTEM' is the only thing with a checkmark
Eric Karz said:
in Twrp restore you can pick just system to restore
just make sure that "SYSTEM' is the only thing with a checkmark
Click to expand...
Click to collapse
When you say use TWRP RESTORE you are talking about the button on the home screen labeled RESTORE right?
If I go into RESTORE as described above I have the option of using EXTERNAL SD or INTERNAL STORAGE.
No matter which I choose there is nothing showing up in the PACKAGE TO RESTORE area.
The last picture in my original post shows exactly what I see when I go into RESTORE.
It is like the a backup was never done or somehow got erased.
Any ideas?
Thanks Eric
generatorlabs said:
When you say use TWRP RESTORE you are talking about the button on the home screen labeled RESTORE right?
If I go into RESTORE as described above I have the option of using EXTERNAL SD or INTERNAL STORAGE.
No matter which I choose there is nothing showing up in the PACKAGE TO RESTORE area.
The last picture in my original post shows exactly what I see when I go into RESTORE.
It is like the a backup was never done or somehow got erased.
Any ideas?
Thanks Eric
Click to expand...
Click to collapse
what I was saying is that if you download something from the wiki like 1937 put that TWRP back up on your External SD card inside of the TWRP folder
then use the Restore function in TWTP.
it will show up along with data boot system etc.
you can just Restore system .
use your pc. place the back up on ext sd card .when finished place the external sdcard back in to nabi.
then boot in to twrp /use Restore and you should see it.(just checkmark system ) swipe to do the function
exit and reboot nabi
hth
Eric Karz said:
what I was saying is that if you download something from the wiki like 1937 put that TWRP back up on your External SD card inside of the TWRP folder
then use the Restore function in TWTP.
it will show up along with data boot system etc.
you can just Restore system .
use your pc. place the back up on ext sd card .when finished place the external sdcard back in to nabi.
then boot in to twrp /use Restore and you should see it.(just checkmark system ) swipe to do the function
exit and reboot nabi
hth
Click to expand...
Click to collapse
I am sorry I sound like such a tool. A lot of this stuff is very unfamiliar territory for me.
Here is where I at:
I downloaded 1937stock.zip
I placed a copy on the SD card and copied that to the SYSTEM folder.
Went into RESTORE and did not see anything pop up.
Then I unzipped the file and copied those individual files to the SYSTEM folder and the same result.
Then I looked at your post again and it said put it in the TWRP folder.
Where is the TWRP folder? Should it be in the root folder?
The only place I saw a TWRP folder is within another folder called SDCARD. That folder can be seen from the root folder. However the contents of that folder change depending on what mount options are selected.
I am a little confused here about mounting and the folders named EXTERNAL_SDCARD and SDCARD.
Can you enlighten me a little on the difference between these two?
Should the 1937stock.zip file remain zipped or do I have to break the files out individually when restoring them?
And finally where should the TWRP folder you mentioned be located?
Thanks!
Think of Twrp restore function as a windows restore point
think of internal sd as widows primary hard drive(main OS is here)
think of External sd as a windows hard drive 2
you do not want to copy anything to system. you want to let TWRP do it for you .
1st thing you want to do is Extract the zip to the pc desktop in its own folder
then take the folder from the desktop and place it on the External sd card
then place the EXT.sd card in to the nabi2
Boot nabi in to twrp
click on Restore
here is a example of how it should look on the External sd
/twrp/backup/FOLDER TO RESTORE HERE
if you look in restore you will see the option for twrp to look at internal or xternal sd card for the back up .
Eric Karz said:
Think of Twrp restore function as a windows restore point
think of internal sd as widows primary hard drive(main OS is here)
think of External sd as a windows hard drive 2
you do not want to copy anything to system. you want to let TWRP do it for you .
1st thing you want to do is Extract the zip to the pc desktop in its own folder
then take the folder from the desktop and place it on the External sd card
then place the EXT.sd card in to the nabi2
Boot nabi in to twrp
click on Restore
here is a example of how it should look on the External sd
/twrp/backup/FOLDER TO RESTORE HERE
if you look in restore you will see the option for twrp to look at internal or xternal sd card for the back up .
Click to expand...
Click to collapse
I did exactly as you spelled out above. Unzipped 1937stock and put the files in a folder on the SD card that looked like this /twrp/backup
I verified the contents of the SD card while in my PC. It had 9 files in it. 2 boot* files, 2 data* files, 3 recovery* files and 2 system* files.
I put the SD card in the Nabi, made sure SD card was mounted and again verified contents of EXTERNAL_SDCARD with File Manager.
The files were all visible with the File Manager.
When I go to RESTORE it still shows up blank. If I click either internal or external storage, it makes no difference.
It is almost though RESTORE is looking for the files in a completely different path.
The only options in the RESTORE function are the sort buttons on the bottom of the screen and the two radio buttons on the top for internal or external storage.
Can I move the folder from the SD card to internal storage?
Would it make a difference?
What is the default path TWRP uses if internal storage is selected?
Or is the box on RESTORE screen supposed to populate with a tree that I can navigate to a specific folder?
For me it is just plain blank no matter what I press.
Similar to the picture in my first post.
Your instructions seem pretty straight forward. I double checked my steps but no dice.
Any ideas?
Thanks
generatorlabs said:
I did exactly as you spelled out above. Unzipped 1937stock and put the files in a folder on the SD card that looked like this /twrp/backup
I verified the contents of the SD card while in my PC. It had 9 files in it. 2 boot* files, 2 data* files, 3 recovery* files and 2 system* files.
I put the SD card in the Nabi, made sure SD card was mounted and again verified contents of EXTERNAL_SDCARD with File Manager.
The files were all visible with the File Manager.
When I go to RESTORE it still shows up blank. If I click either internal or external storage, it makes no difference.
It is almost though RESTORE is looking for the files in a completely different path.
The only options in the RESTORE function are the sort buttons on the bottom of the screen and the two radio buttons on the top for internal or external storage.
Can I move the folder from the SD card to internal storage?
Would it make a difference?
What is the default path TWRP uses if internal storage is selected?
Or is the box on RESTORE screen supposed to populate with a tree that I can navigate to a specific folder?
For me it is just plain blank no matter what I press.
Similar to the picture in my first post.
Your instructions seem pretty straight forward. I double checked my steps but no dice.
Any ideas?
Thanks
Click to expand...
Click to collapse
lets try this
check an make sure that the External SD card is formatted in fat32
you can use the pc to do this
now place the External SDcard back in to the nabi
boot in to Twrp and choose the BACKUP function make sure that it is going make the backup to the external s card.
(the goal is to see if twrp is working)
IF this works then you should see a new TWRP folder on the external SD card
now go back in to RESTORE to see if you can see the back up you just made to your External sd card.
ps: yes you can move the TWRP folder to the internal sdcard if you wanted
Twrp will work from both Sdcards
Eric Karz said:
lets try this
check an make sure that the External SD card is formatted in fat32
you can use the pc to do this
now place the External SDcard back in to the nabi
boot in to Twrp and choose the BACKUP function make sure that it is going make the backup to the external s card.
(the goal is to see if twrp is working)
IF this works then you should see a new TWRP folder on the external SD card
now go back in to RESTORE to see if you can see the back up you just made to your External sd card.
ps: yes you can move the TWRP folder to the internal sdcard if you wanted
Twrp will work from both Sdcards
Click to expand...
Click to collapse
Ok you are 'da' man....good plan of attack.
I formatted the card, fat 32, just to be sure.
Put card in Nabi booted and mounted SD Card
Ran backup and it did create files on the card.
It also created a timestamped folder
I assume you want me to replace all those files with the file from the stock zip package correct?
I did replace all the files in that backup folder with the files from the stock package in preparation.
I do not want to proceed until you let me know if I can pull that trigger.
I am only committing the SYSTEM files?
Do I leave DATA & BOOT unchecked?
Does this process remove TWRP and make it completely stock? That was my goal.
If I do get back to stock will I then be able to participate with the regular OTA updates that I read will bring the Google Play store on the device natively?
Thanks for your continued and rather quick responses! :highfive:
generatorlabs said:
Ok you are 'da' man....good plan of attack.
I formatted the card, fat 32, just to be sure.
Put card in Nabi booted and mounted SD Card
Ran backup and it did create files on the card.
It also created a timestamped folder
I assume you want me to replace all those files with the file from the stock zip package correct?
I did replace all the files in that backup folder with the files from the stock package in preparation.
I do not want to proceed until you let me know if I can pull that trigger.
I am only committing the SYSTEM files?
Do I leave DATA & BOOT unchecked?
Does this process remove TWRP and make it completely stock? That was my goal.
If I do get back to stock will I then be able to participate with the regular OTA updates that I read will bring the Google Play store on the device natively?
Thanks for your continued and rather quick responses! :highfive:
Click to expand...
Click to collapse
1st I would want you to keep a copy of that back up you just made on your pc <just incase we need something from it in the future>
Also keep it on the SDCARD
on your pc find that TWRP folder you just made
and add the folder you first tried to it
Example TWRP/BACKUP/BACK UP UP I MADE
TWRP/BACKUP/The one I downloaded
put card back in nabi boot to twrp
go in Restore and look for "the one I diownloaded" folder
uncheck all except system
swipe for the function to work
then it should ask you to REboot
Fingers crossed GOOD luck ..lol
Edit We will want it to update by its self
As of now you have a ICS(ice cream sandwich version of android) Currently we are up to jellybean 4.1.1
the tricky part for me was going from ICS to JB because I had missing Files that it wanted to update
also the Boot and Recovery is Diffent between the 2.
Eric Karz said:
1st I would want you to keep a copy of that back up you just made on your pc <just incase we need something from it in the future>
Also keep it on the SDCARD
on your pc find that TWRP folder you just made
and add the folder you first tried to it
Example TWRP/BACKUP/BACK UP UP I MADE
TWRP/BACKUP/The one I downloaded
put card back in nabi boot to twrp
go in Restore and look for "the one I diownloaded" folder
uncheck all except system
swipe for the function to work
then it should ask you to REboot
Fingers crossed GOOD luck ..lol
Click to expand...
Click to collapse
Dude your killing me....I did what you said above and rebooted and BOOM!
IT WORKS AGAIN!
It went through the OUT OF THE BOX setup. Yes!!!......BUT there is one big problem.
It will not see my wifi card.
If I try to turn on wifi via the nabi control panel it just stays off. The on screen switch appears to work but if I navigate to another screen and then back the switch is marked OFF again. No AP's show up in the access list.
Do I have to install a patch?
I noticed that TWRP is still installed.
And Thank you a million times over for getting me to this point!
before We mess with the wifi - some things to try
Are you broadcasting SSID? Wifi protected set up ?
Un power your router wait 1 minute then Repower it.
If that's not it then
Reboot in to TWRP
go in to wipe
only wipe*
cache and dalvik cache -* Nothing Else *.
Reboot nabi
Eric Karz said:
before We mess with the wifi - some things to try
Are you broadcasting SSID? Wifi protected set up ?
Un power your router wait 1 minute then Repower it.
If that's not it then
Reboot in to TWRP
go in to wipe
only wipe*
cache and dalvik cache -* Nothing Else *.
Reboot nabi
Click to expand...
Click to collapse
No success. I have a number of AP's beside my own in this area that I can usually see.
I even turned on the hotspot on my phone and placed it very close and it could not pick that up either.
The on screen wifi switch behavior is still the same.
Did the two cache wipe things as well and no luck.
Should I have chosen a different stock***.zip? I see the Wiki has about 10 different flavors under the STOCK section.
generatorlabs said:
No success. I have a number of AP's beside my own in this area that I can usually see.
I even turned on the hotspot on my phone and placed it very close and it could not pick that up either.
The on screen wifi switch behavior is still the same.
Did the two cache wipe things as well and no luck.
Should I have chosen a different stock***.zip? I see the Wiki has about 10 different flavors under the STOCK section.
Click to expand...
Click to collapse
ok one more thing to try .
in TWRP go in Restore
and only Choose "Boot"
swipe to restore that function.
Reboot the nabi
check if wifi is working
Eric Karz said:
ok one more thing to try .
in TWRP go in Restore
and only Choose "Boot"
swipe to restore that function.
Reboot the nabi
check if wifi is working
Click to expand...
Click to collapse
Sorry man, no dice
It is doing the same thing. When you go to switch the radio on, a dialogue box come up that says "Please wait while loading", with a round swirly thing spinning. It looks like it is trying to initialize something but when the dialogue box closes I don't see AP's. Funny thing is the bluetooth radio switch stays on while the wifi switch will not.
ok Reboot to TWRP
go to mount
choose data - then back out
go in to Advanced/filemanager
then click on data then misc
then go to wifi
on the right you will see wpa_supplicant.config
tap it
on next screen choose Rename File
on next screen type .bak
so it looks like this
wpa_supplicant.config.bak
hit enter on the screen keyboard
next screen
Swipe to confirm
Reboot the nabi .
check to see if wifi works

[Q] Problems creating/copying files

I'm using a Sero 7 Pro with dolorespark's ROM http://forum.xda-developers.com/showthread.php?t=2709243 but I suspect the issues I'm having are nothing to do with the ROM, so I thought I'd ask if anyone has any ideas.
As I encrypt my devices I can't make Nandroid backups from recovery, so I use Online Nandroid Backup which lets me make CWM or TWRP backups. I've never had any problems before but now I'm unable to create the backup to my external SD. It seems to work normally but at the end of the log it shows "Error: Could not change to /mnt/sdcard2/clockworkmod/backup/2015-06-20.01.00.27. Exiting...exitcode [07]". If I make the backup to the internal SD instead it works fine but obviously that's unavailable from recovery, so it's not much use having the backup there.
So then I tried to copy it using ES File Explorer from the internal to external SD but whilst that appears to work, when I check the destination folder in ES it only shows recovery.log and if I check it from my PC it shows more files but only totalling 251MB, when the backup is actually 1.3GB.
I also found that accessing the tablet from my PC, the TWRP folder (after I made a TWRP backup) didn't appear in the folders listed, although it was fine in ES. That issue seems to be fixed after rebooting both my PC and tablet however.
Then I tried to copy the TWRP folder to my PC from Windows Explorer but that errored out and the only way I seem to be able to copy files from the internal SD to my PC is to use ES to transfer them over the Wifi with the LAN, which is obviously much slower than using USB.
So at the moment, to copy files from the internal to external SD, I have to copy them to the PC over the Wifi using ES and then copy them from the PC to external from Windows Explorer, which is rather long-winded and slow. Any ideas what could be causing these problems?
I update to DopA v2.7 which didn't fix the problems , other than that I was able to copy the clockworkmod backup from internal to external SD.
So I flashed back to stock ROM and that fixed the problem with Online Nandroid Backup, which now shows the Required Space when running the backup (before that line showed no value) and I can successfully make the backup to the external SD. However the problem with not being able to see certain files/folders in Windows Explorer persists though, so the backup I just made to sdcard1/clockworkmod/backup/date_time is not visible but the subfolders/files for the previous backups I made do appear and although I just made a backup to the internal SD, no clockworkmod folder shows at all for that in Explorer but does in ES.
So I might as well flash back to DoPA v2.7 but if anyone can help with the problems with not being able to see folders/files in Windows Explorer please let me know.

twrp (2017 version 18) Restore - files visible only in file manager (Galaxy Note II)

Not my first root and custom ROM install but first one in 4 years. Much has changed...
So, I installed TWRP backed up and installed Nougat. Now I'm trying to revert back to my original system but twrp shows only storage media Internal/external with small sizes and no content. However, in twrp file manager I can see all the folders and files in both internal and external sd card.
I had made a full backup of original Android 4.4.2 (~6GB) with latest twrp (18) that I stored on my external sd card (see screenshot, I hope everything is there!).
What do I need to do to be able to see the relevant file(s) for restoring?
I also have adb installed and it sees my Note II alright but I have no idea how I can use it to make twrp see and restore to my previous state.
If you can help please bear in mind that I'm not very familiar with most of the current developers stuff. Thanks.
If there's a problem with restoring from what I have, I would do a factory reset as I have also saved my most important files separately. I am reluctant though as I have read too much about bricking the phone doing that. Pointers?
Do I have a valid twrp backup in the first place?
This is the page whose instructions I followed. https://www.androidexplained.com/move-twrp-backup/
I backed up directly to external sdcard where a twrp folder with subfolder backups was created. I never had a path with media/0 something that I see people talking about to restore from.
Can somebody please confirm that I have a full backup according to the screenshot I did?
Ah well, live and learn. Just to say that I'm not the only with this problem and it's not phone related either. People with this problem post all over the net! However, iIt looks as though there is no real solution. I would have expected to have a full restore when I hit the backup button in TWRP! This is total BS!
I NEVER had any probs with CWM in the past and I tried a lot of Custom ROMs. It's a pity it's discontinued.
TWRP for your phone doesn't support restoring from external SD cards? That would be odd. I've always found TWRP to be vastly superior to CWM and have installed it on dozens of phones. Why not just move the subfolders to the TWRP folder on the internal storage? The main cause of this isn't the recovery as much as Samsung incorrectly namied the different partitions vs the way Google and custom roms based off of AOSP / CM / etc.
OK, I did the following: took another external SD card and formatted it in the phone. Did another backup with twrp. Uploaded my first backup into the same folder on SD card. Booted into twrp, wiped, and voilá, I found backup folder.
Was able to restore and it looked ok BUT! after seconds the apps one by one started stopping. Now I am in a bootloop with all the apps stopping. I can't get to anywhere.
So much for a "smooth" TWRP backup.
ETA: Finally, I also wiped internal storage and am back to factory settings. Thank god I had the sense to save important folders separately. It's really really important to chose more than one way to backup your files (I also did a myphone explorer backup before the twrp one).

Categories

Resources