[How-To] Downgrade/Root Desire Z

  • 556 Antworten
  • Letztes Antwortdatum
achso, sorry.

Ja, die Karte ist halt im Desire drin und das muss ja verbunden sein.
Also SD-Karte raus und dann nochmal probieren?
 
Nein, Du verstehst mich vollkommen falsch :(

Noch mal langsam und von vorne:

Die SD-Karte muss natürlich im Handy sein, aber Du darfst sie nicht als Festplatte für den PC freigeben. Stell das Handy auf "Nur laden", wenn es mit dem PC verbunden ist.

Wenn Du

Code:
/data/local/tmp/misc_version -s 1.33.405.5

eingibst wird versucht auf Deiner SD-Karte ein Backup zu speichern.
Das schlägt fehl, wenn Du die Karte als Festplatte für den PC freigegeben hast.
 
  • Danke
Reaktionen: rookyrook und Rhododendron
achso :D

gut, dann versuch ich das so nochmal. Man sollte einfach nich versuchen 2 Leuten gleichzeitig zuzuhören ;)
 
so, habs jetzt hinbekommen :)

aber der ROM-Manager sagt mir jetzt das der Superuser nicht gefunden wurde.
Woran könnte das liegen? Downgrade hat eig reibungslos funktioniert und der Rest auch, also bis zum ROM Manager alles gut.

sorry für den Doppelpost
 
Dann hast Du einen Fehler bei Punkt 12 + 13 gemacht.
Ansonsten installier den SuperUser von Hand. Die APK hast Du ja ;)
 
heute ist einfach nich mein Tag :D
hab auf meinem kleinen Netbook einfach einen Schritt überlesen ;)

Clockwork ist installiert und root passt :)

Danke für die schnelle und gute Hilfe! :)
 
Guten Tag!
Ich bin etwas unerfahren mit dem Thema Root. Ich habe alles gemacht wie es beschrieben wird. Von Punkt 1 bis 5. Danach erscheint aber wirklich immer ein $ anstatt dem #. Ich habe schon alles versucht, aber ich weiß nicht mehr weiter. Das einzigste was vielleicht das Problem sein könnte, wäre das ich schon die Software 1.82.405.1 habe.
Mein HTC Desire Z ist ungebrandet.
mfg
 
Also wenn du alle Schritte so durchgeführt hast und es keine Fehlermeldungen gab, dann tippe ich auf eine fehlerhafte psneuter Datei... das ist mir auch mal passiert.
 
Danke für die schnelle Antwort!
Ich habe sowohl die psneuter datei von android.hilfe als auch die xda genommen. Beides funktioniert nicht. Gibt es denn noch eine Quelle für diese datei?
Aber es liegt nicht ander Firmware 1.8 schließe ich daraus?
mfg
 
Mit deiner Version muss es gehen, wurde hier im Thread auch schon mehrmals gesagt.

Das ist so nicht ganz richtig, du hast über einen Link zu psneuter die Datei selbst gespeichert... hast du die auch sicher richtig gespeichert? ohne .txt?
 
Ja, ich habe die im prinzip als Textdatei, aber ohne die .txt Endung. Also irgendwie ist das merkwürdig :sneaky:
mfg
 
Es funzt immer noch nicht. Es gibt immer noch diese $. Ist es eigentlich normal, daß wenn ich die Befehle aus 5. abschreibe mit der Leertaste zwischen psneuter und /data er da nichts findet? Erst wenn ich die Leertaste weglasse lässt er mich weiter. Sonst schreiber er, er würde die Datei nicht finden.
mfg
 
ähm... bei dem "push" Befehl? Werden denn überhaupt Dateien aufs DZ kopiert?

Ich glaube du machst grundlegend etwas falsch?! Machst du mit der Android SDK alles richtig? Sind alle Dateien (z.B. die psneuter) im richtigen Verzeichnis (da wo die adb.exe ist)?

Wird überhaupt ein Gerät angezeigt wenn du "adb devices" eingibst?
 
