BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 03-14-2005, 06:09 PM   #1
ins0mniaque
Knows Where the Search Button Is
 
Join Date: Mar 2005
Model: 7100r
Posts: 29
Default Nokia games...

Please Login to Remove!

I'm kinda new here... and I like to end all my sentences with "..."...

I am trying to convert "Mystic Island 2" to the BB, but it uses the nokia "FullCanvas". I was wondering if someone with enough BB API knowledge could port (or at least point me in a direction) the com.nokia.mid.ui.FullCanvas class to the BB. It derives from javax.microedition.lcdui.Canvas.

Porting this to the BB could makes a WHOLE lot of games work out of the box.

See http://www.hta-bi.bfh.ch/Projects/p...rview-tree.html for more information.


tia
Offline  
Old 03-14-2005, 07:28 PM   #2
Mark Rejhon
Retired BBF Moderator
 
Mark Rejhon's Avatar
 
Join Date: Aug 2004
Location: Ottawa, Ontario, Canada
Model: Bold
Carrier: Rogers
Posts: 4,870
Default

The link doesn't work -- Can you fix it? Thanks!
__________________
Thanks,
Mark Rejhon
Author of XMPP extension XEP-0301:
www.xmpp.org/extensions/xep-0301.html - specification
www.realjabber.org - open source
Offline  
Old 03-14-2005, 09:23 PM   #3
ins0mniaque
Knows Where the Search Button Is
 
Join Date: Mar 2005
Model: 7100r
Posts: 29
Default

http://www.hta-bi.bfh.ch/Projects/po...view-tree.html
Offline  
Old 03-14-2005, 10:27 PM   #4
Mark Rejhon
Retired BBF Moderator
 
Mark Rejhon's Avatar
 
Join Date: Aug 2004
Location: Ottawa, Ontario, Canada
Model: Bold
Carrier: Rogers
Posts: 4,870
Default

What version of BlackBerryOS are you using?

You do know that BlackBerryOS 4.0 and later supports MIDP 2.0, but not the older BlackBerryOS 3.7?
__________________
Thanks,
Mark Rejhon
Author of XMPP extension XEP-0301:
www.xmpp.org/extensions/xep-0301.html - specification
www.realjabber.org - open source
Offline  
Old 03-14-2005, 11:20 PM   #5
ins0mniaque
Knows Where the Search Button Is
 
Join Date: Mar 2005
Model: 7100r
Posts: 29
Default Bb Os

I'm using the 4.0.0.219 OS.
Offline  
Old 03-15-2005, 01:38 PM   #6
Mark Rejhon
Retired BBF Moderator
 
Mark Rejhon's Avatar
 
Join Date: Aug 2004
Location: Ottawa, Ontario, Canada
Model: Bold
Carrier: Rogers
Posts: 4,870
Default

Is there a way to, for example, implement an emulator using "com.nokia.mid.ui.FullCanvas"?
__________________
Thanks,
Mark Rejhon
Author of XMPP extension XEP-0301:
www.xmpp.org/extensions/xep-0301.html - specification
www.realjabber.org - open source
Offline  
Old 03-15-2005, 04:55 PM   #7
DoomBringer
Talking BlackBerry Encyclopedia
 
Join Date: Feb 2005
Model: 7280
Carrier: cingular, no wait, AT&T
Posts: 300
Default

I don't know the Nokia API at all. You could just reimplement it by deriving from the MIDP UI stuff and adding whatever you need, but that is the obvious answer
Offline  
Old 03-16-2005, 10:02 AM   #8
ins0mniaque
Knows Where the Search Button Is
 
Join Date: Mar 2005
Model: 7100r
Posts: 29
Default Exactly...

That is exactly what I intend to do (if I ever get time to do it... I need a couple of hours more per day...)

