Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Updating my setup for Mobile development

 
   PDA (Home) -> Pocket PC - Developer RSS
Next:  Windows vista and IE8  
Author Message
hls

External


Since: Jul 30, 2009
Posts: 1



(Msg. 1) Posted: Thu Jul 30, 2009 11:12 pm
Post subject: Updating my setup for Mobile development
Archived from groups: microsoft>public>pocketpc>developer (more info?)

Folks,

Can someone tell me what I need to download/install/setup to bring my
system up to par as far as for mobile development based on what I have?

Currenrtly, my development box is

- VS2005/PRO installed on XP SP3, everything was installed
within the intent to do application of Windows Mobile phones.

- ActiveSync 4.2

My personal cell phone to test with:

- SamSung Blackjack SGH-i607 with Windows Mobile 5.0

My questions are

1) I see three projects for "Smart drives"

Pocket PC 2003
SmartPhone 2003
Window CE 5.0

What is the difference? And how it this related to the SGH-i607.
It seems the only project type that seems to work is SmartPhone
2003. The other I think need phone Mobile Framework updates.
For example, compiling for Windows CE 5.0, copying the EXE over
to the cell, tells me I need a newer version of .NET CE.

2) How is Window CE 5.0 related to Window Mobile 5.0? Same thing?

3) What Mobile SDK or other Mobile tools should I be installing?

4) When deploying I get an compile error saying:

Ensure that you have the appropriate certificates on your device
for development. Review your SDK documentation for proper security
settings for connecting to this device

5) Related to #3, using the Power Tools Security Cert Manager, it
sees the SGH-i607 (SmartPhone) and tells me I have a Two-Tier
prompt that requires something, I think, from my mobile provider
(AT&T). Is that true, or is there something else involved?

Any help, tips or comments would be greatly appreciated.

Thanks

--
hls
Back to top
Login to vote
r_z_aret

External


Since: Jun 04, 2005
Posts: 337



(Msg. 2) Posted: Fri Jul 31, 2009 2:01 pm
Post subject: Re: Updating my setup for Mobile development [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 30 Jul 2009 23:12:29 -0400, hls
<sant9442-removethis.TakeThisOut@gmail.com> wrote:

>Folks,
>
>Can someone tell me what I need to download/install/setup to bring my
>system up to par as far as for mobile development based on what I have?
>
>Currenrtly, my development box is
>
> - VS2005/PRO installed on XP SP3, everything was installed
> within the intent to do application of Windows Mobile phones.
>
> - ActiveSync 4.2
>
>My personal cell phone to test with:
>
> - SamSung Blackjack SGH-i607 with Windows Mobile 5.0
>
>My questions are
>
>1) I see three projects for "Smart drives"
>
> Pocket PC 2003
> SmartPhone 2003
> Window CE 5.0
>
> What is the difference?

Pocket PC and Smartphone are platforms built on the Windows CE
operating system. Each platform starts with the base operating system,
adds, deletes, and modifies a few functions, adds applications, and
specifies hardware. Pocket PC includes stylus support, and _may_
include phone support. Smartphone does _not_ include stylus support,
but _does_ include phone support. Windows Mobile is a term that covers
both Pocket PC and Smartphone. Microsoft has changed the names of the
platforms several times. For at least a bit more info, see:
http://www.pocketpcfaq.com/wce/versions.htm

Each platform is the target of an SDK (software development kit),
which is a compiler. And each SDK targets one platform.

> And how it this related to the SGH-i607.

The SGH-i607 is a Windows Mobile 5 Smartphone. So you will need the
Windows Mobile 5 Smartphone SDK.

> It seems the only project type that seems to work is SmartPhone
> 2003.

Probably because you've installed only 1 SDK.

> The other I think need phone Mobile Framework updates.
> For example, compiling for Windows CE 5.0, copying the EXE over
> to the cell, tells me I need a newer version of .NET CE.

If you are using .NET, then you need to make sure the right version of
the CF (Compact Framework) is installed on the device.

>
>2) How is Window CE 5.0 related to Window Mobile 5.0? Same thing?

No. Windows Mobile 5 is built on version 4.2 of the Windows CE
operating system. Windows Mobile 6 is built on version 5.2 of the
WIndows CE operating system.


>
>3) What Mobile SDK or other Mobile tools should I be installing?

See above.


