Active Topics

 


Reply
Thread Tools
Posts: 118 | Thanked: 80 times | Joined on Jan 2010
#21
...or...

Order a screen from ebay for around €40 shipped (including tools) and repair the screen yourself by following this guide:

http://www.youtube.com/watch?v=pDQ81cahD1c
 
ME2g's Avatar
Posts: 168 | Thanked: 58 times | Joined on Aug 2010 @ Vienna
#22
Originally Posted by nicolai View Post
Have you tried this:
1. Shutdown device.
2. Connect with usb to PC.
It should boot up in mass storage mode. At least with
a linux PC.

hope this helps

Nicolai
Just tried this on SuSE:
it asks for the security key (if set) and for the PIN and afterwards
for mass storage mode.
I am not sure if this a new "feature" of 20.2010.36-2 ?
If yes it probably won't help him.
 
Posts: 12 | Thanked: 3 times | Joined on Nov 2010
#23
Originally Posted by Jaco2k View Post
...or...

Order a screen from ebay for around €40 shipped (including tools) and repair the screen yourself by following this guide:

http://www.youtube.com/watch?v=pDQ81cahD1c
Hi,

This would be a last resort for me.

I have had the phone for a few months only, and I am worried about voiding the warranty if I ever needed to return it for repair in the future.

I wonder how they would know that though? If there is no way for them to find out, I might consider doing this, and sending it back anyway once I have retrieved my files, if there are still other issues with the phone.

I am worried that there may be be other issues with the phone, and it is simply not the screen that has stopped working.

Thanks for the help/
 
Buzrael's Avatar
Posts: 44 | Thanked: 24 times | Joined on Oct 2010 @ Brussels, Belgium
#24
Originally Posted by FowG View Post
I am worried that there may be be other issues with the phone, and it is simply not the screen that has stopped working.

Thanks for the help/
Considering that the TV out produces the same black screen, I'm afraid the problem is not limited to the screen, but deeper.
 
Posts: 18 | Thanked: 18 times | Joined on Mar 2010 @ Albuquerque US&A
#25
Originally Posted by Buzrael View Post
Considering that the TV out produces the same black screen, I'm afraid the problem is not limited to the screen, but deeper.
Not necessarily. My phone had no display and no tv out. Long story short: I replaced the entire screen and it is now working again.

Long story long:
I just dropped my N900 two weeks ago near the shower. The back cover and battery flew out. A few small drops of water ricoched across the room and landed inside the back of the phone. I left it unplugged for 24 hours (I would have done more, but the liquid seemed like an insignfigant amount).

When I turned it on, there was no video; but the phone powered on, the keyboard lit up and there were system sounds like it was normal. I plugged in the A/V cable and got nothing.

A week later, I purchased a badly used N900 and took both phones apart only to discover that it was my screen that was broken. Now I have my working phone horribly scratched screen. Video out also works again.

One of these days I will try to put the working parts of this screen into my old screen assembly. Although I am not in a huge hurry because I can barely see the scratches when the backlight is on.

The positive aspect of having a scratched screen is that I am more violent with my stylus when I use the phone than I used to be. The stylus works great when you use tons of force.
 

The Following 2 Users Say Thank You to jib For This Useful Post:
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#26
I have looked into one of my backup file and written a script to replicate what the backup process copies, hopefully this will be good enough for you. Somethings will not get copied as they have a colon in their paths and colons don't work with fat file systems, these are mainly bookmark images, so the least of your worries.

Download the attached file, if you need the contents of your MyDocs directory, and you have enough room on your SD card, use the mydocs version (this will save you from having to edit the file and introducing windows newline characters, which linux doesn't like), rename without the .txt extension.

Copy the file into the root directory of your SD card, put the SD card back into your phone. Power up the phone and wait until you are sure it has fully booted up (give it time), next press Ctrl+Shift+X to open XTerminal, let it open as it can take a few seconds.

Next type:
Code:
sh /media/mmc1/back-me-up
 or
sh /media/mmc1/back-me-up-mydocs
depending on the version you are using. The phone should buzz once to let you know you got things right, once it has finished it will buzz twice, assuming you havn't broken the vibrator as well.

You will end up with (hopefully) a directory called backup and an error file which has a log of all the files that couldn't be copied.

Good luck
Attached Files
File Type: txt back-me-up.txt (6.4 KB, 137 views)
File Type: txt back-me-up-mydocs.txt (6.4 KB, 108 views)
 

The Following User Says Thank You to JonWW For This Useful Post:
Buzrael's Avatar
Posts: 44 | Thanked: 24 times | Joined on Oct 2010 @ Brussels, Belgium
#27
Great work JonWW!
I'll keep that in a safe place as well, hoping I never have to use it.
 

The Following User Says Thank You to Buzrael For This Useful Post:
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#28
Yeah, I'm keeping it on my SD card as well. At least with linux you can read nearly everything as user. Just hope it works for him!
 
Posts: 474 | Thanked: 283 times | Joined on Oct 2009 @ Oxford, UK
#29
Originally Posted by ILikeMaemo View Post
After you have gotten your data safely off, you might want to install openssh or x11vnc. Ssh will allow you to log into the phone from another computer and do stuff from the command line. You don't even need to have the top half connected to use the phone in this manner - the N900 boots up fine without the screen attached.
If you usually have the wifi/gprs networking turned off (to save power during the day), and then your screen breaks, is there a way to login over openssh / x11vnc? E.g. some way to access it over USB?

My screen hasn't broken but I'd like to be prepared for the possibility.

Thanks.
 
Posts: 12 | Thanked: 3 times | Joined on Nov 2010
#30
Originally Posted by JonWW View Post
I have looked into one of my backup file and written a script to replicate what the backup process copies, hopefully this will be good enough for you. Somethings will not get copied as they have a colon in their paths and colons don't work with fat file systems, these are mainly bookmark images, so the least of your worries.

Download the attached file, if you need the contents of your MyDocs directory, and you have enough room on your SD card, use the mydocs version (this will save you from having to edit the file and introducing windows newline characters, which linux doesn't like), rename without the .txt extension.

Copy the file into the root directory of your SD card, put the SD card back into your phone. Power up the phone and wait until you are sure it has fully booted up (give it time), next press Ctrl+Shift+X to open XTerminal, let it open as it can take a few seconds.

Next type:
Code:
sh /media/mmc1/back-me-up
 or
sh /media/mmc1/back-me-up-mydocs
depending on the version you are using. The phone should buzz once to let you know you got things right, once it has finished it will buzz twice, assuming you havn't broken the vibrator as well.

You will end up with (hopefully) a directory called backup and an error file which has a log of all the files that couldn't be copied.

Good luck
Hi,

I will try this asap. First I have to buy myself a micro sd card.

Thank you very much for this. I will get back to you with the results.
 

The Following User Says Thank You to FowG For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 03:45.