neues Recovery flashen?

Capmaan

Capmaan

Stammgast
64
Hallo zusammen.

Ich wollte heute mal das neue Ra-Recovery 1.7.0 flashen. Doch wie? Geht das irgendwie über den Terminal emulator oder muss ich das was mit Android SDK und so weiter machen? Weil von dem hab ich würklich keine Ahnung :D
 
In Amon Ras Thread bei XDA gibts eine ganze Reihe von Anleitungen. Such dir eine raus:

Amon_RA schrieb:
via fastboot :

  • Requires engineerings SPL!

Code:
Copy recovery-RA-dream-v1.7.0.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-dream-v1.7.0.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-dream-v1.7.0.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-dream-v1.7.0.img

via console :

  • Requires root
  • 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-dream-v1.7.0.img to the root of your sdcard
Boot into your current custom recovery (boot while holding HOME)
select console from the menu
#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-dream-v1.7.0.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-dream-v1.7.0.img to the root of your sdcard
start the terminal app
#flash_image recovery /sdcard/recovery-RA-dream-v1.7.0.img
 
  • Danke
Reaktionen: Capmaan
Okee danke. Versuch es mal mit der 3 Methode :D
 
Jepp, habe ich auch gemacht :)
 
hmm wenn ich das mit nen terminal emulator machn will kommt nur permisson denied? kann wer helfen
 
top danke daran lags habs total vergessn :D

noch mal ne andere frage, mit 1.7.0 kann man ja auch seine sd partitionieren also auch das linux ext2 format ( apps auf sd) oder? weil die andere methode geht mit meiner sd karte nicht mehr.

mfg
 
snaaz schrieb:
top danke daran lags habs total vergessn :D

noch mal ne andere frage, mit 1.7.0 kann man ja auch seine sd partitionieren also auch das linux ext2 format ( apps auf sd) oder? weil die andere methode geht mit meiner sd karte nicht mehr.

mfg

Die Partitionierung wird direkt auf ext2 vorgenommen. Du kannst dann noch auf ext3 und ext4 upgraden.

Gruß
 
aber ext2 sollte doch eigentlich reichen, wenn das rom apps to sd unterstützt?

was für vorteile bringt ext3 u 4?
 
snaaz schrieb:
was für vorteile bringt ext3 u 4?

Das kann ich dir leider nicht beantworten, da ich zu wenig in der Materie drinstecke.
Die ext4 wird z.B. bei der Pirate Rum als Voraussetzung angegeben.

MfG
 

Ähnliche Themen

HexHecker
Antworten
0
Aufrufe
2.358
HexHecker
HexHecker
A
  • alisss-1
Antworten
3
Aufrufe
2.549
PJF16
PJF16
L
Antworten
8
Aufrufe
2.449
DiSa
D
Zurück
Oben Unten