Apparently, Motorola has a developer's program called MotoDev (free) which 
gives you access to some potentially interesting tools. They have a Droid 
Bionic SDK addon that can be set up as an emulator.

I installed it this morning and I can reproduce the issue that my customers 
are seeing with this app. Interestingly, when I look at the logs, I'm 
seeing the following in response to a keypress:

11-06 10:28:16.632: INFO/AwesomePlayer(42): reset_l
11-06 10:28:16.632: INFO/StagefrightPlayer(42): 
setDataSource('/system/media/audio/ui/KeypressStandard.ogg')
11-06 10:28:16.632: INFO/AwesomePlayer(42): reset_l
11-06 10:28:16.632: INFO/AwesomePlayer(42): prepareAsync_l
11-06 10:28:16.643: ERROR/MediaPlayer(86): error (1, -2147483648)
11-06 10:28:16.643: WARN/AudioService(86): MediaPlayer IOException: 
java.io.IOException: Prepare failed.: status=0x1
11-06 10:28:17.222: ERROR/ManageApplications(265): update storage usage 
while destroying
11-06 10:28:19.412: INFO/AwesomePlayer(42): reset_l
11-06 10:28:19.412: INFO/StagefrightPlayer(42): 
setDataSource('/system/media/audio/ui/KeypressStandard.ogg')
11-06 10:28:19.412: INFO/AwesomePlayer(42): reset_l
11-06 10:28:19.412: INFO/AwesomePlayer(42): prepareAsync_l
11-06 10:28:19.475: ERROR/MediaPlayer(86): error (1, -2147483648)
11-06 10:28:19.475: WARN/AudioService(86): MediaPlayer IOException: 
java.io.IOException: Prepare failed.: status=0x1
11-06 10:28:19.872: ERROR/ManageApplications(265): update storage usage 
while destroying

Perhaps this is an artifact of the emulator, but at least in this case it 
would appear that all keyboard input is being redirected to a media play 
which is unprepared to handle this.

And the weirdness continues. Any insights?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to