What's new

Python Paano Mag Sign Applications Gamit Ang Termux

Ako Idol Mo

Forum Guru
Elite
Joined
May 25, 2019
Posts
526
Reaction
16,565
Points
2,033

How to Sign Applications In Android​

STEP 1:First of all, you need to move your Unsigned apk to your Internal storage, For that, you need to first allow storage permissions to the Termux app. For that you need to type the below command in termux. If you already have storage permissions then you can skip this step.
Command: termux-setup-storage

STEP 2:Now go to the Directory where you the unsigned apk is. and Copy it to the Internal Storege of your Phone. For copying the file we will use cp command below you can see the command. In the green part of the command, you have to specify your apk file.
Command: cp apkname.apk ~/storage/shared/

STEP 3:Now you have to Download Apk Editor. it's just a 6MB application and you can download it

STEP 4:Now Open Apk Editor and you will see 4 Options select the First Option and it will open file explorer for you where you can select The unsigned applications that we just copied from the termux app.
apk-editor-select-and-apk-file.png

Now select your Unsigned application, Here my application name is whatspp you can find your own application in your main internal storage. just select the application by clicking on it.
Selecting-apk-in-apkeditor-android.png

STEP 5:Now you will again See 4 Options, You can Choose anyoption you want if you know what you are doing but we just wanna sign our application so we will choose the Common Edit Option.
Common-Edit-in-android-apkeditor.png

STEP 6:Now You will see the Edit page where you can Edit basic things about an apk, Here you can change the logo and App name, You can also change the app version. Just Edit Your app to make it look like a real app and then click on Save.
change-apk-name-and-logo-in-termux.png

STEP 7:Now The apk is Signed. You can install it in your phone by clicking on the install button and if you wanna send it to a Victim then you can find your signed apk in your internal storage/ApkEditor/temp folder. The name will be changed there but you can rename the file before sending the victim and when they install it they will see that name you edited using apk editor.
termux-sign-apk.png
 

Attachments

Similar threads

Back
Top