>
>4) When deploying I get an compile error saying:
>
> Ensure that you have the appropriate certificates on your device
> for development. Review your SDK documentation for proper security
> settings for connecting to this device
>
>5) Related to #3, using the Power Tools Security Cert Manager, it
> sees the SGH-i607 (SmartPhone) and tells me I have a Two-Tier
> prompt that requires something, I think, from my mobile provider
> (AT&T). Is that true, or is there something else involved?
>
>Any help, tips or comments would be greatly appreciated.

In this context, the word "newbie" is useful, rather than pejorative.
Specifically, I recommend using google
(http://groups.google.com/advanced_search?q=&) to look up
newbie
in this group. The group is primarily for folks who don't use .NET
languages. If you really are going to use .NET, I suggest you check
microsoft.public.dotnet.framework.compactframework

>
>Thanks

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 400
Boston, MA 02116
www.penfact.com
Back to top
Login to vote
RB Smissaert

External


Since: Dec 05, 2008
Posts: 3



(Msg. 3) Posted: Fri Aug 07, 2009 11:25 am
Post subject: Re: Updating my setup for Mobile development [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If you are familiar with VB6 (Classic VB) then I would go with
Basic4PPC. Very simple, still very powerfull and very cheap.

RBS


"hls" <sant9442-removethis.DeleteThis@gmail.com> wrote in message
news:eKspEzYEKHA.4704@TK2MSFTNGP04.phx.gbl...
> Folks,
>
> Can someone tell me what I need to download/install/setup to bring my
> system up to par as far as for mobile development based on what I have?
>
> Currenrtly, my development box is
>
> - VS2005/PRO installed on XP SP3, everything was installed
> within the intent to do application of Windows Mobile phones.
>
> - ActiveSync 4.2
>
> My personal cell phone to test with:
>
> - SamSung Blackjack SGH-i607 with Windows Mobile 5.0
>
> My questions are
>
> 1) I see three projects for "Smart drives"
>
> Pocket PC 2003
> SmartPhone 2003
> Window CE 5.0
>
> What is the difference? And how it this related to the SGH-i607.
> It seems the only project type that seems to work is SmartPhone
> 2003. The other I think need phone Mobile Framework updates.
> For example, compiling for Windows CE 5.0, copying the EXE over
> to the cell, tells me I need a newer version of .NET CE.
>
> 2) How is Window CE 5.0 related to Window Mobile 5.0? Same thing?
>
> 3) What Mobile SDK or other Mobile tools should I be installing?
>
> 4) When deploying I get an compile error saying:
>
> Ensure that you have the appropriate certificates on your device
> for development. Review your SDK documentation for proper security
> settings for connecting to this device
>
> 5) Related to #3, using the Power Tools Security Cert Manager, it
> sees the SGH-i607 (SmartPhone) and tells me I have a Two-Tier
> prompt that requires something, I think, from my mobile provider
> (AT&T). Is that true, or is there something else involved?
>
> Any help, tips or comments would be greatly appreciated.
>
> Thanks
>
> --
> hls
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Getting started on mobile development (PocketPC) - Hello. I have been assigned the task of building an application to run on Windows CE. The device in question is a Compaq PocketPC (iPAQ) running Windows CE Version 3.0.938 on an ARM SA1110 microprocessor. Since this is my first contact with..

ANN: Microsoft Mobile Development Handbook - Along with my co-authors Daniel Moth (Microsoft) and Andy Wigley (MVP), I'd like to announce the availability of our new book for developing with the ..NET Compact Framework published by Microsoft Press. Here is the official outline of the book:- ..

EVC4, Development for Windows Mobile 2005, ActiveSync 4 an.. - I develop applications for PPC2002 and PPC2003 using EVC4 with the appropriate SDKs. Target devices in my possession include iPAQ 39xx, 55xx, Toshiba e800, Dell x50v, and now an x51v. But I'm having trouble understanding how to develop for the x51v whil...

Require Info on EAP extension development for windows mobile - Hi, We are developing an EAP module for the Windows Mobile 5.0 as per the documentation provided at the MSDN site for the EAP extension development. http://msdn2.microsoft.com/en-gb/library/aa363504.aspx We succeeded in writing the whole EAP module....

new development - hi, I am new to pocket pc development. I have been looking into the options for the database used on the pocket pc. I intend to use pocket access but it is not installed on the pocket pc. Can someone guide from where to download? Also, is SQL CE the....
       PDA (Home) -> 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 Forums
 Game Forums
 Linux Forums
 Mac Forums
  PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact