NullpointerException in LocationProvider Listenerthread

Ive been hunting around the forum for some time for a solution to this problem but have no luck... Ive has developed an application that needs to monitor gps... positioning using the obvious locationprovider with independent criteria I do work... for the first 5 minutes at least... my debugging code shows me that the location is updated with the provider (added locationlistener) regularly and without any hickups... However after about 5 minutes or more (and yes it is compatible) I get a nullpointer exception... the use of the debugger in eclipse, it shows which is comes from LocationProvider ListenerThread.run line 644... Obviously I don't see what he does so that is where the headaches come... Here is my code (although not very complicated) that I use to make it all work... any input is useful, but ill keep working on it... If I'm missing something obvious please feel free to point me in the right direction (or link by the way) thank you...

public class GPS implements LocationListener {
    private LocationProvider provider;
    private Location location;
    private WhereAreYouMainScreen mainscreen;

    public GPS(Criteria criteria,WhereAreYouMainScreen main) throws LocationException
    {
        this.provider=LocationProvider.getInstance(criteria);
        this.provider.setLocationListener(this, -1, -1, -1);
        this.mainscreen=main;

    }
    public Location getLocation(RichTextField rich)
    {
        return this.location;
    }
    public void locationUpdated(LocationProvider provider, Location location) {
        System.out.println("Location updated new location: "+location.getQualifiedCoordinates().getLatitude()+" "+location.getQualifiedCoordinates().getLongitude());
        this.mainscreen.LocationUpdated(location);
        this.location=location;

    }
    public void providerStateChanged(LocationProvider provider, int newState) {
        System.out.println("Provider state changed");

    }

OK, so I think that Ive solved the problem... I tried to use if(location!=null), but kept program hooked to this place... looking through the class location, I found isvalid()... it seems to work but I can't explain why the provider would say it is avaailable I check the supplier State to inside the locationUpdated() method and the provider is always avaiable... Here is my code if n e one encounters this problem, I hope this helps...

public void locationUpdated(LocationProvider provider, Location location) {
        System.out.println("LOcation updated check validity");

        if(location.isValid())
        {
            System.out.println("New Valid Location: "+location.getQualifiedCoordinates().getLatitude()+" "+location.getQualifiedCoordinates().getLongitude());
        this.mainscreen.LocationUpdated(location);
        return;

        }
        System.out.println("Error Location was NULL");
        int i=provider.getState();
        if(i==LocationProvider.AVAILABLE)
        {
            System.out.println("Weird provider was avaialable");
        }
        if(i==LocationProvider.OUT_OF_SERVICE)
        {
            System.out.println("Provider out of servcie");
        }
        if(i==LocationProvider.TEMPORARILY_UNAVAILABLE)
        {
            System.out.println("Provider temp unavailable");
        }

    }

Tags: BlackBerry Developers

Similar Questions

  • "Error 500: java.lang.NullPointerException.

    "Error 500: java.lang.NullPointerException" COSA MEANS MEAN? Pole MI ESCE QUESTA WRITTEN MENTRE PER UNA DOAMANDA GRAZIE

    Hello

    This is an English language Forum.

    Please go to

    http://answers.Microsoft.com/en-us/IE/Forum?TM=1373748955969&tab=all

    to select your language from this link English 

    You can also choose a region or language on this page:

    http://support.Microsoft.com/common/international.aspx

    Don

    Questo e UN forum in lingua inglese.

    If get di andare

    http://answers.Microsoft.com/en-us/IE/Forum?TM=1373748955969&tab=all

    by rates the lingua da questo link English 

    If Può anche rates una regione o lingua da questa pagina:

    http://support.Microsoft.com/common/international.aspx

  • _ERR_COMMAND_EXCEPTION CMN3101E user, the system is unavailable due to "java.lang.NullPointerException".

    I just had some problem to be able to print a PDF file that has sent me a reliable source of the school. He could not open with precision and would not print. I was told a few undesirable and the part of it said:

    User CMN3101E the system is unavailable due to "java.lang.NullPointerException".

    I then Googled that and found the I needed to have the video drivers Intel and not the versions of MS due to some problems. I went through all this mess by using Device Manager and switched 2 pieces of diff for Intel drivers Intel and not versions of MS. I also did an UPDATE MS after a reboot to ensure that another MS Update would not reinstall certain versions of MS and if he found them I wanted to mark them for future IGNORES and ignore them now.

