[android-beginners] Re: How to upload HelloAndroid.apk directly to HTC Hero

2010-01-15 Thread XCaffeinated
Hi Michael,

Your suggestion is a great one for testing on friends' phones, without
requiring them to, at the very least, install adb and the associated
USB drivers.

Also at your suggestion, I downloaded the Linda Manager file manager.
It's really slick.

Thanks for the tips.

-XCaf



On Jan 14, 1:51 pm, Michael boggess coda5...@gmail.com wrote:
 Save the .apk to your SD card or send it to your self in an email. To
 install you need to allow non-market apks to be installed, Settings -
 Applications - Unknown Sources (check). Use a file browsing utility
 (search the market for Linda Manager) to navigate to the place where
 you saved your .apk and install. Your HelloWorld application should
 appear in your application list with the others.

 On Jan 12, 11:43 am, kknight kknight2...@gmail.com wrote:



  Hi All,
  I am a beginner. I built and signed HelloAndroid.apk using Eclipse AD,
  and I want to test it on my HTC Hero phone. How can I upload the apk
  to my HTC phone and test it?

  Thanks.

  kknight- Hide quoted text -

 - Show quoted text -
-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Re: How to upload HelloAndroid.apk directly to HTC Hero

2010-01-14 Thread Michael boggess
Save the .apk to your SD card or send it to your self in an email. To
install you need to allow non-market apks to be installed, Settings -
Applications - Unknown Sources (check). Use a file browsing utility
(search the market for Linda Manager) to navigate to the place where
you saved your .apk and install. Your HelloWorld application should
appear in your application list with the others.

On Jan 12, 11:43 am, kknight kknight2...@gmail.com wrote:
 Hi All,
 I am a beginner. I built and signed HelloAndroid.apk using Eclipse AD,
 and I want to test it on my HTC Hero phone. How can I upload the apk
 to my HTC phone and test it?

 Thanks.

 kknight
-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


Re: [android-beginners] Re: How to upload HelloAndroid.apk directly to HTC Hero

2010-01-14 Thread Rogério de Souza Moraes
Use adb to install it for you!
Connect your phone to your computer. Execute the command bellow to list the
devices you have connected to your computer:

adb devices

If your device was detected, use the command bellow to install your package
:

adb install your_package.apk

2010/1/14 Michael boggess coda5...@gmail.com

 Save the .apk to your SD card or send it to your self in an email. To
 install you need to allow non-market apks to be installed, Settings -
 Applications - Unknown Sources (check). Use a file browsing utility
 (search the market for Linda Manager) to navigate to the place where
 you saved your .apk and install. Your HelloWorld application should
 appear in your application list with the others.

 On Jan 12, 11:43 am, kknight kknight2...@gmail.com wrote:
  Hi All,
  I am a beginner. I built and signed HelloAndroid.apk using Eclipse AD,
  and I want to test it on my HTC Hero phone. How can I upload the apk
  to my HTC phone and test it?
 
  Thanks.
 
  kknight

 --
 You received this message because you are subscribed to the Google
 Groups Android Beginners group.

 NEW! Try asking and tagging your question on Stack Overflow at
 http://stackoverflow.com/questions/tagged/android

 To unsubscribe from this group, send email to
 android-beginners+unsubscr...@googlegroups.comandroid-beginners%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-beginners?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


Re: [android-beginners] Re: How to upload HelloAndroid.apk directly to HTC Hero

2010-01-14 Thread Yuvi
Or you can simply run the HelloAndroid project directly from Eclipse (Debug
as.., or Run as..).

2010/1/14 Rogério de Souza Moraes rogerio.so...@gmail.com

 Use adb to install it for you!
 Connect your phone to your computer. Execute the command bellow to list the
 devices you have connected to your computer:

 adb devices

 If your device was detected, use the command bellow to install your package
 :

 adb install your_package.apk

 2010/1/14 Michael boggess coda5...@gmail.com

 Save the .apk to your SD card or send it to your self in an email. To
 install you need to allow non-market apks to be installed, Settings -
 Applications - Unknown Sources (check). Use a file browsing utility
 (search the market for Linda Manager) to navigate to the place where
 you saved your .apk and install. Your HelloWorld application should
 appear in your application list with the others.

 On Jan 12, 11:43 am, kknight kknight2...@gmail.com wrote:
  Hi All,
  I am a beginner. I built and signed HelloAndroid.apk using Eclipse AD,
  and I want to test it on my HTC Hero phone. How can I upload the apk
  to my HTC phone and test it?
 
  Thanks.
 
  kknight

 --
 You received this message because you are subscribed to the Google
 Groups Android Beginners group.

 NEW! Try asking and tagging your question on Stack Overflow at
 http://stackoverflow.com/questions/tagged/android

 To unsubscribe from this group, send email to
 android-beginners+unsubscr...@googlegroups.comandroid-beginners%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-beginners?hl=en



 --
 You received this message because you are subscribed to the Google
 Groups Android Beginners group.

 NEW! Try asking and tagging your question on Stack Overflow at
 http://stackoverflow.com/questions/tagged/android

 To unsubscribe from this group, send email to
 android-beginners+unsubscr...@googlegroups.comandroid-beginners%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-beginners?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Re: How to upload HelloAndroid.apk directly to HTC Hero

2010-01-14 Thread Michael boggess
I forgot all about that, If you have your phone attached and USB
Debugging enabled, launch your application to the device instead of
the emulator.

On Jan 14, 11:57 am, Yuvi yuvidr...@gmail.com wrote:
 Or you can simply run the HelloAndroid project directly from Eclipse (Debug
 as.., or Run as..).

 2010/1/14 Rogério de Souza Moraes rogerio.so...@gmail.com



  Use adb to install it for you!
  Connect your phone to your computer. Execute the command bellow to list the
  devices you have connected to your computer:

  adb devices

  If your device was detected, use the command bellow to install your package
  :

  adb install your_package.apk

  2010/1/14 Michael boggess coda5...@gmail.com

  Save the .apk to your SD card or send it to your self in an email. To
  install you need to allow non-market apks to be installed, Settings -
  Applications - Unknown Sources (check). Use a file browsing utility
  (search the market for Linda Manager) to navigate to the place where
  you saved your .apk and install. Your HelloWorld application should
  appear in your application list with the others.

  On Jan 12, 11:43 am, kknight kknight2...@gmail.com wrote:
   Hi All,
   I am a beginner. I built and signed HelloAndroid.apk using Eclipse AD,
   and I want to test it on my HTC Hero phone. How can I upload the apk
   to my HTC phone and test it?

   Thanks.

   kknight

  --
  You received this message because you are subscribed to the Google
  Groups Android Beginners group.

  NEW! Try asking and tagging your question on Stack Overflow at
 http://stackoverflow.com/questions/tagged/android

  To unsubscribe from this group, send email to
  android-beginners+unsubscr...@googlegroups.comandroid-beginners%2Bunsubscr
   i...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-beginners?hl=en

  --
  You received this message because you are subscribed to the Google
  Groups Android Beginners group.

  NEW! Try asking and tagging your question on Stack Overflow at
 http://stackoverflow.com/questions/tagged/android

  To unsubscribe from this group, send email to
  android-beginners+unsubscr...@googlegroups.comandroid-beginners%2Bunsubscr 
  i...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-beginners?hl=en
-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en