[android-porting] Re: VM heap allocation limit

2009-11-09 Thread Zia
Thanks. So to confirm that in 1.5, there is no way to modify the VM size limit (16MB) for a custom platform? -Z. On Nov 6, 12:25 pm, fadden wrote: > On Nov 6, 9:49 am, Zia wrote: > > > Is there a way to increase the VM heap size limit? We are writing an > > application i

[android-porting] Re: How can I change the look of the front screen of the Android?

2009-11-19 Thread Zia
I'm following the code for StatusBarService and looking at TrackingView animation. I see the animation involved changing the height of LayoutParams, but I would like to change the x and y location of my view during animation. I can change the x/y cords and update call Window

[android-porting] Re: Ubuntu Karmic 64-bit build notes

2009-12-22 Thread Zia
I'm getting the following error when trying to compile cupcake on Karmic 64bit. I've downgraded my gcc and g++ from 4.4 to 4.3 (linking gcc to gcc-4.3 and g++ to g++-4.3) and updated findleaves.sh. Any ideas? Thanks, Zia host Executable: aidl (out/host/linux-x86/obj/E

[android-porting] Re: Ubuntu Karmic 64-bit build notes

2009-12-22 Thread Zia
Ryan, Can you share the exact changes you made in the dmtrace.cpp and freerunner-ril.c? Thanks, -Z. On Dec 22, 6:59 pm, Zia wrote: > I'm getting the following error when trying to compile cupcake on > Karmic 64bit. I've downgraded my gcc and g++ from 4.4 to 4.3 (linking > g

[android-porting] BusyBox on Android x86

2009-02-03 Thread Zia
I'm looking to run BusyBox on Andoird x86 port (on VMware for now). Looking through the group, I noticed this post http://groups.google.com/group/android-porting/browse_thread/thread/66862bdb52dac936/da82c2c42df49eb7?lnk=gst&q=Busybox#da82c2c42df49eb7 However, I dont see the option of BusyBox set

[android-porting] Re: BusyBox on Android x86

2009-02-04 Thread Zia
Thanks Chen. -Zia On Feb 3, 4:52 pm, Chen Yang wrote: > hi Zia: >    It's not in the kernel, it's in the busybox. You can download the > BusyBox source and config it using make menuconfig. > -- >  Chen > > On Wed, Feb 4, 2009 at 8:46 AM, Zia wrote: > > &g

[android-porting] starting zygote from command line (x86)

2009-02-04 Thread Zia
ld be the missing socket binder service. Any ideas or suggestions to recover from this? Ultimately, I'm planning to enter a console, start zygote to enter Android UI. On the console I plan to run dropbear or telnetd to remotely connect to the box. Th

[android-porting] Re: starting zygote from command line (x86)

2009-02-06 Thread Zia
eam 666 > Android use that way to create socket for security concern probably. > > You could learn more about init.rc from system/core/init/readme.txt > > Hope it's helpful. > Weihua(Jackie) Wu > > On Thu, Feb 5, 2009 at 9:40 AM, Zia wrote: > > > I got myself in

[android-porting] Re: starting zygote from command line (x86)

2009-02-09 Thread Zia
oh dang it. thanks for spotting that. I will try the fix tonight and post the results. The reason I would like to enter commandline mode before UI: 1) to understand how everything stacks up 2) run any sort of SSH/Telnet server and access the box remotely. -Zia. On Feb 8, 7:37 pm, Weihua Wu

[android-porting] Error compiling Bluez on Cupcake

2009-02-24 Thread Zia
Trying to use Bluetooth USB dongle with Android x86, I attempted to compile the eee pc release with BOARD_HAVE_BLUETOOTH := true as mentioned in http://source.android.com/projects/bluetooth-faq However, I am getting the following errors. Any ideas how to fix it? Thanks, Zia ~/mydroid$ CC=gcc

[android-porting] Re: Error compiling Bluez on Cupcake

2009-02-25 Thread Zia
compile bluez with it. Thanks, Zia On Feb 25, 2:43 am, Nick Pelly wrote: > Sounds like our x86 (bionic?) libc does not have those symbols defined. > # grep -R siglongjmp bionic/ > bionic/libc/arch-arm/bionic/sigsetjmp.S: * C library -- sigsetjmp, siglongjmp > bionic/libc/arc

[android-porting] HAL in Cupcake

2009-02-27 Thread Zia
hat the Android applications can listen to them? Please advice. Thanks, Zia --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: Sensors

2009-03-02 Thread Zia
anager, so that the Android applications can listen to them? Please advice. Thanks, Zia On Jan 15, 8:57 pm, Mathias Agopian wrote: > On Thu, Jan 15, 2009 at 7:11 PM, anand b wrote: > > > Mathias, > > >  I would like to know if gyroscope sensor (mentioned in sensors.h) is

