I am trying to backup a backup to PC and I can't get into the directory. It won't show up in Windows and it isn't an explorable folder in ES:
{
"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 same thing happens with Philz.
Any ideas?
I found this tip if anyone else is encountering the same issue:
The magic trick turns out to be that you have to boot into TWRP and then plug the Nexus 5 into your Windows computer, at which point the MTP connection with TWRP will make that folder accessible in Windows Explorer.
Click to expand...
Click to collapse
From: http://androidforums.com/threads/twrp-lollipop-and-the-nexus-5.883331/
Some other information on the topic in that thread. Apologies if linking to a non-xda is a nono.
My TWRP folder appeared once I made a backup. Before that, I just accessed it in recovery.
Sent from my Nexus 7 using Tapatalk
Related
Is it possible to rename your backups using NAN? I have backed up using NAN like six times ( cuz evryone always says backup backup backup) But now when i want to restore a backup i get a list of numbers that i assume are dates? Any help thank you in advance
Try using this button sometime
{
"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"
}
its the date and time. Honestly it was obvious the first time i looked at it.
BCDES-20100716-2119 = July 16th, 2010 @ 9:91PM
Yes, it is possible to rename your nandroids. Just mount your sdcard to the pc and navigate to the nandroid folder.
Every now and then, I get a series of folders which look similar to other folders copied but with the front of the folder's name replaced by the symbol seen below. When they appear, I cannot delete them from a PC, but can use any file manager on the phone to delete them from the internal memory. Any ideas? They're always empty. Because of the "~1" at the end of folders, it leads me to believe that maybe my PC is doing this...?
{
"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"
}
Hello fermunky.
I have the same problems with my netbook. Nobody, also no one from friends, could help still now.
Hope also that there's someone with the right tip...
Send with tapatalk 2
Are you using u Torrent?
hello guys i have a problem with ota trough adb, im already installed latest drivers from adb, intel and asus and my pc still doesn't recognize my zf2 and also debug its on
{
"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"
}
any advice will be more than welcome
Thanks
Enviado desde mi ASUS_Z00AD mediante Tapatalk
Does it show up in device manager?
Either as Z00x (where x is your version), or as Android Device?
There is another way to do an ota if you have stock recovery. Change the name of the file to "MOFD_SDUPDATE.zip" and place it on you external sdcard and boot to recovery and watch it automatically install.
use this adb tool https://www.androidfilehost.com/?fid=95784891001607611
Hello,
unfortunately the screen of my Mi 10 T Pro 5G is totally cracked in 1000 pieces and it cannot be used to operate the phone any more. Now i want to backup data from the device using adb commands. However, "adb devices" does not find anything...
I tried to get rid of usb drivers of other android phones and eventually i installed the miflash tool because (as far as i know) it contains the correct usb drivers.
USBDeview shows the following relevant entries now:
{
"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"
}
Also, Windows seems to recognize that the phone has been connected:
But adb still does not list the phone.....
Is anybody able to help, please ?
Regards,
Holger
How can i create a directory in the root/sys/module path ? I have tried many ways but still no success, even though the device is rooted
{
"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"
}
duongtulap said:
How can i create a directory in the root/sys/module path ? I have tried many ways but still no success, even though the device is rootedView attachment 5859329
Click to expand...
Click to collapse
You can't. It becomes protected after boot which is why you use magisk modules to do modifications in root prior to a full boot. I think this change happened in Android 10? Don't quote me on that.