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

Pages: 1 ... 6 7 [8] 9 10 ... 55
106
Lua / Re: Look what my Nspire can do
« on: September 27, 2012, 03:49:24 am »
You could also try an HTML to image converter (such as this one?) and view it with mViewer.

107
TI-Nspire / Re: nTris - Tetris for nSpire -
« on: September 26, 2012, 02:08:36 pm »
Well, as a Omnimaga newser care should be taken for not making Omnimaga.org as a bare redirection to TI-Planet by editing the links in the posts. It would  help to miss-interpreting your posts as being mainly advertisements for TI-Planet.

108
Calculator C / Re: Nspire (Ndless) C Linking Frenzy (+requests for Ndless)
« on: September 22, 2012, 02:37:03 am »
Sure, an experimental branch on another repository would be a good idea.

109
-I'm pretty sure that rebooting does not fix the problem unless I don't know how to reboot the calculator properly.  How would you shut down the calculator completely anyway because all I know how to do is put it into sleep mode by doing ctrl ON.

I think you have to press the reset button under the calculator (I don't own a CX though, can anyone confirm?).

110
Lua / Re: Look what my Nspire can do
« on: September 22, 2012, 02:19:09 am »
What about porting Lynx or another text-based browser? http://en.wikipedia.org/wiki/Lynx_(web_browser)

111
I did receive a couple of reports about the APD not working anymore while using Ndless. But I don't have any clues whether it's Ndless-related or a side effect of some Ndless program. And I didn't manage to reproduce it on my Clickpad.

- Did you resinstall Ndless by upgrading it (a popup on the calculator side tells you that you are upgrading) or by reinstalling the OS, then Ndless?
- Does rebooting the CX fix the problem?
- Could you please  tell me exactly what are all the program you are using (the ones you run from the Documents screen and those you may have put in Ndless's startup folder)?
- Do you remember any change on your calculator between the moment the APD worked and the moment it didn't, expect the upgrade of Ndless?

Sorry to bother you _Nicco_ with all these questions (and maybe more to come), but as this issue isn't frequent this is a good opportunity to find the root cause and hopefully fix it.

112
Calculator C / Re: Nspire (Ndless) C Linking Frenzy (+requests for Ndless)
« on: September 19, 2012, 07:42:21 am »
Although it's just a matter of setting a simple OS switch. Ndless really requires developers to help me handle all these requests, I can't do it alone anymore.

- open Ndless-SDK/ndless/system/osstub.c and comment out void _exit(void) { exit(-1); } and rebuild Ndless

What is this one for?


It builds successfully, but it doesn't load at all (and crashes)! Not sure what is happening now...

Using newlib functions is not recommended as long as tangr's bFLT loader hasn't been merged into Ndless, since some of these functions require relocation, and you can't guess which ones.


I guess I'll have to find a way to hook up GDB to the nspire_emu.

This one is also at the top of the TODO list.
Lionel Debroux has already merge my GDB stub into the latest (but not released publicly?) update of nspire_emu. I'll do some non-regression tests on Ndless and update the SDK with it as soon as possible.

Once again sorry for the delay. Fill free to contribute a way or another to all these tasks, I can give update rights to the repository to anyone I trust willing to contribute if needed.

113
Calculator C / Re: Nspire (Ndless) C Linking Frenzy (+requests for Ndless)
« on: September 18, 2012, 05:00:47 pm »
1) Try to remove the -nostdlib switch and any #include directive for the standard headers. Conflicts between newlib and os.h are an Ndless design flaw, sorry about that.

3) This may only be a matter of exporting the pthreads definition from the OS (for example phtread_create() an pthread_join() have already be found: https://www.unsads.com/scm/svn/nsptools/symbols/trunk/OS_cascx-3.1.0.idc [guest/guest]).
But the OS clock cursor will once again annoy us since interrupts must be able for these functions to work.

114
News / Re: A new graphical SDK for Ndless
« on: September 17, 2012, 09:41:11 am »
Nice to hear this :)
Did you have to adapt some parts of the original sourcecode of 'Fire'?

115
Nspire I/O / Re: Nspire I/O
« on: September 16, 2012, 05:29:25 am »
compu, so I'm waiting these changes to be merged before integrating it to the Ndless SDK, please tell me when it's OK for you.

116
Lua / Re: Trouble with screen managers?
« on: September 12, 2012, 04:24:22 pm »
Did you try to just run "Screen = class()" alone?
I don't have any problem with it, whether using OS v3.1 or v3.2, Luna or oclua.

117
Other Calculators / Re: Turn on the light on the Nspire
« on: September 08, 2012, 05:31:27 am »
Did you make sure to follow the whole Ndless installation procedure? http://ndlessly.wordpress.com/ndless-user-guide/

118
News / Re: A new graphical SDK for Ndless
« on: September 05, 2012, 05:04:38 pm »
Is it possible to use kArmTI as the emulator?  Iirc it's based off of nspire_emu..when I try to launch it windows says it's "stopped working" ???
Not sure if there would be any special instructions or anything..I copied a working setup and renamed "kArmTI_v**.exe" to "nspire_emu.exe" and it still starts up fine when launched directly.

Does it work at least with the official version of nspire_emu provided?

10 times is the number of tries I had to read the readme before nspire_emu actually worked :D

I will gladly integrate any suggestion to improve the documentation, but you have to tell what was not clear to you.

119
TI-Nspire / Re: gpSP-Nspire (GBA Emulator)
« on: September 01, 2012, 03:26:17 am »
It would be really useful if Ndless could expose the OS's contrast variable somehow, so I would be able to grab the initial contrast accurately (and either set that variable to a new value before exit or use it to restore the contrast)

But isn't the 900F0020 contrast I/O port read & write?

120
TI-Nspire / Re: Re: gpSP-Nspire (GBA Emulator)
« on: August 31, 2012, 09:18:44 am »
Sure, I can add this. Any hint on the OS variable address is welcome.

Pages: 1 ... 6 7 [8] 9 10 ... 55