[android-porting] Re: Availability of iproute2 in Android Emulator

2013-02-15 Thread Yegor Yefremov
Feature request is here: http://code.google.com/p/android/issues/detail?id=48410 On Wednesday, February 13, 2013 10:51:31 PM UTC+1, Yegor Yefremov wrote: > > 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 iproute

[android-porting] Re: Porting ALSA to JB

2013-02-15 Thread ffxx68
Main issue (i found out) is the first one I posted above, i.e. HAL doesn't set mixer controls as expected. And that I can't play the .mp3 I uploaded (I will try with a few other ones soon...). D/MediaPlaybackService( 632): Opening for playback: 'content://media/external/audio/media/27' V/Med

[android-porting] Crash in Audio Flinger at ALOG_ASSERT(minFrames <= cblk->frameCount); when running SprinkleFree APK

2013-02-15 Thread Uday Gupta
We are seeing a crash in Audio Flinger at ALOG_ASSERT(minFrames <= cblk->frameCount); when running SprinkleFree APK (the APP is available at Google play store). We have logs enabled in Audio Flinger. If the logs are disabled then there is no crash and APP still runs fine. To produce the is

[android-porting] Re: Crash in Audio Flinger at ALOG_ASSERT(minFrames <= cblk->frameCount); when running SprinkleFree APK

2013-02-15 Thread Glenn Kasten
You've probably found a bug in that particular ALOG_ASSERT condition ... it's likely that this assert condition has not been tested recently. For reference, what is the Gerrit project name (e.g. frameworks/av or frameworks/base) and the commit SHA that you're using? If you have a fix, can you pl

[android-porting] Crash in Audio Flinger at ALOG_ASSERT(minFrames <= cblk->frameCount); when running SprinkleFree APK

2013-02-15 Thread Uday Gupta
We are seeing a crash in Audio Flinger at ALOG_ASSERT(minFrames <= cblk->frameCount); when running SprinkleFree APK (the APP is available at Google play store). We have logs enabled in Audio Flinger. If the logs are disabled then there is no crash and APP still runs fine. To produce the issue

[android-porting] Re: Crash in Audio Flinger at ALOG_ASSERT(minFrames <= cblk->frameCount); when running SprinkleFree APK

2013-02-15 Thread Uday Gupta
frameworks/av Commit-SHA : 65e8d62a5b243518795cdafa498df4a49baf6940 Sorry don't have a fix. On Friday, February 15, 2013 3:19:39 PM UTC-8, Glenn Kasten wrote: > > You've probably found a bug in that particular ALOG_ASSERT condition ... > it's likely that this assert condition has not been tested