Pages

Senin, 29 Desember 2014

MEMBUAT STATUSBAR FLYME TIGA BARIS TIGA TAB / FLYME 3 BARIS 3 TAB ANALOG TENGAH

Assalamu'alaikum..
dah lama sy gk Posting lagi nih, sebenernya banyak banget yg pengen sy posting, tapi karena gk ada waktu, ya sy tampung dulu dah..
Oke, buat kali ini sy mau Share cara bikin Flyme yg lagi trend, yg biasanya Flyme itu 2 baris, sekarang kita bikin 3 baris. kira-kira kaya gini Penampakannya.. :


buat tutorial kali ini, kita bikin dari Statusbar bawaan.
Kaya biasa, Sy gk akan bahas satu-satu, tapi langsung eksekusi aja ya..

  • Menambah Tinggi Statusbar
  1. Decompile Framework-res.apk, masuk res/values/buka dimens.xml
  2. cari status_bar_height, ganti jadi 75.0dip > Save
  3. Recompile > Sign > Push.

  •  Model ANALOG TENGAH
  1. Decompile SystemUI.apk
  2. buka gemini_status_bar.xml
  3. Block dari baris dibawah baris @id/status_bar_content hingga baris diatas @id/ticker, ganti dengan baris berikut:
  4.    <LinearLayout android:gravity="left" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1.0">
                <LinearLayout android:gravity="left" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="25.0dip" android:layout_weight="1.0">
                    <LinearLayout android:id="@id+/kiri_atas android:gravity="center" android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="fill_parent">  
                         <TextView android:gravity="center_vertical" android:layout_width="wrap_content" android:layout_height="fill_parent" android:text="KIRI_ATAS" />
                    </LinearLayout>
                </LinearLayout>
                <ImageView android:layout_width="fill_parent" android:layout_height="0.5dip" android:src="#ffffffff" />
                <LinearLayout android:layout_gravity="left" android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="25.0dip" android:layout_weight="1.0">
                    <LinearLayout android:id="@id+/kiri_tengah android:gravity="left" android:paddingTop="3.0dip" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:layout_width="wrap_content" android:layout_height="fill_parent">
                        <ImageView android:id="@id/battery" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" />
                        <TextView android:textSize="13.0sp" android:textColor="#ffffffff" android:id="@id/percentage" android:paddingLeft="4.0dip" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" />
                    </LinearLayout>
                </LinearLayout>
                <ImageView android:layout_width="fill_parent" android:layout_height="0.5dip" android:src="#ffffffff" />
                <LinearLayout android:gravity="left" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="25.0dip" android:layout_weight="1.0">
                    <LinearLayout android:id="@id+/kiri_bawah android:orientation="horizontal" android:id="@id/notification_icon_area" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">
                        <LinearLayout android:orientation="horizontal" android:id="@id/system_icon_area" android:layout_width="wrap_content" android:layout_height="fill_parent">                                           
                            <LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />
                        </LinearLayout>
                        <com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/stat_notify_more" />
                        <com.android.systemui.statusbar.phone.IconMerger android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true" />                   
                    </LinearLayout>
                </LinearLayout>
            </LinearLayout>
            <AnalogClock android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:layout_centerVertical="true"  />
            <LinearLayout android:gravity="right" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1.0">
                <LinearLayout android:gravity="right" android:orientation="horizontal" android:paddingRight="2.0dip" android:layout_width="fill_parent" android:layout_height="25.0dip" android:layout_weight="1.0">
                    <LinearLayout android:id="@id+/kanan_atas android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="fill_parent">                   
                        <com.android.systemui.statusbar.policy.DateView android:textSize="13.0sp" android:textColor="#ffffffff" android:layout_gravity="center_vertical" android:id="@id/date" android:paddingLeft="1.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />               
                    </LinearLayout>
                </LinearLayout>
                <ImageView android:layout_width="fill_parent" android:layout_height="0.5dip" android:src="#ffffffff" />
                <LinearLayout android:gravity="right" android:orientation="horizontal" android:paddingRight="2.0dip" android:layout_width="fill_parent" android:layout_height="25.0dip" android:layout_weight="1.0">
                    <LinearLayout android:id="@id+/kanan_tengah android:gravity="center" android:orientation="horizontal" android:paddingTop="3.0dip" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">
                        <include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/gemini_signal_cluster_view" />
                    </LinearLayout>
                </LinearLayout>
                <ImageView android:layout_width="fill_parent" android:layout_height="0.5dip" android:src="#ffffffff" />
                <LinearLayout android:id="@id+/kanan_bawah android:gravity="right" android:orientation="horizontal" android:paddingRight="2.0dip" android:layout_width="fill_parent" android:layout_height="25.0dip" android:layout_weight="1.0">
                    <com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:textColor="#ffffffff" android:gravity="right|center" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
                </LinearLayout>
            </LinearLayout>
        </LinearLayout>
  5. NB: Baris diatas adalah script yg disesuaikan dengan HH saya, jika ada yg nyengsol silahkan kalian sesuaikan sendiri dengan HH kalian, Clue posisi udah Sy kasih dengan ID!
  6. Save > Recompile > Sign > Push!
Sekian Tutorial kali ini, jika ada yg kurang difahami, boleh coret2 di komentar :)
terima kasih,
Wassalamu'alaikum...

