2011-09-13 13:51 - edited 2011-09-13 13:53
Hi, when I bought my Nokia C6 this week I thought I could change to a bigger memory card, but I was wrong.
When I changed to a bigger memory card all the data that was on the old card disappeared from the phone. It was not only images and mp3's but also the games that came with the phone. How exactly do I transfer the files from the old card to the bigger one? I can not put all of the files in the phone memory either, because it is too small.
As a matter of fact I could only find the images and music files in the old memory (using ovi suit). No other files where I able to find. So where are the games anyway?
2011-09-13 18:12
If i have helped at all a click on the white star below would be nice thanks.
2011-09-14 2:35
2011-09-15 12:31
2012-04-16 1:34
i m using c6-01...i had try all method...backup and restore by ovi suite...transfer all content from old to new...it fail to detect the apps in new microSD...is there any other method?
2012-04-16 3:15
2012-04-26 14:19
connect cell with the app with pc in mass storage mode
then transfer these 4 folder in pc hard drive
SYS
SYSTEM
PRIVATE
RESOURCES
and then copy them in your new mem card
and its just for the apps
rest images and mp3 can also be done by these methods
2012-04-29 20:55
2012-04-30 10:43 - edited 2012-04-30 10:43
In case of a card-change I would prefer using:
robocopy <drive_letter_of_old_card>:\ <drive_letter_of_new_card>:\ /MIR
or, if there's only one MicroSD-slot
robocopy <drive_letter_of_old_card>:\ <temporary_folder_path>\ /MIR
(interchange cards)
robocopy <temporary_folder_path>\ <drive_letter_of_new_card>:\ /MIR
For further information on using robocopy or the command line, refer to the internet (primarily the pages of Microsoft).
2012-05-01 3:25