Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hey brother,Sorry for making two threads in one day, but can someone explain to me how to use TWRP's USB OTG feature? Being able to back up to something like my PC sounds like a great idea, especially since the N4 doesn't have a SD card.
Everything jmartino said will work; however, I couldn't get the TWRP usb otg to work on the Nexus 4 even with the working usb otg kernel or the Galaxy Nexus that does support usb OTG. I could be missing the right connection, but nothing I tried (mount, choosing back-up location)it would not allow usb-otg to be chosen. When I tried to fix permissions, the message said usb_otg could not mount.Sorry for making two threads in one day, but can someone explain to me how to use TWRP's USB OTG feature? Being able to back up to something like my PC sounds like a great idea, especially since the N4 doesn't have a SD card.
Everything jmartino said will work; however, I couldn't get the TWRP usb otg to work on the Nexus 4 even with the working usb otg kernel or the Galaxy Nexus that does support usb OTG. I could be missing the right connection, but nothing I tried (mount, choosing back-up location)it would not allow usb-otg to be chosen. When I tried to fix permissions, the message said usb_otg could not mount.
FWIW, you can also use the SMB/Network/LAN feature of many file managers to move files without the usb computer connection.
If someone figures this out, we who haven't would like to know.
EDIT: This works on the Nexus 7 so I have to assume it only works on devices that have usb otg support out of the box.
2. adb pull: If you are familiar with how command line works this is just as easy.
a) Open a terminal (for Windows, make sure to open it as an Admin) and plug in your device. You will need USB debugging on.
b) cd to your platform-tools directory or where ever your adb utility is located.
c) For PC type: adb pull /data/media/0 \your preferred directory\
The output in terminal should be a line itemization of each file as it moves and should end with the number of files moved and the time it took to perform the file copy.
jmar