[android-porting] How to mount android root filesystem on custom 2.6.27 kernel (android-patched)?

2009-04-03 Thread Zia
This is what I am trying to do on my x86 desktop: Run Android on Ubuntu 2.6.27 kernel. For that I took generic 2.6.27 Ubuntu kernel and patched it with Android kernel changes. Then boot into the modified kernel, mount android filesystem, and run /init (to start Android). Technically it should hav

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-04-15 Thread Zia
Brian, I'm having the similar problem. Did you find a fix for it? Thanks, Zia On Apr 1, 9:05 pm, Brian wrote: > The system is trying to runzygote, but I got the following error. > I'm attaching my logcat output. > > E/Zygote ( 2126):Zygotediedwithexcep

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-04-15 Thread Zia
gerService.java:110) 04-15 22:25:29.601: ERROR/AndroidRuntime(2081): at com.android.server.am.ActivityManagerService$AThread.run (ActivityManagerService.java:1130) 04-15 22:25:29.611: ERROR/AndroidRuntime(2081): Crash logging skipped, no checkin service Thanks, Zia On Apr 15, 2:03 pm, Yi Sun

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-04-15 Thread Zia
I do have setprop ro.HOME_APP_ADJ 4 added to init.rc . On Apr 15, 3:26 pm, Zia wrote: > I applied all the patches and now getting libhgl.so errors. How did > you guys resolve this one? > > 04-15 22:25:29.569: ERROR/GLLogger(2081): couldn't load > library (Cannot find

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-04-15 Thread Zia
Got the keyboard working. The files in /system/usr/keychars were not 0644. chmod 0644 fixes the keyboard. However, the I still dont see mouse cursor. Thanks, Zia On Apr 15, 4:14 pm, Zia wrote: > You are correct. I was missing > setprop ro.HOME_APP_MEM 4096 > in the init.rc . > >

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-04-15 Thread Zia
he UI only the RETURN key responds. For the rest of the keystrokes the screen flashes. No errors in the logcat neither. Any ideas? Thanks, Zia On Apr 15, 3:41 pm, Yi Sun wrote: > I remember that I add two setprop lines. > Anyway, check the line where it crashed and see what you are miss

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-04-15 Thread Zia
e6bb8 (token=WindowToken{9e6cc0f8 token=null}) 04-16 00:45:52.232: VERBOSE/WindowManager(2037): finishedKey: last paused=false 04-16 00:45:52.232: VERBOSE/WindowManager(2037): releasePendingPointer null On Apr 15, 4:21 pm, Zia wrote: > Got the keyboard working. The files in /system/usr/keych

[android-porting] Cupcake: How Android loads its boot logo?

2009-04-21 Thread Zia
I trying to find out how Android loads it boot logo? I noticed that the file android-logo-mask.png exists in framework-res.apk and frameworks\base\core\res\assets\images, however, I couldn't trace it in the code. The init section in system/core/init contains logo.c but again, I couldn't trace it.

[android-porting] Re: Cupcake: How Android loads its boot logo?

2009-04-21 Thread Zia
29 > > On Tue, 2009-04-21 at 15:19 -0700, Zia wrote: > > I trying to find out how Android loads it boot logo? I noticed that > > the file android-logo-mask.png exists in framework-res.apk and > > frameworks\base\core\res\assets\images, however, I couldn't trace it > > i

[android-porting] Cupcake: How to accelerate graphic/support OpenGL ES.

2009-04-21 Thread Zia
g hardware acceleration to my Android applications? I understand that Android directly access FrameBuffer. If that is the case, what are the options? Please advice. Thanks, Zia --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com web

[android-porting] Re: Cupcake: How Android loads its boot logo?

2009-04-23 Thread Zia
That works. Thanks! On Apr 21, 6:42 pm, Matthew Porter wrote: > On Apr 21, 2009, at 6:19 PM,Ziawrote: > > > > > I trying to find out how Android loads it boot logo? I noticed that > > the file android-logo-mask.png exists in framework-res.apk and > > frameworks\base\core\res\assets\images, howev

[android-porting] Using Splashy with cupcake ?

2009-04-24 Thread Zia
Does anyone know how we can get Splashy, or any other boot logo, working with Cupcake? Otherwise, what is Android's way of displaying kernel boot logo, beside baking the tux image in the kernel. I am trying to display a logo all the way to the Android Home View. Thanks, --~--~-~--~~--

[android-porting] Using Splashy to display boot logo with cupcake ?

2009-04-24 Thread Zia
Does anyone know how we can get Splashy working with Cupcake? Otherwise, what is Android's way of displaying kernel boot logo, beside baking the tux image in the kernel. I am trying to display a logo from boot time all the way to the Android Home View. Thanks, --~--~-~--~~