Zitat:
Zitat von
weinschaum
Ich hab jetzt schon die zweite SD-Karte, die nach der Benutzung im Nexus One nicht mehr richtig funktioniert: Bei Downloads gibt es Fehlermeldungen und sie lässt sich nicht mehr (auch nicht in anderen Lesegeräten) formatieren. Hinweis: Inhalt lesegeschützt. BItte west mich NICHT auf das Schieberchen im Adapter hin. Hab es sogar versuchsweise festgeklebt!!!
Ich vermute, es muss was mit dem Nexus zu tun haben. Ist das schon mal jemandem passiert?
also wen du die sd formatieren wilst kann ich dir nur den tipp geben
Step 1: Connect your phone to your computer via USB. Reboot into recovery mode.
- Command: adb shell reboot recovery (this will reboot your phone into Cyanogen’s recovery image. Or power on phone when holding home button)
- Command: adb shell (type this after your phone has booted and on the recovery screen. it should take you to a # prompt)
Step 2: Open parted to partition your SD card.
- Command: parted /dev/block/mmcblk0 (opens parted and mounts your SD card)
Step 3: Remove all existing partitions. If you have multiple partitions, remove each one at a time.
- Command: rm 1 (deletes partition number 1)
- Command: rm 2 (if needed. keep going till all partitions are removed)
- Command: print (check when you are done to make sure all partitions are removed)
Quelle (http://androidandme.com/2009/08/news...droid-apps2sd/)