Show Posts

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 - excale

Pages: 1 2 3 [4] 5 6 7
46
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: January 24, 2013, 10:48:00 am »
You have to set up a few things before being able to read from files. I haven't looked precisely into it though, so I don't know how hard it would be.

47
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: January 24, 2013, 10:36:18 am »
Well, why not then. You also have to uncompress it.
And isn't that a problem is the boot2 starts writing in interrupt register/ sets the screen buffer, ect...?

Lots of things to patch...

48
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: January 24, 2013, 10:32:41 am »
You would have to load boot2 in memory, and to its specific address. I don't think Linux will like that^^.

49
TI-Nspire / Re: Ti-Nspire / Ti-Nspire CX Indexing
« on: January 20, 2013, 04:16:41 pm »
The program would only update the database when it detected that a file had been changed, and then it would only update the file that has been changed.

How would it detect a file had been changed/removed/added ?

50
General Calculator Help / Re: Hacking the TI Nspire CX Native OS?
« on: January 19, 2013, 10:29:34 am »
But where do I go from here? Say, to add some entries to the menu when the "menu" key is pressed?

I'm pretty sure there is no documentation about this. The easiest way for now would probably be to have a look at the source code of ThemeEditor v2 and understand how it works.

51
General Calculator Help / Re: Hacking the TI Nspire CX Native OS?
« on: January 17, 2013, 08:16:36 am »
Also Nlaunch does not work on the CX since it exploits a bug in boot2(or is it boot1) code from before the CX's
It is an exploit in boot2 (if it was an exploit in boot1, it would mean you'd have to reinstall the boot2 if anything goes wrong, and you cannot reinstall the boot2 via USB).

Don't we have nsNandMgr for this now? Or is that not capable of loading custom OSes?
OSes 3.x hang on the clock screen when hot-launched. That is the problem.

Edit: ThemeEditor v2 ( http://tiplanet.org/forum/viewtopic.php?p=134618#p134618 ) is a good example of a program using the OS routines, and it also adds a submenu in "settings".

52
News / Re: Take full control with Boot1 1.1.9999
« on: January 13, 2013, 11:43:59 am »
You can already have linux bootloader as your OS with nLaunch :).

53
General Calculator Help / Re: Problem Ndless 3.1 and/or Mviewer 3.3
« on: January 10, 2013, 12:50:37 pm »
The error on the PC-side is normal.

Look at your nspire: you should see a popup, then (and only then) a reboot.

Please check again you've got the right OS version (home 5 4) and that ndless_resources is in the right folder ("ndless" at the root of your documents).

54
General Calculator Help / Re: Problem Ndless 3.1 and/or Mviewer 3.3
« on: January 10, 2013, 12:23:54 pm »
device reboot etc
Looks like you've sent the .tco . But are you sure you put ndless_resources in the right folder (ie "ndless") ?

55
nSDL / Re: nSDL 1.0.2—A very fast & robust graphics library
« on: January 06, 2013, 04:49:56 pm »
How is debugging property of EMI?
(maybe you were listening to some music during the debug session and youtube spotted them?)

56
TI-Nspire / Re: nspire Linux Questions
« on: January 06, 2013, 02:42:34 pm »
I've been thinking again...
It looks like "clear" is in fact the ctrl key, but like "maj", you can't disable it (thats why the keyboard acted strangly).
But in this case, * and + cannot be typed.

So, I rebooted and waited a little. This time, the keyboard was strange in the other way, only a few keys like * or + worked.

57
TI-Nspire / Re: nspire Linux Questions
« on: January 06, 2013, 02:36:35 pm »
I did get a shell (already had console=tty0 ), but with the crazy keyboard, meaning I could only type a few characters like * or +.

58
TI-Nspire / Re: nspire Linux Questions
« on: January 06, 2013, 02:31:23 pm »
Not really better^^
I get:
"/bin/sh : can't access tty: job control turned off"

59
TI-Nspire / Re: nspire Linux Questions
« on: January 06, 2013, 02:12:22 pm »
I also had strange behaviours although never the exact same one with the latest two kernels (I was using the ones from 23/12 before).

Also, this time, pressing home showed me a screen with some information, and I spotted "Failed to execute /bin/bash. Attempting defaults...."

60
TI-Nspire / Re: nspire Linux Questions
« on: January 06, 2013, 01:48:29 pm »
But now, I have new problems, like linux asking me to login again and again after a few seconds/minutes, and I can only type a few characters like + or enter.
Also, why is home mapped as ctrl and not the "ctrl" key?

Wrong keyboard mapping...? I think you don't have a CAS CX...
I don't. I have a CAS Clickpad.

Try to use
Code: [Select]
cmdline root=/dev/ram init=/bin/bashnow you should be able to run commands without being thrown out.

About the ctrl key, during different boots, I got home being ctrl, ctrl being ctrl (after pressing "del") and sometimes none of them being ctrl.

Also, the "del" key seems to be the main problem. If I press it, the keyboard map goes wild and I still get kicked out quickly. Otherwise, It's working quite fine.

PS: tried again making sure I do not press "del". Home seems to be the "begin", "page up" or whichever key which goes back to the beginning, ctrl apparently does nothing, and "maj" works only one way. I long as I press it, everything is in CAPS and pressing it again makes nothing.
PS²: there are a lot other odd mapped keys as well

Pages: 1 2 3 [4] 5 6 7