[android-porting] Re: Reject an incoming call in RIL

2009-09-01 Thread Erin Yueh
On Aug 28, 3:19 pm, Erin Yueh e...@0xlab.org wrote: Hi, I met a problem on RIL and it would reject an incoming call from sending AT command 'AT+CHLD=0' to modem automatically. I did repo sync and retrieved master tree from android git server last week. My platform version name is Donut.

[android-porting] Can I use goldfish to build kernel for gphone?

2009-09-01 Thread quill
I hava compiled goldfish successfully, can I use it to build .img files for gphone? Or which version of kernel should I get? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: vold mounting non-mmc driver based disk

2009-09-01 Thread Tom
Hi Robert, I would really be interested by the answer too. Could someone from Google please reply? Or will we have to look inside vold code alone? Thks Tom On 24 août, 13:15, Robert Beckett robert.beck...@ziilabs.com wrote: Hello all, Does anyone know ifvoldcan be used like mountd to

[android-porting] Re: Crash in Dialer, Music on non-touchscreen device

2009-09-01 Thread Tom
You can also fake your touchscreen in android framework (hardcode device-classes |= CLASS_TOUCHSCREEN in frameworks/base/libs/ui/ EventHub.cpp open) This is a temporary hack which worked in my case. And when you have a a real touchscreen driver you can remove this patch. Tom On 27 août, 14:34,

[android-porting] Does PV opencore have any plans on adding AVI Support

2009-09-01 Thread Shash
I found out that PV open core currently supports mp4 and no support exists for AVI. I was wondering if PV guys have adding AVI support, in their roadmap. Otherwise I have implement AVI parser node as expected by PV framework. Thanks in advance. Regards Shash

[android-porting] Re: GLES applications sometimes crashes (SIGSEGV), fault addr 00000150 after turning screen off/on

2009-09-01 Thread fadden
On Sep 1, 12:58 am, mik...@tat mikael.sollenb...@netville.se wrote: To reproduce this crash we ran the APIdemos application on the dev phone, navigated to Graphics-OpenGL ES, and started the Kube application (any app in that menu will do). Then, in a very rapid fashion, press the Off button

[android-porting] Re: V4L2 Camera interface

2009-09-01 Thread Michael Trimarchi
Hi, Great work here. I just add to the freerunner and I will test on it using an usb camera Michael --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: GLES applications sometimes crashes (SIGSEGV), fault addr 00000150 after turning screen off/on

2009-09-01 Thread pixelflinger
Hello Mikael, Could you file a bug and attach a complete bug report (adb bugreport bug.txt). Thank you, mathias On Sep 1, 12:58 am, mik...@tat mikael.sollenb...@netville.se wrote: Hello! We are developing an application for a customer on new hardware and have an issue with

[android-porting] Re: Creating a client application of my library in Eclipse

2009-09-01 Thread nino4ka
For example, the com.google.android.maps package in previous versions of SDK was included in the standard Android library and system image. Now it is used like add-ons. I would prefer the first way. Anybody knows how to do that with my external package? On Sep 1, 11:56 am, nino4ka

[android-porting] Re: Can I use goldfish to build kernel for gphone?

2009-09-01 Thread bfriedman
If by gphone you mean the G1 or dev phone you will need the msm kernel and build the msm_defconfig. Goldfish is for the android emulator platform. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Can anyone know how to setup an application to eeepc based on android?

2009-09-01 Thread beyounn
The problem is the permission of the /sdcard/download directory. If I create it and set it to 0777 before the download started, the application will be installed without any issue. When the downloader creates the directory, it is created as 0700 On Aug 29, 1:43 am, Alan Cramer a...@cramer.id.au

[android-porting] Re: Can I use goldfish to build kernel for gphone?

2009-09-01 Thread quill
Thank you, bfriedman. And I still have two questions: 1. Goldfish is for emulator, msm kernel is for g1, what is common kernel used for? can I use common kernel and build the msm_defconfig for G1? 2. Which kernel vertion and config file is for G2? On Sep 2, 6:47 am, bfriedman

[android-porting] Re: DVM Java object header modification

2009-09-01 Thread tora
hello i got a same error. and i found this page. http://en.wikipedia.org/wiki/Bus_error i hope this page will be useful :) On 8月18日, 午前5:29, fadden fad...@android.com wrote: You'd need to decode the symbols to figure out what exactly went wrong.  Since you got abuserrorat address zero, I'm

[android-porting] helloworld dynamic implementation????

2009-09-01 Thread Kaushik Prajapati
Hi All, Can anyone tell me why am i getting error while making it? i have this files under Android_dir/developement/hellolib folder. Content of my hellolib.c #includejni.h #define LOG_TAG TestLib #undef LOG #includeutils/Log.h JNIEXPORT void JNICALL