HTC Desire : Want To Change Homescreen Icons

Jul 21, 2010

Im trying to change the icons on my homescreen but I cant seem to get them to change, ive got the icons i want ([ICON_PACK] The DROID Collection_v1.0 - xda-developers) saved to the root of my SD card, Ive tried to use FolderOrganiser and BetterCut but i cant seem to get them to change on the homescreen, maybe im doing it wrong?

HTC Desire : Want to Change homescreen icons


HTC Desire :: Want To Change Stock Icons

Jun 20, 2010

Right i dont want to hijack the 'show us your screens' thread so thought i'd start this one.I am really keen to pimp up my phone and keep changing it like most of you,but the one thing i am unsure about is changing my icons.My main screen has handcent,people,facebook,market etc and i would really like to change the stock icons but am not sure how.What apps do i need etc and then how do i do it?.Some of the screens in that thread look cool and i want.

View 1 Replies View Related

HTC Desire :: Change Icons - Do I Need To Root?

Jun 24, 2010

Having now got used to Android I'm wanting to mess about with my Desire and get it looking really personal.

A lot of people on here completely re design their folder icons using the icon packs. However, can you do this without having to root your phone?

I just don't want to be rooting my phone and would love to make it even more personal.

View 7 Replies View Related

HTC Desire :: Change Some Icons With Folder Organizer?

Sep 4, 2010

So I have Folder Organizer Lite because I want to change some icons but unfortunately I have no freaking idea how to do this. Could somebody help me out here? Oh and I also have another question. How can you import your own wallpapers onto your Desire?

View 9 Replies View Related

HTC Desire :: Change Icons On Notification Bar To Different Colors?

Sep 26, 2010

Can anybody tell me how I can change the icons on the notification bar to different colors if WiFi to blue or network to orange etc.

View 4 Replies View Related

HTC Desire : How Can I Change Icons / Fonts Phone?

Jun 7, 2010

i was looking at the "show me your homescreen" thread and alot of people seem to have diffrent icons and fonts on there desire.

View 4 Replies View Related

HTC EVO 4G : How Can I Get More Icons On Homescreen

Oct 7, 2010

Is there any way of having more then 4x4 icons on the on-screen?

View 5 Replies View Related

HTC Desire :: Better Cut And Folder Organiser In Order To Change Icons

Jun 30, 2010

I have tried using Better Cut and Folder Organiser in order to change the icons on my HTC Desire. However, when I try and do this for Messaging, Email or People application, it always reverts back to the standard HTC icon.

How have other people got round this? Or is this just a problem I am experiencing? I am un-rooted.

View 4 Replies View Related

HTC Desire :: Change / Rename Widget Names - Icons?

Sep 7, 2010

Ok, just trying to set up the screens on my new desire and just put a direct ring and direct text widget on it, however i can't seem to change the name/icon of either.

As they both of them look the same i want to change them into "ringname" and "txtname" but can't seem to figure out how. And is it possible to change the widget picture as well ?

View 3 Replies View Related

Android :: Add Custom Icons To Homescreen?

Sep 16, 2010

I am trying to add custom icons to the homescreen (not the dock) and I can't seem to figure it out. Can someone give me some guidance?

View 12 Replies View Related

Android :: Bookmark Icons On Homescreen

Nov 18, 2010

Bookmark and add to my homescreen 60x60 icon does not apprear. Make

<link rel="apple-touch-icon" href="images/iphone.png"/>

Size: 60x60 pixels. tried 8bit and 24bit ping! Does not work. Site is on a localhost and not 'online'.

on http://news.bbc.co.uk/sport if I bookmark and add to my homescreen it works!

Why? They use: <link rel="apple-touch-icon" href="/sol/shared/img/iphone-sport.png"/>

View 1 Replies View Related

HTC Incredible :: Want 2 Gmail Accounts With 2 Icons On HomeScreen

Jul 8, 2010

searched the threads and couldn't find anything regarding this. I have 2 gmail accounts and want to have 2 icons on my home screen and not have to keep going into gmail and swapping back and forth to each account. Is there any way to do this?

View 6 Replies View Related

Motorola Droid :: Icons Disappear On Homescreen

May 18, 2010

