Sunday

How to Modify BG/FE APK [Quick Tut]

I'll soon write a proper  tutorial explaining everything neatly......meanwhile use this tut....


Load ur file...

Use only AEP v1.9.7 otherwise it Won't work cuz they removed build feature after updates in v1.9.7.

Choose your file
You'll see 4 options ie

Full edit
Simple edit
Common edit
Xml edit


Choose full edit that rebuilds the resources and includes manifest and xml...

Modify name by editing the app_name.

Can update bg with following steps :


Head to files directory
....click on "res" tab (sometimes "resources")

..click on "activity_main.xml" under layout

....this opens edit page for this xml file...

Check for :

Android:background-"@drawable/bg"

Means bg img is named bg in main directory..

..okay now return to "res" and input "bg"....make sure to uncheck text item so that they don't flood the list with unnecessary items....

There must be a file either with .jpg or .png extension with name defined in previous directory - res/layout/activity_main.xml previous

....double click ...click on replace ...and that's it...enjoy....



...note :

Make sure replaced file's name, resolution and extension matches those of previous files'.

Eg

Previous file is drawablebg.png with resolution defined 27×27 under icon layouts...and with png extension....

..for resizing and compression of ur jpg/jpeg ....open lightroom rc version and configure at export page
...

You'll find two fields under resize tab named width and height...

Set width to 27 and height to 27 ...click on the drop down menu just under resize hor tab...

...and turn on "compress 7A 64 Bit"

...scroll down to bottom ...you'll find naming settings...just rename ur file to drawblebg.png and you're all set to go...

....so this was a quick tutorial for bg modifying APKs
....

...

No comments: