Re: [android-porting] Re: Booting Issue - Help Needed

2010-01-05 Thread linux newbie
Thanks for your reply. Our's is PXA255 (arm5vTe). Do I still need to apply TLS patch for bionic and GL?? let me try to find out the patch over internet and get back to you. Thanks 2010/1/5 Atsuo Igarashi atsuoigara...@gmail.com: OK, the following link is a kernel side solution for the TLS

Re: [android-porting] Re: Booting Issue - Help Needed

2010-01-05 Thread linux newbie
Hi, I find the TLS patch in following path. Can you please confirm whether it is correct file or not? http://groups.google.com/group/0xlab-devel/msg/6d9e5b753998cb81 Also do I need to enable TLS support in Kernel config? Our's is PXA255 (arm5vTe) board. Thanks 2010/1/5 linux newbie

[android-porting] Re: OMX component Integration - Transition to Idle state from loaded state is failing

2010-01-05 Thread guru
Hi Ravi, I have gone through PV code base and what i understood is he is When it sends command for state transition from Loaded to Idle through SendCommand(), the request will be in pending state until buffers are allocated. Then it will reschedule the command using RunIfNotReady(). I need one

[android-porting] Re: Booting Issue - Help Needed

2010-01-05 Thread Atsuo Igarashi
Hi, PXA255 has not that configuration, so not need to modify the kernel. but, probably need the TLS patch for bionic libEGL. sorry, i'm using omap, so i'm not sure. Regards, Atsuo On 1月5日, 午後6:00, linux newbie linux.newbi...@gmail.com wrote: Hi, I find the TLS patch in following path. Can

Re: [android-porting] Re: Booting Issue - Help Needed

2010-01-05 Thread linux newbie
Hi Thanks for your reply. Can you please confirm me regarding the patch file in the following link? http://groups.google.com/group/0xlab-devel/msg/6d9e5b753998cb81 http://groups.google.com/group/0xlab-devel/msg/6d9e5b753998cb81Thanks 2010/1/5 Atsuo Igarashi atsuoigara...@gmail.com Hi,

Re: [android-porting] android porting imx27 - getting white screen after a long time.

2010-01-05 Thread தங்கமணி அருண்
Hi , i am porting android on imx27 based platform. android version 1.0, linux kernel 2.6.25 images from : android 1.0 emulator extracted binaries Did you build your own android root file system from source ?? I followed the procedures given in omap porting guide. i am getting the

Re: [android-porting] Re: Eclair build bootup issue on Beagle board.

2010-01-05 Thread Karthik P
Hi Amarnath, This dint work out for us, as a temporary arrangement we tried to replace the batteryservice file from 1.6 and it is booting up now. Do you have any alternative for this? Karthik On Wed, Dec 23, 2009 at 12:57 PM, amarnath amarnath.alam...@embinux.comwrote: Karthik, Apply the

[android-porting] Passing data from camera to application

2010-01-05 Thread mohan singh
Hi, I am developing one new camera application, that will not use existing camera framework at all. So, then how to render data from camera to the display ??? Is VideoView is feasible to display data ?? If yes, then how to pass raw data( or yuv/rgb data) to VideoView ?? Mohan -- unsubscribe:

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

2010-01-05 Thread Chris van de Steeg
I have the Samsung H1 myself and would also LOVE to have android 2.0 on this device. I'm willing to help for sure but have no clue where to start. Vodafone hasn't even released an sdk to write native applications, so there currently is no way to at least launch some app that could explore the

[android-porting] where's the Android Platform Development Kit?

2010-01-05 Thread noamtm
There's a document hosted at: http://www.netmite.com/android/mydroid/development/pdk/docs/index.html It looks like a formal Google/Android document, but I can't find it (or an updated version) in any official Android site. I also couldn't find it inside the Android source tree. Am I missing

[android-porting] Re: when/how to scale frames posted to a surface

2010-01-05 Thread mohan singh
Hi, i am also working on similar kind of application.But i am not using existing camera framework. So how to get preview of frames in application ?? can u suggest/share something ? Mohan. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] How to show the Android display on the new de vice?

2010-01-05 Thread Michael Wu
Hello, all android porting users. I installed the android and linux kernel which Mistral OMAP3EVM released in my OMAP3530 device, I have modified the omap3_android_evm_defconfig to enter the kernel on my device, and it is scuessful to enter the kernel. However, the display didn't show anything.

[android-porting] New member

2010-01-05 Thread Wieslaw Kaminski
Hello, When I was surfing the web I found an interesting website. http://www.world-face-album.jkay.eu/index.html I joined the World Face Album. See website below: http://www.world-face-album.jkay.eu/poland.html When you click on my image you can send an e-mail to me! To fill in the

