Seite 1 von 1
App shutdown after 15 minutes
Verfasst: Mi 21. Mai 2025, 20:33
von wirtor
Is there any way to disable the option that closes the app if no one connects for 15 minutes? Sorry if the question has already been asked, I couldn't find a suitable topic in the search.
I've tried several options, including using triggers to launch the app, but it doesn't launch if the screen is locked.
Verfasst: Mi 21. Mai 2025, 21:35
von icke1954
The wish is not new, but FJ does not realize that
Usually, if necessary, the client via Google Push function should be restarted
Realize the following:
Please run MPE in debug mode
Code: Alles auswählen
"c:\Program Files (x86)\MyPhoneExplorer\MyPhoneExplorer.exe" debug
Menu => Tools => Push =>
Push-Token erneuern
Verfasst: Mi 21. Mai 2025, 22:51
von wirtor
icke1954 hat geschrieben:The wish is not new, but FJ does not realize that
Usually, if necessary, the client via Google Push function should be restarted
Realize the following:
Please run MPE in debug mode
Code: Alles auswählen
"c:\Program Files (x86)\MyPhoneExplorer\MyPhoneExplorer.exe" debug
Menu => Tools => Push =>
Push-Token erneuern
Thank you very much, it really works!