Reply
Thread Tools
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#381
Yeah Tekplay has a good idea but the steps weren't very user friendly .

Basically; reflash your N8x0. Put your SD card into the device. Open a terminal on the N8x0 and type
ls -l /media/

You will have probably /media/mmc1 and /media/mmc2. Run the following commands:
umount /media/mmc1
umount /media/mmc2

Connect your N8x0 to your desktop PC (which I think needs to be running linux if you are going to use dd like tekplay suggested... or you need the dd windows binary which is not standard.)

In linux; you can run the command "dmesg" in a terminal and it will show you what devices it used for your SD cards.. /dev/sda is an example. Then you would run his dd command as so:
dd if=/dev/zero of=/dev/sda

Which will essentially totally clear your SD card.

You don't need to make your own partitions with fdisk .. the Install Tools should be doing this for you; and it will overwrite whatever you create anyway.

I am not sure how to do an equivalent in windows.. but you should be able to use Disk Manager to delete the partitions of the SD card and reformat the whole things as 1 big partition in FAT or whatever.

Then try again.

(Course you could just try and go into File Manager on the N8x0 and reformat the card.. I think that might clear your partitions as well.)
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following 2 Users Say Thank You to fatalsaint For This Useful Post:
Posts: 88 | Thanked: 0 times | Joined on Jul 2008
#382
i have a hp with vista
 
Posts: 88 | Thanked: 0 times | Joined on Jul 2008
#383
i reformat it everytime in file manager on the n800 check to make sure memory is back to normal and try again has been basically the process.
 
Posts: 88 | Thanked: 0 times | Joined on Jul 2008
#384
i remove the install tools completely from the device and try to start again.
it said also install was wrong domain aswell
 
Posts: 137 | Thanked: 71 times | Joined on Mar 2008
#385
Originally Posted by quicksilver524 View Post
i have a hp with vista
Heres a link. I have never used it , just posting for your reference.
http://panasonic.jp/support/global/c...formatter.html
 

The Following User Says Thank You to tekplay For This Useful Post:
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#386
Run the following commands in a terminal as root:

Code:
umount /media/mmc1
umount /media/mmc2
sfdisk /dev/mmcblk0 << EOF
;
EOF
mke2fs /dev/mmcblk0p1
mount /dev/mmcblk0p1 /media/mmc1
df -h
See if the df -h line reports a 2GB device mounted on /media/mmc1. I don't have an N800, so I am not sure if /dev/mmcblk0 is the device you are using; or /dev/mmcblk1. Just make sure only one SD card is in the slots and try the above; if it says no such device then use mmcblk1 instead.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
Posts: 75 | Thanked: 1 time | Joined on Mar 2008
#387
im sure i already posted this but its not here,
i tried this to clone onto my mmc but i get cant install install tools and it corupts my mmc(a reformat iin a sony mmmc formating programme fixes it)
im on aa n800 running latest os2008, diablo

any ideas where im going wrong
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#388
@mrgreaper we'll need more details.. does it give any errors?? can you attach your application log file so we can take a look?
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following User Says Thank You to fatalsaint For This Useful Post:
Posts: 88 | Thanked: 0 times | Joined on Jul 2008
#389
when i type "umount /media/mmc2", it says operation not permitted,
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#390
Then ignore it and move on.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

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

Tags
deprecated

Thread Tools

 
Forum Jump


All times are GMT. The time now is 15:41.