Decode BMP to PNG in Samsung app - Samsung Galaxy S8+ Themes, Apps, and Mods

As you might know Samsung did use qmg for some of icon or graphic for its apps, so we need to use third app to convert qmg to png. I am new to samsung theme. As I am theming some app, I found that some bmp file that I cannot view. I tried several conveter but I didn't work. So, anyone has solution to view or edit these bmp, please share. Thanks in advance

Related

Honeycomb Music App, XML Need editing

i found a honeycomb music app that has been ported to work with our phone but the xml need editing to make it look and function better. anyone up to trying to fix them ?
download:
h**p://swiftdroid.comlu.com/2011/04/honeycomb-music-player/

[Q] Re-themeing Spotify?

Is it possible to use an APK decompiler and edit the UI of Spotify? I don't have an experience coding, but I'm sure I could figure it out.
Can anyone help?
Yes, the only problem is anytime you update the app, you will have to re apply any of the changes you make. Your simplest changes would be like any other app using the .png files, xml edits are a lot more complicated and more difficult to figure out with no/limited xml experience. I don't have that particular APK on hand at the movement, but open it up and look for the drawable folders in the res folder. These are going to be the simplest changes to make, you can swap or edit these .png files.

[Q] Question for themers

Hi,
So I've tried many times to edit buttons(in framework), but the problem is that they are resizeable during the usage and each time I edit them (with Photoshop) the layout is just changed. Even after simply color change. So instead of cool a looking button I get an egg(shape).
How do You edit these buttons?
Please help if You know.
jakuburban said:
Hi,
So I've tried many times to edit buttons(in framework), but the problem is that they are resizeable during the usage and each time I edit them (with Photoshop) the layout is just changed. Even after simply color change. So instead of cool a looking button I get an egg(shape).
How do You edit these buttons?
Please help if You know.
Click to expand...
Click to collapse
I assume you're editing .9.png's? Images with the extension .9.png need to be manipulated a bit to get them to work right when editing. .9.png's have extra information attached to them with regards to stretching and re-sizing. Editing them with Photoshop destroys this extra information. Do a quick search on how to edit .9.png's.
Frosty666 said:
I assume you're editing .9.png's? Images with the extension .9.png need to be manipulated a bit to get them to work right when editing. .9.png's have extra information attached to them with regards to stretching and re-sizing. Editing them with Photoshop destroys this extra information. Do a quick search on how to edit .9.png's.
Click to expand...
Click to collapse
Thanks, I haven't noticed that it's *.9.png extension. I thought it's a normal *.png.
Will search for it

[Q] Use video file to make live wallpaper(apk) ?

