Need help with ipohne, white screen!!

  i got given a iphone and had to get the screen fixed on it so i bought a kit , but the only thing is when its turned on it only lights up with a white screen. you can touch the screen and it makes noises and so fourth but you cant see anything but a white screen, i have no clue what to do ... HELP PLEASE!!!

Since the screen turns off see if:
- Placing the iPod in Recovery mode will allow a restore via iTuns.
- Next try DFU mode
How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
If you still have the problem the it appears that either the drop caused other damage or upi damaged the iPod or did something incorrect whenyou replaced the screen
BTW, the white screen of death is when the screen turns white AND you can turn it off.

Similar Messages

  • Hi guys need Help with Displaying Splash Screen?!!?

    Hi Guys.
    Sorry for the last incomplete post my mistake!
    I need help displaying a splash screen as an advertisment or something before i have my main application run.
    Here is the code i wrote (it works as if it were a seperate application)
    package MajourProject;
    import java.awt.AWTException;
    import java.awt.Dimension;
    import java.awt.Robot;
    import java.awt.Toolkit;
    import javax.swing.ImageIcon;
    import javax.swing.JLabel;
    import javax.swing.JOptionPane;
    import javax.swing.JProgressBar;
    import javax.swing.JScrollPane;
    import javax.swing.JWindow;
    * @author Matt
    public class SplashScreen extends JWindow
        public SplashScreen()
            int UpTime = 20000;
            Start(UpTime);
        public void Start(int UpTime)
            ImageIcon ii = new ImageIcon("src/1.jpg");
              JScrollPane jsp = new JScrollPane(new JLabel(ii));
                    JProgressBar Bar = new JProgressBar();
              getContentPane().add(jsp);
              setSize(853,303);
              centerScreen();
              setVisible(true);
                   try
                                Thread.sleep(20000);
                               dispose();
                   catch(Exception IE)
            private void centerScreen()
                    Dimension d = Toolkit.getDefaultToolkit().getScreenSize();
                    int x = (int) ((d.getWidth() - getWidth()) / 2);
              int y = (int) ((d.getHeight() - getHeight()) / 2);
              setLocation(x, (y-100));
           public static void main(String [] args)
                 new SplashScreen();
    }but i now have a problem as i already have a main application done as i wrote this seperately. I now need to combine the two together. So what i did was in my Main Application wrote:
    Splash_Screen SS = new Splash_Screen();it then runs my Splash Screen class which i re-wrote to look as such:
    package MajourProject;
    import java.awt.AWTException;
    import java.awt.Dimension;
    import java.awt.Robot;
    import java.awt.Toolkit;
    import javax.swing.ImageIcon;
    import javax.swing.JLabel;
    import javax.swing.JOptionPane;
    import javax.swing.JProgressBar;
    import javax.swing.JScrollPane;
    import javax.swing.JWindow;
    * @author Matt
    public class SplashScreen extends JWindow
        public SplashScreen()
            int time = 15000;
            Start(time);
        public void Start(int UpTime)
            ImageIcon ii = new ImageIcon("src/1.jpg");
              JScrollPane jsp = new JScrollPane(new JLabel(ii));
                    JProgressBar Bar = new JProgressBar();
              getContentPane().add(jsp);
              setSize(853,303);
              centerScreen();
              setVisible(true);
                   try
                                Thread.sleep(20000);
                                dispose();
                   catch(Exception IE)
            private void centerScreen()
                    Dimension d = Toolkit.getDefaultToolkit().getScreenSize();
                    int x = (int) ((d.getWidth() - getWidth()) / 2);
              int y = (int) ((d.getHeight() - getHeight()) / 2);
              setLocation(x, (y-100));
    }it obviously runs the default constructor which then runs the other methods in the class but it doesn't seem to show can anybody help me to find out whats wrong? It seems to be there just before the main application launches but only for a split second. And when i am waiting while the thread is sleeping the area i have defined the Content pane for he cursor goes to the loading icon! I don't know if this makes any sence to you but if you can help me it would be most apreciated.
    Thanks.

    SpearOne wrote:
    Hi Encephalopathic
    why would it work if i put it in it's own application surely it wouldn't be caused by this thread.sleep?? everything after it is in fact put to sleep. In its "own" application, nothing happens after it is displayed.
    if it is the problem then could you please give me some code to add quickly to test??
    import java.awt.Dimension;
    import java.awt.Toolkit;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.ImageIcon;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JProgressBar;
    import javax.swing.JScrollPane;
    import javax.swing.JWindow;
    import javax.swing.Timer;
    public class SplashScreen extends JWindow
      private static final String IMAGE_PATH = "src/1.jpg";
      private static final int UP_TIME = 15000;
      public SplashScreen()
        Start();
      public void Start()
        ImageIcon ii = new ImageIcon(IMAGE_PATH);
        JScrollPane jsp = new JScrollPane(new JLabel(ii));
        //JProgressBar Bar = new JProgressBar();
        getContentPane().add(jsp);
        setSize(853, 303);
        centerScreen();
      private void centerScreen()
        Dimension d = Toolkit.getDefaultToolkit().getScreenSize();
        int x = (int) ((d.getWidth() - getWidth()) / 2);
        int y = (int) ((d.getHeight() - getHeight()) / 2);
        setLocation(x, (y - 100));
      public static void main(String[] args)
        final JFrame frame = new JFrame("Main Frame");
        frame.setPreferredSize(new Dimension(300, 200));
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        frame.pack();
        frame.setLocationRelativeTo(null);
        final SplashScreen splash = new SplashScreen();
        splash.setVisible(true);
        Timer swingTimer = new Timer(UP_TIME, new ActionListener()
          public void actionPerformed(ActionEvent e)
            splash.dispose();
            frame.setVisible(true);
        swingTimer.setRepeats(false);
        swingTimer.start();
    }

  • NEED HELP!! White screen with ticking clock! cannot connect to OS 6.

    I noticed my curve 8900 was frozen on the white screen with the same ticking clock. It evolved from the frozen screen to sudden blackscreens and the flashing red light. I was looking for some answers on the forums. People seemed to point out to OS 6 and to try  backing up and reseting. Thing is I CAN connect to the blackberry desktop software but because my phone is off meaning the black screen keeps coming up with the red lights, so I CANNOT acces all the applications and files..... Can anyone shed some light? I know this may be a common issue but I could'nt find a solution. Thanks

    Hi alexonline,
    Welcome to BlackBerry Support Community Forums.
    Try following this KB article to reload your device software. You may need to allow up to 10 minutes for it to be detected by the Desktop Manager. http://bbry.lv/aPab3B
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Need Help with inserting a screen shot

    Can someone pleassse help me?! If any of you are familiar with popular youtubers and how in their videos they include screen shots of facebook or twitter questions and they have them so they roll across the bottom  of the screen, can you please help me! If anyone knows how to do this in Imovie 11 it would be HUGELY appreciated! Because when i try the picture in picture settings it zooms the screen shot so its massive and its also not an oblong shape anymore (like the shape of a facebook reply) i also need help at how this would transition to roll in from one side of the screen to the other?!
    PLEASE HELP ME!!

    I think it is possible to do this in iMovie, although perhaps easier in Final Cut Pro X, which I would guess that iJustine is using.
    First, I would take a still image of my video at the points where I want to superimpose a graphic. Since she is mostly superimposing graphics on her talking head, a single still might be sufficient.
    For getting a still out of iMovie, see my User Tip here.
    https://discussions.apple.com/docs/DOC-3231
    Now, you will want to take this still to a photo editor that allows you to edit layers. Use PhotoShop if you have it. If you do not already have PhotoShop, it can be rather expensive, so I would suggest a tool like Acorn or Pixelmator, which I think are available in the Mac App Store.
    Create a project in the dimensions of your iMovie still, e.g. 1920x1080.
    You would put the still on the bottom layer, so you know where to put yoru graphics. You would position the graphic or screen grab at the next layer up. Now I would export the upper layer only as a PNG file. The PNG file has an Alpha Channel, which means you will see only the graphic and not the still in the background.
    The main thing Final Cut Pro would give you would be the easy ability to have multiple graphics on the screen at the same time.
    Now you can drag this PNG file into iMovie and drop it on the project clip where you want it to appear. A popup menu will appear. Choose Cutaway.
    There are probably other ways to do this, but that is the way I would do it.

  • Need help with Responsive HTML5 screen layout in RoboHelp HTML 11

    I have a few questions/issues regarding screen layouts for Responsive HTML5 output in RoboHelp HTML 11.
    First off, I decided to just use the Theme1_Standard layout that came with the program (only other default option was Theme2_Government) and started customizing the layout. I originally added a company logo to the 'Header' component in the Customization dialog, but have since decided to remove it. I can't seem to do this from the dialog, so I tried just deleting the image file from the whole project. The file is gone, but the logo is still there. This is only displayed in the header when a topic is displayed, it does not appear in the header at the TOC, Index, Search screen, etc. How do I get rid of this???
    Secondly, the text in the header for the topic screens appears differently than the one on the screens for the TOC, Index, Search, etc. In the former of these, the header is displayed in maroon text in a much smaller font, similar to that used in the topics. In the latter, the topic is displayed based on what I configured in the Layout Customization dialog; much larger in white text on a black background. In each case the heading text serves as a link to the default display topic shown when the help file is launched, which is fine. However, how do I get the header to be consistent across all screens (topics and TOC, Index, etc. alike)???
    As a result of these issues with the Theme1_Standard layout, I'm trying to import a different Responsive HTML5 screen layout than the two provided within RoboHelp HTML 11 (Standard and Government). I did some digging in the program help and found another layout I'd like to use (Theme3_Black.zip) at RoboHelp screen profiles and layouts. I tried importing the new layout, but it's looking for a .SLZ file and the only one in the files that came with the ZIP file is SLZConfig.xml, and I don't think that's what I need, though quite honestly, I don't know.
    I extracted the contents of the ZIP folder to a folder in the !ScreenLayout! folder within the RoboHelp project, but when I open the project, I don't see Theme3_Black as an option. I need to figure out how to import this screen layout because the color scheme matches the one used in the program for which I am writing the help. How do I import and apply this other screen layout???
    Any tips, tricks, or guidance on any or all of these items would be GREATLY appreciated.
    Thanks much in advance,
    Dave

    Item two of the original post is also something I am having issues with:
    "Secondly, the text in the header for the topic screens appears differently than the one on the screens for the TOC, Index, Search, etc. In the former of these, the header is displayed in maroon text in a much smaller font, similar to that used in the topics. In the latter, the topic is displayed based on what I configured in the Layout Customization dialog; much larger in white text on a black background. In each case the heading text serves as a link to the default display topic shown when the help file is launched, which is fine. However, how do I get the header to be consistent across all screens (topics and TOC, Index, etc. alike)???"
    We have the text toggle between red, white and blue depending upon the topic selected. In the customize Selected Layout we have the title color set to white. It seems to think that it is a link and I would like to know how I can force the text to be white and to stay that way no matter which topic is selected.

  • Really need help with a loading screen

    Ok, here's my problem, I'm making a puzzle game and I can't seem to make my loading screen work with my main menu. The loading screen is represented by an image filling up with colour where the colouring takes place by means of a thread (and there's a string as well that paints the %) . Now the loading screen is supposed to appear after i click the start button from the main menu and after completely filling up (or when the tread dies) the game panel is suppposed to be show on screen. Between the loading I initialize all the components for the game. Now, when I press the start button, the whole screen freezes (for the duration of the loading thread) after which the game screen appears. What puzzles me more is that if i don't add the game screen the loading screen works like a charm.
    Here's some of the code:
    public void actionPerformed(ActionEvent e){
    if(e.getActionCommand().compareTo("Start")==0){
    //initializing the panel for the loading
    ds=new Load();
    //initializing the thread that makes the panel rainbow dream
    anm=new Ompy();
    x.remove(pent); //pent is the jpanel containing the main menu with the customised buttons, and x is the reference to the current JFrame's content pane
    x.add(ds);
    pack();
    /* MediaTracker tracker=new MediaTracker(this);
    tracker.addImage(ds.pic.im,2); //i tried using a media tracker to wait for the image of the loading jpanel
    tracker.addImage(ds.fill.im,2);
    try{tracker.waitForID(2);}
    catch(InterruptedException ie){} */
    anm.start(); //i start the thread
    //without the folowing code the loading screen works perfectly
    some code
    Winx gs=new Winx(); //the panel containing the game interface
    some code
    while(anm.isAlive()){}
    x.remove(ds); // i remove the loading screen
    x.add(gs); //i add the game screen
    anm=null;
    ds=null;
    setVisible(true);
    gigaslave.requestFocusInWindow();
    pack();
    //here ends the code that shadows my loading screen :((
    else {System.exit(0);}}
    }I appreciate your help.

    Thanks for all your help ...this is what i have so far and am working with:
    import javax.swing.JOptionPane;
    public class TVRemote{
         int volume = 5;
         int channel = 5;
         public void channelUp(){
              if(channel < 25){
                   channel++;
         public void channelDown(){
              if(channel > 1){
                   channel--;
         public void volumeUp(){
              if(volume < 10){
                   volume++;
         public void volumeDown(){
              if(volume > 1){
                   volume--;
    public class VCRemote extends TVRemote{
         String tape = null;
         String mode = "Stop";
         public void insertTape(String t){
              tape = t;
         public void ejectTape(){
              tape = null;
         public void setMode(String m){
              mode = m;
         public String getMode(){
              return mode;
    public String getMode(){
              if(tape == null){
                   System.out.println("There is no tape");
              return mode;
    I know it does have to be set as 2 files....I still need to put in a rewind and fast forward option would that be done the same way that public void insetTape is done? also I was wondering how i will interface it with the user? Cause the only output i see is a display message that there isn't any tape in the vcr.
    Thankgs again for everyones help.

  • Need help with clearing on screen data

    Hi all,
    I have a transaction which works like SM30 (table maintenance). In my main screen, I have 50 blank fields (created by appending 50 blank rows to an internal table) on the ALV grid for user new entries with 2 buttons: Save and Delete. Once the user has entered the data and click on Save, it will validate the entries and put into internal table before saving into the database.
    The problem arise when I want to delete the entries. When user click on Delete, it will clear the entries in the selected row. My problem is, how do I clear the data on the screen since this data is not yet inserted into internal table? These entries are new entries just entered by the users and not being put into internal table or in the database yet.

    Once user press the delete button ,
    in the user_command event you need to
    first insert the values to internal table with delete flag in the internal table , then delete the line the user selected for delete,
    then call
    method "g_grid->refresh_table_display" after row has been deleted.
    aRs

  • Need help with new display screen

    I'm using premier pro and want to get a large display screen, I've heard a lot about the new Apple 24" LCD and the Dell 24" UltraSharp 2408WFP...anything else out there thats as good?? Pros? Cons?
    Thanks!
    Nick

    I found this happened to my phone too after the ios7 updates. Solved by  turning off auto-brightness. Since then all has been fine, just have to  manually brighten/dim screen when I need to

  • Need help with log in screen

    My log in screen(after clicking the skype icon) will only let me type in my username and password but won't let me click any buttons or boxes. I have the free version and it worked on my previous computer. I already tried reinstalling it and keep getting the same thing. Please help!!

    jasmine_taulbor wrote:
    My log in screen(after clicking the skype icon) will only let me type in my username and password but won't let me click any buttons or boxes. I have the free version and it worked on my previous computer. I already tried reinstalling it and keep getting the same thing. Please help!!
    Do you have all Windows updates and updates to any hardware devices by the manufacturers?
    What version of IE ("Internet Explorer") do you have? You can tell by opening a Internet Explorer Browser window and then doing:
    Help -> About Internet Explorer
    About Me You can also use a IP Camera as your camera for Skype video Example Instructions

  • Need help with Share My Screen tool in InDesign CS5.5

    I am trying to use the screen sharing tool and keep getting an error message, "Updating your account. We are currently updating your account. Please wait a few minutes and try again." How do I get past this?

    Thank you Bob. I had heard they killed it in CS6 but thought it might still work in CS5. We did try using Google Plus and were able to see other docs but not our InDesign doc (it appeared black). We thought maybe Adobe wanted us to buy their product.... Maybe we should try it again, or another one. Are you familiar with any of these?
    http://www.makeuseof.com/tag/12-excellent-free-screen-sharing-and-remote-access-tools-you- havent-heard-of-yet/
    He gives 4 out of 5 stars to
    Crossloop
    Yugma SE For Skype
    Mikogo 4.5 stars

  • My ipod touch has frozen with a white screen. None of the buttons will work to turn it off or take any action. Holding down buttons for 10 seconds plus does not work.Help

    My ipod touch has frozen with a white screen. The on/ff and sleep buttons will not work whether pressed for a moment or held for more than 10 seconds as per help pages. When connected to computer it is not recognised and no indication in "devices".It has been working perfectly from Christmas until now. Was watching a TV prog via BBC iplayer when the image and sound froze for about 5 seconds then just white screen. Help

    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."

  • Can anyone help me with a white screen on boot, chime and unresponsive keyboard

    As stated in the title it boots up with a white screen and it chimes but i cant use any of the commands to get into the recovery or even boot from a cd or usb drive. I've taken out the hdd and put it back it and it doesnt seem to be the problem. Is there anyone who can tell me exactly whats wrong with it?

    sqredreaper wrote:
    model number a1286 im not exactly sure of the os seeing as i just received it yesterday,
    A1286 isn't specific enough, I need more information for a exact model match.
    http://everymac.com/ultimate-mac-lookup/?search_keywords=A1286
    If I know the exact model, then I can tell if  that came originally with Snow Leopard, we can install Linux.
    Would it be possible for me to format the mac hdd from my pc?
    Not with Windows, Linux might, but it would be a difficult.
    Mac's as you know have EFI, which is loaded from a hidden partition on the boot drive.
    Only OS X, their install disks (and 10.7+ Recovery HD parititon) can format the drive properly for a Mac to use, as they install EFI which the hardware requires for the at boot keys to be able to select Linux and install rEFIt in EFI firmware.
    If your Mac meets 10.6 qualifications, then the 10.6 install disk can be ordered, the instruction for creating a dual boot system with Linux Mint.
    Of course there is a problem, if the machine is too new, then hardware drivers to work with Linux might not have been circulating to use.
    Apple doesn't supply the hardware drivers for Linux or anyone, so it takes hackers to get them and they have to have Mac's. (they rather use generic PC's)
    Older Mac's pre-2011 I know where the drivers are at, on Ubuntu's site (Linux Mint is based on Ubuntu) however I don't know if latest versions of Ubuntu/Mint work with those drivers, I'll asume they do.
    Hardware drivers are important because the machine won't work well without them, like no Wifi, video screen options etc. one just gets the bare minimal use.
    Interest in running Linux on Mac's died when Apple released OS X 10.7, as the Recovery HD partition created a obstacle and Apple seems to be heading towards a closed system like on iPads and iPhones.
    Linux needs open hardware like generic PC's, and the trend from Microsoft is like Apple, closing up hardware from anything but Windows running.
    If you haven't installed Linux on a generic PC, I suggest you try that first as on Mac's it's the most difficult.

  • I need help with my K7N2G-ILSR Black screen

    hey!
    I need help with my Mainboard!
    All the time when i want to start it it doesn't boot. You can listen to the noise of the fan and it is working but only black screen, also the LED says that the Ram is damaged red-green-red-red!
    I have an Athlon XP 2400+
    Volcano 9 Fan
    512MB ram Kingston PC2700
    512MB Ram Infineon PC2700
    I read that the board doesn't support Kingston the first time and also i set the jumpers cleared CMOS and put the battery out. Also I put the Ram in different Dimms but still the same error.
    The other things what i have aren't really important just that i have an enermax 431Watt. MSI wrote me that i have to put out the mainboard out of the case but why should i do this, the case is open right now and normally that shouldn't change anything. I read also some posts here and about new Ram but maybe there is someone who knows whats going on!
    thanks for the reply to everyone
    Regards
    Jan(It's german say it like Yan)

    i can't even look on the screen because the screen is black, and how can I change the timings manualy from ram? man, i never heard about that I mean it's easy to overclock a cpu but how are you changing the timings of the Ram! If u can give me a webpage snf i will lock for it, or just descibe me how to do it, thanks a lot for the replies!

  • TS2771 I need help with my camera it's shows a black screen. And I have restarted it many times

    I need help with my camera it's shows a black screen. And I have restarted it many times

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                                
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem. Y are not alones. Sometimes the camera fails.
    Apple Retail Store - Genius Bar                                      

  • My iphone 4 is flickering extreamly bad. I just purchased it in july. Whats causing it to do this? It frooze up earlier with a white screen. Battery died and i charged it up it came on to flickering? Help please

    My iphone 4 is flickering extreamly bad. I just purchased it in july. Whats causing it to do this? It frooze up earlier with a white screen. Battery died and i charged it up it came on to flickering? Help please

    Hello Edward
    Follow the prompts on your iPhone and you will get either at your home screen like normal or get to a point of restoring from back up. The article below will give step by step for restoring from back up.
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

Maybe you are looking for

  • I have 2 problems with Photoshop Elements 12 that I need help with

    The problems: 1) When I bring photos into the editor to work on them and then save them they are not automatically appearing in Organizer 2) When I make changes in Organizer (eg adding or deleting photos) the changes do not appear in Adobe Revel. Whe

  • Has EMBED Flash problem in IE caused sites to abandon Flash?

    Apparently this problem has been around for a while and several sites that used Flash for slideshows on their homepages seem to be using ajax now. I didn't realize that there was some eolas patent issue that Microsoft activex was violating. I finally

  • OC4J & Java VM & Custom tags

    I'm getting a NoClassDefFoundError, but the class is in orion.jar! Its javax.servlet.jsp.tagext.TagSupport. There is some code in a jar file (under WEB-INF/lib) that tries to use that class, but apparently can't find it. I'm baffled. I'm not using th

  • Project code

    Dear Expert, Project field in SAP B1 8.82 is now a choosefromlist. When I add  a document, e.g., the good receipt PO, the project code that I have selected in the accounting tab --> project can't be filled in the journal entry. So, I want that the pr

  • Configurator error unable to check iOS

    Using Apple Configurator 1.6 on an iMac running OS 10.9.5. Have 6 iPads connected via USB hub. I am running in unsupervised mode and am simply trying to update iOS to latest version. iPads are recognized but on all but one I get an error stating "Una