Not deploying on OS 2.0.0.7971 Android app

Well, I'm developing an application on Android runtime. I rather already have the app and have run it before and everything worked fine when I was using the Beta of the OS developer 2.0

I recently updated my Playbook OS 2.0.0.7971 and now no applications are running when it is deployed on the Playbook.

My Playbook is on: OS 2.0.0.7971
Dev PC operating system: Windows 7 Professional 64 bit

Yes the developer mode is on and I am connected via USB to the PC

My Dev Environment
I just re-did my Eclipse Indigo, installed latest version of the Android SDK and ADT and redownloaded the playbook for eclipse android plugin, it now is everything last.

This is the detail of the problem:

1. I connect the Playbook and start a project in Eclipse
2. the application starts to deploy on the Playbook, an icon is added to the Playbook (sometimes android runtime is started)

And then following error message appears:

Impossible to deploy the speed indicator project
Info: Send request: install
Info: Action: install
Info: File size: 50980
Info: installation...
Info: Treatment 50980 bytes
News: Advance of 50%...
News: Progress 100%...
actual_dname::com.valueapps.
utilities.speedometer.testELFL8wt1HxFgGnioTFq0Z4A
actual_id::testELFL8wt1HxFgGnioTFq0Z4A
actual_version::1.0.1.0
result::failure-4

Any of you can help me with this? At least tell me what is failure - 4 means so that I could fix the problem?
I'll keep posted the updates guys.
Thanks in advance.

While I'm talking to myself, I have a solution here too. This can help someone out there.

I borrowed a different playbook with OS 2.0 and everything worked fine on that. Therefore, my Playbook had some flaws.

Only thing I could see was different on my PlayBook it has been updated since the beta version of the developer with many applications to test on it.

I did a cleanup of on my own, up-to-date security operating system and now it works good.

A solution of taking time, but it worked.

Hope this helps someone.

Tags: BlackBerry Developers

