![]() |
How are apps managed on PineTime? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PineTime (https://forum.pine64.org/forumdisplay.php?fid=134) +--- Forum: General Discussion on PineTime (https://forum.pine64.org/forumdisplay.php?fid=135) +--- Thread: How are apps managed on PineTime? (/showthread.php?tid=14015) |
How are apps managed on PineTime? - atleastitried - 05-28-2021 Can a PineTime user manage apps (adding / installing, removing, updating / upgrading)? Maybe to how package management works on Linux? Or do we have to flash a new image via OTA to get newapps or their latest versions? And how does app management differ on the different PineTime OSs? Thank in advance. Please continue the great work. ![]() RE: How are apps managed on PineTime? - barray - 05-28-2021 I believe the apps are currently baked directly into the main code base and there is no container of any type for dynamically loading them as such. I suspect this is something that might be more possible in the future. To upgrade apps you will need to upgrade the entire OS. RE: How are apps managed on PineTime? - VMMainFrame - 05-29-2021 With the InfiniTime OS the apps must be built into the kernel. With Wasp-OS however apps can be downloaded to the watch with the Wasptool application. This is documented here: https://wasp-os.readthedocs.io/en/latest/appguide.html#how-to-run-your-application |