[android-developers] Re: Android 2.3 SDK Emulator is very slow

2011-01-02 Thread Alexei 'keyhell' Zhurba
Kind of update... My new i7-based laptop loads 2.1 AVD in less than 1 minute. System responsiveness is pretty good. Happy New Year! -- 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@g

[android-developers] One more question about screen brightness

2010-12-21 Thread Alexei 'keyhell' Zhurba
*How to change brightness:* 1) android.provider.Settings.System.putInt(getContentResolver(), SCREEN_BRIGHTNESS, 255)) Disadvantages: #1 Need to turn off and then turn on my screen (Samsung i5700 Spica) to "apply" the changes. #2 Doesn't allow set value below 13 (10?). 2) WindowManager.LayoutPara

[android-developers] Re: SQLite Implementation

2010-12-16 Thread Alexei 'keyhell' Zhurba
/data/data/you.package.here/databases/you_db.name -- 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+unsu

[android-developers] Re: Android 2.3 SDK Emulator is very slow

2010-12-10 Thread Alexei 'keyhell' Zhurba
Right. I also have my personal Android phone, which now saves me time. But I want to be able to use emulator. To debug without using my phone, to be sure my software runs everywhere (2.1, 2.2, 2.3). -- You received this message because you are subscribed to the Google Groups "Android Developers

[android-developers] Re: Android 2.3 SDK Emulator is very slow

2010-12-10 Thread Alexei 'keyhell' Zhurba
My application is quite simple and small. Unlikely I will follow your way of doing things. Anyway, Thank you! Since emulator is very slow, I use my phone (Android 2.2) to debug my changes. It's enough for simple changes (those I don't expect differences between Android 2.1, 2.2 and 2.3). For comp

[android-developers] Re: Can you trust the Android OS that comes from a Chinese Manufactures?

2010-12-08 Thread Alexei 'keyhell' Zhurba
Your microwave oven and fridge already spy on you. Why do you think chinese government needs more? I'm pretty sure they all have microphone and camera embedded. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema

[android-developers] Re: Android 2.3 SDK Emulator is very slow

2010-12-08 Thread Alexei 'keyhell' Zhurba
Well... Yes, but in my case it's unreasonably slow. Looking at "-debug-all" output it's clear it stucks at: emulator: goldfish_audio_write: AUDIO_INT_ENABLE 7emulator: goldfish_audio_write: AUDIO_INT_ENABLE 0 emulator: goldfish_audio_write: AUDIO_INT_ENABLE 7emulator: goldfish_audio_write: AUDIO

[android-developers] Android 2.3 SDK Emulator is very slow

2010-12-08 Thread Alexei 'keyhell' Zhurba
Hello! I use Eclipse + ADT + Android SDK for development. Current configuration is Eclipse Helios SR1 20100917-0705 + ADT 8.0.1.v201012062107-82219 + Android 2.3 SDK on Windows 7 32-bit. SDK emulator works very slow or freezes at the boot time. Here is the summary of what was done/observed.