Android Forums

Go Back   These FORUMS ARE DISABLED!! OUR NEW FORUMS ARE AT http://androidforum.com/ > Android Coders > Android Development, Answers, Tutorials, and Code Snippets
Connect with Facebook

Click Here To Register!
 
 
LinkBack Thread Tools Display Modes
Old 11-05-2008, 08:49 PM   #1
Junior Member
 
Join Date: Nov 2008
Posts: 1
Friends: 0
View akaitora's Profile   View akaitora's Photo Album   View akaitora's Blog   View Social Groups
I am running windows VISTA 64-Bit and I would like to run my application on my phone. I don't care about releasing it to anyone but I want to see it running on my phone. How can I run my app on my phone using Windows VISTA? Thanks in advance!
akaitora is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Old 11-28-2008, 07:36 AM   #2
Junior Member
 
Join Date: Nov 2008
Location: India
Posts: 4
Friends: 0
View tabrej.khan's Profile   View tabrej.khan's Photo Album   View tabrej.khan's Blog   View Social Groups
I am also searching for the some solution to install my test application on actual device.
I tried adb tool provided in SDK but "adb devices" is only giving the information of the emulator, no info. about device.
Please help?
tabrej.khan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Old 11-28-2008, 08:48 AM   #3
Junior Member
 
Join Date: Nov 2008
Posts: 8
Friends: 0
View VoiceTech's Profile   View VoiceTech's Photo Album   View VoiceTech's Blog   View Social Groups
Having never done this before and also want to develop applications for my new phone I had a look at what was involved.

My application is called HelloAndroid

Here's what I did:

From eclipse export your application using the Android Tools menu "Export Unsigned Application Package"

My application was exported as HelloAndroid.apk

In a terminal / command prompt

If needed, create a keystore, as follows:

keytool -genkey -v -keystore android.keystore -alias android -keyalg RSA -validity 10000

Sign your apk, as follows:

jarsigner -verbose -keystore android.keystore HelloAndroid.apk android

Copy your newly signed application to your web server

In the browser on your phone enter the url of the file on the server

e.g. http://myserver.com/HelloAndroid.apk

If you haven't changed your phone settings to allow you to run applications not sourced from the android market you will be given the option to change them here. Once you have changed your setting use the back button to see your download. Select the download again and select install.

You should now see your application on the phone in the normal places :-)

I am not responsible if you break anything!

I also don't know if this is the correct way to do this. Its a way I found to do it. Use these instructions at your own risk.

Only had my phone two days so very new to this


Phil
VoiceTech is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
 

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do i build the android sample application in command line? android Android Development, Answers, Tutorials, and Code Snippets 0 10-17-2008 08:20 AM


Unlocked G1 Phones | Buy T-Mobile G1 | Google Phone

All times are GMT -6. The time now is 05:15 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Copyright (c) 2012 TalkAndroid.com. All rights reserved.