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 - Legimet
Pages: 1 ... 15 16 [17] 18 19 ... 24
241
« on: September 28, 2013, 10:33:28 pm »
Actually, nio_gets() just calls nio_fgets() with a size argument of 100, so it's not insecure if you have a buffer of at least 100 chars, but it doesn't work like the gets function in older C standards. If your buffer is smaller than 100 chars, you must use nio_fgets unless you want buffer overflows.
Another feature request: add nio_scanf() and nio_fscanf(). (Unfortunately, these will have to be implemented as macros, because there is no vsscanf syscall, only sscanf.)
242
« on: September 26, 2013, 08:09:21 pm »
You could get ExtendeD to add such a function to libndls.
243
« on: September 26, 2013, 07:21:19 pm »
You could create a file to store necessary variables in.
244
« on: September 26, 2013, 05:22:38 pm »
There is no way currently to get nLaunchy or Ndless if you have J or K. For now, download OS 3.2.4 from http://education.ti.com/nspire/os324 so that you can at least use your calculator, but you won't be able to use nLaunchy.
245
« on: September 26, 2013, 05:11:45 pm »
Use the modify button instead of triple-posting, please. Unfortunately, you have boot2 version 3.2.4.7 (and probably a J or K hardware revision) which is not supported by nLaunchy. Find your hardware revision: It is the letter at the end of the string beginning with P-. In this case it's A.
246
« on: September 19, 2013, 06:37:18 pm »
As ExtendeD said, either use printf debugging with nspireio or use the OCD debugger to find where it crashes. And instead of double posting, click the modify button to edit your post.
247
« on: September 17, 2013, 09:38:11 pm »
248
« on: September 11, 2013, 08:05:22 pm »
Thanks, I got it disassembled.
249
« on: September 10, 2013, 10:49:22 pm »
There will be Ubuntu on smartphones, but Ubuntu Edge is dead.
251
« on: September 10, 2013, 09:43:32 pm »
Have some peanuts: And good luck developing programs for the Nspire!
252
« on: September 10, 2013, 09:39:12 pm »
I don't understand, what exactly do you mean by "virtual directory"? The code I gave simply creates a regular directory in the root of the filesystem (which cannot be seen from the document browser).
253
« on: September 10, 2013, 09:14:41 pm »
OK, I'll take a look at IDA. What arguments should I pass to wm? It looks like you need the start address and the size.
254
« on: September 10, 2013, 08:59:41 pm »
To create a directory: mkdir("/dirname", 0755); Also, welcome to Omnimaga, and be sure to Introduce yourself.
255
« on: September 10, 2013, 06:53:16 pm »
So what file has to be disassembled, and what is a good disassembler?
Pages: 1 ... 15 16 [17] 18 19 ... 24
|