Everything Motorola Q  
Home Motorola Q Store Moto Q Software News Moto Q Blog Motorola Q Reviews Moto Q Forums FAQs Wiki Contact Us Everything Q RSS feed


Go Back   Motorola Q Forum | Everything Q > Q Software Developers > Software Developers

Notices

Reply
 
Thread Tools Display Modes
Old 06-02-2007, 06:39 PM   #11 (permalink)
 
Pony99CA's Avatar
 
Join Date: Dec 2006
Location: Hollister, CA
Posts: 1,567
Thanks: 11
Thanked 127 Times in 94 Posts
Pony99CA is on a distinguished road
Default Check the Obvious

Quote:
Originally Posted by dcarter View Post
I hope u can help me, i installed this file Gstart (http://airfagev.com/downloads1.asp?id=128) on my MOto Q, but i removed it using active sync but now it says "can't find 'gStart' (or one of its components)." whenever i hit the start menu, so i cant access anything in the start menu, how can i get around this?
Check the obvious thing first -- is there a reference to Gstart in \Windows\Startup? If so, delete it.

Steve

P.S. There's no reason to ask the same question twice, especially 5 minutes apart in the same thread.
__________________
Silicon Valley Pocket PC
http://www.svpocketpc.com

If somebody helps you, boost their reputation. Click the Reputation button icon under their user name.
Pony99CA is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 06-02-2007, 07:01 PM   #12 (permalink)
 
Pony99CA's Avatar
 
Join Date: Dec 2006
Location: Hollister, CA
Posts: 1,567
Thanks: 11
Thanked 127 Times in 94 Posts
Pony99CA is on a distinguished road
Default Free Development Tools

Quote:
Originally Posted by mjcarman View Post
So... does anyone have any advice for a hobbyist developer who isn't willing to pay Microsoft hundreds of dollars to for the privilege of writing their own software?
Sure. Get eMbedded Visual C++ 4.0 (and also the latest service pack). It's free, but it won't support all of the latest WM 5 stuff, I don't think.

You'll also need to download the Smartphone SDK, too.

Then visit my site's Developer section for links to Windows Mobile development help.

Steve
__________________
Silicon Valley Pocket PC
http://www.svpocketpc.com

If somebody helps you, boost their reputation. Click the Reputation button icon under their user name.
Pony99CA is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-04-2007, 06:53 AM   #13 (permalink)
 
Join Date: May 2007
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
heywire is on a distinguished road
Default

Quote:
Originally Posted by mjcarman View Post
*sigh* No, you can't. After much downloading and updating, the WM SDK refuses to install. I finally found the following fine print in the prerequisites (emphasis mine):

So... does anyone have any advice for a hobbyist developer who isn't willing to pay Microsoft hundreds of dollars to for the privilege of writing their own software?
If you check out eBay, you can pick up a copy of VS 2005 Standard (Academic) for less than $100.
heywire is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-11-2007, 04:38 AM   #14 (permalink)
 
Join Date: May 2007
Posts: 42
Thanks: 0
Thanked 1 Time in 1 Post
discord is on a distinguished road
Default

ditto that a real java implementation would be nice.

Quote:
Originally Posted by wayww@optonline.net View Post
Looking to run Java runtime on my Q. Have had no success in finding anything that works. Any suggestions would be appreciated...
discord is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-11-2007, 04:46 AM   #15 (permalink)
 
Join Date: May 2007
Posts: 42
Thanks: 0
Thanked 1 Time in 1 Post
discord is on a distinguished road
Default i hate the windows platform but would like to devlop apps

for my phone. I read something about .net in linux. Anyways how long does it take to get going in VS.NET. With no apt its a hassle clicking through all those menus and downloading a bunch of crap. How long does it take to get to upload Hello World to the Q?
discord is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2007, 04:33 AM   #16 (permalink)
 
Pony99CA's Avatar
 
Join Date: Dec 2006
Location: Hollister, CA
Posts: 1,567
Thanks: 11
Thanked 127 Times in 94 Posts
Pony99CA is on a distinguished road
Default Java Implementation

Quote:
Originally Posted by discord View Post
ditto that a real java implementation would be nice.
What do you mean by "real"? Have you tried IBM's WebSphere Everyplace Micro Environment?

Steve
__________________
Silicon Valley Pocket PC
http://www.svpocketpc.com

If somebody helps you, boost their reputation. Click the Reputation button icon under their user name.
Pony99CA is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-18-2007, 07:36 PM   #17 (permalink)
 
Join Date: May 2007
Posts: 42
Thanks: 0
Thanked 1 Time in 1 Post
discord is on a distinguished road
Default

J2ME is Java 2 micro edition. It is not a full Java implementation but has a subset of java features. You cannot compile full on java applications with J2ME.

Quote:
Originally Posted by Pony99CA View Post
What do you mean by "real"? Have you tried IBM's WebSphere Everyplace Micro Environment?

Steve
discord is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-19-2007, 05:43 AM   #18 (permalink)
 
Pony99CA's Avatar
 
Join Date: Dec 2006
Location: Hollister, CA
Posts: 1,567
Thanks: 11
Thanked 127 Times in 94 Posts
Pony99CA is on a distinguished road
Default Real Java

Quote:
Originally Posted by discord View Post
J2ME is Java 2 micro edition. It is not a full Java implementation but has a subset of java features. You cannot compile full on java applications with J2ME.
J2ME is still a "real" Java implementation, but designed for smaller devices (for example, phones and PDAs, like the Q). If you want J2SE or J2EE, that's another issue, but unless the IBM version can't get the Java logo for some reason, it is "real" Java.

My understanding is that you can compile "real" Java applications on J2ME, as long as those applications don't use features outside of the J2ME. I believe it's similar to compiling .NET applications for the .NET Compact Framework. (DISCLAIMER: While I am a programmer and have written Windows Mobile applications, I'm not a Java or .NET programmer, so it's possible I'm wrong about some of those issues.)

Steve
__________________
Silicon Valley Pocket PC
http://www.svpocketpc.com

If somebody helps you, boost their reputation. Click the Reputation button icon under their user name.
Pony99CA is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-06-2007, 02:49 PM   #19 (permalink)
 
Join Date: Aug 2007
Location: Lawrence, KS, USA
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
halusha is on a distinguished road
Question

Along the lines of the other "I want to write my own Q apps" questions, I am willing to purchase the required MS developer tools, but I am having a hard time figuring out what exactly is needed to write a .NET CF 2.0 app for my Q. From scouring the MSDN site, if I only want to target my WM5 silver Verizon Q, I need:

Visual Studio 2005 Standard (or above)
MSDN Library (for development help content)
Windows Mobile 5 SDK for Smartphone

Where I start to get lost is in the service packs. Do I need Visual Studio 2005 Service Pack 1? Does VS 2005 SP1 make it so I don't need the WM5 Smartphone SDK? Do I need to install the .NET CF 2.0 Redistributable? What service packs are needed (or even available) for the .NET CF 2.0?
halusha is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-09-2007, 04:39 PM   #20 (permalink)
 
Pony99CA's Avatar
 
Join Date: Dec 2006
Location: Hollister, CA
Posts: 1,567
Thanks: 11
Thanked 127 Times in 94 Posts
Pony99CA is on a distinguished road
Default Developer Questions

Quote:
Originally Posted by halusha View Post
Along the lines of the other "I want to write my own Q apps" questions, I am willing to purchase the required MS developer tools, but I am having a hard time figuring out what exactly is needed to write a .NET CF 2.0 app for my Q. From scouring the MSDN site, if I only want to target my WM5 silver Verizon Q, I need:

Visual Studio 2005 Standard (or above)
MSDN Library (for development help content)
Windows Mobile 5 SDK for Smartphone

Where I start to get lost is in the service packs. Do I need Visual Studio 2005 Service Pack 1? Does VS 2005 SP1 make it so I don't need the WM5 Smartphone SDK? Do I need to install the .NET CF 2.0 Redistributable? What service packs are needed (or even available) for the .NET CF 2.0?
I haven't done Smartphone development (yet), but I doubt any Visual Studio service pack will eliminate the need for the Smartphone SDK (which has been around for a long time). Just get the latest VS service pack to be safe.

As for .NET CF, I think the Redistributable is just what it sounds like -- something you use if you're going to distribute your applications to others and want to redistribute .NET CF.

However, most .NET CF 2 applications that I've seen just say to download the framework and install it.

Regarding .NET CF service packs, search for them. If there are any, use the latest.

Steve
__________________
Silicon Valley Pocket PC
http://www.svpocketpc.com

If somebody helps you, boost their reputation. Click the Reputation button icon under their user name.
Pony99CA is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT -5. The time now is 11:47 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Integrated by BBpixel Team 2008 :: jvbPlugin R1015.37x.1