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
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
--
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
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
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
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:
&
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
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
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
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
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 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
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
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
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
-
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
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
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
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
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
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
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
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..)?
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
24 matches
Mail list logo