I've also tried this with an AVD ("Android 4.4 - API Level 19"), but since 
"adb shell" is only possible as "root" on an AVD I installed a FileManager 
APK to verify the result.

So I did the following:

user@ubuntu:~$ emulator -avd KitKat
user@ubuntu:~$ adb install <a FileManager APK>
user@ubuntu:~$ adb shell
root@generic:/ # mount -o rw,remount /
root@generic:/ # mkdir /mnt/test
root@generic:/ # chown media_rw:media_rw /mnt/test/
root@generic:/ # chmod 777 /mnt/test
root@generic:/ # mount -o bind /mnt/sdcard/ /mnt/test/


The files in "/mnt/test/" show up in the FileManager.

So is this a "Problem" specific to the Kernel running on Nexus5?

-- 
-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel
--- 
You received this message because you are subscribed to the Google Groups 
"Android Linux Kernel Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to