Welcome to Soft32 Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

24 bit icon hard locks Pocket PC 2000 device

 
   Soft32 Home -> PDA -> Pocket PC Developer RSS
Next:  Capture Hibernate Event in .NET CF  
Author Message
HCH

External


Since: Sep 16, 2003
Posts: 4



(Msg. 1) Posted: Tue Sep 16, 2003 9:01 am
Post subject: 24 bit icon hard locks Pocket PC 2000 device
Archived from groups: microsoft>public>pocketpc>developer (more info?)

I've just determined that having a true color (24 bit) icon resource
as the application icon for an .exe is enough to lock up a Pocket PC
2000 device such that it has to be hard reset in order to get running
again.

It's pretty easy to duplicate but I don't recommend trying it unless
you really want to hard reset your device. Just put an .exe in a
folder, go to the folder and the device will lock up as it tries to
display it. A soft reset works but the boot locks up after the splash
screen (before today comes up).

Any suggestions on a workaround short of removing the 24 bit icon
instance?
Back to top
Login to vote
Bob Phillips

External


Since: Sep 16, 2003
Posts: 15



(Msg. 2) Posted: Tue Sep 16, 2003 5:33 pm
Post subject: Re: 24 bit icon hard locks Pocket PC 2000 device [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have always used a photo editor and simply saved the image as a 256 color
image. The IDE also seems to have a much easier time dealing with it rather
than the true-color icon.
-Bob

"HCH" <buy.DeleteThis@revolution.cx> wrote in message
news:6e218d00.0309161301.6eb07f58@posting.google.com...
> I've just determined that having a true color (24 bit) icon resource
> as the application icon for an .exe is enough to lock up a Pocket PC
> 2000 device such that it has to be hard reset in order to get running
> again.
>
> It's pretty easy to duplicate but I don't recommend trying it unless
> you really want to hard reset your device. Just put an .exe in a
> folder, go to the folder and the device will lock up as it tries to
> display it. A soft reset works but the boot locks up after the splash
> screen (before today comes up).
>
> Any suggestions on a workaround short of removing the 24 bit icon
> instance?
Back to top
Login to vote
HCH

External


Since: Sep 16, 2003
Posts: 4



(Msg. 3) Posted: Wed Sep 17, 2003 9:25 am
Post subject: Re: 24 bit icon hard locks Pocket PC 2000 device [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Viewing the icon in eVC is not a problem.

I'm looking for a workaround short of removing the true color icon so
a single install package can support 2000/2002/2003.

It wouldn't be such a big deal to remove it - nothing compared to
completely trashing a user's device.



"Bob Phillips" <phil1630 RemoveThis @bellsouth.net> wrote in message news:<HHP9b.1414$XZ2.553@bignews5.bellsouth.net>...
> I have always used a photo editor and simply saved the image as a 256 color
> image. The IDE also seems to have a much easier time dealing with it rather
> than the true-color icon.
> -Bob
>
> "HCH" <buy RemoveThis @revolution.cx> wrote in message
> news:6e218d00.0309161301.6eb07f58@posting.google.com...
> > I've just determined that having a true color (24 bit) icon resource
> > as the application icon for an .exe is enough to lock up a Pocket PC
> > 2000 device such that it has to be hard reset in order to get running
> > again.
> >
> > It's pretty easy to duplicate but I don't recommend trying it unless
> > you really want to hard reset your device. Just put an .exe in a
> > folder, go to the folder and the device will lock up as it tries to
> > display it. A soft reset works but the boot locks up after the splash
> > screen (before today comes up).
> >
> > Any suggestions on a workaround short of removing the 24 bit icon
> > instance?
Back to top
Login to vote
Konstantin Kipa

External


Since: Sep 18, 2003
Posts: 1



(Msg. 4) Posted: Thu Sep 18, 2003 5:42 am
Post subject: Re: 24 bit icon hard locks Pocket PC 2000 device [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> I'm looking for a workaround short of removing the true color icon so
> a single install package can support 2000/2002/2003.
>
> It wouldn't be such a big deal to remove it - nothing compared to
> completely trashing a user's device.

I am curious, which PPC can *actually* display 24bit colors?

---
Konstantin
Back to top
Login to vote
HCH

External


Since: Sep 16, 2003
Posts: 4



(Msg. 5) Posted: Thu Sep 18, 2003 12:36 pm
Post subject: Re: 24 bit icon hard locks Pocket PC 2000 device [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

As a developer I find this a very serious issue. It is a simple thing
to do - just release a program where you have included a 24 bit icon
image as the application icon

"Konstantin Kipa" <konstantin.TakeThisOut@metaobjects.net> wrote in message news:<#ogyKDcfDHA.3076@tk2msftngp13.phx.gbl>...
> > I'm looking for a workaround short of removing the true color icon so
> > a single install package can support 2000/2002/2003.
> >
> > It wouldn't be such a big deal to remove it - nothing compared to
> > completely trashing a user's device.
>
> I am curious, which PPC can *actually* display 24bit colors?
>
> ---
> Konstantin
Back to top
Login to vote
HCH

External


Since: Sep 16, 2003
Posts: 4



(Msg. 6) Posted: Thu Sep 18, 2003 12:40 pm
Post subject: Re: 24 bit icon hard locks Pocket PC 2000 device [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Whoops, I accidentally hit post before I was finished.

Anyway, the point is that it's easy to accidentally release a program
that can cause some very serious grief for a Pocket PC 2000 user.
Make sure those CAB files have min version set!

MVPs: can one of you escalate this to Microsoft so we can at least
get a KB article up?


"Konstantin Kipa" <konstantin DeleteThis @metaobjects.net> wrote in message news:<#ogyKDcfDHA.3076@tk2msftngp13.phx.gbl>...
> > I'm looking for a workaround short of removing the true color icon so
> > a single install package can support 2000/2002/2003.
> >
> > It wouldn't be such a big deal to remove it - nothing compared to
> > completely trashing a user's device.
>
> I am curious, which PPC can *actually* display 24bit colors?
>
> ---
> Konstantin
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Download Pocket PC CAB file's to device, Hosted by WebSphere - Sorry for the cross post, but this one touches on many angles: I have a CAB file on a WebSphere instance that get's v...

Merge Replication/SQL Server CE/Smart Device Application/P.. - First things first: I'm a newbie to VB.NET (somewhat), that has inherited this problem. This application seems to run ...

Differences between 2000 and 2002 - Hi I developed an app and it works fine on win CE 2000 (ipaq 3650). Now I installed it on an ipaq 3850 (Win Ce 2002)...

Handheld PC 2000 Emulator - I am trying to use Embedded Visual C++ and MFC to develop an application for the Handheld PC 2000 platform. I have ins...

Newbie Question - SQL Server 2000 and PPC - I'm having a problem bringing a table from SQL down to the PPC. I'm using Win/2K, embedded VB 3.0 and SQL server 2000. ...

Get Icon associated with File - Can anyone help with this problem. I have written this in C# for Windows XP and had no problems (i appreciate that PPC...
       Soft32 Home -> PDA -> Pocket PC Developer All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum

Categories:
 Windows
 Linux
 Mac
  PDA


[ Contact us | Terms of Service/Privacy Policy ]