[android-porting] application can't full screen on 1.62.0

2009-12-16 Thread xie simen
Dear sir: I run android 1.6 and 2.0 on my platform, it is fine! but I meet a issue, many application that can full screen on 1.5 can't full screen on 1.6 2.0(I used the same apk file on 1.51.62.0), could you please tell me why and how can I solve it ? thanks ! Best regards, Simen

Re: [android-porting] Android 1.6-no sdcard found error

2009-12-16 Thread gulshan karmani
Hello Arun, Do you feel rebuilding android source code with PRODUCT=sdk is a MUST for fixing the automount in 1.6 onwards ? Rgds, Gulshan On Wed, Dec 2, 2009 at 9:55 AM, Arun gda arun...@gmail.com wrote: Hi,  I got my problem fixed. Whatever changes, I did previously itself was enough to

Re: [android-porting] Re: Porting to S3C2443

2009-12-16 Thread wang jintong
Hi , BigFly : You are absolutely right, and just because of my fail to get the Koolu code, I don’t have its toolchain. I used to think that the toolchain can be utilized by means of changing the libgcc.a, but now it seems to be impossible. Could you please tell me where I can download the

Re: [android-porting] Android 1.6-no sdcard found error

2009-12-16 Thread Arun gda
Hi Gulshan, The reason for suggesting PRODUCT=sdk was , the file build/target/product/sdk.mk contains the following code snippet, PRODUCT_COPY_FILES := \ development/data/etc/vold.conf:system/etc/vold.conf This was essantial for auto copying of vold.conf file into android file

[android-porting] Andoird on x86 Recompile with -Xlint:unchecked for details issue

2009-12-16 Thread deepak singal
Hi all, I am trying to port Android on my board using latest source code: repo init -u git://git.android-x86.org/platform/manifest.git -b donut-x86 I have checked out the above source code and facing the below problem: external/opencore/pvmi/pvmf/include/pvmf_event_handling.h:276: undefined

Re: [android-porting] Re: Porting to S3C2443

2009-12-16 Thread Michael Trimarchi
http://gitorious.org/android-on-freerunner Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: Porting to S3C2443

2009-12-16 Thread tommy tommy
great job 2009/12/16 Michael Trimarchi trimar...@gandalf.sssup.it http://gitorious.org/android-on-freerunner Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.comandroid-porting%2bunsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --

[android-porting] Re: Error : PVMediaOutputNodePort::ConfigMIO setParametersSync of PVMF_FORMAT_SPECIFIC_INFO_KEY_AUDIO failed

2009-12-16 Thread RaviY
PVMF_FORMAT_SPECIFIC_INFO_KEY_PCM (and PVMF_FORMAT_SPECIFIC_INFO_KEY_YUV) key is new, and not all MIOs support them. So, we have made this key optional. If a MIO chooses not to support that key, we do send the information using the individual keys. And, when this key is optional, we should not be

[android-porting] hi,how to use mouse in Android

2009-12-16 Thread jian qin
I want know how to use mouse in Android,please help me. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Linking libraries fails

2009-12-16 Thread Daniel Cheng
I also have the same issue. Anybody can help me? Thanks~ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Porting Android error 'Illegal instruction' in init

2009-12-16 Thread roc
Hi everyone, I am trying to port Android to some CPU like ARMv5T, when running the Android init made on the linux-x86, (1) Booting on /init, I got nothing but the black console, it echoes what I input with keyboard through ttyS0. (2) If chroot /init after booting normal FS, I got the error

Re: [android-porting] hi,how to use mouse in Android

2009-12-16 Thread hedwin
You need to enable this in the linux kernel. Hedwin On Wed, Dec 16, 2009 at 4:02 AM, jian qin qinjiana0...@gmail.com wrote: I want know how to use mouse in Android,please help me. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] androidx86.org is not android-x86.org

2009-12-16 Thread Yi Sun
All, There is a web site used to use a domain name androidx86.com and later changed to androidx86.org. It is trying to picky back on the name of the android-x86.org to get donations and adv incomes. I think that I have to say this loud and clear -- androidx86.org and androidx86.com have NOTHING

Re: [android-porting] hi,how to use mouse in Android

2009-12-16 Thread Yi Sun
Android does not support mouse by default. But you can pick up all the changes from android-x86.org for the mouse support. Check the git logs in frameworks/base and frameworks/policy/base. You will be abel to find the changes And, yes, you need to enabled your mouse driver in the kernel first. Yi

Re: [android-porting] Re: Kernel Panic - booting

2009-12-16 Thread Yi Sun
your init crashed. try to get some thing dump out from your init to make sure it works correctly On Wed, 2009-12-16 at 18:21 +1100, linux newbie wrote: Hi, I downloaded the latest kernel (Android supported) from git clone git://android.git.kernel.org. Modified it to include our device

[android-porting] Re: Register a service with Android framework

2009-12-16 Thread cpnkng
Diane, Can you provide more details on how to have a service in a separate .apk and get to run at boot in system process ? Please let me know where can I get this information from ? Thanks. On Dec 8, 5:20 pm, Dianne Hackborn hack...@android.com wrote: getSystemService will only work if you

[android-porting] Android Framework and Kernel Develope

2009-12-16 Thread tommy tommy
We, the Penguin Software group, provide software engineering services in the area of Linux-based and custom Embedded and Real-Time Systems. Among the services we offer to our customers: porting firmware and operating systems to custom hardware and writing device drivers. We have extended

Re: [android-porting] hi,how to use mouse in Android

2009-12-16 Thread hedwin
USB mouse and keyboard do work, only enabled them in the kernel and it worked without any change to android. But then again was using the mips android so not sure yet if specific changes were made there that makes it work. Hedwin On Wed, Dec 16, 2009 at 7:09 PM, Yi Sun beyo...@gmail.com wrote:

Re: [android-porting] hi,how to use mouse in Android

2009-12-16 Thread Yi Sun
Yes, that is mips, so do check the upstream otherwise it is confusing. On Wed, Dec 16, 2009 at 11:07 PM, hedwin hedwin.kon...@gmail.com wrote: USB mouse and keyboard do work, only enabled them in the kernel and it worked without any change to android. But then again was using the mips android