[android-developers] Re: prelink-linux-arm.map issues

2009-11-26 Thread Jim Ancona
On Nov 26, 12:11 am, anshexp wrote: > i want to add a shared library in android build . should i add that > shared > library to prelink-linux-arm.map file You might have more luck asking your question in android-porting. Jim > > prelink-linux-arm.map file having the list of shared library name

[android-developers] Re: Trying to get Javascript on Android

2009-09-19 Thread Jim Ancona
ebisudave wrote: > > On the whole, yes. Bear in mind that Android uses WebKit, so where you > > see browser-specific instructions for Javascript libraries, follow those > > for iPhone, Safari, or perhaps Chrome. > > If only Chrome were available on Linux... but that's another issue. I'm reading t

[android-developers] Re: Is it legal to customize and publish the built-in applications?

2009-06-02 Thread Jim Ancona
On May 31, 2:04 am, alucard20004 wrote: > Like the Alarm Clock, Calculator, etc. > > I see that the source is available at : > > http://source.android.com/ > > For example, the alarm clock I'm going to modify will "look exactly > the same" as the built-in one, but there'll be a lot more functio

[android-developers] Re: G1 linux

2008-11-22 Thread Jim Ancona
If you're not wedded to the G1, you might consider the Openmoko Freerunner (http://wiki.openmoko.org/wiki/Neo_FreeRunner), which has Bluetooth, Wifi and GPS and runs several Linux distributions, as well as Android. Jim On Nov 21, 3:56 pm, clark <[EMAIL PROTECTED]> wrote: > True, but if his phone

[android-developers] Intent to open an email attachment

2008-11-11 Thread Jim Ancona
I'd like my activity to be able to open a file attached to an email. To open a file downloaded in the browser, I set up the following intent filter: I assume I would do something similar to open an email attachment, possibly with a different inte