Android :: Is There An App For Changing Max Icon Number?
Mar 11, 2010
I liked how on my LG Dare that I could drag icons onto the home screen and place them how I want (not locked to a grid). Not only could I arrange them however I wanted, I could also place as many as I could fit (almost). Is there a widget or app that allows me to place a "box" on the home screen to toss apps into. Right now I've found 'More Icons widget" but that only allows me to place 4 icons into the spot of 1, which makes them very tiny and arranges them in a square. Anything else out there?
View 4 Replies
Jun 2, 2010
I'm selling my house, and my old phone number (which is still active), is on the advertisment signs and MLS. So, I'm going to keep paying my bill month to month for that account until I sell the house.
However, I'd rather not carry around 2 different phones. I did not port my number to my new service as my old number was not "local" to where I live now.
So, I have service with T-mobile and now Verizon with two different numbers. Can I set-up something where anyone who calls my T-mobile number, will ring through to my my Verizon phone/number?
View 4 Replies
View Related
Jan 7, 2010
I have a Question in my first post.I'm using Ahome on my HTC hero and i really like the theme that i have now but the Icons don't really match (well, some are, some aren't). So my question is :How can i change the icons ? I know how to download icon packs but how do I use the icons and replace them for my current icons?
View 4 Replies
View Related
Jan 4, 2010
One little thing I miss on my Blackberry was that I had it set to vibrate once for Social Network notifications, twice for an email and three times for an SMS. That way I knew how important it might be and whether to take it out of my pocket. My T-Mobile G2/HTC Hero (1.5) doesn't seem to have the option to change the default "vibrate twice". Is there any way of changing it? Or an app that might do it?
View 1 Replies
View Related
Dec 29, 2009
I have a widget that is meant to change its icon every time it receives the Update broadcast. However, the widget never manages to display its icon properly, displaying the text "Problem loading widget". The Logcat message is: WARN/AppWidgetHostView(612): updateAppWidget couldn't find any view, using error view
WARN/ App Widget HostView(612) : android.widget.RemoteViews$ActionException: can't find view: 0x7f060003 The code for my onUpdate is: public class ImageWidgetProvider extends AppWidgetProvider{private static final String TAG = "Steve"; public static final int[] IMAGES = { R.drawable.ic_launcher_alarmclock,/*and many more*/}; @Override public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds){for (int appWidgetId : appWidgetIds) {Log.d(TAG, "onUpdate:"); int imageNum = (new java.util.Random().nextInt(IMAGES.length)); Log.d(TAG, Integer.toString (IMAGES[imageNum])); RemoteViews remoteView = new RemoteViews(context.getPackageName(), R.layout.widget); emoteView.setImageViewResource (R.id.image_in_widget, IMAGES[ imageNum]);Now when I hover the mouse over "R.id.image_in_widget" it brings up that its value is equal to 0x7f060003 - the view that it can't find according to Logcat. Using the second Log statement, I verified that IMAGES[imageNum] does indeed refer to a random image from the IMAGES array. (In case it matters, it comes out as a decimal value rather than a hexadecimal one.) Any ideas what I'm doing wrong? Edit: Here is the layout file for the widget, where the image_in_widget ImageView is declared.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<ImageView android:name="@+id/image_in_widget"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/
View 4 Replies
View Related
May 11, 2010
I want to take my activity the entire screen of the device and I could do that by making appropriate changes in the android manifest file (Theme. NoTitleBar .Fullscreen). But, now I just want battery status icon on my screen alongwith other components of my activity. Is that possible?if yes, then how? I tried to use battery manager but, it does not expose such interfaces. I guess its mainly useful for checking and using battery life status and firing intents appropriately. You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@ google groups .com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
View 2 Replies
View Related
Jul 9, 2010
Is there a way to change an application's icon without upgrading it? The idea is that there are two icons in the drawable folder, both with different names. At some point during the applications runtime, the icon will switch to a different one to alert the user that something occurred. I have looked into doing a widget, but that isn't exactly what I want, since I don't want to send a push notification.
View 2 Replies
View Related
Jun 9, 2009
Does somebody know if this is possibly in 1.5? From: hackbod <hack...@gmail.com> Date: 19 Okt 2008, 20:06 Subject: How can the app icon be changed at runtime To: Android Developers Sorry, application icons can't be changed dynamically in 1.0. On Oct 18, 8:10 am, omni <dbk...@gmail.com> wrote:
View 6 Replies
View Related
Aug 20, 2010
I'm currently using tenuis but was wondering what you guys use? I prefer cartoony icons as you might say however find it very hard too find examples of these icons on the net. Because of this its more trial and error when I download a pack. Can you guys show me what your using so I can get a few different ideas? Also guys I'm thinking of changing my web browser from the stock one? Is there any big benefits of doing this? And which browser in your eyes is the best?
View 1 Replies
View Related
Dec 8, 2009
I have a sprint HTC Hero and have made a few folders on it. But I *hate* the grey colored standard icon - how do I change this? Someone recommended "BetterCut" which I downloaded...it lets me change the icons for other shortcuts (which is great) but not for folders. I don't even mind navigating to this on the actual android device and replacing the original files with new ones - just someone please tell me how?
View 6 Replies
View Related
Nov 12, 2010
Is it possible to change the icon images of applications of android home screen like messaging,browser, mailing etc. I am presently refering to the Home sample application in android sdk.But I m not able to implement the change in icon image.Can someone suggest something?
View 2 Replies
View Related
Sep 1, 2010
Just wandering if there is an app available to change the pictures of icons.For example, I would like to change the Handcent SMS icon to the standard messaging icon, and re-label this as messages.
View 1 Replies
View Related
Sep 15, 2010
Does anyone know how to accomplish adding to my application's launcher icon the circular badge with a number inside of it (indicating number of unread emails) like the HTC mail application does? I know how to do this for notifications, but not for the launcher icon.
View 2 Replies
View Related
Nov 25, 2009
I have a MyTouch and a G1. I used to have an Iphone. On my Iphone, when I would get a new mail message it would light up a red number with how many emails there were on the MyTouch and G1 I get a little notification in the status bar at the top of the phone. My question is on the Iphone if the email notification was lit up with a number of emails that I had... and I went into my HOME computer (or any other computer) and read my email the next time the Iphone would go out to check for mail it would find zero there and turn off the notification. But on my MyTouch and G1, if it goes out to check email and there is none (because it was read elsewhere) it does NOT turn that notification off and it always looks like you have mail until you go into your email on the phone and check only to find none. Any way to fix this?
View 2 Replies
View Related
Sep 19, 2013
I want to change my sms icon im my device but cannot, using xposed and icon themer is not effective
How to find the position of .png for sms on device.
View 2 Replies
View Related
Sep 4, 2010
I do not yet have the incredible but am considering it. I have never had a phone like this, I have had my env2 for two years. I never liked using the keyboard when you open it, I am so much faster doing it on the front screen with itap on the numbers. Does the droid have a setting like this where you can change it from a keyboard to a number pad and text that way? Help would be appreciated, I am a big texter and it will be a big factor.
View 2 Replies
View Related
Jan 26, 2012
I've got a Samsung Droid Charge, which I've rooted. I had used it for about 3 months with minimal issues. Yesterday I noticed my phone was stuck in airplane mode, and no amount of phone codes, setting tweaks, and soft resets would get it out. I backed up everything with Titanium and did a factory reset. This gave me my signal back, and I started the process of restoring everything via Titanium. After the restore completed, I was prompted to add my PIN for my Exchange account, which I did. I then soft reset my phone...
When the phone rebooted, I was in airplane mode again, and the PIN unlock screen was blocking entry to my phone. I enter in the PIN I had set a few minutes previously...and the phone rejects it. I try it a couple of times just to be sure, and no dice. I tried what I thought were defaults, like 1111 or 0000 or 1234...nothing. After my attempts ran out, the phone hard reset itself again.
Just to see if I wasn't crazy, I tried the whole process again and got the exact same result.
Why is my PIN being modified without my knowing, and what is it being modified to? Additionally, why do I get stuck in airplane mode after restoring my Titanium backup? I'd like to be able to use my phone without worrying about the need to wipe it after a soft reset...
View 1 Replies
View Related
Oct 16, 2013
I have Galaxy Gio(Running on JellyBread). Is it possible to change IMEI no. Without changing hardware? If yes then how will it change my device(I mean will it cause some problems e.g network operator problems)
View 1 Replies
View Related
Dec 28, 2012
I've had a Droid X2 for about a year. My wife decided that she wanted to try a smart phone and liked my X2. So, I got a Galaxy Note II for myself and gave her the X2. On my Note II, Verizon assigned the phone number I had previously on my X2. Then, they assigned the phone number my wife had been using on her previous "dumb phone" to the X2. I didn't do a factory reset on the X2...we just assigned the new number. Well, everything's working fine except for one thing. Somehow, the X2 seems to know that it previously had the other phone number and if I call her or text her from my Note II, the call or text shows as coming from a contact called "Me" instead of my name. I've searched everywhere trying to get rid of "Me" but no luck.
View 1 Replies
View Related
Jun 14, 2010
I feel like an idiot, but I can't for the life of me figure out how to change the name and/or icon of a newly created folder in the Sense UI. Can someone help me out?
View 2 Replies
View Related
Aug 30, 2010
anyone able to do this? iV'e changed in settings but it stays light blue on home screen.
View 1 Replies
View Related
Apr 16, 2010
I am dumping Alltel (I live in MT where Verizon and Alltel are separate) the day the Incredible is available out here. My question deals with the process I need to go through to keep my current phone number (I've had it for 7 years and use it for business). What exactly do I need to do? Do I need to cancel my Alltel contract first? Note: this will mean paying the ETF fee associated with my Alltel contract since I am over a year away from my 2 year contract running out. If anyone can shed a light on what I need to do to keep my phone number when changing providers like this.
View 13 Replies
View Related
Dec 18, 2009
You know what I'm talking about: for example when you get multiple new emails the notification icon in the status bar is augmented with a little red circle that contains number of unread mails. Twitroid has the same icon. Any idea how it's done? I don't think (or so I hope) there are 10000 similar icons. Is this red circle generated and overlaid the notification icon?
View 3 Replies
View Related
Mar 13, 2010
Can anyone inform me how to change the battery icon in the notification bar
View 1 Replies
View Related
Jan 11, 2013
I have a Galaxy Nexus running JB 4.2 and I've started playing around with (basic) customisation. Is it possible to change the colour of the Status and System Icons at the top of the screen from the default blue? Preferably to white. I have a nice dark look going courtesy of sammyycakes and others, the blue spoils it a bit.
View 6 Replies
View Related
Nov 19, 2013
My google search bar mic icon goes to an empty mic from times to times. It does that on both my N10 and N5.
I use both devices in Quebec Canada. My phone is setup as english US. Nexus 5
View 5 Replies
View Related
May 29, 2014
Is there something that replicates this feature?: changing a notifications priority/or hiding the notification icon from the status bar.
I know that you can permanently hide all notifications of an app via app info, but what I am looking for is something that will allow me to only hide any icon from the status bar, but the notification will still be there when I pull down the notification shade.
I currently use a ROM that has this feature, and I have yet to find it implemented in any other way or through any other ROM. I would love to go back to stock or an AOSP rom and use only Xposed modules, but this is the only thing that is stopping me. This feature is absolutely vital in my opinion in my everyday use.
You can see this feature in the screenshot below. When I long press any notification when I select the Hide status bar apps notification icon, the icon will not show up. As if it either replaces it (which I believe it does with a transparent dot) or just as useful would be to change the priority of the notification to low.
This just amazes me that I can't find anything else that does this. I'm hoping there is some type of xposed module that can replicate this feature, or anything really. If only i could find the code in the source of the rom myself to compile it into stock or something... Nexus 5
View 3 Replies
View Related
Mar 17, 2010
When I Download an app I see a red number 2 icon in the notification bar with a plus sign behind it. Does anyone know what this mean?
View 6 Replies
View Related
Aug 3, 2009
Can I change the battery icon to show number?
View 8 Replies
View Related
Nov 5, 2012
after changing some router settings (like the number of the channel) my SGS2 on 4.0.3 ICS doesn't connect anymore. WiFi itself is working fine, except the AP of the router i changed. Deleting all AP information and reentering all WPA2 data will change nothing. In my eyes the phone is not forgetting AP data completely when you try to delete an AP entry.
View 1 Replies
View Related