Advertisement
bigrushdog

Untitled

Jun 7th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.30 KB | None | 0 0
  1. W/ActivityManager(  249): Permission Denial: Accessing service ComponentInfo{com.motorola.android.telephony/com.motorola.android.telephony.LteTelephonyService} from pid=676, uid=1001 requires com.motorola.permission.ACCESS_LTE_TELEPHONY
  2. E/AndroidRuntime(  676): FATAL EXCEPTION: main
  3. E/AndroidRuntime(  676): java.lang.RuntimeException: Unable to start receiver com.motorola.android.telephony.StartupIntentReceiver: java.lang.SecurityException: Not allowed to start service Intent { act=com.motorola.android.intent.action.LTE_TELEPHONY_START } without permission com.motorola.permission.ACCESS_LTE_TELEPHONY
  4. E/AndroidRuntime(  676):    at android.app.ActivityThread.handleReceiver(ActivityThread.java:2249)
  5. E/AndroidRuntime(  676):    at android.app.ActivityThread.access$1500(ActivityThread.java:132)
  6. E/AndroidRuntime(  676):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1207)
  7. E/AndroidRuntime(  676):    at android.os.Handler.dispatchMessage(Handler.java:99)
  8. E/AndroidRuntime(  676):    at android.os.Looper.loop(Looper.java:137)
  9. E/AndroidRuntime(  676):    at android.app.ActivityThread.main(ActivityThread.java:4575)
  10. E/AndroidRuntime(  676):    at java.lang.reflect.Method.invokeNative(Native Method)
  11. E/AndroidRuntime(  676):    at java.lang.reflect.Method.invoke(Method.java:511)
  12. E/AndroidRuntime(  676):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
  13. E/AndroidRuntime(  676):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
  14. E/AndroidRuntime(  676):    at dalvik.system.NativeStart.main(Native Method)
  15. E/AndroidRuntime(  676): Caused by: java.lang.SecurityException: Not allowed to start service Intent { act=com.motorola.android.intent.action.LTE_TELEPHONY_START } without permission com.motorola.permission.ACCESS_LTE_TELEPHONY
  16. E/AndroidRuntime(  676):    at android.app.ContextImpl.startService(ContextImpl.java:1104)
  17. E/AndroidRuntime(  676):    at android.content.ContextWrapper.startService(ContextWrapper.java:359)
  18. E/AndroidRuntime(  676):    at android.content.ContextWrapper.startService(ContextWrapper.java:359)
  19. E/AndroidRuntime(  676):    at com.motorola.android.telephony.StartupIntentReceiver.onReceive(StartupIntentReceiver.java:18)
  20. E/AndroidRuntime(  676):    at android.app.ActivityThread.handleReceiver(ActivityThread.java:2242)
  21. E/AndroidRuntime(  676):    ... 10 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement