CE-Programming / app_tools

Extension to the CE toolchain that generates apps
17 stars 4 forks source link

Installer Improvements #1

Open commandblockguy opened 1 year ago

commandblockguy commented 1 year ago

The current installer is inadequate, and I want to rewrite it. The new installer should support the following:

A few other related thoughts: It might also be helpful to have a calculator-side program that can turn an app back into an installer, for the purpose of preserving the app across entering and leaving test mode, or for sending an app between two calculators without needing a computer. This could potentially be a standalone program, built-in to generated apps (as a hook that activates on the memory management screens), or a feature of a shell. You could also have an "online" installer, either by modifying prgmTRANSFER to accept apps, or by writing a custom program that implements TI's protocol (which would also enable unit-to-unit transfers).

I'm not too familiar with what exactly gets deleted in test modes - do groups stick around?