[android-developers] Re: Google maps not working on G1

2008-10-28 Thread yasmin afrose
Hi, I'm new to android. I've done some sample android project like Hello World, Google Maps View.. Those projects are working fine while I'm using emulator. Now I want to run the same thing on G1-Phone like you. Could please help me..what I need to done... I need step by step explanation.. Sin

[android-developers] Re: Google maps not working on G1

2008-10-28 Thread androlog
So you can save on FedEx to Mountain View now ;) ? Anyways this is very helpful info for those (like me) who are not familiar with Android for Eclipse. jarsigner refuses to sign already signed apk (that is in-fact .jar file). What I did before was compiling in debug mode (with debug key) then manu

[android-developers] Re: Google maps not working on G1

2008-10-28 Thread nick fox
I have solved the problem. After going back and carefully re-reading the publish and signing docs, I realized I had made a big mistake. What I was doing wrong was I was using jarsigner on the .apk file that was being automatically built by eclipse. This is incorrect. Here is the correct way to do

[android-developers] Re: Google maps not working on G1

2008-10-27 Thread nick fox
Can someone from Google address this problem, I live near Redmond, WA. I could bring my phone in to let you guys test it or I could fedex it to you. Is this really a wide spread problem with the maps API? I'm not having any issue viewing google maps on my phone. I have one and 1/2 weeks left befo

[android-developers] Re: Google maps not working on G1

2008-10-27 Thread plusminus
Many (not all, just many) users of AndNav have the same problem and I have no idea why this happens :'( On 27 Okt., 17:33, nick fox <[EMAIL PROTECTED]> wrote: > thanks for responding. here's my problem, I AM using the release map > key that I generated from my MD5 fingerprint. > > I just did not

[android-developers] Re: Google maps not working on G1

2008-10-27 Thread androlog
Starting October 21 or so Google protects it's maps from unauthorized usage by Google Map API key. http://android-developers.blogspot.com/2008/10/new-android-maps-api-terms-of-service.html Basically all you have to do is to sign your keystore with java keytool then obtain a key for your private ke

[android-developers] Re: Google maps not working on G1

2008-10-27 Thread nick fox
thanks for responding. here's my problem, I AM using the release map key that I generated from my MD5 fingerprint. I just did not put my map key in the code above... this is very frustrating. Nick On Oct 27, 12:34 pm, androlog <[EMAIL PROTECTED]> wrote: > Starting October 21 or so Google protec