[android-porting] Help need for writing the asound.conf file Sigma 8654

2010-06-07 Thread pramod
E/AudioHardwareALSA( 1332): Unable to attach mixer to device AndroidIn: No such file or directory E/AudioHardwareALSA( 1332): Unable to attach mixer to device default: No such file or directory Please provide some directions for solving the above issue. Thanks in advance. Pramod -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Help need for writing the asound.conf file Sigma 8654

2010-06-07 Thread pramod
mC0D0p -> / dev/pcmC0D0p lrwxrwxrwx root root 1970-01-01 00:00 pcmC0D0c -> / dev/pcmC0D0c I am creating soft link from the /dev/ directory. are these device nodes not enough?? Pramod On Jun 7, 2:28 pm, Pavan Savoy wrote: > ls /dev/snd/ should show up both pcmCxDxP/C sort of

[android-porting] Re: Help need for writing the asound.conf file Sigma 8654

2010-06-08 Thread pramod
ftlink. The chown -h option is missing in andriod, or else it could have been used. Thanks, Pramod. On Jun 7, 2:44 pm, pramod wrote: > Thanks for the reply. > The contents of my /dev/snd are given below. > > lrwxrwxrwx root     root              1970-01-01 00:00 timer -> /dev/

[android-porting] Re: Help need for writing the asound.conf file Sigma 8654

2010-06-10 Thread pramod
xer to device default: No such file or directory E/AudioHardwareALSA( 1591): Unable to attach mixer to device AndroidIn: Permission denied E/AudioHardwareALSA( 1591): Unable to attach mixer to device default: No such file or directory Thanks, Pramod On Jun 9, 8:08 pm, XingChao Wang wrote: >

[android-porting] Re: Help need for writing the asound.conf file Sigma 8654

2010-06-11 Thread pramod
tly. https://review.source.android.com/#change,9114 Thanks and Regards, Pramod On Jun 10, 7:39 pm, XingChao Wang wrote: > 2010/6/10 pramod > > > hi xiangchao, > > > Thanks for the direction. But i have few doubt. > > > I am currently using the donut branch code. if i use the latest

[android-porting] Re: Network error eth0 not found

