Aller au contenu

[TOOL][WINDOWS] Android Apktool V1.1


Recommended Posts

Bonjour,

Je suis heureux de vous présenter ANDROID Apktool qui rend plus facile le décompilage / recompilage des applis

exigences:

Winows OS

Installé Java sur Windows

Powerpacks Microsoft installés

- Manipulation aisée: sélectionnez votre apk et appuyez sur le bouton "décompiler"!

- Cet outil permet modder beaucoup plus rapide et plus facile, aucune cmd manipulation.

- Vous pouvez lire le journal, qui est intégré dans l'outil pour trouver votre erreur .

Il ressemble à ceci jusqu'ici:

5ad0eaab25.png

Comment utiliser cet outil?

Suivez ce petit comment!

Ici, vous allez ..

-Eh bien, tout d'abord extraire le dossier AndroidApktool à C: \. Sinon, il ne fonctionnera pas, peut-être

-copier votre framawork-res.apk et l'apk que vous voulez mod dans le dossier AndroidApktool

-Ensuite, vous devez executè AndroidApktool.exe

-sélectionnez votre framwork-res.apk et appuyez sur le bouton "Install" (vérifier log d'erreurs)

-sélectionnez l'apk que vous voulez sur le bouton "décompiler" (vérifier journal des erreurs à nouveau)

-votre apk décompilé sera situé dans C: \ AndroidApktool \ "apkname" comme un dossier

-si vous voulez compiler à nouveau votre apk, sélectionnez votre dossier décompilé et le compiler à nouveau (consultez journal des erreurs à nouveau)

! NOTE! Après la compilation, vous devez copier le AndroidManifest.xml et le dossier META-INF de votre ancien apk sur votre nouvellement compilé un! Sinon, vous aurez bootloop! NOTE!

-votre apk recompilé sera situé dans C: \ AndroidApktool \ "apkname" \dist

Download:

AndroidApktool

Vous voulez signer votre apk? Il suffit de sélectionner votre fichier. Apk et appuyez sur le bouton "signe"! Votre signé. Apk sera enregistrée comme "apkname_signed.apk"

Modifié par android akram
  • Like 1
Lien vers le commentaire
Partager sur d’autres sites

oui moi tu ouvre le SystemUI.apk avec winrare tu vas dans res------>drawabl-mdpi tu devrai trouver les icone de battries si tu les trouve pas alors il sont dans framwork.res----->res------->drawable mdpi tu le met sur ton burau tu va chercher les icones que tu veu attention ils doivent avoire le meme noom que les originau et tu les colle la bas ensuite tu glise le fichier drawable mdpi a sa place ou il etait avant winrare te demedra si tu veu appliquer les modification

ps:je chenge de poste je laisse le mod battrie a plus tard pour faire la surprise et la promo de notre rom lol

Lien vers le commentaire
Partager sur d’autres sites

comme sa :P si cetait pas sa se serait sa http://forum.xda-dev...d.php?t=2361379 mais je me suis rapeler ta surprice a partager je pense que cet sa que tu voulai partager non? :)

Chuuut il faut pas le dire ;)

Et alors ? Tu vas refaire un post sur OG battery ? x)

Modifié par LaZyDroiD
Lien vers le commentaire
Partager sur d’autres sites

ok jedite et jen leve le lien :ph34r:

Et alors ? Tu vas refaire un post sur OG battery ? x)
bien sur j attend que le createur me donne le feu vert [color=red]pck[/color] il as un compte ici Modifié par android akram
Lien vers le commentaire
Partager sur d’autres sites

Ca marche pas T_T'

Le logiciel se lance pas... Que faire ?

il te faut Java et

Powerpacks Microsoft lien ici http://go.microsoft.com/fwlink/?LinkID=145727&clcid=0x804

avec CMD ça me mets des erreurs moi T_T' pourtant je fais tout correctement... --'

1. Copy stock framework-res.apk, twframework-res.apk and files you want to edit to apktool folder(in my case settings.apk)

2. Go to start > run > type cmd > enter

3. Type:

Quote: cd C:\apktool

TIP: window 7 users you can skip 2 and 3 step and

go to C:\ just hold shift and press right mouse click on apktool folder.

you will see open command window here, click on it

4. Type:

apktool if framework-res.apk (enter)

apktool if twframework-res.apk (enter)

this will install your frameworks which is needed to decompile system apk files...

5. Type:

apktool d settings.apk

can be something else in your case

