[android-developers] The emulator running terrible slow in win2008r2 64bit with 4G RAM

2010-04-28 Thread Billy Cui
This is my laptop T400 2.53G duo with 4G RAM. Before this system, I use win2003 32big with 2G RAM 1.8G cpu, and running Andorid emulator was not so slow, it can run on 200 - 300Mhz cpu when use cat /proc/cpuinfo to check. But now, it runs on less than 60Mhz with same command, and almost all apps

[android-developers] Re: The emulator running terrible slow in win2008r2 64bit with 4G RAM

2010-04-28 Thread Billy Cui
When I set affinity and set priority to emulator, it's cpu freq speed up to 98mhz, improved, but definitely not enough, and not suitable to my system. Also, only emulator was so slow and all my other softwares were running very fast. On Apr 28, 9:13 pm, Nicholas Albion nalb...@gmail.com wrote:

[android-developers] Re: The emulator running terrible slow in win2008r2 64bit with 4G RAM

2010-04-28 Thread Billy Cui
I use wire line network connect with 100mbps switch. On Apr 28, 9:28 pm, David Turner di...@android.com wrote: Weird, are you using a roaming profile or something else that involves the network? On Wed, Apr 28, 2010 at 3:53 AM, Billy Cui billy...@gmail.com wrote: This is my laptop T400

[android-developers] Re: The emulator running terrible slow in win2008r2 64bit with 4G RAM

2010-04-28 Thread Billy Cui
the network? On Wed, Apr 28, 2010 at 3:53 AM, Billy Cui billy...@gmail.com wrote: This is my laptop T400 2.53G duo with 4G RAM. Before this system, I use win2003 32big with 2G RAM 1.8G cpu, and running Andorid emulator was not so slow, it can run on 200 - 300Mhz cpu when use cat /proc

[android-developers] Re: The emulator running terrible slow in win2008r2 64bit with 4G RAM

2010-04-28 Thread Billy Cui
is NOT pegged, but it's slow, look at memory usage or disk IO as being the source of the problem. On Apr 28, 6:28 am, David Turner di...@android.com wrote: Weird, are you using a roaming profile or something else that involves the network? On Wed, Apr 28, 2010 at 3:53 AM, Billy Cui billy

[android-developers] Can not access internet with emulator

2009-12-02 Thread Billy Cui
After I build a new image for aosp eclair and run that image, my all emulator can not access internet any more. Anyone know why and how to fix it? I even create new avd and still not work. All emulator, 1.5/1.6/2.0 can not access internet. When I check the network, with ifconfig, it returns:

[android-developers] Re: Can not access internet with emulator

2009-12-02 Thread Billy Cui
host computer's network. I hope that helps. On Dec 2, 1:56 am, Billy Cui billy...@gmail.com wrote: After I build a new image for aosp eclair and run that image, my all emulator can not access internet any more. Anyone know why and how to fix it? I even create new avd and still

[android-developers] Re: JNI check failures when trying to use a configured SOCKS Proxy object...

2009-06-22 Thread Billy Cui
I do have the same problem. Seems android sdk's problem.. On 5月14日, 上午6时16分, fadden fad...@android.com wrote: On May 12, 6:53 pm, fadden fad...@android.com wrote: Are you including any of your own native code? If not, this is likely a bug in the core libraries. ...and so it is.

[android-developers] Re: Is there a way for us to show ProgressBarIndeterminate in Theme.Dialog activity?

2009-06-06 Thread Billy Cui
setProgressBarIndeterminateVisibility (false) in all my codes. Is it clearly? On 6月3日, 上午10时02分, Mark Murphy mmur...@commonsware.com wrote: Billy Cui wrote: Anybody here? No, we're not here. ;-) On 6月2日, 下午5时21分, Billy Cui billy...@gmail.com wrote: I make android:theme=@android:style

[android-developers] Re: Is there a way for us to show ProgressBarIndeterminate in Theme.Dialog activity?

2009-06-06 Thread Billy Cui
Yes, I do think of writing my own ProgressBar, but I do hope this one can run in a good way, and I don't want to add more complex code in my app, for it's just a tiny app and keep it small will be better. On 6月3日, 上午10时02分, Mark Murphy mmur...@commonsware.com wrote: Billy Cui wrote: Anybody

[android-developers] Is there a way for us to show ProgressBarIndeterminate in Theme.Dialog activity?

2009-06-02 Thread Billy Cui
I make android:theme=@android:style/Theme.Dialog for an Activity. And then add these 2 lines in onCreate: requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); setProgressBarIndeterminateVisibility(true); But find them not function. Is there a way to make them

[android-developers] Re: Is there a way for us to show ProgressBarIndeterminate in Theme.Dialog activity?

2009-06-02 Thread Billy Cui
Anybody here? On 6月2日, 下午5时21分, Billy Cui billy...@gmail.com wrote: I make android:theme=@android:style/Theme.Dialog for an Activity. And then add these 2 lines in onCreate: requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); setProgressBarIndeterminateVisibility

[android-developers] Re: another AppWidget issue: can't start parent app, process is bad

2009-06-01 Thread Billy Cui
Sure, I have the same problem and also no user-library define. Besides, I do even kill process and reinstall won't works. The only I can do is reboot the phone. Really strange.. On 5月13日, 上午1时27分, Hugh hugh.john...@gmail.com wrote: As an exercise I attempted to add an