[android-porting] Re: Porting ALSA to JB

2013-02-14 Thread ffxx68
Reporting what I found so far. Hopefully someone can give a hint... First of all, preparing some tools: $ cd $AOSP $ adb push ./out/target/product/emev/symbols/system/bin/tinymix /system/bin/tinymix $ adb push ./out/target/product/emev/symbols/system/bin/tinyplay /system/bin/tinyplay $ adb

[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? -- --