credit:
M.A.A.A.D
Grup CROSS A88

45 komentar:


  1. I: Smaling...
    I: Building resources...
    aapt: warning: string 'data_connection_datach_timeout_error_msg' has no default translation in /storage/sdcard1/aksi apktool/SystemUI_src/res; found: de es fr in it ms pt ru th tr vi zh_TW
    aapt: warning: string 'dreams_dock_launcher' has no default translation in /storage/sdcard1/aksi apktool/SystemUI_src/res; found: km_KH my_MM
    /storage/sdcard1/aksi apktool/SystemUI_src/res/layout/status_bar.xml:15: error: Error parsing XML: duplicate attribute
    Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt, p, --min-sdk-version, 17, --target-sdk-version, 17, -F, /data/data/per.pqy.apktool/APKTOOL2548596550191222769.tmp, -I, ?/apktool/framework/1.apk, -I, ?/apktool/framework/2.apk, -S, /storage/sdcard1/aksi apktool/SystemUI_src/res, -M, /storage/sdcard1/aksi apktool/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
    at brut.androlib.Androlib.buildResources(Androlib.java:283)
    at brut.androlib.Androlib.build(Androlib.java:206)
    at brut.androlib.Androlib.build(Androlib.java:176)
    at brut.apktool.Main.cmdBuild(Main.java:228)
    at brut.apktool.Main.main(Main.java:79)
    Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt, p, --min-sdk-version, 17, --target-sdk-version, 17, -F, /data/data/per.pqy.apktool/APKTOOL2548596550191222769.tmp, -I, ?/apktool/framework/1.apk, -I, ?/apktool/framework/2.apk, -S, /storage/sdcard1/aksi apktool/SystemUI_src/res, -M, /storage/sdcard1/aksi apktool/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:357)
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
    ... 5 more
    Caused by: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt, p, --min-sdk-version, 17, --target-sdk-version, 17, -F, /data/data/per.pqy.apktool/APKTOOL2548596550191222769.tmp, -I, ?/apktool/framework/1.apk, -I, ?/apktool/framework/2.apk, -S, /storage/sdcard1/aksi apktool/SystemUI_src/res, -M, /storage/sdcard1/aksi apktool/SystemUI_src/AndroidManifest.xml]
    at brut.util.OS.exec(OS.java:89)
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:355)
    ... 6 more



    error,solusinya gimana gan?

    BalasHapus
    Balasan
    1. Ada class / atribut yg dua kali penulisan / ada dua di baris 15. Cek lagi..

      Hapus
  2. line 15 udah d samain ga ada yg beda kyknya.....

    BalasHapus
  3. bisa di gunakan utk gal ace 2 gan

    BalasHapus
    Balasan
    1. Bisa.. cuma perhatikan baris yg ujung nya ada "/>" (Child) ,itu adalah baris komponen yg setiap HH berbeda, ambil Parent ny aja, yaitu baris dengan ">" dan juga penutup nya seperti "

      Hapus
  4. Gan sign hasil rec nya pake apa gan?

    BalasHapus
    Balasan
    1. Pake Apktool (Android) karena saya work pake Android aja,
      Tap di SystemUI_src.apk ,pilih Sign Apk, ntr muncul SystemUI_src_sign.apk

      Hapus
  5. gan, kok sy invalid token yaa di line @id/kiri_atas ??
    mohon pencerahan ,,

    BalasHapus
    Balasan
    1. Perhatikan setiap Class di baris tersebut, biasanya ada class yg nyatu gk pake spasi.

      Hapus
  6. Komentar ini telah dihapus oleh pengarang.

    BalasHapus
  7. gmn nih gan ?
    /storage/sdcard0/apktool/SystemUI_src/res/layout/gemini_status_bar.xml:9: error: Error parsing XML: not well-formed (invalid token)
    aapt: warning: string 'data_connection_datach_timeout_error_msg' has no default translation in /storage/sdcard0/apktool/SystemUI_src/res; found: in
    Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt4.4, p, --min-sdk-version, 17, --target-sdk-version, 17, --version-code, 17, --version-name, 4.2.1-eng.root.1388491587, -F, /data/data/per.pqy.apktool/APKTOOL7249310703367104139.tmp, -I, ?/apktool/framework/1.apk, -S, /storage/sdcard0/apktool/SystemUI_src/res, -M, /storage/sdcard0/apktool/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:434)
    at brut.androlib.Androlib.buildResources(Androlib.java:362)
    at brut.androlib.Androlib.build(Androlib.java:285)
    at brut.androlib.Androlib.build(Androlib.java:258)
    at brut.apktool.Main.cmdBuild(Main.java:233)
    at brut.apktool.Main.main(Main.java:88)
    Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt4.4, p, --min-sdk-version, 17, --target-sdk-version, 17, --version-code, 17, --version-name, 4.2.1-eng.root.1388491587, -F, /data/data/per.pqy.apktool/APKTOOL7249310703367104139.tmp, -I, ?/apktool/framework/1.apk, -S, /storage/sdcard0/apktool/SystemUI_src/res, -M, /storage/sdcard0/apktool/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:481)
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:415)
    ... 5 more
    Caused by: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt4.4, p, --min-sdk-version, 17, --target-sdk-version, 17, --version-code, 17, --version-name, 4.2.1-eng.root.1388491587, -F, /data/data/per.pqy.apktool/APKTOOL7249310703367104139.tmp, -I, ?/apktool/framework/1.apk, -S, /storage/sdcard0/apktool/SystemUI_src/res, -M, /storage/sdcard0/apktool/SystemUI_src/AndroidManifest.xml]
    at brut.util.OS.exec(OS.java:89)
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:475)
    ... 6 more
    I: Using Apktool 2.0.0-Beta7 on SystemUI_src
    I: Smaling...
    I: Building resources...

    BalasHapus
    Balasan
    1. Ada class yg mepet atau kurang spasi di baris 9

      Hapus

  8. D:\Advanced ApkTool v4.1.0 By BDFreak\AdvancedApkTool\3-Out\SystemUI.apk\res\layout\status_bar.xml:9: error: Error parsing XML: not well-formed (invalid token)

    BalasHapus
  9. Ada class yg kurang spasi atau ada karakter

    BalasHapus
  10. klo mau ksih nama diri sndri di mna gan...?

    BalasHapus
  11. I: Smaling...
    I: Building resources...
    /sdcard/apktool/SystemUI_src/res/layout/gemini_status_bar.xml:19: error: Error parsing XML: not well-formed (invalid token)
    aapt: warning: string 'data_connection_datach_timeout_error_msg' has no default translation in /sdcard/apktool/SystemUI_src/res; found: de es fr in it ms pt ru th tr vi
    aapt: warning: string 'dreams_dock_launcher' has no default translation in /sdcard/apktool/SystemUI_src/res; found: km_KH my_MM
    aapt: warning: string 'open_airplane_mode_message' has no default translation in /sdcard/apktool/SystemUI_src/res; found: bg uk
    aapt: warning: string 'open_airplane_mode_title' has no default translation in /sdcard/apktool/SystemUI_src/res; found: bg uk
    aapt: warning: string 'warning' has no default translation in /sdcard/apktool/SystemUI_src/res; found: bg uk
    aapt: warning: string 'warning_message' has no default translation in /sdcard/apktool/SystemUI_src/res; found: bg uk
    aapt: warning: string 'wifitether' has no default translation in /sdcard/apktool/SystemUI_src/res; found: bg uk
    aapt: warning: string 'wlan' has no default translation in /sdcard/apktool/SystemUI_src/res; found: bg uk
    Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt, p, --min-sdk-version, 17, --target-sdk-version, 17, -F, /data/data/per.pqy.apktool/APKTOOL1290060484756553957.tmp, -I, ?/apktool/framework/1.apk, -S, /sdcard/apktool/SystemUI_src/res, -M, /sdcard/apktool/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
    at brut.androlib.Androlib.buildResources(Androlib.java:283)
    at brut.androlib.Androlib.build(Androlib.java:206)
    at brut.androlib.Androlib.build(Androlib.java:176)
    at brut.apktool.Main.cmdBuild(Main.java:228)
    at brut.apktool.Main.main(Main.java:79)
    Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt, p, --min-sdk-version, 17, --target-sdk-version, 17, -F, /data/data/per.pqy.apktool/APKTOOL1290060484756553957.tmp, -I, ?/apktool/framework/1.apk, -S, /sdcard/apktool/SystemUI_src/res, -M, /sdcard/apktool/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:357)
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
    ... 5 more
    Caused by: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt, p, --min-sdk-version, 17, --target-sdk-version, 17, -F, /data/data/per.pqy.apktool/APKTOOL1290060484756553957.tmp, -I, ?/apktool/framework/1.apk, -S, /sdcard/apktool/SystemUI_src/res, -M, /sdcard/apktool/SystemUI_src/AndroidManifest.xml]
    at brut.util.OS.exec(OS.java:89)
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:355)
    ... 6 more


    Gan ini gmna solusinya ane bingung padahal udh di copas yg di atas

    BalasHapus
    Balasan
    1. Di baris 19 ada keterangan "error not well formed - invalid token" artinya ada karakter yg kurang atau lebih. Km cek lg di baris itu, biasanya ada spasi yg kurang.

      Hapus
  12. C:\Documents and Settings\Owner\Desktop\Apktool_1.5.2>apktool b SystemUI
    I: Checking whether sources has changed...
    I: Smaling...
    I: Checking whether resources has changed...
    I: Building resources...
    C:\Documents and Settings\Owner\Desktop\Apktool_1.5.2\SystemUI\res\layout\status
    _bar.xml:7: error: Error parsing XML: not well-formed (invalid token)
    Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.Androl
    ibException: brut.common.BrutException: could not exec command: [aapt, p, --min-
    sdk-version, 16, --target-sdk-version, 16, -F, C:\DOCUME~1\Owner\LOCALS~1\Temp\A
    PKTOOL1695395847699069819.tmp, -0, arsc, -I, C:\Documents and Settings\Owner\apk
    tool\framework\1.apk, -S, C:\Documents and Settings\Owner\Desktop\Apktool_1.5.2\
    SystemUI\res, -M, C:\Documents and Settings\Owner\Desktop\Apktool_1.5.2\SystemUI
    \AndroidManifest.xml]
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
    at brut.androlib.Androlib.buildResources(Androlib.java:283)
    at brut.androlib.Androlib.build(Androlib.java:206)
    at brut.androlib.Androlib.build(Androlib.java:176)
    at brut.apktool.Main.cmdBuild(Main.java:228)
    at brut.apktool.Main.main(Main.java:79)
    Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
    exec command: [aapt, p, --min-sdk-version, 16, --target-sdk-version, 16, -F, C:
    \DOCUME~1\Owner\LOCALS~1\Temp\APKTOOL1695395847699069819.tmp, -0, arsc, -I, C:\D
    ocuments and Settings\Owner\apktool\framework\1.apk, -S, C:\Documents and Settin
    gs\Owner\Desktop\Apktool_1.5.2\SystemUI\res, -M, C:\Documents and Settings\Owner
    \Desktop\Apktool_1.5.2\SystemUI\AndroidManifest.xml]
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
    a:357)
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
    ... 5 more
    Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sd
    k-version, 16, --target-sdk-version, 16, -F, C:\DOCUME~1\Owner\LOCALS~1\Temp\APK
    TOOL1695395847699069819.tmp, -0, arsc, -I, C:\Documents and Settings\Owner\apkto
    ol\framework\1.apk, -S, C:\Documents and Settings\Owner\Desktop\Apktool_1.5.2\Sy
    stemUI\res, -M, C:\Documents and Settings\Owner\Desktop\Apktool_1.5.2\SystemUI\A
    ndroidManifest.xml]
    at brut.util.OS.exec(OS.java:89)
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
    a:355)
    ... 6 more

    C:\Documents and Settings\Owner\Desktop\Apktool_1.5.2>apktool b SystemUI
    I: Checking whether sources has changed...
    I: Checking whether resources has changed...
    I: Building resources...
    C:\Documents and Settings\Owner\Desktop\Apktool_1.5.2\SystemUI\res\layout\status
    _bar.xml:7: error: Error parsing XML: not well-formed (invalid token)
    Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.Androl
    ibException: brut.common.BrutException: could not exec command: [aapt, p, --min-
    sdk-version, 16, --target-sdk-version, 16, -F, C:\DOCUME~1\Owner\LOCALS~1\Temp\A
    PKTOOL8208683567844134197.tmp, -0, arsc, -I, C:\Documents and Settings\Owner\apk
    tool\framework\1.apk, -S, C:\Documents and Settings\Owner\Desktop\Apktool_1.5.2\
    SystemUI\res, -M, C:\Documents and Settings\Owner\Desktop\Apktool_1.5.2\SystemUI
    \AndroidManifest.xml]
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
    at brut.androlib.Androlib.buildResources(Androlib.java:283)
    at brut.androlib.Androlib.build(Androlib.java:206)
    at brut.androlib.Androlib.build(Androlib.java:176)
    at brut.apktool.Main.cmdBuild(Main.java:228)
    at brut.apktool.Main.main(Main.java:79)
    Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
    exec command: [aapt, p, --min-sdk-version, 16, --target-sdk-version, 16, -F, C:
    solusinya om :(

    BalasHapus
    Balasan
    1. Cek di baris ke 7 ,ada yg kurang Spasi, misal "android :id" harusnya "android:id"

      Hapus
  13. Gan kok di systemui ane gk ada file gemini_status_bar.xml nya yaa
    Tolong dong gan pencerahannya?

    BalasHapus
    Balasan
    1. bisa "msim_status_bar" / "super_status_bar" / "tw_status_bar" / "tw_status_bar_dual", pokonya yg ada embel2 "_status_bar" nya.

      Hapus
  14. I: Smaling...
    I: Building resources...
    aapt: warning: string 'data_connection_datach_timeout_error_msg' has no default translation in /sdcard/apktool/SystemUI_src/res; found: de es fr in it ms pt ru th tr vi zh_TW
    aapt: warning: string 'dreams_dock_launcher' has no default translation in /sdcard/apktool/SystemUI_src/res; found: km_KH my_MM
    aapt: warning: string 'status_bar_date_formatter' has no default translation in /sdcard/apktool/SystemUI_src/res; found: hu ko tr zh_CN zh_TW
    /sdcard/apktool/SystemUI_src/res/layout/gemini_status_bar.xml:9: error: Error parsing XML: not well-formed (invalid token)
    Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt, p, --min-sdk-version, 17, --target-sdk-version, 17, -F, /data/data/per.pqy.apktool/APKTOOL9104800993788951500.tmp, -I, ?/apktool/framework/1.apk, -S, /sdcard/apktool/SystemUI_src/res, -M, /sdcard/apktool/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
    at brut.androlib.Androlib.buildResources(Androlib.java:283)
    at brut.androlib.Androlib.build(Androlib.java:206)
    at brut.androlib.Androlib.build(Androlib.java:176)
    at brut.apktool.Main.cmdBuild(Main.java:228)
    at brut.apktool.Main.main(Main.java:79)
    Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt, p, --min-sdk-version, 17, --target-sdk-version, 17, -F, /data/data/per.pqy.apktool/APKTOOL9104800993788951500.tmp, -I, ?/apktool/framework/1.apk, -S, /sdcard/apktool/SystemUI_src/res, -M, /sdcard/apktool/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:357)
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
    ... 5 more
    Caused by: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt, p, --min-sdk-version, 17, --target-sdk-version, 17, -F, /data/data/per.pqy.apktool/APKTOOL9104800993788951500.tmp, -I, ?/apktool/framework/1.apk, -S, /sdcard/apktool/SystemUI_src/res, -M, /sdcard/apktool/SystemUI_src/AndroidManifest.xml]
    at brut.util.OS.exec(OS.java:89)
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:355)
    ... 6 more

    BalasHapus
  15. gan gmn klo mau bikin tulisan kaya fahrum
    itu bagian mana yg di ubah gan ???

    BalasHapus
  16. klo ini kenapa yaa gan
    Exception in thread "main" brut.androlib.AndrolibException: brut.directory.PathNotExist: apktool.yml
    at brut.androlib.Androlib.readMetaFile(Androlib.java:164)
    at brut.androlib.Androlib.build(Androlib.java:183)
    at brut.androlib.Androlib.build(Androlib.java:176)
    at brut.apktool.Main.cmdBuild(Main.java:228)
    at brut.apktool.Main.main(Main.java:79)
    Caused by: brut.directory.PathNotExist: apktool.yml
    at brut.directory.AbstractDirectory.getFileInput(AbstractDirectory.java:103)
    at brut.androlib.Androlib.readMetaFile(Androlib.java:160)
    ... 4 more

    BalasHapus
  17. Cara ngepushnya gmn ini gan ?

    BalasHapus
  18. I: Smaling...
    I: Building resources...
    aapt: warning: string 'compat_mode_help_body' has no default translation in /storage/sdcard0/apktol/SystemUI_src/res; found: et hy ka km lo ms ne
    aapt: warning: string 'compat_mode_help_header' has no default translation in /storage/sdcard0/apktol/SystemUI_src/res; found: et hy ka km lo ms ne
    aapt: warning: string 'done_button' has no default translation in /storage/sdcard0/apktol/SystemUI_src/res; found: az az_AZ mn ne_NP
    aapt: warning: string 'jelly_bean_dream_name' has no default translation in /storage/sdcard0/apktol/SystemUI_src/res; found: az az_AZ et hy ka km lo mn ms ne ne_NP
    aapt: warning: string 'quick_settings_wifi_display_label' has no default translation in /storage/sdcard0/apktol/SystemUI_src/res; found: az az_AZ et hy ka km lo mn ms ne ne_NP
    aapt: warning: string 'quick_settings_wifi_display_no_connection_label' has no default translation in /storage/sdcard0/apktol/SystemUI_src/res; found: az az_AZ et hy ka km lo mn ms ne ne_NP
    aapt: warning: string 'ssl_ca_cert_dialog_title' has no default translation in /storage/sdcard0/apktol/SystemUI_src/res; found: az az_AZ mn ne_NP
    aapt: warning: string 'ssl_ca_cert_info_message' has no default translation in /storage/sdcard0/apktol/SystemUI_src/res; found: az az_AZ mn ne_NP
    aapt: warning: string 'ssl_ca_cert_settings_button' has no default translation in /storage/sdcard0/apktol/SystemUI_src/res; found: az az_AZ mn ne_NP
    aapt: warning: string 'ssl_ca_cert_warning_message' has no default translation in /storage/sdcard0/apktol/SystemUI_src/res; found: az az_AZ mn ne_NP
    aapt: warning: string 'status_bar_help_text' has no default translation in /storage/sdcard0/apktol/SystemUI_src/res; found: az et hy ka km lo mn ms ne
    aapt: warning: string 'status_bar_help_title' has no default translation in /storage/sdcard0/apktol/SystemUI_src/res; found: az et hy ka km lo mn ms ne
    /storage/sdcard0/apktol/SystemUI_src/res/layout/asus_status_bar.xml:8: error: Error parsing XML: not well-formed (invalid token)
    Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/apktool/openjdk/bin/aapt4.4, p, --min-sdk-version, 19, --target-sdk-version, 19, -F, /data/data/per.pqy.apktool/APKTOOL1442297396968909350.tmp, -I, ?/apktool/framework/1.apk, -S, /storage/sdcard0/apktol/SystemUI_src/res, -M, /storage/sdcard0/apktol/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
    at brut.androlib.Androlib.buildResources(Androlib.java:283)
    at brut.androlib.Androlib.build(Androlib.java:206)
    at brut.androlib.Androlib.build(Androlib.java:176)
    at brut.apktool.Main.cmdBuild(Main.java:228)
    at brut.apktool.Main.main(Main.java:79)
    Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/apktool/openjdk/bin/aapt4.4, p, --min-sdk-version, 19, --target-sdk-version, 19, -F, /data/data/per.pqy.apktool/APKTOOL1442297396968909350.tmp, -I, ?/apktool/framework/1.apk, -S, /storage/sdcard0/apktol/SystemUI_src/res, -M, /storage/sdcard0/apktol/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:357)
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
    ... 5 more
    Caused by: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/apktool/openjdk/bin/aapt4.4, p, --min-sdk-version, 19, --target-sdk-version, 19, -F, /data/data/per.pqy.apktool/APKTOOL1442297396968909350.tmp, -I, ?/apktool/framework/1.apk, -S, /storage/sdcard0/apktol/SystemUI_src/res, -M, /storage/sdcard0/apktol/SystemUI_src/AndroidManifest.xml]
    at brut.util.OS.exec(OS.java:89)
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:355)
    ... 6 more

    BalasHapus
  19. I: Smaling...
    I: Building resources...
    aapt: warning: string 'data_connection_datach_timeout_error_msg' has no default translation in /sdcard/SystemUI1_src/res; found: de es fr in it ms pt ru th tr vi zh_TW
    aapt: warning: string 'dreams_dock_launcher' has no default translation in /sdcard/SystemUI1_src/res; found: my_MM
    /sdcard/SystemUI1_src/res/layout/gemini_status_bar.xml:10: error: Error: No resource found that matches the given name (at 'id' with value '@id+/kiri_atas').
    /sdcard/SystemUI1_src/res/layout/gemini_status_bar.xml:15: error: Error: No resource found that matches the given name (at 'id' with value '@id+/kiri_tengah').
    /sdcard/SystemUI1_src/res/layout/gemini_status_bar.xml:22: error: Error: No resource found that matches the given name (at 'id' with value '@id+/kiri_bawah').
    /sdcard/SystemUI1_src/res/layout/gemini_status_bar.xml:34: error: Error: String types not allowed (at 'id' with value 'id+/kanan_atas').
    /sdcard/SystemUI1_src/res/layout/gemini_status_bar.xml:40: error: Error: No resource found that matches the given name (at 'id' with value '@id+/kanan_tengah').
    /sdcard/SystemUI1_src/res/layout/gemini_status_bar.xml:46: error: Error: No resource found that matches the given name (at 'id' with value '@id+/kanan_bawah').
    Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt4.4, p, --min-sdk-version, 17, --target-sdk-version, 17, -F, /data/data/per.pqy.apktool/APKTOOL1633960928340706241.tmp, -I, ?/apktool/framework/1.apk, -S, /sdcard/SystemUI1_src/res, -M, /sdcard/SystemUI1_src/AndroidManifest.xml]
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
    at brut.androlib.Androlib.buildResources(Androlib.java:283)
    at brut.androlib.Androlib.build(Androlib.java:206)
    at brut.androlib.Androlib.build(Androlib.java:176)
    at brut.apktool.Main.cmdBuild(Main.java:228)
    at brut.apktool.Main.main(Main.java:79)
    Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt4.4, p, --min-sdk-version, 17, --target-sdk-version, 17, -F, /data/data/per.pqy.apktool/APKTOOL1633960928340706241.tmp, -I, ?/apktool/framework/1.apk, -S, /sdcard/SystemUI1_src/res, -M, /sdcard/SystemUI1_src/AndroidManifest.xml]
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:357)
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
    ... 5 more
    Caused by: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt4.4, p, --min-sdk-version, 17, --target-sdk-version, 17, -F, /data/data/per.pqy.apktool/APKTOOL1633960928340706241.tmp, -I, ?/apktool/framework/1.apk, -S, /sdcard/SystemUI1_src/res, -M, /sdcard/SystemUI1_src/AndroidManifest.xml]
    at brut.util.OS.exec(OS.java:89)
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:355)
    ... 6 more

    BalasHapus
  20. Ane mau recompile tapi gini terus. Solusinya om
    I: Smaling...
    I: Building resources...
    invalid resource directory name: /sdcard/apktool/SystemUI_src/res/drawable-ldrtl-hdpi
    Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt, p, --min-sdk-version, 19, --target-sdk-version, 19, -F, /data/data/per.pqy.apktool/APKTOOL4996811426034750608.tmp, -I, ?/apktool/framework/1.apk, -S, /sdcard/apktool/SystemUI_src/res, -M, /sdcard/apktool/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
    at brut.androlib.Androlib.buildResources(Androlib.java:283)
    at brut.androlib.Androlib.build(Androlib.java:206)
    at brut.androlib.Androlib.build(Androlib.java:176)
    at brut.apktool.Main.cmdBuild(Main.java:228)
    at brut.apktool.Main.main(Main.java:79)
    Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt, p, --min-sdk-version, 19, --target-sdk-version, 19, -F, /data/data/per.pqy.apktool/APKTOOL4996811426034750608.tmp, -I, ?/apktool/framework/1.apk, -S, /sdcard/apktool/SystemUI_src/res, -M, /sdcard/apktool/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:357)
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
    ... 5 more
    Caused by: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt, p, --min-sdk-version, 19, --target-sdk-version, 19, -F, /data/data/per.pqy.apktool/APKTOOL4996811426034750608.tmp, -I, ?/apktool/framework/1.apk, -S, /sdcard/apktool/SystemUI_src/res, -M, /sdcard/apktool/SystemUI_src/AndroidManifest.xml]
    at brut.util.OS.exec(OS.java:89)
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:355)
    ... 6 more

    BalasHapus
  21. Makasih um atas guidenya bagus bgt flymenya sekali lgi makasih om

    BalasHapus
  22. Gan kalo kyk gini:
    aapt: warning: string 'status_bar_help_text' has no default translation in /sdcard/decompile-recompile result/SystemUI_src/res; found: zh_CN
    aapt: warning: string 'status_bar_help_title' has no default translation in /sdcard/decompile-recompile result/SystemUI_src/res; found: zh_CN
    /sdcard/decompile-recompile result/SystemUI_src/res/layout/msim_status_bar.xml:7: error: Error parsing XML: not well-formed (invalid token)
    Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/apktool/openjdk/bin/aapt4.4, p, --min-sdk-version, 19, --target-sdk-version, 19, --version-code, 19, --version-name, 4.4.2-E952KK.6.01.01.ID11, -F, /data/data/per.pqy.apktool/APKTOOL4616968457293498963.tmp, -I, /data/data/per.pqy.apktool/1.apk, -S, /sdcard/decompile-recompile result/SystemUI_src/res, -M, /sdcard/decompile-recompile result/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:437)
    at brut.androlib.Androlib.buildResources(Androlib.java:374)
    at brut.androlib.Androlib.build(Androlib.java:277)
    at brut.androlib.Androlib.build(Androlib.java:250)
    at brut.apktool.Main.cmdBuild(Main.java:225)
    at brut.apktool.Main.main(Main.java:84)
    Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/apktool/openjdk/bin/aapt4.4, p, --min-sdk-version, 19, --target-sdk-version, 19, --version-code, 19, --version-name, 4.4.2-E952KK.6.01.01.ID11, -F, /data/data/per.pqy.apktool/APKTOOL4616968457293498963.tmp, -I, /data/data/per.pqy.apktool/1.apk, -S, /sdcard/decompile-recompile result/SystemUI_src/res, -M, /sdcard/decompile-recompile result/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:488)
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:423)
    ... 5 more
    Caused by: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/apktool/openjdk/bin/aapt4.4, p, --min-sdk-version, 19, --target-sdk-version, 19, --version-code, 19, --version-name, 4.4.2-E952KK.6.01.01.ID11, -F, /data/data/per.pqy.apktool/APKTOOL4616968457293498963.tmp, -I, /data/data/per.pqy.apktool/1.apk, -S, /sdcard/decompile-recompile result/SystemUI_src/res, -M, /sdcard/decompile-recompile result/SystemUI_src/AndroidManifest.xml]
    at brut.util.OS.exec(OS.java:89)
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:482)
    ... 6 more
    I: Using Apktool 2.0.0-5d73e2-SNAPSHOT on SystemUI_src
    I: Smaling smali folder into classes.dex...
    I: Building resources...

    BalasHapus
  23. Sekarang gini :

    /sdcard/decompile-recompile result/SystemUI_src/res/layout/msim_status_bar.xml:9: error: Error parsing XML: not well-formed (invalid token)
    aapt: warning: string 'status_bar_help_text' has no default translation in /sdcard/decompile-recompile result/SystemUI_src/res; found: zh_CN
    aapt: warning: string 'status_bar_help_title' has no default translation in /sdcard/decompile-recompile result/SystemUI_src/res; found: zh_CN
    Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/apktool/openjdk/bin/aapt4.4, p, --min-sdk-version, 19, --target-sdk-version, 19, --version-code, 19, --version-name, 4.4.2-E952KK.6.01.01.ID11, -F, /data/data/per.pqy.apktool/APKTOOL6129396334509691764.tmp, -I, /data/data/per.pqy.apktool/1.apk, -S, /sdcard/decompile-recompile result/SystemUI_src/res, -M, /sdcard/decompile-recompile result/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:437)
    at brut.androlib.Androlib.buildResources(Androlib.java:374)
    at brut.androlib.Androlib.build(Androlib.java:277)
    at brut.androlib.Androlib.build(Androlib.java:250)
    at brut.apktool.Main.cmdBuild(Main.java:225)
    at brut.apktool.Main.main(Main.java:84)
    Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/apktool/openjdk/bin/aapt4.4, p, --min-sdk-version, 19, --target-sdk-version, 19, --version-code, 19, --version-name, 4.4.2-E952KK.6.01.01.ID11, -F, /data/data/per.pqy.apktool/APKTOOL6129396334509691764.tmp, -I, /data/data/per.pqy.apktool/1.apk, -S, /sdcard/decompile-recompile result/SystemUI_src/res, -M, /sdcard/decompile-recompile result/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:488)
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:423)
    ... 5 more
    Caused by: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/apktool/openjdk/bin/aapt4.4, p, --min-sdk-version, 19, --target-sdk-version, 19, --version-code, 19, --version-name, 4.4.2-E952KK.6.01.01.ID11, -F, /data/data/per.pqy.apktool/APKTOOL6129396334509691764.tmp, -I, /data/data/per.pqy.apktool/1.apk, -S, /sdcard/decompile-recompile result/SystemUI_src/res, -M, /sdcard/decompile-recompile result/SystemUI_src/AndroidManifest.xml]
    at brut.util.OS.exec(OS.java:89)
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:482)
    ... 6 more
    I: Using Apktool 2.0.0-5d73e2-SNAPSHOT on SystemUI_src
    I: Smaling smali folder into classes.dex...
    I: Building resources...


    BalasHapus
  24. Om mohon pencerahannya..ane mao bikin flyme tapi error di line 9 terus

    BalasHapus
  25. /sdcard/SystemUI_src/res/layout/status_bar.xml:9: error: Error parsing XML: not well-formed (invalid token)
    Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt4.4, p, --min-sdk-version, 19, --target-sdk-version, 19, --version-code, 19, --version-name, 4.4.4-e7ab641c71, -F, /data/data/per.pqy.apktool/APKTOOL3654516188552971170.tmp, -0, arsc, -I, ?/apktool/framework/1.apk, -S, /sdcard/SystemUI_src/res, -M, /sdcard/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:434)
    at brut.androlib.Androlib.buildResources(Androlib.java:362)
    at brut.androlib.Androlib.build(Androlib.java:285)
    at brut.androlib.Androlib.build(Androlib.java:258)
    at brut.apktool.Main.cmdBuild(Main.java:233)
    at brut.apktool.Main.main(Main.java:88)
    Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt4.4, p, --min-sdk-version, 19, --target-sdk-version, 19, --version-code, 19, --version-name, 4.4.4-e7ab641c71, -F, /data/data/per.pqy.apktool/APKTOOL3654516188552971170.tmp, -0, arsc, -I, ?/apktool/framework/1.apk, -S, /sdcard/SystemUI_src/res, -M, /sdcard/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:481)
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:415)
    ... 5 more
    Caused by: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt4.4, p, --min-sdk-version, 19, --target-sdk-version, 19, --version-code, 19, --version-name, 4.4.4-e7ab641c71, -F, /data/data/per.pqy.apktool/APKTOOL3654516188552971170.tmp, -0, arsc, -I, ?/apktool/framework/1.apk, -S, /sdcard/SystemUI_src/res, -M, /sdcard/SystemUI_src/AndroidManifest.xml]
    at brut.util.OS.exec(OS.java:89)
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:475)
    ... 6 more
    I: Using Apktool 2.0.0-Beta7 on SystemUI_src
    I: Smaling...
    I: Building resources...

    BalasHapus
  26. E:\DcRc via PC\DCRC via PC\3-Out\SystemUI.apk\res\layout\msim_status_bar_expanded.xml:28: error: Error parsing XML: not well-formed (invalid token)

    BalasHapus
  27. mastah maksud dari kata “sesuain sendiri sama hh anda ” yg di sesuaiin apa nya ya.....ane belom paham

    BalasHapus
  28. Gimana ni ngatasinya




    I: Smaling...
    I: Building resources...
    aapt: warning: string 'compat_mode_help_body' has no default translation in /storage/sdcard0/bayu/ui 3bar/SystemUI_src/res; found: ms
    aapt: warning: string 'compat_mode_help_header' has no default translation in /storage/sdcard0/bayu/ui 3bar/SystemUI_src/res; found: ms
    aapt: warning: string 'jelly_bean_dream_name' has no default translation in /storage/sdcard0/bayu/ui 3bar/SystemUI_src/res; found: ms
    aapt: warning: string 'quick_settings_wifi_display_label' has no default translation in /storage/sdcard0/bayu/ui 3bar/SystemUI_src/res; found: ms
    aapt: warning: string 'quick_settings_wifi_display_no_connection_label' has no default translation in /storage/sdcard0/bayu/ui 3bar/SystemUI_src/res; found: ms
    aapt: warning: string 'status_bar_help_text' has no default translation in /storage/sdcard0/bayu/ui 3bar/SystemUI_src/res; found: ms zh_CN zh_TW
    aapt: warning: string 'status_bar_help_title' has no default translation in /storage/sdcard0/bayu/ui 3bar/SystemUI_src/res; found: ms zh_CN zh_TW
    /storage/sdcard0/bayu/ui 3bar/SystemUI_src/res/layout/msim_status_bar.xml:9: error: Error parsing XML: not well-formed (invalid token)
    Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt4.4, p, --min-sdk-version, 19, --target-sdk-version, 19, -F, /data/data/per.pqy.apktool/APKTOOL5898777038957191771.tmp, -0, arsc, -I, ?/apktool/framework/1.apk, -S, /storage/sdcard0/bayu/ui 3bar/SystemUI_src/res, -M, /storage/sdcard0/bayu/ui 3bar/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
    at brut.androlib.Androlib.buildResources(Androlib.java:283)
    at brut.androlib.Androlib.build(Androlib.java:206)
    at brut.androlib.Androlib.build(Androlib.java:176)
    at brut.apktool.Main.cmdBuild(Main.java:228)
    at brut.apktool.Main.main(Main.java:79)
    Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt4.4, p, --min-sdk-version, 19, --target-sdk-version, 19, -F, /data/data/per.pqy.apktool/APKTOOL5898777038957191771.tmp, -0, arsc, -I, ?/apktool/framework/1.apk, -S, /storage/sdcard0/bayu/ui 3bar/SystemUI_src/res, -M, /storage/sdcard0/bayu/ui 3bar/SystemUI_src/AndroidManifest.xml]
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:357)
    at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
    ... 5 more
    Caused by: brut.common.BrutException: could not exec command: [/data/data/per.pqy.apktool/lix/aapt4.4, p, --min-sdk-version, 19, --target-sdk-version, 19, -F, /data/data/per.pqy.apktool/APKTOOL5898777038957191771.tmp, -0, arsc, -I, ?/apktool/framework/1.apk, -S, /storage/sdcard0/bayu/ui 3bar/SystemUI_src/res, -M, /storage/sdcard0/bayu/ui 3bar/SystemUI_src/AndroidManifest.xml]
    at brut.util.OS.exec(OS.java:89)
    at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:355)
    ... 6 more

    BalasHapus
  29. Ask..cara menyesuaikan ke HH kita gmna om

    BalasHapus
  30. percuma klo png nya gk ada,, jadi sya anggap post nya blum lengkap

    BalasHapus