Can you change the icon on app inventor apps? - Android Software Development

All app inventor apps get an ugly default icon on the phone.
Can that be changed and if yes would you explain how?

currently no, that can't be changed. The developers say they will add it.
I only bring up this old thread to answer the same question I had.

Have you worked with the packaged app to see if that's true? The way an apk is made, the icon is a standard png file. Couldn't it be changed by editing the apk, then resigning it?

chaostic_2k1 said:
Have you worked with the packaged app to see if that's true? The way an apk is made, the icon is a standard png file. Couldn't it be changed by editing the apk, then resigning it?
Click to expand...
Click to collapse
Just what i was thinking open it up add your icon zip it up and sign it then your all goood

chaostic_2k1 said:
Couldn't it be changed by editing the apk, then resigning it?
Click to expand...
Click to collapse
I used Apk Manager for this - worked great!

Related

App name

I like customize rom in my way. i changed app icons but now i want to change app names. please someone guide me for this which file to be edited.
Try APK Edit
With this tool you can change every text that appears in that app and even add new languages...
For me it was also quite useful and it's not very complicated. Only open the APK (You must have the apk on your computer) and edit it
Mohanshbhr said:
I like customize rom in my way. i changed app icons but now i want to change app names. please someone guide me for this which file to be edited.
Click to expand...
Click to collapse
Isn't it manifest.xml ? I'm not sure... Look at it !
brigo said:
Isn't it manifest.xml ? I'm not sure... Look at it !
Click to expand...
Click to collapse
Thanks let me try
GalaxyDrei said:
Try APK Edit
With this tool you can change every text that appears in that app and even add new languages...
For me it was also quite useful and it's not very complicated. Only open the APK (You must have the apk on your computer) and edit it
Click to expand...
Click to collapse
Thanks, it worked

Editing XML wierd characters

Hello!
I'm trying to edit one of the XML's of the S Health app so hopefully I can discover some way to hide some info from the widget. However opening the said XML file in Notepad++ gives me a bunch of weird characters.. How do I procede?
testmonkey1 said:
Hello!
I'm trying to edit one of the XML's of the S Health app so hopefully I can discover some way to hide some info from the widget. However opening the said XML file in Notepad++ gives me a bunch of weird characters.. How do I procede?
Click to expand...
Click to collapse
Hi,
You cannot just pull out the file and edit it. You need to learn to decompile it first and then edit. When done, recompile. Hope this helps ?
Sent from my Nexus 7 using xda app-developers app
Jishnu Sur™ said:
Hi,
You cannot just pull out the file and edit it. You need to learn to decompile it first and then edit. When done, recompile. Hope this helps ?
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Ahh I thought it was the same as when replacing images, just change the file in 7z and resign the app.
How would one go àbout the most easy/fast way to decompile? I am no developer, I just want to edit out some text that is displayed on a widget by removing a couple of ljnes in the XML (I guess), nothing fancy. I don't want to be installing SDKs and what not..
testmonkey1 said:
Ahh I thought it was the same as when replacing images, just change the file in 7z and resign the app.
How would one go àbout the most easy/fast way to decompile? I am no developer, I just want to edit out some text that is displayed on a widget by removing a couple of ljnes in the XML (I guess), nothing fancy. I don't want to be installing SDKs and what not..
Click to expand...
Click to collapse
The easiest way is this mate :
1. Download tickle my android.
2. Download java applet 6U25.
3. Framework.resapk and other abc-res.apk.
4. Run tickle my android and decompile.
Sent from my Nexus 7 using xda app-developers app
Jishnu Sur™ said:
The easiest way is this mate :
1. Download tickle my android.
2. Download java applet 6U25.
3. Framework.resapk and other abc-res.apk.
4. Run tickle my android and decompile.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Thanks a lot mate

How Can I Edit Default TouchWiz Icons Without Third Party Applications (ROOT)?

