[android-porting] Re: W/MediaScanner( 487): Error opening directory '/mnt/sdcard/.android_secure/', skipping: Permission denied.

2013-02-14 Thread Glenn Kasten
You may need to sprinkle some logs in MediaPlayerService to see where the error originates. On Wednesday, February 13, 2013 3:08:57 PM UTC-8, ffxx68 wrote: Thanks. So the actual blocker must be the criptic E/MediaPlayer( 633): error (1, -2147483648) . Any clue about this? -- --

[android-porting] Re: W/MediaScanner( 487): Error opening directory '/mnt/sdcard/.android_secure/', skipping: Permission denied.

2013-02-13 Thread ffxx68
Thanks. So the actual blocker must be the criptic E/MediaPlayer( 633): error (1, -2147483648) . Any clue about this? -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are

[android-porting] Re: W/MediaScanner( 487): Error opening directory '/mnt/sdcard/.android_secure/', skipping: Permission denied.

2013-02-12 Thread ffxx68
Here's my current set of privileges: root@android:/ # ls -l ... drwxrwxr-x system system1970-01-02 00:32 mnt lrwxrwxrwx root root 1970-01-02 01:04 nand - /storage/sdcard0 lrwxrwxrwx root root 1970-01-02 01:04 sdcard - /storage/sdcard0 ...

[android-porting] Re: W/MediaScanner( 487): Error opening directory '/mnt/sdcard/.android_secure/', skipping: Permission denied.

2013-02-12 Thread Glenn Kasten
First of all, this is just a warning, not an error. If you're porting Android and are only getting warnings, you're pretty far along. :-) MediaScanner indexes media files (e.g. .mp3 etc.) for later use by media player apps. In this case the directory has neither read nor execute bits set, both

Re: [android-porting] Re: W/MediaScanner( 487): Error opening directory '/mnt/sdcard/.android_secure/', skipping: Permission denied.

2013-02-12 Thread Fsbio Fumi
Thanks again Glenn... need to understand what else is not working in my player then.. Glenn Kasten gkas...@android.com wrote: First of all, this is just a warning, not an error. If you're porting Android and are only getting warnings, you're pretty far along. :-) MediaScanner indexes media

[android-porting] Re: W/MediaScanner( 487): Error opening directory '/mnt/sdcard/.android_secure/', skipping: Permission denied.

2013-02-11 Thread ffxx68
I've put also my init.rc (all in one) in the same DropBox folder. On Monday, 11 February 2013 16:49:37 UTC+1, ffxx68 wrote: I'm porting AOSP JB to a tablet and getting this error, which I don't understnad the reason of: *W/MediaScanner( 487): Error opening directory