BlackBerryForums.com : Your Number One BlackBerry Community
     

»Sponsored Links


BlackBerryApps.com Best Sellers



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

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
   
Sponsored Links
Please Login or Register to Remove these Advertisements!

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

The link doesn't work -- Can you fix it? Thanks!


Thanks,
Mark Rejhon
   
  (#3 (permalink)) Old
ins0mniaque Offline
Knows Where the Search Button Is
 
Posts: 29
Join Date: Mar 2005
Model: 7100r
Default 03-14-2005, 09:23 PM

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

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
   
  (#5 (permalink)) Old
ins0mniaque Offline
Knows Where the Search Button Is
 
Posts: 29
Join Date: Mar 2005
Model: 7100r
Default Bb Os - 03-14-2005, 11:20 PM

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

Is there a way to, for example, implement an emulator using "com.nokia.mid.ui.FullCanvas"?


Thanks,
Mark Rejhon
   
  (#7 (permalink)) Old
DoomBringer Offline
Talking BlackBerry Encyclopedia
 
Posts: 300
Join Date: Feb 2005
Model: 7280
Carrier: cingular, no wait, AT&T
Default 03-15-2005, 04:55 PM

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
   
  (#8 (permalink)) Old
ins0mniaque Offline
Knows Where the Search Button Is
 
Posts: 29
Join Date: Mar 2005
Model: 7100r
Default Exactly... - 03-16-2005, 10:02 AM

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
   
  (#9 (permalink)) Old
DoomBringer Offline
Talking BlackBerry Encyclopedia
 
Posts: 300
Join Date: Feb 2005
Model: 7280
Carrier: cingular, no wait, AT&T
Default 03-16-2005, 12:26 PM

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

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

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

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.
   
  (#12 (permalink)) Old
DoomBringer Offline
Talking BlackBerry Encyclopedia
 
Posts: 300
Join Date: Feb 2005
Model: 7280
Carrier: cingular, no wait, AT&T
Default 03-16-2005, 08:18 PM

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.
   
  (#13 (permalink)) Old
ins0mniaque Offline
Knows Where the Search Button Is
 
Posts: 29
Join Date: Mar 2005
Model: 7100r
Default Full demo sources - 03-17-2005, 02:44 PM

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)
   
  (#14 (permalink)) Old
DoomBringer Offline
Talking BlackBerry Encyclopedia
 
Posts: 300
Join Date: Feb 2005
Model: 7280
Carrier: cingular, no wait, AT&T
Default 03-18-2005, 02:00 PM

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

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

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

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

please?!?!!

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


VR6
   
Closed Thread


Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Copyright © 2004-2009 BlackBerryFAQ.com, BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of Research In Motion Limited.