--->htc weather animation help<--- - EVO 4G General

does anybody know the apk or file that makes the weather animations appear on the homescreen? i searched google but did not find anything. is it a file in the clock widget like an xml? or is it an apk in /system? if so which is it? help is appreciated thanks

bennyboy78 said:
does anybody know the apk or file that makes the weather animations appear on the homescreen? i searched google but did not find anything. is it a file in the clock widget like an xml? or is it an apk in /system? if so which is it? help is appreciated thanks
Click to expand...
Click to collapse
HtcWeatherWallpaper.apk
but it's controlled by several other apks, including Rosie.apk and com.htc.resources.apk in /system/framework, I believe.

ok thanks
i was thinking to animate a sense 4.0 clock

Related

[Q] [How to] Change the default ROSIE wallpaper in rom?

Hi guys...
I am trying to cook roms, and I cooked about 4 roms before but just for fun..
Now I am trying to cook a new rom and not for fun but for my legend and yours...
I faced with a problem...
DO anyone know how can I change the Default wallpaper of ROSIE..???
I tried these steps but with no result:
- system\customize\resource ---->>> but I can not find wallpaper,and I just can change LOCKSCREEN wallpaper from there.
- Lancher.apk---> I changed apk to zip, so I can open it, and then try to find the wallpapaers there, but I just can find wallpapare gallery photoes in there and not the default wallpaper.
- I tried every folder you think, but I can not find that wallpaper.
PLEASE HELP ME.....
how can I change the default wallpapaer..????
HtcAddProgramWidget.apk
UltimoJedi said:
HtcAddProgramWidget.apk
Click to expand...
Click to collapse
THANK YOU MAN< THANK YOU MAN.....
THANK YOU THANK YOU THANK YOU...
You are my herooooooooooooooooooooo........
THANKS AGAIN...
I dont know how to thank you....
mercury700ir said:
THANK YOU MAN< THANK YOU MAN.....
THANK YOU THANK YOU THANK YOU...
You are my herooooooooooooooooooooo........
THANKS AGAIN...
I dont know how to thank you....
Click to expand...
Click to collapse
Ok, I still do not get it? This is obviously the right way to do it, but how? What do I do with that APK?
Sorry I am new to ROM cooking, my ROM works awesome but I want to add some custom wallpapers to my ROM and change the default. This seems to be a common question with no easy answers.
ricsim78 said:
Ok, I still do not get it? This is obviously the right way to do it, but how? What do I do with that APK?
Sorry I am new to ROM cooking, my ROM works awesome but I want to add some custom wallpapers to my ROM and change the default. This seems to be a common question with no easy answers.
Click to expand...
Click to collapse
you can easily unzip the apk file in Linux and do what you want to it and then rezip it in store mode and sign it. ( tadaaaaaa, it is it)
or in windows, change the apk to ZIP and Unzip it and then do what you want and then zip it in store mode change to apk and sign it in linux (or with cigwin in windows), again ( TADAAAAA, it is it)...
mercury700ir said:
you can easily unzip the apk file in Linux and do what you want to it and then rezip it in store mode and sign it. ( tadaaaaaa, it is it)
or in windows, change the apk to ZIP and Unzip it and then do what you want and then zip it in store mode change to apk and sign it in linux (or with cigwin in windows), again ( TADAAAAA, it is it)...
Click to expand...
Click to collapse
Could you explain a bit more?
The file htc-resource.apk contains the default background. But when I open it as a zip, I dont see any file which could be the default background. On decompiling with apkmanager, it tells me it has dependencies.
I know this thread is old, but I have the same question
If you are using the latest rom FroYo I suggest you look in the folder:
\SYSTEM\customize\resource
UltimoJedi said:
If you are using the latest rom FroYo I suggest you look in the folder:
\SYSTEM\customize\resource
Click to expand...
Click to collapse
Modifying them there just shows them in Gallery. It doesnt make the background the default loaded when the rom is first installed
In framework-res.apk is what you need
UltimoJedi said:
In framework-res.apk is what you need
Click to expand...
Click to collapse
Thank you! But when I changed the default wallpaper.jpg there, it showed that wallpaper for a second while booting up, and following the language and country setup, immediately reverted to the other one..I'm guessing there's one other location where this setting is present
HtcAddProgramWidget.apk - framework-res.apk - \SYSTEM\customize\resource
They are the only places where you can find wallpapers HTC (ammen you're not working on a custom ROM)
UltimoJedi said:
HtcAddProgramWidget.apk - framework-res.apk - \SYSTEM\customize\resource
They are the only places where you can find wallpapers HTC (ammen you're not working on a custom ROM)
Click to expand...
Click to collapse
I'm making a custom rom
I think its in HtcAddProgramWidget.apk
Would you know which xml/file it is?

[Q] Where are the stock wallpaper located?

Does anyone know where the stock wallpapers are located?
they're in the assets folder of the launcher apk.
smaskell said:
they're in the assets folder of the launcher apk.
Click to expand...
Click to collapse
Where exactly may that be? I couldn't find any folder named assets.
yeah, sorry. I was going by memory. they're actually in Launcher2.apk/res/drawable-xlarge-nodpi/
hope that helps,
Sam

[Q] How to make transparent status bar

Hi guys! I am currently using odexed samsung galaxy y duos and this systemui modded by Kenjboy and I was thinking if there's a way to make it transparent and remove clock and date from the expanded? will anyone please help me?
here's the link of where i get it.
http://forum.xda-developers.com/showthread.php?t=2364522
thanks!
First Deodex
See for transparent status bar
http://forum.xda-developers.com/showthread.php?t=2204389
Decompile SystemUI.apk with apktool
For expanded change any pngs mentioned in status_bar_expanded.xml
For clock & date delete lines starting something like com.clock & com.dateview from status_bar_expanded.xml
Request to edit
marcussmith2626 said:
First Deodex
See for transparent status bar
http://forum.xda-developers.com/showthread.php?t=2204389
Decompile SystemUI.apk with apktool
For expanded change any pngs mentioned in status_bar_expanded.xml
For clock & date delete lines starting something like com.clock & com.dateview from status_bar_expanded.xml
Click to expand...
Click to collapse
thanks for your reply sir. but please can you do it for me? i do not know how to edit xmls and i dont have a pc. just remove the clock and date in the expanded and if you can add battery percentage, do it so. your work will be greatly appreciated. thanks in advance sir!
also, if making the statusbar transparent needs to be deodexed, just nevermind. i prefer using odex that deodexed ones. thanks again!
by the way sir, this is what i want to remove. thankssss!!
No I'm not doing it for you - learn to do it yourself!
There is Apktool for mobile so you don't need a pc to decompile
marcussmith2626 said:
No I'm not doing it for you - learn to do it yourself!
There is Apktool for mobile so you don't need a pc to decompile
Click to expand...
Click to collapse
okay sir. i thought i can only do it by pc. since there is a way to make it through mobile, i can manage everything. thank you for informing me. thankss! )

Galaxy S4 Accuweather Widgets For Zooper Widget Pro

S4 weather widgets for zooper widget pro
3 custom size widgets
• Custom background weather images HD
• All weather images are changing according to condition!
• 20% transparent background weather images
• Separate Day/Night backgrounds for all conditions
• All weather conditions included
There's a free and paid version on Amazon Appstore. There's a free version also here.
Just search for S4 Weather! cheers
dejan_ibanez said:
S4 weather widgets for zooper widget pro
3 custom size widgets
• Custom background weather images HD
• All weather images are changing according to condition!
• 20% transparent background weather images
• Separate Day/Night backgrounds for all conditions
• All weather conditions included
There's a free and paid version on Amazon Appstore. There's a free version also here.
Just search for S4 Weather! cheers
Click to expand...
Click to collapse
could anyone help please... i have installed zoopler pro. i have no idea where to put the abouve zip file? or do i unzip it first? any help would be great. thanks in advance
armstrongstreener said:
could anyone help please... i have installed zoopler pro. i have no idea where to put the abouve zip file? or do i unzip it first? any help would be great. thanks in advance
Click to expand...
Click to collapse
Download the zip. Open the folder you downloaded it to. Move the entire zip (don't unzip it) to zooper widget folder. Inside the ZW folder you will place it in the subfolder "APKZips"
Hope that helps
Sent from my SPH-L720 using xda app-developers app
then flash it or what?
Fugi888 said:
Download the zip. Open the folder you downloaded it to. Move the entire zip (don't unzip it) to zooper widget folder. Inside the ZW folder you will place it in the subfolder "APKZips"
Hope that helps
Sent from my SPH-L720 using xda app-developers app
Click to expand...
Click to collapse
Hello, thanks for your answer, what would be the next step, flash the zipfile?
Everyone here seems to share the zw files. Your the only one sharing a apk. No one wants a apk. You cant edit them as much like the zw. Your other one X1 weather is the same way. Amazon store why not google play? Why even charge?
hi where is the zip file?

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!

Categories

Resources