[android-developers] It costs too much time when we continuously call the function setObjectField() in android JNI on pxa310 platform

2009-11-09 Thread xiaohua
Hi, We met an issue on android-1.5 platform, based on linux-2.6.28, pxa310 processor. When we use for-loop(e.g. 1024 times) to call the funciton setObjectFied() in android JNI repeatly, we find that it costs much more time on pxa310 platform than other hardwate platform, such as G2 or OPhone.

[android-developers] Re: Device offline

2009-06-19 Thread xiaohua
It's the same error I have encountered. The same phone works ok on WinXp, but can't use adb in ubuntu. On 5月10日, 上午10时19分, krishnakanth krishnakan...@gmail.com wrote: Hi, I have a problem when trying to see use the Android for development on Ubuntu. The device is shown as offline. Although

[android-developers] Re: Use a new USB vid, How to support adb tools in linux, like Ubuntu

2009-06-03 Thread xiaohua
Resolved! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Does fastboot tools support large img download?

2009-06-01 Thread xiaohua
Hi all, Fastboot support below 64M img download, but if the img is larger than 64M, it can't work. How can I do enable fastboot support larger file? Any idea is appreciate, thanks. xiaohua --~--~-~--~~~---~--~~ You received this message because you

[android-developers] what's the max img size fastboot support?

2009-05-25 Thread xiaohua
It show error info data too large, and flash failed. But I can't find something useful source file in /system/core/ fastboot folder. Is fastboot not support large size img? How to modify the tool and support large img? Any idea is very thanksful! Thanks, xiaohua

[android-developers] Use a new USB vid, How to support adb tools in linux, like Ubuntu

2009-05-25 Thread xiaohua
in windows OS, I have replace the AdbWinApi.dll. And I think, some file must replace in the linux sdk tools, but which file or something other wrong? Would any one please let me know, How to use the adb tools in linux os, which use the new usb VID? Thanks xiaohua