[android-developers] Re: How i can control the Screen On/Off Lock/Unlock in Donut( SDK 1.6)

2010-11-01 Thread krekar
I solved it. Jason, if you want know about that, contact me by e-mail. (swbon...@gamil.com) On 10월30일, 오전2시53분, Jason Van Anden jason.van.an...@gmail.com wrote: I am facing the same issue. Did you or does anyone else know the answer? J On Sun, Jan 3, 2010 at 9:43 PM, krekar swbon

[android-developers] EditText lose focus when appears keyboard in ListView

2010-04-28 Thread krekar
Hi, all :D I make ListView that has some items that has one EditText and one ImageButton. When touch the EditText in ListView's Item, Keyboard was appeared but EditText lose focus. what can i do for resolve this problem? ps: I can use ScrollView instead of ListView by addView in ScrollView.

[android-developers] How i can control the Screen On/Off Lock/Unlock in Donut( SDK 1.6)

2010-01-03 Thread krekar
hi, all( happy new year~! :D) I making an Alarm App. In my Alarm App, if user set the alarm, the alarm Dialog will be shown at the set alarm time. but if device(phone) was in lock and screen off, I can't see the alarm dialog. I need to write code to the alarm dialog will be shown automatically

[android-developers] Why Return null when using findViewById in Activity to find and handle CustomView?

2009-12-04 Thread krekar
hi, there... I wrote CustomView Class, and load it in layout. so i trid to find CustomView using findViewById() in activiy to get handle. but findViewById() was return null. I need your help . Written Code is like below:

[android-developers] Why Broadcast receiver can't receive UMS_CONNECTED, UMS_DISCONNECTED msg dynamically in activity ?

2009-11-22 Thread krekar
hi. I was make source to catch and process SD Card mount/unmount broadcast received dynamically in activity. but the USM_CONNECTED/DISCONNECTED broadcast msg is not catched dynamically in activity like below:. how the receiver can receive the UMS msg in activity? below: package com.test;

[android-developers] how i can use Settings.Secure.ADB_ENABLED and Settings.Secure.USB_MASS_STORAGE_ENABLED?

2009-11-22 Thread krekar
Hi. I wanna set the ADB_ENABLED and USB_MASS_STORAGE_ENABLED option automatically in my App. so i add below statement in my App(Activity). -- Settings.Secure.putInt(getContentResolver(), Settings.Secure.ADB_ENABLED, 0); or Settings.Secure.putInt(getContentResolver(),