Sonstige HTC Devices - sd partitionieren

  • Antworten:2
Darali
  • Forum-Beiträge: 22

30.05.2010, 20:01:38 via Website

Hallo,

also ich hab nun cyanogen 5.0.7-ds auf meinen magic draufgespielt und es läuft soweit auch alles rund. jetzt habe ich aber ne ganz dumme frage, zu der ich im forum nichts gefunden habe. und ich habe wirklich lange gesucht. :) meine sd karte ist nicht partitioniert, möchte jedoch apps2sd nutzen. wie partitioniere ich die sd-karte?

mfg.

— geändert am 04.04.2019, 19:40:38 durch Moderator

Antworten
Gelöschter Account
  • Forum-Beiträge: 376

01.06.2010, 19:34:20 via Website

hast du das cm-recovery drauf wenn ja dann lad dir AmonRA Recovery runter http://forum.xda-developers.com/showthread.php?t=530492

dann flashst du das image, hast 3 möglichkeiten:
via fastboot :
Requires engineerings SPL!
Code:
Copy recovery-RA-sapphire-v1.7.0G.img to a location where fastboot can find it.
Boot your G1 into fastboot mode (boot while holding BACK)
Connect your G1 via usb to your pc/mac/...
fastboot devices (to make sure that fastboot "sees" your device)
fastboot flash recovery recovery-RA-sapphire-v1.7.0G.img
via adb :
Requires a custom recovery (with test-keys) like Cyanogen's v1.4 or my previous recovery
Do NOT follow these steps from a terminal application on the phone, make sure that you've booted into a custom recovery first!!!
Code:
Copy recovery-RA-sapphire-v1.7.0G.img to the root of your sdcard
Boot into your current custom recovery (boot while holding HOME)
Connect your G1 via usb to your pc/mac/...
adb shell
#mount -a (this can give back an error if you don't have an ext partition, don't worry about it and just proceed)
#flash_image recovery /sdcard/recovery-RA-sapphire-v1.7.0G.img
via terminal application installed on the phone :
Requires root
DO NOT use this method with CM5.0.7, there are currently some memory issues while flashing, use the above methods (preferably the fastboot method) instead until the issue is fixed in CM5.0.7!
Code:
Copy recovery-RA-sapphire-v1.7.0G.img to the root of your sdcard
start the terminal app
#flash_image recovery /sdcard/recovery-RA-sapphire-v1.7.0G.img

dann ins recovery booten mit home+power und dann sd partitionieren auswählen =)

bedenke, dass du deine saten sichern solltest^^


MfG

iPhone?! iWhat? ...is für P**y...Männer nutzen Android ;-)

Antworten
Darali
  • Forum-Beiträge: 22

01.06.2010, 20:28:32 via App

danke für die Anleitung.

Antworten