peteaky / android-xbmcremote

Automatically exported from code.google.com/p/android-xbmcremote
0 stars 0 forks source link

Phone crash and reboot when SMS received whether XBMC Remote is set to notify them or not #554

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have XBMC Remote installed
2. Receive an SMS
3. Crash.

What is the expected output? What do you see instead?
Phone is expected to notify me of my new message, but instead freezes then 
reboots.

What version of XBMC Remote are you using?
Latest as of August 9th, 2011

Which Android device are you using (and which ROM, if custom)?
Samsung Galaxy S with Galnet MIUI Twooey II (5/8/2011)

Which XBMC revision are you running and on which platform?
Non-relevant to this bug (no connection is made between my Android and my PC)

Please provide any additional information below.
When someone sends me an SMS, the system freezes at the moment the notification 
should be generated.

Here is the error log (PID 2930 being XBMC Remote) :

08-09 22:31:52.535: DEBUG/MIUI_Mms(3010): New SMS Message Received

08-09 22:31:52.633: WARN/dalvikvm(2930): threadid=10: thread exiting with 
uncaught exception (group=0x40015568)

08-09 22:31:52.633: ERROR/AndroidRuntime(2930): *** FATAL EXCEPTION IN SYSTEM 
PROCESS: ActivityManager
08-09 22:31:52.633: ERROR/AndroidRuntime(2930): 
java.util.MissingFormatArgumentException: Format specifier: 3$s
08-09 22:31:52.633: ERROR/AndroidRuntime(2930):     at 
java.util.Formatter.getArgument(Formatter.java:1131)
08-09 22:31:52.633: ERROR/AndroidRuntime(2930):     at 
java.util.Formatter.doFormat(Formatter.java:1096)
08-09 22:31:52.633: ERROR/AndroidRuntime(2930):     at 
java.util.Formatter.format(Formatter.java:1062)
08-09 22:31:52.633: ERROR/AndroidRuntime(2930):     at 
java.util.Formatter.format(Formatter.java:1031)
08-09 22:31:52.633: ERROR/AndroidRuntime(2930):     at 
java.lang.String.format(String.java:2177)
08-09 22:31:52.633: ERROR/AndroidRuntime(2930):     at 
android.content.res.Resources.getString(Resources.java:286)
08-09 22:31:52.633: ERROR/AndroidRuntime(2930):     at 
com.android.server.am.PackageGuardian$PackageBehaviorWitness.<init>(PackageGuard
ian.java:882)
08-09 22:31:52.633: ERROR/AndroidRuntime(2930):     at 
com.android.server.am.PackageGuardian.seekWitness(PackageGuardian.java:1470)
08-09 22:31:52.633: ERROR/AndroidRuntime(2930):     at 
com.android.server.am.ActivityManagerService$3.handleMessage(ActivityManagerServ
ice.java:1039)
08-09 22:31:52.633: ERROR/AndroidRuntime(2930):     at 
android.os.Handler.dispatchMessage(Handler.java:99)
08-09 22:31:52.633: ERROR/AndroidRuntime(2930):     at 
android.os.Looper.loop(Looper.java:130)
08-09 22:31:52.633: ERROR/AndroidRuntime(2930):     at 
com.android.server.am.ActivityManagerService$AThread.run(ActivityManagerService.
java:1527)

08-09 22:32:02.641: WARN/ActivityManager(2930): Permission Denial: receiving 
Intent { act=android.provider.Telephony.SMS_RECEIVED (has extras) } to 
org.xbmc.android.remote requires android.permission.RECEIVE_SMS due to sender 
com.android.phone (uid 1001)

After uninstalling XBMC Remote and rebooting, I receive every SMS I missed 
during the series of crashes.

Original issue reported on code.google.com by morv...@morveus.com on 9 Aug 2011 at 8:39

GoogleCodeExporter commented 8 years ago
Cannot edit the title which should have been : "Phone crash and reboot when SMS 
received whether XBMC Remote is set to notify them or not". Sorry about that.

Original comment by morv...@morveus.com on 9 Aug 2011 at 8:43

GoogleCodeExporter commented 8 years ago
Thank you!

Original comment by phree...@gmail.com on 13 Aug 2011 at 7:53