How to get the data on the phone when the touch screen is cracked?

Hello

I break my means of accidentally, touch panel before I couldn't unlock my phone more...

but there are some very important data and the file in the phone memory.

is this possible or means to get out these data/files?

I don't want to fix the façade of this phone more... (2nd time already..) I would get a new model.

Thanks in advance.

Sean

Hi O54Sean,

You can connect an OTG cable to your handset and then connect a mouse to the OTG cable and use the mouse to unlock the screen. A large part of the time an OTG cable is supplied with the phone, however if you do not have one you can buy one of the retailers of electronics major for a reasonable price.

Tags: Sony Phones

Similar Questions

  • I uninstalled the touchsmart from hp on vista and then tried the system restore, dad will kill me, how can I get the touch screen to work again?

    I uninstalled the touchsmart from hp on vista and then tried the system restore, dad will kill me, how can I get the touch screen to work again?

    Hello

    You have a specific question for HP, it may be better if you ask in the Forums of HP's Support.

    http://h30434.www3.HP.com/

    See you soon.

  • How to make the touch screen work on W * 8? I have a Toshiba 64 bit PC only 3 years.

    How can I get the touch screen to work on just installed Windows?.  I have a PC from Toshiba 64 bit age of 3 years.

    Is there an online manual for instructions for Windows 8?

    Hello

    Thanks for asking!

    I understand that you want to know how to use the touch screen with Windows 8 feature.

     

    Let me know if I misunderstood.

    1. What is the model of the computer?

    2. the computer has the touch screen feature ?

     

    You should be able to use the touch screen feature when you install the operating system.

     

    If you can not use, then I suggest you to update the driver for the touch screen.

     

    Method 1: update the driver

    1. Place the cursor of the mouse to the upper right and click on search
    2. Type devmgmt.msc and press enter
    3. Now locate the touchscreen device, right-click on it and click Update.

    Method 2: Install the driver in compatibility mode

    If the problem persists, then I suggest you to install the driver for the OS version lower in compatibility mode.

    a. right click on the driver installation file , and select Properties

    b. Select the Compatibility tab

    c. place a check next to run this program in compatibility mode and select the operating system in the drop-down list

    d. let the driver to install, and then check the functionality.

    If there is no touch driver, then I suggest you to contact the manufacturer.

    I hope this helps. If the problem is still not resolved, come back and I'll be happy to help you.

  • TouchSmart laptop computer: I have HP Touchsmart (15-d020dx). How to disable the touch screen feature?

    I have HP Touchsmart (15-d020dx). How to disable the touch screen feature?

    Hello

    Follow the steps listed in the link below

    http://h30434.www3.HP.com/T5/desktop-audio-video-monitors/how-to-disable-touch-screen/TD-p/569755

  • How to disable the touch screen of HP 23-h027c

    My touch screen is sensitive even to small bugs! Living in a tropical island, this is an inconvinience. So I want to disable the touch screen and use the mouse and keyboard only. How to disable the touch screen? Help welcome. Thanks: Pedro [personal information edited by Moderator]

    Enter the device, as shown in the following image Manager right click of the device touch screen and choose disable.

  • How to activate the touch screen on Windows 8.

    Original title: How can I activate this touch screen of toa

    How can I make my computer a touch screen

    Hey Cindy.

    Thanks for posting your question in the Microsoft Community forums.

    The description of the problem, I see you want to how to activate the touch screen on Windows 8.

    I've surely you will help solve this problem. Let's try a few steps that will help you solve the problem.

    If the computer has the features for touch screen computer and you want to enable you can try the procedure described in the article and check.

    a. press on the key Windows + Q.

    b. type Control Panel.
    c. go to the Sound and material.
    d. click on Pen and touch.
    e. click the contact tab .
    f. Enabthe use your finger as an input.

    For more information, please see the link.

    Contact: call, tap and beyond
    http://Windows.Microsoft.com/en-in/Windows-8/touch-swipe-tap-beyond

    Hope this information helps you. If you need additional help or information on Windows, I'll be happy to help you. We, at tender Microsoft to excellence.
  • How to get the system screen resolution

    Hi all


    I'm developing a flex application in adobe flex3. When I draw components in the design area flex builder is set to "Fit to window". so application are displayed on my monitor(17") correctly, but when I try to run the same application to another computer or a laptop of 14" display screen is different than the screen of the monitor is short, I need to scroll down to see the full page. My question is how can I make sure that the application should search for uniform on different platform/different browsers and different monitors (regardless of the dimensions of the monitor).

    And how can get the screen resolution of system during execution?


    Thanks for all the help and support.

    Look in flash.system.capabilities.  Note that any application based on a browser usually does not control how big be.

    Alex Harui

    Flex SDK Developer

    Adobe Systems Inc..

    Blog: http://blogs.adobe.com/aharui

  • How to get the active screen of the BlackBerry application?

    Hello

    I'm trying to get the active screen of the BlackBerry application, for example the home menu.

    I tried to use the screen ActiveScreen = getUiEngine () .getActiveScreen () in my code, but found error during execution.

    I know that this is because the getActiveScreen() method applies only for screens created by this application.

    So is there a way to capture the screen of the other application, for example the mail filter BlcackBerry?

    Thank you.

    Not wanting to not to repeat me, but there is no general way to get access to the Screen of another application object, unless you are on good terms with this application - which basically means that you have access to the instance UiApplication.  You cannot ask the operating system to get that to you, you must have a way to get you.  Which implies execution of something in the context of the Application.

    Even in this case, you may not be able to do what you want.  You will probably need to iterate over the screen and content managers and find the field you want, and even if it covers anything you understand (like BasicEditField) it still cannot handle standard things like setText in a way that is useful to you.  And you might not find fields you recognize, if you access a browser screen, I think you'll find there \are RIM not standard fields in there, so there is nothing you can interact from a standard application of the RIM.

    If you want to do this kind of treatment in General, that will deal with in a number of applications, you should watch event Injection.

    There may be other options for specific applications.  For example, you can simulate of electronic mail by writing a program that sends an email, rather than interact with the BlackBerry.  Or for the same application, if you try to test the headphones, then the listener has access to the UiApplication.  Aye, we be able to help you find approaches less General in some places, if we understand what you're trying to do.  This is the reason for the specific question that I asked in my last post.

    Regarding your second question

    "Another question is, can two separate applications of myself interaction by the user interface?

    For example, to call app2. ButtonField.click () or something. »

    It is in fact just an extension to your first question.  The difference is that you will find the UiApplication associated if both applications are on good terms, in fact you can "spend" the UiApplication via a Global event.  Once you have the UiApplication, you can use

    .invokeLater (...)

    to run the user interface code in the other Application.

    But I look at injector event because I think it might be a more general solution.

  • How to disable the touch screen on the Qosmio DX730?

    I want to use the calibrators of color such as colourmunki for my graphic work. These must place me something on the screen.

    How can I temporarily disable the touch screen while I do this?

    I tried Control Panel and manual with no luck.
    Thanks for any help

    Hello

    Have you found a way to do it?
    I think that it of not possible to disable the touch screen.
    Found no information in the user manual. Maybe you can check the BIOS settings available. Switch on and press F2 to enter the BIOS.
    But to be honest, I doubt that a power option would be available there.

  • Re Bios Update issues: how to disable the touch screen on the x 360 Pavilion

    I applied the recommended bios update yesterday and now the touchscreen active almost continuously when I do not use it.   which makes it pretty useless mouse too.   I know that HP will release a bios that resolves this problem later, but in the meantime how do I disable the touch screen?

    Thank you google for helping me solve my problem

    http://Lifehacker.com/disable-your-laptop-s-touch-screen-in-Windows-8-1-1588333600

    now can someone let me know once an another bios update solves the problems of touchscreen presented the last of them?

  • How to disable the touch screen of the Toshiba LX830 - 11 d

    Hello

    I managed to break the touch screen on a Toshiba LX830 - 11 d.

    The machine runs Win8 and always works with a USB keyboard and a mouse, although he thinks there are plenty of touch of the finger around the damaged area.

    Is it possible to disable the touch screen feature so that I can use it as a 'normal' PC or remove the screen touch himself leaving a simple LCD screen?

    Thanks for any advice.
    Dennis

    You see the touch screen in Device Manager? Maybe you can turn it off in there.

  • How to activate the touch screen in my laptop?

    Hi everybodies...

    I have HP pavilion dv6-3020ed with all the drivers installed correctly...

    I try to activate the touch screen in win 7 64 bit - using the hp manual, but I found no proprietie tablet pc in my control panel? and TabTip.exe in C:\Program Files\Common Files\Microsoft Shared\ink

    so this compatible with the mod touch screen? If so should I install an additional application or any other material (cable...) before activation?

    hida64 wrote:

    Hello! This is my laptop information

    series: {removed privacy}

    PRODUCT: WR169EA #ABH

    model: DV6-3020ed

    Thank you

    I looked at the specs from your laptop to a lot of Web sites. Yours is not a portable touchscreen.  In a notebook of the touch screen the screen has two main parts. Upgrade of the screen, so it works will be quite expensive.

    Best regards
    ERICO

  • How to apply the touch screen for Samsung SyncMaster 204BM

    Original title: Samsung SyncMaster 204BM

    I want to apply the touch screen and the narrative and I want to know if this screen and Iam from the computer using portable

    Thank you

    Nora

    Hello

    I suggest that you contact the manufacturer for information links to the product:

    http://www.Samsung.com/us/support/

    I suggest that you check the manual of the monitor to check if it supports the touch screen feature.

  • How to activate the touch screen HP Pavilion Touch Smart (10-e010nr)

    The list of features on the HP website says that this laptop has a touchscreen, but the first time that I booted up (new with box), it doesn't seem to work.  I have run Windows Update and installed all security and optional updates.  I also installed all video updates from the HP support page.  What can I do else?  It has touch screen or not?  It had pre-installed Windows 8.1.  Thank you!

    Last night I did the reset complete back to factory settings... erase all files and reinstall Windows 8.1.  It took several hours.  It did not touch screen feature.  I also tried pressing F2 at startup and running the diagnostics on all of the touch screen.  He failed and gave me an error code.  As the computer is still under warranty (I don't have possession for another week yet), I talked to HP technical support on live chat and gave him the error code.  He said he must be sent to HP for service.  Since I live on a military base that, he told me that I must call their number of military sales to the United States.  When I called them, they were closed.  I won't and I'll try to return it to the base exchange where I bought it.  Thanks for trying to help me solve this problem.  I guess that's just DOA.

    Andrew

  • How to activate the touch screen?

    I have a new laptop which is Acer Aspire V5-471P-33214G50Mass, and I can't seem to do the touch screen works.

    The internet said that I should check the box with use your finger as an input device option. But as you can see from the screenshot I included, there is no option for me to do. What can you propose to solve this problem, the touch screen no matter where just gives no response or comments, it does not work.

    But im sure that the material is thin and undamaged, because on the first week, we bought it, it works very well, and there was no physical impact or a trauma that strikes my laptop.

    Hi Jules,.

    Thanks for posting this topic on the Microsoft Community Forums.

    From the description, I understand that you are having problems to make your touch screen to work and that, when you try to activate your finger as input in the settings of the stylus and touchscreen device, the option is missing.

    Could you please try the following steps for me:

    1. Press the Windows key + R , and type Control Panel in the dialog box.
    2. The type of Troubleshooting in the search bar and click on Troubleshooting.
    3. Click hardware and sound, click hardware and devices.
    4. Follow the steps in the wizard to run the troubleshooter.
  • the poster of the Bookmarks window is too big (suddenly occurred with the new version). I can't figure out how to get the smaller screen. Zoom does not work on the display of the menu bookmark.

    I have the 4 version, just download and a Mac OS 10.6. w. 7.
    Display the bookmarks (when I pull to the low "bookmarks") is far too broad. I can't understand how to reduce the display size. The window is not persistent, so I can't yet get you a screenshot.
    Thank you, Sara

    It seems that there is a change in Firefox 4, where the width of the drop-down list is now determined by the length of the longest bookmark name in the displayed folder. Versions previous of Firefox would be to shorten a long name like this and add an ellipsis to indicate the name has been truncated.

    Sorry, I don't know how to change it otherwise that you advise to change the name of this long bookmark name and make it less wordy. Just scroll to the bottom of the list of bookmarks in this vast folder until see you the culprit, then right click on that bookmark and open properties and change the line of name at the top of this dialog box.

Maybe you are looking for

  • have new macbookpro15 event handler 2.51.06 is necessary

    macbookpro15 new 2.51.06 event handler is required, this icon appears whenever the mac is restarted

  • redpitaya. error 63

    I tried to connect my Redpitaya to make the example "Blink" from the library of RedPitaya. However, when I run the example, whenever I tried it it showed the same error on the screen: error 63 the network connection was refused by the server. I conne

  • Table 2D array in alphabetical order

    Hello I have great picture 2D is where thousands raws and each cru have 5 columns. Now, I want to organize this wide range of alphabetical order. First columns is arranger, is where the information chain, other columns are digital information only. A

  • all-in-one Officejet 6310: officejet 610 all-in-one in offline and don't watch does not reinstall in windows 8

    I have a Wondows 8.1 and a printer portable all-in-one officejet 6310.  I have my printer installed and works fine on my laptop, but out of the blue one day that the printer will be offline and restarting the computer and printer does not correct.  I

  • Files appear in 'Read only' and unable to change that.

    I have Windows 7 Ultimate. A couple of weeks, I had a big problem with some of my permissions of the user being edited (don't know how I did it but it happened) so I was unable to access programs and files, after awhile with a MS tech on cat and a sy