Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: TheNlightenedOne on April 29, 2013, 07:01:59 pm

Title: Find names of all programs on calc?
Post by: TheNlightenedOne on April 29, 2013, 07:01:59 pm
How would I find the names of all the programs on a calc in Axe? I know you can access the program if you know the name, but I don't know how to find what programs are on the calc

EDIT: 404th post. Post not found
Title: Re: Find names of all programs on calc?
Post by: Link on April 29, 2013, 07:04:35 pm
I don't know how to actually make it, but why do you need this?? Maybe for a shell?
Title: Re: Find names of all programs on calc?
Post by: Sorunome on April 29, 2013, 07:05:32 pm
It is possible with asm, as it is made in Celtic3, maybe you can look into its source and use some inline hex?
Title: Re: Find names of all programs on calc?
Post by: Dapianokid on April 29, 2013, 07:07:11 pm
Doors does it natively.
Just look at the VAT for programs and then search the byte that is the start of the readable program and check if it is ASCII for "."... Idk what the offset is.
Title: Re: Find names of all programs on calc?
Post by: TheNlightenedOne on April 29, 2013, 08:26:27 pm
I'm making a program editor, because the TI-OS one is kinda... meh.
Title: Re: Find names of all programs on calc?
Post by: Runer112 on April 29, 2013, 08:30:46 pm
http://ourl.ca/18759/345664 (http://ourl.ca/18759/345664) :P


EDIT: If you don't plan to allow editing of archived programs just yet, that awkward hacky line can be done away with. Just skip any archived programs, for which dim()rr will be nonzero, and then simply get the pointer to the start of the program's data in RAM with dim()r.
Title: Re: Find names of all programs on calc?
Post by: Hayleia on April 30, 2013, 11:22:09 am
Note, if you want your programs to appear in alphabetical order, you can use Jacobly's modified MEMKIT (http://ourl.ca/18464/340684) (and give him +1s :P)
Title: Re: Find names of all programs on calc?
Post by: Joshuasm32 on April 30, 2013, 07:05:23 pm
OR I will give you plus one!   :D
Title: Re: Find names of all programs on calc?
Post by: Sorunome on April 30, 2013, 07:08:07 pm
I'm making a program editor, because the TI-OS one is kinda... meh.
wut, that is awesome!
I'll use it so and then i can use mathprint again, lol
Title: Re: Find names of all programs on calc?
Post by: Dapianokid on April 30, 2013, 08:26:44 pm
Oh man you should've said so earlier!
Runer helps only on the projects he KNOWS will rock :) naw jk.

But seriously, info on le editor pwease ^.^
Will it be inline installed with the OS?