Hello,
Backstory: I've got this TI-82, and for those who don't know, it doesn't have a Flash ROM. So everytime I have to unplug the batteries because the ASM program froze (this happens a lot on the Parcus 19.006 model), I have to restore a backup from my computer. But what if I'm in class? I definetly can't just pull out a whole computer and link cable just to reprogram the a thing. So I thought, what other device is as smart as a computer, but pocketable? My Android phone!
First of all, I tried running the TiLP linking program under Termux and a AnLinux layer, and the cli version actually worked!
Except for one thing: it would get stuck at the probing process (searching for link cables) with a "Segmentation fault" error.
My guesses are either TiLP is probing the serial and parallel ports, and of course failing on a phone, or the libticables library might just not be compatible with the aarch64 (64-bit ARM) architecture. Although I think it's the former because if it really wasn't compatible with aarch64 then it wouldn't even shown the "Searching for link cables" notice.
If someone can tweak the source code for TiLP to ignore all other ports except link ports, hit me up.
Backstory: I've got this TI-82, and for those who don't know, it doesn't have a Flash ROM. So everytime I have to unplug the batteries because the ASM program froze (this happens a lot on the Parcus 19.006 model), I have to restore a backup from my computer. But what if I'm in class? I definetly can't just pull out a whole computer and link cable just to reprogram the a thing. So I thought, what other device is as smart as a computer, but pocketable? My Android phone!
First of all, I tried running the TiLP linking program under Termux and a AnLinux layer, and the cli version actually worked!
Except for one thing: it would get stuck at the probing process (searching for link cables) with a "Segmentation fault" error.
My guesses are either TiLP is probing the serial and parallel ports, and of course failing on a phone, or the libticables library might just not be compatible with the aarch64 (64-bit ARM) architecture. Although I think it's the former because if it really wasn't compatible with aarch64 then it wouldn't even shown the "Searching for link cables" notice.
If someone can tweak the source code for TiLP to ignore all other ports except link ports, hit me up.