Please Log In or Register - it's FREE!

 
Reply to this topicStart new topic
 Anyone have problems running games on the Q9H?, Strange video memory is probably preventing most apps from working
bitbank
post Dec 3 2007, 20:55
Post #1


Enthusiast
Group Icon

Group: Posters
Posts: 243
Joined: 25th June 2003
From: Sunny South Florida
Member No.: 8,871



I've got a Q9H for software testing and it appears that the video memory is mapped in a very odd way. When I run various game applications the display is distorted and basically divides into 4 distinctive bands.

Does anyone else have this device and see the same issue? I have a workaround that I'm coding into games I'm responsible for (e.g. Namco's arcade titles + SmartGear).

Would anyone with a Q9H be willing to test a new build of these games to see if I've corrected the problem?

Thanks,
Larry B.


--------------------
the fastest instructions are none at all :)
Go to the top of the page
 
+Quote Post
deanhatescoffee
post Dec 5 2007, 07:09
Post #2


Newbie
Group Icon

Group: Posters
Posts: 4
Joined: 4th December 2007
Member No.: 329,329

Device(s): Motorola Q9h



I'll test new games for ya. I tried to run PocketNester and I was able to get it to work, but the distortion (elongation) of the game screen was terrible. What's funny (or sad) is that, when I went into the PocketNester menu while playing a game, I could see that the game (behind the menu) looked normal.
Go to the top of the page
 
+Quote Post
c2matrix
post Dec 7 2007, 04:34
Post #3


Newbie
Group Icon

Group: Posters
Posts: 28
Joined: 5th May 2007
Member No.: 253,288

Device(s): o2 xda mini



yes, I know the problem and corrected it.
the cxStride is 4096, that means each line of the display memory is now 4096 bytes(not 320*2 bytes!)
I have tested it on Moto Q9h (thanks to moto for give me this gift for testing:) )

you can down my game to see the effect tongue.gif :

http://c2matrix.com
Go to the top of the page
 
+Quote Post
jfreiman
post Dec 11 2007, 00:10
Post #4


Newbie
Group Icon

Group: Posters
Posts: 23
Joined: 10th March 2006
From: San Franciso, CA
Member No.: 176,878

Device(s): T-Mobile Dash & Cingular 2125



Isn't there a fix that Motorola can make?

I love my Dig Dug game and it too won't work.

It seems crazy that each vendor has to update/"fix" their games to support what seems to be a bug in the Q9h?

-John
Go to the top of the page
 
+Quote Post
ephewe
post Dec 11 2007, 06:43
Post #5


Newbie
Group Icon

Group: Posters
Posts: 8
Joined: 8th December 2007
Member No.: 330,673

Device(s): Moto Q 9h Global



QUOTE(bitbank @ Dec 3 2007, 15:55) *
I've got a Q9H for software testing and it appears that the video memory is mapped in a very odd way. When I run various game applications the display is distorted and basically divides into 4 distinctive bands.

Does anyone else have this device and see the same issue? I have a workaround that I'm coding into games I'm responsible for (e.g. Namco's arcade titles + SmartGear).

Would anyone with a Q9H be willing to test a new build of these games to see if I've corrected the problem?

Thanks,
Larry B.



I've had problems along the lines of what you describe when trying to run PocketNesterPlus and PocketSNES. Quite a bummer.
Go to the top of the page
 
+Quote Post
twistedfate775
post Dec 23 2007, 10:51
Post #6


Newbie
Group Icon

Group: Posters
Posts: 4
Joined: 13th December 2007
Member No.: 332,504

Device(s): motoq9h



I also have an ATT Moto Q 9h. I will test whatever you need. I am desperately seeking a way to run an SNES emu without the 1/4 of the screen wrap around.

John
twistedfate775@yahoo.com
Go to the top of the page
 
+Quote Post
chocobo123
post Feb 27 2008, 06:05
Post #7


Newbie
Group Icon

Group: Posters
Posts: 1
Joined: 27th February 2008
Member No.: 361,156

Device(s): moto Q9h



i have the same problem too with my q9h when i run pocketsnes. is there a fix out there that can correct this problem? does all q9h do that or is it just certain ones? i wanna play snes games on my q9h ;X. if anyone can help, it will be much appreciated. thank you!
Go to the top of the page
 
+Quote Post
88Saleen351
post Mar 29 2008, 14:01
Post #8


Newbie
Group Icon

Group: Posters
Posts: 24
Joined: 14th January 2008
Member No.: 344,421

Device(s): Motorola Q9



Just curious...I'm running a Q9M and don't have this problem.Could it be an issue with the pxa27x lcd driver? perhaps something was coded differently for use in AT&T phones.I thought the Q9M and Q9H were basically the same phone (internally as for the main chipset and board).I've found several settings in registry pertaining to display driver and video memory....just a thought since I'm constantly tweaking and hacking this thing.
Go to the top of the page
 
+Quote Post
bitbank
post Mar 29 2008, 14:16
Post #9


Enthusiast
Group Icon

Group: Posters
Posts: 243
Joined: 25th June 2003
From: Sunny South Florida
Member No.: 8,871



QUOTE(88Saleen351 @ Mar 29 2008, 10:01) *
Just curious...I'm running a Q9M and don't have this problem.Could it be an issue with the pxa27x lcd driver? perhaps something was coded differently for use in AT&T phones.I thought the Q9M and Q9H were basically the same phone (internally as for the main chipset and board).I've found several settings in registry pertaining to display driver and video memory....just a thought since I'm constantly tweaking and hacking this thing.

Apparently the Q9M and Q9H are not the same guts. The pxa270 doesn't have this problem, only the new TI OMAP CPU.

L.B.


--------------------
the fastest instructions are none at all :)
Go to the top of the page
 
