MyMQTT icon indicating copy to clipboard operation
MyMQTT copied to clipboard

MQTT Android Service (Modified from paho.mqtt.android)

Results 2 MyMQTT issues
Sort by recently updated
recently updated
newest added

My app was only calling alarmpingsender() once on Android 14 device. (Works perfect pre 14). I assumed that my app was not receiving the alarm intent so I modified the...

Fatal Exception: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.mpm.launcher/com.somsakelect.android.mqtt.MqttService }: app is in background uid UidRecord{483ea5c u0a130 CEM bg:+2m11s553ms idle change:cached procs:1 seq(0,0,0)} at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1715) at android.app.ContextImpl.startService(ContextImpl.java:1670) at...