Re: [android-developers] Access to files on CIFS partition from my application

2014-02-26 Thread Nikolay Elenkov
Please reply to list. On Wed, Feb 26, 2014 at 5:08 PM, mastermind wrote: > Thanks for the answer! > Folder mounted outside of the app from adb shell. > I just can't understand why some apps can't access it (ES File Explorer with > root priveleges) and some can (Total Commander, even adb without r

Re: [android-developers] Access to files on CIFS partition from my application

2014-02-25 Thread Nikolay Elenkov
On Wed, Feb 26, 2014 at 12:21 AM, mastermind wrote: > I've just mounted samba share to my Nexus 7 (CM 11) under root using kernel > module. > > Everything seems ok for applications (ES File Manager, Total Commander etc), > I see files and can read them, even "cat" command from shell works. But I'm

[android-developers] Access to files on CIFS partition from my application

2014-02-25 Thread mastermind
I've just mounted samba share to my Nexus 7 (CM 11) under root using kernel module. Everything seems ok for applications (ES File Manager, Total Commander etc), I see files and can read them, even "cat" command from shell works. But I'm unable to read them from my app! Neither with native cal