All, We are seeing some very strange results in media playback on HTC EVO devices.
In our call to MediaPlayer.create(getApplicationContext(), uri), we get failures with the following stack trace: W/System.err( 404): java.io.FileNotFoundException: /data/hdmi_setting W/System.err( 404): at org.apache.harmony.luni.platform.OSFileSystem.open(OSFileSystem.java: 244) W/System.err( 404): at java.io.FileInputStream.<init>(FileInputStream.java:77) W/System.err( 404): at java.io.FileInputStream.<init>(FileInputStream.java:130) W/System.err( 404): at java.io.FileReader.<init>(FileReader.java:66) W/System.err( 404): at android.media.MediaPlayer.readHDMISetting(MediaPlayer.java:2087) W/System.err( 404): at android.media.MediaPlayer.getHDMIResolution(MediaPlayer.java:1966) W/System.err( 404): at android.media.MediaPlayer.<init>(MediaPlayer.java:562) W/System.err( 404): at android.media.MediaPlayer.create(MediaPlayer.java:658) W/System.err( 404): at android.media.MediaPlayer.create(MediaPlayer.java:640) Has anyone encountered anything like this? Anyone have suggestions on how to diagnose? This code works just fine for many, many thousands of other devices out there. Thanks in advance, jsdf -- 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

