Anyone make a transparent "AccuWeather" widget ? - Samsung Epic 4G Touch

Was wondering if anyone made a transparent weather widget for our phone ? The stock Samsung Touchwiz version that comes with the phone. I would love to see a semi-trans version, or a darker background, I think the weather widget looks best at nighttime with dark background, but I hate it during the day with bright blue background.

Check out the black venum theme...download, unzip, grab the app from there. Move it to your SD card and use Root Explorer to push it to system/apps.
I use a copy n paste in RootbExplorer instead of file move since every themebor ROM i flash changes the app back to stock.
Sent from my SPH-D710 using XDA App

dante32278 said:
Check out the black venum theme...download, unzip, grab the app from there. Move it to your SD card and use Root Explorer to push it to system/apps.
I use a copy n paste in RootbExplorer instead of file move since every themebor ROM i flash changes the app back to stock.
Sent from my SPH-D710 using XDA App
Click to expand...
Click to collapse
Thanks, but it did not work. I downloaded the Venom theme, extracted to my computer, pulled the AccuWeatherDaemonService.apk from the system/app folder, then put on my sd/card, used root explorer to move the .apk into system/app, but it would not install, and I still have the stock weather widget.

You don't have to install, just put it in system/app then change the permissions to the same that all the other apps have then reboot and it should be fine. No need to click install.

And don't forget to mount root explorer to r/w and when your done back to r/o

aaron130 said:
You don't have to install, just put it in system/app then change the permissions to the same that all the other apps have then reboot and it should be fine. No need to click install.
Click to expand...
Click to collapse
How to change the permission ? Click the .apk once in the system/app folder, long press to show "permissions" ? What should those boxes be set too ?

They should be set to all 3 in the first(read)row, and just the top one in the middle(write) row

aaron130 said:
They should be set to all 3 in the first(read)row, and just the top one in the middle(write) row
Click to expand...
Click to collapse
Yes, that is what I did, and still they same looking weather widget, nothing different. And I rebooted too.

You sure your pulling the correct file? Cuz if you are when u put it in root explorer it should ask u if u want to overwrite the current file.

aaron130 said:
You sure your pulling the correct file? Cuz if you are when u put it in root explorer it should ask u if u want to overwrite the current file.
Click to expand...
Click to collapse
it did not ask me that. Not sure what other file it could be in that theme ?

Looks like it should be SamsungWidget_WeatherClock.apk

Looks like you pulled the service apk you need to pull the the actual widget that I just posted in my last post.

You da man Thank you
It was the wrong .apk originally. I threw in the other one, did all the root explorer stuff, rebooted, and there it is, all clear weather widget, looks great with my all clear digital clock, with blue #'s instead of green. Live wallpapers look a million times better with the clear widgets.

Lol, no problem man, glad I could help

Is there a dark or clear Google widget ?
Sprint Galaxy S2 w/ Calk's 1.5a + ICS 1.6

Zorachus said:
it did not ask me that. Not sure what other file it could be in that theme ?
Click to expand...
Click to collapse
Delete... He found it. There are clear google widgets in Our Monkey themes and Kings Glass themes I believe...

Just love the transparent widgets with a dark wallpaper. Looks cool and helps battery life.
Can't find the screen shot app in Market "Shootme" ?
Sprint Galaxy S2 w/ Calk's 1.5a + ICS 1.6

Zorachus said:
Just love the transparent widgets with a dark wallpaper. Looks cool and helps battery life.
Can't find the screen shot app in Market "Shootme" ?
Sprint Galaxy S2 w/ Calk's 1.5a + ICS 1.6
Click to expand...
Click to collapse
You don't need Shootme anymore. Simply press home and power at the same time and it'll take screenshots and save them in the directory of /sdcard/ScreenCapture.

Overstew said:
You don't need Shootme anymore. Simply press home and power at the same time and it'll take screenshots and save them in the directory of /sdcard/ScreenCapture.
Click to expand...
Click to collapse
Thanks OS.
Sprint Galaxy S2 w/ Calk's 1.5a + ICS 1.6

Pic's of my homescreen with the transparent stock Samsung widgets; Not sure which of these three wallpapers look best ? I lean more towards the black.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Related

[MOD] Remove iPhone-style tiles from TouchWiz App Drawer

