Right, I'm using my local machine. Your questions are hinting at
something that I was afraid of: That the android emulator does not
share my internet connection like the iPhone emulator does. I tried
going to my machine's homepage in the browser in the android emulator,
and it says "server not found", whereas in the iPhone emulator, I can
hit my local machine.
Why is this, and is there a setting that I can use on the android
emulator somehow to make it work, like make it proxy behind my local
machine?
Thanks.
Groove
On Dec 4, 11:19 am, "evgeny vovchenko" <
evgenyvovche...@gmail.com>
wrote:
> On Dec 4, 10:18šam, Adam Blum <
a...@rhomobile.com> wrote:
> > Kishor,
>
> > I cant quite see what your question has to do with this thread. You
> > are apparently looking for a web service API which returns lat/long
> > from an address (also known as a geocoding API). There are many out
> > there including
geocoding.us but this isn't a Rhodes question. If it's
> > just "how do I parse returned XML in JavaScript" there are many
> > samples of that out there on the internet.
>
> > Adam
> > Sent from my iPhone
>
> > On Dec 4, 2009, at 6:54 AM, testclubtuki1 asdjfljas
> > <
test.clubt...@gmail.com
>
> > š> wrote:
>
> > > Hi,
>
> > > I have one problem in android platform.
>
> > > I am now using yahoo map for get map for address which are entered
> > > by user.
>
> > > But, I can't find latitude and longitude for address which are
> > > entered by user.
>
> > > If u have any sample code.Now,I am get map using JavaScript.
> > > If u know how we get response from java script in rho hub and read
> > > latitude and longitude from XML file.Please help me for this
> > > problem.
>
> > > Thanks,
> > > Kishor
>
> > > On Fri, Dec 4, 2009 at 2:15 AM, groovetrain <
joelgreut...@gmail.com>
> > > wrote:
> > > Ah, thanks, Adam.
>
> > > The Rhodes team has no idea how far I'm getting in my app in so
> > > short a time because of this great product. šKeep up the awesome work,
> guys!
>
> > > Groove
>
> > > On Dec 3, 2:52 pm, groovetrain <
joelgreut...@gmail.com> wrote:
> > > > I checked the application settings for my app, and it says that it
> > > has
> > > > "full Internet access"
>
> > > > On Dec 3, 2:47 pm, groovetrain <
joelgreut...@gmail.com> wrote:
>
> > > > > Is anyone else having issues with this library and the Android
> > > > > emulator? šI'm getting an error:
>
> > > > > Server Error
> > > > > Error: getaddrinfo: No address associated with hostname
> > > > > Trace:
> > > > > lib/net/http.rb:585:in `initialize'
> > > > > ...
>
> > > > > I tested my android app and CAN browse the internet, but I'm
> > > wondering
> > > > > if Net:HTTPis blocked by the device somehow?
>
> > > > > Groove
>
> > > > > On Dec 2, 5:07 pm, "evgeny vovchenko"
> > > > > <
evgenyvovche...@gmail.com>
> > > > > wrote:
>
> > > > > > For Non-BB platforms we can just include openssl c-library to
> > > rhodes, but
> > > > > > for BB it will be much longer story.
>
> > > > > > -----Original Message-----
> > > > > > From: Adam Blum [mailto:
a...@rhomobile.com]
> > > > > > Sent: Wednesday, December 02, 2009 9:41 PM
> > > > > > To:
rhom...@googlegroups.com
>
> > > > > > Cc: rhomobile
> > > > > > Subject: Re: [rhomobile] Re:Httpconnection from Rhodes
> > > application
>
> > > > > > Please submit a lighthouse request. Pointers to your open š
> > > sourced code or a
> > > > > > commercial license will weight your request higher.
>
> > > > > > Sent from my iPhone
>
> > > > > > On Dec 2, 2009, at 10:16 AM, groovetrain š
> > > <
joelgreut...@gmail.com> wrote:
>
> > > > > > > So, I've got theHTTPrequest working and returning valid data š
> > > in the
> > > > > > > iPhone simulator (using 1-4-unstable branch). šObviously, š
> > > https isn't
> > > > > > > implemented as it depends on natively built libraries like š
> > > openssl, am
> > > > > > > I wrong?
>
> > > > > > > My question is-- does Net::HTTPwith https have any chance of š
> > > being
> > > > > > > implemented in a future release, even in 1.4? šCan I submit š
> > > a formal
> > > > > > > request for it somewhere? šI think there's a lot of others š
> > > out there
> > > > > > > that would benefit from this feature.
>
> > > > > > > For my application, I'm calling my remote api's that I'd š
> > > rather keep
> > > > > > > behind https only, but now I guess I'll have to open them up š
> > > to non-
> > > > > > > ssl requests.
>
> > > > > > > Thanks so much for taking the time to add the Net::HTTPlibs to
> > > > > > > Rhodes.
>
> > > > > > > Groove
>
> > > > > > > On Nov 18, 7:06 pm, Brian Moore <
br...@rhomobile.com> wrote:
> > > > > > >> I have changed this slightly as part of implementing generic
> > > > > > >> extensions.
> > > > > > >> Wiki page is updated - only change was what you put in your š
> > > build.yml
> > > > > > >> file.
>
> > > > > > >> Brian
>
> > > > > > >> evgeny vovchenko wrote:
> > > > > > >>> Added to 1-4-unstable branch :
> > > > > > >>>
http://wiki.rhomobile.com/index.php/Rhodes#net.
> > > > > > >>> 2Fhttp_library_support
>
> > > > > > >>> Regards,
> > > > > > >>> šEvgeny.
>
> > > > > > >>> -----Original Message-----
> > > > > > >>> From:
rhom...@googlegroups.com
> > > > > > >>> [mailto:
rhom...@googlegroups.com] On Behalf Of diegog
> > > > > > >>> Sent: Thursday, November 12, 2009 6:02 PM
> > > > > > >>> To: rhomobile
> > > > > > >>> Subject: [rhomobile]Httpconnection from Rhodes application
>
> > > > > > >>> Hi,
>
> > > > > > >>> I want to consume REST Rails services from a Rhodes š
> > > application.
> > > > > > >>> Can I do
> > > > > > >>> this without using RhoSync server? I want to do something š
> > > like:
>
> > > > > > >>>http= Net::HTTP.new(uri.host)
> > > > > > >>>http.post...
> > > > > > >>>http.put...
> > > > > > >>>http.delete...
> > > > > > >>>http.get...
>
> > > > > > >>> All of the examples I have seen use RhoSync storing local š
> > > data on
> > > > > > >>> the device.. is the "net" library available for Rhodes?
>
> > > > > > >>> Thanks in advance!
> > > > > > >>> Diego
>
> > > > > > >>> --~--~---------~--~----~------------~-------~--~----~
> > > > > > >>> You received this message because you are subscribed to š
> > > the Google
> > > > > > >>> Groups "rhomobile" group.
> > > > > > >>> To post to this group, send email to
>
rhom...@googlegroups.com
> > > šTo
> > > > > > >>> unsubscribe from this group, send email to
> > > > > > >>>
rhomobile+...@googlegroups.com
> > > > > > >>> For more options, visit this group athttp://
> > >
groups.google.com/
> > > > > > >>> group/rhomobile?hl=en
> > > > > > >>> -~----------~----~----~----~------~----~------~--~---
>
> > > > > > > --
>
> > > > > > > You received this message because you are subscribed to the š
> > > > > > You received this message because you are subscribed to the š
> > > You received this message because you are subscribed to the Google š
> > > You received this message because you are subscribed to the Google š