sky201503 / android-apktool2

Automatically exported from code.google.com/p/android-apktool
0 stars 0 forks source link

ICS + apktool build from latest sources #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
basicly youve got first sys dump of nexus ics firmware, that floated hours ago

you can start making/updating ics version i guess ;]

Original issue reported on code.google.com by byczy...@gmail.com on 4 Nov 2011 at 6:42

GoogleCodeExporter commented 9 years ago
I think there won't be ICS version of apktool. There are no new resources in 
API14.

Original comment by Brut.alll on 5 Nov 2011 at 11:53

GoogleCodeExporter commented 9 years ago
i tryed to apktool if framework-res.apk and apktool d framework-res.apk and had 
preeeety impresive list of errors and not 'extracted' apk at the end :)

just was curious if there will be possibility 'to apktool' ics files :]

used the /system/ galaxy nexus dump from http://www.filesonic.pl/file/2985366173

anyways gracias for your great tool/time you spend making it ;]

Original comment by byczy...@gmail.com on 5 Nov 2011 at 11:58

GoogleCodeExporter commented 9 years ago
A have downloaded above file and decoded framework-res.apk without any problem 
:-)

Try to use this: http://www.multiupload.com/YWJHOSZ7GJ

Original comment by Brut.alll on 6 Nov 2011 at 12:42

GoogleCodeExporter commented 9 years ago
łokej, jak tylko wytrzeźwieję panie dziejku :) może coś mi zostało 
gdzieś tam

Original comment by byczy...@gmail.com on 6 Nov 2011 at 12:44

GoogleCodeExporter commented 9 years ago
I'm trying to decompile the GenieWidget apk from the Galaxy Nexus dump, but 
apktool fails to install the ICS framework. I have the latest APIs and platform 
tools in the correct paths. I tried the 1.4.2 version you posted, but I kept 
getting these errors:

Original comment by totokid@gmail.com on 15 Nov 2011 at 2:29

Attachments:

GoogleCodeExporter commented 9 years ago
@totokid
Which version do you use exactly? You can find it on the top of usage help - 
just run "apktool".

Original comment by Brut.alll on 15 Nov 2011 at 9:01

GoogleCodeExporter commented 9 years ago
It says 1.4.1, but it's the one you posted on comment #3. By the way, 1.4.1 
gives me the same results. Good news is that you can leave those warnings 
alone: I was surprised when I saw that the framework was really installed and I 
could decompile and recompile ICS apks... :)

Original comment by totokid@gmail.com on 15 Nov 2011 at 2:45

GoogleCodeExporter commented 9 years ago
@totokid
I'm pretty sure you don't use apktool from my above comment. Check if you don't 
have old apktool somewhere in your PATH. You can find which binary you use by 
"which apktool". You can also try to run above apktool without a shell script 
i.e. "java -jar apktool1.4.2.31e6dc5.jar".

Original comment by Brut.alll on 15 Nov 2011 at 6:45

GoogleCodeExporter commented 9 years ago
Damn! You're right... it pointed to /usr/local/bin! Luckily, Apk Manager was 
using the correct one, because I overwrited the default bins with the 
up-to-date ones. Well, glad it worked, anyway! And I tested by reinstalling the 
framework that it's not giving those errors anymore! :)

Thanks!

Original comment by totokid@gmail.com on 15 Nov 2011 at 7:00