c - What is the GID/UID of the system on Android? -
how identify number (integer value) of particular group associated file?
ls -l drwxr-x--x root system 2014-11-26 10:59 xyz i have managed check group id of root 0. corresponding number of group id system?
i need change group of file system. how do using chown? gid_t internally of int type. value should pass make system? how know?
at adb shell
su 1000 since 1000 system uid
id this returns
uid=1000(system) gid=1000(system) so gid system 1000 too
Comments
Post a Comment