Hello, I am trying to make an android live wallpaper for Xperia P.
The resolution for the screen is 540x960.
1) I exported the animation as .mp4 and it came out around 4mb. Is there a way to create an .apk using this mp4 file that will work as live wallpaper and if yes how?
2) Do I have to multiply the width if I want to fit more than one screens? So for three, would it be 540 x 3?
3) Can I just repeat the main live wallpaper(540x960) instead of multiplying the width so that the same animation appears on all screens?
Thanks in advance :good:
Anyone that has created a live wallpaper before willing to help?
For that you will have to decode the video yourself so that it can be drawn on canvas if you can do it then it can be done its difficult I know but that is the only way
Sent from my GT-S5302 using Tapatalk 2
Hit Thanx Button if i helped you!
Are there any examples so I can try it? I have no coding knowledge on android.
ZenorGR said:
Are there any examples so I can try it? I have no coding knowledge on android.
Click to expand...
Click to collapse
You kidding bro
first learn java and get some android experience use developer.android.com as starting point to learn android programming then only you can make live wallpapers okay do that and I'll surely help
Sent from my GT-S5302 using Tapatalk 2
Hit Thanx Button if i helped you!
So I found this tool to create the live wallpaper using a video file: http://www.lwpcreator.com/
The tool was made using code from another tool an xda member made.
But I encounter one issue, the animation skips always on the same frames so it's not smooth. The video format I used is .avi I tried few of them .mp4 was even worse.
Any idea why would that happen or how to fix it?
It's the tool's fault afterall it's not easy to generalize a code so that it can be used in different forms that's why coding is preferred over tools if it were this way anyone could build a graphic vedio and use it as live wallpaper and have it published
Bad luck my friend try contacting the developer of the tool he might know the answer
Sent from my GT-S5302 using Tapatalk 2
Hit Thanx Button if i helped you!
I hear there is a live wallpaper tutorial on the SDK? Can I use that and explore it so I can get an idea? I suppose it doesn't use video and draws it on canvas, the animations are coded but I could give it a try.
If you know which SDK/tools I have to download from the manager let me know.
EDIT: Nvm I found it. If you have knowledge about drawing a video on the canvas and you can help me out, let me know.
ZenorGR said:
I hear there is a live wallpaper tutorial on the SDK? Can I use that and explore it so I can get an idea? I suppose it doesn't use video and draws it on canvas, the animations are coded but I could give it a try.
If you know which SDK/tools I have to download from the manager let me know.
Click to expand...
Click to collapse
You ll need SDK PLATFORM AND Samples for SDK and also Arm EABI system image if you don't have a device download the above for android 4.2.2 that is ap 17
Open eclipse
New
Android
Android project from examples you'll find it there
Sent from my GT-S5302 using Tapatalk 2
Hit Thanx Button if i helped you!
Send me your file I will make it for you. Takes about 5min
Also send me the raw mp4 or m4a or what ever video format it is. I will just use that. i have got one here as a template with a video decoder already built into it. Its nothing fancy. It plays in a loop and you can pick the frame rate.
ZenorGR said:
1) I exported the animation as .mp4 and it came out around 4mb. Is there a way to create an .apk using this mp4 file that will work as live wallpaper and if yes how?
2) Do I have to multiply the width if I want to fit more than one screens? So for three, would it be 540 x 3?
3) Can I just repeat the main live wallpaper(540x960) instead of multiplying the width so that the same animation appears on all screens?
Click to expand...
Click to collapse
Try this.
-
Depends of your launcher, many let you to choose don't scroll the wallpaper.
HELP?
Hey guys, i have the same problem
I am quite good at animating and GFX, and i have tested my videos as wallpapers with the video live wallpaper app. But i was wondering, how can i create an actual APK out of this, so i can show it to some friends of mine, and why not publish it in google play? Any tutorial i have seen has been useless, all i want is a tutorial where i will only have to write down some code, load the video file, and then to convert it all in a .apk file?

[Q] [THEME Q]Issues Theming Kik Messenger?

Hey everyone, I was not quite sure where to post this so I'll put it here.
I recently took on the task of theming the KIk Messenger app.
I sucessfully decompiled and edited images, but I want to change the chat background. There is no .9.png or .png for this in the drawable-xhdpi folder. So I had to look in the XMLs. After I looked in the values folder, I find an XML labeled colors. Going through this, I find some different lines like "chat_background_color" so I edit the hex color codes as I liked and then I saved and closed XML Notepad.
I recompiled the apk and signed it, and then installed it back to my phone. I open up the app and find that nothing has changed. What am I doing wrong? I've tried editing all sorts of text, and even when I decompile again and look at the XML, my changes are still there, so why arent they showing up?
Please help!
Bumpity..
bumps
bumps
​
Exleh said:
Hey everyone, I was not quite sure where to post this so I'll put it here.
I recently took on the task of theming the KIk Messenger app.
I sucessfully decompiled and edited images, but I want to change the chat background. There is no .9.png or .png for this in the drawable-xhdpi folder. So I had to look in the XMLs. After I looked in the values folder, I find an XML labeled colors. Going through this, I find some different lines like "chat_background_color" so I edit the hex color codes as I liked and then I saved and closed XML Notepad.
I recompiled the apk and signed it, and then installed it back to my phone. I open up the app and find that nothing has changed. What am I doing wrong? I've tried editing all sorts of text, and even when I decompile again and look at the XML, my changes are still there, so why arent they showing up?
Please help!
Click to expand...
Click to collapse
Not sure if this is still relevant, but I got it to work
I edited these in the colors.xml:
registration_background_color
profile_background_color
invite_background_color
chat_list_background_color
chat_list_header_background_color
chat_background_color
profile_background
chat_info_background
misc_background
KiK Messenger
Use KiK Messenger. Chat with your friends with full freedomly. You can use both windows version and mobile version.Great messenger ever.
YouTube Channel:
App Aesthetics
Kik Group:Kikyoutuber
link: (no posting URLs)
Description: Kik Messenger UI Editing With APK Editor Pro No Root |Kik Mods|App Aesthetic Theming.
Check Out some of my themes and mods
Vipblue kik
Vip absolution Kik
Vip evolution kik
Anonymiss kik
Subscribe|Like|comment

Categories

Resources