App works not when you deploy with 0.9.4

Hi guys. I had created originally from my application using the 0.9.3 sdk and had no problems. I submitted my app and it was approved, but now I'm trying to re - submit with 0.9.4 and I even can't deploy on the Simulator. I get this error message:

Deployment failed: send request to launch...
Info: Action: launch
Info: Launch of PocketPhotoOrg.debug.testaG90b09yZy5kZWJ1ZyAgICA...
result::failed
Info: done

Also, I get this error message when I run it on the desktop:

VerifyError: Error #1014: class qnx.pps:PSChannel could not be found.

to test2 / ___test2_MobileApplication1_creationComplete () [/ users/AP_Photography/Documents/Adobe Flash Builder Burrito Preview/test2/src/test2.mxml:6]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent() [E:\dev\hero_private_beta\frameworks\projects\framework\src\mx\core\UIComponent.as:12977]
to mx.core::UIComponent / set initialized() [E:\dev\hero_private_beta\frameworks\projects\framework\src\mx\core\UIComponent.as:1757]
at mx.managers::LayoutManager/doPhasedInstantiation() [E:\dev\hero_private_beta\frameworks\projects\framework\src\mx\managers\LayoutManager.as:819]
at mx.managers::LayoutManager/doPhasedInstantiationCallback() [E:\dev\hero_private_beta\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1157]

Could someone tell me why this is happening? I already had 3 approved applications. It's the first time I met this problem and all my other apps went well with 0.9.4 signature and all.

Try to uninstall previous app and install from scratch. If you try to deploy your signed application which you did with 0.9.3 to 0.9.4 sim does launch?

Tags: BlackBerry Developers

