Active Topics

 


Reply
Thread Tools
Posts: 3 | Thanked: 0 times | Joined on May 2010
#1
So I broke my display. Car door vs N900, 1 - 0. Connecting it to Nokia Suite gives me "Device conneted in non-compatible mode".

Is there a way for me to backup contacts and similar information before getting the phone to service?
 
Posts: 303 | Thanked: 175 times | Joined on Oct 2009 @ London UK
#2
hows your sense of touch?

CTRL + SHIFT + X will launch an x terminal

If you can access the mass storage (perhaps turning the phone off and connecting to a PC it should start in mass storage mode without booting) you could upload a shell script and run it thusly:

sh MyDocs/script.sh

Putting commands to do stuff in the script, you could backup /home/user to the mass storage: For example, put the following text into a file called "script.sh" on your phone's mass storage:

Code:
flash() {
  pattern="PatternCommunicationIM"
  dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_pattern_activate "string:$pattern"
  sleep "$1"
  dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_pattern_deactivate "string:$pattern"
}

flash 2
echo MyDocs > /tmp/exclude
tar c -X /tmp/exclude -f MyDocs/backup.tar . 2>&1 | tee MyDocs/backup.txt

while true ; do
  flash 100
done


When the script starts it should flash the notification led, when it finishes it should flash it again continuously.. then you can power off and copy the backup.tar file off the mass storage.. hopefully

Last edited by cpitchford; 2010-05-17 at 13:15. Reason: only root has access to /sys led controls
 

The Following User Says Thank You to cpitchford For This Useful Post:
Posts: 37 | Thanked: 31 times | Joined on Apr 2010
#3
See what happens if you connect it to TV, at the very least it should make cpitchfords suggestion easier.
 

The Following User Says Thank You to KapCaveman For This Useful Post:
Posts: 303 | Thanked: 175 times | Joined on Oct 2009 @ London UK
#4
ha! yeah.. good point I keep forgetting about TV Out, seems so alien on a phone!
 
felbutss's Avatar
Posts: 579 | Thanked: 286 times | Joined on Oct 2009 @ Australia
#5
dam. in before me. ye TVout should do it
 
msa's Avatar
Posts: 909 | Thanked: 216 times | Joined on Nov 2009 @ Bremen, Germany
#6
but how's the tv out gonna help when the touchscreen is broken? it cant recognize touches, or can it? xD
 
Posts: 255 | Thanked: 109 times | Joined on Dec 2009
#7
Originally Posted by Letharion View Post
So I broke my display. Car door vs N900, 1 - 0. Connecting it to Nokia Suite gives me "Device conneted in non-compatible mode".

Is there a way for me to backup contacts and similar information before getting the phone to service?
broke the screen on mine recently too, i was lucky as when i connected to a pc i could get to the "backups" folder on the phone.

i used this on the new handset and my contacts were all good.
 
Posts: 303 | Thanked: 175 times | Joined on Oct 2009 @ London UK
#8
Originally Posted by msa View Post
but how's the tv out gonna help when the touchscreen is broken? it cant recognize touches, or can it? xD
hence why I suggested using a backup script like the one I posted.. using x terminal doesn't require the touch screen.
 
Posts: 3 | Thanked: 0 times | Joined on May 2010
#9
Wonderful, thanks so much!
I hadn't though about TV either, which works great, I'm currently backing things up.

Somewhat to my surprise however, the touchscreen works flawlessly. It's more resiliant than the LCD apparently

A question, just what will that script backup? It seems to me that it Will backup ~, except MyDocs, which is pretty much everything in the ~, making it somewhat meaningless?

Last edited by Letharion; 2010-05-17 at 18:14. Reason: Grammar
 
Posts: 303 | Thanked: 175 times | Joined on Oct 2009 @ London UK
#10
You don't need to backup ~/MyDocs.. you can do that using a PC.. turn phone off, plug in and you'll be able to access the mass storage..

the backup script backs up /home/user but NOT /home/user/MyDocs.. which is where all the settings and config are kept..

But if you have TV out, I'd use the built in backup app, since that will let you restore to a repaired/new N900

Maybe do both, just to be on the safe side
 
Reply


 
Forum Jump


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