[android-developers] Is there any way to capture all touch/key events fed in to a specific application?

2013-04-22 Thread Choi Wontae
reverse engineering work. Thanks in advance! Wontae Choi -- -- 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 a

[android-developers] How to capture the SSID evertime.

2012-10-16 Thread Hyun Woong Choi
I'd like to check the WiFi quality on the android os. like youtube streaming. so how do I check it on the phone ? Thanks and best regards -Woong- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

[android-developers]

2012-09-29 Thread Illyoung Choi
-- 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+unsubscr...@googlegroups.com For more options, visit

[android-developers] Adding virtual device on Emulator.

2012-08-29 Thread Mun won Choi
Hi All. I want to add virtual device on emulator. so I have built SDK on platform source. And I am searching about goldfish in googling But I don't know how to approach it. Please help me anyone, anything. Thanks, MW -- You received this message because you are subscribed to the Google Groups

[android-developers] how to keep the camera shutter sound up?

2011-08-11 Thread jinwon choi
I'm on the way of QA test with a camera app. The camera apps in normal android phones keep shutter sound even with volume set to mute. but my app can make the shutter sound. besides this code which generates shutter sound, what else should i do? or what makes shutter sound up even in mute? --- t

[android-developers] Re: Modifying an String of Android Resource File (*.arsc)

2011-06-21 Thread Illyoung Choi
Normally, bad purpose and good purpose share same technology. It is up to your choice. On Jun 22, 12:17 pm, Zsolt Vasvari wrote: > What exactly would the use for this be, besides piracy? > > I suggest this post for deletion. > > On Jun 22, 11:09 am, Illyoung Choi wrote: &

[android-developers] Modifying an String of Android Resource File (*.arsc)

2011-06-21 Thread Illyoung Choi
Hi All. Last day, I made a simple application for parsing an Android Resource File (*.arsc) and modifying resource strings. I think this thing might be a help for someone, so I'll share the structure of *.arsc that I understood. Since I could not spend many hours for this, my understanding is no

[android-developers] Re: Camera startPreview() failed on Nexus S with Gingerbread

2011-04-20 Thread jinwon choi
It doesn't seem to be a problem with two lenses. I had the same error in my app but it worked okay with HTC Incredible (android2.2, 2 lenses). I'm still looking for the cause. If you got the solution, plz post it. On Mar 9, 6:11 pm, Paolo wrote: > Thanks Mark. > I'll compare my code with yours, t

[android-developers] Please help how can use WiFi hotspot feature in application

2011-03-09 Thread Edward Choi
I am a application developer. I want to use WiFi hotspot feature in my application. But I can't find how can set a arbitrarily SSID or WiFi security option by myself in my application. Would you tell me how can set a arbitrarily SSID and WiFi security option in my application. Thank you for readi

[android-developers] errors while compiling WebKit with SVG ENABLE option.

2011-03-02 Thread Illyoung Choi
Hi All. I'm trying to compile WebKit which is already included on Froyo source code. I downloaded entire platform codes and successfully compiled with default option without any modification. Now, I'm trying to enable SVG features and SVG_ANIMATION features on WebKit. I modified some build script

[android-developers] Re: flash stopped with exclamation mark..

2010-11-18 Thread choi
Additionally, is there any limitation of memory size for the swf file? On 11월18일, 오후6시53분, choi wrote: > Android 2.2 (froyo) is updated for GallxyS 2 days ago. so i just try > to make it updated on the webpage to play. whenever i did, it just > stoped with play button? or exclamation m

[android-developers] flash stopped with exclamation mark..

