vijayk Posted September 5, 2013 Share Posted September 5, 2013 Hi Friends, I am new to the android linux so anybody can help me out on solving this issue. I am using Broadcom gps chip for one of my project and i am using the jellybean. so when i run the brmtest.apk file and i am getting the following error. --------- beginning of /dev/log/main V/BrmTest (26148): StatusActivity.btnStart.onClick() V/BrmTest (26148): BrmService.onStartCommand(com.broadcom.test.brmtest.ACTION_START_JOB) V/BrmTest (26148): BrmService.startBrm() V/BrmTest (26148): Write to IRM pipe /data/gps/glgpsctrl... W/audio_hw_primary( 2367): card 0, port 0 device 0x2 W/audio_hw_primary( 2367): rate 44100, channel 2 period_size 0xc0 E/BrmTest (26148): Write to IRM pipe: FAILED W/System.err(26148): java.io.IOException: open failed: ENOENT (No such file or directory) W/System.err(26148): at java.io.File.createNewFile(File.java:948) W/System.err(26148): at com.broadcom.test.brmtest.BrmService.writeIrmCommands(BrmService.java:157) W/System.err(26148): at com.broadcom.test.brmtest.BrmService.writeIrmCommands(BrmService.java:138) W/System.err(26148): at com.broadcom.test.brmtest.BrmService.startBrm(BrmService.java:108) W/System.err(26148): at com.broadcom.test.brmtest.BrmService.onStartCommand(BrmService.java:71) W/System.err(26148): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2656) W/System.err(26148): at android.app.ActivityThread.access$1900(ActivityThread.java:141) W/System.err(26148): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1331) W/System.err(26148): at android.os.Handler.dispatchMessage(Handler.java:99) W/System.err(26148): at android.os.Looper.loop(Looper.java:137) W/System.err(26148): at android.app.ActivityThread.main(ActivityThread.java:5039) W/System.err(26148): at java.lang.reflect.Method.invokeNative(Native Method) W/System.err(26148): at java.lang.reflect.Method.invoke(Method.java:511) W/System.err(26148): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) W/System.err(26148): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) W/System.err(26148): at dalvik.system.NativeStart.main(Native Method) W/System.err(26148): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory) W/System.err(26148): at libcore.io.Posix.open(Native Method) W/System.err(26148): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110) W/System.err(26148): at java.io.File.createNewFile(File.java:941) W/System.err(26148): ... 15 more W/audio_hw_primary( 2367): do_out_standby... 1074107856 IRM PIPE failed.txt Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.