Changes

Jump to: navigation, search

B2G/QA/Tips And Tricks

872 bytes added, 09:23, 21 October 2013
Helix internal storage
== Helix internal storage ==
If you have an SD card in the device, the internal storage will be at /mnt/sdcard2/screenshots. Or you can follow the steps below to find the internal/external storage mapping.* Start a remote shell in your phone $ adb shell* List detail information of /sdcard folder. root@android:/ # ls -l /sdcard lrwxrwxrwx root root 1980-03-20 00:12 sdcard -> /mnt/sdcard* Display the filesystems root@android:/ # df Filesystem Size Used Free Blksize ... /system 503M 186M 317M 4096 /data 1G 19M 1G 4096 /cache 188M 4M 184M 4096 ... /mnt/sdcard2 1G 93M 1G 4096 /mnt/sdcard 3G 396M 3G 32768 ... root@android:/ #* The /mnt/sdcard mounted to /sdcard, which should be the external storage (SD card). And /mnt/sdcard2 should be the internal storage.
== Conversion tool to change file formats ==
Confirm
112
edits

Navigation menu