[android-developers] Do you know any open source game or media player on android phone?

2011-02-10 Thread xlshe
Hi all, Do you know any open source game or media player applications on android phone? Would you please tell me some if you know? Thank you very much. Best regards, Longsheng Xia -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] How to detect the task initiated by touching a button in the kernel?

2011-01-20 Thread xlshe
Hi all, As we know, in a application, when we click a button, a corresponding task will be initialized in the kernel. I guess the mechanism is that: when we click button, a GUI event will be generated and a message will be sent to the application and the corresponding task will be initialized. Can

[android-developers] How to compile and install mplayer from source code

2010-07-13 Thread xlshe
Hi, I want to compile and install mplayer for my android phone. Has anyone done the similar thing? Can you give me some suggestion about how to do it? Thank you very much! Best regards, Longsheng Xia -- You received this message because you are subscribed to the Google Groups "Android Developer

[android-developers] About the performance counter in android phone

2010-07-01 Thread xlshe
Hi, Has anyone used the performance counter in the android phone? Performance counter is usually in CPU and used to monitor the rate of various events occured in CPU, e.g. cache miss rate, cycle stall due to memory access, clock cycle elapsed... Do anyone know the performance counter in the androi

[android-developers] How to use the lib(.jar) which android sdk didn't contain

2010-04-15 Thread xlshe
Hi, I want to transfer a face recognition application from PC to android phone. But in the source code of the application, the libs "com.sun.image.codec.jpeg.JPEGCodec" and "com.sun.image.codec.jpeg.JPEGImageEncoder" are contained in JRE and are not supported by android SDK. I tried to add JRE to

[android-developers] About how to make new buttons in a row?

2010-04-11 Thread xlshe
Hi all, I want to create three button on the layout. But the default align of the buttons is in a column like: Button1 Button2 Button3 But I want to the three buttons align in a row in order to save space. The align of the three buttons I need is : Button1 Botton2 Botton3 Would you please tell

[android-developers] Can anyone give me a Socket Client and Server source code?

2010-04-07 Thread xlshe
I want to make my phone communicate with computer with socket. I have try many kinds of source in internet. None of them works. The phone always display "HelloWorld ". Log.d() seems not work on my phone, because, I have used that, but nothing was printed. Can anyone help me? Thank you very very mu

[android-developers] "Unable to start WiFi" after flash a new customized kernel

2010-04-05 Thread xlshe
I have costomized and rebuilt the msm kernel from "git://kernel/ msm.git" and flash that kernel to my phone ADP2. But when I turn on the WiFi, it shows"Unable to start WiFi". At first I think maybe because the WiFi module wasn't been built into the kernel. So I recostomized the kernel again and

[android-developers] What "board_config" should be used when build uboot for ADP2(actually Android Magic)

2010-04-05 Thread xlshe
Hi, I want to generate "uImage" when build the Android kernel. But there seems that the "mkimg" is lacked. So I need to build the uboot to generate mkimg. Command: make _config is used. But I 'm not sure which config should I use for ADP2(Android magic) kernel. Does anyone have some suggestions ab