[android-porting] readUnsignedLeb128's beb version

2010-01-05 Thread 周毅敏
Hi, all I'd like to ask one question about dalvik code verify. the function readUnsignedLeb128 in leb128.h is for little endian base. But we have bytes are in Big endian base. I can't find functions such as readUnsignedBeb128 in android. Can any one provide one for me? -- unsubscribe:

[android-porting] Re: where's the Android Platform Development Kit?

2010-01-05 Thread Lance Nanek
Looks similar to this one: http://pdk.android.com/ On Jan 5, 5:11 am, noamtm noa...@gmail.com wrote: There's a document hosted at:http://www.netmite.com/android/mydroid/development/pdk/docs/index.html It looks like a formal Google/Android document, but I can't find it (or an updated

Re: [android-porting] Re: Android NDK - ObjC and code portability?

2010-01-05 Thread Gergely Kis
Hi, Do you plan to release your work as open-source (hopefully under Apache 2 to be compatible with the rest of Android)? Best Regards, Gergely On Sat, Jan 2, 2010 at 6:48 PM, Philippe Hausler phaus...@gmail.com wrote: Thanks for the feedback! I am quite familiar with Cocotron, very cool

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

2010-01-05 Thread Yi Sun
On Tue, Jan 5, 2010 at 1:29 PM, hedwin hedwin.kon...@gmail.com wrote: So I know that a working mouse depends on being able to open the files in '/sys/power'. No, the mouse is always working. A correct PM state is based on the access to /sys/power. The reason for the mouse events get dropped

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

2010-01-05 Thread Yi Sun
BTW--, please help to remove the ticket. Thanks Yi On Tue, Jan 5, 2010 at 1:44 PM, Yi Sun beyo...@gmail.com wrote: On Tue, Jan 5, 2010 at 1:29 PM, hedwin hedwin.kon...@gmail.com wrote: So I know that a working mouse depends on being able to open the files in '/sys/power'. No, the mouse is

[android-porting] Re: FileWriter cannot create a file in sdcard with Android SDK 1.6

2010-01-05 Thread Eric
How did you fix it? Thanks, -Eric On Dec 17 2009, 1:48 am, yaoming qin qinyaom...@gmail.com wrote: Thanks i have fixed it On Nov 2, 10:57 pm, RaviY yend...@pv.com wrote:http://developer.android.com/reference/android/Manifest.permission.ht... On Oct 19, 12:06 am, CC

[android-porting] Linking external libraries to Android native shared library

2010-01-05 Thread purvi
Hi, I have a question. To include any external library whether a static library (*.a) or shared library (*.so) and link to the current native shared library I have to inlcude the below code in my Andriod.mk include $(CLEAR_VARS) LOCAL_PREBUILT_LIBS:= libexternal1.a include

[android-porting] Re: Default home screen widgets

2010-01-05 Thread Joe Onorato
The file you're looking for is res/xml/default_workspace.xml. -joe On Jan 4, 2:12 am, Armando Ceniceros cenicero...@gmail.com wrote: The default desktop is defined by an xml but I don't remember which (layout/default_desktop.xml?). From examining different builds, you can specify the search

[android-porting] Re: build issue

2010-01-05 Thread linux newbie
Hi, Can any one please help me in this issue? Thanks On Tue, Jan 5, 2010 at 3:24 PM, linux newbie linux.newbi...@gmail.comwrote: Hi, Any suggestion? Thanks On Mon, Jan 4, 2010 at 1:33 PM, linux newbie linux.newbi...@gmail.com wrote: Hi, I downloaded the android source and gave

Re: [android-porting] Re: Default home screen widgets

2010-01-05 Thread Armando Ceniceros
And, about adding a certain widget as default-layout to the desktop? On Jan 5, 2010 4:04 PM, Joe Onorato j...@android.com wrote: The file you're looking for is res/xml/default_workspace.xml. -joe On Jan 4, 2:12 am, Armando Ceniceros cenicero...@gmail.com wrote: The default desktop is defin...

[android-porting] 周毅敏 想跟您聊天

2010-01-05 Thread 周毅敏
--- 周毅敏希望通过 Google 的一些最炫的新产品与您保持更密切的联系。 如果您已经拥有 Gmail 或 Google Talk,请访问: http://mail.google.com/mail/b-1ba04ea7bb-0679308bbd-71a2a8118e84c4d7 您需要点击此链接才能与周毅敏聊天。 要获取 Gmail(Google 提供的免费电子邮件帐户,存储空间超过 2,800 MB)并与周毅敏聊天,请访问:

[android-porting] login