2010-11-18 Thread choi
Android 2.2 (froyo) is updated for GallxyS 2 days ago. so i just try to make it updated on the webpage to play. whenever i did, it just stoped with play button? or exclamation mark. what i did is following. In main activity, webview = new Webview(this); webview.loadUrl("file:///android_asset/flas

[android-developers] GLSurface doesn't draw anything when i came back again.

2010-10-05 Thread choi
Hello, I'm tryting to switch between normal view and glsurface view. For doing these operation, i assume it as Intent myIntent = new Intent(this, GLActivity.class); startActivityForResult(myIntent, 0); finish(); but when i come back again to GLActivty, i see nothing on the screen. It has to draw

[android-developers] Re: opnegl es 2.0 on the Froyo is working now?

2010-08-22 Thread choi
It tested on the Emulator. not a device. On 8월23일, 오전11시01분, choi wrote: > Hello, > > I am testing the opengl es 2.0 on the Froyo(SDK2.2) for the code thing > and make it as normal. > but it has been failed all the time. > > Always it says, "No configs match config

[android-developers] opnegl es 2.0 on the Froyo is working now?

2010-08-22 Thread choi
Hello, I am testing the opengl es 2.0 on the Froyo(SDK2.2) for the code thing and make it as normal. but it has been failed all the time. Always it says, "No configs match configSpec" what prablem is here? isn't opengl es 2.0 working on the android sdk 2.2?? Please someone tell why... Regards -

[android-developers] Is there any possibility for read and write to sdcard in ndk layer?

2010-07-12 Thread choi
Hello, I'm working on android for a week. Now i want to know about how to access sdcard file from the NDK layer. since we want decode mp3 however when we tried it at a time. it will be allocated too much memory so i want its file pointer. to do it. so i'm wondering following issue. 1) Can we g

Re: [android-developers] File read and write.

2010-07-05 Thread Myungsun Choi
It really helpful. Thank you for reply all question that i asked. On Sat, Jul 3, 2010 at 3:31 PM, Mark Murphy wrote: > On Sat, Jul 3, 2010 at 12:40 AM, choi wrote: > > Today, i tried to read and write file on the android. but it seems > > that file write mode is only provi

[android-developers] File read and write.

2010-07-02 Thread choi
Hello guys, Today, i tried to read and write file on the android. but it seems that file write mode is only provided for SD card? most of article is asked about SD card written. Is there no way to save data internal side? So when i install the application to real device. then its application inst

[android-developers] Re: Switching GLSurface view and regular view issue.

2010-07-01 Thread choi
er changes to the view need to be done > } > } > > Create an instance of this class in your thread. Whenever you need the > code in the class to be executed, post it towards your main view via > view.post(). > > On Jun 30, 10:43 am, choi wrote: > > > > > I found it there

[android-developers] Is android 2.2 emulator support any flash or flash lite?

2010-07-01 Thread choi
Hello, I read several article. they said always emulator doesn't support flash, flash lite on the emulator. so i just want to make sure it is true or not. i must report to my boss. Anyway, if flash is not support, what kinds of devices are supporting flash currently? Regards. -- You received

[android-developers] Re: Switching GLSurface view and regular view issue.

2010-06-30 Thread choi
ew in thread. but it always gave me the message. so what is the way to do? please someone tell me what's idea is here..? On 6월30일, 오후3시37분, choi wrote: > Hello, > I'm spending hard time for switching GLSurfaceView and regular view. > for doing it, i just tried as

[android-developers] Switching GLSurface view and regular view issue.

2010-06-29 Thread choi
Hello, I'm spending hard time for switching GLSurfaceView and regular view. for doing it, i just tried as sample code provided. if(__IsGLView) { System.out.println("__IsGLView is true"); __GLView.setFocusable(false); __GLView.setFocusableInTouchMode(false); __currA

[android-developers] For usage question

2010-06-29 Thread choi
Hello, i'm a newbie programmer for android. so before making game. i have a few question for android. 1. Is android SDK support flash on the emulator? like flash lite, flash 10.0 beta etc..? 2. What is the best way to change view between GLSurfaceView and View (for drawing text or bitmap etc..)?

[android-developers] About TouchEvent..! in class Mapview or javascript

2009-07-29 Thread JongHyun Choi
Hi! nice to meet you. I'm developing Android. But I can't... First, I wanna click on Google Map(in package MapView) And wanna get the value(GPoint) But that have no Event Handler, So I think that use to JavaScript. JavaScript can't call the Package "http://maps.google.com/maps"; How can I thi