This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - crazyracer98
16
« on: June 12, 2013, 10:56:53 am »
In the next time, no updates are planned from my side because of school (Sourcecodes are in the downloaded *.zip file)
17
« on: June 12, 2013, 10:45:02 am »
booting stocks at <RAMDISK: bzip2 image found at block 0> and then the calc freeze. Don't worry, it takes 1-2 minutes depending on the image size.
#But linux is still "loading" after 2 hours. Thats very strange#
18
« on: June 04, 2013, 07:06:18 am »
New keys are now available: QWERTY: `, ~, ', ", #, ~, \, | QWERTZ: ^, °, ä, Ä, #, ', <, > AZERTY: ², ù, %, *, µ, <, > https://www.dropbox.com/sh/cl5ixpest7nov7v/TbSocwGcVa/usbhidn-2013_6_3_23.00.zip
19
« on: June 03, 2013, 10:25:51 am »
I have a problem with the boot1.img.tns. I cannot make this decompressed(I am not able to get an boot1.raw)
20
« on: June 03, 2013, 10:21:59 am »
Hi, @critor Nothing complicated, because unlike the TI-Nspire ClickPad / TouchPad, the graphic elements of the boot screen are not stored inside the protected Boot1/Boot2, but directly in the first 128KB of the Flash-NAND memory, and can be reprogrammed with nsNandMgr.
How did you do that exactly?
21
« on: June 02, 2013, 03:49:42 pm »
23
« on: June 02, 2013, 09:44:40 am »
Sorry for spam, I implemented better language support and some SHIFT-modifiers for QWERTY and QWERTZ keyboards
24
« on: June 01, 2013, 03:47:30 pm »
Hi, I did it https://www.dropbox.com/s/kw44x6otnmdnzb6/usbhidn-qwertz.tnsI added also some new features: if ((ns_key & 0xFF) == '1') return (ns_key & 0xFF00) | ((ns_key & 0xFF) - '1' + '!'); if ((ns_key & 0xFF) == '2') return (ns_key & 0xFF00) | ((ns_key & 0xFF) - '2' + '"'); if ((ns_key & 0xFF) == '3') return (ns_key & 0xFF00) | ((ns_key & 0xFF) - '3' + '§'); if ((ns_key & 0xFF) == '4') return (ns_key & 0xFF00) | ((ns_key & 0xFF) - '4' + '$'); if ((ns_key & 0xFF) == '5') return (ns_key & 0xFF00) | ((ns_key & 0xFF) - '5' + '%'); if ((ns_key & 0xFF) == '6') return (ns_key & 0xFF00) | ((ns_key & 0xFF) - '6' + '&'); if ((ns_key & 0xFF) == '7') return (ns_key & 0xFF00) | ((ns_key & 0xFF) - '7' + '/'); if ((ns_key & 0xFF) == '8') return (ns_key & 0xFF00) | ((ns_key & 0xFF) - '8' + '('); if ((ns_key & 0xFF) == '9') return (ns_key & 0xFF00) | ((ns_key & 0xFF) - '9' + ')'); if ((ns_key & 0xFF) == '0') return (ns_key & 0xFF00) | ((ns_key & 0xFF) - '0' + '='); if ((ns_key & 0xFF) == ',') return (ns_key & 0xFF00) | ((ns_key & 0xFF) - ',' + ';'); if ((ns_key & 0xFF) == '.') return (ns_key & 0xFF00) | ((ns_key & 0xFF) - '.' + ':'); if ((ns_key & 0xFF) == '-') return (ns_key & 0xFF00) | ((ns_key & 0xFF) - '-' + '_'); if ((ns_key & 0xFF) == '+') return (ns_key & 0xFF00) | ((ns_key & 0xFF) - '+' + '*'); EDIT: How did you find out the TI Nspire scancodes?
25
« on: June 01, 2013, 01:12:09 pm »
Hi, @ExtendeD: How did you find out the TI Nspire scancodes? PS:
26
« on: May 31, 2013, 04:22:13 pm »
Hi, first of all: very cool critor! second, can you make also a HIDn-version for QWERTZ-keyboards?
27
« on: May 31, 2013, 04:09:24 pm »
Hi, can someone make an installationguide for Linux on TI Nspire in German and French?
28
« on: May 22, 2013, 12:05:18 pm »
I deleted the "Linux" folder on my calculator and on my computer, downloaded the latest files from " http://tiplanet.org/nspire-linux-builds/", loaded this on my calc, run bootloader, typed in the commands and still freeze at r3:00000000 r4:00000000. But this time, booting stocks at <RAMDISK: bzip2 image found at block 0> and then the calc freeze. But thanks @qubicprograms
29
« on: May 18, 2013, 07:44:37 am »
Sorry, but can someone help me, plz! I have the problem, that my TI Nspire CX CAS freeze at r4:00000000 r3:00000000 . I had searched and found << http://ourl.ca/1713105 >>, read the article, but it still doesn't work. I run linuxloader and type in: kernel Linux/zImage.tns initrd Linux/initrd.tns (rdsize 0x4000)(<-- but it still freeze)
|