Thread
:
N9 screen broke, need help with geting my data back
View Single Post
ladoga
2013-05-25 , 14:14
Posts: 230 | Thanked: 302 times | Joined on Oct 2009 @ Helsinki, Suomi (Finland)
#
4
Easiest is if you have ssh login enabled on N9 and the device is automatically connecting to your home wifi. Then you could just ssh into your n9 (or use winscp on windows):
Code:
$ ssh user@192.168.x.x
...and copy all important files to some other computer with scp.
Code:
$ scp -r /home/user/MyDocs <your username>@<your desktop ip adress>:~
Quote & Reply
|
ladoga
View Public Profile
Send a private message to ladoga
Find all posts by ladoga