Similar Questions

  • BlackBerry smartphones can not use the Web form to contact the Android App Support team

    I am trying to use the 'form of commitment Web' to https://salesforce.services.blackberry.com/webforms/googleplay to file a feature request (improve the integration of group BBM with calendar BB on Priv). However, after completing the form, he decided that my private isn't actually a private (although it looks like a private, sounds like a private and claims to be a Priv) and I am quite incapable of agreeing the form data.

    I tried several times with the same message pop up an error telling me that my private is not a priv... even if it's a private - and purchased directly from BlackBerry to day 1.

    Anyone have any ideas?

    -James

    Hello

    Looks like you need someone to "look more" in BB systems to see what is happening... of course, this isn't what is available here in these forums of users. But, fortunately, all of the privileges that come with the direct support of BB:

    Good luck!

  • BB10 not all contacts are available in a scope Android app.

    Departure

    Application uses permission to contacts.

    What can be the problem?

    Thank you.

    Hello

    This was reported to one of the testers. Only 100 of its 700 + contacts was visible in the application. Problem solved by updating to the latest version of the OS.

  • SQLJ ok Java app but jax - ws will not deploy

    H,

    I'm new to Jdeveloper (currently using 12.1.2.0.0) and I haven't used Java for some time. So I apologize if the question is stupid.

    I have problems with the current project, I decided to write a very simple java application using sqlj and make sure that it would work. The application works perfectly. Please see below.

    = java file with Main class =.

    package sqlj.test2;

    import java.sql.SQLException;

    public class sqlj_test {}

    public sqlj_test() {}

    Super();

    }

    Public Shared Sub main (String [] args) throws SQLException {}

    sqlj_test sqlj_test = new sqlj_test();

    REF FREHandler.

    int tmp = 100037;

    String ImageBase64Encoded;

    try {}

    REF = new FREHandler();

    ImageBase64Encoded = fre.getImgBase64 (tmp);

    System.out.println (ImageBase64Encoded);

    } catch (SQLException e) {}

    System.out.println ("error code:" + e.getErrorCode () + "error msg:"+ e.getMessage () ');

    String sqlState = e.getSQLState ();

    System.out.println ("SQL State:"+ sqlState ");

    }

    }

    }

    ================================ FRE_Handler.sqlj ========================================

    package sqlj.test2;

    to import java.sql.DriverManager;

    import java.sql.SQLException;

    Import oracle.jdbc.OracleDriver;

    Import sqlj.runtime.ref.DefaultContext;

    public class FREHandler {}

    CTX DefaultContext.

    public getCtx() {} DefaultContext

    return ctx;

    }

    Public FREHandler() throws SQLException {}

    Super();

    try {}

    DriverManager.registerDriver (new OracleDriver());

    java.sql.Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@obase-bip6:1521:orcl", "PUT", "$2012 DasuMet");

    DefaultContext.setDefaultContext (new DefaultContext (conn));

    CTX = DefaultContext.getDefaultContext ();

    } catch (SQLException e) {}

    System.out.println ("error code:" + e.getErrorCode () + "error msg:"+ e.getMessage () ');

    String sqlState = e.getSQLState ();

    System.out.println ("SQL State:"+ sqlState ");

    }

    }

    Get the picture to format base 64 encoded for the user of the URN Ref number entry application

    public String getImgBase64 (int i) throws SQLException {exception

    int jctcr = i;

    String limgbase64 = "";

    #sql limgbase64 = {VALUES (FGET_IMGCLOB_FROM_URN (: IN jctcr))};

               

    System.out.println ("public String getImgBase64 (int i) return"+ limgbase64);

    Return limgbase64;

    }

    }

    =============================================================

    The problem is that when it transformed into a jax - ws without changing the code, except for the failure of the main class. I get such error as shown below.

    = SQLJ file with Service WS =.

    package sqlj.test3;

    import java.sql.SQLException;

    Import javax.jws.WebMethod;

    Import javax.jws.WebService;

    Import oracle.jdbc.OracleDriver;

    Import sqlj.runtime.ref.DefaultContext;

    Import oracle.sqlj.runtime.Oracle;

    @WebService

    public class FRE_Handler {}

    CTX DefaultContext.

    Public FRE_Handler() throws SQLException {}

    Super();

    try {}

    Tested this style of connection as stand-alone Java application and it works

    java.sql.DriverManager.registerDriver (new OracleDriver());

    java.sql.Connection conn = java.sql.DriverManager.getConnection ("jdbc:oracle:thin:@obase-bip6:1521:orcl", "PUT", "$2012 DasuMet");

    sqlj.runtime.ref.DefaultContext.setDefaultContext (new DefaultContext (conn));

    CTX = sqlj.runtime.ref.DefaultContext.getDefaultContext ();         

    } catch (SQLException e) {}

    System.out.println ("error code:" + e.getErrorCode () + "error msg:"+ e.getMessage () ');

    String sqlState = e.getSQLState ();

    System.out.println ("SQL State:"+ sqlState ");

    }

    }

    @WebMethod

    public String getImgBase64 (int i) throws SQLException {exception

    int jctcr = i;

    String limgbase64 = "";

    #sql limgbase64 = {VALUES (FGET_IMGCLOB_FROM_URN (: IN jctcr))};

               

    System.out.println ("public String getImgBase64 (int i) return"+ limgbase64);

    Return limgbase64;

    }

    }

    =====================================================================

    Here are the errors displayed by JDSeveloper when I try to test the Web Service

    [Running the application on IntegratedWebLogicServer SQLJ_TEST_3...]

    [16: 56:43] SQL_Test_3WebApp.war of Module Web recognized in the project SQL_Test_3.jpr

    [16: 56:43]-deployment began.  ----

    [16: 56:43] the target platform's (Weblogic 12.x).

    [16: 56:43] recovery of the existing application information

    [16: 56:43] analysis of the dependence running...

    [16: 56:43] deployment 2 profiles...

    [16: 56:44] wrote on the Web for C:\Users\Dev\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee\drs\SQLJ_TEST_3\SQL_Test_3WebApp.war application Module

    [16: 56:44] wrote the Module Enterprise Application to C:\Users\Dev\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee\drs\SQLJ_TEST_3

    [16: 56:44] redeploy the Application...

    < 14 March 2014 16:56:44 THIS > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request of deployment with the ID "1394812604414" to "7" task Error is: ' weblogic.application.ModuleException: java.lang.ClassNotFoundException: sqlj.runtime.ref.DefaultContext ".

    weblogic.application.ModuleException: java.lang.ClassNotFoundException: sqlj.runtime.ref.DefaultContext

    at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:114)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    to weblogic.application.utils.StateMachineDriver$ ParallelChange.run (StateMachineDriver.java:80)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: sqlj.runtime.ref.DefaultContext

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:335)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:302)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

    Truncated. check the log file full stacktrace

    >

    < 14 March 2014 16:56:44 THIS > < WARNING > < hats > < BEA-149004 > < failures have been detected all introducing deploy the task for the application "SQLJ_TEST_3" >.

    < 14 March 2014 16:56:44 THIS > < WARNING > < hats > < BEA-149078 > < message 149004 track battery

    weblogic.application.ModuleException: java.lang.ClassNotFoundException: sqlj.runtime.ref.DefaultContext

    at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:114)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    to weblogic.application.utils.StateMachineDriver$ ParallelChange.run (StateMachineDriver.java:80)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: sqlj.runtime.ref.DefaultContext

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:335)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:302)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

    Truncated. check the log file full stacktrace

    >

    [16: 56:44] undeployment.

    [16: 56:44] - incomplete deployment.

    [16: 56:44] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    # Can't run application SQLJ_TEST_3 due to the deployment on IntegratedWebLogicServer error.

    [16: 56:44] requested cancellation

    [SQLJ_TEST_3 application stopped and cancelled IntegratedWebLogicServer]

    This is because the SQLJ library does not come as part of WebLogic and is not deployed by default.

    You can add the jar for SQLJ file in the lib of your WebLogic domain directory or set the default Runtime SQLJ Jdeveloper to deploy library.

  • OMS.ear not deployed during the installation of Oracle OSM 7.0.3

    Hello

    I installed MSO 7.0.3 according to the steps shown in the installation guide for OSM. But oms.ear is not deployed on the WL server, however the database schema is created correctly.
    I am using below s/w-
    Windows XP, Oracle DB 11g server from WL Oracle 11 g, OSM 7.0.3, RAM - about 3 GB

    But whenever I tried the manual oms.ear deployment, throw exception mentioned below and let me know the solution for this issue.

    Error log is mentioned below-

    # < 10 sep 2012 11:00:22 AM GMT + 05:30 > < error > < Console > < INPUHJPC56418 > < AdminServer > < ExecuteThread [ASSET]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < weblogic > <><>< 1347255022126 > < BEA-240003 > < Console met the following error weblogic.management.DeploymentException: [J2EE:160149] error in the processing of library reference. References application library, defined in weblogic pending - application.xml: [Extension name: adf.oracle.domain, exact match: false], [name of the Extension: oracle.jsp.next, exact match: false].
    at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)
    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >

    Thank you and best regards,
    Angèle Chastenet of gery

    ADF is a must for the OSM 7.0 and later versions.

  • "b2bui" is not deployed on the target "AdminServer.

    I assigned the b2b server administrator

    but under my deployments, the b2bui is like new condition.

    I get error 503 - Service unavailable.

    I tried to update the b2bui by selecting it in the deployments and clicking on update, it updates.


    But the b2bui and b2bconsole are under AdminServer when checked in the tab target.

    I tried to start the service by clicking Start Alll queries, and then he threw me an error
    "b2bui" is not deployed on the target "AdminServer.

    Please let me know

    Thank you

    It seems that you have configured the wrong password in the configuration of data source and so when the data source is trying to connect to DB with incorrect password continuously then after several attempts the account is getting locked. Make sure that this source of SOA data and the MDS have the good password configured.

    Kind regards
    Anuj

  • Catalog not deployed

    I use the ANT tasks to deploy my catalog instead of the pitcher.  When I use this, the catalog is not deployed.

    < zip destfile = "cricketarchitecture.zip" >
    < zipfileset dir = ' target / ${stage} ' includes = "" * / BasicTile.swf "prefix ="BasicTile"/ >"
    < zipfileset dir = ' target / ${stage} ' includes = "" * / BasicTileTwo.swf "prefix ="BasicTileTwo"/ >"
    < zipfileset dir = "C:/users/mike/Adobe Flash Builder 4.5/catalogs" includes = "Default.cxml" / >
    < / zip >

    < action mosaic-catalogue = "import."
    file = "cricketarchitecture.zip"
    property = 'response '.
    Protocol = "${Protocol}.
    Server = "${Server}".
    port = "${port}".
    username = "${username}".
    password = "${password}" / >
    < echo message = "${answer}" / >
    < / target >

    Any ideas?

    Thanks in advance!

    The reference ${catalog} is inside your CXML file. Change there.

    In the tooling, if you manually deploy the catalog (rt click on view of the packages, and then select CompositApplicationFramework > Deploy) tooling will be first generatea a catalog.zip, then load it up (internally, it uses the same Ant task that you call from the build.xml). You can see the zip in the project output folder after the deployment has occurred.

    Compare the structuore of the zip tool generates the structure that your generation is creating. They must match. The server is waiting for content in a specific format, if the zip file is not fair, that imports resulting will not do what you expect. In particular, to ensure that there are exaclty a single file with the extension of .cxml originally from the zipper. The tiles that are referenced in this descriptr must exist in a subfolder (tiles/%s/%s.swf - where %s is the name of the mosaic). If the tile has fies GXML they belong it there too much support.

  • Error: Static content was not deployed. Ask your system administrator

    One of my users gets the following error of static content was not deployed. Please ask your administrator to help system.

    Anyone had this before, or what someone knows what it is referencing. This happens whenever it runs a report and the report formats not correctly.

    At present, it seems that for him, but I don't think it's the control panel that she run Citrix and all other existing users on Citrix are not complaining.

    I,

    I saw him, it happens randomly to some users and nobody else, we have seen the year last a few weeks and then it stopped and restarted again in January then stopped again. Log a call with CC and give them this CR # 12 - 1QK0RRZ, the last update I have on it, it is "understand that this will require some changes to the code before its fixed. However, I am unable to provide you with a scheduled time of implementation at the moment. I will update you as soon as I hear more about this one. "but it was in March.

    2 things, is not happen in Firefox if it is an option for the user, AND we found if you connect to staging and then return to prod, he did disappear, don't ' don't ask me how or why, but it seemed to work for us.

    good luck ;-D
    Alex

  • Apple TV will not be displayed as home hub in iOS iPhone app House 10

    I'm trying to set up the AppleTV 4th gen to act as a drop-in centre, but it will not be displayed in the home of the iPhone app.

    Both devices use the same iCloud, tried a disconnection and returned but nothing, two-factor authentication is activate, location is enabled, iOS are both updated with even wifi link...

    Also, I checked in my apple ID page and all devices appear correctly, but I can't understand why the Apple TV is not recognized by iPhone kit home.

    Any help appreciated

    Dave

    I have the same problem.  A ran the same traps you.  2 factor auth active.  Sign in and out icloud.  No luck.  Can activate ipad like home but 4th gen apple tv hub will not simply act as the hub.  Under settings, accounts, icloud... no homekit option available.

  • Why is not available in the US store loose Office mac app?

    Why is not available in the US store loose Office mac app? Are their outstanding issues with the app?

    You must apply to the developer. Apple reserves the right to remove an element if it does not perform to his expectations or a developer may not able to promote and sell a product around the world due to specific restrictions

  • Cloud tv Android App not available outside the United States

    Why the new cloud TV android app is not available for people outside the USA (Google game store of restriction)?

    As far as I can tell that the iOS app can be installed by anyone, so this seems unnecessary.
    He also mentions the cloud TV app for android on Toshiba of the EU website.

    On a separate note, does anyone know when the update of the firmware will be available which provides support miracast for TV of cloud platform?

    Details are not known to me, but on the cloud of Toshiba TV portal, you can find this disclaimer clause;

    + Toshiba Cloud TV is available in the television series L4, L6, L7, L9, M6, M8 and M9. +
    + Toshiba cloud TV content differs from one country to another and may change or end without notice. +
    + Errors and omissions excepted. +
    + The features available in the Toshiba TV cloud application may vary according to the country selection. +
    + Availability of app MediaGuide and Toshiba cloud TV vary dependent countries. +
    + To view the list of products and creating model and legal information, please click [here. | http://www.Toshiba.eu/innovation/Generic/disclaimers-Legal-Information/] +.

    http://www.Toshiba.EU/innovation/generic/cloud-TV-portal_eu/

  • 10.1 Samsung galaxy tablet will not print to MX922, opportunity printer Android app from google play.

    10.1 Samsung galaxy tablet will not print to MX922, opportunity printer Android app from google play.

    Canon PRINTING inkjet ink/SELPHY is what I used, also tried other apps of Canon he printed only once during the initial installation.

    I could not spend more time on it so my solution was I returned it and bought an HP that has been printing wirelessly every day for a week now.

    Thank you all.

    Xxx82

  • Not able to read the BB10 Dev Alpha contacts (door Android app)

    Hi friends,

    I wore my Android app that exports the contacts into a CSV file that is stored on the SD card.

    When I run this app on my device BB10 Dev Alpha B, it creates an empty file.

    I guess that the BB10 Android runtime does not support the access contacts in BB10.

    Is someone can shine some light on this issue?

    Thank you

    Hemant

    Hello world

    I hope I can clarify what is supported in the BlackBerry Runtime for BlackBerry 10 Android applications when it comes to support of Contacts.

    Currently, support is in place to add an entry in the Contacts list to either contact existing, or by adding a new contact to the list. This can be understood as write-only access. We do not query the list of contacts or save existing contacts. There was some security issues behind the decision to only allow this access level, but as always, we are open to discussion of different use cases.

  • Android app can not find the file in /sdcard

    Now for a question which is not so stupid. I hope.

    I finally have my converted, android app installed and running.  But it doesn't seem to be able to find the files in /sdcard.  I've placed the file in the folder misc/android on the playbook, but my app doesn't seem to be able to find it. I get errors when I try to open the file.

    Yes, that's all.  All that was needed was permission to MOUNT_UNMOUNT_FILESYSTEMS.

  • Not sure about the best way to structure my app.

    Hello

    I'm not sure of the best way to structure my app.

    I have a main menu that links to 3 submenus, each a link to a number of pages. Initially when I clicked on a menu button, that he would open a submenu instantly and then clicking a button, the page open instantly. And return to the previous menus was also very fast.

    But at some point that he started getting really slow. I click on a button in the main menu and he thinks for a while before moving on to the pick-me-up submenu is too slow. I'm not sure why and I lose a lot of time trying different ways to do it.

    So what I want to know, as far as efficiency goes, should I create the main menu and submenus 3 at the start of my application, keep these same objects active and just pass pointers to them around like settings and pop on and off the screen of the battery when required, or should I just create them as new items whenever they are needed?

    Any advice on this would be greatly appreciated.

    If each submenu returns to the main menu, just use the screen for the navigation stack. Don't forward mainMenu for the submenus; to return, just pop the submenu and the main menu will be back at the top. At the time of mainMenu wants to open a submenu, just push without fun first.

    Have you thought to check for memory leaks? There is a discussion of 3 parts of this by Kamen:

    How to find that leak memory (part i)

    How to find this memory leak (Part Two)

    How to find this part of memory ((troisieme leak)

Maybe you are looking for

  • The Firefox emblem isn't here. How I 'recover '. ?

    I watched the video Getting Started. When I went to get the Firefox emblem in the upper left of the page, it is not there on my version. I have a bar of menus, tabs, engine search - but without Firefox.

  • RAM Acer Aspire V5-571PG

    Hey guys,. I have an Aspire V5-571PG Win 8 and I was wondering if I could upgrade RAM. I searched on google but I have not found anything. Do not know much about these employees... so if anyone knows it please leave a comment. Thanks in advance.

  • 1394 Firewire sound card is unable to be detected under Vista SP2

    Hello I have an external sound card that connects to my laptop via Firewire 1394.  This device is not detected at all Windows Vista SP2.  When I plug the unit in and the power it upward, with external power supply because it's a 4 pin Cable, Windows

  • Screen frozen with no backup CD

    My laptop which came loaded with Vista Home premium freaked out and closed last night. I do not remember the whole process, but I have not seen the error messages.  Now, when I turn it on, it shows the beautiful picture I have as a backdrop and my cu

  • Defragment the System Volume

    Defragmenter Windows 7 shows C: drive and the system as separate volumes and never defragmented it. I have seen that the percentage of fragmentation is increased from 1% now 13%. And it continues to grow. Is this cause for concern and is it possible