how to edit the resource.arsc file in the android APK package

2009-04-20 Thread Google_Android_discussion

Hi,

I would like to edit the resource.arsc file with the android APK
package.

Addition/modification of the string values.

Br,
Vikram
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Re: how to edit the resource.arsc file in the android APK package

2009-04-20 Thread Dianne Hackborn
You can't, this is the binary from compiling the resource source files, like
the dex files generated from the java sources.  I think someone may have
written something to extract some information from them, and aapt has some
command to dump parts of it, but you can't just edit it.

On Mon, Apr 20, 2009 at 12:22 AM, Google_Android_discussion 
vikram.da...@gmail.com wrote:


 Hi,

 I would like to edit the resource.arsc file with the android APK
 package.

 Addition/modification of the string values.

 Br,
 Vikram
 



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Re: how to edit the resource.arsc file in the android APK package

2009-04-20 Thread Vikram Android

Hi,

Then can you tell me is there any possibility to add the new language
string sets/values to the existing APK ???

Br,
Vikram
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
android-framework group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---