0 Members and 2 Guests are viewing this topic.
Can't calcs sites like here, TI-Planet, Cemetech and such simply continue to not provide direct ways to bypass PTT and ways to run a CAS on non-CAS models on recent OSes? If Ndless is allowed but we don't bother porting OSLauncher for Ndless 3.1 and we don't publicly provide Ndless 3.1 compatible software to remove PTT or even performs fake reset/reboot screens, then TI is safe because pretty much all Ndless-related tools comes from the TI community and since most calc users are illiterate about Ndless programming, they'll never bother creating such program themselves to cheat.Over here we never really help people who needs to run OSLauncher and instead we tell them they should do more effort at tests and not cheat. On ticalc.org they reject fake 83+ reset programs.
Oh, guess what... less than 24h after the announcement of Ndless being blocked, a version of imgdump, with support for CX and CM models, appeared at http://tiplanet.org/forum/archives_voir.php?id=4148 .Maybe a consequence of the announcement ?
Note that the imgdump tool uploaded to TI-Planet doesn't include the keys.Meaning that it's useless but legal for now.And note the OSlauncher tool just doesn't work on OS 3.1, even on classic Nspire for an unknown reason up to now (I just tried in order to be able to tell TI that there was no danger in January, hoping that they wouldn't block Ndless - I didn't dig into it). So imgdump alone is even more useless.Maybe the uploader just wanted to send a warning to TI: "we've got working code, we know the keys, we add them and you're in trouble".If it were me, I wouldn't have sent a warning this way, but I think that after completly failing to make TI understand our message, I have no right to judge such (desperate?) actions.
#IFDEF __CPLUSPLUS#INCLUDE <CINTTYPES>#INCLUDE <CSTDIO>#INCLUDE <CSTDLIB>#INCLUDE <CSTRING>#ELSE#INCLUDE <INTTYPES.H>#INCLUDE <STDIO.H>#INCLUDE <STDLIB.H>#INCLUDE <STRING.H>#ENDIFfile *IMAGE;file *OUTPUT;STATIC UINT8_T GET8BITS)VOID( BEGIN INT BYTE = GETC)IMAGE(; IF )BYTE < 0( BEGIN PUTS)"GET8BITS: eof REACHED UNEXPECTEDLY\N"(; // fALL THROUGH, TO COPE WITH FILES NOT ENDING WITH fff)0(. END RETURN BYTE;END*snip*
Yeah, it looks like basic But even though I can compile it it doesn't produce valid output.
No, with a little script to replace everything, swap case and so on before compiling I just thought it could possibly work for non-cx os files, but apparently not.