[android-developers] Re: Android Source Code Now Available

2008-10-22 Thread Ewan Grantham
One thought on all this - if these are considered to be major issues (I'm just wading into the waters here, so not familiar enough to give an opinion), couldn't someone fork the project and then try to convince folks they're better off running the open version of Android rather than the Google

[android-developers] Re: Program Finished - Now What?

2008-10-15 Thread Ewan Grantham
eventually this is what worked for me: keytool -genkey -keystore refArchive/myKeyStore -alias somealias jarsigner -keystore refArchive/myKeyStore -signedjar refArchive/ testapks.apk refArchive/testapk.apk somealias On Oct 14, 2:48 pm, Ewan Grantham [EMAIL PROTECTED] wrote: OK, appreciate

[android-developers] Re: Hiring Developer... Have Some Free Time?

2008-10-13 Thread Ewan Grantham
Rob, so that the group doesn't get flooded with resumes (possibly including mine), how would you like us to contact you? Email address or through your website or... ? On Mon, Oct 13, 2008 at 12:31 PM, phandroid [EMAIL PROTECTED] wrote: I'm interested in hiring a developer to put together an

[android-developers] Program Finished - Now What?

2008-10-13 Thread Ewan Grantham
OK, I have completed coding for the first version of my game (basically it's as complete as I can get it before launch). I gather I need to do something to sign the package (there's a link for that, right?). But then how do I get it to someone so it will be in the Market on launch day? TIA!