You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patching libticables to look for the E01C USB PID instead of E012 was enough to dump the firmware for the DataTracker Cradle through the dumb directory traversal hole, so we know that at least this abandoned prototype used NavNet.
Quick implementation notes:
libticonv: add new model (2 seem overkill, given that the DataTracker Cradle is an abandoned prototype), add new ticonv_is_*(). BTW - should the cradles be considered Nspires ?
libtifiles: add at least the new .tlo file extension, TI-Nspire.tld and TI-Nspire.tlo magic strings in the header;
libticables: add new USB PID, new Windows driver and its packaging, etc.
libticalcs: add new CalcFncts instance, etc.
The text was updated successfully, but these errors were encountered:
Mostly done on the experimental2 branch for non-Windows. When this comment was posted for the first time, the Windows driver and its packaging were missing.
Suggested by critor 2016/02/18.
Patching libticables to look for the E01C USB PID instead of E012 was enough to dump the firmware for the DataTracker Cradle through the dumb directory traversal hole, so we know that at least this abandoned prototype used NavNet.
Quick implementation notes:
The text was updated successfully, but these errors were encountered: