مبلغی انتخاب کنید :




×
نسخه جدید Android multi tool منتشر گردید .
آيا ميدانيد؟
کاربر ویژه شوید !

شارژ موبايل تبلیغات

^ Back to Top
اطلاع رسانی های سیاره پی دی ای
دسترسی به بخش کاربری سیاره پی دی ای
مشخصات گوشی موردنظر خود را بصورت زنده ببینید!
نمایش نتایج: از 1 به 3 از 3

موضوع: نسخه جدید Android multi tool منتشر گردید .

  1. Top | #1


    تاریخ عضویت
    July 2013
    عنوان کاربر
    كاربر نيمه فعال
    شماره عضويت
    7835
    نوشته ها
    244
    می پسندم
    319
    سپاس از شما
    179 بار در 86 پست
    میزان اعتبار کاربر
    0 تومان
    مبلغ حمایت شده از کاربر
    0 تومان
    اطلاعات کامپیوتر
    میزان امتیاز
    142

    نسخه جدید Android multi tool منتشر گردید .

    سلام

    ورژن 3.5.1 android multitool منتشر گردید.




    ANDROID MULTITOOL




    Hello,
    I´m glad to present my Android Multitool wich makes it easier to decompile/recompile applications + jar framework files. You can also sign your apk by easily clicking a button.

    Requirements:

    • Winows OS XP / 7 / 8 / 8.1
    • Installed Java on Windows
    • Installed [فقط کاربران ثبت نام شده قادر به مشاهده لینکها هستند . ]
    • Installed .NET framework


    - Easy handling: Select your apk and push the "decompile" button!
    - This tool makes modding much faster and easier, no cmd handling any more.
    - You can read the log which is integrated in the tool to find your mistake in the error.
    - ADB inside: Push files into your file system with a few clicks

    It looks like this so far:











    How to use this tool?

    Follow this small how to!


    Here you go..

    Well, first extract the AndroidMultitool folder to C:\. Otherwise it propably won´t work
    -copy your framework-res.apk and other files you want to mod in the "Files" folder (this folder is for all your files you want to mod, don't pick files from any other location)
    -Next you have to start AndroidMultitool.exe
    -select your framework-res.apk and push the "install" button (check log for errors)


    Decompiling and recompiling apk files:

    -select the apk you want to mod/decompile and push the "decompile" button (check log for errors)
    Note: You can check the "use baksmali" checkbox, then e.g. the useless .line text will be removed
    -your decompiled apk will be located in C:\AndroidMultitool\Decompiled_apk\"apkname" as a folder
    -if you want to compile your apk again, select your decompiled folder, check the "apk" radiobutton and compile it again (check log for errors)
    !!!NOTE!!! After compiling you have to copy the AndroidManifest.xml and the META-INF folder from your old apk to your newly compiled one!! Otherwise you´ll get bootloop! (Don't check the smali checkbox, it will create a classes.dex file from you smali files)

    -your recompiled apk will be located in C:\AndroidMultitool\Compiled_apk\"apkname"


    Decompiling and recompiling jar files:

    -select in the combobox ".jar" (check the "use baksmali" checkbox for deleting the useless .line comments)
    -select the ".jar" file you want to mod
    -push the "decompile" button
    -your decompiled jar file will be locaten in C:\AndroidMultitool\Decompiled_jar\"jarname"
    -for recompiling you have to check the "jar" radiobutton and select the folder within your decompiled ".jar" file
    -push the compile button
    -your compiled jar file will be located in C:\AndroidMultitool\Compiled_jar\"jarname"\classes .dex
    -delete the "classes.dex" file in your ".jar" file
    -copy the new "classes.dex" file you compiled in the ".jar" file


    Signing apk files:

    -select the ".apk" you want to sign
    -push the "sign" button
    -the signed apk file is located in C:\AndroidMultitool\Signed_apk\"apkname_signed"


    Using tags:

    You want to decompile many files from different devices or different android versions / frameworks? Tagging makes it possible!
    - before installing your framework type in any tag (like "hero")
    - then install your framework and work normally


    Android Debug Bridge

    You want to push files with adb to your device? Follow these instructions:
    Please klick on the "advanced" register in the tool
    -push "check" to control if your device is ready
    -if the device is not ready please follow the instructions, which are listed in the tool (device offline, no device...)
    -if the device is ready, choose a file you want to push
    -choose a path on the device, where the file should be placed later
    -push the "push" Button
    -alternately: press "Reboot device" to reboot your device and to let changes take effect

    If there are any questions or bugs, please post them in the thread.

    You can also check out my application, makes modding (basically copying system files and setting permissions) faster and easier:

    [فقط کاربران ثبت نام شده قادر به مشاهده لینکها هستند . ]


    Please press thanks if you want to download, I think one more click is not much work.


    Follow me on Google+ : [فقط کاربران ثبت نام شده قادر به مشاهده لینکها هستند . ]


    [[فقط کاربران ثبت نام شده قادر به مشاهده لینکها هستند . ]]



    Enjoy easier apk handling!



    Questions and answers:

    Q: The programm does not start, it crashes.

    A: Please install Powerpacks, this one: [فقط کاربران ثبت نام شده قادر به مشاهده لینکها هستند . ]


    Q: What do you mean exactly with "!!!NOTE!!! After compiling you have to copy the AndroidManifest.xml and the META-INF folder from your old apk to your newly compiled one!! Otherwise you´ll get bootloop! " .. I don't understand.

    A: You have to open your old apk (this one you selected for decompiling in the folder /files) and copy from that apk the AndroidManifest.xml and the META-INF folder to the apk you just decompiled and recompiled.


    Q: I followed all steps in the startpost but I'm still getting this error: "apktool is not recognized as internal or external command"
    What can I do?

    A: Please refer to this post by @[فقط کاربران ثبت نام شده قادر به مشاهده لینکها هستند . ]: [فقط کاربران ثبت نام شده قادر به مشاهده لینکها هستند . ]


    Credits:
    Developers (brut.all, iBotPeaches) of the base Apktool
    mike_galaxy_s for his help on testing

    ------------------------------------------------------


    موضوعات مشابه:
    ویرایش توسط Corleone : Saturday 04 October 14 در ساعت 20:23


    سعی کن انقدر کامل باشی که بزرگترین تنبیه تو برای دیگران گرفتن خودت از آنها باشد .

    7 کاربر پست the_rasmus عزیز را پسندیده اند .



  2. # ADS

  3. Top | #2


    تاریخ عضویت
    October 2014
    عنوان کاربر
    عضو انجمن
    شماره عضويت
    142548
    نوشته ها
    1
    می پسندم
    0
    سپاس از شما
    0 بار در 0 پست
    كشور
    Iran
    موبايل
    Samsung-GalaxyNote
    موبايل
    Apple-iPhone-4s-white
    اپراتور
    Iran
    اطلاعات کامپیوتر
    میزان امتیاز
    0
    لینک دانلود کدومه؟


  4. Top | #3


    تاریخ عضویت
    December 2013
    عنوان کاربر
    عضو انجمن
    شماره عضويت
    15530
    نوشته ها
    1
    می پسندم
    1
    سپاس از شما :
    5 بار در 1 پست
    كشور
    Iran
    موبايل
    HTC-HD-2
    موبايل
    Samsung-I9300-Galaxy-S-III
    اطلاعات کامپیوتر
    میزان امتیاز
    0
    [[فقط کاربران ثبت نام شده قادر به مشاهده لینکها هستند . ]]
    .....
    بعدش بالای صفحهی جدید علامت فلش رو به پایین کل زیپ رو دان میکنه


    ویرایش توسط amir-kabir : Wednesday 04 February 15 در ساعت 18:25

    5 کاربر پست amir-kabir عزیز را پسندیده اند .



کلمات کلیدی این موضوع

بوک مارک ها

بوک مارک ها

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •