score:1
Accepted answer
it seems like at minimum you would need to do something like change
thread t = new thread("ls " + entry.getfullpath()) { //$non-nls-1$
to
thread t = new thread("ls -a" + entry.getfullpath()) { //$non-nls-1$
in the getchildren() method and a similar change to ls -la in the dolsandthrow() method of com.android.ddmlib.filelistingservice within the ddms sources.
you may also have to make changes elsewhere for results beginning with a . to be fully handled.
(personally, i'll stick to the shell)
score:0
Source: stackoverflow.com
Related Query
- DDMS Android File Explorer display dot folders
- Sdcard Content not visible in DDMS File Explorer Android 6.0
- Android DDMS file explorer not working for Rooted Samsung Galaxy Note GT-N7000
- For rooted android how to see application databases in File Explorer of Eclipse DDMS tool?
- android unable to see device folders on eclipse file explorer
- DDMS showing empty file explorer for online emulator
- Empty File Explorer in Eclipse DDMS
- Android Eclipse DDMS - Can't pull file from rooted device
- Eclipse's Android File Explorer not working
- Hiding folders that start with dot in Project Explorer in RCP Project
- Android File explorer to access child of child
- How to remove file system folders from eclipse package explorer view?
- DDMS file not found error in Eclipse due to changed Android SDK directory
- Android Studio how to navigate to file in Package Explorer
- I cannot view any folders (or it shows it as empty) in my ddms - at data/data - even though the file path saves to that location
- Why SQLite Database not showing in File Explorer in android studio?
- Android Emulator won't display xml file linked with Java?
- Android Eclipse how to display a XML file if there is no internet connection exists
- Add custom "Open With" when I right click on a file name in Android SDK Project Explorer
- Project structure does not exist in the File Explorer in DDMS view
- How do I make Package Explorer in Eclipse Indigo display my Android projects?
- Typical .gitignore file for an Android app
- Android eclipse DDMS - Can't access data/data/ on phone to pull files
- What is the IntelliJ equivalent from Eclipse, show file in the package explorer view
- Adding existing project folders to the project explorer in eclipse
- android studio auto complete: how to display constructors with parameters
- Android project won't build when editing a resource file
- Eclipse package explorer have different icons for each file type: interfaces, abstract classes, etc
- Using local json file in Android
- Eclipse Run button doesn't work when Android xml file is selected
More Query from same tag
- Eclipse Kepler 'Prepare for Deployment' option to create EJB stubs
- How to remove Checkstyle info (wrong order for import org.apache.log4j.Logger)
- INFO: Additional JARs have been added : 'xalan-2.7.0.jar'
- Android R file and Java Sub-package: R can not be resolved to a variable
- write eclipse junit plugin test
- Getting invalid arguments using .substr of String class in C++
- How to add files to trigger m2e lifecycle mapping execution of frontend npm on modification of source or resource
- Recall String Array by asking user for its Name
- Why is the rectangle not shown when I used drawRect()?
- eclipse shortcut xml for jdeveloper
- SpringBoot Returning a String rather than a rendered html page
- lombok import and @yyy does not work in java with eclipse
- How do I reference an external library in Java?
- Login to the API manager through Eclipse Developer Tools
- eclipse debug hadoop wordcount ,and Exception happened
- How to create Struts 2 project in Eclipse Galileo?
- Which JVM architecture am I using?
- In Eclipse what can I use to encapsulate a block of code that I can toggle to view or not?
- android application development- saving and retrieving the values of editText and textView
- Backslash vs. Forward slash in Java and Windows
- Get List of all Preference Pages in Eclipse
- Building work space, errors occurred during the build
- Importing File/Directory into IJavaProject - Eclipse JDT
- Working set from .gitignore in Eclipse
- Installing an App from a different computer (with IDE) requires an App uninstall? How to prohibit the uninstall first?
- R cannot be resolved to a variable eclipse android
- How to run executable jar file created using maven?
- Date and hour on the phone in android?
- How to add commands as shortcut on Eclipse
- How to add JDK 7 in compiler list in eclipse