It is currently 26 Apr 2024, 13:12
   
Text Size

Magic on Mobile Devices

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Magic on Mobile Devices

Postby scythe000 » 09 May 2009, 07:52

My Windows Mobile HTC Touch HD runs Java, could it run this?

EDIT:
Ok, when I run run-forge.jar (the 5.03 beta) on the HD, I get
"run-forge.jar cannot be installed because
critical information is missing from the
application file (MIDlet-Name). -13
Please contact the application provider for
more information."
scythe000
 
Posts: 69
Joined: 03 May 2009, 02:08
Has thanked: 0 time
Been thanked: 0 time

Re: What is MTG Forge?

Postby mtgrares » 12 May 2009, 17:41

My Windows Mobile HTC Touch HD runs Java, could it run this?
Well if you tried and couldn't, I guess not. MTG Forge requires a 1024 by 768 screen size. I doubt MTG Forge could run on a mobile device even though it is written in Java.
mtgrares
DEVELOPER
 
Posts: 1352
Joined: 08 Sep 2008, 22:10
Has thanked: 3 times
Been thanked: 12 times

Re: What is MTG Forge?

Postby Snacko » 12 May 2009, 17:52

Those mobile devices have "java micro edition" Java ME and you have to write the software specially for it. The main difference is the rendering which has to be done via bare painting or you can use some higher level libraries like LWUIT.

Short answer no it won't work unless rendering is completely rewritten to target such platform.
Snacko
DEVELOPER
 
Posts: 826
Joined: 29 May 2008, 19:35
Has thanked: 4 times
Been thanked: 74 times

Re: What is MTG Forge?

Postby scythe000 » 12 May 2009, 23:31

Too bad, that would be awesome!
scythe000
 
Posts: 69
Joined: 03 May 2009, 02:08
Has thanked: 0 time
Been thanked: 0 time

Re: What is MTG Forge?

Postby frwololo » 13 May 2009, 07:55

Even if it was compatible, I believe MTGForge would requires loads of optimization before it can run on devices with such little computing power.
Not mentioning the design issues (as Rares said, Forge require a 1024*768 screen. Thinking the GUI again for small screen would be a nightmare).

More than half of the development time of Wagic is spent into "small device" issues (memory and cpu limitations, screen size, etc...), yet I believe lots of things would need to be rewritten for it too if we wanted it to fit on smaller screens (the psp is 480x272)
frwololo
DEVELOPER
 
Posts: 265
Joined: 21 Jun 2008, 04:33
Has thanked: 0 time
Been thanked: 3 times

Re: What is MTG Forge?

Postby scythe000 » 13 May 2009, 13:05

LOL, my HTC Touch HD is 800x480. I think the dimensions are 4.1" diagonal.
scythe000
 
Posts: 69
Joined: 03 May 2009, 02:08
Has thanked: 0 time
Been thanked: 0 time

Re: What is MTG Forge?

Postby frwololo » 14 May 2009, 04:35

scythe000 wrote:LOL, my HTC Touch HD is 800x480. I think the dimensions are 4.1" diagonal.
After comparing my PSP to an Iphone screen (which seems to be more or less the same size as the HTC HD), I'd say you could imagine porting Wagic to such a device. The screen is just 10% smaller than the PSP (despite resolution being higher), so something could probably be done.
This is, assuming some kind of SDK is available for the HTC Touch, which I doubt it is given everything seems to rely on money with portable devices nowadays.
Here's a screenshot:
Image
(rares, sorry, I keep hijacking your threads recently, maybe a mod could move that part of the discussion to another thread ?)
frwololo
DEVELOPER
 
Posts: 265
Joined: 21 Jun 2008, 04:33
Has thanked: 0 time
Been thanked: 3 times

Re: What is MTG Forge?

Postby scythe000 » 14 May 2009, 05:30

Anythign you could possibly want to know, you can find out at http://xda-developers.com.
Last edited by scythe000 on 14 May 2009, 15:36, edited 1 time in total.
scythe000
 
Posts: 69
Joined: 03 May 2009, 02:08
Has thanked: 0 time
Been thanked: 0 time

Re: What is MTG Forge?

Postby frwololo » 14 May 2009, 06:22

scythe000 wrote:Anythign you could possibly want to know, you can find out at (URL REMOVED).
This looks like a very suspicious site to me, and I think you mean http://www.xda-developers.com/ .
I wouldn't have the time myself to work on a port but I'm more than willing to improve the base code to make it more "portable" if some motivated developers want to work on a port (I've already received suggestions for the NDS, pandora, ...)
frwololo
DEVELOPER
 
Posts: 265
Joined: 21 Jun 2008, 04:33
Has thanked: 0 time
Been thanked: 3 times

Re: What is MTG Forge?

Postby Huggybaby » 14 May 2009, 07:55

He made a mistake, the .org is an ad site, but nothing wrong with it, it's a common way to make money from ads.
User avatar
Huggybaby
Administrator
 
Posts: 3207
Joined: 15 Jan 2006, 19:44
Location: Finally out of Atlanta
Has thanked: 701 times
Been thanked: 594 times

Re: What is MTG Forge?

Postby scythe000 » 14 May 2009, 15:37

My bad, yep, .com. Link edited above.
scythe000
 
Posts: 69
Joined: 03 May 2009, 02:08
Has thanked: 0 time
Been thanked: 0 time

mobile

Postby mtgrares » 14 May 2009, 18:36

Those mobile devices have "java micro edition" Java ME and you have to write the software specially for it. The main difference is the rendering which has to be done via bare painting or you can use some higher level libraries like LWUIT.
MTG Forge couldn't ever run with just a micro edition, because MTG Forge uses Swing which is not part of the micro edition.
mtgrares
DEVELOPER
 
Posts: 1352
Joined: 08 Sep 2008, 22:10
Has thanked: 3 times
Been thanked: 12 times

Re: Magic on Mobile Devices

Postby mtgrares » 14 May 2009, 18:44

frwololo said:
(rares, sorry, I keep hijacking your threads recently, maybe a mod could move that part of the discussion to another thread ?)
It is no problem. I've never split a thread before so it was fun to be "all-powerful, moderator". :D

More than half of the development time of Wagic is spent into "small device" issues (memory and cpu limitations, screen size, etc...), yet I believe lots of things would need to be rewritten for it too if we wanted it to fit on smaller screens (the psp is 480x272)
Just programming Magic is hard enough without having to worry with cpu, memory and the small screen size.
mtgrares
DEVELOPER
 
Posts: 1352
Joined: 08 Sep 2008, 22:10
Has thanked: 3 times
Been thanked: 12 times

Re: Magic on Mobile Devices

Postby scythe000 » 14 May 2009, 21:01

What is swing? Is it a necessary component of MTGForge?
scythe000
 
Posts: 69
Joined: 03 May 2009, 02:08
Has thanked: 0 time
Been thanked: 0 time

Re: Magic on Mobile Devices

Postby DennisBergkamp » 14 May 2009, 22:23

Yes, it's what provides the GUI for MTGForge.
User avatar
DennisBergkamp
AI Programmer
 
Posts: 2602
Joined: 09 Sep 2008, 15:46
Has thanked: 0 time
Been thanked: 0 time


Return to Forge

Who is online

Users browsing this forum: No registered users and 157 guests


Who is online

In total there are 157 users online :: 0 registered, 0 hidden and 157 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 157 guests

Login Form