Find Your Forum
  
Welcome, Guest. Please login or register.
Did you miss your activation email?

News: HTC Evo 4G by Sprint
Instinct Forum, Samsung Instinct message board, Samsung Instinct By Sprint, Samsung Instinct phone, new Samsung Instinct, Samsung Instinct phone, Sprint Instinct, Samsung Instinct phone
Best Screen Protector for Samsung Instinct                 Free Sprint Phones and Cheap Plans
                Samsung Instinct Scratch Protection
Pages: [1] 2
Reply Print
Author Topic: WTK & ECLIPSE!!  (Read 7280 times)
americanslon
[I][N][S][T][I][N][C][T]
********

Cookies: 3
Posts: 158


« on: July 14, 2008, 10:09:33 AM »

Hi,

Was anyone able to get Eclipse(eclipse me) working with sprint WTK?
I tried setting it up but every time i run the sample application I get an unhandled exception.
The same application runs in WTK ide so i know it's working.
Thank you!
Logged
americanslon
[I][N][S][T][I][N][C][T]
********

Cookies: 3
Posts: 158


« Reply #1 on: July 17, 2008, 08:30:44 AM »

Ok looks like no one knows about WTK with eclipse:)
Is anyone developing anything for Instinct here at all? If yes what are you using?
Logged
Jamesta
[I][N][S][T][I][N][C][T]
********

Cookies: 0
Hometown: CA
Posts: 85


« Reply #2 on: July 17, 2008, 09:46:10 AM »

I'm sorry, I'm not developing anything but I am so curious to hear what is in development. Can you give us a sneak peak at what you are working on? Anything to ease my curiosity!  Cool

P.S. I'm sorry I can't help you with your question, I wish I could!
Logged
sukairain
[I]
*

Cookies: 0
Hometown: Salem
Posts: 9


ur2slow


Email
« Reply #3 on: July 17, 2008, 12:33:44 PM »

I'm using netbeans with Sprint's plugin and the WTK. I've been mucking around with the calendar, did a 30-day event layout (like Agendus 30-day outlook screen) and I'm looking maybe writing something to  sync with Google Calendar.
Logged

---
J2ME/BREW developer
Sprint and Treo fan
HagNDaz
Guest
« Reply #4 on: July 17, 2008, 12:45:48 PM »

Still trucking along with slide to unlock.  I've suggested using eclipse in another thread, and it is possible, but using the Sprint suggested method is a little more friendly for people not used to setting up dev environments and projects.  If I decide to open source and I finish the app, I'll include instructions for setting up with eclipse.  Make sure you have the Java version of eclipse as well.  I'm not familiar with eclipse ME, but I used their standard c / c++ environment all the time.  There is a separate version for Java programming, but ME might support both c / c++ and Java.
Logged
swoosh1014
[I][N]
**

Cookies: 0
Posts: 13


Email
« Reply #5 on: July 17, 2008, 12:52:50 PM »

Just curious, how is your slide to unlock app going? What do you think the chances are that it will end up working? I know there are a ton of people who have been asking for an app like this and you would be a hero to them if you could pull it off!
Logged
HagNDaz
Guest
« Reply #6 on: July 17, 2008, 01:17:05 PM »

I've been casually working on it.  Based on what I've messed with it is possible, but I can't give an estimate of how much longer it will take me.  I'm not jerking anyone around.  I plan on finishing it, but I can't promise someone else won't finish first.  If someone beats me to the punch, I have some other UI stuff I plan on tweaking, but I'm going to keep those secret in case I can't deliver what I'm thinking about.
Logged
americanslon
[I][N][S][T][I][N][C][T]
********

Cookies: 3
Posts: 158


« Reply #7 on: July 17, 2008, 02:39:49 PM »

Well if I ever get the set up right I have an eBay and few more apps in the head.

HagNDaz,

Eclipse ME is the plug in for mobile development. I thought i needed it, maybe your method doesn't require it, I'll be happy to keep it as simple as possible:).  I am quite familiar with java eclipse so if you could post instructions to what you did to get it to work I am fairly sure I can follow them.

To be more precise I can get the WTK imported and project created and sample code written, but when I go to run it I get an unhandled exception which I am sure comes from a bad set up since the same sample code works in WTK compiler.

Thanks for your help


Logged
necubi
[I]
*

Cookies: 0
Hometown: Santa Cruz
Posts: 1


« Reply #8 on: July 27, 2008, 02:01:18 PM »

I'm using netbeans with Sprint's plugin and the WTK. I've been mucking around with the calendar, did a 30-day event layout (like Agendus 30-day outlook screen) and I'm looking maybe writing something to  sync with Google Calendar.