Similar Questions

  • Panels to Spry tab, tabs works not when you click on it

    I have a Web site with a tabs inside Panel. When you click the tab, they target is no longer content. I can't see where the error occurred. the site belongs to one of my students, and she put the index.html file in a folder and does not leave it in the directory a root, so I changed a few lines on the page to think where is the file, but I don't see where I need to make changes to get the tabs to work.

    Any help would be great. Thank you.

    Kavik wrote:

    Fine thank you. I took the quotes. I definitley left in when I made the change. I also changed the path to the css file.

    The stll tabs do not work in Explorer. I restarted to make sure it wasn't a cached page I saw. I use Explorer 8.

    Thanks again for you help. Other thoughts?

    June

    If the path is correct for the .js file tabs work. I tested myself.

    The above said path your index.html file is in a different folder in the folder root of your site and that the SpryTabbedPanels.js file is in the folder SpryAssets which lies directly in the folder root of your site. If that's where your files it will work. Of course I don't know what you've been hanging out and let down but do it is the best way to break all the links.

  • Fonts Typekit works not when you access the site through go daddy domain forwarding.

    Let me start by saying that I am a complete nube. I have a limited knowledge of the terminology and the way that the web works but I'm learning. I have CC, has created a site for a friend and used a typekit fonts. I downloaded the site to my hosting account as a "subdomain" of my website to test and everything seemed to work very well. Once I felt that everything was ready to launch, I went to my account of go daddy friends and did his estate on the site. The site loads very well and all the fonts appear ok except one typekit fonts that I used. When you access the site directly (as a subdomain on my site, example: www.mypersonalsite.com/myfriendssite) I see typekit fonts in all its glory, however when accessing the site of the field pointed no name, no typekit fonts. Very confused. I was under the impression that the two methods to access the site will take you to the same place and yet they net of different results. Any help would be appreciated.

    Hey Danny,

    Web of Typekit fonts are served only for the specified domains to publish on time. You need to specify explicitly field of your friend when the site is published.

    The website URL (s) on the ground in the Upload FTP host and export as HTML dialog boxes take in charge several entries separated by commas as in www.mypersonalsite.com, www,myfriendssite.com

    I hope this helps.

    Abhishek

  • LineChart works not when using Flex with joint & amp; JBoss

    This is my first use of Flex with JBOSS Seam and I tried the incorporation of LineCharts Flex with seam on helloworld.mxml. I get this compile error when trying to compile/deploy JBOSS task. I was able to get other parts like the Label, Button, TextInput working. Single line graphs or Bar seems to have problem with the compilation.

    C:\projects\GraniteDSHelloWorldSeam\view\helloworld. MXML (55): error: Type was not found or is not a constant of compilation: LineChart.
    [mxmlc] < mx:LineChart id = "myChart".


    Please provide any suggestions if you have encountered a similar problem.

    I appreciate your help.


    The code below for the helloworld.mxml

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml " xmlns:seam =" org.granite.seam. * ">

    < couture: SeamRemoteObject id = "HelloWorldRO" destination = "destSeamHelloWorld" fault = "onRemoteFault (event); ">
    < couture: addOperations >
    < name of couture: SeamOperation = "sayHello" result = "sayHelloResult (event); "/ >
    < / couture: addOperations >
    < / couture: SeamRemoteObject >

    < mx:Script >
    <! [CDATA]
    Import mx.collections.ICollectionView;
    Import mx.collections.ArrayCollection;
    Import mx.rpc.events.ResultEvent;
    Import mx.utils.ObjectUtil;
    Import mx.rpc.events.FaultEvent;
    Import mx.controls.Alert;

    private var startTime:Number;
    private var endTime:Number;

    private void sayHelloResult(event:ResultEvent): void {}

    endTime = getTimer();
    outputText.text = event.result.toString ();

    Alert.Show ("response:" + number (endTime - startTime) + "ms \nServer response:"+ event.result.toString () ');
    }

    private void onRemoteFault(event:FaultEvent):void {}
    trace (ObjectUtil.ToString (Event.Fault));
    Alert.Show ("fault:" + event.fault.faultCode + '-' + event.fault.faultString + '.) toString() is ["+ ObjectUtil.toString (event.fault) + '"]');
    }

    private void sendServerRequest(): void {}
    startTime = getTimer();
    HelloWorldRO.sayHello ();
    }

    [Bindable]
    public var fresh: ArrayCollection = new ArrayCollection([) collection
    {Month: "Jan", result: 2000, expenses: 1500, amount: 450},
    {Month: "Feb", result: 1000, expenses: 200, amount: 600},.
    {Month: "Mar", result: 1500, expenses: 500, amount: 300}
    ]);

    []] >
    < / mx:Script >

    < mx:Label text = "Send the request to the server" x = "244" y = "192" fontSize = "16" fontWeight = "bold" width = "209" height = "24" color = "#A9CCD3" / >
    < mx:Button '494' = x y = "195" label = "click on" click = "sendServerRequest (); "/ >
    < mx:TextInput name = "outputText" id = "outputText" width = "350" x = "244" y = "243" editable = "false" text = "" / >

    < mx:Panel title = "Graphic line" >
    < mx:LineChart id = "myChart".
    dataProvider = "{cost} '.
    showDataTips = "true".
    >
    < mx:horizontalAxis >
    < mx:CategoryAxis
    dataProvider = "{cost} '.
    categoryField = 'months '.
    / >
    < / mx:horizontalAxis >
    < mx:series >
    < mx:LineSeries
    yField = "Profit".
    displayName = "Profit".
    / >
    < mx:LineSeries
    yField = "expenses".
    displayName = "expenses".
    / >
    < / mx:series >
    < / mx:LineChart >
    < mx:Legend dataProvider = "{myChart}" / >
    < / mx:Panel >


    < / mx:Application >
    Text

    I used GraniteDS earlier and it did not work.
    Now, I tried to use BlazeDS and it seems to work fine. Atleast bringing Flex components with graph correctly.

  • HP Pavilion Gaming: Touchpad works not when you press keys

    As the topic says I can not use the keyboard and mouse at the same time. I tried to disable Smart sense in the Symantecs click buffer settings by moving the slider all the eway to the left, but this has not solved. I also went in the mouse and the parameters of the touchpad and value no delay, but it also did not resolve my problem. I have the latest drivers (19.2.11.38) installed. Is there another setting I'm missing?

    Hello

    Normally, you just have to disable SmartSense or PalmCheck Control Panel of Synaptics - but from what I've seen, it seems no longer works for Windows 10 versions of this driver.

    You may be able to work around this problem as follows.

    First, download the Synaptics driver on the link below and save it in your downloads folder.

    Version of the Synaptics 17.0.18.8 driver

    Disable your wireless card (should be f12 ).

    Open Control Panel, open programs and features, right click on the Synaptics driver and select uninstall.

    When finished, restart the laptop.

    When windows rebooted, open your download folder and re-run the installer of Synaptics - when it is finished, restart the laptop.

    Open the Synaptics settings panel, disable SmartSense or PalmCheck , then check if the touchpad works now with a key on the keyboard is pressed.

    If so, turn on your wireless card and use the utility on the following link to prevent Windows 10 to update automatically the Synaptics driver.

    https://support.Microsoft.com/en-GB/KB/3073930

    Kind regards

    DP - K

  • liaison work not when you use EL for Hashtable keys

    Hi all

    Here's the scenario: I have an iteration of the external, in this iterator, a table and a PanelGroupLayout are generated; the PanelGroupLayout displayed or not displayed depends on a property in backing bean which is a hash table and touch which is based on the attribute of the external iterator, so access to the current item in the hash through table

    the key, he has incorporated EL; and inside the table, there are 2 radio buttons and each is bound to an instance of CoreSelectBooleanRadio using a hash table and key in this table is based on the same attribute of the external iterator (so same EL), the segment code looks like this:

    < tr:iterator var = "item" varStatus = "status" value = "#{bk_myBackingBean.subQuestions}" lines = '0' > ' "

    < tr:panelBox > <!-block test to check how to access the hastable value is OK->

    < tr:outputText value = "#{item.questionNumber}" / >

    < tr:outputText value = "#{bk_myBackingBean.dependent.medicalData.displayQ2Answers [item.questionNumber]}" / > <! - it's a good way to get the hastable value - >

    < / tr:panelBox >

    < trh:tableLayout >

    < trh:rowLayout >

    < trh:cellFormat columnSpan = "2" inlineStyle = "padding: 10px 0 10px 50px;  styleClass = "alignleft" >

    < label > < tr:outputText value = "#{item.questionLetter} #{item.description}" / > < / label >

    < / trh:cellFormat >

    < trh:cellFormat columnSpan = "2" inlineStyle = "padding: 0 0 10px 50px" styleClass = "alignleft" >

    < tr:panelGroupLayout layout = "horizontal" >

    < tr:selectBooleanRadio id = "Q2No" group = "question2 #{status.index}" text = "" autoSubmit = "true" inlineStyle = "border-width: 0px; »

    valueChangeListener = "#{bk_myBackingBean.QuestionChangeListener} '"

    binding = "#{bk_myBackingBean.dependent.medicalData.q2NoRdos [item.questionNumber]}" "

    >

    < f: attribute = name value = "#{item.questionNumber"questionNumber"}" / > "

    < / tr:selectBooleanRadio >

    < tr:spacer width = "5px" / >

    < tr:selectBooleanRadio id = "Q2Yes" group = "question2 #{status.index}" text = 'Yes' autoSubmit = "true" inlineStyle = "border-width: 0px; »

    onclick = "removedRequiredError (this.ID)" "

    valueChangeListener = "#{bk_myBackingBean.QuestionChangeListener} '"

    binding = "#{bk_myBackingBean.dependent.medicalData.q2YesRdos [item.questionNumber]}" "

    >

    < f: attribute = name value = "#{item.questionNumber"questionNumber"}" / > "

    < / tr:selectBooleanRadio >

    < / tr:panelGroupLayout >

    < tr:panelGroupLayout layout = "horizontal" >

    < tr:outputLabel id = "Q2Error" value = "#{bk_myBackingBean.dependent.medicalData.questionErrors [item.questionNumber]}" "

    styleClass = "error" / >

    < / tr:panelGroupLayout >

    < / trh:cellFormat >

    < / trh:rowLayout >

    < / trh:tableLayout >

    "" < tr:panelGroupLayout layout = "default" inlineStyle = "#{bk_myBackingBean. dependent.medicalData.displayQ2Answers [item.questionNumber]}".

    I checked the value of #{item.questionNumber} is just out of view it in the interface user as described above and also I tried to exit with a value in the hashtable and it is successfully recover and displayed in the user interface. (Those who are in the < tr:panelBox > block above) and the hastable displayQ2Answers is of type < String, String >. So far so good, but when I tried to link in what follows the radios and the PanelGroupLayout, he throws NullPointerException. But if I tried to link explicitly radio to an item in the hash table instead to use the key "" EL:

    "Binding =" #{bk_myBackingBean.dependent.medicalData.q2NoRdos [Item.questionNumber]} '-> binding = "#{bk_myBackingBean.dependent.medicalData.q2NoRdos ['q2a']} '

    "Binding =" #{bk_myBackingBean.dependent.medicalData.q2YesRdos [Item.questionNumber]} '-> binding = "#{bk_myBackingBean.dependent.medicalData.q2YesRdos ['q2a']} '

    then the page is rendered with success.

    I'm pretty confused at this point: as you can see, when it relates to a hash table and hastable type < String, String >, I'm able to retrieve the element in the Hashtable using EL for 'key', but when the binded hastable is type of < String, CoreSelectBooleanRadio > or < String , CorePanelGroupLayout > (this is not shown in the above code segment), the link seems defective. I think with the exception of pouinter NULL can be caused by the initialization of the bound element, but when I replace the EL with the string for the key, as shown above, the page works. so apparently not caused by initialization

    . What follows is an overview of the data model, this is how I initialize the option button:

    public class MedicalInfo {}

    == getters and setters are defined but not shown here

    / / theare hash tables used to be linked to radio buttons

    Hashtable < String, CoreSelectBooleanRadio > q2NoRdos = new Hashtable < String, CoreSelectBooleanRadio > ();

    Hashtable < String, CoreSelectBooleanRadio > q2YesRdos = new Hashtable < String, CoreSelectBooleanRadio > ();

    / / these are the items that are stored in above hash for the actuall link tables

    private CoreSelectBooleanRadio q2aNoRdo = new CoreSelectBooleanRadio();

    private CoreSelectBooleanRadio q2aYesRdo = new CoreSelectBooleanRadio();

    and in the constructor, except for the hash for the binding tables:

    public MedicalInfo() {}

    ...

    q2NoRdos.put ("q2a", q2aNoRdo);

    q2YesRdos.put ("q2a", q2aYesRdo);

    ...

    }

    Where could I have missed or done wrong? Any hint is appreciated!

    Thank you

    Shawn

    I'm pretty confused at this point: as you can see, when it relates to a hash table and hastable type of , I'm able to retrieve the element in the Hashtable using EL for 'key', but when the binded hastable is type of or (this is not shown in the above code segment) the link seems defective. I think with the exception of pouinter NULL can be caused by the initialization of the bound element, but when I replace the EL with the string for the key, as shown above, the page works. It is not caused by the initialization

    Well, #{number} is not resolved in the same phase as the 'binding' property ("compulsory" is resolved in the phase of restore view and variable "var" is resolved in the rendering phase).

    Dario

  • onClick event work not when you try to open an image in Photoshop CC2015 extension Panel

    Hello

    I am writing an extension for CC2015 which opens a panel containing the tab page layouts and a few buttons.

    I want the buttons to perform a function onClick that opens a PNG file in Photoshop, but I can't seem to get this function to work as expected.

    The main parts of my index.html for the extension that defines one of the buttons is:

    < button class = "CLASS BUTTON" id = "ID of the BUTTON" role = "BUTTON" > BUTTON NAME < / button >

    I then added a function to the event listener for the button (see below) who works on the search for the name of the id of the button:

    < script type = "text/javascript" >

    document.getElementById('BUTTON_ID').addEventListener ("click", onClickButton, false);

    function onClickButton()

    {

    var imageFile = new File("C:/FOLDER/FILENAME.png");

    docRef = app.open (imageFile);

    }

    < /script >

    This piece of Javascript above falls in this part here:

    {

    imageFile var = new File ("FILENAME.png");

    docRef = app.open (imageFile);

    }

    For some reason any image does not open the button click on with the bit above the script, but if I run this code snippet in isolation by running the following in the ESTK the PNG file opens perfectly fine in Photoshop

    #target photoshop

    imageFile var = new File ("FILENAME.png");

    docRef = app.open (imageFile);

    I tested the event listener and the onClick and everything seems to be fine here because if I replace the part app.open of the script with a simple alert illustrated under the button returns a new window with the current alert text:

    < script type = "text/javascript" >

    document.getElementById('BUTTON_ID').addEventListener ("click", onClickButton, false);

    function onClickButton()

    {

    Alert ("you pressed me");

    }

    < /script >

    If anyone has information as to where I have gone wrong here it would be great that I don't immediately see the wood for the trees.

    Thank you.

    Hi Chris,

    you mix JSX and JS, and it won't work.

    The Virtual Machine that interprets JS is the Google V8 engine, belonging to the CEF (integrated framework chrome - the HTML group container).

    The Virtual Machine that interprets JSX (Extendscript) belongs to Photoshop.

    If you say that the V8 "app.open (imageFile)" he has simply not understand.

    JSX code should belong to the JSX file, like:

    function openImage(imageName){
        app.open(new File(imageName));
    }
    

    and in the JS, you need to:

    function onClickButton() {
      var csInterface = new CSInterface();
      csInterface.evalScript("openImage('C:/FOLDER/FILENAME.png')", function(res) { console.log(res); }
    }
    

    I hope this helps.

    Davide Barranca

    ---

    www.davidebarranca.com

    www.cs-extensions.com

  • FireFox--CreateProfile works not when you target a path of Firefox different Windows user profile commands

    Hi guys,.

    I am using the FireFox--CreateProfile to create a new profile to a different windows account (for example connect as administrator while trying to create a new windows profile account 'demo') of the order. This will in fact fail because all files are created (lack profile.ini and etc...). However, when I tried to create a new profile directly under the logged in windows account (e.g. login you as demo while trying to create a new profile for the demo), the command works successfully.

    I can confirm that this is due to the limitation of the command that Firefox is unable to create a new profile under a different windows account?

    Yes - each logon user account gets its own file profiles.ini and - CreateProfile only works for the current logon user account.

  • speakers work not when you use the external monitor

    I use a laptop HP Envy and HP Pavilion 25bw external moniter connected via an HDMI cable. With the help of Windows 8.1. The sound is muted when the laptop lid is closed. If I open the lid I hear for about 2 seconds, then it turns off. If I remove the HDMI cable, the sound lights. How can I get the sound to work with the connected 25bw and close the lid?

    Hello

    Please try to hell sound HDMI playback devices

    Right click on the speaker icon,

    Select playback device

    Click with the right button on HDMI sound

    Disable it.

    Kind regards.

  • Z500 touchpad work not when you use the keyboard. Please help me please!

    Hello

    I recently bought a lenovo z500 and it's great, but I have a little problem. When I use the keyboard to play games (I use the WASD keys) the touchpad does not, which means I can't play. Help, please!

    I got it finally started working by removing the pilot of the momentum. I don't think that I will reinstall it. Thanks for your help

  • FieldChangeListener works not when you press the button

    The following code creates a popupscreen and creates two buttons.  I install a FieldChangeListern for buttons. How is it, nothing happens when I press one of the buttons?

    DialogFieldManager Manager = new DialogFieldManager();
    manager.addCustomField (new ButtonField ("Button1", ButtonField.CONSUME_CLICK));
    manager.addCustomField (new ButtonField ("Button2", ButtonField.CONSUME_CLICK));

    PopupScreen myPopupScreen = new PopupScreen (manager);
    FieldChangeListener BtnListen = new FieldChangeListener() {}
    ' Public Sub fieldChanged (field field, int context) {}
    System.out.println (Field.ToString ());
    ButtonField myBtn = field (ButtonField);
    myBtn.setLabel ("changed");
    //}
                    
    }
    };
    manager.getField (0) .setChangeListener (BtnListen);
    manager.getField (1) .setChangeListener (BtnListen);
    UiApplication.getUiApplication () .pushScreen (myPopupScreen);

    I don't think that the first custom field of a DialogFieldManager's field 0. You are better off adding your buttons like this:

    ButtonField button1 = new ButtonField("Button1", ButtonField.CONSUME_CLICK);ButtonField button2 = new ButtonField("Button2", ButtonField.CONSUME_CLICK);button1.setChangeListener(BtnListen);button2.setChangeListener(BtnListen);manager.addCustomField(button1);manager.addCustomField(button2);
    
  • JOHN works not when you try to connect.

    So I downloaded the latest version of JOHN, because I wanted to test the new feature to install the CS6 products serialized on my main image, but now I get an error everytime I try to open a session with the Adobe ID I. This problem lasts for 2 days now, even if he just tells me to try later. I want to test the new feature, because I had a few problems with the activation of both CS6 products on a single image, and the people who use this software is kind of impatient.

    can you please share file pdapp.log on my email ID.

    Thank you

    Rahul | [email protected]

  • Next button doesn't work, not when you click on a question slide

    Sorry for the long title.

    I have an Adobe Captivate project in which I have a few question slides. I have authorized moving backward and also allowed the user to get a question wrong unlimited times.

    However, when the user gets a question slide, if he or she clicks the previous button to return to a slide where I could have just text, clicking the next button I on sliding of the works is no longer. The next button is also configured to be clickable unlimited periods, and the setting is to go to the next slide.

    But when going back to this slide and then clicking next to move to the slide in question once again, the next button turns on, but nothing happens.

    So what I am doing wrong? :) Thanks in advance!

    Happiness is finding your own problems.

    I went into the preferences of Quiz and success or failure and changed to Inifinite Attemps to the degree of fault. Problem solved!

  • How guys do you overcome (Mac Book and iMac) screen sizes with disabilities when creating scrolling effects, can work the same on both screens when you started with the iMac?

    How guys do you overcome (Mac Book and iMac) screen sizes with disabilities when creating scrolling effects, can work the same on both screens when you started with the iMac?

    Technically, since it's the same effect with the same settings, it works on both sizes. However, you need to test both is to decide if it will appear visually correct on both screens or not. On screens more wider/taller objects can appear earlier on the screen, it is advised to test again on both screens.

    See you soon,.

    Vikas

  • Why the rejection of multiple photos doesn't work anymore when you change pictures?

    Why the rejection of multiple photos doesn't work anymore when you change pictures? Does anyone else have this problem? It works on my other Mac but just stop working on my computer laptop pro, I have the latest OS and it worked until a few weeks ago. Thanks for any help!

    Selection of several photos at once enter "9" to reject all still works them for me in Aperture 3.6 on El Capitan.

    Have you tested, if the problem occurs only in an Aperture library or libraries opening?

    Create a new Aperture library to test and see rejection, so it works.

    If it does not work in a new library either, I got trash Aperture preferences.

    In preferences file is now in the container folder in the user's library.

    Try this:

    • Leave the opening runs.
    • Then open your user library and delete the folder complete ~/Library/Containers/com.apple.Aperture/
    • and the ~/Library/Preferences/com.apple.Aperture.plist file

    Your user library can still be hidden. To reveal the hidden user library:

    • Bring the Finder to the front by clicking on the desktop or the Finder icon in the Dock.
    • Select your folder user/home (with the House icon in the side bar of the Finder)
    • With this window in the Finder in the front window, press the ⌘J key combination to bring up the display options.
    • In the view options panel allow you to "show the library folder. That will make your visible user library folder in your folder.
    • Open your folder, then the library folder, then the containers.
    • Move the entire folder ~/Library/Containers/com.apple.Aperture on your desktop. Move the entire folder, not just the content.
    • Delete ~/Library/Preferences/com.apple.Aperture.plist as well.

    Now, restart the Mac, start Aperture and try see your book.  If all goes well, delete the folder on the desktop.

