I used mClock a lot on my Incredible 2 and I like that I can use pre-formatted XML files on it. Buuuuut it hasn't been updated in a year and doesn't show up correctly on my phone. (This may be due to my ROM, may work on stock, IDK...)
Are there any other alternatives? I know about Make your Own Clock Widget but I can't import XML files, I don't think?
Related
Hey there guys.
Just a quick one.
I have seen a couple of screen shots around (although can't remember where now) of a slightly differend clock widget background containing a little android Droid.
Anyone know how this is done? Maybe through applying a theme?
I have root and JF1.3 RC8 etc etc so not probs there.
Thanks
Phil
usually it's done through a theme, but you can actually just take the clock icon out of someones theme that has it, it's in the drawable folder of launcher.apk.
If you pull your launcher.apk file just copy the clock you want to the drawable folder on it and push launcher.apk back to your phone.
Cool.
Where is the launcher.apk?
Sorry... just starting with this phone and not totally fond my way round its files etc yet.
Thanks
it'll be under apps in any theme update file....
check out my theme... it has a ubuntu feel, with old themed clock like ubuntu's wallpaper
http://forum.xda-developers.com/showthread.php?t=469710
also changed fonts, and boot screen
Sorry. I meant where on the phone is the file (where would I copy from/to in order to put the custom clock image into the launcher.apk file.
Like that theme but don't really fancy any themes at all and just want the clock on its own really.
Thanks
Phil
You would have to edit the launcher.apk like they said then push it by its self to your G1 then you will have the clock and the rest of your theme will stay the same.
What they are leaving is that you must open the firmware package of your choice and edit the launcher.apk from the correct sub-folder. To be honest if you're not well adjusted to hacking up a firmware I wouldn't just start experimenting without proper guidence and reading of the available documentation on this platform. If you go about it half assed that's what you're gonna get.
My Droid Incredible's Sense UI has all these HTC-only icons that are a lot uglier than vanilla Android (i.e. Android 2.0+). These are the icons for things like the settings panels (e.g. "Wireless & networks," "Sound & display," "Accounts & sync"), and HTC's custom versions of basic apps (e.g. Messaging, Phone, Internet, et cetera). I once had a Motorola Droid, and it had beautiful, stock vanilla icons. Now, I like HTC Sense UI overall, but I can't stand the HTC icons.
How could I go about replacing said icons? I checked the contents of framework-res.apk and didn't see any of the appropriate icon files there. Also, where can I download the vanilla Android icons?
Thanks for any help you can give!
P.S. I have rooted, and I have busybox and clockword recovery mod installed. However, MetaMorph reboots the phone during its self test. BetterCut cannot replace icons inside of apks, and it's not free anyway.
Progress!
I think I've got all the stock icons now, which I found in this file named Team_CHAOS_Clean_black_froyov1_1_stock_icons.zip, and I figured out that the Sense UI icons that I want to change are almost entirely encapsulated in com.htc.resources.apk. What's the proper way to replace the icons in com.htc.resources.apk with the stock icons?
If you are looking to replace pngs in com.htc.resources.apk, then just pull the file and replace the pngs in the /res/drawable-hdpi folder with your replacements. Then push it back to your phone and reboot. Note: you will only be able to push it back to your phone in recovery.
Thanks, I gave it a whirl, starting small by replacing only common_app_ic_launcher_settings.png inside res\drawable-hdpi, and then I booted into recovery (Clockwork), mounted /system, and successfully pushed the new apk. However, when the phone reboots, the icon hasn't changed. I tried pulling the apk back off the phone and it seems to have the new icon inside of it. Am I putting com.htc.resources.apk in the wrong place? I pushed it to /system/framework/com.htc.resources.apk.
Do I have to replace com.htc.resources.odex as well? If so, how would I do that?
First, imho, I would ditch Sense.
What you are doing is correct. Leave the odex file alone. Make sure when you replaced the file, you have your case exactly the same as the original (all lowercase) and it is spelled the same. Also, even though it's not entirely necessary, make sure the dimensions are the same as the original (72x72). If it still does not work, then that is not the correct icon for what you are trying to change. It looks like the one from Add to Home->Widget->Settings while using the Sense launcher.
ihtfp69 said:
First, imho, I would ditch Sense.
What you are doing is correct. Leave the odex file alone. Make sure when you replaced the file, you have your case exactly the same as the original (all lowercase) and it is spelled the same. Also, even though it's not entirely necessary, make sure the dimensions are the same as the original (72x72). If it still does not work, then that is not the correct icon for what you are trying to change. It looks like the one from Add to Home->Widget->Settings while using the Sense launcher.
Click to expand...
Click to collapse
Nice, thank you! I looked where you suggested and found that you're right; this particular change did work and I'm just mistaken about how to replace the icons I want to replace. How would I go about replacing the home screen icons for the Settings app?
Try /system/app/Settings.apk
Is there a way to use the HTC calendar style date picker control in my own program?
Or, is it something that could be ripped out of an apk and used in my own program?
Just curious if anyone has done this before.... I like being able to 'flick' the wheels, the stock control is a little boring.
k_flan said:
Is there a way to use the HTC calendar style date picker control in my own program?
Or, is it something that could be ripped out of an apk and used in my own program?
Just curious if anyone has done this before.... I like being able to 'flick' the wheels, the stock control is a little boring.
Click to expand...
Click to collapse
its a part of either the framework apk or resources apk. but the files in the apk are linked to a .jar that controls the function of not only that selector, but just about everything else in the OS that is java related. so you could probably find and pull the png files, but unless you know java code and can write the function on your own itll be worthless.
I tend to customize ROMs to suit my tastes a little better and one of my biggest peeves is the alarm icon that shows in the status bar when you have any alarms set. I'm used to removing in GB, but from what I've seen the way to disable it has changed in ICS.
Would anyone that knows how to remove this be willing to offer some advice? I'm familiar with decompiling APKs and editing .smali files and whatnot.
PS I don't want to just delete the icon, I don't even want the space left up there.
Sycobob said:
I tend to customize ROMs to suit my tastes a little better and one of my biggest peeves is the alarm icon that shows in the status bar when you have any alarms set. I'm used to removing in GB, but from what I've seen the way to disable it has changed in ICS.
Would anyone that knows how to remove this be willing to offer some advice? I'm familiar with decompiling APKs and editing .smali files and whatnot.
PS I don't want to just delete the icon, I don't even want the space left up there.
Click to expand...
Click to collapse
From what I've read it is a smali edit in systemui. However, I think the smali code changed drastically between ICS 4.0.3 and 4.0.4. Where I was able to reference and make changes to 4.0.3, the code is completely different on 4.0.4 so if you find out anything, please let us know. Any other mods you come across too btw.
However, I've discovered that certain smalis from 4.0.3 CAN be changed and replaced in 4.0.4. I found this thread here by Datajosh that does a different status bar edit for the AM/PM removal for reference:
http://forum.xda-developers.com/showthread.php?t=1696483
Edit: Umm, please make sure you have a current backup before messing around with systemui.
Oh btw, deleting the alarm png file does work btw. But not the proper way of course.
I post this minimal mod here though it is a very simple one, just because I think that many of us dislike the default icons of contacts that are infesting system wide secContacts.apk, IncallUi, messages, email and so on....
After flashing a touchwiz based rom, I usually replace those icons with the standard icon extracted from the stock google dialer (the gray one) which is by far more serious and not so creepy. It is obviously not difficult and does not even involve decompiling the apks, nor signing them (if they are system apps), but still it requires some time to replace the drawables inside the various apk files. I sometimes made my own VRthemes to replace such icons, but still even such way is not so easy and fast.
But I recently installed this wonderful xposed module, named resflux http://forum.xda-developers.com/xposed/modules/resflux-easy-android-theming-xposed-t2790940 by WisdomSky, which has got a huge potential and allows everyone to make a dummy proof theming without decompiling anything.
The credit obviously goes to WisdomSky, I just post a link https://www.dropbox.com/s/remjjpo7qo360hr/Resflux.zip where you can find the very simple themes I made and which can be imported trough resflux.
You just have to unzip the file and save the 6 zip files inside it to the resflux folder of your phone (resflux will create such folder by itself) and later on you will able to import such themes by resflux itself.
I am using this themes with a 4.4.2 DN3 Rom, as I wrote above, but it could work even for any other rom (though it hasn't been tested) unless the apk are different.
Anyway, if my theme should not apply, in case the apks should not macth, still it would be very easy to follow the instructions in the thread by WisdomSky I linked above and to replace the drawables inside contacts, messages, email, incallui and the 2 favourite contacts widgets.
Regarding resflux, it is still in its first stages, so I saw that some mods don't get applied: i.e. I tried to theme the S5 launcher by replacing the drawer icon and the default folder icon with the one of the GEL launcher, but reflux was unable to do it. No problem, I replaced those icons by hand without using resflux
Sounds cool, do you have any screenshots?
lucaoldb said:
I post this minimal mod here though it is a very simple one, just because I think that many of us dislike the default icons of contacts that are infesting system wide secContacts.apk, IncallUi, messages, email and so on....
After flashing a touchwiz based rom, I usually replace those icons with the standard icon extracted from the stock google dialer (the gray one) which is by far more serious and not so creepy. It is obviously not difficult and does not even involve decompiling the apks, nor signing them (if they are system apps), but still it requires some time to replace the drawables inside the various apk files. I sometimes made my own VRthemes to replace such icons, but still even such way is not so easy and fast.
But I recently installed this wonderful xposed module, named resflux http://forum.xda-developers.com/xposed/modules/resflux-easy-android-theming-xposed-t2790940 by WisdomSky, which has got a huge potential and allows everyone to make a dummy proof theming without decompiling anything.
The credit obviously goes to WisdomSky, I just post a link https://www.dropbox.com/s/remjjpo7qo360hr/Resflux.zip where you can find the very simple themes I made and which can be imported trough resflux.
You just have to unzip the file and save the 6 zip files inside it to the resflux folder of your phone (resflux will create such folder by itself) and later on you will able to import such themes by resflux itself.
I am using this themes with a 4.4.2 DN3 Rom, as I wrote above, but it could work even for any other rom (though it hasn't been tested) unless the apk are different.
Anyway, if my theme should not apply, in case the apks should not macth, still it would be very easy to follow the instructions in the thread by WisdomSky I linked above and to replace the drawables inside contacts, messages, email, incallui and the 2 favourite contacts widgets.
Regarding resflux, it is still in its first stages, so I saw that some mods don't get applied: i.e. I tried to theme the S5 launcher by replacing the drawer icon and the default folder icon with the one of the GEL launcher, but reflux was unable to do it. No problem, I replaced those icons by hand without using resflux
Click to expand...
Click to collapse
dmxinc said:
Sounds cool, do you have any screenshots?
Click to expand...
Click to collapse
Here it is https://www.dropbox.com/s/vrfcf6jl2mgpv3k/Screenshots_2014-08-13-02-04-34.png
It simply replaces the icons of the touchwiz with the google ones.
Great
Misho.20123 said:
Great
Click to expand...
Click to collapse
Thanks, it is a great app. To be true, later on I themed the single apk files, but this app is very handy because it allows you to test your mod in a few minutes and to go back if you are not satisfied without any effort.
Misho.20123 said:
Click to expand...
Click to collapse
Do you mean you dislike the icons I replaced, or have you been unable to apply the mod?