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

Pages: 1 ... 3 4 [5] 6 7 ... 16
61
TI-Nspire / Re: z80 emulator for Nspire
« on: March 28, 2014, 11:33:04 pm »
I just assembled the source which he gave me at some point, I hope it works, as I don't have an nspire with me at the moment. I assembled all three versions.

62
General Calculator Help / Re: Alternate Charging Port for Nspire CX
« on: February 23, 2014, 06:17:50 pm »
Yes it can.
from http://tiplanet.org/forum/viewtopic.php?t=13193&p=149999:

is the list of known pins. If you connect 5V to the medium pins and ground to the long pins, it should charge. I know it at least will power my clickpad, but I haven't tried it with my CX.

63
General Calculator Help / Re: Which link cable?
« on: February 23, 2014, 06:08:59 pm »
If you want to transfer the OS you can do it two or three ways. Here are the ways that I have used:
1): install uosrecv on his calculator, and run it. It should come to a screen which tells you to install the OS, and you should be able to send the OS from another calculator using the USB Mini-A to Mini-B cable or a computer.
2): install Linky, and use your computer to dump a ROM image of your calculator using DFU. Then you should be able to send the ROM of your calculator to his calculator via Linky and DFU. This will delete everything he has in archive, and will put everything you have on your calc into his archive.
and there's probably more but I haven't used those. Also, when transferring ROMs to calculators, it is much safer not to send the certificate, so don't.
and there's probably more but I haven't used those.

64
Other / Re: FIRST Robotics Competition Discussion
« on: February 16, 2014, 10:23:12 pm »
I'm on team 3061 (Huskie Robotics), and we're doing pretty well this year. Our robot drives, and our shooter shoots, and I have no idea about the status of the collector. I don't actually have any pictures, I'll take one tomorrow.

65
WabbitStudio Software Suite / Re: Wabbitemu Android Beta
« on: January 16, 2014, 11:11:54 pm »
I can confirm that the app is stretchy on the Nexus 7 2013 running android 4.4.2 (the newest version). I also don't see any kind of menu. My rom is 83fr.rom and is on internal storage.

66
Introduce Yourself! / Re: Hai! Nice to meet everyone!
« on: January 06, 2014, 08:28:42 pm »
It's good to have you here. From looking at your questions (which are very good questions to be asking), I see that you're interested in Nspire linux, which is also how I got interested in Omnimaga.
In regards to assemblers, GNU as running under Debian on the Nspire, I can assemble jacobly's calcemu in about 25 seconds, which seems slow, but recall that calcemu is quite a bit larger than many pure-code assembly projects. The problem being is that you must have an external flash drive to hold the Debian file system, since it's too big to fit as an initrd. Also, if you have questions about linux on the nspire, don't hesitate to post in the Nspire Linux Questions thread.

67
TI Z80 / Re: Bad Apple SE
« on: January 05, 2014, 11:19:25 pm »
It's hard to tell how well the audio is synchronized, so I'll have to do some more tests. It appears to be the correct length as the video, so that's promising. One issue I see is that the video often won't start, and sometimes the audio won't play. It didn't happen in tilem, so I don't know what could be causing it. I also have a feature request: a key to instantly escape, since the only way out is to pull a battery.

68
Other Calc-Related Projects and Ideas / Re: TILP: beta-testing...
« on: January 05, 2014, 05:51:33 pm »
I have found a bug with memory allocation, then fixed it. If an (84+SE) app is bigger than 50 pages, not enough memory is allocated to hold it, which results in overflow errors. I tracked it down to files8x.c in tilp-libtifiles. I have submitted a pull request on github.

69
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: January 05, 2014, 05:21:40 pm »
I can confirm that this happens on clickpad calculators. It is often triggered by the clear key for me as far as I can tell. USB keyboards work just fine.

70
Computer Projects and Ideas / Re: Illusiat 5
« on: December 29, 2013, 12:35:10 pm »
Do the images at least show up? All but one worked on my computer, I think that one will have to be done manually. Some of them are also missing peices and might need to be fixed manually too.

71
Computer Projects and Ideas / Re: Illusiat 5
« on: December 28, 2013, 10:35:49 pm »
I used scalpel and got most of the gifs and jpegs, but I can't seem to find any .ico files.

72
Miscellaneous / Re: Awesome pictures thread
« on: December 24, 2013, 04:01:36 pm »
So I was making potatoes today:

That's 10 potatoes, very awkward to stack

73
HP Calculators / Re: Particles
« on: December 12, 2013, 02:28:03 pm »
You can make a local variable which is a list, and lists can contain any type of variable. You could make a list which contains a bunch of 3-element lists, or you could have a 400x3 matrix. you can index a list in a list by using LISTNAME(index1,index2). You can also use the MAKEMAT(value,rows,columns) command to make a list (yes, it works on lists) or matrix rows x columns.

74
Computer Usage and Setup Help / Re: [shell] Get last part of a string ?
« on: December 07, 2013, 01:24:42 pm »
I did this using sed, a stream editor.
Code: [Select]
echo  "1574-114687-415" | sed s/.*-// will replace everything at the beginning of a string that has a - at the end with nothing, and continue on in this way. It returns everything which doesn't have a - after it.

75
General Calculator Help / Re: USB8x / MSD8x errr 0315
« on: December 04, 2013, 09:24:12 pm »
Firstly, don't double post, use the modify button above the post.
I have done this before. you can put a very small ball of aluminum foil between pins 4,5, and the sheathing. It's very sketchy, so make sure that the aluminum isn't touching the other pins, as it could possibly break the USB port on the calculator or the flash drive.
Also, some flash drives just don't work, and using MSD8X/USB8X kills the battery, so try new batteries.

Pages: 1 ... 3 4 [5] 6 7 ... 16