Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

finding files on android os

There is no utilites like find, grep , "ls -laR" to find files in Android os. IS there a way or is there a list of current default files in the os file system hierarchy?

like image 554
seaquest Avatar asked May 28 '26 15:05

seaquest


1 Answers

Make a local copy of the files using adb pull /system system; adb pull /data data and use your favorite tools to search on your development machine. Or you can install BusyBox on the emulator, which gives you something intermediate between the extremely limited built-in command line and a full unix command line.

like image 161
Gilles 'SO- stop being evil' Avatar answered Jun 01 '26 06:06

Gilles 'SO- stop being evil'



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!