[android-porting] steps to install android on nokia n95

2008-12-01 Thread Asim
hi i am quite new to this android i have nokia n95 with me and i want to install android on it can some one please let me know the steps to install it on n95 waiting for the replies :( dieing to use android Regards --~--~-~--~~~---~--~~ unsubscribe: [EMAIL PROT

[android-porting] Re: Android porting problem - LCD BPP

2008-12-01 Thread FlyCry
My lcdc support 2 format of 18bpp framebuffer. One is 18bpp packed. Another is a format of 3 byte: Red[5:0] 0 0 Green[5:0] 0 0 Blue[5:0] 0 0 could the second format be configed in android display? Thanks. On 12月2日, 下午12时42分, Mathias Agopian <[EMAIL PROTECTED]> wrote: > Hi, > > On Mon, Dec 1, 2008

[android-porting] Porting to DaVinci EVM

2008-12-01 Thread FrancoisM
Hi, I want to know if any of you guys have already ported Android to DaVinci EVM ( I have the 6446 ) successfully. I happened to port the m5 version months ago, and now I an going to port the 1.0 version. Could I still use the 2.6.23 kernel on the board or do I need to upgrade it to 2.6.25 ? If

[android-porting] Re: Android porting problem - LCD BPP

2008-12-01 Thread Mathias Agopian
Hi, On Mon, Dec 1, 2008 at 8:22 PM, FlyCry <[EMAIL PROTECTED]> wrote: > > My board has an lcd of 18 bpp, but android UI is 16 bpp. So the > display is abnormal when andriod runs. Could android be configed to 18 > bpp? And how to do it? > Thanks for anyone attention to this topic. What's the for

[android-porting] Android porting problem - LCD BPP

2008-12-01 Thread FlyCry
My board has an lcd of 18 bpp, but android UI is 16 bpp. So the display is abnormal when andriod runs. Could android be configed to 18 bpp? And how to do it? Thanks for anyone attention to this topic. --~--~-~--~~~---~--~~ unsubscribe: [EMAIL PROTECTED] website: htt

[android-porting] Re: Audio support

2008-12-01 Thread Sean McNeil
asound.conf should go in /system/etc/asound.conf, not /etc. Most of the time /etc is a symlink, so it doesn't matter. You will probably have to go through your complete asound.conf to see if it is correct for your hardware and kernel. The best suggestion I have is to use something like "alsact

[android-porting] Re: Android on OMAP35x ?

2008-12-01 Thread Nishanth Menon
On Mon, Dec 1, 2008 at 2:29 PM, kapare <[EMAIL PROTECTED]> wrote: > So I have multiple choice can you recommend the one that is the more > stable for omap3evm?: > > android-2.6.26-1.0-2? I would like to say [1], but I dont use EVM :(. You may want to discuss on linux-omap mailing list[2] to get mo

[android-porting] Re: Android on OMAP35x ?

2008-12-01 Thread kapare
Nishanth, Thx, So I have multiple choice can you recommend the one that is the more stable for omap3evm?: android-2.6.26-1.0-2? Regards kap On Dec 1, 2:17 pm, "Nishanth Menon" <[EMAIL PROTECTED]> wrote: > Kapare,On Mon, Dec 1, 2008 at 1:05 PM, kapare <[EMAIL PROTECTED]> wrote: > > Check for o

[android-porting] Re: Cannot find /dev/pmem

2008-12-01 Thread Brian Swetland
pmem is only needed for certain devices requiring large physically contiguous memory on the msm7k (gpu, dsp, etc). It's not currently used by any other SoCs and its absence is not a fatal error. libhgl.so is the (proprietary) library for openglES on the msm7k GPU. It also is not required for c

[android-porting] Re: Android on OMAP35x ?

2008-12-01 Thread kapare
By searching on android-internals I set my .config settings to # CONFIG_ANDROID_RAM_CONSOLE is not set CONFIG_ANDROID_LOGGER=y # CONFIG_ANDROID_TIMED_GPIO is not set CONFIG_ANDROID_BINDER_IPC=y CONFIG_ANDROID_PARANOID_NETWORK=y CONFIG_ASHMEM=y CONFIG_DEVMEM=y CONFIG_PANIC_TIMEOUT=0 CONFIG_LOW_MEM

[android-porting] Re: Android on OMAP35x ?

2008-12-01 Thread Nishanth Menon
Kapare, On Mon, Dec 1, 2008 at 1:05 PM, kapare <[EMAIL PROTECTED]> wrote: > Check for omap3_evm_defconfig in arch/arm/configs > NOT THERE :(( > > Are these steps that you have done for v2.6.26? > If yes, how did you incorporate omap3_evm_defconfig support in > v2.6.26 See [1]. Essentially, you ar

[android-porting] Re: Android on OMAP35x ?

2008-12-01 Thread kapare
Hi Anil, I have done does steps (I'm new with git): git clone http://source.mvista.com/gittrees/linux-omap-2.6.git so by default the master branch is on v2.6.28-rc6 Check arch/arm/configs found omap3_evm_defconfig To see other branch git tag So I create a branch for git-checkout -b omap3evm-a

[android-porting] Re: PackageManager Error

2008-12-01 Thread Dianne Hackborn
Those aren't errors, they are warnings. You can ignore them. On Mon, Dec 1, 2008 at 10:44 AM, borhe <[EMAIL PROTECTED]> wrote: > > Hi, > > I see the following error messages using logcat > > D/PackageManager( 68): Scanning app dir /system/framework > W/PackageParser( 68): Bad element under :

[android-porting] PackageManager Error

2008-12-01 Thread borhe
Hi, I see the following error messages using logcat D/PackageManager( 68): Scanning app dir /system/framework W/PackageParser( 68): Bad element under : eat-comment W/PackageParser( 68): Bad element under : eat-comment W/PackageParser( 68): Bad element under : eat-comment W/PackageParser(

[android-porting] Re: Voice over GSM

2008-12-01 Thread Dave Sparks
Neither uplink or downlink audio ever reaches the application processor. The routing, upsampling/downsampling, and mixing of GSM audio is handled in the hardware. On Nov 30, 1:20 am, Hemant <[EMAIL PROTECTED]> wrote: > If I understand RIL structure there is a different path for packet > data and

[android-porting] Re: use of inbuilt video codecs

2008-12-01 Thread Dave Sparks
I'm not here to "provide the solution". Google made the source code available so you can build your own solution. I'll be happy to help with information where I have knowledge, however, OpenCore is from Packet Video, and I'm not all that familiar with the internals of the code. As I mentioned bef

[android-porting] Re: ARMv4, different file systems, and other patches.

2008-12-01 Thread lqoyzy
switch to ben's patches in this topic and his change 1663, finally get android running on my 2410 board..:-) still need to merge so many drivers like touchpanel, etc.. I've no idea about the speed android running on 2410 now, maybe in future I can do some optimization job on this~ as I wanna andro

[android-porting] Re: Android on OMAP35x ?

2008-12-01 Thread kapare
Can someone gives me is .config for OMAP3 EVM After merging the code I launch make and it ask: Default panic timeout (PANIC_TIMEOUT) [0] (NEW) Enable Android's Shared Memory Subsystem (ASHMEM) [N/y/?] (NEW) y Memory device driver (DEVMEM) [Y/n/?] (NEW) y Low Memory Killer (LOW_MEMORY_KILLER) [N/

[android-porting] Re: Android x86?

2008-12-01 Thread Urs Grob
$ . build/envsetup.sh $ lunch 2 are two separate commands. The first one sets up the environment and the second one sets which configuration you want to build. On Mon, Dec 1, 2008 at 2:30 PM, Lucky-dog <[EMAIL PROTECTED]> wrote: > > My ubuntu is 8.10. I try the tips to compile android for x86. B

[android-porting] Re: Android x86?

2008-12-01 Thread Lucky-dog
My ubuntu is 8.10. I try the tips to compile android for x86. But it seem envsetup.sh does not work. Would you like to help me? Thank you very much. The log is as below. [EMAIL PROTECTED]:~/mydroid/build$ echo $SHELL /bin/bash [EMAIL PROTECTED]:~/mydroid/build$ bash --version GNU bash, version 3.2

[android-porting] Cannot find /dev/pmem

2008-12-01 Thread borhe
I am porting the Android for the ARM platform, I am running it via NFS., so i have extracted the /data and /system directories using the instructions on http://elinux.org./Android_on_OMAP and loading the android executables via NFS I also downloaded the latest kernel and merged it with my platfor

[android-porting] Re: Enabling Qwerty keyboard with Android

2008-12-01 Thread R K
Hi Shivdas, http://beagleboard.googlecode.com/files/evtest.c run following test case, will help you to see the keyboard events. Regards, Ravi On Sun, Nov 30, 2008 at 8:06 PM, Shivdas Gujare <[EMAIL PROTECTED]>wrote: > > Hi All, > > I am porting android on omap3 platform. I can boot android on

[android-porting] Re: Audio support

2008-12-01 Thread mvniekerk
I'm on the way of pulling my hair out. 1) iMX Alsa Kernel driver loads i) PROCFS entries in /proc/asound are made ii) /proc/asound/version says 1.0.15 iii) /proc/asound/card0 has all the right entries iv) Special device files are made in /dev/snd/ (pcmC0D0p/c mixer0 timer etc

[android-porting] Re: Build Android for ARMv6

2008-12-01 Thread lqoyzy
you've no need to change this, armv6 is compatible with armv5, this option is for lower version of arm architecture and it's still incomplete. Pivotian wrote: > currently Android by default built for ARMv5 instruction set but i > want to build it for ARMv6 instruction set. How can i do that? wha

[android-porting] Re: Build Android for ARMv6

2008-12-01 Thread Pivotian
currently Android by default built for ARMv5 instruction set but i want to build it for ARMv6 instruction set. How can i do that? what are all the files which i have to modify. the linux-arm.mk file is currently set for armv5te architecture and has provision for armv4 but not for other architect

[android-porting] Re: Android on OMAP35x ?

2008-12-01 Thread janu0204
Hi Anil, This is janakiram ,i too an planning to port android on OMAP ,but its on 2420.I required your guidance Kindly let me know how to proceed I am plannig to do it on Ubuntu Linux as host but while i am trying to install the emulator i am geting error regarding SDL. I would also

[android-porting] Build Android for ARMv6

2008-12-01 Thread Pivotian
currently Android by default built for ARMv5 instruction set but i want to build it for ARMv6 instruction set. How can i do that? what are all the files which i have to modify. I tried replacing the TARGET_ARCH_VERSION := armv5te with TARGET_ARCH_VERSION := armv6 but it shows error while compi