I try to open a port for my nmea data transfer, but it also tells me "Permission denied".
Anyone any suggestions? On 2月27日, 上午5时27分, "bhavani.mat...@gmail.com" <bhavani.mat...@gmail.com> wrote: > Hi, > > While Android is booting, I am gettingpermissiondeniederror from > an application. > Here is a snip of the log. > > Hi, > > While Android is booting, I am gettingpermissiondeniederror from > an application. > Here is a snip of the log. > > <snip> > 01-06 00:04:04.480 I/ActivityManager( 849): Start proc > com.android.sdksetup for activity > com.android.sdksetup/.DefaultActivity: pid=1023 uid=10017 gids={2001, > 3002, 3001, 1006, 3003} > 01-06 00:04:05.350 W/ActivityManager( 849):PermissionDenial: > getIntentSender() from pid=1023, uid=10017, (need uid=1000) is not > allowed to send as package android > 01-06 00:04:05.640 E/AndroidRuntime( 1023): > java.lang.RuntimeException: Unable to start activity ComponentInfo > {com.android.sdksetup/com.android.s dksetup.DefaultActivity}: > java.lang.SecurityException:PermissionDenial: getIntentSender() from > pid=1023, uid=10017, (need uid=1000) is not allowed to send as package > android > 01-06 00:04:05.620 E/AndroidRuntime( 1023): Uncaught handler: thread > main exiting due to uncaught exception > </snip> > > Is this some thing to do with AndroidManifest.xml? > I tried with different uses-permission, but still no success. > > Can some body help me? > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---