But as I never programmed in Java (well... not never, as I do know the syntax and everything, but I never did a REAL project in Java), and I never used MIDL (obviously). But I am a C++ programmer (and I did a couple of project using C# now... which is nearer to Java).

The Nokia class is probably easy to port to the BlackBerry, especially for someone with knowledge of the BB API and MIDL...

Could someone possibly point me the an open source BB game or something like that (because I am still not able to decompile .cod files)...

Tia,

ins0mniaque
Offline  
Old 03-16-2005, 12:26 PM   #9
DoomBringer
Talking BlackBerry Encyclopedia
 
Join Date: Feb 2005
Model: 7280
Carrier: cingular, no wait, AT&T
Posts: 300
Default

are there Javadocs for the Nokia API stuff?
Offline  
Old 03-16-2005, 01:01 PM   #10
ins0mniaque
Knows Where the Search Button Is
 
Join Date: Mar 2005
Model: 7100r
Posts: 29
Default

The best I found is http://www.hta-bi.bfh.ch/Projects/po...oc/nokia_j2me/

not searched a lot though...
Offline  
Old 03-16-2005, 07:31 PM   #11
DoomBringer
Talking BlackBerry Encyclopedia
 
Join Date: Feb 2005
Model: 7280
Carrier: cingular, no wait, AT&T
Posts: 300
Default

It should be relatively easy to implement that class then... the class is a very minor subclass of the Canvas thing. Of course, that doc looks anything but final.
Offline  
Old 03-16-2005, 08:18 PM   #12
DoomBringer
Talking BlackBerry Encyclopedia
 
Join Date: Feb 2005
Model: 7280
Carrier: cingular, no wait, AT&T
Posts: 300
Default

Also, any references to that class in the code you are using would be useful. Since FullCanvas seems to be a class to be derived from (it ought to be abstract...), it is important to at least have the proper functions in the thing so it can be derived properly.
Offline  
Old 03-17-2005, 02:44 PM   #13
ins0mniaque
Knows Where the Search Button Is
 
Join Date: Mar 2005
Model: 7100r
Posts: 29
Default Full demo sources

Here is a zip of the full decompiled sources from the demo for the Nokia S60 series...
Attached Files
File Type: zip Mystic Island 2 Demo.zip (74.6 KB, 16 views)
Offline  
Old 03-18-2005, 02:00 PM   #14
DoomBringer
Talking BlackBerry Encyclopedia
 
Join Date: Feb 2005
Model: 7280
Carrier: cingular, no wait, AT&T
Posts: 300
Default

Maybe this weekend I will try and implement some stuff... I dunno.
Offline  
Old 03-18-2005, 03:11 PM   #15
eradis
Talking BlackBerry Encyclopedia
 
Join Date: Sep 2004
Model: 8700r
Carrier: Rogers
Posts: 221
Default

very tough to do, but not impossible.
Offline  
Old 03-21-2005, 01:09 PM   #16
ins0mniaque
Knows Where the Search Button Is
 
Join Date: Mar 2005
Model: 7100r
Posts: 29
Default

I'd die for a good rpg on my blackberry ;)
Offline  
Old 03-22-2005, 02:05 PM   #17
ins0mniaque
Knows Where the Search Button Is
 
Join Date: Mar 2005
Model: 7100r
Posts: 29
Default

Any updates?
Offline  
Old 01-16-2006, 06:27 PM   #18
VR6
Talking BlackBerry Encyclopedia
 
VR6's Avatar
 
Join Date: Dec 2004
Location: Canada
Model: 9800
Carrier: Rogers
Posts: 308
Default

please?!?!!

Quote:
Originally Posted by ins0mniaque
I'd die for a good rpg on my blackberry ;)
__________________
~VR6

Rogers 7280 -> 7100r -> 8310 -> 9000 -> 9800 -> 9900
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Mitsubishi Control Board DM00N649.  SM76A127G02 . Ductless unit 47-0910KR (C64) picture

Mitsubishi Control Board DM00N649. SM76A127G02 . Ductless unit 47-0910KR (C64)

$120.00



Jelenko Commodore LS VPF with Pump  picture

Jelenko Commodore LS VPF with Pump

$875.00



3D MULTIMEDIA VIDEO CARD C64/V2 1MB picture

3D MULTIMEDIA VIDEO CARD C64/V2 1MB

$94.05



Vintage Printer Switch box Commodore 64/Sanyo Mountable Computer PC picture

Vintage Printer Switch box Commodore 64/Sanyo Mountable Computer PC

$49.00



Windsor Commodore Fastraction Carpet Cleaner CMD picture

Windsor Commodore Fastraction Carpet Cleaner CMD

$1995.00



Vintage Commodore Green Line Computer Calculator Custom GL-997R Made In The UK  picture

Vintage Commodore Green Line Computer Calculator Custom GL-997R Made In The UK

$27.99







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.