Ich glaube auch das ich irgendwas grundlegend falsch mache.
Was habe ich gemacht: Ich habe Android-sdk installiert, habe mir da dann die adb.exe geladen. Dann hab ich mir alle Dateien (psneuter,misc_version,root,1.34) runtergeladen. Nun habe ich psneuter und misc_version in den ornder platform-tools zu der adb.exe kopiert. Nun öffne ich die eingabeaufforderung und gebe ein:

c:\Dokumente und Einstellungen\User>Desktop/root/android-sdk/platform-tools/adb.exe

Dann geb ich ein:

c:\Dokumente und Einstellungen\User>Desktop/root/android-sdk/platform-tools/adb devices

Jetzt listet er so ein gerät auf:

List of devices attached
HT0BART02136 device

Nun:
c:\Dokumente und Einstellungen\User>Desktop/root/android-sdk/platform-tools/adb push psneuter/data/local/tmp
c:\Dokumente und Einstellungen\User>Desktop/root/android-sdk/platform-tools/adb push misc_version/data/local/tmp
c:\Dokumente und Einstellungen\User>Desktop/root/android-sdk/platform-tools/adb shell chmod 777/data/local/tmp/psneuter
c:\Dokumente und Einstellungen\User>Desktop/root/android-sdk/platform-tools/adb shell chmod 777/data/local/tmp/misc_version
c:\Dokumente und Einstellungen\User>Desktop/root/android-sdk/platform-tools/adb shell/data/local/tmp/psneuter
c:\Dokumente und Einstellungen\User>Desktop/root/android-sdk/platform-tools/adb shell

Jetzt kommt das $ und weiter weiß ich nicht

mfg
 
Was ist denn die Ausgabe wenn Du c:\Dokumente und Einstellungen\User>Desktop/root/android-sdk/platform-tools/adb push psneuter/data/local/tmp etc eingibst?

Ich würde an Deiner auf der Eingabeaufforderung IN das Verzeichnis "platform-tools" wechseln, damit Du nicht immer alles eingeben musst.
IN das Verzeichnis "platform-tools" kopierst Du ALLE Dateien aus der ZIP und dann erst führst Du die ADB-Befehle nacheinander aus.
 
also so müsste es eigentlich exakt aussehen!

adb push psneuter /data/local/tmp
adb push misc_version /data/local/tmp
adb shell chmod 777 /data/local/tmp/psneuter
adb shell chmod 777 /data/local/tmp/misc_version
adb shell /data/local/tmp/psneuter
adb shell

Du hast ne ganze Menge Leerzeichen vergessen, da stimmen doch die ganzen Befehle nicht mehr... abgesehen davon was dazw geschrieben hat, ich hoffe du gibst das wirklich nicht immer alles ein.
 
Zuletzt bearbeitet:
dazw schrieb:
Was ist denn die Ausgabe wenn Du c:\Dokumente und Einstellungen\User>Desktop/root/android-sdk/platform-tools/adb push psneuter/data/local/tmp etc eingibst?

So sieht es dann aus:

C:\Dokumente und Einstellungen\User>desktop\root\android-sdk\platform-tools\adb push psneuter/data/local/tmp
Android Debug Bridge version 1.0.26

-d - directs command to the only connected USB devic
e
returns an error if more than one USB device is
present.
-e - directs command to the only running emulator.
returns an error if more than one emulator is r
unning.
-s <serial number> - directs command to the USB device or emulator w
ith
the given serial number. Overrides ANDROID_SERI
AL
environment variable.
-p <product name or path> - simple product name like 'sooner', or
a relative/absolute path to a product
out directory like 'out/target/product/sooner'.

If -p is not specified, the ANDROID_PRODUCT_OUT

environment variable is used, which must
be an absolute path.
devices - list all connected devices
connect <host>[:<port>] - connect to a device via TCP/IP
Port 5555 is used by default if no port number
is specified.
disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.
Port 5555 is used by default if no port number
is specified.
Using this ocmmand with no additional arguments

will disconnect from all connected TCP/IP devic
es.

