Warum ist der TEMP ROOT nicht mehr Vorhanden

Die Anleitung wird nicht mal zu 1% richtig durchgeführt. Lesen, verstehen... ausführen.
 
kannst du mir denn helfen? per teamviewer?
 
Ne. Ich habe Dir nur geschrieben wei der Post zuerst um Allgemeinen Forum gelandet ist. Ich habe kein Desire Z. Aber ist es so schwer eine Anleitung von oben nach unten wirklich Zeile für Zeile abzuarbeiten?

Lt. Anleitung 1 Aktivität in der shell.
"adb push fre3vo /data/local/tmp"

Da hast du mit fastboot update, fastboot flash etc angefangen.... und fastboot kommt in der Anleitung nicht mal vor. :)
 
schicke dir mal das CMD
C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>fastboot devices
SH18JRT00676 fastboot

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>fastboot
usage: fastboot [ <option> ] <command>

commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format <partition> format a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message

options:
-w erase userdata and cache (and format
if supported by partition type)
-u do not first erase partition before
formatting
-s <specific device> specify device serial number
or path to device port
-l with "devices", lists device paths
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
2048
-S <size>[K|M|G] automatically sparse files greater th
an
size. 0 to disable

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>update PC10IMG.zip
Der Befehl "update" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>fastboot update PC10IMG.zip
Whoops: didn't find expected signature
read_central_directory_entry failed

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>fastboot flash zip PC10IMG.zip
sending 'zip' (297545 KB)...
OKAY [ 49.734s]
writing 'zip'...
(bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
FAILED (remote: not allowed)
finished. total time: 100.291s

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>adb devices
List of devices attached


C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>fastboot reboot
rebooting...

finished. total time: 0.313s

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>adb devices
List of devices attached
SH18JRT00676 device


C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>adb push fre3vo /data/local/tmp
637 KB/s (9796 bytes in 0.015s)

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>adb push misc_version /data/local/tmp
1454 KB/s (589849 bytes in 0.396s)

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>adb push flashgc /data/local/tmp
1372 KB/s (712688 bytes in 0.507s)

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>adb shell
$ chmod 777 /data/local/tmp/fre3vo
chmod 777 /data/local/tmp/fre3vo
$ chmod 777 /data/local/tmp/misc_version
chmod 777 /data/local/tmp/misc_version
$ chmod 777 /data/local/tmp/flashgc
chmod 777 /data/local/tmp/flashgc
$ /data/local/tmp/fre3vo -debug -start FAA90000 -end FFFFFFFF
/data/local/tmp/fre3vo -debug -start FAA90000 -end FFFFFFFF
fre3vo by #teamwin
Please wait...
Attempting to modify ro.secure property...
fb_fix_screeninfo:
id: msmfb
smem_start: 2fd00000
smem_len: 300000
type: 0
type_aux: 0
visual: 2
xpanstep: 0
ypanstep: 1
line_length: 1920
mmio_start: 0
accel: 0
fb_var_screeninfo:
xres: 480
yres: 800
xres_virtual: 480
yres_virtual: 1600
xoffset: 0
yoffset: 800
bits_per_pixel: 32
activate: 16
height: 80
width: 48
rotate: 0
grayscale: 0
nonstd: 0
accel_flags: 0
pixclock: 0
left_margin: 0
right_margin: 0
upper_margin: 0
lower_margin: 0
hsync_len: 0
vsync_len: 0
sync: 0
vmode: 0
Frame Buffer handle: 4
Buffer offset: 002ee000
Buffer size: 8192
Scanning region faa90000...
Scanning region fab80000...
Scanning region fac70000...
Scanning region fad60000...
Scanning region fae50000...
Scanning region faf40000...
Scanning region fb030000...
Scanning region fb120000...
Scanning region fb210000...
Scanning region fb300000...
Scanning region fb3f0000...
Scanning region fb4e0000...
Scanning region fb5d0000...
Scanning region fb6c0000...
Scanning region fb7b0000...
Scanning region fb8a0000...
Scanning region fb990000...
Scanning region fba80000...
Potential exploit area found at address fbb55c00:400.
Exploiting device...

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>adb shell
# cd /data/local/tmp
cd /data/local/tmp
# ./misc_version -s 1.00.000.0
./misc_version -s 1.00.000.0
--set_version set. VERSION will be changed to: 1.00.000.0
Patching and backing up partition 17...
Error opening backup file.
# ./flashgc
./flashgc
Backing up sd-card MBR to file "./sdcardMbr-backup.img".
Making sd-card golden.
Writing gold-card to sd-card (/dev/block/mmcblk1) ...
SUCCESS: SD-card is golden.
# ./misc_version -s 1.00.000.0
./misc_version -s 1.00.000.0
--set_version set. VERSION will be changed to: 1.00.000.0
Patching and backing up partition 17...
Error opening backup file.
# exit
exit

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>adb reboot bootloader

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>adb devices
List of devices attached


C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>fastboot devices
SH18JRT00676 fastboot

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>fastboot flash zip PC10IMG.zip
sending 'zip' (297545 KB)...
OKAY [ 49.882s]
writing 'zip'...
(bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
FAILED (remote: not allowed)
finished. total time: 88.830s

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>fastboot flash zip PC10IMG.zip
< waiting for device >
^C
C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>fastboot devcies
< waiting for device >
^C
C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>fastboot devcies
< waiting for device >
^C
C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>adb devices
List of devices attached


C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>adb devices
List of devices attached


C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>fastboot devcies
< waiting for device >
usage: fastboot [ <option> ] <command>

commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format <partition> format a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message

options:
-w erase userdata and cache (and format
if supported by partition type)
-u do not first erase partition before
formatting
-s <specific device> specify device serial number
or path to device port
-l with "devices", lists device paths
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
2048
-S <size>[K|M|G] automatically sparse files greater th
an
size. 0 to disable

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>fastboot devcies
< waiting for device >
^C
C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>adb devices
List of devices attached


C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>adb push flashgc /data/local/tmp
error: device not found

C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>fastboot flash zip PC10IMG.zip
< waiting for device >
^C
C:\Users\Chris\Desktop\HANDY SACHEN\adt-bundle-windows-x86\adt-bundle-windows-x8
6\sdk\platform-tools>
 
Zuletzt bearbeitet von einem Moderator:
Du versuchtst die ganze Zeit das System über Fastboot zu Downgraden.
Dies funktioniert nur mit dem ENG HBoot den du aber noch nicht hast.

Pack die PC10IMG.zip auf die SD Karte und dann Lädst du in den Bootloader und er sucht sich die Datei automatisch von der SD Karte. Dann kannst du ganz einfach die Installation bestätigen.

Nochmal zum verständnis der normaler Bootloader hat Fastboot aber dieser ist im Funktionsumfang noch lange nicht so ausgeweitet wie der ENG.


Mach einfach alles nach dieser Anleitung und bitte les wirklich alles dann klappt es. Wenn du vorher ein Samsung oder so gehabt hast wirst du dich wundern das die Root Methode ein wenig komplizierter von statten geht.

https://www.android-hilfe.de/forum/...tung-desire-z-modden-fuer-dummies.186255.html
 
wie bekomme ich den im Bootloader den Ship auf S-OFF er ist bei mir S-ON
 
ja sry habe null ahnung habe an mein handy prob

wlan geht nicht wenn ich es aktivere kommt wlan .... fehler

bluetooh wenn ich es aktivere muss ich nach 5 sek erneut aktiveren deshalb wollte ich es mal flashen mit einer rom oder wie das auch immer heißt ob der fehler dann behoben ist bleib fraglich

auseherdem wurde mir gesagt müsste andorid version auf 2.2 bekommen habe sie auf 2.3.3
 

Ähnliche Themen

S
Antworten
2
Aufrufe
3.348
Sandra L.
S
M
  • milanored
Antworten
0
Aufrufe
2.446
milanored
M
G
  • GooglesAndroider
Antworten
3
Aufrufe
1.810
Nimrod
Nimrod
Zurück
Oben Unten