6. Minimize cmd and go to apktool folder you will find settings folder

edit files you want to edit. when done go back to cmd

7. Type:

apktool b settings

it might give you errors so read it and find the errors but

if it shows building apk file then forget about errors.

8. When done minimize cmd and go to apktool/settings/dist/

and there is your modded apk file...

now's important part

9. Now open modded apk and stock apk in 7zip

10. Drag/drop meta-inf folder and AndroidManifest.xml from stock apk to modded apk

11. Rename modded apk same as stock apk. (capital/block letters)

example modded > settings.apk >Settings.apk

12. All done now push moded apk to phone and enjoy!!!

Lien vers le commentaire
Partager sur d’autres sites

Ouais, je sais, j'ai tout ce qui faut. J'ai une erreur patch-9.

"Cant find 9patch chunck in file".

Et quand je veux recompiler tout, ça me donne ça

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:175: error: Public symbol

drawable/notification_panel_bg declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:38: error: Public symbol

drawable/quickpanel_icon_bluetooth_off declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:39: error: Public symbol

drawable/quickpanel_icon_bluetooth_on declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:40: error: Public symbol

drawable/quickpanel_icon_data_off declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:41: error: Public symbol

drawable/quickpanel_icon_data_on declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:42: error: Public symbol

drawable/quickpanel_icon_gps_off declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:43: error: Public symbol

drawable/quickpanel_icon_gps_on declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:44: error: Public symbol

drawable/quickpanel_icon_rotation_off declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:45: error: Public symbol

drawable/quickpanel_icon_rotation_on declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:46: error: Public symbol

drawable/quickpanel_icon_silent_off declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:47: error: Public symbol

drawable/quickpanel_icon_sound_on_on declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:48: error: Public symbol

drawable/quickpanel_icon_sound_vibration_on declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:49: error: Public symbol

drawable/quickpanel_icon_vibration_off declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:50: error: Public symbol

drawable/quickpanel_icon_wifi_off declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:51: error: Public symbol

drawable/quickpanel_icon_wifi_on declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:52: error: Public symbol

drawable/quickpanel_plmn_background declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:53: error: Public symbol

drawable/quickpanel_quick_settings_background declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:54: error: Public symbol

drawable/quickpanel_title_background declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:55: error: Public symbol

drawable/shade_bg declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:17: error: Public entry i

dentifier 0x7f020097 entry index is larger than available symbols (index 151, to

tal symbols 14).

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:17: error: Public symbol

drawable/shade_bgcolor declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:56: error: Public symbol

drawable/shade_handlebar declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:57: error: Public symbol

drawable/shade_header_background declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:26: error: Public symbol

drawable/square_normal declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:58: error: Public symbol

drawable/stat_notify_alarm declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:59: error: Public symbol

drawable/stat_notify_more declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:60: error: Public symbol

drawable/stat_sys_battery_full declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:61: error: Public symbol

drawable/stat_sys_data_bluetooth declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:62: error: Public symbol

drawable/stat_sys_data_bluetooth_connected declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:63: error: Public symbol

drawable/stat_sys_data_connected_1x declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:64: error: Public symbol

drawable/stat_sys_data_connected_3g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:65: error: Public symbol

drawable/stat_sys_data_connected_3g_plus declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:66: error: Public symbol

drawable/stat_sys_data_connected_4g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:67: error: Public symbol

drawable/stat_sys_data_connected_e declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:68: error: Public symbol

drawable/stat_sys_data_connected_g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:69: error: Public symbol

drawable/stat_sys_data_connected_h declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:70: error: Public symbol

drawable/stat_sys_data_fully_connected_1x declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:71: error: Public symbol

drawable/stat_sys_data_fully_connected_3g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:72: error: Public symbol

drawable/stat_sys_data_fully_connected_3g_plus declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:73: error: Public symbol

drawable/stat_sys_data_fully_connected_4g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:74: error: Public symbol

drawable/stat_sys_data_fully_connected_e declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:75: error: Public symbol

drawable/stat_sys_data_fully_connected_g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:76: error: Public symbol

drawable/stat_sys_data_fully_connected_h declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:77: error: Public symbol

drawable/stat_sys_data_fully_in_1x declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:78: error: Public symbol

drawable/stat_sys_data_fully_in_3g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:79: error: Public symbol

drawable/stat_sys_data_fully_in_3g_plus declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:80: error: Public symbol

