Crazy tablet (made in China) [SOLVED]

Serge Bertet

Active Member
Licensed User
Longtime User
Hello happy tax payers (some will understand) ...

I have a low cost tablet "DuoDuoGo" issuing endlessly messages at high speed in the Logs tab of B4A IDE (when I uncheck the 'filter' checbox).
So I cannot use log without filter since my computer hang until I disconnect USB.

It looks like that come from com.mediatek using GCM (Google Cloud Messaging).
I tried to uninstall, stop or pause some applications also tried to disable wi-fi and phone without result.

Any idea on how to stop this?

Serge
 

aeric

Expert
Licensed User
Longtime User
I thought it is normal in most devices disregard of brands. I always check the filter checkbox.
 

Serge Bertet

Active Member
Licensed User
Longtime User
Thank you aeric, I tried with my phone I receive at lot of messages too but that stops after a while.

I get this on Logs when running my app :
Sleep not resumed (context is paused): b4a.example3.customlistview$ResumableSub_PanelClickHandler
Unexpected event (missing RaiseSynchronousEvents): temporisateur_checkedchange
Check the unfiltered logs for the full stack trace.

So I need to uncheck Logs filter

Code:
Sub Globals
    Private Temporisateur As B4XView ' RadioButton
    Private Programmateur As B4XView ' RadioButton
End Sub

Private Sub Temporisateur_CheckedChange(Checked As Boolean)

Private Sub Programmateur_CheckedChange(Checked As Boolean)

For Temporisateur receive messages in Logs not for the other one.
 

Serge Bertet

Active Member
Licensed User
Longtime User
I changed my activity entry point name from Activity_Start to ActivityStart and now it is working without Unexpected event error.
I did not know that Activity_Start is an event keyword.

... solved but still this tsunami of messages from my tablet.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…