🔒 Closed (1.8.20)apk editor pro

Status
Not open for further replies.

God Rules

Eternal Poster
You do not have permission to view the full content of this post. Log in or register now.
WHAT'S NEW
V1.8.20:
Can put apk building to background
UI improve bug fix


Freely Edit APK Files. Enjoy Haçking!

APK Editor is a powerful tool that can edit/hacķ apk files to do lots of things for fun.
It can help us to do things like string localization, background image replacement, layout re-architecting, and even ad eliminating, permission removing, etc. What it can do depends on how you use it. However, to use it well, we need a little bit professional skills. Don't be afraid, some examples are given in the help page.
This is the pro version, compared to free version, here are some extra features:
(1) Support smali code editing
(2) Support app data editing
(3) Support the paťch feature
(4) AD free

updated on oct.28,2017
 
Nasubok pa lang sir..
Nagbabasa pa mga tut about modding..
Mostly for visual purpose.. Gusto ko iba lagi background.
usually po nasa res/layout po naka lagay yung background i.e android:background=""
PHP:
<?xml version="1.0" encoding="utf-8" ?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
    <LinearLayout android:orientation="horizontal" android:id="@id/linear1" android:background="#ff000000" android:padding="1.0dip" android:layout_width="fill_parent" android:layout_height="27.0dip">
        <Button android:textSize="12.0sp" android:textStyle="bold" android:textColor="#ffffffff" android:id="@id/out" android:background="#ff000000" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="-" />
        <Button android:textSize="12.0sp" android:textStyle="bold" android:textColor="#ffffffff" android:id="@id/in" android:background="#ff000000" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="+" />
        <LinearLayout android:gravity="center" android:layout_gravity="center" android:orientation="vertical" android:id="@id/linear3" android:layout_width="30.0dip" android:layout_height="fill_parent">
            <ImageView android:layout_gravity="center" android:id="@id/load" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/dgts__spinner_dark" android:scaleType="center" />
        </LinearLayout>
        <Button android:textSize="12.0sp" android:textColor="#ffffffff" android:id="@id/button1" android:background="#ff000000" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="VPN LISTS" />
        <Spinner android:id="@id/spinner1" android:background="#ffffffff" android:layout_width="fill_parent" android:layout_height="wrap_content" android:spinnerMode="dialog" />
    </LinearLayout>
    <LinearLayout android:orientation="horizontal" android:id="@id/linear4" android:background="#ff000000" android:padding="8.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent" />
    <WebView android:id="@id/webview1" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</LinearLayout>
 
usually po nasa res/layout po naka lagay yung background i.e android:background=""
PHP:
<?xml version="1.0" encoding="utf-8" ?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
    <LinearLayout android:orientation="horizontal" android:id="@id/linear1" android:background="#ff000000" android:padding="1.0dip" android:layout_width="fill_parent" android:layout_height="27.0dip">
        <Button android:textSize="12.0sp" android:textStyle="bold" android:textColor="#ffffffff" android:id="@id/out" android:background="#ff000000" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="-" />
        <Button android:textSize="12.0sp" android:textStyle="bold" android:textColor="#ffffffff" android:id="@id/in" android:background="#ff000000" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="+" />
        <LinearLayout android:gravity="center" android:layout_gravity="center" android:orientation="vertical" android:id="@id/linear3" android:layout_width="30.0dip" android:layout_height="fill_parent">
            <ImageView android:layout_gravity="center" android:id="@id/load" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/dgts__spinner_dark" android:scaleType="center" />
        </LinearLayout>
        <Button android:textSize="12.0sp" android:textColor="#ffffffff" android:id="@id/button1" android:background="#ff000000" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="VPN LISTS" />
        <Spinner android:id="@id/spinner1" android:background="#ffffffff" android:layout_width="fill_parent" android:layout_height="wrap_content" android:spinnerMode="dialog" />
    </LinearLayout>
    <LinearLayout android:orientation="horizontal" android:id="@id/linear4" android:background="#ff000000" android:padding="8.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent" />
    <WebView android:id="@id/webview1" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</LinearLayout>
Very nice sir.. Dami ko pa dapat malaman grabe..salamat sa tip sir.. Hopefully makagawa ako ng sariling mod ko.. Noted na to, Salamat po
 
Status
Not open for further replies.

About this Thread

  • 15
    Replies
  • 491
    Views
  • 9
    Participants
Last reply from:
flikkernice143

Trending Topics

Online now

Members online
1,035
Guests online
1,090
Total visitors
2,125

Forum statistics

Threads
2,275,799
Posts
28,965,589
Members
1,231,936
Latest member
7afedz
Back
Top