I've done the searching and nothing has solved my problem and the last time this was brought as far as I can tell was back in December. My issue is that there is no consistent time when this happens. Sometimes it happens as I unlock the homescreen, as I'm exiting out of an application, as I rotate the screen, and even as I'm shifting between home screens. It also happens randomly based off of my last reset. Since it started (about a month ago) it has happened as long as 3 days after my last reset and sometimes as soon as 20 minutes after. I've tried installing the Home++ application but that did not solve the problem either. Does anyone know of a setting or way to bring the icons back without having to reset the phone? Any help would be greatly appreciated.

View 9 Replies View Related

General :: HTC - Homescreen Webapp Shortcut Icons

Nov 14, 2011

This question might be specific to HTC phones, but I'm not sure. I have various bookmarks for sites with decent webapps that I'd like to have as icons on my homescreen. What I would like is for their icons to be specific to the site (like iOS or BlackBerry), but instead what happens is I get the ugly red HTC Sense bookmark icon for each of them. Any way to get the site-specific icons to appear (or if it's even possible)?

View 3 Replies View Related

General :: Remove Names And Just Have Icons On Homescreen

Jan 28, 2013

I am looking for a way to remove apparently names from the homescreen and just have the icons. Anyway to do this?

View 2 Replies View Related

Android :: Possible To Organize Homescreen Icons Programatically Arrange Each One's Position?

Aug 31, 2010

Is it possible to organize the homescreen icons programatically so that i can arrange each icon's position?

View 1 Replies View Related

General :: Remove Old Shortcut Icons From Homescreen During Custom ROM Installation?

Mar 16, 2012

Issue with a custom ROM I've been playing around with in an attempt at customizing it to meet my personal needs.

Basically, the custom ROM installation removes old, unwanted .apk's from the stock image it is replacing. This is done by a script/command in the META-INF->com->google->android->updater-script file. Here's an excerpt as an example:

Code:
run_program("/sbin/busybox", "mount", "/system");
show_progress(1, 100);
package_extract_dir("system", "/system");delete("/system/app/Launcher2.apk");

However, while the script works perfectly to remove the actual apk's/apps from the device, once the custom ROM is loaded, the old shortcuts (to some of the apps that were uninstalled) remain on the homescreen (these shortcuts are placed there by default by the stock ROM). If you try to tap the shortcut, it simply states something to the effect of "this application is not installed on your device". While these "dead" shortcuts can be moved to the trash bin and deleted from the homescreen, it'd be nice if I could make it so the custom ROM installation automatically does this.

I've tried modifying the Launcher2.apk to reflect the changes I am looking for; but to no avail. In the Launcher2 /res/xml/default_workspace.xml file, I am easily able to specify which apps I do want shortcuts placed on the homescreen for during the installation. But - there doesn't seem to be a way for me to issue a command to remove the old, unwanted shortcuts and these "dead" shortcuts are present nonetheless, despite whatever changes I make to the default_workspace.xml (it does add my "new" shortcuts, though).

Any way that this could be done during the actual custom ROM installation process? And where would I add it to (default_workspace.xml, Android Manifest.xml, framework-res.apk, boot.img...

View 1 Replies View Related

HTC Incredible : Change Phone Icons Like Camera / Photos To Stock Droid Icons?

May 13, 2010

Is there a way to change the HTC Icons like camera, photos to the stock Android Icons?

View 5 Replies View Related

Samsung Captivate :: Instant Message - Change Icons With Different Icons

Nov 25, 2010

I notice that the home screen is customizable but not the four applications on the bottom, the call, email, browser and applications. How would I change those icons with different icons? Mainly the email and browser. How do I turn off or at least severly limit the data that goes to and from my phone. I do not have wireless and am just a bit paranoid about going over my data limit. I got the phone from work and this is my first smartphone so I am a bit nervous about anything I do on it.

View 3 Replies View Related

Samsung Moment : Homescreen Replacement / Find CNN - ESPN - FaceBook Icons

Nov 16, 2009

This was originally going to be a post about missing icons. I'll return to that.

I recently installed a (paid) homescreen app called GDE from a guy at XDA developers. It's wonderful, and gives me a choice of the number of homescreens, transition type, and whether the sequence of screens loops or not (appears endless) It works well and is very smooth. I use the box transitions and it's very impressive.

Back to the icons, which will be of interest to anyone who replaces their homescreen app. When I installed GDE, I was basically given 5 blank homescreens. All my shortcuts were gone and had to be re-installed.

Not so bad, because it gave me a chance to re-organize my device. But, I couldn't find my CNN, ESPN, Facebook icons. That's when I started this post, because I thought they were apps, they are not, they are browser favorite shortcuts on the homescreen.

So, if any of you replace your home app and want to restore these, just open your browser, go to favorites, and long hold on the shortcuts you want to install on home.

View 5 Replies View Related

HTC 4G : Can You Change EVO Homescreen

May 3, 2010

All of the marketing and news literature out there shows it with that giant "analog-flip-clock" at the top. I just don't like it. Is there a way to change that out? I figure that there is a way to do it, but just wanted to make sure. I was hoping to make the home screen a little more sleek, without the virtual "phone" button on it, and without what look like virtual + - buttons.

I'm asking because I assume that this functions the same as other HTC phones, and I've never owned one. I'm thinking that somebody who has owned a T-Mobile HTC or something could answer.

View 4 Replies View Related

HTC EVO 4G :: Add Homescreen And Change Screen Unlock?

Jun 8, 2010

I ran a search and could not find answers to these But does anyone know if it's possible to:

1) Add an extra homescreen? I could use more than the stock 7.

2) Change the button that wakes the screen up and brings you to the screen unlock mechanism. Right now i have to press the power button and i'd rather it be one of the face buttons that does this hard to change iphone muscle memory.