I hated the 'iPhone' look of the app drawer, which draws squares around the icons to make them look like iphone tiles. So I followed the instructions here and now it looks way better:
[I can't post external links] Search google for 'App hintergrund handy-faq.de' - it should be the first result.
It's a German site, so I used Google Translate to make sense of it.
EDIT: Yay, I'm now allowed to post links and upload and whatnot so here is the tutorial:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
All credit goes to Penguin6 from the Handy-FAQ.de forum
(http://www.handy-faq.de/forum/samsu...iphone_loeschen_entfernen_touchwiz_menue.html)
You will need a rooted phone, and basically you replace the tile backgrounds with transparent ones in the TouchWiz30Launcher.apk through ADB. Disclaimer: Please note you do this at your own risk and I am not responsible for any damage you may cause to your phone!
1) Download the Transparent_Tiles.zip attachment and unzip to a folder on your computer.
2)In Windows, make sure you have ADB SDK installed and phone connected via USB with 'USB Debugging' enabled. Go to Start>Run type 'cmd' and press enter, then in the black cmd window type:
cd c:\
adb pull /system/app/TouchWiz30Launcher.apk
This will copy TouchWiz30Launcher.apk from your phone to your c:\ drive on your computer.
3) Before we meddle with the newly pulled file, make a copy of it and save somewhere else. Call it something like TouchWiz30Launcher.apk_original. This is your stock file, keep it in case you need to go back to the holy iPhone look.
4) Using a program like WinRar or 7zip, OPEN the TouchWiz30Launcher.apk on your C:\ drive by double-clicking (do not extract anything). WinRAR should now give an explorer-type view of the files inside the .apk. Navigate to the following folder in the .apk using WinRAR:
/res/drawable-hdpi/
You will see a list of image files that TouchWiz uses to create the iPhone tiles. We are basically going to overwrite the tiles with transparent ones directly in WinRAR.
5) Now highlight and select all the image files in the Transparent_Tiles.zip folder you extracted earlier and drag them into the WinRAR window. Confirm any overwrite prompts and then close WinRAR. We have now modified the apk (replaced the original tile background images) without extracting the apk or re-saving it. (It is important not to extract or re-pack the apk otherwise your phone will not accept the modified apk and you will need to re-sign it).
6) Now we are going to copy this apk to our phone's internal sdcard, then replace the TouchWiz30Launcher.apk currently on our phone system with the TouchWiz30Launcher.apk we just modified on our computer:
In your cmd line window, type (pressing Enter after each line):
adb push TouchWiz30Launcher.apk /sdcard/TouchWiz30Launcher.apk
adb shell
su
cat /sdcard/TouchWiz30Launcher.apk > /system/app/TouchWiz30Launcher.apk
reboot
8) Your phone will reboot. Free from it's copycat mentality with a new-found identity
9) The TouchWiz30Launcher.apk you copied to your internal SD card can now be deleted if you wish, since you've already copied this to the phones system now.
EDIT: I've upgraded to JP6 now (Froyo) and tried this method, and it worked too!
Very interested in this, but have no idea how to do this, please elaborate
You could also just change to launcherpro or ADW, both of which will emulate the look and feel of touchwiz but not add the tiles. Probably easiest way.
Sent from my GT-I9000M using XDA App
silverstorm said:
I also hated the 'iPhone' look of the app drawer, which draws squares around the icons to make them look like iphone tiles. So I followed the instructions here and now it looks way better:
[Edit - I can't post external links] Search google for 'App hintergrund handy-faq.de' - it should be the first result.
It's a German site, so I used Google Translate to make sense of it.
Click to expand...
Click to collapse
jeez and i was looking for some major change more in ip style like to change the icons to look more a like..!
slc334 said:
You could also just change to launcherpro or ADW, both of which will emulate the look and feel of touchwiz but not add the tiles. Probably easiest way.
Sent from my GT-I9000M using XDA App
Click to expand...
Click to collapse
Yeah, that is true. The above is useful for folks who prefer not to run 3rd party launchers and keep the stock TouchWiz for whatever reason, but can't tolerate Samsung's inferiority-complex in aping the iPhone.
I did try launcherpro and AWD but they both gave me headaches:
- interfered with USB connections to my PC,
- cause problems with wi-fi reconnecting / detecting router
- Interfered with Live Wallpapers, (especially when rotating screen)
- drain my battery (touchwiz still running underneath),
- cause some widgets that work wonderfully in TouchWiz to go beserk (BBC News, DigiClock)
- and also clashed with NoLED notifications - one of my all time greatest apps.
In the end, I decided it wasn't worth it just for eye-candy and uninstalled both. It was a shame, because launcherpro was very snappy otherwise and had great add-on widgets...
But in the end I settled for TouchWiz, modified to my liking:
http://forum.xda-developers.com/showpost.php?p=8403929&postcount=625
valy31 said:
jeez and i was looking for some major change more in ip style like to change the icons to look more a like..!
Click to expand...
Click to collapse
Sorry mate, could you rephrase that, don't get what you mean...?
He simply replaced the colored tiles with transparent tiles.
Download the zip and put the containing .png files into drawable/hdpi of the TouchWiz30Launcher.apk.
I think if you have a deodexed rom you will have to resign it then..
slc334 said:
You could also just change to launcherpro or ADW, both of which will emulate the look and feel of touchwiz but not add the tiles. Probably easiest way.
Sent from my GT-I9000M using XDA App
Click to expand...
Click to collapse
Yes, but then I miss out on samsung widgets, which, whilst alot of people here do not like, I do use, so I would prefer to keep it stock.
where did you get your icons for the contacts, dialer...?
I googled for launcher pro style icons and found some on http://launcherpro.droidicon.com/icons . Then used the same principles as above to replace the original icons inside the phone, browser apk with the custom ones
Sent from my GT-I9000 using XDA App
Is it possible to have a transparent background in the app drawer like the Galaxy Tab?
mobilx said:
Is it possible to have a transparent background in the app drawer like the Galaxy Tab?
Click to expand...
Click to collapse
I'm not sure if that is possible because there doesn't seem to be a background image file used in the touchwiz launcher to create the black background. I think the colour is set in the XML file code, which is a realm beyond my knowledge...! Unless someone else knows what to modify?
Sent from my GT-I9000 using XDA App
Cheers, I finally got around to doing this today.
Works beautifully
The homescreen_menu_marketbg_0 tile was still there, so I had to change that to black as well, but other than that, worked perfectly
silverstorm said:
I'm not sure if that is possible because there doesn't seem to be a background image file used in the touchwiz launcher to create the black background. I think the colour is set in the XML file code, which is a realm beyond my knowledge...! Unless someone else knows what to modify?
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
looking forward the solution because i am asking the same question
what is the possible XML file that contain color code for app drawer background
there is a procedure (extracting the launcher then compile the XML to be readable .... etc) i don't know the exact way to do it . it will be helpful if there is anyone who knows the answer
and thanks for the post
This is applied via metamorph for the Vibrant in this thread:
http://forum.xda-developers.com/showthread.php?t=741232
seraerie said:
This is applied via metamorph for the Vibrant in this thread:
http://forum.xda-developers.com/showthread.php?t=741232
Click to expand...
Click to collapse
Can I install it on my Galaxy S i9000????
Thanks

[Q] CM7 Status Bar Transparency

Status bar, not notification pull down. I've already gotten the notification working, as it was just a standard png edit.
Anyway, is there anyone that can give an explanation on how I can get my status bar to be transparent? I've already gotten the proper image from system/app/SystemUI.apk. I edited it and saved it properly for transparency. Where I'm getting stuck is the whole draw 9 thing, since the image is a ".9.png" file. I've already opened the png in the draw 9 patch tool in the SDK, but I'm just totally stuck at this point.
I sort of understand the deal with drawing black lines on the right and the bottom for the content areas, then the two dots on the top and left for the stretchable areas. But after I save the file, I'm still seeing the drawn black lines in the image. Am I not doing something right? After I get that sorted, how do I go about resigning the apk to push it to my device?
You'll need to run Eclipse, this tutorial helped me with draw nines. Once you put them thru Eclipse, the lines will disappear. Then you can extract them from the unsigned apk like the video states, use 7zip to put the images back into your framework-res.apk or whatever without having to resign anything.
http://www.youtube.com/watch?v=Lf1l9JV9JBw&feature=youtube_gdata_player
Sent from my ADR6300 using XDA App
I would love the transparent status bar when you're done with it
Sent from my ADR6300 using XDA App
RMarkwald said:
I would love the transparent status bar when you're done with it
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
+1
I'm a rom-whore, and I'm damn proud of it
Edit: Nevermind, I'm editing the right file. I just did a test and made it completely red and it worked. But, for some reason transparency is not working at all, it just keeps appearing solid black.
I believe it's in services.jar if I'm not mistaken. Or so that's what I had heard. I haven't messed with it myself.
Can you make it semi-transparent?
trock79 said:
Can you make it semi-transparent?
Click to expand...
Click to collapse
That's actually what I'm trying to do. And the file is actually in \system\app\SystemUI.apk\res\drawable-hdpi\
cheez99 said:
That's actually what I'm trying to do. And the file is actually in \system\app\SystemUI.apk\res\drawable-hdpi\
Click to expand...
Click to collapse
Yeah, realized that. it's been a long day theming for me. I will give it a shot and let you know what I get.
trock79 said:
Yeah, realized that. it's been a long day theming for me. I will give it a shot and let you know what I get.
Click to expand...
Click to collapse
Yeah, I've tried about everything I can think of. If you get something put together, I might figure out how to put together a flashable zip of a transparent or semi-transparent status bar and pull down for stock CM7 theme.
Which one do you need? status bar or statusbar?
trock79 said:
Which one do you need? status bar or statusbar?
Click to expand...
Click to collapse
statusbar_background.9.png
I'm not even sure what the other one is used for.
cheez99 said:
statusbar_background.9.png
I'm not even sure what the other one is used for.
Click to expand...
Click to collapse
Sent you a PM.
The actual image is in SystemUI.apk. But it won't render transparent without an xml our services.jar hack. It's a pain in the ass. Also if you actually make it transparent you are going to have problems with text and image stacking when you pull down down notifications. I just replace the image in SystemUI.apk with a 480x38 top part of my wallpaper.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
That's ingenious. Have to give up wallpaper scrolling though.
bilbobrian said:
The actual image is in SystemUI.apk. But it won't render transparent without an xml our services.jar hack. It's a pain in the ass. Also if you actually make it transparent you are going to have problems with text and image stacking when you pull down down notifications. I just replace the image in SystemUI.apk with a 480x38 top part of my wallpaper.
Click to expand...
Click to collapse
Here's a test SystemUI.apk that you can flash that I'm using for maybe my next update on my Custom CM7 Incredible ROM.
Was made for the cm_inc_full-2 CM1 nightly 2/19/11 thanks to sonnysekhon.
Flash to install:
http://www.mediafire.com/file/xyi5ndl6ww68t6y/SystemUI-test5.zip
MicroMod777 said:
Here's a test SystemUI.apk that you can flash that I'm using for maybe my next update on my Custom CM7 Incredible ROM.
Was made for the cm_inc_full-2 CM1 nightly 2/19/11 thanks to sonnysekhon.
Flash to install:
http://www.mediafire.com/file/xyi5ndl6ww68t6y/SystemUI-test5.zip
Click to expand...
Click to collapse
Unfortunately it only works on the lockscreen, screen transitions, and with live wallpapers. I don't use live wallpapers so it just remains a black bar for me.
hexon said:
Unfortunately it only works on the lockscreen, screen transitions, and with live wallpapers. I don't use live wallpapers so it just remains a black bar for me.
Click to expand...
Click to collapse
In ADW Launcher settings to go System Preferences, and uncheck Wallpaper Hack, and the transparency will be enabled with regular wallpaper.
With Launcher Pro, it only works with LWP.
MicroMod777 said:
In ADW Launcher settings to go System Preferences, and uncheck Wallpaper Hack, and the transparency will be enabled with regular wallpaper.
With Launcher Pro, it only works with LWP.
Click to expand...
Click to collapse
Indeed that does work. Now, if I could only get that transparency to work with the original CM7 theme. I'm not a fan of all the extra theming stuff that particular patch adds. Thank you though.
MicroMod777 said:
Here's a test SystemUI.apk that you can flash that I'm using for maybe my next update on my Custom CM7 Incredible ROM.
Was made for the cm_inc_full-2 CM1 nightly 2/19/11 thanks to sonnysekhon.
Flash to install:
http://www.mediafire.com/file/xyi5ndl6ww68t6y/SystemUI-test5.zip
Click to expand...
Click to collapse
trying to download this but i get bombarded with window advertisements. and then it saids your download is starting and just stays stuck on there.

ICS Digital Desk Clock as a Widget

In the stock ICS alarm settings from the stock analogue clock widget you can access a digital "desk clock" mode. If you long touch this desk clock, the screen goes black and you get a very sleek blue version.
members.iinet.net.au/~trinityjayone/ICSclock1.png
I have scoured the web and downloaded countless digital clock apps looking for something that achieves this blue digital clock in widget form. One widget came close ( market.android.com/details?id=com.eightsoft.ICSDigitalClock ), but it has a background that can't be removed and the text doesn't even fit into it properly.
Anyone know of a widget that fits the bill? Am I better off just working out how to make it myself?
Try HD Widgets. it has exactly what you want, with many digital clocks, weather and background options.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sorry, perhaps I wasn't 100% clear. I'm after a clock that looks identical to the screenshot I posted. Same font, same colour (or the options to set it up as such).
it may not be exactly the same, but i think it's the closest one available at the moment.
If you find wt you looking for please share it with us here as i also like that blue lock clock.
with minimalistic text
In the zip is a .mtpref File. (make a restore wit minimalistic text[free])
fonts: AndroidClock.ttf, Roboto-Regular.ttf
if you mean this
Indeed it is...and I did try Minimalistic Text but I have no idea how to go about inserting different fonts into it. Perhaps if you could dumb it down a notch for me?
TrinityJayOne said:
Indeed it is...and I did try Minimalistic Text but I have no idea how to go about inserting different fonts into it. Perhaps if you could dumb it down a notch for me?
Click to expand...
Click to collapse
1. Create new folder on sd card called 'fonts.' Make sure there are no subfolders within it - just the actual true type font files.
2. Pick folder 'font,' not specific sub font, in the global settings for font selection.
3. Under each text type on each widget - normal, accented, nonaccented - you must select the font, the list should populate when you do as above.
Argh so easy! Don't know how on Earth I missed the "choose fonts" folder before. Thank you kind sir!
TrinityJayOne said:
Argh so easy! Don't know how on Earth I missed the "choose fonts" folder before. Thank you kind sir!
Click to expand...
Click to collapse
No Problem
Thanks! I was just looking for this yesterday and after finally figuring out where the .mtpref file had to go I've got it working.
Try this thread.
http://forum.xda-developers.com/showthread.php?t=814054
I have no idea how to get minimalist text widget onto home screen. No long press for widgets in ICS.
Anybody know how I can get this to work? I installed the app from market but they don't appear in the widgets section...
EDIT: Seems it takes time for newly installed widget apps to populate the widget section. I see them after a while.
Sent from my VzW Nexus Prime
Working and looking great thanks for the "restore" file. I cant even count the number of clocks I have tried and not loved.
kerberos7 said:
1. Create new folder on sd card called 'fonts.' Make sure there are no subfolders within it - just the actual true type font files.
2. Pick folder 'font,' not specific sub font, in the global settings for font selection.
3. Under each text type on each widget - normal, accented, nonaccented - you must select the font, the list should populate when you do as above.
Click to expand...
Click to collapse
sorry, but i need you to noob it down even further. first, i need hd widgets correct? then i create the new fonts folder within the sdcard directory and copy the contents of your fonts zip into that new folder. what's with the uhr folder? once those are install i can them go into hd widgets and fiddle with the settings?
appreciate the walk through assistance.
colonel_james said:
sorry, but i need you to noob it down even further. first, i need hd widgets correct? then i create the new fonts folder within the sdcard directory and copy the contents of your fonts zip into that new folder. what's with the uhr folder? once those are install i can them go into hd widgets and fiddle with the settings?
appreciate the walk through assistance.
Click to expand...
Click to collapse
oh, minimalistic text the app.....
took a while, but i finally figured it out.
Try using one more clock widget app it has the ics theme that youvwant plus many more and you can change the colors of the clock too
Sent from my Revolver powered Asus Transformer by Shadow_Droid -The Darkest of the Droids-
Shadow_Android said:
Try using one more clock widget app it has the ics theme that youvwant plus many more and you can change the colors of the clock too
Sent from my Revolver powered Asus Transformer by Shadow_Droid -The Darkest of the Droids-
Click to expand...
Click to collapse
That is perfect!
I'm a big fan of the one more clock widget, far more elegant than a lot of the other clock apps.
Sent from my Galaxy Nexus using Tapatalk
where exactly does the uhr folder go?
i downloaded the minimalistic text app and created the fonts folder with the fonts in it
the minimalistic text widget hasnt shown up yet
thanks for any help in advance

ICS blue|black|trans| Gapps icons.

I changed my Icons to better match the ICS blue theme. Here they are if you want them.
Here is a zip containing most of my icons, all that are pictured in this thread and some more. This zip contains all 3 sizes of each icon to replace every icon in the apk. They are numbered by size 48,72,96. However they are also all the same file name and contained in individual zips. So be careful not to overwrite when unpacking.
http://dl.dropbox.com/u/6879136/Fatsix_Icons.7z
To change the SMS icon.
Rename mms.apk to mms.zip
Double click to open (using winrar here) DO NOT UNZIP!
Res>mipmap-xhdpi
drag and drop ic_launcher_smsmms.png over top the old one. Let it replace it
rename mms.zip back to apk.
Then install however you normally would
The contacts and phone icon are located in the contacts.apk it's done the same way as the mms.apk, in the same folder name, just replace ic_launcher_phone.png, and ic_launcher_contacts.png
I have copies of my apk's. You probobly should too. Lemme know if i need to change something.
Blue_Graphic Package, Barrowed Themed apps by others, Icons by me, Notification icons by me.
Blacked out Gtalk (Thanks xcape) Notificatoin icon does not work, you need to have your framework-res.apk modified (it's stupid)
Blacked out Gmail (Thanks b-boy)
Blacked out SMS (Thanks Mastur Mynd)
Blacked out Contacts/Dialer and people (Thanks xcape), I removed the annoying cyan lines in the dialer background.
New Icons for Browser
Includes New glass transparent Gtalk icon. weeeeeeeeeeeeee
http://dl.dropbox.com/u/6879136/Blue_Graphic.zip
See thumbnail below for screenshot.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Blacked out GMail *barrowed from b-Boy and MM* with matching notification icon.
Now in a flashable zip! (thanks runandhide05)
http://dl.dropbox.com/u/6879136/Black_Gmail.zip
Flashable Stock Internet browser with re themed icon, and bookmark.
Faded black
http://dl.dropbox.com/u/6879136/Faded_black_browser.zip
Black
http://dl.dropbox.com/u/6879136/Black_browser.zip
Good job man. I've been wanting to change these icons but I get told off when I do
Love the wallpaper. Any chance of sharing it?
Sent from my Galaxy Nexus using xda premium
they look great.
is there any chance you can recolor the red of the gmail icon to match and post that too ?
thanks a lot man , png works great with desktop visualizer
LeCore said:
they look great.
is there any chance you can recolor the red of the gmail icon to match and post that too ?
Click to expand...
Click to collapse
here you go, put these in the mipmap-xhdpi folder in the Gmail.apk
EDIT: Fixed colors to match ICS better
perfect.
you DA man
I got bored so I'm converting some more icons to cyan,
Calendar
Google Music:
EDIT: Fixed colors to match ICS better
Gallery
http://www.dropbox.com/gallery/2651304/1/Android_Gallery?h=cdde53
Fyi, if you use ninjamorph you can change these right from your phone. Amazing app and I just tested to make sure it still works for us and it worked perfect.
Sent from my Galaxy Nexus using XDA App
akellar said:
Fyi, if you use ninjamorph you can change these right from your phone. Amazing app and I just tested to make sure it still works for us and it worked perfect.
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
Great find! This app is awesome, this will save me so much time, thank you
bacardee said:
Great find! This app is awesome, this will save me so much time, thank you
Click to expand...
Click to collapse
Thank the dev for sure. It didn't work for me when I tried to change images in systemui btw so it may only cooperate on non-framework apks for now.
Sent from my Galaxy Nexus using XDA App
Black icons added, transparent gtalk icon. Includes a blacked out Gmail barrowed from b-Boy and MM, with matching notification icon.
Go here for more:
http://rootzwiki.com/topic/13745-mod-ics-blueblacktransparent-gapps-icons/
Van you make this cwm flashable?
Sent from my Galaxy Nexus using XDA App
/
energie said:
Van you make this cwm flashable?
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
Which one?
I have some of them pre packaged in apk's already.
As far as flashable zips go, I am on the fence. I believe you should learn to do a few core things, in case something gets messed up and you don't have a zip to flash and fix. I probably will build a zip that contains all the updated Gapps with different themed icons when I am finished with the notification icons.
Which music icon do we replace?
91ludesit said:
Which music icon do we replace?
Click to expand...
Click to collapse
I havent worked on the music icon, the one posted isn't mine. But it should be res/mipmap-xhdpi/
fatsix said:
I havent worked on the music icon, the one posted isn't mine. But it should be res/mipmap-xhdpi/
Click to expand...
Click to collapse
Except that folder does not exist inside music2.apk, hopefully someone knows.
91ludesit said:
Except that folder does not exist inside music2.apk, hopefully someone knows.
Click to expand...
Click to collapse
Not sure what apk that is.
should be googlemusic.apk
res/mipmap-hdpi/
veryify that the file you are replacing is 72x72 pixels
fatsix said:
Not sure what apk that is.
should be googlemusic.apk
res/mipmap-hdpi/
veryify that the file you are replacing is 72x72 pixels
Click to expand...
Click to collapse
Tried there, and nothing, the icon was indeed 72x72.
Any chance you could do the market too?
91ludesit said:
Tried there, and nothing, the icon was indeed 72x72.
Any chance you could do the market too?
Click to expand...
Click to collapse
I dont know what music2.apk is....
my google music is googlemusic.apk, pulled from data/app/googlemusic.apk
gtalk,mms/smms,gmail,contacts are being done first. I am theming the icons in your notification bar as i go. It takes some time.

[TRANSPARENT WIDGETS][TEAM REJECTZ]UPDATE!!! Accuweather Pandora News & Weather

Just use Root Explorer to push to /system/app folder, set permissions to the same as the others in the /system/app folder, reboot and enjoy.
1.GenieWidget (News and Weather)
2.Pandora
3.accuweather
4.Samsung Weather Widget (full size accuweather transparent)
5.Transparent Clock (blue date)
Helps with the clutter and your wallpaper/theme can be anything without the widgets not matching your theme. If people like these, hit thanks and let me know you like it, give me ideas for other ones, and I'll see about getting them posted.
timmetal6669 said:
Just use Root Explorer to push to /system/app folder, set permissions to the same as the others in the /system/app folder, reboot and enjoy.
1.GenieWidget (News and Weather)
2.Pandora
3.accuweather
Helps with the clutter and your wallpaper/theme can be anything without the widgets not matching your theme. If people like these, hit thanks and let me know you like it, give me ideas for other ones, and I'll see about getting them posted.
Click to expand...
Click to collapse
nice! ty i would like to see a google music or maybe even soundcloud
Pushed, fixed permissions and rebooted and I am getting "Pandora has stopped."?
cuezaireekaa said:
nice! ty i would like to see a google music or maybe even soundcloud
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1308722
I found this a while ago. I've used both the blue and white 100% transparent widgets on my E4GT and it works great.
Does this require TW?
Thanks!
Edit: Nevermind, tried it and it worked great! Thanks. I'm running CM9 A5.
Nice. Thanks, man. I tried another transparent accu-weather widget awhile back and it looked great but wouldn't update properly and I could not add any locations to it. I'll try these for sure
Great work my friend
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
dweeze87 said:
Pushed, fixed permissions and rebooted and I am getting "Pandora has stopped."?
Click to expand...
Click to collapse
Ya that's normal if you have your original updated Pandora still in./system/app. You need to remove the widget from your home screen first , delete your original Pandora apk from /system/app, then push my modded Pandora apk.
yitzter said:
Does this require TW?
Thanks!
Edit: Nevermind, tried it and it worked great! Thanks. I'm running CM9 A5.
Click to expand...
Click to collapse
I'm.running the LG home launcher and works great. Thanks for letting me know it works on.CM9. I didn't know that! Cool.
timmetal6669 said:
I'm.running the LG home launcher and works great. Thanks for letting me know it works on.CM9. I didn't know that! Cool.
Click to expand...
Click to collapse
Great work. I am all over that transparent weather widget!
Esoteric68 said:
Great work. I am all over that transparent weather widget!
Click to expand...
Click to collapse
I have a full size accuweather widget I can post if anyone would rather that one. I believe its the most updated version that will update itself like every 15 min too. If anyone wants me to post the full size (4x2) let me know. Here is a screen shot...
timmetal6669 said:
I have a full size accuweather widget I can post if anyone would rather that one. I believe its the most updated version that will update itself like every 15 min too. If anyone wants me to post the full size (4x2) let me know. Here is a screen shot...
Click to expand...
Click to collapse
Do you happen to have the transparent clock widget from two that is in your first screenie?
Thank you!
Sent from my SPH-D710 using Tapatalk 2
crevis24 said:
Do you happen to have the transparent clock widget from two that is in your first screenie?
Thank you!
Sent from my SPH-D710 using Tapatalk 2
Click to expand...
Click to collapse
Ya i got a transparent TW clock with green date and clock with blue date. Give me a while to digg them up and I'll post them up tonight.
EDIT: Just updated the OP for ya buddy.. gimme thanks if I helped you out. Push to system/app.
timmetal6669 said:
Ya i got a transparent TW clock with green date and clock with blue date. Give me a while to digg them up and I'll post them up tonight.
EDIT: Just updated the OP for ya buddy.. gimme thanks if I helped you out. Push to system/app.
Click to expand...
Click to collapse
Thank so much!! Really like these
Sent from my SPH-D710 using Tapatalk 2
crevis24 said:
Thank so much!! Really like these
Sent from my SPH-D710 using Tapatalk 2
Click to expand...
Click to collapse
No Problem.
timmetal6669 said:
No Problem.
Click to expand...
Click to collapse
Hey great job, i also had to grab these. TEAm REJECTz
Sent from my SPH-D710 using XDA
Full screen
First of thanks for posting the widgets.. it's great work.
I've updated my Samsung Galaxy SII (SPH-D710) to run AOKP build 37. very hpappy witht the rom but i am missing my full screen weather.
So, i have used root explorer to copy DigitalClock, signedTP accuweather and SamsungWidgetweather to /system/app
The digital Clock works and the accuweather works. Unfortunatley the one i really want to work is the full screen weather widget (SamsungWidget_WeatherClock.apk) but for some reason when i go to the widgets set up i can not find it in there.
Now, i have checked the persmissions are set correctly (0644) and also the owner is set correctly.
I have rebooted plenty of times, and yet cannot find it even though it is on the /system/app folder.
Am i missing something ? is there anything else i need to set ?
and just to be on the safe side, Is this the widget from touchwiz that makes the full screen display sunny or rainy etc according to weather conditions ?
Thanks in advance for your help on this matter..
mister7000 said:
First of thanks for posting the widgets.. it's great work.
I've updated my Samsung Galaxy SII (SPH-D710) to run AOKP build 37. very hpappy witht the rom but i am missing my full screen weather.
So, i have used root explorer to copy DigitalClock, signedTP accuweather and SamsungWidgetweather to /system/app
The digital Clock works and the accuweather works. Unfortunatley the one i really want to work is the full screen weather widget (SamsungWidget_WeatherClock.apk) but for some reason when i go to the widgets set up i can not find it in there.
Now, i have checked the persmissions are set correctly (0644) and also the owner is set correctly.
I have rebooted plenty of times, and yet cannot find it even though it is on the /system/app folder.
Am i missing something ? is there anything else i need to set ?
and just to be on the safe side, Is this the widget from touchwiz that makes the full screen display sunny or rainy etc according to weather conditions ?
Thanks in advance for your help on this matter..
Click to expand...
Click to collapse
Unfortunately aokp and tw aren't always Compatible. . Sorry but not much i can do about that. Some advice is that you can search some of the aosp roms and pull a widget from there.
There is a tutorial on how to make transparent widgets in the Android themes and mods section off of the xda home page! Good easy way to start learning how to theme!
Can it run on CM9?
abc_52051414 said:
Can it run on CM9?
Click to expand...
Click to collapse
As was posted above, some can, and some can't. As far as i know only the Samsung clock widget is for TW only
do you have the the transparent calendar Month app..

Categories

Resources