Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Google Maps on Flash Lite: (8 Items)
   
Google Maps on Flash Lite  
When I try to run Google Maps or Yahoo Maps on the target, we get the following errors:

# flash-gf -L2 -vvv -f flashlite-565.so -A 1 asGS.swf
1 ((1) main)    FL3 not audio device card -1, device 0
1 ((1) main)    GetSecuritySandbox: /hmi/asGS.swf security 1
3       FL3 url_http_handler: getaddrinfo FAILURE for maps.yahooapis.com, error
No address associated with hostname
1 ((1) main)    1 urlstream closed (404)
1 ((1) main)    si_cancelurlstream: Couldn't find id:1


Is the above error because of a DNS issue,Are we missing something here ..
RE: Google Maps on Flash Lite  
Quite possibly.  

If you do an "nslookup maps.yahooapis.com", does it return with an IP
address? 


 

-----Original Message-----
From: Yogesh Patil [mailto:community-noreply@qnx.com] 
Sent: Monday, November 10, 2008 12:38 PM
To: general-networking
Subject: Google Maps on Flash Lite

When I try to run Google Maps or Yahoo Maps on the target, we get the
following errors:

# flash-gf -L2 -vvv -f flashlite-565.so -A 1 asGS.swf
1 ((1) main)    FL3 not audio device card -1, device 0
1 ((1) main)    GetSecuritySandbox: /hmi/asGS.swf security 1
3       FL3 url_http_handler: getaddrinfo FAILURE for
maps.yahooapis.com, error
No address associated with hostname
1 ((1) main)    1 urlstream closed (404)
1 ((1) main)    si_cancelurlstream: Couldn't find id:1


Is the above error because of a DNS issue,Are we missing something here
..


_______________________________________________
General
http://community.qnx.com/sf/go/post16319
Re: RE: Google Maps on Flash Lite  
We do not have nslookup as part of our BSP. But I tried pinging the maps.yahooapis.com ip address and I could ping 
successfully, I think it is the DNS issue...
RE: RE: Google Maps on Flash Lite  
If 

ping maps.yahooapis.com 

Works, then DNS is working.


We've been looking at another issue internally which might be similar to
this.

Is the IP address / DNS information supplied or changed the application
is up and running?  If you re-start the application, do things work? 

How are the IP address and DNS information being updated?

	Robert.

-----Original Message-----
From: Yogesh Patil [mailto:community-noreply@qnx.com] 
Sent: Monday, November 10, 2008 1:06 PM
To: general-networking
Subject: Re: RE: Google Maps on Flash Lite

We do not have nslookup as part of our BSP. But I tried pinging the
maps.yahooapis.com ip address and I could ping successfully, I think it
is the DNS issue...

_______________________________________________
General
http://community.qnx.com/sf/go/post16324
Re: RE: RE: Google Maps on Flash Lite  
No actually ping maps.yahooapis.com does not work but pinging to its ip address works..

# ping 209.73.186.204
PING 209.73.186.204 (209.73.186.204): 56 data bytes
64 bytes from 209.73.186.204: icmp_seq=0 ttl=44 time=117 ms
64 bytes from 209.73.186.204: icmp_seq=1 ttl=44 time=115 ms
64 bytes from 209.73.186.204: icmp_seq=2 ttl=44 time=116 ms
64 bytes from 209.73.186.204: icmp_seq=3 ttl=44 time=115 ms
64 bytes from 209.73.186.204: icmp_seq=4 ttl=44 time=115 ms
64 bytes from 209.73.186.204: icmp_seq=5 ttl=44 time=117 ms

RE: RE: RE: Google Maps on Flash Lite  
Ah... SO your name server isn't set up properly. Do you use dhcp.client
to get an IP address or do you assign ti by hand? 

-----Original Message-----
From: Yogesh Patil [mailto:community-noreply@qnx.com] 
Sent: Monday, November 10, 2008 3:47 PM
To: general-networking
Subject: Re: RE: RE: Google Maps on Flash Lite

No actually ping maps.yahooapis.com does not work but pinging to its ip
address works..

# ping 209.73.186.204
PING 209.73.186.204 (209.73.186.204): 56 data bytes
64 bytes from 209.73.186.204: icmp_seq=0 ttl=44 time=117 ms
64 bytes from 209.73.186.204: icmp_seq=1 ttl=44 time=115 ms
64 bytes from 209.73.186.204: icmp_seq=2 ttl=44 time=116 ms
64 bytes from 209.73.186.204: icmp_seq=3 ttl=44 time=115 ms
64 bytes from 209.73.186.204: icmp_seq=4 ttl=44 time=115 ms
64 bytes from 209.73.186.204: icmp_seq=5 ttl=44 time=117 ms



_______________________________________________
General
http://community.qnx.com/sf/go/post16343
Re: RE: RE: RE: Google Maps on Flash Lite  
Yes, I am using dhcp.client to get the IP Address. What do we need to do the name server setup on the device? 

Thanks!
Re: RE: RE: RE: Google Maps on Flash Lite  
On Mon, Nov 10, 2008 at 05:24:21PM -0500, Yogesh Patil wrote:
> Yes, I am using dhcp.client to get the IP Address. What do we need to do the name server setup on the device? 

Please see the docs for /etc/resolv.conf in the utilities reference
(under 'r').

Regards,

-seanb