[android-porting] Re: How to create two TextView without write the XML file?

2009-05-01 Thread RongJun Ying
Sorry, This need send to development group. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: adb over ethernet and not over USB

2009-04-18 Thread RongJun Ying
, RongJun Ying rjy...@gmail.com wrote: Try this: # ADBHOST=[you host ip address] ./adb -d devices - Ying RongJun China On Fri, Apr 17, 2009 at 5:52 PM, a druid klausf...@gmail.com wrote: Hi, I wondered, whether I could use adb over ethernet instead

[android-porting] Re: ALSA sound: Unable to attach mixer

2009-04-17 Thread RongJun Ying
Your ctrl element count must match the value in the asound.conf. Verify the snd_kcontrol_new struct object at the ALSA audio driver. For example: SOC_SINGLE(Line Gain, PLAYBACK_CTRL1, 5, 7, 0), //In the snd_kcontrol_new struct object then: the asound.conf file must configuration following

[android-porting] Re: adb over ethernet and not over USB

2009-04-17 Thread RongJun Ying
Try this: # ADBHOST=[you host ip address] ./adb -d devices - Ying RongJun China On Fri, Apr 17, 2009 at 5:52 PM, a druid klausf...@gmail.com wrote: Hi, I wondered, whether I could use adb over ethernet instead of adb over USB Looking at the forums I did not