Request to connect Bluetooth L2CAP to Connector.open (...)

I am relatively new to Java and Blackberry development in particular.

A L2CAP connection request is authorized. I pass on the following URL:

URL = "btl2cap: / / ' + rmdv.getBluetoothAddress () +": "1007;

to Connector.open (real url, Connector.READ_WRITE),

I finally get a good return.

Somewhere along the way, I also have a popup asking for a PIN for pairing. My understanding is that the matching is a top-level as the L2CAP layer function, so why would opening an L2CAP connection cause the popup PIN.

We create both sides of the connection and do not use a stack of existing server.

Any suggestions on how to do this would be greatly appreciated. More importantly, is it still possible?

Sincerely,

Anil S.

The BlackBerry supports the L2CAP connections when using JSR 82 on BlackBerry BlackBerry handheld software version 4.2.1 running and superior.

Tags: BlackBerry Developers

Similar Questions

  • connection problem, using Connector.open ()?

    While m, try the following code:

    HttpConnection conn = (HttpConnection) Connector.open ("http://www.nasa.gov/rss/hurricaneupdate.rss");

    my phone is stuck on this line:

    conn.openInputStream ();

    and after a long time he gives IllegalStateException, can anyone suggest the reason or another?

    And looking at the basics of network processing, maybe you should check the thread of events.

    "the problem is that hconn.openInputStream () is not yet back stream, it stucks on this line and alter long Simulator says"IllegalStateException.

    This is caused by your Exception handling is attempting to add a LabelField on-screen - but your exception handling runs in your net shot.  So you get IllegalStateException because you must run on the event Thread or blocking of the event to do this.

    Search for resources to explain the event Thread - there is a little.

  • SecurityException when calling Connector.open)

    I develop a client application that uses the REST API of the application of corresponding server, which is built by our company.

    We are targeting devices with software system 4.5 and upward, but we can give up to 4.5 in the near future and 4.6 making the new lower limit. Currently, dropping support for anything below 5.0 altogether is not an opption for us as we are invited to support devices that are actually used.

    Therefore, I am building with the SDK version 4.5.0.28, but I also tried with 4.6.0.23 and got the same results.

    The current REST API of our application server using GET, POST, and DELETE requests, so I had to use SocketConnection and build my own HTTP management code to implement the DELETE method.

    There are different instances of the application server (tests, staging, production) with different names, but in the case of normal use from the end user perspective the app would stick with a host. That's why I designed the code that handles the application permissions associated with access to the network, to ask permission to access the host currently configured (-> getPermission (authorization, domainname)).

    Until now, I used mostly a host for testing. I went once the host when I had to use a host with a new version of the application server. Despite the carrier/network related issues I never had a problem to access hosts.

    But now, while testing the new code I suddenly unexpected trouble.

    At one point, I changed the hostname to use a different server host and since then, I get a SecurityException exception as soon as Connector.open () for a https URL is called. I get it even after changing to the previous host name. The chain of reason is simply "Permission denied."

    I checked that day:

    • This isn't a ControlledAccessException. I checked them both, but only SecurityException caught.
    • The ApplicationPermission API returns true when I check the permissions. The permissions are checked at startup and permissions request dialog box is shown if they are not appropriate. They are also checked before trying to access the network via a specific transport.
    • The firewall seems not to be bound: this Exception is raised, that the firewall is disabled.
    • I'm testing with a Bold 9000 and the software version 4.6 and a Torch 9800 with version 6.0 of the software. The bold is connected to a BES and COMPUTING strategies do not allow me to disable the firewall. The torch is "autonomous" and the firewall is disabled by default.
    • I tried it with a torch Simulator and found that it will work when I disable 'security '. The Exception is also thrown in the simulator when turn on (and running the signed application).
    • I compared the files *.csl of previous generations with the current generation and not found any missing entries.
    • I changed my code to request permissions to access the network without limiting it to a specific domain.
    • I deleted the app on devices and installed again - and still get the same result.

    I find it rather suspicious, I don't get the usual "application to establish an https connection" dialogue when I use the https URL.

    I actually get the similar dialog box when I change the code to use the SocketConnection to GET using a ssl URL. Access to the network works even in this case, but my implementation of HTTP is still too rudimentary to be useful in this case.

    So my question is: what can trigger this SecurityException? Which component actually don't "deny permission?

    And can be linked: is permission to access a specific server via http/https or ssl/socket stored somewhere on the device so that it will survive even the corresponding application uninstalling?

    I'm looking in the wrong way and there is something else going on here?

    I'd appreciate any help to get this case closed.

    Thanks in advance,

    webbasan.

    I mainly use the Desktop Manager to deploy the application during the tests. But some of my "Beta-testers" get via OTA.

    But I found the true cause yesterday: due to some changes in another place, I got the schema uppercase names when creating the connection URL.

    Unfortunately, this "SecurityException: Permission denied" message points to the real problem, that's why I was looking in the wrong places.

    Why not throw an IllegalArgumentException instead? Accepting names uppercase regime would be another option, because this is the behavior recommended by the corresponding RFC. (Ok, the RFC also States that a client must use the lowercase schema names, so this would again direct the question to me. But then again - a correct description of the true cause would help a lot...)

    After all I found in this bug-hunting that HttpConnection actually doesn't accept 'REMOVE' even with the SDKs for 4.5 and 4.6. At least enough that it works for my use case. So my own SocketConnection based HTTP application is not really necessary after all...

    Thanks for giving some comments after all!

    webbasan.

    PS: If someone would just look into my other big show-stopper and might give me some feedback, I would be happy:

    http://supportforums.BlackBerry.com/T5/Java-development/PIM-calendar-handling-how-do-I-get-the-Corre... (see also: JAVAAPI-1701).

  • IllegalStateException on Connector.open

    I have an application with two entry points - he follows the pattern described in DB-004066 how allow - a listener in the background detecting and update a GUI application.  The part of the application that runs in the background from time to time uses the http protocol to get data.  All of a sudden, however, I'm getting IllegalStateException - 'no instance of application', when I try to create the connection using something like this:

    HttpConnection httpConnector = (HttpConnection) Connector.open(theUrl);
    

    I can't understand why this is happening just on this spot. The Connection.open method document that it sews thrown exception, and documentation for IllegalStateException said only that she is thrown when a method was called"once illegal or inappropriate". But I can't understand why in the world my request would be in an illegal state. Most of the information I found actually points to this exception thrown due to a sort of interaction of the user interface outside the event thread - but I'm not stage any type of UI interaction here at all. Anyone have any ideas? It drives me crazy.

    Thank you

    Joe

    MyApp also extends UiApplication?  If this is not the case, the system cannot be able to display the prompt firewall required to allow the connection.  In this situation the IllegalStateException would cause the device attempts to display a GUI (the firewall prompt) for the application when it is not in condition to do so.  I recommend having a look at the link and the example below.

    Support - Application stops responding when you open a connection
    Article number: DB-00159

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800563/support...

    A sample who listens to incoming data pushed in the background:

    What is - sample applications demonstrating the BlackBerry push technology: list of emergency contacts
    Article number: DB-00442

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/1055819/What_I...

  • Problems with Connector.open

    I'm having a problem with the re-login to a HttpsConnection once a failure has occurred. I send a message to a php site that works 100% OK. However, if I drop the receipt when sending at the reception is retrieved Connector.open no reconnect not (even after a long wait). and gives a "java.io.InterruptedIOException: connection Local has expired" exception. The issue is not corrected until the phone is rebooted.

    I use MDS to transport and endpoint certificate has a valid certificate (does not Self-signed). Before I drop the front desk, a message is sent correctly and using the console creates the following log entries:

    [0,0] * start sending:

    [0,0] SSL :-> CH

    [0,0] SSL:<>

    [0,0] SSL:<>

    [0,0] SSL:<>

    [0,0] SSL:<>

    [0,0] SSL :-> CKE

    [0,0] SSL :-> CCS

    [0,0] TLS :-> F

    [0,0] TLS:<>

    [0,0] VMISVt = 0, h = 1a7b, id = d15a33128dfbb5d9

    [0,0] VM:LNTDa = validation, t = 1, p = D8Mobile

    [0,0] * open Stream:

    [0,0] * sending data:

    [0,0] * server response: 200

    [0,0] * Flushing bos

    [0,0] * input stream of Flushing

    [0,0] * Flushing DOUT

    [0,0] * Flushing HC

    [0,0] TLS:<-Alert -="" level="1" description="">

    [0,0] * emptied all

    Once the reception has been abandoned and valued, the connection begins to open the SSL session and shows the following:

    [0,0] * start sending:

    [0,0] SSL :-> CH

    He gets Nevers to: SSL [0,0]:<>

    After the time-out period, it then returns the exception

    IO exception: java.io.InterruptedIOException: Local connection timed out after ~ 15000

    [0,0] * Flushing bos

    [0,0] * emptied all

    Of course the connection is instantiated is no longer so I can't even try his end on the connector at this stage. I also see the following in the MDS newspapers - although I'm not sure its related:

    <2012-01-18 10:42:03.921="" gmt="">:[528]:::

    What follows is a version of my code. All this code runs since a thread to work constantly in the loop.

    HttpsConnection hc =null;

    InputStream is =null;

    Dout OutputStream =null;

    ByteArrayOutputStream Bos =newByteArrayOutputStream();

    byte [] res = null;

    VR;

    {

    System.

    HC = (HttpsConnection) Connector.open (url + ";" ConnectionTimeout = 15000; deviceside = false');

    "Credentials of string = this._username +": "+this._password;"

    byte [] encodedAuthorization = Base64OutputStream.encode (credentials.getBytes (), 0, credentials.length (),false,false);

    () hc.setRequestProperty

    "Authorization", "basic" +newString (encodedAuthorization));

    () hc.setRequestProperty

    'Content-Type', ' multipart/form-data; Boundary = "+ getBoundaryString());

    dout = hc.openOutputStream ();

    dout. Write (postBytes);

    dout. Flush();

    this._responseCode = hc.getResponseCode ();

    dout. Close();

    is = hc.openInputStream ();

    int ch;

    while ((ch = is.read (())! = - 1).

    {

    Bos.Write (ch);

    }

    RES = bos.toByteArray ();

    }

    catch (IOException ioe) {

    System.out.println ("* IO Exception:" + ioe.toString ());

    this._responseCode = 0;

    RES = null;

    }

    catch (Exception e)

    {

    System.out.println ("* send the Message of the Exception:" + try ());

    this._responseCode = 0;

    RES = null;

    }

    Finally

    {

    VR;

    {

    if (bos! = null) {

    Bos.Close ();

    }

    if (is! = null) {

    is. Close();

    }

    if (dout! = null) {

    dout. Close();

    }

    if (hc! = null) {

    HC. Close();

    }

    }

    catch (Exception e2)

    {

    System.out.println ("* Message send Exception 2:" + e2.toString ());

    }

    }

    of return ;

    }

    I tried on 8700,8900 and 9700 device simulators. I am running JRE 5.0.0 and MDS v4.1.4

    Any help or suggestions will be appreciate - I spent nearly a week debugging it and its slowly driving me crazy!

    Thank you

    Andy

    Try to use the factory connections if you are targettin devices in 5.0 or above, it might solve the prob.

  • [REQUEST] HTTP connection to analysis

    Hello.. I have the source code...

     public void run() {
            if (!isValidUrl(url) || listener == null) {
                String message = "Invalid parameters.";
                message += !isValidUrl(url) ? " Invalid url." : "";
                message += (listener == null) ? " Invalid HttpResponseListerner instance.": "";
                notifyFailure(message, url);
                return;
            }
    
            // update URL depending on connection type
            url += DeviceInfo.isSimulator() ? ";deviceside=true" : getConncetionDependentUrlSuffix();
    
            // Open the connection and retrieve the data
            try {
                HttpConnection httpConn = (HttpConnection) Connector.open(url);
                int status = httpConn.getResponseCode();
                if (status == HttpConnection.HTTP_OK) {
                    InputStream input = httpConn.openInputStream();
                    byte[] bytes = IOUtilities.streamToBytes(input);
                    input.close();
                    notifySuccess(bytes, url);
                } else {
                    notifyFailure("Failed to retrieve data, HTTP response code: " + status, url);
                    return;
                }
                httpConn.close();
            } catch (Exception e) {
                notifyFailure("Failed to retrieve data, Exception: ", e.toString());
                return;
            }
        }
    

    I get all this

    Link Source Code

    My problem is, the application uses the connection TCP, Imust APN setting on my camera...

    I want to make this application uses the connection Blackberry Internet Service (BIS)...

    I'm so confused.

    Help me please.

    private String getConncetionDependentUrlSuffix() {}
    Not implemented
    return '; deviceside = false; "ConnectionType = m * s - p * blic ';
    }

    FIX

  • FileConnection Connector.open throws the exception on Blackberry 7 when there is no file

    I'm trying to run a program I developed on Blackberry 6 on the torch 9801 running Blackberry 7.  When I try to open a folder that doesn't exist isn't using FileConnection Connector.open Blackberry 7 to launch a 1003 error. Under 6 Backberry, no exception is thrown, and I could use the FileConnection.exists () function to determine if the file exists. The directory, I'm trying to reference/store/home/user/IUIDChecker/my code below:

    private void createresultdirectory(String result_path) {
            try
            {    // the final slash in the folder path is required
                 FileConnection fc = (FileConnection)Connector.open("file:///" + result_path, Connector.READ_WRITE);
                 // If no exception is thrown, the URI is valid but the folder may not exist.
                 if (!fc.exists())
                 {
                     fc.mkdir();  // create the file if it doesn't exist
                 }
                 fc.close();
                 _currentPath = result_path;
             }
             catch (IOException ioe)
             {
                 Dialog.alert("Error: " + ioe.getMessage());
             }
        }
    

    I found the problem.  The error only occurs when I am runing through the debugger and I select USB key when I connect to my PC.  If I select Media Sync, the exception is not thrown.

  • Help! its very urgent... I faced connector.open () [new]

    Hello guys,.

    This my first post, I hope that you guys will solve my problem. I'm creating a client-server application where data exchange on Wifi. Everything works very well. But as I open and close the single connection (as my application requires it), after having worked continuously for long hours the IOException occur.

    con = Connector.open (url, Connector.READ_WRITE); Error

    Connection con = (StreamConnectionNotifier);
    SC = connection.acceptAndOpen ((StreamConnection));

    I opened this topic in a thread not differ in hand.

    Please help me...

    The first thing to note is that this treatment will be on a separate Thread.  It seems that this code is in the class that you have which extends UiApplication, so may not be the case.

    The second thing is that you should not close the stream using an invokeLater.  This thread must be running in the background and so you should be able to simply close the stream.

    Finally you will not get a stack trace in an Exceptin like that.  So, you can remove the e.printstacktrace ().

    This is now a pseudo-code to describe how I would implement, this:

    Boolean done = false;

    While (! done) {}

    try {}

    Conn...

    real treatment here

    (} catch Exception e) {}

    System.out.Prin...

    If (SMmsSender...) {

    ... close();

    }

    Close all streams

    Thread.Sleep (5000);

    rest the connection for 5 seconds so that it can overcome the problem.

    } / / end of capture

    } / / end of while loop.

    I hope this helps.

  • Login to Connector.open (.)

    Hello.

    I'm playing streaming media as described in DB-00612 (http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/1089414/How_To...).

    I found that opening the stream doesn't ' work as I ConnectionTimeout

    s = (ContentConnection) Connector.open(getLocator(), Connector.READ);
    

    This ocuurs with audio streaming servers (such as http://citadelcc.ic.llnwd.net/stream/citadelcc_WPLJ-FM)

    It's probably just a general connectivity problem. Make sure that you can connect to the URL by using the Diagnostic located here Network tool:

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/What_Is_-_Network_Diagnostic_Tool.html?...

    Tariq

  • very quick Connector.open (timeout)

    Hello

    I have an application that searches a server on the local subnet. that is, if he knows he's on the 192.168.0.0 subnet, it will try to connect to 192.168.0.2 to 192.168.0.254 to see if it can connect to the appropriate server. On the PC version of my application, I set the time-out on the connection or just a handful of milliseconds, but I don't see a way to do with the appeal of Connector.open (). I know there is a Boolean value, that I can pass that he throws an exception on the time-out, but I don't see a way to change how long it will wait for connection to occur.

    Thank you

    ~ S

    for a connection MDS (and only MDS!), you can use the ConnectionTimeout suffix:

    URL + ";". " ConnectionTimeout = 30000; deviceside = false '.

    SocketConnectionEnhanced only works for direct tcp. It does not work in 4.5, but before and after.

  • SMS port already in use... MessageConnection using connector.open

    I created an application that listens for incoming txt messages and it works very well on all devices except the 8330... works of ideal app on all phones on sms listening but on the 8330 I get the problem where the exception says "port already in use"... my application is currently in beta and a user reported he was continues smart guard... as soon as he took the chip guard the app works perfectly... so im guessing as smart guard uses sms messages to intitate itself is what is the origin of the port problem... is there anyway around this? my code is below...

    public void open()
        {
            this.controller.write("Attempting to open message connection (Message tracker)");
            try {
                this.msgconnection=(MessageConnection)Connector.open("sms://:0");
            } catch (IOException e) {
                this.controller.writeToConsole("Error opening message Connection (MessageTracker) "+e.getMessage());
            }
            try {
                if(this.msgconnection!=null)
                {
                this.msgconnection.setMessageListener(this);
                }
            } catch (Exception e) {
                this.controller.writeToConsole("Error adding messagelistner (MessageTracker) "+e.getMessage());
            }
        }
    

    MessageConnection is pretty useless, since only one application can attach to the SMS port at a time.

    My advice is to switch to use the method of datagram.

    See this article:

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800563/What_Is...

  • JSR172 &amp; heels - how to add params to Connector.Open?

    I compiled using wscompile web service stubs work ok on the phones of BES.

    However, on phones non - BES, they don't expire. (Well, it worked several times - no idea why.)

    The TCP APN is set correctly for AT & T.

    How to use the wscompiled (common name) and cannot JSR172 I have control over the URL passed to Connector.Open so that I can specify deviceside = true, assuming that is the question?  I expect a global setting or one of the values of Stub.XX_PROPERTY to fight against this, but I see nothing documented. Help...

    Thank you

    From the options of the site connector works the parameter (the inputObject operations [0]) - the problem is the direct mode network connectivity tests - that will close and change the subject.

  • DB stopped working with ORA-12514: TNS:listener is not currently of service requested in connect descriptor

    Hello

    I installed Oracle 4 months before and work perfectly fine on until now. I could not able to connect to any DB or URL http://127.0.0.1:8080/apex/f? p = 4950

    The connection failed with the below error

    ORA-12514: TNS:listener is not currently of service requested in connect descriptor

    Results of the LSNRCTL STATUS as below

    C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN > LSNRCTL STATUS

    LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 3 January 2016 12:43

    : 55

    Copyright (c) 1991, 2014, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    TNSLSNR for Windows 64-bit version: Version 11.2.0.2.0 - Prod

    ction

    3 January 2016 start date 12:43:51

    Uptime 0 days 0 h 0 min 4S

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Default Service XE

    Listener parameter File C:\oraclexe\app\oracle\product\11.2.0\server\network\A

    DMIN\listener.ora

    Listener log file C:\oraclexe\app\oracle\diag\tnslsnr\RAJESHK-PANTAR\lis

    tener\alert\log. XML

    Summary of endpoints listening...

    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = localhost) (IN.

    RT = 1521)))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...

    Service 'PLSExtProc' has 1 instance (s).

    Instance of 'PLSExtProc', status UNKNOWN, has 1 operation for this service...

    The command completed successfully

    C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN > LSNRCTL SERVICE

    LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 3 January 2016 13:0

    : 08

    Copyright (c) 1991, 2014, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1)))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...

    Managers:

    "DEDICATED" set up: 0 denied: 0

    LOCAL SERVER

    Service 'PLSExtProc' has 1 instance (s).

    Instance of 'PLSExtProc', status UNKNOWN, has 1 operation for this service...

    Managers:

    "DEDICATED" set up: 0 denied: 0

    LOCAL SERVER

    The command completed successfully

    Please help with what deliver you.

    1. control file backup to trace using the "alter database backup controlfile to trace as 'C:\control.bkp ';

    2. turn off your database

    3 startup nomount

    4. create controlfile from the backup created controlfile command. For example. See below (it is extracted from the trace my database controlfile. RESETLOGS option use as in 1st line

    CREATE CONTROLFILE REUSE DATABASE "WIN1DB" RESETLOGS  NOARCHIVELOG
        MAXLOGFILES 16
        MAXLOGMEMBERS 3
        MAXDATAFILES 100
        MAXINSTANCES 8
        MAXLOGHISTORY 292
    LOGFILE
      GROUP 1 'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\REDO01.LOG'  SIZE 50M BLOCKSIZE 512,
      GROUP 2 'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\REDO02.LOG'  SIZE 50M BLOCKSIZE 512,
      GROUP 3 'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\REDO03.LOG'  SIZE 50M BLOCKSIZE 512
    -- STANDBY LOGFILE
    DATAFILE
      'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\SYSTEM01.DBF',
      'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\SYSAUX01.DBF',
      'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\UNDOTBS01.DBF',
      'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\USERS01.DBF',
      'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\EXAMPLE01.DBF'
    CHARACTER SET WE8MSWIN1252
    ;
    

    5 mount the database 'edit the editing of the database'

    6 open the database using newspapers to reset "alter database open resetlogs.

    Thank you!

  • Any old Android can connect Bluetooth to my imac, why my iPhone 6 cannot? !!

    I am SUPER frustrated and annoyed by this question. My iPhone 6 unable to connect bluetooth to anything. Why Apple did not find that. Any old cheap android phone can connect to what whether bluetooth but my dear super high-tech iPhone 6 can't, why? Since 2013 and perhaps earlier, I had this problem with iPhones, something so simple, so helpful, and Apple may not understand it. Come on!! I am really annoyed on this issue! PLEASE DO SOMETHING QUICK! SOLVE THIS PROBLEM! WE NEED BLUETOOTH AT WORK! Apple has simplified many things in life, but it has bluetooth connectivity completely SCREWED UP.

    And the iPhone is not intended to be connected to a computer via Bluetooth.

  • Why the memo does not play on a connected Bluetooth device device?

    Why can't I read my voice memos on a connected bluetooth device?

    What type of Bluetooth device? What happens when you try to read this memo?

Maybe you are looking for

  • I have apps not opening not experience.

    I have apps do not openening but appear in rotation of the button "home" double click. Made apps won't open from there either. IMDB application for one example. Others are also carried out.

  • New hard drive in Windows XP does not recognize

    So I got a Windows XP SP and I want to connect an external hard drive. It does not recognize the hard drive but do not appear in my computer as Samsung (i). This just appeared once. But now, whenever I have connected to the computer again, he appeare

  • No sound from my stereo speakers to monitor. I checked the settings and volume?

    Checked audio devices in my dashboard as well as volume.  Can not get sound

  • Deleting files on Mac

    is creative cloud always deleting files on Mac computers. This question with the creative cloud bug a few weeks and last night the same file I restored were deleted again if I need to know if it is a bug in Adobe or something else.Thank youStuart

  • I need to re - install my Creative Suite cloud

    I need to re - install my program of creative cloud with CC Photoshop & Lightroom to another hard disk due to low performance space availableShould I delete the entire package off my C drive then the re-download everything on my second drive?Looking