This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sakuramilk@devsvr007:~$ apktool d MobileTV_JPN.apk | |
I: Baksmaling... | |
I: Loading resource table... | |
W: Skipping "android" package group | |
I: Loaded. | |
I: Loading resource table from file: /apktool/framework/1.apk ※CM9のframerork-res.apk | |
I: Loaded. | |
I: Decoding file-resources... | |
W: Could not decode attr value, using undecoded value instead: ns=android, name=textColor, value=0x02050000 | |
W: Could not decode attr value, using undecoded value instead: ns=android, name=shadowColor, value=0x02050001 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- deodex_system_and_framework.pl 2012-07-24 18:14:04.308579718 +0900 | |
+++ deodex_system_and_framework.pl.new 2012-07-24 18:14:01.340579711 +0900 | |
@@ -119,8 +119,10 @@ | |
} | |
foreach my $files (@deodex_list) { | |
- baksmali($target_dir, $files->[0], $files->[1]); | |
- smali($target_dir, $files->[0]) unless ($only_baksmali); | |
+ my $ret = &baksmali($target_dir, $files->[0], $files->[1]); | |
+ if ($ret eq 0) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
07-24 18:31:14.106 I/ActivityManager( 616): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.samsung.sec.mtv/.ui.liveplayer.MtvUiLivePlayer bnds=[16,940][188,1134]} from pid 1967 | |
07-24 18:31:14.126 I/Adreno200-EGLSUB( 271): <CreateImage:893>: Android Image | |
07-24 18:31:14.126 I/Adreno200-EGLSUB( 271): <GetImageAttributes:1102>: RGBA_8888 | |
07-24 18:31:14.187 I/Adreno200-EGLSUB( 271): <CreateImage:893>: Android Image | |
07-24 18:31:14.187 I/Adreno200-EGLSUB( 271): <GetImageAttributes:1158>: RGBX_8888 | |
07-24 18:31:14.187 I/ActivityManager( 616): Start proc com.samsung.sec.mtv for activity com.samsung.sec.mtv/.ui.liveplayer.MtvUiLivePlayer: pid=3549 uid=10033 gids={1015, 3002, 3001} | |
07-24 18:31:14.217 D/OpenGLRenderer( 1967): Flushing caches (mode 1) | |
07-24 18:31:14.227 D/OpenGLRenderer( 1967): Flushing caches (mode 0) | |
07-24 18:31:14.277 I/ActivityThread( 3549): Pub com.samsung.sec.mtv: com.samsung.sec.mtv.provider.MtvProvider | |
07-24 18:31:14.287 I/dalvikvm( 3549): |
NewerOlder