    Still no go. I need help big time. Does anyone for a small iJEFF help today¿

    Hi Jeff,

    1. What is the brand and model of the printer?

    2. is the specific question in the PDF? Have you tried other files to print?

    See the articles:

    Resolve PDF printing problems

    http://helpx.Adobe.com/Acrobat/KB/troubleshoot-PDF-printing-Acrobat-Reader.html

    http://www.Adobe.com/cfusion/search/index.cfm?cat=support&term=Java%2Elang%2ENullPointerException&loc=en_US&self=0&LR=en_US&product=Acrobat

    Let us know if you have other questions about Windows in the future.

  • NullPointerException when app running, but don't not during debugging

    When I run my app in the Simulator I get a nulpointerexception, but when I debug in the Simulator even I get no exception.  Has anyone seen this behavior before and how can I find the source of the exception?

    I tried this a couple of simulators.  There's a place in my code I know wherever I knocked a nullpointer but this exception is caught by the debugger with a catch (Throwable t) {...} line.  Catch (Throwable) does not work in run mode?

    I use JDE 5, 9550 and 9530 sims, eclipse 3.5.2 plugin 1.1 and compliance of java 1.5

    By adding an extra

    catch (NullPointerException e) {}

    block that now my exception gets handled.  The final catch blocks look like this:

