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

2010-04-28 Thread Billy Cui
ulator that's getting all > > that CPU, there's your problem. > > > If the CPU 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 wrote: > > > >

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

2010-04-28 Thread Billy Cui
d, are you using a roaming profile or something else that involves the > > network? > > > On Wed, Apr 28, 2010 at 3:53 AM, Billy Cui 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, an

[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 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 wrote: > > This is my laptop T4

[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 wrote: > Every time I star

[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 app

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

2009-12-02 Thread Billy Cui
ervers, which I found by looking the > configuration of my host computer's network. > > I hope that helps. > > On Dec 2, 1:56 am, Billy Cui wrote: > > > > > After I build a new image for aosp eclair and run that image, my all > > emulator can not access in

[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: et

[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 wrote: > On May 12, 6:53 pm, fadden 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. > > OSNetworkSystem.java declar

[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 wrote: > Billy Cui wrote: > > Anybody

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

2009-06-06 Thread Billy Cui
); setProgressBarIndeterminateVisibility(true); And then I just did not call setProgressBarIndeterminateVisibility (false) in all my codes. Is it clearly? On 6月3日, 上午10时02分, Mark Murphy wrote: > Billy Cui wrote: > > Anybody here? > > No, we're not here. ;-) > > >

[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 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); > setProgressBarInd

[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 functio

[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 wrote: > As an exercise I attempted to add an AppWidgetProvider-derived class > to one