Tagged Questions
3
votes
2answers
118 views
Why are some files under /proc are universally readable?
Why are some files under /proc are universally readable by anyone using adb?
e.g.
/proc/<pid>/statm
/proc/<pid>/maps
/proc/<pid>/smaps
We can even cat the content of these files, ...
0
votes
2answers
2k views
Is there any userspace NFS client for stock android kernel(Galaxy Tab)?
I have tried kernel-mode things but it is not going to work.
Actually i've reached my limit for seeing errors in one day:
mount: unknown filesystem type 'nfs'
mount.nfs: No such device
and many ...