    try{
    ...
    //code that throws nullpointerexception
    ...
    } catch (NullPointerException e) {
        lat=0;
        lon=0;
    catch (Throwable t) {
            lat=0;
        lon=0;
    }
    

    Seems to me the catch (Throwable t) should work in run mode too.  Is NullPointerException not a throwable in run mode?

    -Peter, I did not look into the timing stuff.

  • setPreferredTransportTypes for the LocationProvider

    Is there a way to setPreferredTransportTypes for the LocationProvider in 5.0?  I have problems with the connections on the company's intranet.

    It is not possible to define the route of transport for a LocationProvider.

    The first versions of BlackBerry device software 5.0 tried to use SDM first, then BIS_B.  This was changed in later 5.0 (and 6.0) versions to try to use BIS_B first, then MDS.

  • PhoneLogs.addCall (Journal CallLog) throwing NullPointerException in OS 5.0?

    Hi developers, RIM

    I found phonelogs.addcall (Journal CallLog) seems to throw NullPointerException in Simulator for OS 5.0 beta. Could someone confirm this?

    Same error occurs in swapCall() as well.

    You can report bugs using the developer Issue Tracker.  Please refer to this post: http://supportforums.blackberry.com/t5/Java-Development/Developer-Issue-Tracker/td-p/271768

  • java.lang.NullPointerException packaging projects

    Hello

    I can't pack all projects (even the self project basis created in the new blackberry) on eclipse indigo with the new plugin eclipse blackberry.

    I always get this error:

    null
    Error
    Fri 18 Nov 10:17:02 VET 2011
    An internal error occurred during: «Packaging projects...» ».

    java.lang.NullPointerException
    at net.rim.ejde.internal.H.M.getVMVersion(RIMEIDE:286)
    to net.rim.ejde.internal.util.V$ _B.A(RIMEIDE:3008)
    to net.rim.ejde.internal.util.V$ _B.compare(RIMEIDE:468)
    at java.util.Arrays.mergeSort(Arrays.java:1270)
    at java.util.Arrays.sort(Arrays.java:1210)
    at java.util.Collections.sort(Collections.java:159)
    at net.rim.ejde.internal.P.H.A(RIMEIDE:3054)
    at net.rim.ejde.internal.P.H.A(RIMEIDE:1072)
    at net.rim.ejde.internal.D.F.H(RIMEIDE:2736)
    at net.rim.ejde.internal.D.F.A(RIMEIDE:3548)
    at net.rim.ejde.internal.D.F.D(RIMEIDE:1478)
    at net.rim.ejde.internal.D.F.D(RIMEIDE:383)
    at net.rim.ejde.internal.D.A.run(RIMEIDE:1808)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
    at net.rim.ejde.internal.D.D.runInWorkspace(RIMEIDE:841)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

    I have tried to open the app_descriptor file, restart eclipse and I don't no succeed.

    Kind regards

    How were plug-ins installed?  Did you use the full installer or update the site?

    Have you installed both the BlackBerry Java for BlackBerry Java SDK and Eclipse plug-in?

    If so, can you try to create a new workspace?

  • Newbie question - NullPointerException in enterEventDispatcher

    Hello

    I'm new to the Blackberry development and use the 4.6 SDK Eclipse plugin. I used the sample applications as a basis and try to add 3 buttons to my main screen. It's code to the constructor of the main screen

    public MyAppScreen() {        super(DEFAULT_MENU | DEFAULT_CLOSE);        try{            setTitle(new LabelField("My First App", LabelField.ELLIPSIS                 | LabelField.USE_ALL_WIDTH));                       FieldChangeListener listener = new FieldChangeListener() {              public void fieldChanged(Field field, int context) {                    Field buttonField = (Field) field;                  System.out.println("Button pressed: " + buttonField.getIndex());                }           };              HorizontalFieldManager hfm = new HorizontalFieldManager(                    Manager.HORIZONTAL_SCROLL);             ImageButton commBtn = new ImageButton(Field.FOCUSABLE,                  "img/comm_over.png", "img/comm.png");           commBtn.setChangeListener(listener);                        ImageButton accBtn = new ImageButton(Field.FOCUSABLE,                   "img/acts_over.png", "img/acts.png");           accBtn.setChangeListener(listener);                     ImageButton oppBtn = new ImageButton(Field.FOCUSABLE,                   "img/opp_over.png", "img/opp.png");         oppBtn.setChangeListener(listener);             hfm.add(commBtn);           hfm.add(new RichTextField(Field.NON_FOCUSABLE));            hfm.add(accBtn);            hfm.add(new RichTextField(Field.NON_FOCUSABLE));            hfm.add(oppBtn);                add(hfm);       }       catch(Exception e){         e.printStackTrace();        }   }
    

    I call it in my UiApplication class as follows

    public MyApp() {    MyAppScreen homePage = new MyAppScreen();    pushScreen(homePage);}public static void main(String[] args) {   MyApp app = new MyApp();    app.enterEventDispatcher();}
    

    ImageButton is a custom class whose code I made custom buttons sample application subject to change. When I run the application, I get a NullPointerException and stacktrace illustrates the exception in the MyAppScreen paint method.

    Is someone can you please tell me what could be wrong with the application.

    Thank you.

    @mantaker, sorry, it was just a typo. Fix the code.

    Thanks for all the answers. I solved the problem. Had missed on initialization in a constructor.

    I feel really stupid

  • Exception: java.lang.NullPointerException untrapped blackBerry Smartphones

    When I start my BB, it gives me this untrapped exception: java.lang.NullPointerException message

    When I try 2 delete a call log number even

    dosent show me any more calls I madeit

    Hi and welcome to the forums!

    I have seen this error several times, usually with a corrupt address book.

    When you start the phone it reads the address book when you delete a call containing log

    you get a contact from the address book as well. Use the following procedure to resolve the issue.

    Thank you

    Bifocals

    "The software of the device or software component of application has not, or there is corrupted data of a synchronization cable.

    http://www.BlackBerry.com/BTSC/search.do?cmd=displayKC&docType=kc&externalId=KB04469&sliceId=2&docTy...

  • NullPointerException in screen #navigationMovement Manager

    Hello

    After you add a VerticalFieldManager to a screen, Manager of navigationMovement super screen throws a NullPointerException and the verticalFieldManager scroll with the trackpad of this point (using the Enter key to scroll works very well and after once the trackpad works again scroll).

    I use the same model as this post defining NullField focus on the top and the bottom of the field with vertical scrolling. Has anyone have the same problems, or have any ideas on places of interest to search for?

    I'm sorry, that I couldn't reproduce it with a simple example. After a few hours, I was able to solve the problem by changing the hierarchy of my screen area, adding a handler of accepting high-field the developed anything in it.

    I think what he throwed NullPointerException because he could not find a field of focus when took place the first movement of the navigation, or the system has attempted to lock the focus on an element unfocusable. I have no final conclusion, I could work around it by rearranging the fields.

  • NullPointerException

    So I try to get a storage for an options screen, but apparently my method of doing this just won't work right. whenever I try to access a variable of the OptionsScreen, it is null, unless I opened the screen Options atleast once.  Now, I tried to create a new instance of the OptionsScreen to see if it works... but it didn't.

    The application starts on the main menu, then the next screen is screen2.  You can open the Options of screen2 screen.  The only way to prevent a NullPointerException is now opening the OptionsScreen atleast once

    I put three categories below to view the corresponding code.

    public class theApplication extends UiApplication
    {
    
        public static OptionsScreen options;
    
        public theApplication()
        {
            pushScreen(new MainMenu());
        }
    
        public static void main(String[] Args)
        {
            // Create a new instance of the sample application
            theApplication theApp = new theApplication();
            // Add this app to the event dispatcher
            theApp.enterEventDispatcher();
            // Create new options screen, to attempt to
            // load all options from persistent store
            options = new OptionsScreen();
        }
    
    }
    
    final public class OptionsScreen extends MainScreen
    {
    
        private static PersistentObject options;
        /** This is the key that allows access to the settings. */
        private static long optionsKey = 0x6514f426119fc864L; 
    
        private static BasicEditField text;
    
        public OptionsScreen()
        {
    
            // Set the title
            setTitle("Options");
    
            options = PersistentStore.getPersistentObject(optionsKey);
    
            setupUI();
    
        }
    
        protected void setupUI()
        {
            retrieveData();
    
            add(text);
        }
    
        private static boolean storeData()
        {
            Options newOptions = new Options(); 
    
            try
            {
                synchronized(options)
                {
    
                    newOptions.setText(text.getText());
                    options.setContents(newOptions);
                    options.commit();
    
                    return true;
                }
            }
            catch(Exception e)
            {
    
                Dialog.alert("error!");
                return false;
    
            }
        }
    
        private static void retrieveData()
        {
    
            Options theOptions = new Options();
            try
            {
                synchronized(options) {
    
                    theOptions = (Options)options.getContents();
    
                    try                { text = new BasicEditField("text ", theOptions.getText());}
                    catch(Exception e) { text = new BasicEditField("text ", "");                  }
    
                }
            }
        }
    
        public void save() throws IOException
        {
    
            storeData();
            super.save();
    
        }
    }
    
    public class Options implements Persistable
    {
        private String text;
    
        public void setText(String newText) { text = newText;}
        public String getText() {return text};
    }
    

    I have your OptionScreen class, do not use the bt constructor to initialize your data:

    static {
            options = PersistentStore.getPersistentObject(optionsKey);
    }
    

    I encourage you to use the Singleton patern

  • what the? (ChoiceField) .getChoiceCached (int) online: 898 NullPointerException

    Why I get this error?   (ChoiceField) .getChoiceCached (int) online: 898 NullPointerException

    The ChoiceFeild object is not null.

    JDE 5.0, 1.6.latest, Windows XP pro 32-bit jdk 1.3.0 eclipse plugin

    The exception gives no message.

    Just found the bug, here's the code.

    Sort = new InData [X];       Suppose X 4 >
    Type [0] =...

    sort [1] =...

    Sort [2] =...

    Sort [3] =...

    That is the problem - the sorting matrix is defined over a length of X but is filled less of X items

    sortChoice = new TransparentObjectChoiceField ("", sort, 0, Field.FIELD_VCENTER, orig) {}
    {} public void paint (Graphics graphics)
    graphics.setColor (menuTextColor);
    Super.Paint (Graphics);
    }
    };

    It was hard to find because the exception was thrown only when the screen with the sortChoice object was pushed and then of course there were several of these objects on the screen so it is difficult to see who wants to go.

    Thank you.

  • Package error - ripple java.lang.NullPointerException

    Hello

    I am facing a problem trying to package by BB10 app using the plugin of ripple and I'm having a difficult time trying to figure out what the problem given the description of the error is really generic as you can see in the newspaper.

    out: [BUILD]   Populating application source
    
    2013-09-10 15:01:27 GET /ripple/build_status/5084 200
    2013-09-10 15:01:27 GET /ripple/build_status/5084 200
    2013-09-10 15:01:28 GET /ripple/build_status/5084 200
    2013-09-10 15:01:28 GET /ripple/build_status/5084 200
    2013-09-10 15:01:29 GET /ripple/build_status/5084 200
    2013-09-10 15:01:29 GET /ripple/build_status/5084 200
    out: [BUILD]   Parsing config.xml
    
    out: [WARN]    You have disabled all web security in this WebWorks application
    
    out: [WARN]    Build ID set in config.xml [version], but no signing password was provided [-g]. Bar will be unsigned
    
    out: [BUILD]   Generating output files
    
    2013-09-10 15:01:30 GET /ripple/build_status/5084 200
    out: [INFO]    java.lang.NullPointerException
    
    out: [INFO]     at com.qnx.bbt.packager.Asset.setSourcePath(Asset.java:88)  at com.qnx.bbt.packager.Asset.(Asset.java:75)   at com.qnx.bbt.xml.BbtExtensionXml.getAsset(BbtExtensionXml.java:571)   at com.qnx.bbt.xml.BbtExtensionXml.getAssets(BbtExtensionXml.java:541)  at com.qnx.bbt.packager.BbtBarValueProvider.getAssets(BbtBarValueProvider.java:202) at com.qnx.bbt.bar.BARPackager.getAssets(BARPackager.java:71)
    [INFO]      at com.qnx.bbt.bar.BARPackager.findAsset(BARPackager.java:233)  at com.qnx.bbt.bar.BARPackager.associateSourceAssets(BARPackager.java:227)  at com.qnx.bbt.packager.AbstractPackager.parseDescriptorAndCreateBarManifest(AbstractPackager.java:577)
    
    out: [INFO]     at com.qnx.bbt.packager.AbstractPackager.doRun(AbstractPackager.java:238)
    [INFO]      at com.qnx.bbt.packager.AbstractPackager.runPackager(AbstractPackager.java:164)
    [INFO]      at com.qnx.bbt.nativepackager.BarNativePackager.main(BarNativePackager.java:61)
    
    out: [ERROR]   Error: null
    
    out: [ERROR]   Native Packager exception occurred
    
    2013-09-10 15:01:30 GET /ripple/build_status/5084 200
    2013-09-10 15:01:31 GET /ripple/build_status/5084 200
    out: [INFO]    java.lang.NullPointerException
    [INFO]      at com.qnx.bbt.packager.Asset.setSourcePath(Asset.java:88)  at com.qnx.bbt.packager.Asset.(Asset.java:75)   at com.qnx.bbt.xml.BbtExtensionXml.getAsset(BbtExtensionXml.java:571)
    
    out: [INFO]     at com.qnx.bbt.xml.BbtExtensionXml.getAssets(BbtExtensionXml.java:541)
    [INFO]      at com.qnx.bbt.packager.BbtBarValueProvider.getAssets(BbtBarValueProvider.java:202)
    [INFO]      at com.qnx.bbt.bar.BARPackager.getAssets(BARPackager.java:71)
    [INFO]      at com.qnx.bbt.bar.BARPackager.findAsset(BARPackager.java:233)
    
    out: [INFO]     at com.qnx.bbt.bar.BARPackager.associateSourceAssets(BARPackager.java:227)
    [INFO]      at com.qnx.bbt.packager.AbstractPackager.parseDescriptorAndCreateBarManifest(AbstractPackager.java:577)
    
    out: [INFO]     at com.qnx.bbt.packager.AbstractPackager.doRun(AbstractPackager.java:238)   at com.qnx.bbt.packager.AbstractPackager.runPackager(AbstractPackager.java:164)
    
    out: [INFO]     at com.qnx.bbt.nativepackager.BarNativePackager.main(BarNativePackager.java:61)
    
    out: [ERROR]   Error: null
    
    out: [ERROR]   Native Packager exception occurred
    
    Done build
    error response - {"code":1,"msg":"[ERROR]   Error: null\n[ERROR]   Native Packager exception occurred\n[INFO]    java.lang.NullPointerException\n[INFO]    \tat com.qnx.bbt.packager.Asset.setSourcePath(Asset.java:88)\tat com.qnx.bbt.packager.Asset.(Asset.java:75)\tat com.qnx.bbt.xml.BbtExtensionXml.getAsset(BbtExtensionXml.java:571)\n[INFO]    \tat com.qnx.bbt.xml.BbtExtensionXml.getAssets(BbtExtensionXml.java:541)\n[INFO]    \tat com.qnx.bbt.packager.BbtBarValueProvider.getAssets(BbtBarValueProvider.java:202)\n[INFO]    \tat com.qnx.bbt.bar.BARPackager.getAssets(BARPackager.java:71)\n[INFO]    \tat com.qnx.bbt.bar.BARPackager.findAsset(BARPackager.java:233)\n[INFO]    \tat com.qnx.bbt.bar.BARPackager.associateSourceAssets(BARPackager.java:227)\n[INFO]    \tat com.qnx.bbt.packager.AbstractPackager.parseDescriptorAndCreateBarManifest(AbstractPackager.java:577)\n[INFO]    \tat com.qnx.bbt.packager.AbstractPackager.doRun(AbstractPackager.java:238)\tat com.qnx.bbt.packager.AbstractPackager.runPackager(AbstractPackager.java:164)\n[INFO]    \tat com.qnx.bbt.nativepackager.BarNativePackager.main(BarNativePackager.java:61)\n[ERROR]   Error: null\n[ERROR]   Native Packager exception occurred\n","data":null}
    2013-09-10 15:01:31 GET /ripple/build_status/5084 200
    

    I tried different solutions but nothing has changed. You have an idea that could help me to identify at least the cause of this error?

    Thank you guys

    Thank you for all your responses guys.

    However, it seems to be that something messed up on my machine, because the same application on another laptop, performed without any problem packing.

  • Unrecoverable internal error: java.lang.NullPointerException when compiling

    Recently, I changed my code, and when I am compiling it, I got this error:

    Unrecoverable internal error: java.lang.NullPointerException

     

    Previously, I had met this exception several times, but when running the application in the Simulator.

    I've tried the cleaning project, cleaning the Simulator and even restart the laptop. Did not work.

    The same error persists.

    Maybe it's a bug in the compiler?

    Finally, I found the culprit:

    I put 5 large images (total size: approximately 18 MB) in the "res/img.

    The solution is to load these images from an SD card.

  • Different ways to reset the LocationProvider in the article?

    Hi guys.

    I'm confused about LocationProvider reset in the statutes.

    So, first of all:

    This article on:

    How to-detect when the GPS is no longer available and the moment reset the LocationProvider

    There are way to reset LocationProvider:

    Step 2: reset the LocationProvider

    Once the detection is complete, the next step is the LocationProvider reset. To do this, simply call reset() on LocationProvider instance, and then set either LocationListener null, or register a new LocationListener.

    It is just like in the code:

    locationProvider.reset ();

    locationProvider.setLocationListener (null, 0, 0, 0);
    locationProvider = null; I am not persuaded that this line.

    locationProvider.setLocationListener (new LocationListenerImpl(), 0, 0, 0);

    Second,

    This article on:

    What's – best practices for the design of GPS applications for smartphones BlackBerry running on CDMA Networks

    There is a code that LocationProvider everything like reset:

    provider.setLocationListener (null, 0, 0, 0);
    Provider.Reset ();
    Provider = null;
    Provider = LocationProvider.getInstance (criteria);
    provider.setLocationListener (new LocationListenerImpl (), interval, timeout, maxAge);

    What is the correct code?  First or second?

    Please help me guys.

    Thanks in advance.

    If I was coding it again, I would

    provider.setLocationListener (null, 0, 0, 0);
    Provider.Reset ();
    Provider = null;

