[android-beginners] Re: Map Frustrations

2008-11-13 Thread shubaduaaa!

figured it out. I was attempting to generate my own keystore not sure
why that wasn't working, but I used the debug.keystore and it works.

On Nov 13, 2:59 pm, "shubaduaaa!" <[EMAIL PROTECTED]> wrote:
> still struggling with this...anyone have any ideas?
>
> Thanks!
>
> On Nov 5, 8:14 am, "shubaduaaa!" <[EMAIL PROTECTED]> wrote:
>
> > Oh, gottcha.  I thought android had some sort of proxy setting.  My
> > standard internet connection doesn't use proxy.  Any other Ideas?
>
> > On Nov 5, 2:52 am, Dennis Wilmsmann <[EMAIL PROTECTED]> wrote:
>
> > > On 4 Nov., 23:42, "shubaduaaa!" <[EMAIL PROTECTED]> wrote:> I don't 
> > > believe I have proxy enabled.  How can I check?
>
> > > Check your browser settings. If there are no proxy servers set, you
> > > probably don't need a proxy. ;)
>
> > > Other approaches on your problem:
> > > - Have you added  
> > > to your manifest?
>
> > > - Your api key is used and valid?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Map Frustrations

2008-11-13 Thread shubaduaaa!

still struggling with this...anyone have any ideas?

Thanks!

On Nov 5, 8:14 am, "shubaduaaa!" <[EMAIL PROTECTED]> wrote:
> Oh, gottcha.  I thought android had some sort of proxy setting.  My
> standard internet connection doesn't use proxy.  Any other Ideas?
>
> On Nov 5, 2:52 am, Dennis Wilmsmann <[EMAIL PROTECTED]> wrote:
>
> > On 4 Nov., 23:42, "shubaduaaa!" <[EMAIL PROTECTED]> wrote:> I don't believe 
> > I have proxy enabled.  How can I check?
>
> > Check your browser settings. If there are no proxy servers set, you
> > probably don't need a proxy. ;)
>
> > Other approaches on your problem:
> > - Have you added  to 
> > your manifest?
>
> > - Your api key is used and valid?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Map Frustrations

2008-11-11 Thread [EMAIL PROTECTED]

Did you get the maps api key from android site?
I had same problem just showing grid screen but found out that i was
using standard web maps api key not the ones for android.
If it's your case as well, go to 
http://code.google.com/android/toolbox/apis/mapkey.html.
Hope it helps.

HL

On Nov 5, 3:14 pm, "shubaduaaa!" <[EMAIL PROTECTED]> wrote:
> Oh, gottcha.  I thought android had some sort of proxy setting.  My
> standard internet connection doesn't use proxy.  Any other Ideas?
>
> On Nov 5, 2:52 am, Dennis Wilmsmann <[EMAIL PROTECTED]> wrote:
>
> > On 4 Nov., 23:42, "shubaduaaa!" <[EMAIL PROTECTED]> wrote:> I don't believe 
> > I have proxy enabled.  How can I check?
>
> > Check your browser settings. If there are no proxy servers set, you
> > probably don't need a proxy. ;)
>
> > Other approaches on your problem:
> > - Have you added  to 
> > your manifest?
>
> > - Your api key is used and valid?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Map Frustrations

2008-11-05 Thread shubaduaaa!

Oh, gottcha.  I thought android had some sort of proxy setting.  My
standard internet connection doesn't use proxy.  Any other Ideas?



On Nov 5, 2:52 am, Dennis Wilmsmann <[EMAIL PROTECTED]> wrote:
> On 4 Nov., 23:42, "shubaduaaa!" <[EMAIL PROTECTED]> wrote:> I don't believe I 
> have proxy enabled.  How can I check?
>
> Check your browser settings. If there are no proxy servers set, you
> probably don't need a proxy. ;)
>
> Other approaches on your problem:
> - Have you added  to 
> your manifest?
>
> - Your api key is used and valid?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Map Frustrations

2008-11-05 Thread Dennis Wilmsmann

On 4 Nov., 23:42, "shubaduaaa!" <[EMAIL PROTECTED]> wrote:
> I don't believe I have proxy enabled.  How can I check?
>
Check your browser settings. If there are no proxy servers set, you
probably don't need a proxy. ;)

Other approaches on your problem:
- Have you added  to your manifest?
- Your api key is used and valid?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Map Frustrations

2008-11-04 Thread shubaduaaa!

I don't believe I have proxy enabled.  How can I check?

Thanks!

On Nov 4, 7:29 am, Dennis Wilmsmann <[EMAIL PROTECTED]> wrote:
> On 4 Nov., 06:47, "shubaduaaa!" <[EMAIL PROTECTED]> wrote:> I'm new to 
> android development and wanted to try out some of the lbs
> > features.  However, I can't seem to get the basic map to load
> > properly.  I get the infamous grid. I've registered an apiKey and have
> > implemented it, as well as added most of the suggested permissions.
>
> Do you have to use a proxy to connect to the internet? I had similar
> problems some days ago and had to switch to a direct internet
> connection without a proxy.
>
> Dennis
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Map Frustrations

2008-11-04 Thread Dennis Wilmsmann

On 4 Nov., 06:47, "shubaduaaa!" <[EMAIL PROTECTED]> wrote:
> I'm new to android development and wanted to try out some of the lbs
> features.  However, I can't seem to get the basic map to load
> properly.  I get the infamous grid. I've registered an apiKey and have
> implemented it, as well as added most of the suggested permissions.
>
Do you have to use a proxy to connect to the internet? I had similar
problems some days ago and had to switch to a direct internet
connection without a proxy.

Dennis
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Map Frustrations

2008-11-04 Thread Mark Murphy

shubaduaaa! wrote:
> I'm new to android development and wanted to try out some of the lbs
> features.  However, I can't seem to get the basic map to load
> properly.  I get the infamous grid. I've registered an apiKey and have
> implemented it, as well as added most of the suggested permissions.



> I've pretty much followed the tutorials, but can't seem to get over
> this hurdle!  Suggestions and advice welcome!

http://androidguys.com/?p=1413

It's a little out of date (written for the 0.9 SDK, IIRC), but it may 
give you some ideas.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com

Android Training on the Ranch! -- Mar 16-20, 2009
http://www.bignerdranch.com/schedule.shtml

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---