Tab 8.9 / 10.1 Bootloop, Brick und andere Gründe für den Nicht-Start des OS

  • 216 Antworten
  • Letztes Antwortdatum
... okay
isi rom 1.0v, 1.2.2v + 1.2.5v habe ich als zips runtergeladen
 
danke, die isi's hab ich aber auch runtergeladen - ich versuch aber mal erst die anleitung
aber zu erst:
Wie soll ich das recovery jetzt verlassen? soll ich wipen?

Und ganz wichtig: DAAAANKEEEEE erstmal!!!
 
nichts der gleichen erst mal neustarten indem du die power taste mehrere sekunden gedrückt hälst
 
ok,
also die anleitung klappt nicht - damit komme ich wieder zu meinem anfangspost - nach
<ID:0/013> Added!!
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..
<OSM> Please wait..
<OSM> BOOTLOADER_P7100BUKC8.tar.md5 is valid.
<OSM> PDA_SIGNED_HRI83_BUKDF.tar.md5 is valid.
<OSM> MODEM_HRI83_BUKDF_REV_03.tar.md5 is valid.
<OSM> Checking MD5 finished Sucessfully..
<OSM> Leave CS..
<ID:0/013> Odin v.3 engine (ID:13)..
<ID:0/013> File analysis..
<ID:0/013> SetupConnection..
<ID:0/013> Initialzation..
<ID:0/013> Get PIT for mapping..
<ID:0/013> Firmware update start..
<ID:0/013> bootloader.bin

tut sich nichts mehr...
 
war mir klar, deswegen wollte ich das du zuerst mal eine custom roms flashts...
 
Conan179 schrieb:
war mir klar, deswegen wollte ich das du zuerst mal eine custom roms flashts...

danke ... :unsure: :crying: ;)

ok - lets go - ich hab die isi zips geladen
 
okay, erledigt
 
So jetzt wieder nach meiner anleitung bis punkt 16 ABER dort ippts du diesmal foglendes ein "fastboot boot recovery-clockwork-5.8.3.1-p4wifi.img"
 
ok erledigt,
er hat zwischenzeitlich 3 mal erkannt/ und getrennt sounds abgespielt und zuletzt die adb treiber installiert - in der taskleiste unter "hardware sicher entfernen" ist nun auch wieder "gt p7510" zu lesen - im arbeitsplatz jedoch nicht zu sehen -gleichzeitig ist das tab vom usb modus in die recovery v5.8.3.1 gestartet

also wenn das so weitergeht bist du mein held auf lebenszeit :)
 
das ist richtig soweite, so jetzt tipps du bitte mal "adb devices" ein und postes bitte hier was er aus gibt.
 
...

C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot devices
28841494280 fastboot

C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot boot recovery
-clockwork-5.8.3.1-p4wifi.img
downloading 'boot.img'...
OKAY [ 4.270s]
booting...
OKAY [ -0.000s]
finished. total time: 4.291s

C:\Program Files (x86)\Android\android-sdk\platform-tools>adb devices
List of devices attached
28841494280 recovery


C:\Program Files (x86)\Android\android-sdk\platform-tools>
 
PERFEKT! (meins zeigt was andere aber das ist jetzt mal egal)
ok ich melde mich gleich wieder muss was testen.

Der ursprüngliche Beitrag von 20:23 Uhr wurde um 20:33 Uhr ergänzt:

Soo (dieser doppelpost muss mal sein)
Du tippts jetzt folgendes ein "adb push isi-galaxy-1.2.2v.zip /sdcard/" ein was erscheint dan?
 
die isi hab ich in die platformtools kopiert - bis jetzt hängt aber die cmd...
vielleicht macht er was... sicher bin ich nicht- dauert aber bestimmt auch ein paar minuten?!
 
jup das dauert die datei ist ja auch 384mb gross.
 
ok dann bin ich gespannt ..
klappt sowas mit der stockrom?! ehr nicht oder ? ...
 
theroetisch shcon, aber ich hab leider noch nicht als flashbares zip gefunden :(
 
es sagt...

C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push isi-galaxy-1.
2.2v.zip /sdcard/
570 KB/s (403609399 bytes in 690.914s)

C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push isi-galaxy-
1.2.2v.zip /sdcard/
Der Befehl "▬adb" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Program Files (x86)\Android\android-sdk\platform-tools>


dann hab ichs nochmal gemacht - dann gings ganz schnell und es kam das:


C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push isi-galaxy-
Android Debug Bridge version 1.0.29

-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 command 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 backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosy
stem] [<packages...>]
- write an archive of the device's data to <file>
.
If no -f option is supplied then the data is wr
itten
to "backup.ab" in the current directory.
(-apk|-noapk enable/disable backup of the .apks
themselves
in the archive; the default is noapk.)
(-shared|-noshared enable/disable backup of the
device's
shared storage / SD card contents; the defau
lt is noshared.)
(-all means to back up all installed applicatio
ns)
(-system|-nosystem toggles whether -all automat
ically includes
system applications; the default is to inclu
de system apps)
(<packages...> is the list of applications to b
e backed up. If
the -all or -shared flags are passed, then t
he package
list is optional. Applications explicitly g
iven on the
command line will be included even if -nosys
tem would
ordinarily cause them to be omitted.)

adb restore <file> - restore device contents from the <file> backup
archive

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

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:\Program Files (x86)\Android\android-sdk\platform-tools>1.2.2v.zip /sdcard/
 
Zuletzt bearbeitet:
ähm ganz oben steht:
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push isi-galaxy-1.
2.2v.zip /sdcard/
570 KB/s (403609399 bytes in 690.914s)

Das heist er hat es übertragen.

So jetzt naviergierst du im recovery menü auf "install zip from sdcard" dort "choose zip from sdcard". jetzt wälst du die isi rom aus und bestätigs mit Yes. schreib dann bitte was dan auf dem tab steht.
 

Ähnliche Themen

R
Antworten
3
Aufrufe
817
KnudBoerge
K
D
Antworten
4
Aufrufe
2.283
Samsi2
Samsi2
C
Antworten
9
Aufrufe
3.044
bierma32
bierma32
Zurück
Oben Unten