device commands:
adb push <local> <remote> - copy file/dir to device
adb pull <remote> [<local>] - copy file/dir from device
adb sync [ <directory> ] - copy host->device only if changed
(-l means list but don't copy)
(see 'adb help all')
adb shell - run remote shell interactively
adb shell <command> - run remote shell command
adb emu <command> - run emulator console command
adb logcat [ <filter-spec> ] - View device log
adb forward <local> <remote> - forward socket connections
forward specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
dev:<character device name>
jdwp:<process pid> (remote only)
adb jdwp - list PIDs of processes hosting a JDWP transport

adb install [-l] [-r] [-s] <file> - push this package file to the device and i
nstall it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data
)
('-s' means install on SD card instead of inter
nal storage)
adb uninstall [-k] <package> - remove this app package from the device
('-k' means keep the data and cache directories
)
adb bugreport - return all information from the device
that should be included in a bug report.

adb help - show this help message
adb version - show version num

DATAOPTS:
(no option) - don't touch the data partition
-w - wipe the data partition
-d - flash the data partition

scripting:
adb wait-for-device - block until device is online
adb start-server - ensure that there is a server running
adb kill-server - kill the server if it is running
adb get-state - prints: offline | bootloader | device
adb get-serialno - prints: <serial-number>
adb status-window - continuously print device status for a specifie
d device
adb remount - remounts the /system partition on the device re
ad-write
adb reboot [bootloader|recovery] - reboots the device, optionally into the boo
tloader or recovery program
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on th
e specified port
networking:
adb ppp <tty> [parameters] - Run PPP over USB.
Note: you should not automatically start a PPP connection.
<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
[parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]
<localdir> can be interpreted in several ways:

- If <directory> is not specified, both /system and /data partitions will be u
pdated.

- If it is "system" or "data", only the corresponding partition
is updated.

environmental variables:
ADB_TRACE - Print debug information. A comma separated list
of the following values
1 or all, adb, sockets, packets, rwx, usb, sync
, sysdeps, transport, jdwp
ANDROID_SERIAL - The serial number to connect to. -s takes prior
ity over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these de
bug tags are printed.

C:\Dokumente und Einstellungen\User>


Wenn ich es MIT den leerzeichen eingebe dann kommt folgendes:

C:\Dokumente und Einstellungen\User>desktop\root\android-sdk\platform-tools\adb
push psneuter /data/local/tmp
cannot stat 'psneuter': No such file or directory

Und nein ich gebe nicht immer alles ein, weil ich hab doch die OBEN-Taste. Da zeigt er mir immer den letzen Befehl an..den ändere ich dan ab und dann passt es.

Frage: Wie wechsle in den IN das Verzeichnis? Sorry für die doofe frage, aber ich hab kaum erfahung mit der eingabeaufforderung:ohmy:

mfg
 
Erstes Problem: Durch die Eingabe der ganzen Verzeichnisse funktioniert das Ganze nicht. Normalerweise musst Du Befehlsaufrufe in Unterverzeichnissen mit "Leerstellen" in Anführungszeichen setzen.

Beispiel: "C:\Dokumente und Einstellungen\User>desktop\root\android-sdk\platform-tools\adb shell" (müsste so stimmen)

Lösung:

In der Eingabeaufforderung folgendes eingeben

cd \ [ENTER]
cd C:\Dokumente und Einstellungen\User>desktop\root\android-sdk\platform-tools\ [Enter]


Zweites Problem: Wie es aussieht sind die Dateien nicht im Ordner "platform-tools".

Lösung: Die ZIP in das Verzeichnis entpacken, so dass unter C:\Dokumente und Einstellungen\User>desktop\root\android-sdk\platform-tools\ die Dateien liegen.

Noch ein gut gemeinter Rat.

Erst lesen, dann noch mal lesen, dann verstehen und dann erst rooten.
 
Jo danke für den Tipp mit dem Navigieren. Daran hat es die ganze Zeit gelegen^^

Jetzt hab ich endlich mein desire z gerootet:thumbsup:
 

Ähnliche Themen

H
  • htc-desire-z-fan
2
Antworten
28
Aufrufe
5.333
XTPro
XTPro
G
Antworten
3
Aufrufe
2.370
yromem
Y
Y
Antworten
7
Aufrufe
3.409
Macce
M
Zurück
Oben Unten