OESF | ELSI | pdaXrom | OpenZaurus | Zaurus Themes | Community Links | Ibiblio

IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Working Tiemu, Couldn't get it running
ShadowMaster
post Mar 11 2006, 03:22 PM
Post #1





Group: Members
Posts: 25
Joined: 2-March 06
Member No.: 9,275



I tried everything... from the one on the unstable feed, to some user-compiled tiemu2, going trough a tiem3 compilation (by another user) even compiling it by myself and all trow different errors, mostly because of skins...
my binary worked but the "GUI" part of the skin isn't show, and the keyboard mapping is awful and useless, so I'm trying to see if the problem is related to the lack of libjpeg and I'm recompiling with it...
this sucks, if I can't have the HP49 calc running let me at least have ti89/92/v200 on my zaurus sad.gif
I'll keep trying.,...
anyone had success on running one of those emulators?
Go to the top of the page
 
+Quote Post
desertrat
post Mar 11 2006, 05:28 PM
Post #2





Group: Members
Posts: 742
Joined: 15-October 05
From: Gulag, Siberia
Member No.: 8,322



QUOTE(ShadowMaster @ Mar 11 2006, 11:22 PM)
this sucks, if I can't have the HP49 calc running let me at least have ti89/92/v200 on my zaurus  sad.gif
I'll keep trying.,...
anyone had success on running one of those emulators?

If you don't mind the HP48's then grab X48 from here:

http://mail.pdaxrom.org/contrib/anunakin/

The pleasant surprise is that it starts up faster than the, arguably, less powerful Galculator.

-- cheers
Go to the top of the page
 
+Quote Post
ShadowMaster
post Mar 11 2006, 06:02 PM
Post #3





Group: Members
Posts: 25
Joined: 2-March 06
Member No.: 9,275



isn't the same as the HP49...
I like rpn but there are mayor missing features from hp49
I finally made the tiemu emulator work but it's slow as hell...and the keyboard mapping is far from being usable (N=Backspace, LEFT = L, etc, nor even numbers are the same as on the keyboard)
I tried xcas on windows to see if it would be a replacement at least but it failed with a simple calculus exercise that a hp49 solved... and I did try only 3 excercises... so it's not good at all
Go to the top of the page
 
+Quote Post
Civil
post Mar 12 2006, 12:35 PM
Post #4





Group: Members
Posts: 103
Joined: 22-August 05
From: Moscow, Russia.
Member No.: 7,924



ShadowMaster
TiEMU - working. But veeery slow and it needs original Ti 89/92/V200 BIOS (I found it once, but lost now...). Skin - it requries different names for 2 or 3 files. So just rename skins.
Go to the top of the page
 
+Quote Post
ShadowMaster
post Mar 12 2006, 06:11 PM
Post #5





Group: Members
Posts: 25
Joined: 2-March 06
Member No.: 9,275



yeah, as I posted I could get it running... but it was so frikin slow....
I found a HP49 emulator for linux.... but seems like it uses imake and other tools for building, so it's most likely to compile under pocketworkstation... and I don't have storage space for that sad.gif

Here's the link...
http://www.hpcalc.org/details.php?id=4382

anyone interested?
Go to the top of the page
 
+Quote Post
maxg
post Mar 15 2006, 03:50 PM
Post #6





Group: Members
Posts: 65
Joined: 21-January 05
Member No.: 6,279



http://zaurus.maxg.info

It was a pain to get tiemu working, and it will segfault sometimes. Sometimes it may look for shared files in /mnt/card/ti (probably a confiure error from me ...) ; just ln it to /usr and it should be ok.

It's rather slow, too. Maybe that was an understatement.
Go to the top of the page
 
+Quote Post
anunakin
post Mar 16 2006, 04:28 AM
Post #7





Group: Members
Posts: 340
Joined: 22-August 04
From: Belem, Brasil
Member No.: 4,358



The real HP49, is very slow .... uses same HP48 CPU ... and have more, more.... thinks ... I has one HP49G ... and a HP48GX....


Any sucess compiling SATURN HP49 emulator? for x86?
Go to the top of the page
 
+Quote Post
ShadowMaster
post Mar 16 2006, 04:34 PM
Post #8





Group: Members
Posts: 25
Joined: 2-March 06
Member No.: 9,275



I'll try porting emu48 for linux (is windows-only afaik). Then I'll try compiling it for the Zaurus. I'll also try compiling the SATURN 48/49 emulator in my x86 box

[EDIT]about your build, you are missing the .glade GUI files (wizard and other GUI stuff). also, you compiled it with a hardcoded route to /mnt/card/ti/share/tiemu2 so it looks for those files there.
Go to the top of the page
 
+Quote Post
stuffman
post Mar 18 2006, 12:18 AM
Post #9





Group: Members
Posts: 104
Joined: 27-May 04
From: State College, Pa.
Member No.: 3,471



I don't know if one of the builds you've tried was mine, but I have a TiEMU 3 build here which works, albeit very slowly. I think I screwed up the name of one of the skins (TI 92, I think), so it has to be changed (but I don't remember what to...). It's also ridiculously big at 9.5MB as an .ipk (and bigger still when installed). It works, but that's about it.
Go to the top of the page
 
+Quote Post
ShadowMaster
post Mar 19 2006, 07:03 AM
Post #10





Group: Members
Posts: 25
Joined: 2-March 06
Member No.: 9,275



stuffman, try stripping your binaries.
I think that I also tested your build but I had a problem (don't remember what was it)

However, porting emu48 is quite a problem. I probably will replace the GUI and put the settings into a .conf file and command line switches.
It won't be easy, there's still LOT of code that needs to be replaced for equivalent code that works in linux.
However, I think that I can make it work, but don't wait for a build in at least a month... lol
Go to the top of the page
 
+Quote Post
stuffman
post Mar 22 2006, 12:06 PM
Post #11





Group: Members
Posts: 104
Joined: 27-May 04
From: State College, Pa.
Member No.: 3,471



QUOTE(ShadowMaster @ Mar 19 2006, 10:03 AM)
stuffman, try stripping your binaries.
I think that I also tested your build but I had a problem (don't remember what was it)

However, porting emu48 is quite a problem. I probably will replace the GUI and put the settings into a .conf file and command line switches.
It won't be easy, there's still LOT of code that needs to be replaced for equivalent code that works in linux.
However, I think that I can make it work, but don't wait for a build in at least a month... lol
*


I stripped the binaries; it's just that I also have *all* of the libs required in the package (some of them are default with pdaXrom). I just sort of gave up on it because it was too slow and I got my TI-89 fixed.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 25th May 2013 - 03:21 AM