Reply
Thread Tools
Posts: 1,320 | Thanked: 915 times | Joined on Feb 2010
#1
Hi

I have the dreaded USB port issue. It just stopped working and then fell out.. I went to Carphone Warehouse repair centre and was told that it needed to be sent off to Nokia for around 2 weeks to be repaired.

What should I do before I send the phone off?

Should I wipe all the data from it or is there a chance I will get my phone back with just a repaired connector??

Thanks
 
Posts: 140 | Thanked: 66 times | Joined on Apr 2010
#2
When this happened to me they sent me a new phone after a 3week wait, however it was sent to a vodafone repair center before nokia.
 

The Following User Says Thank You to xRobby For This Useful Post:
Posts: 1,320 | Thanked: 915 times | Joined on Feb 2010
#3
Maybe wiping the phone is a good idea then..
 
Posts: 140 | Thanked: 66 times | Joined on Apr 2010
#4
Originally Posted by godofwar424 View Post
Maybe wiping the phone is a good idea then..
Probably, but even if it's a hardware problem i do believe all phones are flashed as soon as possible so personal data cannot be used.
 
x61's Avatar
Posts: 932 | Thanked: 278 times | Joined on Sep 2009 @ Kentucky
#5
Don't forget to save all the important informations on microSD card before wiping it.
 

The Following User Says Thank You to x61 For This Useful Post:
Posts: 315 | Thanked: 64 times | Joined on Oct 2009 @ Montreal, canada
#6
Originally Posted by x61 View Post
Don't forget to save all the important informations on microSD card before wiping it.
Is there a easy way to save important stuff to the microSD card or just use the file manager with copy and paste (long way)

How do you erase all data of your phone fast?
 
Posts: 701 | Thanked: 585 times | Joined on Sep 2010 @ London, England
#7
I've just got mine back after taking it to Carphone Warehouse, and it was about 3 weeks, unfortunately for me I didn't get a new one, but the USB port was only a bit loose, it hadn't come out completely. And they had given it a full reflash.

I used the terminal to move they files to my SD card quickly, fortunately I didn't have too much on the internal storage so I could move most of it in a single command, "mv /home/user/MyDocs/* /media/mmc1/" that will get most of the files (except the hidden dotfiles*), and Nokia in their infinite wisdom decided that some of the directories should be hidden with their file manager doing a translation so the user can see them, so you'll have to move those separately, so that's "mv /home/user/MyDocs/.documents /media/mmc1/" etc, for each one you want, don't forget you can use "tab" to autocomplete filenames. You can also use tar to save a copy of your home directory in case there are any settings there that don't get backed up by the backup program "tar czpf /media/mmc1/N900home.tar.gz /home/user/". If you don't want to use the command line to move your files there are other file manager programs you can install, I'm sure one or two of them will work better than the default one for moving a selection of files you want to keep.

To erase data fast, you could first use the "Clear device" option in the men in Settings, then you could just delete your home directory if you want to be sure nothing is missed. As root, first unmount MyDocs or this might not work properly "umount /home/user/MyDocs", then as root delete your home directory "cd / ; rm -rf /home/user", I'm not 100% sure it'll let you delete this directory while you are still running as a user, but it should still delete all the files in it anyway, then just in case you need the N900 to still be bootable, you might want to recreate it "mkdir /home/user" and make it usable "chown user:users /home/user".

*In Linux if you want a file to be hidden you prefix the name with a dot, and these files are sometimes referred to as dotfiles.
 
Reply


 
Forum Jump


All times are GMT. The time now is 11:04.