Translation is ongoing at http://aenglish.tk
Attachments
-
1 MB Views: 74
-
599 bytes Views: 52
Last edited:
Someone please help to get this recompiled as an app, lol. This is so cool.**Not sure if its the right place to post**
I've been tinkering with the AeDesign rom to try to translate it i have successfully translated the strings from weather.apk though it needs to be compiled to an apk again theres where I'm stuck.
i will post the apk & string here to see if someone can work this out
This rom is so awesome that i just must translate it xD but i can't find out how to compile it.Someone please help to get this recompiled as an app, lol. This is so cool.
---------- Post added at 12:25 PM ---------- Previous post was at 12:24 PM ----------
Will you be trying to translate the entire rom, or each of the apk's? I would love to get the full rom on my HTC Evo 4G!
apktool d -s FILENAME.apk
apktool b FOLDERNAME
Last login: Sat Oct 1 10:08:00 on ttys000
Tobiass-MacBook:~ Tobias$ cd desktop
Tobiass-MacBook:desktop Tobias$ cd 1
Tobiass-MacBook:1 Tobias$ apktool d -s Weather.apk
I: Loading resource table...
I: Loaded.
I: Loading resource table from file: /Users/Tobias/apktool/framework/1.apk
I: Loaded.
I: Decoding file-resources...
W: Could not decode attr value, using undecoded value instead: ns=android, name=contactWidth, value=0x00009601
W: Could not decode attr value, using undecoded value instead: ns=android, name=contactEdtTextSize, value=0x00001002
W: Could not decode attr value, using undecoded value instead: ns=android, name=contactEdtHint, value=0x7f070012
W: Could not decode attr value, using undecoded value instead: ns=android, name=contactEdtTextpaddingLeft, value=0x00002301
I: Decoding values*/* XMLs...
I: Done.
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 0x010102d5
at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:61)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:55)
at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:51)
at brut.androlib.res.decoder.ResAttrDecoder.decode(ResAttrDecoder.java:35)
at brut.androlib.res.decoder.AXmlResourceParser.getAttributeValue(AXmlResourceParser.java:315)
at org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate.getAttributeValue(XmlPullParserDelegate.java:69)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.writeStartTag(StaticXmlSerializerWrapper.java:267)
at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.event(StaticXmlSerializerWrapper.java:211)
at brut.androlib.res.decoder.XmlPullStreamDecoder.decode(XmlPullStreamDecoder.java:46)
at brut.androlib.res.decoder.ResStreamDecoderContainer.decode(ResStreamDecoderContainer.java:34)
at brut.androlib.res.decoder.ResFileDecoder.decode(ResFileDecoder.java:100)
at brut.androlib.res.decoder.ResFileDecoder.decode(ResFileDecoder.java:86)
at brut.androlib.res.AndrolibResources.decode(AndrolibResources.java:132)
at brut.androlib.Androlib.decodeResourcesFull(Androlib.java:93)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:120)
at brut.apktool.Main.main(Main.java:57)
Tobiass-MacBook:1 Tobias$ apktool b Weather
Exception in thread "main" brut.androlib.AndrolibException: brut.directory.PathNotExist: apktool.yml
at brut.androlib.Androlib.readMetaFile(Androlib.java:142)
at brut.androlib.Androlib.build(Androlib.java:159)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:174)
at brut.apktool.Main.main(Main.java:59)
Caused by: brut.directory.PathNotExist: apktool.yml
at brut.directory.AbstractDirectory.getFileInput(AbstractDirectory.java:103)
at brut.androlib.Androlib.readMetaFile(Androlib.java:138)
... 4 more
Tobiass-MacBook:1 Tobias$
apktool if PATH:\com.htc.resources.apk
apktool if PATH:\framework-res.apk