Hello, everyone,
I post this thread, because I would like to know how it's possible to change all default TouchWiz icons (app drawer, etc.)? I'm currently rooted, on Lollipop 5.0. I don't want install third-party applications (launcher, wiziconizer, etc.). I just want edit all my icons manually. Can someone explain how I can do?
Thank you.
With WinRAR open apk of desidered App and edit mipmap folder files
BlackMesa123 said:
With WinRAR open apk of desidered App and edit mipmap folder files
Click to expand...
Click to collapse
Thanks for the reply. I just edited YouTube icon, but nothing has changed. I edited the the mipmap folder files. Can you help please?
Sarakate said:
Thanks for the reply. I just edited YouTube icon, but nothing has changed. I edited the the mipmap folder files. Can you help please?
Click to expand...
Click to collapse
You've edited all folders right?
BlackMesa123 said:
You've edited all folders right?
Click to expand...
Click to collapse
Yes, all folders. I just noticed that I need to remove the update from the app and the custom icon appears. How it's possible to fix that with the current update?
Sarakate said:
Yes, all folders. I just noticed that I need to remove the update from the app and the custom icon appears. How it's possible to fix that with the current update?
Click to expand...
Click to collapse
Probably you have changed only system/app apk.
Simply use latest version as base and use normal install.
Okay, problem fixed. Now, how can I edit default Android system apps? Like the Clock, Settings, etc.? I just noticed that the format is .pkm and I can't change icon. Can you help? Thanks.
Sarakate said:
Okay, problem fixed. Now, how can I edit default Android system apps? Like the Clock, Settings, etc.? I just noticed that the format is .pkm and I can't change icon. Can you help? Thanks.
Click to expand...
Click to collapse
Change to .png with identical filename(case sensitive) and it should work.
Sent from my SAMSUNG-SM-G900A using Tapatalk
Rakuu said:
Change to .png with identical filename(case sensitive) and it should work.
Sent from my SAMSUNG-SM-G900A using Tapatalk
Click to expand...
Click to collapse
Ok thanks i will try. I need to delete the old pkm file?
I need to put the name like this?ic_launcher_clock.pkm.png
When I want to open the file with apk editor pro, I have an error. Can you help pls?
Sarakate said:
When I want to open the file with apk editor pro, I have an error. Can you help pls?
Click to expand...
Click to collapse
No pkm in the file name, if the file is 'ic_launcher.pkm' then take the image you want to use and delete the pkm file and name the image 'ic_launcher.png'
Sent from my SAMSUNG-SM-G900A using Tapatalk
Rakuu said:
No pkm in the file name, if the file is 'ic_launcher.pkm' then take the image you want to use and delete the pkm file and name the image 'ic_launcher.png'
Sent from my SAMSUNG-SM-G900A using Tapatalk
Click to expand...
Click to collapse
No, this still does not work... The APK is no longer valid and prompted to put the ic_launcher.pkm. It does not recognize the ic_launcher.png.
How can I do please?
Someone?
Sarakate said:
Someone?
Click to expand...
Click to collapse
I think you might have to edit one of the XML files in values
Sent from my SAMSUNG-SM-G900A using Tapatalk

Change App Icon Systemwide

Hi Peeps,
I want to change a specific icon of an app, and I want the changes to take effect on homescreen and app drawer. Ive searched for solution but what I found is just to use an app (which just create a shortcut on homescreen) and/or a launcher.
I want it to have on default TW.
Btw, I am rooted on Nougat.
Cheers!
as far as I know you can use themes / icons or you would have to decompile the apk and change the icons in the mipmap folders
32dave said:
as far as I know you can use themes / icons or you would have to decompile the apk and change the icons in the mipmap folders
Click to expand...
Click to collapse
Thanks! Seems I have to learn on how to decompile/recompile apk for me to able to do this.
geraldalcos said:
Thanks! Seems I have to learn on how to decompile/recompile apk for me to able to do this.
Click to expand...
Click to collapse
try this I find it the easiest https://forum.xda-developers.com/showthread.php?t=1633333
32dave said:
try this I find it the easiest https://forum.xda-developers.com/showthread.php?t=1633333
Click to expand...
Click to collapse
Will start on that. Cheers!

[Theme Creating] How to edit third party apps using EMUI themes?

I found EMUI themes on the internet which changed the design of various third party apps like f.e. WhatsApp. So I know, I could just take the theme, and edit the com.whatsapp file in it, but there are not all design elements of the app included. So my question: How can I find out the name of every design element and file name to change the design of every part of each app?
This is huge process i think
I'd just need the name of the elements for this xml file and the rest of the file structure where the media files for icons are (with their name). How could other people do it then? Isn't there a way to easily find that out? ?
I guess you have to decompile the apps in question and look at their source code for the correct names for elements. Probably a bit time consuming process yes. But that's probably how they all do it.
Thanks, I decompiled WhatsApp.apk and am now trying to understand how this whole thing works... I still don't understand everything especially because of the theme.xml file which obviously only exists in the theme, but not in the decompiled WhatsApp.apk. But I'm going to try to find out everything by try and error
Maybe this will help you:
http://developer.huawei.com/consumer/en/resources/index.php?title=How_to_Create_Themes
Lyshalia said:
Maybe this will help you:
http://developer.huawei.com/consumer/en/resources/index.php?title=How_to_Create_Themes
Click to expand...
Click to collapse
Hmm there isn't explained how editing of any app works, only some app icons, wallpaper and lockscreen.
Lyshalia said:
Maybe this will help you:
http://developer.huawei.com/consumer/en/resources/index.php?title=How_to_Create_Themes
Click to expand...
Click to collapse
Themeing tool is available ? Do you have any links?
venugopalu007 said:
Themeing tool is available ? Do you have any links?
Click to expand...
Click to collapse
There is a link on the site, you will find it. Just scroll down a bit.
Lyshalia said:
There is a link on the site, you will find it. Just scroll down a bit.
Click to expand...
Click to collapse
In which section , i didn't find the link
venugopalu007 said:
In which section , i didn't find the link
Click to expand...
Click to collapse
1. THEME TEMPLATE & TOOL
1.1 Download the required files
Lyshalia said:
Maybe this will help you:
http://developer.huawei.com/consumer/en/resources/index.php?title=How_to_Create_Themes
Click to expand...
Click to collapse
Lets see , thanks for the link.
Does anyone know how to edit the chat bubbles in Whatsapp using the EMUI themes? I already tried to enter another color inside the theme.xml:
<color name="bubble_color_outgoing">#ffd29bd7</color>
And I also tried to edit those files (see attachment) inside /res/drawable-hdpi-v4/, /res/drawable-xhdpi-v4/ and /res/drawable-xxhdpi-v4/.
Nothing changed. Is the EMUI theming engine unable to edit those chat bubbles or is there another file that I missed?

Categories

Resources