[android-developers] Toshiba Thrive OEM Usb Drivers

2012-01-06 Thread JoeSchmoe
Does anyone know where I can find the OEM Usb Drivers for the Toshiba Thrive? I tried every single one at http://www.fmworld.net/product/phone/sp/android/develop/ since it's in Japanese with no luck. I swear I'll pay anyone who can help me out. Thanks! -- You received this message because

[android-developers] Re: Device Not Recognized

2011-03-22 Thread JoeSchmoe
Kostya Vasilyev kmans...@gmail.com написал: Try installing Kies from their site. 22.03.2011 2:21 пользователь JoeSchmoe rthompson.dtisoft@gmail.com написал: How do I get my Samsung GT-I9020T Anroid device to be recognized by Eclipse (show up in the configuration manager)? What

[android-developers] Re: Device Not Recognized

2011-03-22 Thread JoeSchmoe
I did the download of Google USB Driver package, revision 4 Now I get the error ( I pointed the installer to the mySdk directory (mySdk/usb_drivers caused a not found error) Windows found driver software for your device but encountered an error while attempting to install it Android Composite

[android-developers] Device Not Recognized

2011-03-21 Thread JoeSchmoe
How do I get my Samsung GT-I9020T Anroid device to be recognized by Eclipse (show up in the configuration manager)? What drivers do I need to install? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: NFC Demo errors?

2010-12-22 Thread JoeSchmoe
If you're using Eclipse, just right click on the projectBuild Path- Add External Library On Dec 8, 10:00 am, phillin77 philli...@gmail.com wrote: Dear Dominik, I'm new to Android development, I use Eclipse and had opened the NFCDemo project which Android 2.3 provided Can you kindly

[android-developers] Pop up Dialog Not Displaying

2010-12-13 Thread JoeSchmoe
When doing OnClickListener mButtonYListener = new OnClickListener() { public void onClick( View v ) { showDialog( DIALOG_PA_MESSAGE ); } }; . protected Dialog onCreateDialog( int id ) { } is called and my Dialog Box is displayed

[android-developers] Re: Pop up Dialog Not Displaying

2010-12-13 Thread JoeSchmoe
than the main app thread. In the button case you are in the main thread. You should post message to your main thread from the socket thread and then you should be fine. Sent from my iPhone On Dec 13, 2010, at 6:59 PM, JoeSchmoe rthompson.dtisoft@gmail.com wrote: When doing

[android-developers] Re: Classpath

2010-11-02 Thread JoeSchmoe
classpath, for instance. Regards, Peco On Oct 19, 12:55 am, JoeSchmoe rthompson.dtisoft@gmail.com wrote: Has anyone set theClasspathvariable in Eclipse?  If so, where is it? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Classpath

2010-10-18 Thread JoeSchmoe
Has anyone set the Classpath variable in Eclipse? If so, where is it? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Creating a .jar Library

2010-10-08 Thread JoeSchmoe
Do I have to do anything special to create a .jar library with Android? I'm simply creating an Android Project and then doing Export Jar. I'm able to do Add External Jar and I can compile fine. When I run, the classes are unresolved so I crash. (null exception...) I tried exporting as a

[android-developers] Protobuf on Android

2010-08-24 Thread JoeSchmoe
Is there a package somewhere of protobufs? If not, should I build my own and if so, would I build a Java Package, Android App, etc...? Thanks! JoeSchmoe -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email