My app crashes using the simple recording example on the Nook, (and Kindle Fire) devices. I have set the permission correctly. Is there a work-around?
Thanks. [import]uid: 8780 topic_id: 29116 reply_id: 329116[/import]
My app crashes using the simple recording example on the Nook, (and Kindle Fire) devices. I have set the permission correctly. Is there a work-around?
Thanks. [import]uid: 8780 topic_id: 29116 reply_id: 329116[/import]
Correct me if I’m wrong here, but I believe the Nook and Kindle Fire do not have microphones on the devices. This could be causing the app to crash since the APIs are probably looking for the hardware to do the recording. A simple if/else check on the device type that your app is running on would allow you to enable/disable the recording functionality in your app. [import]uid: 92150 topic_id: 29116 reply_id: 117162[/import]
I know the Kindle Fire does not have a microphone, but I believe the Nook Tablet does. Recording is critical to our program. Thanks. [import]uid: 8780 topic_id: 29116 reply_id: 117316[/import]
You’re right. Nook Tablet does have a microphone, Kindle Fire and Nook Color do not. Are you using a Nook Tablet for testing? Also, when it crashes, what error messages (if any) are you getting? [import]uid: 92150 topic_id: 29116 reply_id: 117328[/import]