[android-porting] Re: Unable to restart runtime on Gingerbread

2011-03-14 Thread onaips
Thank you for your answers. I'm sorry, i've made a mistake on adb stop adb start, i meant adb shell stop adb shell start. What i mean is the system_server will not reach the Lancher application (it stays on bootanimation forever) in emulator. Only on Honeycomb AVD this will work, or on a real

[android-porting] Re: How to use system () call

2010-10-23 Thread onaips
Has fadden was saying, you should use r= system (/system/bin/mydaemon); On 23 Out, 00:12, fadden fad...@android.com wrote: On Oct 22, 10:11 am, neeloor2004 neeloor2...@gmail.com wrote: I am doing the following  but not working r= system ((\system\bin\mydaemon) What does the actual line

[android-porting] Re: gralloc: Out of Memory using VFB

2010-09-06 Thread onaips
(159.568100 dpi) I/gralloc ( 123): height = 122 mm (159.895081 dpi) I/gralloc ( 123): refresh rate = 25.43 Hz Thanks On 6 Set, 04:47, Tung Dang tung...@gmail.com wrote: Hi onaips, I run your VNC server with VFB and the screen resolution is 800x520 is ok Can u try with this resolution

[android-porting] gralloc: Out of Memory using VFB

2010-09-05 Thread onaips
Hi, i compiled android kernel with virtual framebuffer support and msm_fb disabled, so i can access the framebuffer only using a framebuffer viewer (for example a VNC server). However if i use a high resolution (800x600) gralloc returns me an Out of Memory error... If i use 320x480 its working