Re: [android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-01-29 Thread Chris van de Steeg
Guys, head over to http://java.freenode.net/?channel=h1 and talk to the guys named ius and thomasg They made quite some progress in understanding the phone's internals and after talking to them I definitely think it's possible to have android on these phones! On Fri, Jan 29, 2010 at 2:33 AM, zmig

[android-porting] Re: Boot up directly to the google search:Redude first screen time

2010-01-29 Thread Nilly
I have written one application (say my home screen). How can i change the code to boot my own screen? To get my own home screen Do i need to change the android code and compile it? Regards, Nilly On Jan 26, 3:59 am, Dianne Hackborn wrote: > There is no "Google search" application.  The search

Re: [android-porting] Re: Boot up directly to the google search:Redude first screen time

2010-01-29 Thread Dianne Hackborn
You don't need to change any code. Just make sure you publish your app's activity as a home screen (action main, category home) and have it installed in the system partition. You'll also want to remove the standard launcher app so you don't need to pick between the two. On Fri, Jan 29, 2010 at 4

[android-porting] Launcher2

2010-01-29 Thread Armando Ceniceros
Are there currently any plans on making the Launcher2 work on MDPI/LDPI devices? I noticed that the biggest problem is the useless rollo effect on the launcher. I could simply replace the view that's launched with a sliding drawer and handle the all-apps grid like on the previous Launcher, but I've

[android-porting] "Failed to load wifi driver" from application

2010-01-29 Thread Ask
Hi all, I am using android on beagleboard and enabled the wifi on the board using DLink 110 adapter. It works fine when enabling the wifi manually. I had enable usb to Wifi (ralink) driver in the linux kernel. Now I want to enable the same and connect with ssid using Android Applications a

[android-porting] Re: Testing sdk changes in emulator

2010-01-29 Thread Amul Adagale
Hi David, Thanks for your help. It worked. Amul On Jan 26, 12:07 am, David Turner wrote: > You normally build SDK packages (including the emulator) with something like > that: > > lunch sdk-eng > make sdk > > The result will be in out/host//sdk/ > > Here, you'll find a directory named android-s

[android-porting] Re: ALSA mixer,re-sampling code Vs Android Mixer,re-sampling code

2010-01-29 Thread ani
I think it would be better if you ask this question in ALSA mailing list as Android has little to do with what you are trying to achieve or Sean can guide you. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] How to download from git repositories ?

2010-01-29 Thread stupid123
HI, I am trying to download "android-omap-2.6.29" kernel from http://android.git.kernel.org/?p=kernel/omap.git;a=summary I have run following commands :$git clone git://android.git.kernel.org/kernel/omap.git But this does not show "android-omap-2.6.29" branch in downloaded directory

[android-porting] Losing weight on an Android device

2010-01-29 Thread SR
Hi, We are porting Android to a small device, which requires a light- weighted OS. This device does not have cell phone capability, but we like it to run many of the android apps and keep the internet accessibility. We plan to remove unneeded libraries and applications from the Android code ba

[android-porting] Re: Losing weight on an Android device

2010-01-29 Thread SR
BTW, we are mainly looking at the flash usage. On Jan 29, 11:06 am, SR wrote: > Hi, > >    We are  porting Android to a small device, which requires a light- > weighted OS. This device does not have cell phone capability, but we > like it to run many of the android apps and keep the internet > ac

[android-porting] android-porting on HTC S740

2010-01-29 Thread Gaetano Giuliano
Dear Sir, Madame, May I congratulate to you for your fantastic O. S. for mobile devices. May I say that I use Linux on my PC. May I say that I have got a New Mobile Phone HTC S740 within Windows Mobile Operative System n. 6.1. May I say that I would like to port your O.S. Android inside my smart p

Re: [android-porting] Launcher2

2010-01-29 Thread Dianne Hackborn
Eventually we'd like to switch to that as the single launcher used anywhere (with some things not done on lower-end hardware), but there is no schedule right now for when that may happen. On Thu, Jan 28, 2010 at 11:51 PM, Armando Ceniceros wrote: > Are there currently any plans on making the Laun

Re: [android-porting] Accessing the NFS server from Android : RPC: Unknown protocol issue

2010-01-29 Thread Kishor
Hi David, Yes, I copied the Protocols, Services and Hosts files to the target's android image "/etc" folder directly. But it gives the same warning(RPC:Unknown protocol). is there any permissions or security issue? krish On Fri, Jan 29, 2010 at 5:18 AM, David Turner wrote: > Well, the syst