On Fri, Aug 15, 2003 at 07:11:33PM +0200, Michael Nordstrom wrote:
> Well, after taking a closer look at this I found out that it was Adam
> that made this change, so before I change it back I guess I should
> give Adam a chance to remember his reasons for the change ;-)

IIRC I coded in os.c to state "if its OS4 or higher, max bitdepth
should be 16bpp" etc. Perhaps for some reason your device isn't
telling us that it is infact running OS4...

According to the PalmOS APi, we're supposed to identify OS versions by
looking for a ROM that has the 'released' flag set. In OS5 some early
Tungsten T's were sold that still had the 'development' flag set...
your m505 might have the same problem...

Try this out... in os.c change the line...

static const UInt32 RomVersion40 = sysMakeROMVersion( 4, 0, 0,
                                    sysROMStageRelease, 0 );

to

static const UInt32 RomVersion40 = sysMakeROMVersion( 4, 0, 0,
                                    sysROMStageDevelopment, 0 );


That might help solve the problem. I don't have time to build a prc
for you at this moment (maybe Mike can).. but if you give me until the
weekend maybe I can send you something that has this change.

-- 
Adam McDaniel
Array.org
Calgary, AB, Canada
_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to