Resizing Apps for Flip Phones

systemUI/res/layout/status_bar.xml - ask grok to rewrite all dpi’s.
May also be qs_tile_layout.xml or quick_settings.xml or similar…

Would there be any way to do that through app settings Reborn?

Use MT manager

What should I backup before doing this? In case I run into a issues…

Your phone

User data?

Everything that you don’t want to get erased

I followed all the steps but it just doesn’t change the dpi.

Hi, Which app cloner do you recommend for resizing one app?

The basic one you can find anywhere

Thanks, that worked but if I want to put the app on another device it throws an error saying the device is not registered with App Cloner. is there a better way to lower the DPI of an app that I want to put on multiple devices?

Dunno if this will help you but I noticed it recently

Great find! :laughing: :laughing:

I mimicked how App Cloner changes DPI. I didn’t like how when people were using App Cloner it injected tons of stuff into their app.

Feel free to leave a star…

Haha yeah I knew it was you. Figured it would bring you out of the shadows if I posted it :slight_smile:

Starred :star:

I think the formatting omitted the asterisk’s, its supposed to be *#*#5776733#*#*

I am trying to use this to lower the dpi of an this app. Since I don’t have the source code I was using the precompiled classes.dex files. I used @ars18 apk downloader and merged the split apks. I placed the classes.dex into the decompiled apk and filed it as the next classes.dex (classes5.dex) and added this line of code into the manifest.

It doesn’t seem to make a difference in the dpi, I tried multiple classes.dex files. What am I doing wrong? Do I have the code in the wrong spot in the manifest?