Re: [android-porting] Re: Android display driver without a framebuffer device.

2011-04-04 Thread hedwin
Maybe you have seen this already. But take a look at the following file /frameworks/base/libs/ui/FramebufferNativeWindow.cpp, this might be an entry point to connect android to your external display driver. On Mon, Mar 28, 2011 at 11:21 PM, mytharak mytha...@gmail.com wrote: Sounds to me

[android-porting] Re: when switch to 32 bit graphics icons go black

2011-04-04 Thread Cat
Hello, I am having exactly the same problem. Did you find any solution? On Mar 17, 10:25 pm, extrapedestrian extra.pedestr...@gmail.com wrote: Here is more info: We are running MIPS Froyo on Big Endian platform. Our Framebuffer has 32 bit format: ARGB, while Froyo only has RGBA to offer. So

[android-porting] Why would the wallpaper look OK and the widgets all black?

2011-04-04 Thread Cat
Hi. My situation is similar to the following question: http://groups.google.com/group/android-porting/browse_thread/thread/f987561293af7e59/1576aefc22959d09?lnk=gstq=black#1576aefc22959d09 Since there was no reply for that question, maybe I am not getting an answer either, but I just want some

[android-porting] Clarification req on Android GB

2011-04-04 Thread Damodaran
Hi, I have a question in GB's NetworkLocation.apk. If I turn on Google Location Service in my device, Sorry popup comes. It complains that it does not have UPDATE_DEVICE_STATS in com.google.android.location. Also during booting time DDMS shows the below log. PackageManager(137): Not granting

[android-porting] Android-Linux-Kernel versions

2011-04-04 Thread Dudero
Hello, could anybody give me some background for what are these many different android-kernel branches at android.kernel.org/kernel ? Is any Android-version always compatible with any kernel-version or are there any contraints esp. as minimum kernel-version for each Android version? Greetz

[android-porting] Porting android on a basic phone

2011-04-04 Thread Adrien Moa
Hi all, For a school project, I'am trying to port android 2.3 on a basic phone that it just capable of placing / receiving call and sending receiving SMS. (It's OK for the CDD) But this phone cannot implements certain method of Telephony manager. Is CTS compliant to implements certain API

[android-porting] Re: Porting android on a basic phone

2011-04-04 Thread Adrien Moa
Or better, if in my vendor-ril I reply NOT_SUPPORTED on onRequest method on certain Event ? My basic phone must passed the CTS. Thanks, Adrien On 4 avr, 16:01, Adrien Moa grass...@gmail.com wrote: Hi all, For a school project, I'am trying to port android 2.3 on a basic phone that it just

[android-porting] .Net Developer Job Opening - Valencia, CA

2011-04-04 Thread Makro Tech
Hi This is Vignesh with Makro Technologies, Inc. We have been in business for over 10 years and we are one of the Fast 500 National IT staffing and Solution firms in USA. Our clients include country’s top-notch IT, Healthcare, Pharmaceutical, Financial, Telecom,Government and other industries.

Re: [android-porting] Why would the wallpaper look OK and the widgets all black?

2011-04-04 Thread Dianne Hackborn
Well the wallpaper is a completely different application. If you are using a static wallpaper, it is the special service in the system process that draws it. Otherwise it is something else. At any rate, it is a different surface than the app. It may be using a different bit depth. It doesn't

[android-porting] Java Developer - Technical/Product Job Opening - NYC,NY

2011-04-04 Thread Makro Tech
Hi Dear Candidate, This is Vignesh with Makro Technologies, Inc. We have been in business for over 10 years and we are one of the Fast 500 National IT staffing and Solution firms in USA. Our clients include country’s top-notch IT, Healthcare, Pharmaceutical, Financial, Telecom,Government and

[android-porting] Job Opportunity - Network Engineer - Richmond, VA

2011-04-04 Thread Makro Tech
Hi, Good Morning! Hope you're doing well. I'm Venkat, from *MAKRO*. This is with reference to your profile on internet. We've an urgent requirement with one of our client for *Network Engineer* position in *Richmond, VA*. Please find below the job description for the same and revert back to

[android-porting] Re: Android display driver without a framebuffer device.

2011-04-04 Thread Nicola La Gloria
Could you provide the chip manufacturer or some other specification? What kind of chip is it? I think that, as strange the system (and proprietary) is, it will always connect to a device thru a file descriptor created by the .so lib (if not by the kernel). Is it a kind of frame buffer (may be

[android-porting] Re: Android display driver without a framebuffer device.

2011-04-04 Thread Rik vd Heijden
I can't provide more information because of the NDA with our manufacturer. But the .so does more. (seen with strace) It creates a shared memory with a daemon (also proprietary) and there also goes some information between them. But we seen some mmap's to a device which was our victim here. But we

Re: [android-porting] Re: Building java library

2011-04-04 Thread Ying Wang
On Fri, Apr 1, 2011 at 5:31 PM, Karthik karthikveeram...@gmail.com wrote: Thanks a lot Ying! Let me try these out. What exactly does this droiddoc stub generation do? Does it pick up the given java packages, generate stubbed version of these java files, compile to .class and jar them up