Re: [android-porting] Info required regarding Android Gadget Driver

2011-07-26 Thread Srinidhi K V
Hello Amit, Thanks for your reply. Its working great on Linux Machine, by the way I am using Google Vendor ID and product ID. By when I plug into Windows XP sp3 , my device doesnt enumerate as ADB device. On the windows side I have installed Google's USB driver which are meant for

[android-porting] Info requested - android alarm

2011-07-26 Thread rao
Hi all, I'm debugging suspend failure of honeycomb on a proprietary target board. I was seeing below print on my target board and getting woke up from already started suspend process. "PM: Device alarm failed to suspend: error -16" After adding few prints in the alarm-dev.c I found that alarm_ioctl

Re: Re : Re: Re : Re: Re : Re: [android-porting] pppd on gingerbread

2011-07-26 Thread venkat k raju
Hi Adrien Ferré. i am able to connect internet using gprs modem with ip address. #ping 209.85.231.104 i did these steps for enabling the gprs on Gingerbread. first i had enable the gpsr connections using some at+ command. then i run pppd command. then i got the ip address and my network file ppp

Re : Re: [android-porting] pppd on gingerbread

2011-07-26 Thread Adrien Ferré
"Hi Adrien Ferré. i am able to connect internet using gprs modem with ip address. #ping 209.85.231.104 i did these steps for enabling the gprs on Gingerbread. first i had enable the gpsr connections using some at+ command. then i run pppd command. then i got the ip address and my network f

Re: Re : Re: [android-porting] pppd on gingerbread

2011-07-26 Thread venkat k raju
Hi Adrien Ferré, tell me all ways welcome. 2011/7/26 Adrien Ferré > "Hi Adrien Ferré. > > > i am able to connect internet using gprs modem with ip address. > > > #ping 209.85.231.104 > > > i did these steps for enabling the gprs on Gingerbread. > > first i had enable the gpsr connections using s

Re: Re : Re: [android-porting] pppd on gingerbread

2011-07-26 Thread Hamilton Vera
Try this: setprop net.dns1 server_ip setprop net.dns2 server_ip Example setprop net.dns1 8.8.8.8 setprop net.dns2 8.8.4.4 On Tue, Jul 26, 2011 at 7:36 AM, venkat k raju wrote: > Hi Adrien Ferré, > tell me all ways welcome. > > 2011/7/26 Adrien Ferré >> >> "Hi Adrien Ferré. >> >> i am able

[android-porting] Re: injecting events

2011-07-26 Thread badcc0de
Ok So what I did for keyboard events is write a small driver that does nothing, a virtual keyboard. Input drivers register a bitmask for keys they support, it registers for all of them. I than write an input_event structure to the driver and event hub picks it up. I also had to create an appropriat

[android-porting] Nexus S - Browse\Modify Drivers

2011-07-26 Thread lost_bits1110
I am developing with the Nexus S at the moment, and am able to run a build of the Android OS on here, however I need to access some of the drivers that are on here and modify them? Are there instructions on how to access\modify the drivers? Thank-you, -Louis -- unsubscribe: android-porting+unsub

[android-porting] Re: Nexus S - Browse\Modify Drivers

2011-07-26 Thread lost_bits1110
Note: I may eventually move to a custom device, but it would be helpful if I could use the existing Nexus phone first. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: multi touch protocol

2011-07-26 Thread badcc0de
So I finally solved this problem by writing my own little utility that would help me discern what was actually going on. here is the source : #include #include #include #include #include #include #include #include #include #include #include #define ERROR fprintf(stderr, "Error %d:%s