[android-porting] how to set the SeekBar more narrow?

2010-11-30 Thread 袁堂夫
how to set the SeekBar more narrow and the thumb is still that big? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Bluetooth Headset 3 way call merge

2010-11-30 Thread Pavan Savoy
On Wed, Dec 1, 2010 at 10:59 AM, Ajith Kamath wrote: > Hi > > When Headset is connected to device , > > Handle test command is called. I mean the procedure which sends back to > Headset which all indicators are supported and their respective values. > I have problem with one of these. > When +CHLD

[android-porting] Re: Froyo 2.2.1 make error

2010-11-30 Thread satish_mulay
@Deva Thanx a lot , it worked!!! @Torsten I ll definitely take care next time , thanx. On Nov 30, 8:51 pm, Deva R wrote: > Hi, > > Build is going on w/o proper device type. You need to copy buildspec.mk from > device folder. > > Fromhttp://omappedia.org/wiki/Android_Getting_Started#Building_Files

[android-porting] Booting Android

2010-11-30 Thread Srinidhi K V
Hi, I am running Froyo on Hawk board (with 2.6.32 Kernel). I followed the steps as given in http://gitorious.org/android-enablement/pages/Home for building the Kernel and File System. In the default configuration Blue tooth is turned off. But I need to enable it, (if I reconfig enabling bluet

Re: [android-porting] Re: Porting Android2.2 to S5PC100

2010-11-30 Thread l l
Thanks for your adcice. There are lots of defferent infolders and files. It's too hard to change the modify each point. I am trying t o modify official 2.2 source,adding yaff2 driver and nand flash driver. I think the kernel can work by this. After a trying,I will share more info. Maybe we can t

[android-porting] Short clips not playing on the music player.

2010-11-30 Thread RockNCode
Hi all. Probably someone has some guidance on this: What I've found is that the audio flinger is preventing a single buffer to pass through to the driver when the decoded info is too shortThis causes that very short clips that only produce one output buffer are not being played from the music pla

[android-porting] Re: Android clock is running too fast

2010-11-30 Thread vaclavpe
Hello Deva, thank you for your answer. I thought it so, but I could not find where and how jiffies are computed. I am not sure, how it works when kernel is changing its CPU clock frequency (and S3c6410 does it for sure). I feel that it must be invariant to clock frequency, is'nt it ? Regards, Va

[android-porting] Re: Audio Track Latency Measurement

2010-11-30 Thread RockNCode
I Sambhav. I have this same question regarding the buffering. What I can say is that I think the reason that the second term is bigger than the first is because the mFrameCount can be 4 times the size of the driver's output buffer (or a little bit more). mFrameCount is calculated in MediaPlayerSer

[android-porting] How to write a driver for a "custom" touchscreen

2010-11-30 Thread Ruslan Talpa
Hi, This might be a beginner question so feel free to ignore it (but before posting it i did google to see if i could find the answer) I would like to write a touchscreen driver (for android-x86) that translates images captured from a webcam to touch events. I have a few specific questions that w

[android-porting] [Android / SW / NFC] How to implement credit card payment by NFC?

2010-11-30 Thread ChunYuShanShan
Dears: I believe NFC is widely used on Europe, I don't understand very well on how to implement the payment by credit card when Secure Element is in SIM card, could you please tell me detail process of this kind of payment from technical point of view? We will use this process to apply on Android

[android-porting] Booting Android

2010-11-30 Thread Stefan
Hi alltogether, I use a 2.6.33 Kernel for a i.mx cpu. I've patched the files and drivers described in : http://www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Porting-Android-to-a-new-device/ Afterwards I set the kernel config as recommended in http://android.git.kernel.org/?p=kernel/com

Re: [android-porting] Re: Dual Display with Android

2010-11-30 Thread Al Sutton
Something I'd suggest is a method for one app to address both displays. This could be as a vendor specific library as opposed to modifications to the existing framework, but I can see a number of apps being able to make use of two screens in a nintendo-DS style manner (e.g. city guides with a ma

[android-porting] Re: Froyo 2.2.1 make error

2010-11-30 Thread Torsten
Hi Satish, I know you want to get help, but please do not spam all the android groups with the same question. And if you have googled a bit, you probably would have found the right place for this question, namely in the omap related groups: http://groups.google.com/group/omapdiscuss Best of luck

[android-porting] Cannot send SMS

2010-11-30 Thread Lay
Dear Android porting experts, I am able to get my Android device to make outgoing calls and accept incoming calls. However, there are still problems sending sms messages. The log messages are below; D/SMS ( 908): SMS send size=0time=946684942056 D/RILJ( 908): [0026]> SEND_SMS D/RIL

[android-porting] porting Android2.2 to S5PC100

2010-11-30 Thread w d
Hi, I'm porting Android2.2 to S5PC100. The kernel can't find partitons of nand flash. I have the source code of Android2.1 that can run on S5PC100. The kernel of Android2.1 called function of add_mtd_blktrans_dev() related to nand flash, but Android2.2 didn't. Source code of And

Re: [android-porting] Froyo 2.2.1 make error

2010-11-30 Thread Deva R
Hi, Build is going on w/o proper device type. You need to copy buildspec.mk from device folder. >From http://omappedia.org/wiki/Android_Getting_Started#Building_Filesystem cp -Rfp device/ti/zoom2/buildspec.mk.default buildspec.mk (for zoom2) cp -Rfp device/ti/blaze/buildspec.mk.default buildspe

Re: [android-porting] Connecting a DSLR camera via PTP on Android

2010-11-30 Thread Ajith Kamath
Forgot the link :) : http://sourceforge.net/projects/libptp/files/ On Tue, Nov 30, 2010 at 7:45 PM, Ajith Kamath wrote: > Hi > > I found this on Sourceforge, Looks like ptp 1.2 is already implemented. > I haven't had the time to look into this but let me know if this is right > one. > They have

Re: [android-porting] Connecting a DSLR camera via PTP on Android

2010-11-30 Thread Ajith Kamath
Hi I found this on Sourceforge, Looks like ptp 1.2 is already implemented. I haven't had the time to look into this but let me know if this is right one. They have modified the usb part too. I'm guessing i need to develop service to upload the photos. Please advice. Thanks & Regards, Ajith --

[android-porting] Re: Dual Display with Android

2010-11-30 Thread Mikkel Christensen
Hi, On Nov 22, 12:25 pm, Deva R wrote: > >Has any one been able to do this? Is there some official doc from > Android on how to achieve this? In the company that I work for, we have been working on an Android 2.2 dual display solution. The basic idea is: - Applications will via a framework exte

[android-porting] Froyo 2.2.1 make error

2010-11-30 Thread satish_mulay
Hi, I am getting following error while running "make" or "make sdk". Install: out/target/product/generic/system/app/Mms.apk target SharedLib: libstagefright_omx (out/target/product/generic/obj/ SHARED_LIBRARIES/libstagefright_omx_intermediates/LINKED/ libstagefright_omx.so) out/target/product/gen