drawable/stat_sys_data_fully_in_4g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:81: error: Public symbol

drawable/stat_sys_data_fully_in_e declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:82: error: Public symbol

drawable/stat_sys_data_fully_in_g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:83: error: Public symbol

drawable/stat_sys_data_fully_in_h declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:84: error: Public symbol

drawable/stat_sys_data_fully_inandout_1x declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:85: error: Public symbol

drawable/stat_sys_data_fully_inandout_3g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:86: error: Public symbol

drawable/stat_sys_data_fully_inandout_3g_plus declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:87: error: Public symbol

drawable/stat_sys_data_fully_inandout_4g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:88: error: Public symbol

drawable/stat_sys_data_fully_inandout_e declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:89: error: Public symbol

drawable/stat_sys_data_fully_inandout_g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:90: error: Public symbol

drawable/stat_sys_data_fully_inandout_h declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:91: error: Public symbol

drawable/stat_sys_data_fully_out_1x declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:92: error: Public symbol

drawable/stat_sys_data_fully_out_3g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:93: error: Public symbol

drawable/stat_sys_data_fully_out_3g_plus declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:94: error: Public symbol

drawable/stat_sys_data_fully_out_4g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:95: error: Public symbol

drawable/stat_sys_data_fully_out_e declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:96: error: Public symbol

drawable/stat_sys_data_fully_out_g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:97: error: Public symbol

drawable/stat_sys_data_fully_out_h declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:98: error: Public symbol

drawable/stat_sys_data_in_1x declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:99: error: Public symbol

drawable/stat_sys_data_in_3g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:100: error: Public symbol

drawable/stat_sys_data_in_3g_plus declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:101: error: Public symbol

drawable/stat_sys_data_in_4g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:102: error: Public symbol

drawable/stat_sys_data_in_e declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:103: error: Public symbol

drawable/stat_sys_data_in_g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:104: error: Public symbol

drawable/stat_sys_data_in_h declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:105: error: Public symbol

drawable/stat_sys_data_inadnout_e declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:106: error: Public symbol

drawable/stat_sys_data_inandout_1x declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:107: error: Public symbol

drawable/stat_sys_data_inandout_3g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:108: error: Public symbol

drawable/stat_sys_data_inandout_3g_plus declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:109: error: Public symbol

drawable/stat_sys_data_inandout_4g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:110: error: Public symbol

drawable/stat_sys_data_inandout_e declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:111: error: Public symbol

drawable/stat_sys_data_inandout_g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:112: error: Public symbol

drawable/stat_sys_data_inandout_h declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:113: error: Public symbol

drawable/stat_sys_data_out_1x declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:114: error: Public symbol

drawable/stat_sys_data_out_3g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:115: error: Public symbol

drawable/stat_sys_data_out_3g_plus declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:116: error: Public symbol

drawable/stat_sys_data_out_4g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:117: error: Public symbol

drawable/stat_sys_data_out_e declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:118: error: Public symbol

drawable/stat_sys_data_out_g declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:119: error: Public symbol

drawable/stat_sys_data_out_h declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:120: error: Public symbol

drawable/stat_sys_gps_acquiring declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:15: error: Public symbol

drawable/stat_sys_gps_acquiring_anim declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:176: error: Public symbol

drawable/stat_sys_headset_no_mic declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:121: error: Public symbol

drawable/stat_sys_no_sim declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:122: error: Public symbol

drawable/stat_sys_r_signal_0 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:123: error: Public symbol

drawable/stat_sys_r_signal_0_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:124: error: Public symbol

drawable/stat_sys_r_signal_1 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:125: error: Public symbol

drawable/stat_sys_r_signal_1_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:126: error: Public symbol

drawable/stat_sys_r_signal_2 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:127: error: Public symbol

drawable/stat_sys_r_signal_2_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:128: error: Public symbol

drawable/stat_sys_r_signal_3 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:129: error: Public symbol

drawable/stat_sys_r_signal_3_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:130: error: Public symbol

drawable/stat_sys_r_signal_4 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:131: error: Public symbol

drawable/stat_sys_r_signal_4_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:172: error: Public symbol

drawable/stat_sys_r_signal_5_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:132: error: Public symbol

drawable/stat_sys_ringer_silent declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:133: error: Public symbol

drawable/stat_sys_ringer_vibrate declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:134: error: Public symbol

