[android-developers] Documentation for android.R stuffs

2012-04-30 Thread Vic Simkus
;views"? Etc... Can someone point me to some sort of in depth documentation. Thanks Vic -- 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

[android-developers] Does the encryption function in Android 4.0 encrypt external storage

2012-03-08 Thread Vic Hui
hey guys, I have a enquiry about security concern in Android 4.0. Can anyone tell me that is the encryption in Android 4.0 for both internal and external storage? or just internal storage only? Thanks! Victor -- You received this message because you are subscribed to the Google Groups "Android De

[android-developers] SD card

2012-01-13 Thread Vic
or phone. If I have to reformat the sd card how do I do it? 4. How do I access my sd card. Thank you all in advance for your assistance. Vic -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] Re: App behavoir on simultaneous 3G and *filtered* WiFi connection

2012-01-11 Thread vic
As a follow up to this question, the functionality described above is supposed to happen transparently to the apps; no code modifications should be done to the apps. However, a service could be running in the background to provision the traffic flows. On Jan 11, 5:54 pm, vic wrote: > Consi

[android-developers] App behavoir on simultaneous 3G and *filtered* WiFi connection

2012-01-11 Thread vic
Consider this scenario: - 3G and wifi enabled. - Wifi associated with a restricted AP that filters traffic and only allows traffic to, say, a Hulu domain. - The filtering is such that disallowed traffic is simply dropped, and the filtering mechanism does not send any data back to the app eg a "th

[android-developers] App behavoir on simultaneous 3G and *filtered* WiFi connection

2012-01-11 Thread vic
Consider this scenario: - 3G and wifi enabled. - Wifi associated with a restricted AP that filters traffic and only allows traffic to, say, a Hulu domain. - The filtering is such that disallowed traffic is simply dropped, and the filtering mechanism does not send any data back to the app eg a "th

[android-developers] A service that allows only WiFi connectivity?

2011-10-31 Thread vic
Hello, is there a way I can force Internet access for installed apps to only go through wifi, ie prevent any data transfer via the radio/3G interface? I'm looking for a solution that wouldn't require a jailbroken phone, so I guess fooling around with iptables might be out of the question. Please le

[android-developers] slidingdrawer and some navigate buttons

2011-09-15 Thread Vic
Hello, I'd like to make slidingdrawer with two navigate buttons, one on the left side of handle and another one on the right side of hendle, they should work as normal buttons, how to do this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Communicating with widget

2011-09-13 Thread Vic
Hello I've been searching for some informations for few days and as I didn't found solution to my problem I'm writing here. I need to do a widget with one imagebutton. It displays green icon when a MyCommService is running and red icon when service is not ronning. When service is not running and I

[android-developers] Make sure the surfaceView or associated SurfaceHolder has a valid Surface

2011-01-14 Thread Vic
I use OpenGL ES in LockScreen in android 2.2. When the device run in LockScreen, it get the following error : java.lang.IllegalArgumentException: Make sure the surfaceView or associated SurfaceHolder has a valid Surface... Does anyone know what's problem causes it? I guess the context of LockScree

[android-developers] Make sure the surfaceView or associated SurfaceHolder has a valid Surface

2011-01-14 Thread Vic
creen is different from the context of activty, so this reason causes this problem. But I am not sure. Thanks for helping Vic -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] Re: How to read the current frame buffer

2010-11-16 Thread Vic
Hi, View.getDrawingCache() cannot capture surfaceview So it does,'t work for me. BR Vic On 11月17日, 上午6時16分, Per wrote: > Not sure what you mean byframebuffer, but maybe > View.getDrawingCache() would work for you? > > http://developer.android.com/reference/android/view/

[android-developers] How to read the current frame buffer

2010-11-16 Thread Vic
Is there a method to read the frame buffer of the current screen? I searched some data about the frame buffer. Some one used the glReadPixels method, but the information was not enough. Does anyone know how to read the current frame buffer in detail? -- You received this message because you are s

[android-developers] Code for capturing the screenshot of live wallpaper

2010-11-15 Thread Vic
I want to capture the screenshot of live wallpaper which is the current wallpaper in the launcher. Is there the method to capture the screenshot? Thanks for helping. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

[android-developers] Get the screenshot includes the current wallpaper without DDMS

2010-11-15 Thread Vic
I applied android:theme=...@android:style/Theme.Wallpaper” to get the current wallpaper as the background of my application. Then, I used the getRootView().getDrawingCache() to get the screenshot of my application. I found that the screenshot didn’t include the current wallpaper. Does anyone know t

[android-developers] Code for capturing screenshot of lock screen without DDMS

2010-11-14 Thread Vic
screenshot of lock screen which includes the current wallpaper? Thanks. Vic -- 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,

[android-developers] Re: IllegalStateException

2010-01-26 Thread Vic
gt; Activity's onDestroy() at the very least. > > > > On Mon, Jan 25, 2010 at 9:15 AM, Vic wrote: > > Hi all, > > > I develope an application about Contacts Provider. It includes many > > database operations. > > > But there is a problem about sqlite exc

[android-developers] IllegalStateException

2010-01-25 Thread Vic
Hi all, I develope an application about Contacts Provider. It includes many database operations. But there is a problem about sqlite exception. I have the following information exits in the log file. I am confused. Is it normal behavior? Thanks. 01-14 21:02:48.692 I/dalvikvm( 1923): Uncaught e

[android-developers] Proper shutdown

2008-10-07 Thread Vic
Hello there, For my application, I need invoke "proper shutdown" in my application. What I mean by "proper shutdown" means shutting down both the system and the modem. Can anyone advise what the proper way of doing so might be?

[android-developers] push apk fails saying read only filesystem

2008-09-09 Thread vic
i have a few apk packages that I want to push on the emulator. the push fails saying that the filesystem is a read only file system. Some background, I built the helloworld and started the emulator. Once the emulator is up I did a adb push which failed since the file system is read only. Any wa