0 Members and 1 Guest are viewing this topic.
assumptions that there's a single / in a valid calculator-side path
Wouldn't have it made sense to split the nspire support into an entirely different lib?
It doesn't share ANY code (except unneeded, like FileContent, which is for file group support and VirtualPacket)
and it is very unlikely to be used by an application which supports both the nspire and the other TI calcs.
At least, you have motivated me for working on the libti*/tilp code base, which I hadn't done for a little while
But I don't want to be only complaining, I'll presumably look at C++, as it's easier for me to understand the code by rewriting/copying and finding out why it doesn't work anymore But I don't want to promise anything, I'll have some work to do, so it might take a while.
I definitely think we need some way to install something on not jailbroken calcs.
QuoteI definitely think we need some way to install something on not jailbroken calcs.Functionality would be severely limited...
Quote from: Lionel Debroux on August 13, 2013, 04:22:08 amQuoteI definitely think we need some way to install something on not jailbroken calcs.Functionality would be severely limited...Well, for non-jailbroken calcs, "installing" would mean to just transfer one or more files into a specific directory, most of the time it'd be /documents (and sometimes /mylib), and.. that's all, since there is no more handling on the calc side.Looks pretty simple ? (Both with libti* and navnet)
Quote from: adriweb on August 13, 2013, 07:15:14 amQuote from: Lionel Debroux on August 13, 2013, 04:22:08 amQuoteI definitely think we need some way to install something on not jailbroken calcs.Functionality would be severely limited...Well, for non-jailbroken calcs, "installing" would mean to just transfer one or more files into a specific directory, most of the time it'd be /documents (and sometimes /mylib), and.. that's all, since there is no more handling on the calc side.Looks pretty simple ? (Both with libti* and navnet)And probably a database file for installed programs (updates, uninstall, etc).