[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] 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] 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