PiRSquared17 / gccv2

Automatically exported from code.google.com/p/gccv2
0 stars 0 forks source link

NotSupportedException at startup on HTC Snap #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install app on HTC Snap
2. Start app
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
v4.7
WM 6.5

Please provide any additional information below.

My error is very similar to "Issue 18", except for a couple of lines where I 
have "...ContainerControl..." and "...NumericUpDown..." (see below). Also, my 
HTC Snap phone is NOT a touch-screen. Hope you can help. Error message follows.

Error:
An unexpected error has occurred in GpsCycleComputer.exe.
Select Quit and then restart this program, or select Details for more 
information.
(Restarting produced same error. Turning phone off/on - same.)
Selecting Details showed the following:

Error
_______________________________________
GpsCycleComputer.exe
NotSupportedException

at Microsoft.AGL.Common.MISC.HandleAr()
at
System.Windows.Forms.Control._InitInstanc
e()
at System.Windows.Forms.Control..ctor()
at
System.Windows.Forms.ContainerControl..ctor()
at
System.Windows.Forms.NumericUpDown..ctor()
at
GpsCycleComputer.Form1.InitializeCompon
ent()
at GpsCycleComputer.Form1..ctor()
at GpsCycleComputer.Form1.Main()
____________________________________________

Thanks for any help you can provide.
Guy

Original issue reported on code.google.com by cast...@gmail.com on 14 Jul 2011 at 5:12

GoogleCodeExporter commented 9 years ago
Hi,
what version of .NET compact framework is installed? Run Windows\cgacutil.exe 
to display the version.
Which exact version of operating system do you have (professional)? Run 
Settings - System - Info.
This exception (Microsoft.AGL.Common.MISC.HandleAr()) sometimes is raised if 
there is not enough memory.
GCC is not operable without some kind of touch screen. Can you emulate a click 
on the screen with the trackball?
Klaus

Original comment by kmb...@gmx.de on 15 Jul 2011 at 8:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi Klaus,

I sent my answers to you by replying to your email. However, I've also 
duplicated them below.
Thx!
Guy
--------------------------------------
what version of .NET compact framework is installed? Run Windows\cgacutil.exe 
to display the version.

ANSWER: 2.0.7045.0

Which exact version of operating system do you have (professional)? Run 
Settings - System - Info.

ANSWER: Windows Mobile 6.5 Standard 
        CE OS 5.2.21854 (Build 21854.5.0.80)

ROM Version: 2.08.1800.5 (82894)
ROM Date: 04/16/10
Radio Version: 3.47.25.48m
Protocol Version: 61.36t.25.29AU

    (there's more if you need it - let me know)

This exception (Microsoft.AGL.Common.MISC.HandleAr()) sometimes is raised if 
there is not enough memory.

COMMENT: I am able to run SportyPal Classic and Pro on my phone, however, it is 
buggy. And I don't see how to select an option for it to pause when I stop 
cycling/running/etc. I noticed others who had issues with GCC commented on 
uploading your files to SportyPal. Do they prefer GCC over SportyPal because 
SportyPal is limited/buggy? So, as for memory, with Sporty Pal Classic 
installed, here's my Storage and Memory info:

Available Storage: 33.14 MB
Total Storage: 106.04 MB
Available Memory: 61.16 MB
Total Memory: 111.67 MB

And...
Processor: MSM7225-528MHz
CPU: QualComm(R) 7225
Speed: 528MHz
RAM Size: 192MB
Flash Size: 256MB
Data bus: 32 bits
Display resolution: 320x240
Colors: 65536

GCC is not operable without some kind of touch screen. Can you emulate a click 
on the screen with the trackball?

ANSWER: Yes, I have a trackball. Phone is somewhat a clone of BlackBerry. 
Trackball can select items on screen. Attached is a pic of my phone (my keypad 
is a bit different, but everything else is the same).

Original comment by cast...@gmail.com on 16 Jul 2011 at 10:00

GoogleCodeExporter commented 9 years ago
Attached is a pic of my phone.

Original comment by cast...@gmail.com on 16 Jul 2011 at 10:03

Attachments:

GoogleCodeExporter commented 9 years ago
Hello!
BTW I have not received an email. I think this email was automatically sent to 
you by the google system to inform you of an update on this issue.

I am very sorry, but GCC is not compatible with your device. GCC needs the 
professional version of WM with support for Touch screen.
I managed to install a device emulator with Windows Mobile 6 Standard OS.
There are 204 not supported exceptions. All concerning essential things like 
buttons, numericUpDown controls, list boxes, tapPages, mouse click events...
The complete user interface of GCC relies on these things and they are not 
supported by the standard version of Windows Mobile (without touch screen).
I'm very sorry
Klaus

Original comment by kmb...@gmx.de on 17 Jul 2011 at 2:26