2010-01-05 Thread 周毅敏
I cannot find the webpage to login in android-porting group now. Any one can tell me where to login? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] login

2010-01-05 Thread XC He
this one: website: http://groups.google.com/group/android-porting 2010/1/6 周毅敏 geelphe...@gmail.com I cannot find the webpage to login in android-porting group now. Any one can tell me where to login? -- unsubscribe:

[android-porting] Re: build issue

2010-01-05 Thread linux newbie
Hi, I downloaded bison 2.3 aswell and tried to compile, but still I am getting same Broken Pipe issue. Is there any way to discard Webcore module to be build in to my system? Thanks On Wed, Jan 6, 2010 at 10:36 AM, linux newbie linux.newbi...@gmail.comwrote: Hi, Can any one please help me

[android-porting] Re: Booting Issue - Help Needed

2010-01-05 Thread Atsuo Igarashi
No, the following patch enable TLS. but, part of libEGL is probably usable. --- frameworks/base/opengl/libs/hooks.h +++ frameworks/base//opengl/libs/hooks.h @@ -36,7 +36,7 @@ #define MAX_NUMBER_OF_GL_EXTENSIONS 32 -#if defined(HAVE_ANDROID_OS) !USE_SLOW_BINDING __OPTIMIZE__ +#if 0

Re: [android-porting] Linking external libraries to Android native shared library

2010-01-05 Thread sonal gupta
'out/apps/MyApplication//libexternal1.a' : file not recognized: File format not recognized --The above error might mean that the toolchain with which you have compiled libexternal1.a, is not compatible with Android toolchain. Regards, Sonal On Wed, Jan 6, 2010 at 4:01 AM, purvi

[android-porting] Re: Announcement: [New project] Build and run only Dalvik

2010-01-05 Thread Avtar Singh
On Wed, Jan 6, 2010 at 10:36 AM, show www.a...@gmail.com wrote: Hi Avtar, If I want to use other toolchin(arm-linux-gcc-3.4.1.tar.bz2) to build dalvik. How should I proceed? I'm planning to port dalvik to other linux. thanks in advance alex Start by modifying

[android-porting] Re: Info

2010-01-05 Thread Dark Knight
Once you get that screen, in your command prompt, type in logcat command. or logcat You will see what is happening. Regards, -- Vaisakh P S (http://www.google.com/profiles/VaisakhRulez) -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Android Eclair -- hangs after gralloc/mapFrameBufferLocked

2010-01-05 Thread Kal
Hi, I am also facing the same issue, when i tried to port Eclair. If the issue is already resolved by anyone, please post the resolution. Best Regards, Srinivas Kalbhavi On Nov 23 2009, 3:27 pm, AchimNohl achim.n...@coware.com wrote: Hi Alexey, here is my logcat after removing the locks from

[android-porting] Porting Dalvik to other linux

2010-01-05 Thread show
Hi All, I'm porting Dalvik to linux based on ARM9,Does anyone in the group know about it? I want to use arm-linux-gcc-3.4.1.tar.bz2 to build dalvik.How should I proceed? Thanks. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: build issue

2010-01-05 Thread harry.21121
Hi, Ubuntu 9.10 --- It has GCC 4.4 looks like you caught there For building android you need GCC4.3 Google around for the error, someone reported a hack for this problem. Warm Regards, Harry Before posting try googling for your queries On Jan 6, 8:12 am, linux newbie linux.newbi...@gmail.com

[android-porting] Seek the leb128's beb128 counterpart

2010-01-05 Thread bazookier
Hi, all I'd like to ask one question about dalvik code verify. the function readUnsignedLeb128 in leb128.h is for little endian base. But we have bytes are in Big endian base. I can't find functions such as readUnsignedBeb128 in android. Can any one provide one for me? -- unsubscribe:

[android-porting] Find tools on windows

2010-01-05 Thread bazookier
In android sdk for windows, cant find tools like dexdump.exe, dexlist.exe and dexopt.exe. Can any one provide these tools for me? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Greeting

2010-01-05 Thread 周毅敏
Nice to see you. Are an veteran of porting android? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] 周毅敏 想跟您聊天

2010-01-05 Thread 周毅敏
--- 周毅敏希望通过 Google 的一些最炫的新产品与您保持更密切的联系。 如果您已经拥有 Gmail 或 Google Talk,请访问: http://mail.google.com/mail/b-1ba04ea7bb-7e3eef4ca0-5e63f9c1a02eb69d 您需要点击此链接才能与周毅敏聊天。 要获取 Gmail(Google 提供的免费电子邮件帐户,存储空间超过 2,800 MB)并与周毅敏聊天,请访问: