Don't have an account? Register now to chat, post, use our tools, and much more.
Latest Headlines
Online Users
There are 126 users online: 6 members, 86 guests and 34 bots. Members: ACagliano, fortytwo, legodude, Tari, Unomisan. Bots: VoilaBot (4), Spinn3r (1), MSN/Bing (1), Magpie Crawler (3), VoilaBot (6), Googlebot (18), MSN/Bing (1).
RSS & Social Media
SAX
You must log in to view the SAX chat widget
|
| Author |
Message |
|
JPfowl

Member

Joined: 25 Jan 2011 Posts: 135
|
Posted: 02 Jan 2012 11:53:03 pm Post subject: Basic to App |
|
|
Hi Guys,
I have some basic programs that I wish to convert to apps. One program to do so that I found is Basic Builder. I have my Hex files and the wappsign program but my files aren't signed. Anyone know how to fix this? Or is there another way for me to convert my programs? |
|
| Back to top |
|
|
Tari

Systems Integrator

Joined: 03 Jul 2006 Posts: 2112 Location: Always-winter, Michigan
|
Posted: 02 Jan 2012 11:58:50 pm Post subject: |
|
|
Wabbitsign packages the 0104 key and thus is probably a bit easier to use.
I haven't attempted to use wappsign in quite a while so don't know what is required for that. I believe it's as easy as pointing it at the hex file and key file (0104.key IIRC). _________________
Ask questions the smart way · タリ
Last edited by Tari on 03 Jan 2012 12:11:42 am; edited 1 time in total |
|
| Back to top |
|
|
graphmastur
Power User

Joined: 27 Jul 2010 Posts: 464
|
Posted: 03 Jan 2012 12:09:44 am Post subject: |
|
|
yeah, wappsign is easy to use, but I would high suggest wabbitsign as tari linked. I guess it would be better to say not to use wappsign.  |
|
| Back to top |
|
|
JPfowl

Member

Joined: 25 Jan 2011 Posts: 135
|
Posted: 03 Jan 2012 01:27:38 am Post subject: |
|
|
| I can do either method now, but when I send over some of my files, some of them do not do anything. I run the app and it simply goes to the home screen. Can you see a problem? Is there a better program then basic builder? |
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55759 Location: Earth, Sol, Milky Way
|
Posted: 03 Jan 2012 01:31:06 pm Post subject: |
|
|
BasicBuilder has some significant inefficiencies that I don't like, but for better or worse, there aren't really any alternatives available. I also second and third all the WabbitSign suggestions. _________________
 |
|
| Back to top |
|
|
qazz42

Vampire Killer

Joined: 07 Apr 2010 Posts: 4177
|
Posted: 03 Jan 2012 04:19:41 pm Post subject: |
|
|
What everyone else is saying, use wabbitsign. I mean, I think you could use the flash debugger (I forget, have not done app signing in a loooong time) but I remember wabbitsign being the best choice _________________
 |
|
| Back to top |
|
|
DJ_O

Retired TI-83+ coder

Joined: 18 Mar 2005 Posts: 1487 Location: Quebec (Canada)
|
Posted: 03 Jan 2012 04:46:07 pm Post subject: |
|
|
Yeah I got suggested to convert all my old calculator games before and the only one that got past the title screen is Mana Force I, even though it did not use a single pic var. Also some people reported that launching sub-programs is slower through BasicBuilder than it is normally, which can be problematic sometimes. _________________ Retired 83+ coder, Omnimaga/TIMGUL founder. Now doing power metal music (formerly did electronica)
Follow me on Bandcamp|Facebook|Reverbnation|Youtube|Twitter |
|
| Back to top |
|
|
Ashbad

... I think redheaded girls are kind of cool

Joined: 01 Dec 2010 Posts: 2418 Location: Stomp Stomp Stomp, The Idiot Convention
|
Posted: 03 Jan 2012 04:49:40 pm Post subject: |
|
|
| DJ_O wrote: | | Also some people reported that launching sub-programs is slower through BasicBuilder than it is normally, which can be problematic sometimes. |
The reason for this phenomenon is widely suggested to be caused by the BasicBuilder controlling engine copying the subprograms out to RAM every time before execution. _________________ -Ashbad
Last edited by Ashbad on 03 Jan 2012 04:57:20 pm; edited 1 time in total |
|
| Back to top |
|
|
JPfowl

Member

Joined: 25 Jan 2011 Posts: 135
|
Posted: 03 Jan 2012 04:55:58 pm Post subject: |
|
|
| Anybody know why some of the converted files don't work? |
|
| Back to top |
|
|
DJ_O

Retired TI-83+ coder

Joined: 18 Mar 2005 Posts: 1487 Location: Quebec (Canada)
|
Posted: 03 Jan 2012 05:06:50 pm Post subject: |
|
|
@Ashbad: Ah, that could explain it. Also they have to be decompressed, right?
@JPfowl: Not sure, although if your game has picture files, you must manually edit the entire code and change Recallpic 1 and such thing to Recallpic A or something like that. You would need to check the readme in case you missed something else similar. However it is very possible that there are still remaining bugs in the converter. _________________ Retired 83+ coder, Omnimaga/TIMGUL founder. Now doing power metal music (formerly did electronica)
Follow me on Bandcamp|Facebook|Reverbnation|Youtube|Twitter |
|
| Back to top |
|
|
Ashbad

... I think redheaded girls are kind of cool

Joined: 01 Dec 2010 Posts: 2418 Location: Stomp Stomp Stomp, The Idiot Convention
|
Posted: 03 Jan 2012 05:25:48 pm Post subject: |
|
|
| DJ_O wrote: | | @Ashbad: Ah, that could explain it. Also they have to be decompressed, right? |
I don't remember if they actually are compressed or not, I'm thinking probably not. If they did, though, it would be even slower, because while copying memory contents and creating a new BASIC program in the VAT is going to slow things down, decompression from something even simple like RLE (which I use for example, you would not actually use this method for compressing programs) would take just as long, if not longer depending on the length of the compressed data. _________________ -Ashbad |
|
| Back to top |
|
|
JPfowl

Member

Joined: 25 Jan 2011 Posts: 135
|
Posted: 03 Jan 2012 08:16:22 pm Post subject: |
|
|
| No pictures involved. They are simple programs that once converted to apps, no longer run. |
|
| Back to top |
|
|
|
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.
» Go to Registration page
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
© Copyright 2000-2013 Cemetech & Kerm Martian :: Page Execution Time: 0.033555 seconds.
|