[android-porting] Availability of iproute2 in Android Emulator

2013-02-13 Thread Yegor Yefremov
I'm using avd for the target Android 4.1.2 (API level 16). I connect using adb shell to the emulator. My problem is I can't find iproute2 tool 'ip'. As far as I know it is present on my Nexus 7 and according to some discussions I've found it should be available in the emulator. Am I missing som

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

[android-porting] Re: Android bayer sensor input

2013-02-13 Thread Arun
Hi, There is nothing like yuv sensor, nearly all sensors are Bayer sensors if you look at their pixel arrangement. YUV, RGB is the output pixel format. You mostly have problems with pixel format configuration. Start with the sensor, see in which format it is configured to send out pixels, simila