View 2 Replies View Related

Android :: Change Settings For 5 Rows On Homescreen

Nov 10, 2010

Does anyone know if there is an app that will change your settings to allow for 5 rows of icons on your homescreen other than a home replacement app. I'm running LauncherPro, but my phone (Droid X) has been a lot more glitchy since I installed it.

View 1 Replies View Related

HTC Droid Eris :: How To Change Homescreen Wallpaper?

Feb 26, 2010

I just got the eris a couple weeks ago, and then the trackball died so verizon sent me a new one. Now on the new phone when I try to change my homescreen wallpaper, it always wants to zoom in on the image. I'm not sure how to explain it, but it will let me use the full width, but not the full length while looking at the phone with the buttons on the bottom. So I have an image that is 320x480, and it wants to crop it down to 200x200 for example. It zooms in and makes it a square, instead of a rectangle like the screen is. I just want the wallpaper to be what it looks like when the image first opens from the photo album app. But as soon as I try to make it a wallpaper it wants to zoom in and make the photo look dumb.

View 1 Replies View Related

Android :: Change Button Image When Press In Homescreen Widget?

Jul 15, 2010

I have a homescreen widget with an imagebutton. I have the button working with a pending intent, but I can't seem to figure out how to change the button image when it is pressed. I tried using a selector and it works in my widget test activity, but not in the remoteview. How could I implement this functionality in the home screen widget?

View 2 Replies View Related

HTC Desire : Can I Get Galaxy S Homescreen

Oct 2, 2010

Is there a way to do this? I'd rather have the big icons than the tiny desire ones, but not a samsung phone. Any ideas or help anyone?

View 8 Replies View Related

HTC Desire :: Creating Folder On Homescreen

Jul 10, 2010

I have figured out how to create a folder on my homescreen but for the life of me can't figure how to change the name of the folder or how to add shortcuts to different programs into a folder.

View 8 Replies View Related

HTC Desire :: Homescreen And Home Button

Apr 26, 2010

when pressing the home button it takes you to the middle one of the seven homescreens (3 to the left and 3 to the right) is it possible to change this so upon pressing the home button you are taken to the far right homescreen?

View 1 Replies View Related

HTC Desire :: Homescreen Facebook Shortcut

Jun 19, 2010

Is it possible create a homescreen shortcut to Facebook touch website? I'm not liking the Facebook app as it doesn't show notifications on the current icon. Do I need to have the widget?

View 6 Replies View Related

HTC Desire :: No Current Weather Animation On HomeScreen

May 3, 2010

how do I? I have only seen it once when I turned my phone on. Otherwise I have never seen the current weather status animated on home screen.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved