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

2013-07-25 Thread giles ian
please find below link for understanding the entire structure binary xml ans .arsc http://justanapplication.wordpress.com/android-internals/ My question is don't we have to move the bytes when we replace the string with bigger one, apart from changing the values you mentioned below On Tuesda

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

2013-07-11 Thread Yaron Reinharts
As far as I know the apktool can be ported but I haven't tried it myself. Let us know :) /Yaron On 07/11/2013 08:30 PM, giles ian wrote: Thanks Yaron, but my requirement is parsing and modifying arsc file at runtime on the device. So my next question is can apktool be ported on device. What I m

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

2013-07-11 Thread giles ian
Thanks Yaron, but my requirement is parsing and modifying arsc file at runtime on the device. So my next question is can apktool be ported on device. What I mean is since the source code is available are there any lib/frameworks (that apktool) which are only available for desktop and not for andro

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

2013-07-11 Thread Yaron Reinharts
No need to reinvent the wheel: https://code.google.com/p/android-apktool/ Hope this helps Yaron On 07/11/2013 02:13 AM, giles ian wrote: Hi Illyoung Choi, * * *Is it possible for you to share the code for the entire thing. i.e. * * * *1.Parsing* *2. Modifying * On Tuesday, June 21, 2011 8:09:12

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

2013-07-10 Thread giles ian
Hi Illyoung Choi, * * *Is it possible for you to share the code for the entire thing. i.e. * * * *1.Parsing* *2. Modifying * On Tuesday, June 21, 2011 8:09:12 PM UTC-7, Illyoung Choi wrote: > > Hi All. > > Last day, I made a simple application for parsing an Android Resource > File (*.arsc) and m

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

2013-07-10 Thread giles ian
Thanks Illyoung Choi for sharing your findings, great help... and dont bother narrow minded people like Zsolt Vasvari On Tuesday, June 21, 2011 8:09:12 PM UTC-7, Illyoung Choi wrote: > > Hi All. > > Last day, I made a simple application for parsing an Android Resource > File (*.arsc) and modify

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

2011-06-21 Thread Nikolay Elenkov
On Wed, Jun 22, 2011 at 1:35 PM, Illyoung Choi wrote: > Normally, bad purpose and good purpose share same technology. > > It is up to your choice. > Of course. The Internet can be used for all sorts of nasty stuff, that doesn't mean we should 'delete' it. In any case, you might want to look at AP

[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: > > > > > Hi All. > >

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

2011-06-21 Thread Zsolt Vasvari
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