Hi Anil,

Thanx for the info...

I got my google working now on board :)

But Is there any mechanism to type somethng in the URL ??

So that i can open other websites also.

Thanks & Regards
Nimit Manglick

On Fri, Nov 28, 2008 at 11:39 AM, Anil Sasidharan <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
>          We have used linux kernel version 2.6.26 from omap GIT as
> the base and applied the android patch generated out of linux kernel
> 2.6.25 from android GIT.
>
> Warm Regards,
> Anil
>
>
> On Thu, Nov 27, 2008 at 7:47 PM, kapare <[EMAIL PROTECTED]>
> wrote:
> >
> > Hi Anil,
> >
> > You said that you have done the porting for 2.6.26, yes I'm
> > interested.
> >
> > Did you start with 2.6.22.18 from OMAP35x_SDK_0.9.5 then port to
> > 2.6.26 + android ?
> >
> > Can you guide me from the beginning? I mean what are the first steps
> > and where did you take that 2.6.26?
> >
> > Regards
> >
> > kap
> >
> > On Nov 27, 8:34 am, "Anil Sasidharan" <[EMAIL PROTECTED]> wrote:
> >> Hi Nimit,
> >>
> >>            To enable networking do the following in the init.rc file
> >>
> >>            setprop net.gprs.local-ip <board's-ip-address>
> >>            setprop net.dns1 <primary-dns-server-ip>
> >>            setprop net.dns2 <secondary-dns-server-ip>
> >>
> >> We've not tested Bluetooth, GSM on OMAP3EVM board.
> >>
> >> Warm Regards,
> >> Anil
> >>
> >> On Thu, Nov 27, 2008 at 11:56 AM, Nimit Manglick <
> [EMAIL PROTECTED]> wrote:
> >> > Hi Anil / Maxime
> >>
> >> > I am also trying my hands on android..
> >>
> >> > I have also ported android on OMAP 35X (from Mistral) ..
> >>
> >> > I am getting the home screen with touchscreen working..
> >>
> >> > Now i want to move ahead with some queries :-
> >>
> >> > 1. How to enable to Network sso that i can start playing with browser
> ?
> >>
> >> > 2. Can I interface this board with GSM module so that i can have my
> call
> >> > working ?
> >>
> >> > 3. Is this released source code have working Bluetooth & WiFi ?? If
> yes then
> >> > what
> >>
> >> > changes  & where I need to do to make them work (this board doesn't
> have
> >> > bluetooth 7 WiFi support , I am asking for general steps )
> >>
> >> > Thanks & Regards
> >> > Nimit
> >>
> >> > On Thu, Nov 27, 2008 at 11:49 AM, Anil Sasidharan <[EMAIL PROTECTED]>
> wrote:
> >>
> >> >> Hi,
> >>
> >> >>            We have ported android-1.0 onto OMAP3EVM (from Mistral)
> >> >> with 2.6.26 kernel. If you are interested in getting some
> info/support
> >> >> on this, please let us know.
> >>
> >> >> Warm Regards,
> >> >> Anil
> >> >> Mistral
> >>
> >> >> Warm Regards,
> >> >> Anil
> >>
> >> >> On Thu, Nov 27, 2008 at 7:34 AM, kapare <
> [EMAIL PROTECTED]>
> >> >> wrote:
> >>
> >> >> > Nice I'm happy to speak and exchange with MontaVista guy!
> >>
> >> >> > I imagine that your demo with OMAP 3 EVM and montavista src have
> been
> >> >> > ship for Embedded Technology 2008 in Yokohama, Japan, November
> 19-21 ?
> >>
> >> >> > I'm still wiondering why you used 2.6.24 and not minimally 2.6.25
> or
> >> >> > higher, since android is 2.6.25.
> >>
> >> >> > I will try to go with 2.6.22.18 TI src and patch android on it!
> >>
> >> >> > thx for infos
> >>
> >> >> > kap
> >>
> >> >> > On Nov 26, 1:45 pm, Maxime Petazzoni <[EMAIL PROTECTED]>
> >> >> > wrote:
> >> >> >> Hi,
> >>
> >> >> >> On 26 nov, 18:36, kapare <[EMAIL PROTECTED]> wrote:
> >>
> >> >> >> > > No, I've used MontaVista Linux 2.6.24
> >> >> >> > > :
> http://mvista.com/press_release_detail.php?fid=news/2008/MontaVista-L...
> >> >> >> > > , on top of which I added the Android drivers (that needed a
> bit of
> >> >> >> > > work because of some differences between 2.6.25 and 2.6.24,
> >> >> >> > > especially
> >> >> >> > > in sysfs).
> >>
> >> >> >> > Did you get the src code from git our from support of monta
> vista?
> >>
> >> >> >> > thx for helping a guy a bit lost!
> >>
> >> >> >> I work at MontaVista, and the press release up there depicts our
> work
> >> >> >> on Android. We used our kernel as the base for the Android port,
> so we
> >> >> >> already have OMAP3EVM and OMAP3LDP board support. Except from
> small
> >> >> >> keypad mapping changes between EVM and Zoom, I only had to rebuild
> the
> >> >> >> kernel for the correct board to move from the EVM to Zoom. I
> haven't
> >> >> >> tested yet, but I suspect it will go as smoothly for the
> BeagleBoard
> >> >> >> as well.
> >>
> >> >> >> - Maxime
> >>
> >> >> >> > kap
> >>
> >> >> >> > On Nov 26, 4:57 am, Maxime Petazzoni <
> [EMAIL PROTECTED]>
> >> >> >> > wrote:
> >>
> >> >> >> > > Hi,
> >>
> >> >> >> > > On 26 nov, 00:28, kapare <[EMAIL PROTECTED]>
> wrote:
> >>
> >> >> >> > > > Hi Maxime,
> >>
> >> >> >> > > > I have a OMAP3EVM and I'm interested in porting it with
> android.
> >>
> >> >> >> > > > OMAP3EVM come with OMAP35x_SDK_0.9.5 that contain 2.6.22.18
> .
> >>
> >> >> >> > > > 1- Did you port the kernel to 2.6.25 or just used 2.6.22.18+
> >> >> >> > > > android
> >> >> >> > > > patch - goldfish stuff ?
> >>
> >> >> >> > > No, I've used MontaVista Linux 2.6.24
> >> >> >> > > :
> http://mvista.com/press_release_detail.php?fid=news/2008/MontaVista-L...
> >> >> >> > > , on top of which I added the Android drivers (that needed a
> bit of
> >> >> >> > > work because of some differences between 2.6.25 and 2.6.24,
> >> >> >> > > especially
> >> >> >> > > in sysfs).
> >>
> >> >> >> > > > 2- Did you try to directly use the OMAP zoom on a OMAP3EVM,
> It
> >> >> >> > > > seem to
> >> >> >> > > > work very slow and bugy!
> >>
> >> >> >> > > Sorry, I don't understand your question :(
> >>
> >> >> >> > > - Maxime
> > >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [EMAIL PROTECTED]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to