+Quote Post
bitbank
post Mar 29 2008, 14:17
Post #10


Enthusiast
Group Icon

Group: Posters
Posts: 243
Joined: 25th June 2003
From: Sunny South Florida
Member No.: 8,871



QUOTE(jfreiman @ Dec 10 2007, 20:10) *
Isn't there a fix that Motorola can make?

I love my Dig Dug game and it too won't work.

It seems crazy that each vendor has to update/"fix" their games to support what seems to be a bug in the Q9h?

-John

Hi John,
If you're referring to the arcade emulator version of DigDug that I wrote, I'm working on a new release which fixes this problem. I'm not sure when Namco will release it, but it will be labeled something like "WM6 update".

L.B.


--------------------
the fastest instructions are none at all :)
Go to the top of the page
 
+Quote Post
Joe T.
post Jul 2 2008, 00:51
Post #11


Newbie
Group Icon

Group: Posters
Posts: 1
Joined: 6th April 2008
Member No.: 375,853

Device(s): Motorola Q9h



QUOTE(twistedfate775 @ Dec 23 2007, 05:51) *
I also have an ATT Moto Q 9h. I will test whatever you need. I am desperately seeking a way to run an SNES emu without the 1/4 of the screen wrap around.

John
twistedfate775@yahoo.com



Did anyone find a working version for the Q9h? Twistedfate, I am in your shoes buddy
if anyone happens to come across it, I can also be reached by email at pockafella@gmail.com

I will be looking though until I find one!
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

Similar Topics

  Topic Replies Topic Starter Views Last Action
No new Topic has attachmentsPaul's guide to... changing the HTC Touch / T-Mobile Wing PagePool size
255 Paul (MVP) 110,651 Today, 22:01
Last post by: dutchphoto
No new Topic has attachmentsMotorola Q9H (AT&T) GPS... ACTIVATED! [updated]
177 Paul (MVP) 57,580 Today, 20:28
Last post by: rfarrah
No new Topic has attachmentsDisabling "Static Navigation" on GPSr chip?
Trying to geocache and SN is messing me up!
38 Mojoski 6,726 Today, 17:09
Last post by: meandaddy
No new The HTC Kaiser 6.1 / Performance update is here!
105 Paul (MVP) 58,469 Today, 19:08
Last post by: raas
No new Touch Diamond to roll on to Orange and T-Mobile this weekend?
18 Paul (MVP) 1,912 Today, 20:51
Last post by: benssson
No New Posts HELP - Can Someone Check a reg key on Diamond
0 rikwebb 19 Today, 21:28
Last post by: rikwebb

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

 


RSS hit counter Lo-Fi Version Time is now: 6th July 2008 - 22:59


Please visit our 'Plus Partners' - these companies support MoDaCo through 'MoDaCo Plus' - Click Here for more details!

VITO Technology | Slipstream Solutions | Aiko Solutions | PDAMill | Inesoft | SBSH | LingvoSoft | Ruttensoft | Astraware | MadBeetle | Sprite Software

Opera | Westtek | TetraEdge | Z4Soft | KBM Systems | Conduits | Mini Lyrics Magic | Proporta | Semsons | SyncData | Active Kitten | Binaryfish | Textr

SPB Software House | Omega One | OmniSoft | Resco | eSoft Interactive | TenGo | ATEKsoft | imei-check | GpsGate | SplashData | DeveloperOne | monocube

WebIS, home of Pocket Informant, FlexMail and Note2Self

Would your company like to become a 'Plus Partner'? Click Here to contact us!