cirollo Active Member Licensed User Longtime User Nov 18, 2016 #1 Hi guys! I've a b4ppc app that writes some records to a remote SQL db..... I need that the auto-off function doesn't activate until the process is done..... Is this possibile? regards, ciro
Hi guys! I've a b4ppc app that writes some records to a remote SQL db..... I need that the auto-off function doesn't activate until the process is done..... Is this possibile? regards, ciro
Cableguy Expert Licensed User Longtime User Nov 18, 2016 #2 I do remember having a lib that dealt with it... I believe it was part of the phone lib... Search for "keep screen alive" or " force screen on". Edit: Just noticed that the B4ppc sub-forum is no longer indexed...
I do remember having a lib that dealt with it... I believe it was part of the phone lib... Search for "keep screen alive" or " force screen on". Edit: Just noticed that the B4ppc sub-forum is no longer indexed...
Erel B4X founder Staff member Licensed User Longtime User Nov 20, 2016 #3 Cableguy is correct. There should be a keep alive method in the hardware library that you should call with a timer.
Cableguy is correct. There should be a keep alive method in the hardware library that you should call with a timer.