drawable/stat_sys_roaming_cdma_0 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:16: error: Public symbol

drawable/stat_sys_roaming_cdma_flash declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:135: error: Public symbol

drawable/stat_sys_roaming_cdma_flash_anim0 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:136: error: Public symbol

drawable/stat_sys_roaming_cdma_flash_anim1 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:137: error: Public symbol

drawable/stat_sys_signal_0 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:138: error: Public symbol

drawable/stat_sys_signal_0_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:139: error: Public symbol

drawable/stat_sys_signal_1 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:140: error: Public symbol

drawable/stat_sys_signal_1_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:141: error: Public symbol

drawable/stat_sys_signal_2 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:142: error: Public symbol

drawable/stat_sys_signal_2_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:143: error: Public symbol

drawable/stat_sys_signal_3 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:144: error: Public symbol

drawable/stat_sys_signal_3_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:145: error: Public symbol

drawable/stat_sys_signal_4 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:146: error: Public symbol

drawable/stat_sys_signal_4_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:173: error: Public symbol

drawable/stat_sys_signal_5_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:147: error: Public symbol

drawable/stat_sys_signal_flightmode declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:148: error: Public symbol

drawable/stat_sys_signal_null declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:149: error: Public symbol

drawable/stat_sys_tty_mode declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:150: error: Public symbol

drawable/stat_sys_wifi_signal_0 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:151: error: Public symbol

drawable/stat_sys_wifi_signal_1 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:152: error: Public symbol

drawable/stat_sys_wifi_signal_1_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:153: error: Public symbol

drawable/stat_sys_wifi_signal_2 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:154: error: Public symbol

drawable/stat_sys_wifi_signal_2_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:155: error: Public symbol

drawable/stat_sys_wifi_signal_3 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:156: error: Public symbol

drawable/stat_sys_wifi_signal_3_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:157: error: Public symbol

drawable/stat_sys_wifi_signal_4 declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:158: error: Public symbol

drawable/stat_sys_wifi_signal_4_fully declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:159: error: Public symbol

drawable/status_bar_background declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:160: error: Public symbol

drawable/status_bar_call_ongoing_background declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:27: error: Public symbol

drawable/status_bar_close declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:169: error: Public symbol

drawable/status_bar_close_off declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:161: error: Public symbol

drawable/status_bar_close_on declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:162: error: Public symbol

drawable/statusbar_background declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:163: error: Public symbol

drawable/title_bar_portrait declared here is not defined.

C:\Users\Dorian\APKTool\systemui\res\values\public.xml:164: error: Public symbol

drawable/title_bar_shadow declared here is not defined.

Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutExce

ption: could not exec command: [aapt, p, -F, C:\Users\Dorian\AppData\Local\Temp\

APKTOOL8313350181654617412.tmp, -I, C:\Users\Dorian\apktool\framework\1.apk, -S,

C:\Users\Dorian\APKTool\systemui\res, -M, C:\Users\Dorian\APKTool\systemui\Andr

oidManifest.xml]

at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav

a:193)

at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)

at brut.androlib.Androlib.buildResources(Androlib.java:248)

at brut.androlib.Androlib.build(Androlib.java:171)

at brut.androlib.Androlib.build(Androlib.java:154)

at brut.apktool.Main.cmdBuild(Main.java:182)

at brut.apktool.Main.main(Main.java:67)

Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\U

sers\Dorian\AppData\Local\Temp\APKTOOL8313350181654617412.tmp, -I, C:\Users\Dori

an\apktool\framework\1.apk, -S, C:\Users\Dorian\APKTool\systemui\res, -M, C:\Use

rs\Dorian\APKTool\systemui\AndroidManifest.xml]

at brut.util.OS.exec(OS.java:83)

at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav

a:191)

... 6 more

Lien vers le commentaire
Partager sur d’autres sites

Apparemment tu n'as pas mis apktool à la racine de C:\

Tu as bien paramétré Java et microsoft .NET ? (notamment dans les variables d'environnement avec la valeur PATH)

Pratique, mais les DEV préfèrent utiliser le classique CMD :)

Euuh les VRAIS DEVs tournent sur Linux :P

Modifié par LaZyDroiD
Lien vers le commentaire
Partager sur d’autres sites

Rejoignez la conversation

Vous pouvez poster maintenant et vous enregistrez plus tard. Si vous avez un compte, connectez-vous maintenant pour poster.

Invité
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

×
×
  • Créer...