How did you get that to work? When I try to install the plugins into netbeans 6.1 I get dependency errors, though the plugins it depends on are already installed. Are you using netbeans 6.0?
Logged
americanslon
[I][N][S][T][I][N][C][T]
********

Cookies: 3
Posts: 158


« Reply #9 on: July 27, 2008, 08:14:36 PM »

Try following this guide http://developer.sprint.com/getDocument.do?docId=98440
It worked for me.
Logged
mhousser
Moderator
[I][N][S][T][I][N][C][T]
***

Cookies: 7
Hometown: Vancouver
Posts: 96



« Reply #10 on: August 27, 2008, 08:17:59 PM »

I've been developing for about a week now, and those instructions worked flawlessly; not a single problem.

I miss Eclipse already, however. NetBeans is sluggish, and makes me want to use Eclipse instead. I'll try setting up my dev environment in Eclipse, and I'll post here if i am successful.
Logged
Angel Slayer
[I]
*

Cookies: 0
Posts: 2


« Reply #11 on: September 04, 2008, 10:13:43 AM »

public class Payroll
{
   public static void main(String[] args)
   {
      int hours = 40;
      double grossPay, payRate = 25.0;
     
      grossPay = hours * payRate;
      System.out.println("Your gross pay is $" + grossPay);
   }
}

That's all the Java you will ever need to know  Wink! Kidding, but yeah I just started learning Java. Any suggestions on how to develop anything for the instinct? I have the WTK and I use JCreatorLE, I haven't given Eclipse a fair shake.
Logged
KillerBeagle
Instinct Fanatic
******

Cookies: 234
Hometown: Wilmington
Posts: 1282



« Reply #12 on: September 04, 2008, 11:35:59 AM »

Any suggestions on how to develop anything for the instinct? I have the WTK and I use JCreatorLE, I haven't given Eclipse a fair shake.

I just looked at some of the many samples in the WTK, and the SIWL demo, and then used the Netbeans wizard to create MIDlet projects to do my own stuff.
Logged
mhousser
Moderator
[I][N][S][T][I][N][C][T]
***

Cookies: 7
Hometown: Vancouver
Posts: 96



« Reply #13 on: September 04, 2008, 11:39:18 AM »

Oh, getting netbeans to work is a piece of cake.

Eclipse on the other hand..

Well, I have eclipse working fine with the emulator. But it's the *EXPORTING* to the phone that simply won't work, and I don't know why! The jar has the same file structure; same resources, same manifest file. Only.. the .classes it generates are slightly different sizes. There's some signing garbage that eclipse isn't doing, or something. So until I figure that out, netbeans is the only IDE I can use that can output a jar that the phone itself can run..
Logged
KillerBeagle
Instinct Fanatic
******

Cookies: 234
Hometown: Wilmington
Posts: 1282



« Reply #14 on: September 04, 2008, 12:37:39 PM »

What happens on the phone - an unhandled exception?
Logged
Pages: [1] 2
Reply Print
Jump to:  

Got a new phone? Find the forum here


Subject Started by Replies Views Last post
Thoughts on Sanyo Katana Eclipse (SCP-6750)?
Other Cell Phones
stormygal_indy 3 502 Last post August 31, 2008, 09:52:24 PM
by stormygal_indy




Galaxy S3 | Galaxy Note | Galaxy Nexus | Kindle Fire | Atrix 4G | Motorola Xoom | Windows Phone 7
Nokia Lumia | Tech Support Forum | Top Hosts | Samsung Galaxy Tab | Samsung Galaxy S2 | Samsung Galaxy S | Samsung Wave
HTC Evo 3D | HTC Evo 4G | HTC Incredible | HTC Incredible 2 | HTC Incredible S | HTC Thunderbolt
Motorola Droid Razr
| HTC Desire | HTC Desire HD | HTC Desire Z | HTC Desire S | HTC Wildfire
Motorola Droid | Galaxy Indulge | Nokia N8 | Droid Charge | Droid X | Droid X2 | Droid 2| Droid 3 | Fascinate
HTC Sensation | HTC Flyer | LG Revolution | Asus Transformer | Xperia Play | iPhone 4 | Nexus S | Droid Bionic
HTC One | HTC Wildfire S | HTC Droid Eris


This is an Un-Official fan based Website. The views expressed on this website are solely those of the proprietor, or contributors to the site, and do not necessarily reflect the views or opinions of the parties it covers, and is not affiliated with, endorsed or sponsored by parties involved.
If you have a problem with any of the content posted on this website, please contact "mobile@vssupportqueue.com"
Term of Use | Privacy Policy | BlackRain 2006 by, Crip





















CopyRight 2008 www.instinct-samsung.com
Powered by SMF 1.1.11 | SMF © 2006-2007, Simple Machines LLC