Maybe you are looking for

  • Update satellite M60-132 with more RAM

    Hello In order to run Windows Vista on my M60 - 132 I am advised to spend at least 1 GB or 2 GB of RAM, but I don't know exactly what kind of RAM to buy. Could someone advise me please on this issue? Thanks in advance!Kind regardsThomas

  • issues id and Apple icloud

    I use a Mac OS x Book 10.7.5 version and I also have an ipad. I've set everything with an apple ID. I have changed since my id but may not know how to change it on my mac and ipad so I and get icloud set up again. Any help would be greatly appreciate

  • I have a printer wireless 5512 and after 6 months he left the impression of black. A tried

    Have 5512 model CQ 180 a. It stopped printing black. Changed the cartridge 2 times, done printhead cleaner, tried to print a form, nothing helps. I'm a novice at this but want to use my printer quickly.

  • How to set time on windows XP users

    Hello I'm friends with a school of ICT club and they allow then to use the computer and the teacher asked me to set time limits and block cookies or classified sites, how can I do? Thank you If you like to talk to me e-mail * address email is removed

  • Windows 7, how to extend volume C, when the unallocated disk isn't adjacent?

    I've updated since a 250 GB HDD on a 750 GB hard drive, but can not access the extra space.  To extend the volume C is greyed out. From left to right, the displayed disks are: System > C > Recovery (D) > HP_Tools > 465,75 GB unallocated I want to tha