[android-porting] Re: MC13783 MXC Touchscreen problem

2009-05-29 Thread Prashant J Zaveri
Hi Androidphan, I have managed to get pointercal value in Android. But I am not able to find patch by Sean of using those values in Android. Can you tell how you used those values in Android ? This would be very much helpful. Thanks Prashant On Thu, May 28, 2009 at 5:3

[android-porting] About soundrecording, why I cannot Open a file for write/read on SDCARD

2009-05-29 Thread max
Hi Guru, I am doing the job to enable sound recording on my device. I put all android stuff on a 4GB sdcard, it is formated using EXT3 , I use chroot /init /mnt/sdcard/rootfs to go into the android world Now I have traced that it fails in : opencore/fileformats/mp4/composer/src/mediadataatom

[android-porting] Re: poll timer in hciattach

2009-05-29 Thread Nick Pelly
This code is to pull down the kernel HCI interface (specifically it detaches the HCI line discipline from the tty) when Bluetooth is turned off. It is a horrible embarrassment that it polls. I've been meaning to investigate and fix for a while. I *believe* when I last tested that things still wor

[android-porting] How to package other data files with JNI library?

2009-05-29 Thread efu
I am building an app using JNI library. The JNI library needs to read some input data from the file system in runtime. To package the JNI lib into the package, I created a /libs/armeabi directory under the root tree of my project and copied libMyLib.so into it. The apk package was successfully cr

[android-porting] poll timer in hciattach

2009-05-29 Thread BHEEMSEN KULKARNI
Hi, There is piece of code in the hciattach main function, which polls for events for file descrpitor every 500msec. while (!__io_canceled) { p.revents = 0; err = poll(&p, 1, 500); if (err < 0 && errno == EINTR) continue;

[android-porting] Re: Ringtones in last build

2009-05-29 Thread Shaun
Hi, I am also facing similar issue on latest android build. I am not able to access any ringtone. May I know how this issue was solved ? On May 20, 9:19 pm, Sean McNeil wrote: > Hi Michael, > > I'm not certain I follow your issue. What is your device subtype? I've > taken out the -fno-short-enu

[android-porting] Porting Android to Mac

2009-05-29 Thread hpaggie
Ok so here's my setup: MacBook Pro (Early 2008) 2.5GHz, rEFIt installed and working. I've been looking around at the best method for compiling Android for my MBP but I can't seem to find any directions that are tailored to it. So here's my question, what's the best method for compiling Android a

[android-porting] android Alpha Blending BUG( alpha value is not 0xFF )

2009-05-29 Thread myroot
hi. every one Android Frameworks's alpha blending is not working correctly in semitransparent. For example, Blend semi-transparent surface with opaque background picture. The final result value of alpha is not 0xFF. If framebuffer's color mode is rgb565. This problem does not appear. but, my

[android-porting] Re: a2dp sink state changed

2009-05-29 Thread pavan savoy
ok, why does the A2Dpservice receive a MESSAGE_DISCONNECT ? also where does it receive it from ? this is causing the a2dp connection after a system reset to get disconnected. regards, Pavan On Fri, May 29, 2009 at 1:45 PM, pavan savoy wrote: > 1 more observation -- > > 4. on a re-boot, when pr

[android-porting] Re: general information

2009-05-29 Thread mvniekerk
Hi Novello Search around for Rajesh and Consy, they are both users that got it going. I'm also working on PDK based hardware. On May 28, 3:39 pm, Novello Giampiero wrote: > I would like to use  android in IMX31PDK -linux Hw from freescale . > I would like to know which kernel is the most conveni

[android-porting] Re: building for dream and building for new target

2009-05-29 Thread sreedhar b
Hi, Before building for my new target, i have tried building for dream retaining only things required to see how it works. I was able to build successfully for dream. I tried the similar proceedure as specified in the below link for my new target: http://groups.google.com/group/android-porting/

[android-porting] Re: help! compile and flashing the system image to android dev phone 1, no sound! help!

2009-05-29 Thread harry.21121
read the readme files in vendor directory On May 14, 11:19 am, Deepblue wrote: > I download the last version of android 1.5 and cupcake, and I compile > them to system image and flashing the images to android dev phone 1, > but when I playback the mp3,mp4, no sound can be playback. but if I > pl

[android-porting] throughput tools

2009-05-29 Thread krish24
Hi All, How I can measure USB/MMC throughput at Android Level? Is there any tool/executable available for measuring USB/MMC throughput " Regard, krish --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.

[android-porting] Re: a2dp sink state changed

2009-05-29 Thread pavan savoy
1 more observation -- 4. on a re-boot, when previously the headset was connection, it does properly initiate an a2dp connection and succeeds however, after few seconds it disconnects the a2dp connection but not the hsp/hfp one. somehow all these are so very consistent, like they were supposed to