Icon status bar question

I had a button to turn my 3G on and off at the top of the notification bar...and after recent updates were installed i now have an airplane mode button in it's place and cannot figure out how to get that off and the 3G back on there..it's been a real nuissance..can anyone tell me how to get it back to normal?

forgot to add it's for an LG Vortex

Similar Messages

  • Status bar question !

    Hello out there !
    What is the little icon for that sits on the Photoshop CS6 (CC) Status Bar just to the right of the Zoom Level area ? How is it used ? I've tried clicking on it, right-clicking on it, shift-clicking on it and swearing at it, and nothing seem to happen whether one or multiple documents are displayed.
    Thanks for any help on this !
    Rafi

    Well, I was crazy curious so I did some rummaging around. With Adobe Drive, the files are hosted on a server so that a group can have access and edit files as needed. The icon in the status bar changes to let you know what is going on with that file.

  • Status bar question-applet !!

    I wrote an applet (below) that is supposed (among other things) to write to the status bar but what happens is that "Applet started." always overwrites the text I'm trying to write to the status bar. Why is that and how can I fix that? The code is:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Multiplication extends JApplet implements ActionListener {
         JLabel showAnswer;
         JTextField answer;
         int usersAnswer, product, value1, value2;
         public void init()
                   Container c=getContentPane();
                   c.setLayout(new FlowLayout());
                   showAnswer=new JLabel("Type in the answer: ");
                   answer=new JTextField(10);
                   answer.addActionListener(this);
                   c.add(showAnswer);
                   c.add(answer);
              public void actionPerformed(ActionEvent e)
                   multiplication();
              public void multiplication()
                   value1=0+(int) (Math.random()*9);
                   value2=0+(int) (Math.random()*9);
                   showStatus("How much is "+value1+" times "+value2+"?");
                   product=value1*value2;
                   usersAnswer=Integer.parseInt(answer.getText());
                   if (usersAnswer==product) {
                        showStatus("Very good!");
                   while (usersAnswer!=product) {
                        usersAnswer=Integer.parseInt(answer.getText());
                        showStatus("No.Please try again.");
    }

    I modified my code a little bit and now it works but I still can't figure out how to overwrite the initial string ("Applet started."). Can someone help me,please !!!
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Multiplication extends JApplet implements ActionListener {
         JLabel showAnswer;
         JTextField answer;
         int usersAnswer, product, value1, value2;
         public void init()
                   Container c=getContentPane();
                   c.setLayout(new FlowLayout());
                   showAnswer=new JLabel("Type in the answer: ");
                   answer=new JTextField(10);
                   answer.addActionListener(this);
                   c.add(showAnswer);
                   c.add(answer);
                   showStatus("");
              public void start()
                   showStatusBar();
              public void actionPerformed(ActionEvent e)
                   multiplication();
              public void multiplication()
                   usersAnswer=Integer.parseInt(answer.getText());
                   if (usersAnswer==product) {
                        showStatus("Very good!");
                   if (usersAnswer!=product) {
                        showStatus("No.Please try again.");
              public void showStatusBar()
                   value1=0+(int) (Math.random()*9);
                   value2=0+(int) (Math.random()*9);
                   showStatus("How much is "+value1+" times "+value2+"?");
                   product=value1*value2;
    }

  • What handler is called when a Status-Bar-Icon is clicked in Cocoa-Applescript?

    In Cocoa-Applescript Xcode, what handler is called when the Status-Bar-Icon for my app is clicked? Are there any variables or connections that I have to make?

    Thanks Red_menace! I don't know what the Apple community would do without you.
    For others viewing this question, the following is the proper format, for Cocoa-Applescript:
    property NSStatusBar : class "NSStatusBar"
    property StatusItem : ""
    on applicationWillFinishLaunching_()
    set StatusItem to NSStatusBar's systemStatusBar's statusItemWithLength_(current application's NSSquareStatusItemLength)
    StatusItem's setAction_("myAction:")
    end applicationWillFinishLaunching_
    on myAction_()
    say "Hello!"
    end myAction_
    Where "myAction:" is the action that you want to call when the Status-Bar-Item is clicked. It should also be noted that this handler will not be called if a menu or view is already linked to it's click action.

  • The old status bar showed a lock icon when on a secure site - where is that lock icon in vers 4?

    The status bar was along the bottom of the window. At the right end of that bar, a lock icon would appear when you are on a secure site, like banking or bill pay. With the status bar now gone, where do I see that lock icon?

    The padlock is no longer a part of Firefox; it can give users a false sense that a site is secure by not supplying all of the information about a site. Familiarize yourself with the '''''Site Identity Button''''' in Firefox:
    *https://support.mozilla.com/en-US/kb/Site+Identity+Button
    *http://www.dria.org/wordpress/archives/2008/05/06/635/
    You can install an add-on to show a padlock in the URL/Location/Address bar:
    *https://addons.mozilla.org/en-US/firefox/addon/padlock-icon/
    <br />
    <br />
    '''You need to update the following.''' The Plugin version(s) shown below was/were submitted with your question and is/are out of date. You should update to avoid known security issues with the version(s) you have installed. Click on "More system info..." to the right of your question to see what was included with your question.
    *Shockwave Flash 10.2 r152
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #*There are plugin specific testing links available from this page:
    #**http://kb.mozillazine.org/Testing_plugins
    #'''Update the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*See: https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash

  • ISync icon on status bar vs. opening app

    Ok- new to Mac so I apologize if I butcher this question- however, I have a RAZR- and the syncing thing works great. But, in order to sync, I have to open iSync and click "sync devices". Why doesn't clicking on the small sync icon on the upper status bar, then selecting "sync now" do the same thing?
    As an aside, other than Quickbooks, I LOVE my new Mac- so glad I made the big switch.
    MacBook Pro 17   Mac OS X (10.4.6)   It's hot

    For some unknown reason, Apple changed this when Mac OS X 10.4 came out. Previously the Sync Now function synced all devices. Now it only syncs .Mac.
    If iSync is open, and you use the Sync Now menu item, it will sync all devices however.
    I made a simple application to re-instate the previous functionality, which you can download from my site here:
    http://mobile.feisar.com/syncnow.html
    You can stick it in your dock, or in your favourite menu bar launcher.
    Jools

  • How do I turn off and on the icon size slider bar at the lower right status bar of a folder window.

    I have been trying for days to help a friend with a new iMac to turn on the icon size slider bar that on my iMac appears at the bottom of ever folder when it is open when in the "view" > "icon" mode.  I cannot find anything that discusses this slider bar.  I can turn this status bar off and on on both my machine and my friends machine, but I cannot turn off or on the slider on either machine. 

    This did not help.  I am a Mac User since 1984 and generally I am never stymied buy the Mac OS, but this one has me.   I can open and close the lower status bar, as you described, and that works fine for me because I have the icon slider bar already there and it works fine; however when I open the lower status bar on my friends machine there is no icon size slider bar, and I can't seem to find out how to get it there, as it is on my machine or at all. The icon size can be controlled from the View menu, but as a photographer, it is really handy to have it at the bottom of the folder window.  Thanks for trying. 

  • My phone will not load past the apple icon when trying to turn on. all it has on the screan is apple icon and a blank status bar. whats wrong? and what can i do?

    my phone will not load past the apple icon when trying to turn on. all it has on the screan is apple icon and a blank status bar. whats wrong? and what can i do?

    Hi, Just put phone in the recovery mode and restore to the factory settings. It should work.

  • Weird message below status bar - icons move down and almost touch dock

    Ever since installing 3.0 on my 3g iphone I've had a weird problem. Roughly around an hour or so after the phone is on, the icons on the page move down (about an 1/8 of an inch) and the words "Revisar ADN" appear below the status bar. A little bit later the message will go away but the icons will remain shifted down. The only way to fix it is to turn the phone off and back on again, but again, roughly an hour later it happens again.
    I have restored several times but to no avail.
    Some more info about the situation: I purchased and activated the phone in Guatemala (where I live) and my carrier is Claro. The words "revisar ADN" mean "check DNA" in english. The phone is not jailbroken or anything like that. Even though the carrier is Claro, the international settings are in English with the exception of the spanish language added to the keyboard. I've had the phone for about 6 months and on 2.2.1 never got this message.
    Any help would be appreciated.

    Thanks so much for the information and the investigation on this (I saw you posting in other forums as well). Through some trial and error I think things are working finally. Here is the story for anyone else that might suffer from the same problem.
    I originally tried the SIM trick and took the SIM out, put it into another phone, added a contact, and then put the SIM back in. This unfortunately did not work. A few hours later the icons had moved again. I then noticed that the contact that I had added to the SIM was not in my iphone address book, so I imported the contacts from the SIM (Settings>Mail, Contact, Calendars>Import Sim Contact), hoping that this would fix the problem. That didn't work either. I turned the phone off and on again, and that didn't work either.
    Then I began to look into the "Claro Contactos" issue, and went looking for the SIM Applications (Settings>Phone). Now, I am almost positive that when I looked here earlier that day the SIM Applications button was not there. Maybe it was, but I'm thinking that by putting the chip into another phone and then putting it back into the iphone, this "unlocked" this feature. Or maybe it was the simple act of taking it out and putting it back in. Either way it was there now. I had never heard (or turned on) Claro Contactos so I went hunting for where to turn it off. After finding it "Utilidades Claro" it popped up a message asking if I wanted to turn it on. Obviously I had not used the feature before so I couldn't turn it off like the previous post had suggested. So I did the opposite and turned it on. I then touched the button "Respaldo Contactos" to back up that one contact to this service and then touched the button "Respaldo Automatico" and told it NOT to back up automatically. After doing all of this, I turned the phone off and on again, and now everything has been fine. It's been a full day and my icons are right where they should be.
    I mention the process because I'm not totally convinced that just by turning the Claro Contactos on was the issue. I think the whole process is the solution. Maybe someone else that has the same issue can try the process, but backwards and see if just switching the Claro Contactos on (or off) solves the problem.
    Thanks for the help and I hope this helps whoever else might have the same problem.

  • I have just updated my iPad2 with iOS 6.3.1. and now I am unable to access my home network. The Wi-Fi icon in the status bar is not shown. Under settings, Wi-Fi it shows my network name and under the Wi- Fi menu, chose a Network it shows it is searching f

    I have just updated my iPad2 with iOS 6.3.1. and now I am unable to access my home network. The Wi-Fi icon in the status bar is not shown.
    Under settings, Wi-Fi it shows my network name and under the Wi- Fi menu, chose a Network it shows it is searching for my network by name and continues to run and run without finding the network.
    Prior to updating to iOs 6.3.1 my system worked perfectly.
    Can anybody help please.

    1. Turn off router for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings

  • Is there a complete list of the status bar icons somewhere?

    I just received a Flame phone and have an icon in the status bar that I can't decipher: a "2" followed by what I think is a SIM card graphic, followed by a "!" - I have a SIM card in slot #1 but I am wondering if there is a problem with it. I checked the help pages and I don't see a topic that describes the different icons. Please let me know if I need to fix something. Thanks.

    It's a bug. Means that a second Sim is not installed, but really it should not show at all.

  • How to erase an icon of an erased program from  status bar ?

    I installed WD Anyhere backup to my intel base imac after I erases it with application cleaner program. But the icon of this program sticked to my status bar at the right side near time machine icon. I can not make it desappear. when you click this icon it opens a menu but nothing happens when you click choices. I need help

    Sounds like maybe it is set to open at login?
    Go to: Apple > System Preferences > Accounts > Login Items, highlight and remove the WD backup application from the list of items that will open automatically when you log in, then restart your iMac.

  • [SOLVED]Gnome: No network icon in the status bar

    So fresh install and no networking icon in the status bar.
    I also opened the network connections program and it didnt show any connections. I am using eth0 to write this.
    This suggests to me that a daemon hasnt been started (but doesnt necessarily explain no icon in status bar)
    here is the daemon section of my rc.conf
    DAEMONS=(hwclock syslog-ng network netfs crond networkmanager dbus gdm)
    i added network manager as a previous attempt (on advise of someone elsewhere on the internet(cannot remember where lol))
    Thanks.. I have nearly got my system how I want it (minus software i havent installed yet)
    Sorry if i have created a duplicate thread
    Last edited by olig1905 (2012-01-21 17:33:47)

    Thanks to both of you.
    I had already noticed the redundancy of network which was added in the install however hadnt considered the ordering
    wonder wrote:Did you really read the wiki?
    This is pretty much all i have seen people saying at the end of their posts on here. I agree with the point you have made, however i have been on the wiki all day, conisdering this is a newbie forum it is to be presumed that it is a pretty new installation. Therefore the user does not have time to read the entire wiki. As i said i have been on the wiki all day and used it countless times and have found it invaluable, so im only posting here when i am unable to find answers there.
    That aside this is a wonderfully helpful community so HI

  • Status Bar Icons

    In my status bar there is a little lock with an arrow going in a circle around it. It is by my battery icon. What does that mean?

    It means screen rotation is locked.
    Some more details here:
    http://www.ign.com/wikis/iphone/Lock_Your_Iphone_Rotation
    Matt

  • I have MAC OS X 10.6.8 (up-to-date). How can I get screen mirroring to my Apple TV to work?  The icon does not appear at top status bar..

    I have MAC OS X 10.6.8 (up-to-date). How can I get screen mirroring to my Apple TV to work?  The icon does not appear at top status bar..

    Welcome to the Apple Support Communities
    See > http://support.apple.com/kb/HT5404 AirPlay Mirroring is compatible with Mid 2011 and newer MacBooks Air, and OS X Mountain Lion.
    As you have Mac OS X Snow Leopard, you haven't got a compatible MacBook Air, so you can't use AirPlay Mirroring. However, you can use a third-party app as AirParrot to mirror the MacBook onto your Apple TV > http://www.airparrot.com

Maybe you are looking for

  • Question regarding encryption and decryption

    Hi all, I am doing a authentication project. In which I do encryption and decryption (AES 128 bit) in two different methods. At the time of encryption (for eg a text file ), I store the key in dat file (key.dat). And at the time of decryption, I read

  • Abap Questions Needed

    Hi, Could anyone please send me the abap certification questions or any mock questionnaire on abap to my mail id? I have already gone through the forum and found some useful links.Request you not to provide any links to me but just mail me the docs t

  • How to delete pics from foto library? anybody

    Hi all, I deleted all my pics from the filmrol in the foto app, but now i am trying to delete the pics wich are in my fotolibrary but i cannot find a way how to do this, anybody?

  • Problem with Amarok/Opera/Virtualbox appearance

    I use a plain fluxbox session and only a few non-GTK apps, such as K3B, Amarok, Opera and Virtualbox. Thing is I have KDE 4 stuff installed, and I'm guessing these apps are still KDE 3.x, so in the new "systemsettings" control panel when I change the

  • Ipad Crashed ..... Opens in recovery mode

    Ipad Crashed ..... Does not switch ON..... And the time I try to restore it shows Serial No- n/a and no other specification like capacity etc....... Always opens on recovery mode and when i try to restore it ,it shows error 3194...... I have already