[android-porting] Hidden system.img dependency from AndroidKernel.mk?

2015-04-03 Thread Ash Charles
Hi, The msm kernel provides a clever little makefile [1] to build the kernel along with the rest of Android as outlined here [2]. As this installs kernel modules into TARGET_OUT as part of the build procedure, don’t we need to force system.img to be updated to pick up the latest installed

Re: [android-porting] Android PackageInstaller.apk

2011-11-28 Thread Ash
Hi, Thanks for the information. That did the trick. Would you happen to know how can we stop apps such as DeskClock, Contacts, Camera, Email, Gallery, etc. from starting. Although not a big deal if they are running, it would be nice if I can stop these applications from starting up. We are

[android-porting] Android PackageInstaller.apk

2011-11-27 Thread Ash
Hi All, I have downloaded Android Source and made some changes to the PackageInstaller source code. I have compiled Android source and it has generated a new PackageInstaller.apk file. Note that I have a rooted device and we are customizing the hardware to our needs. How do I get this to

[android-porting] Re: I am looking for a platform development board. Would appreciate your advices (you can see this as some sort of a survey: What is the development board you are using for Android b

2011-11-25 Thread Ash
Ron, Have a look at this page - http://www.technexion.com/index.php/development-kits We are using Tsunami Development Boards and so far it is performing very good. Full Android Source is available so you can download and make changes and recompile. Cheers -- unsubscribe:

[android-porting] Re: rfcomm error with BT headset

2011-01-21 Thread Ash
I would suggest to use A2DP for streaming music. HSP/HFP are for call handling. If it is not a phone then you might have to strip out some of the code to get it working. On Jan 21, 4:17 pm, Ajith Kamath sjce.aj...@gmail.com wrote: Hi Good to know its working btw HSP/HF is required on your

[android-porting] Re: bluetooth debug

2010-10-20 Thread Ash
Do you have a Bluetooth Air sniffer with you by any chance??? -- Ash On Oct 20, 1:48 pm, guru guru.nav...@gmail.com wrote: Hi All Please let me know how to debug at lower level. While transferring file some times progress bar stops and does not move and hci dump does not showing any traffic

[android-porting] Re: what to do with hciattach for USB bluetooth?

2010-10-19 Thread Ash
Yes, try commenting out the rfkill and the hciattach from the bluedroid? works fine. May be one should propose changes in bluetooth.c, it is not transport independent. May be rfkill module can be moved into bluez kernel portion and radio power could be controlled using Bluetooth ON and Bluetooth

[android-porting] Re: Connecting a Bluetooth device via USB on beagleboard

2010-10-09 Thread Ash
Hey, If you are working on source of android you can just remove all rfkill related source from bluedroid/bluetooth.c build your source and it should work!! Like: int bt_enable() { LOGV(__FUNCTION__); int ret = -1; int hci_sock = -1; int attempt; /*

[android-porting] Re: Codec for BlueZ

2010-08-07 Thread Ash
Well, i think you have to do it if you want to add it official Android source, if you just want to add it to a product you don't have to. On Aug 6, 8:23 pm, flame on flameonmy...@gmail.com wrote: I am trying to implement a custom voice codec on the android bluetooth platform by linking it, into

[android-porting] Re: Bluetooth - pairing rejection response.

2010-07-06 Thread Ash
rejects pairing. 2. For 2.1+ (With SSP) - On IO Capability Request, you must reply with IO Capability negative reply All these are part of Generic Access Profile (GAP) section. Br, Ash On Jul 6, 11:13 am, guru guru.nav...@gmail.com wrote: Hi All I am trying to understand how two bluetooth

[android-porting] Dual Camera Support for Video Telephone

2009-12-09 Thread Ash
Hi!! Does the Android platform currently supports dual camera front camera (Secondary)/ back camera (Primary)? I could not find any information it. Regards, Ash -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: I am getting a2dp_write failed err: -110 when I play media on the headset

2009-11-12 Thread Ash
Hi Mike, Yes, you need to increase the baud rate, chanding bit pool value will not help you definately. Ideally high quality A2DP audio data needs 320-350Kbps of band width. For running this you would need baud-rate of 460.8Kbps which will run basic audio(80% audio data) for you, but i would

[android-porting] Re: I am getting a2dp_write failed err: -110 when I play media on the headset

2009-11-12 Thread Ash
One more thing about: If yes please let me know how can I do that since hciconfig hci0 up is not working with baud rate more than 115200. To resolve this erify that you platform specific code in hciattch has required code to do the baudrate change. On Nov 12, 8:42 pm, Ash ashoks...@gmail.com

[android-porting] Re: How to increase BT-OPP throughput

2009-10-26 Thread Ash
Yes you can increase OBEX MTU size, which will reduce the multiple packets overhead. On Oct 23, 10:10 am, PRAMOD K k.pram...@gmail.com wrote: Hi All, I am working on Bluetooth on Eclair . When I measure a throughput of OPP it is around 500 to 600Kbps. To increase the throughput we need to

[android-porting] pppd stuck in TIOCSETD ioctl call

2009-07-04 Thread Ash
will start pppd using same serial inteface) pppd will hang in ioctl(tty_fd, TIOCSETD, ppp_disc) call. whether we can use same serial interface for gsm and gprs or different serial interface(/dev/ttymxc2 and /dev/ttymxc3)..? Ash --~--~-~--~~~---~--~~ unsubscribe: android