Maybe you are looking for

  • HP compaq dx2400: running onboard gpu and graphics dedicated both to the monitoring of multi

    I have a hp compaq dx2400 office with the nVidea graphics card I want to run two monitors which can be pluged only using the standard VGA cable, so I have a pluged into the nvidea card and the other to the motherboard. the problem is that they cannot

  • Problem with Safari after the last update

    RE: Security update 2016-001 Version of Safari 9.03 update Version of Yosemite 10.10.5 Friday, I installed the latest update from security 2016-001. Since then, Safari is almost unusable.  Unable to connect to Pandora, unable to connect to my paying

  • Who shares the style to be used: MBR or GPT?

    Hello When formatting the SSD on my T440s, I can choose between two stules of partition: MBR and GPT. Which one to use? Lenovo says: "Use MBR only when intend to use the image of the cloning tools or third-party disk management tools that require an

  • B570e problem on windows driver 8

    I installed windows 8 preview version on my lenovo b570e, all drivers works perfectly except the touchpad. When will release you the update for smart Elantech buffers? Or yet will update you drivers touchpad for windows 8?

  • Why the Vaio care killed my javascript? Registry cleaning?

    Fact the mistake of using VAIO Care today and I think that the JavaScript rendering functionality does not record cleaning. Firefox: sites like FB saying "Please enable JavaScript" when JavaScript is already enabled.  I unchecked the box, restarted F