guiyu / android-apktool

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

IuniOS framework issue #740

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Installed the iunios framework files
2.I tried to decompile the SsytemUIm but I got the followinr error.

    [03.01.2015 11:03:11]   Java location: java
    [03.01.2015 11:03:11]   Java version: 1.7.0_55
    [03.01.2015 11:03:12]   APKTool version: 2.0.0-RC3
    [03.01.2015 11:03:29]   Installing framework framework-res.apk
    [03.01.2015 11:03:31]   Framework installed to: C:\Users\Tulajdonos\apktool\framework\1.apk
    [03.01.2015 11:03:35]   Installing framework aurora-framework-res.apk
    [03.01.2015 11:03:37]   Framework installed to: C:\Users\Tulajdonos\apktool\framework\7.apk
    [03.01.2015 11:03:43]   Decompiling SystemUI.apk
    [03.01.2015 11:03:47]   Using Apktool 2.0.0-RC3 on SystemUI.apk
    [03.01.2015 11:03:47]   Loading resource table...
    [03.01.2015 11:03:49]   Decoding AndroidManifest.xml with resources...
    [03.01.2015 11:03:49]   Loading resource table from file: C:\Users\Tulajdonos\apktool\framework\1.apk
    [03.01.2015 11:03:52]   Loading resource table from file: C:\Users\Tulajdonos\apktool\framework\7.apk
    [03.01.2015 11:03:53]   Renamed manifest package found! Replacing com.android.systemui with com.aurora
    [03.01.2015 11:03:53]   Decoding file-resources...
    [03.01.2015 11:03:58]   Decoding values */* XMLs...
    [03.01.2015 11:03:58]   Baksmaling classes.dex...
    [03.01.2015 11:03:59]   Cleaning up unclosed ZipFile for archive C:\Users\Tulajdonos\apktool\framework\7.apk
    [03.01.2015 11:03:59]   Cleaning up unclosed ZipFile for archive C:\Users\Tulajdonos\apktool\framework\1.apk
    [03.01.2015 11:04:00]   Copying assets and libs...
    [03.01.2015 11:04:00]   Copying unknown files...
    [03.01.2015 11:04:00]   Copying original files...

Files uploaded on the google drive.

Can you help me please?
Thanks

Original issue reported on code.google.com by vagyu...@gmail.com on 3 Jan 2015 at 10:10

GoogleCodeExporter commented 9 years ago
Forgot the link:
https://drive.google.com/file/d/0B3T0RlCvTtOqZTFoNFBBc2ljZ2M/view

Original comment by vagyu...@gmail.com on 3 Jan 2015 at 10:36

GoogleCodeExporter commented 9 years ago
I got 0 errors.

ibotpeaches@raganok:~/Downloads/Apktool/Byg740$ apktool d 
Aurora_FileManager.apk -f -t bug740
I: Using Apktool 2.0.0-2bd1e5-SNAPSHOT on Aurora_FileManager.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: 
/home/ibotpeaches/apktool/framework/1-bug740.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Loading resource table from file: 
/home/ibotpeaches/apktool/framework/7-bug740.apk
I: Decoding values */* XMLs...
I: Baksmaling classes.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
ibotpeaches@raganok:~/Downloads/Apktool/Byg740$ apktool b Aurora_FileManager
I: Using Apktool 2.0.0-2bd1e5-SNAPSHOT on Aurora_FileManager
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
I: Checking whether resources has changed...
I: Building resources...
I: Building apk file...

Only thing I see in your stacktrace is warnings.

Original comment by connor.tumbleson on 4 Jan 2015 at 2:46

GoogleCodeExporter commented 9 years ago
Try with the SystemUI.apk.
The Aurora-FileManager.apk recompiled fine,but the apks icon doesnt display.

Original comment by vagyu...@gmail.com on 4 Jan 2015 at 6:28