Talk:Android File System: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
using a "media" intermediary directory
 
adb: new section
Line 9: Line 9:


Warning: This may be incorrect.
Warning: This may be incorrect.
== adb ==
adb is part of Android SDK
Someone claims a workaround to view the filenames in the /data/app folder without having root exists using "adb".
  adb shell pm list packages
to get a list of packages installed
However, you need to root the Android device to install Android SDK.
what?

Revision as of 15:18, 4 February 2014

using a "media" intermediary directory

Some people are using a "media" intermediary directory between the standard public directory and the storage root. See below

  • /sdcard/media/alarms OR /sdcard/Alarms
  • /sdcard/media/notifications OR /sdcard/notifications
  • /sdcard/media/ringtones OR /sdcard/ringtones
  • /sdcard/media/ui OR /sdcard/ui

Warning: This may be incorrect.

adb

adb is part of Android SDK

Someone claims a workaround to view the filenames in the /data/app folder without having root exists using "adb".

 adb shell pm list packages

to get a list of packages installed

However, you need to root the Android device to install Android SDK.

what?