[android-porting] Re: Stopped during boot up on x86 virtualbox with cupcake

2010-08-24 Thread Chih-Wei
Have you seen Android-x86 project? Check http://www.android-x86.org On 8月22日, 上午9時52分, New portor mitchell.kw@gmail.com wrote: Oh, thank! the part HOME_APP_ADJ was correct, but..HOME_APP_MEM part was mistyped as HOME_APP_ADJ(again..). Thank you for your comment about how to tracking an

[android-porting] Re: Android 2.2 Froyo Wifi Hotspot

2010-08-24 Thread yogesh
As I am new to this one, can you please provide some info about the interface stuff. On Aug 24, 12:16 am, Robert Greenwalt rgreenw...@google.com wrote: You need to add your interface name to the config_tether_wifi_regexs in core/res/res/values/config.xml R On Sun, Aug 22, 2010 at 10:21 PM,

[android-porting] An Error on Cupcake + kernel 29 for x86 + virtualbox

2010-08-24 Thread Build Account
Hello. I'm trying to compile Cupcake + kernel 29 for x86 + virtualbox. But in the end I faced below error message on virtualbox. In thise case , where should I need to look into? - Unable to open log device '/dev/log/main':No such file or directory sd 0:0:0:0: [sda] 4194304 512-byte

[android-porting] [Froyo] SurfaceFlinger receive wrong parameters while pressing power button for a while.

2010-08-24 Thread Martin
Dear ALL: I'm porting Froyo now but I met a strange issue. When I pressed the power button for a while, the device should have show a dialog to let me choose power off or other options. However, the dialog didn't show up. Instead of the dialog, I got some error msgs liking W/WindowManager(

[android-porting] Dose Froyo support multi framebuffer?

2010-08-24 Thread chaochao
Hi, I want to use dual display(LCD Screen) with Android(Froyo). And I've reviewed this group's messages written some months ago about multi frame buffer(multi screen). My reviewed result is that Android platform does not support multi frame buffer. And if we want to use multi frame buffer,

[android-porting] copybit format conversion issue, for help

2010-08-24 Thread Simon Chan
Hi, all, I have encountered a format coversion issue when manage to add copybit module for some hw 2D core. There are a lot of blit operations from COPYBIT_FORMAT_RGBA_ to COPYBIT_FORMAT_RGB_565 when do menu rendering. It looks the layout of android COPYBIT_FORMAT_RGBA_ format is as

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

2010-08-24 Thread oNeHST
Hi there, As a lot of people in here I am an un satisfied H1 owner. Is anyone still on this porting thing? - I myself have little knowledge of nearly everything that's needed to be done in order to get this done but I would help where I can. Best regards, Tim -- unsubscribe:

[android-porting] Android on MSM7225 Processor

2010-08-24 Thread binod ray
Sir, I am MEGA user. I have searched a lot for this. As i am not a kernel developer so i am not able to port. But from my study on haret and other requred file to port i find out few stuff. Whenever i run haret it crash either with unexpected hand-held or phone got freeze. Now what i want to know

Re: [android-porting] Android Eclair GPS and AGPS

2010-08-24 Thread Ashwin Bihari
I'm trying to track down a solution to this exact same problem, does anyone have any idea on how the default settings int he SQLITE3 database get created during an Android build?? Thanks -- Ashwin On Tue, Feb 2, 2010 at 12:05 AM, lvsei lvseis...@gmail.com wrote: Dear all~~    I am porting

[android-porting] Google OMX Core

2010-08-24 Thread Lakshman
Hi Dave Sparks, As you have mentioned in QA session in last Google IO, Stagefright media framework will completely relplace PV opencore in the next release(Gingerbread). In the current stagefright framework, you are using PV OpenMax core and OpenMax codec components. Most of us are using PV OMX

Re: [android-porting] Re: Android 2.2 Froyo Wifi Hotspot

2010-08-24 Thread Robert Greenwalt
Doing this on the emulator doesn't make much sense - I don't think it will have real wifi access, so a wifi hotspot won't work. You can turn on the UI though by adding a fake interface name or regex to the config_tether_wifi_regexs resource - foo\d would work for example. The UI will appear but

[android-porting] Re: Google OMX Core

2010-08-24 Thread Dave Sparks
Stagefright already supports OMX codecs in the Froyo release. This is how we integrate hardware codecs and 3rd party codecs. On Aug 24, 7:53 am, Lakshman lakshma...@gmail.com wrote: Hi Dave Sparks, As you have mentioned in QA session in last Google IO, Stagefright media framework will

[android-porting] GNU Make 3.82 raises make: free(): invalid next size (fast) error when building AOSP

2010-08-24 Thread Alexis ROBERT
Hi, I'm trying to build AOSP with ArchLinux for my Nexus One and I'm having the following message during the build : [r...@athlon android-src]# LANG= LC_ALL= make adb PLATFORM_VERSION_CODENAME=AOSP PLATFORM_VERSION=AOSP TARGET_PRODUCT=full_passion

Re: [android-porting] GNU Make 3.82 raises make: free(): invalid next size (fast) error when building AOSP

2010-08-24 Thread Jim Huang
2010/8/24 Alexis ROBERT alexis.rob...@gmail.com: Hi, hi Alexis, [...] I'm using GNU Make 3.82 (which is the latest version, released not so far ago) and I've got the same error using ArchLinux x86_64 and i686 on two separate computers, so it's the same issue with two different builds.

[android-porting] Kernel panic - not syncing: Attempted to kill init!

2010-08-24 Thread anddev
Hi All, I have downloaded kernel/common.git from android git server and linux-2.6.35 branch, I am trying to port this kernel with froyo on my hardware. i the kernel i have only ported serial (UART) driver along with MTD driver (which is onenand device in this case). I dont have any framebuffer or

Re: [android-porting] Re: Porting an existing Linux device driver to the Android platform

2010-08-24 Thread John Koshi
Hi Vince, In this module build description that you gave, in the line segment: make -C /android/kernel/directory where is directory from the root of the source tree that is downloaded? I was expecting a directory with the kernel headers under android-tree-root/kernel, but don't see one. What