2010-06-13 Thread pramod
Have you enabled the network driver in kernel?? Run the "netcfg" command and see if any of the network interface is available. On Jun 12, 11:04 am, Nilly wrote: > hi All, > > I want to start network on my board. > I am getting and error when i am doing > ifconfig eth0 up > > error: SIOCSIFADDR (N

[android-porting] Re: Network error eth0 not found

2010-06-14 Thread pramod
lines with the ethernet driver. I am just guessing here, i am not sure though about the approach but you can try. On Jun 14, 3:59 pm, Nilly wrote: > Pramod, > > netcfg is not listing eth0. > > while booting kernel it is printing... > > smsc911x: Driver version 2008-10-21. &g

[android-porting] Re: /cache/recovery directory missing in ICS port

2014-07-10 Thread pramod
Hi Shane, I think the /cache/recovery folder gets used during the system recovery process. probably this is cleaned up after the recovery, so you may not see it all the time. You can refer the code (frameworks /base

[android-porting] Re: inverted touch on ads7846 chip

2009-01-20 Thread pramod
y is 4095. Currently the date and time bar scrolls down upon clicking on the screen, we are not able to lauch any of the applications. Can anyone please tell what needs to be done to correct the touchscreen issue. Thanks Pramod Qingzhan Zhang wrote: > in your touch driver ,you shoul

[android-porting] Re: inverted touch on ads7846 chip

2009-01-20 Thread pramod
, ADC_MAX, 0, 0); input_set_abs_params(data->idev, ABS_PRESSURE, 0, ADC_MAX, 0, 0); still the touchscreen is not working. Thanks Pramod Qingzhan Zhang wrote: > when you init your touch driver,you should set some params > as below > input_set_abs_params(codec_ts_input, A

[android-porting] Video Application opening error.

2009-03-09 Thread pramod
objects / 61784 bytes in 96ms D/dalvikvm( 843): GC freed 374 objects / 17944 bytes in 42ms Please point out what could be the reason for the above failure. Pramod --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

[android-porting] Re: Video Application opening error.

2009-03-11 Thread pramod
oving dead content provider: media > > >> I/ActivityManager( 801): Killing app com.android.music (pid 987) > > >> because provider com.android.provi > > >> ders.media.MediaProvider is in dying process android.process.media > > > what does this mean? > &

[android-porting] Re: sensors on cupcake

2009-05-23 Thread pramod gurav
u can refer the qemu sensor implementation to write your own sensor library. Look at development/emulator/sensors/ Even look at hardware/libhardware/include/hardware/sensors.h for reference. > > > -- Best Regards Pramod --~--~-~--~~~---~--~~ unsubscribe: android-

[android-porting] Re: LCD flicker when I use the softkeyboard

2009-06-27 Thread pramod gurav
interrupt happens and write the next image. -- Best Regards Pramod 2009/6/26 Terry Z : > > Thank you Manjunatha: > I got it. > I am now using pxa310 platform, and didn't find the WAITFOR_VSYNC > ioctl. can you please give me some advices. > what should the WAITFOR_

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

2009-10-23 Thread PRAMOD K
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 increase OBEX MTU size(i am not sure). Can anybody help me in increasing OBEX MTU size. Regards, Pam --~--~-~--~~~---~--

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

2009-10-26 Thread PRAMOD K
note set as 0xFFFE to match remote MPS */ public static final int MAX_PACKET_SIZE_INT = 0xFFFE; Regards, Pam On Mon, Oct 26, 2009 at 1:24 PM, Ash wrote: > > Yes you can increase OBEX MTU size, which will reduce the multiple > packets overhead. > > > On Oct 23, 10:10 a

[android-porting] Re: Cupcake : "Removed SD Card" notification after 1.5 upgrade

2009-10-27 Thread PRAMOD K
Are you getting your SD card insert gpio interrupt? On Wed, Oct 28, 2009 at 10:46 AM, max wrote: > > I did the 1.5 upgrade yesterday afternoon. Right after the upgrade, i > have this "Removed SD Card" notification. But in fact, I have plugged > the sdcard in > > Anyone knows how to resolve it?

[android-porting] BT throughput on Eclair

2009-11-02 Thread PRAMOD K
Hi All, Has anybody measured BT (OPP)throughtput on Eclair? If so please share the numbers. Regards, Pam -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Android Sensors

2009-11-23 Thread pramod gurav
e into the android framework ? Greatly appreciate > your help. > > -- > unsubscribe: android-porting+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-porting -- Best Regards Pramod -- unsubscribe: android-porting+unsubscr...@googlegro

[android-porting] Sensors

2009-01-08 Thread pramod gurav
know if I need to provide more details regarding my sensors. -- Best Regards Pramod --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: Sensors

2009-01-09 Thread pramod gurav
which > makes this task more difficult; however we will fix this problem soon > by including the G1 HAL module source code, stay tuned. > But i see some HAL source under hardware/libhardware/sensors/ I am making changes to one of these and using. > I hope this helps. Thanks for the q

[android-porting] Re: Sensors

2009-01-09 Thread pramod gurav
own. The drivers and/or HAL >> modules are expected to do this. >> >> >> In "theory", all you need to do is implement a sensor HAL module >> properly (as documented in sensors.h. pay extreme attention to the >> definition of the axis and units). Unfort

[android-porting] Re: Sensors

2009-01-13 Thread pramod gurav
ces. I also could see a daemon called "akmd" in android. I guess by the driver code that this daemon is calibrating yax, pitch and roll from sensors' data and again sending it back to driver through a driver. Where the sources of this daemon are? >> 伊泽 wrote: >>>

[android-porting] Re: sensors HAL limitation

2009-01-29 Thread pramod gurav
>> > > } >> > > return err; >> >> > > } >> >> > > This event will be received by whoever is reading from this event >> > > node. Drivers can use the same strategy and push events into the same >> > > event node. &g

[android-porting] Re: sensors HAL limitation

2009-02-01 Thread pramod gurav
On Fri, Jan 30, 2009 at 7:38 PM, Ken Schultz wrote: > > Any details/example how this is done? > > Ken > Hi Ken Register a driver with one input node and export it. Use the same input_dev variable as extern in second driver. -- Best Regards Pramod > On Jan 29, 10:07 pm, p

[android-porting] sensor HAL in cupcake

2009-02-19 Thread pramod gurav
/mysensors.c LOCAL_MODULE := sensors.myproject include $(BUILD_SHARED_LIBRARY) Can anyone please suggest me on this? Have anyone tried implementing sensors HAL? -- Best Regards Pramod --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] Re: How does the SensorManager get sensors list?

2009-02-19 Thread pramod gurav
he new class android.hardware.SensorListener in > cupcake to get the sensors list ? > > I am porting several sensors into cupcake, include G/L/P sensors. Any > information is need to make the Android know my sensor is on and > ready ? >

[android-porting] Re: sensor HAL in cupcake

2009-02-20 Thread pramod gurav
On Thu, Feb 19, 2009 at 7:03 PM, pramod gurav wrote: > Hi there > I am trying my hands on sensors HAL in cupcake. As I can see HAL > implementation > has changed a lot in cupcake. The sensor HAL sources have gone from > hardware/libhardware/. > I could know that there is

[android-porting] Re: sensor HAL in cupcake

2009-03-29 Thread pramod gurav
HI Vivien, I could not reply you as I was out of station as it was 3 day holiday here. On Thu, Mar 26, 2009 at 5:38 PM, vivien wu wrote: > > Hi, Pramod, > > Did you already make your sensor work ? I got them working with some hack around only with android 1.0 sources and not with