[Custom][FIREDANCE] MHA-L09/L29C432B200-Stock/Magisk-Rom-V7.0

  • 1.003 Antworten
  • Letztes Antwortdatum
Noch keine Oreo Version :(
 
  • Danke
Reaktionen: kacarot und deckel
Vielen Dank für die Freigabe Ihres neuen Jobs v5.5 .... Installation! Wir wollen wirklich in der Lage sein, das erste rom oreo zu probieren ... Haben Sie eine Idee wann? Sorry, wenn ich verärgert .... Grüße! Und Entschuldigung für meinen Google Translator ....
 
@Pianoralf: Hier die
Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\JAGUARPC>ADB Devices
Android Debug Bridge version 1.0.32
Revision eac51f2bb6a8-android

-a - directs adb to listen on all interfaces for a connection
-d - directs command to the only connected USB device
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 running.
-s <specific device> - directs command to the device or emulator with the given
serial number or qualifier. Overrides ANDROID_SERIAL
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.
-H - Name of adb server host (default: localhost)
-P - Port of adb server (default: 5037)
devices [-l] - list all connected devices
('-l' will also list device qualifiers)
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 devices.

device commands:
adb push [-p] <local> <remote>
- copy file/dir to device
('-p' to display the transfer progress)
adb pull [-p] [-a] <remote> [<local>]
- copy file/dir from device
('-p' to display the transfer progress)
('-a' means copy timestamp and mode)
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 --list - list all forward socket connections.
the format is a list of lines with the following format:
<serial> " " <local> " " <remote> "\n"
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 forward --no-rebind <local> <remote>
- same as 'adb forward <local> <remote>' but fails
if <local> is already forwarded
adb forward --remove <local> - remove a specific forward socket connection
adb forward --remove-all - remove all forward socket connections
adb reverse --list - list all reverse socket connections from device
adb reverse <remote> <local> - reverse socket connections
reverse specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
adb reverse --norebind <remote> <local>
- same as 'adb reverse <remote> <local>' but fails
if <remote> is already reversed.
adb reverse --remove <remote>
- remove a specific reversed socket connection
adb reverse --remove-all - remove all reversed socket connections from device
adb jdwp - list PIDs of processes hosting a JDWP transport
adb install [-lrtsdg] <file>
- push this package file to the device and install it
(-l: forward lock application)
(-r: replace existing application)
(-t: allow test packages)
(-s: install application on sdcard)
(-d: allow version code downgrade)
(-g: grant all runtime permissions)
adb install-multiple [-lrtsdpg] <file...>
- push this package file to the device and install it
(-l: forward lock application)
(-r: replace existing application)
(-t: allow test packages)
(-s: install application on sdcard)
(-d: allow version code downgrade)
(-p: partial application install)
(-g: grant all runtime permissions)
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] [-obb|-noobb] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]
- write an archive of the device's data to <file>.
If no -f option is supplied then the data is written
to "backup.ab" in the current directory.
(-apk|-noapk enable/disable backup of the .apks themselves
in the archive; the default is noapk.)
(-obb|-noobb enable/disable backup of any installed apk expansion
(aka .obb) files associated with each application; the default
is noobb.)
(-shared|-noshared enable/disable backup of the device's
shared storage / SD card contents; the default is noshared.)
(-all means to back up all installed applications)
(-system|-nosystem toggles whether -all automatically includes
system applications; the default is to include system apps)
(<packages...> is the list of applications to be backed up. If
the -all or -shared flags are passed, then the package
list is optional. Applications explicitly given on the
command line will be included even if -nosystem would
ordinarily cause them to be omitted.)

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

adb disable-verity - disable dm-verity checking on USERDEBUG builds
adb enable-verity - re-enable dm-verity checking on USERDEBUG builds
adb keygen <file> - generate adb public/private key. The private key is stored in <file>,
and the public key is stored in <file>.pub. Any existing files
are overwritten.
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 get-devpath - prints: <device-path>
adb remount - remounts the /system, /vendor (if present) and /oem (if present) partitions on the device read-write
adb reboot [bootloader|recovery]
- reboots the device, optionally into the bootloader or recovery program.
adb reboot sideload - reboots the device into the sideload mode in recovery program (adb root required).
adb reboot sideload-auto-reboot
- reboots into the sideload mode, then reboots automatically after the sideload regardless of the result.
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb unroot - restarts the adbd daemon without root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on the 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, /system, /vendor (if present), /oem (if present) and /data partitions will be updated.

- If it is "system", "vendor", "oem" 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 priority over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.

C:\Users\JAGUARPC>Microsoft Windows [Version 10.0.15063]
Der Befehl "Microsoft" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC>(c) 2017 Microsoft Corporation. Alle Rechte vorbehalten.
"2017" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

C:\Users\JAGUARPC>
C:\Users\JAGUARPC>C:\Users\JAGUARPC>ADB Devices
Der Befehl "C:\Users\JAGUARPC" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC>Android Debug Bridge version 1.0.32
Der Befehl "Android" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC>Revision eac51f2bb6a8-android
Der Befehl "Revision" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC>
C:\Users\JAGUARPC> -a - directs adb to listen on all interfaces for a connection
Der Befehl "-a" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> -d - directs command to the only connected USB device
Der Befehl "-d" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> returns an error if more than one USB device is present.
Der Befehl "returns" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> -e - directs command to the only running emulator.
Der Befehl "-e" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> returns an error if more than one emulator is running.
Der Befehl "returns" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> -s <specific device> - directs command to the device or emulator with the given
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC> serial number or qualifier. Overrides ANDROID_SERIAL
Der Befehl "serial" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> environment variable.
Der Befehl "environment" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> -p <product name or path> - simple product name like 'sooner', or
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC> a relative/absolute path to a product
Der Befehl "a" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> out directory like 'out/target/product/sooner'.
Der Befehl "out" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> If -p is not specified, the ANDROID_PRODUCT_OUT
"is" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

C:\Users\JAGUARPC> environment variable is used, which must
Der Befehl "environment" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> be an absolute path.
Der Befehl "be" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> -H - Name of adb server host (default: localhost)
Der Befehl "-H" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> -P - Port of adb server (default: 5037)
Der Befehl "-P" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> devices [-l] - list all connected devices
Der Befehl "devices" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> ('-l' will also list device qualifiers)
Der Befehl "'-l'" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> connect <host>[:<port>] - connect to a device via TCP/IP
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC> Port 5555 is used by default if no port number is specified.
Der Befehl "Port" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC> Port 5555 is used by default if no port number is specified.
Der Befehl "Port" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> Using this command with no additional arguments
Der Befehl "Using" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> will disconnect from all connected TCP/IP devices.
Der Befehl "will" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC>
C:\Users\JAGUARPC>device commands:
Der Befehl "device" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> adb push [-p] <local> <remote>
"<" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

C:\Users\JAGUARPC> - copy file/dir to device
Der Befehl "-" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> ('-p' to display the transfer progress)
Der Befehl "'-p'" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> adb pull [-p] [-a] <remote> [<local>]
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC> - copy file/dir from device
Der Befehl "-" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> ('-p' to display the transfer progress)
Der Befehl "'-p'" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> ('-a' means copy timestamp and mode)
Der Befehl "'-a'" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> adb sync [ <directory> ] - copy host->device only if changed
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC> (-l means list but don't copy)
Der Befehl "-l" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (see 'adb help all')
Der Befehl "see" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> adb shell - run remote shell interactively
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: device '(null)' not found

C:\Users\JAGUARPC> adb shell <command> - run remote shell command
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC> adb emu <command> - run emulator console command
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC> adb logcat [ <filter-spec> ] - View device log
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC> adb forward --list - list all forward socket connections.
Android Debug Bridge version 1.0.32
Revision eac51f2bb6a8-android

-a - directs adb to listen on all interfaces for a connection
-d - directs command to the only connected USB device
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 running.
-s <specific device> - directs command to the device or emulator with the given
serial number or qualifier. Overrides ANDROID_SERIAL
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.
-H - Name of adb server host (default: localhost)
-P - Port of adb server (default: 5037)
devices [-l] - list all connected devices
('-l' will also list device qualifiers)
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 devices.

device commands:
adb push [-p] <local> <remote>
- copy file/dir to device
('-p' to display the transfer progress)
adb pull [-p] [-a] <remote> [<local>]
- copy file/dir from device
('-p' to display the transfer progress)
('-a' means copy timestamp and mode)
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 --list - list all forward socket connections.
the format is a list of lines with the following format:
<serial> " " <local> " " <remote> "\n"
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 forward --no-rebind <local> <remote>
- same as 'adb forward <local> <remote>' but fails
if <local> is already forwarded
adb forward --remove <local> - remove a specific forward socket connection
adb forward --remove-all - remove all forward socket connections
adb reverse --list - list all reverse socket connections from device
adb reverse <remote> <local> - reverse socket connections
reverse specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
adb reverse --norebind <remote> <local>
- same as 'adb reverse <remote> <local>' but fails
if <remote> is already reversed.
adb reverse --remove <remote>
- remove a specific reversed socket connection
adb reverse --remove-all - remove all reversed socket connections from device
adb jdwp - list PIDs of processes hosting a JDWP transport
adb install [-lrtsdg] <file>
- push this package file to the device and install it
(-l: forward lock application)
(-r: replace existing application)
(-t: allow test packages)
(-s: install application on sdcard)
(-d: allow version code downgrade)
(-g: grant all runtime permissions)
adb install-multiple [-lrtsdpg] <file...>
- push this package file to the device and install it
(-l: forward lock application)
(-r: replace existing application)
(-t: allow test packages)
(-s: install application on sdcard)
(-d: allow version code downgrade)
(-p: partial application install)
(-g: grant all runtime permissions)
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] [-obb|-noobb] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]
- write an archive of the device's data to <file>.
If no -f option is supplied then the data is written
to "backup.ab" in the current directory.
(-apk|-noapk enable/disable backup of the .apks themselves
in the archive; the default is noapk.)
(-obb|-noobb enable/disable backup of any installed apk expansion
(aka .obb) files associated with each application; the default
is noobb.)
(-shared|-noshared enable/disable backup of the device's
shared storage / SD card contents; the default is noshared.)
(-all means to back up all installed applications)
(-system|-nosystem toggles whether -all automatically includes
system applications; the default is to include system apps)
(<packages...> is the list of applications to be backed up. If
the -all or -shared flags are passed, then the package
list is optional. Applications explicitly given on the
command line will be included even if -nosystem would
ordinarily cause them to be omitted.)

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

adb disable-verity - disable dm-verity checking on USERDEBUG builds
adb enable-verity - re-enable dm-verity checking on USERDEBUG builds
adb keygen <file> - generate adb public/private key. The private key is stored in <file>,
and the public key is stored in <file>.pub. Any existing files
are overwritten.
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 get-devpath - prints: <device-path>
adb remount - remounts the /system, /vendor (if present) and /oem (if present) partitions on the device read-write
adb reboot [bootloader|recovery]
- reboots the device, optionally into the bootloader or recovery program.
adb reboot sideload - reboots the device into the sideload mode in recovery program (adb root required).
adb reboot sideload-auto-reboot
- reboots into the sideload mode, then reboots automatically after the sideload regardless of the result.
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb unroot - restarts the adbd daemon without root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on the 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, /system, /vendor (if present), /oem (if present) and /data partitions will be updated.

- If it is "system", "vendor", "oem" 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 priority over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.

C:\Users\JAGUARPC> the format is a list of lines with the following format:
Der Befehl "the" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> <serial> " " <local> " " <remote> "\n"
Syntaxfehler.

C:\Users\JAGUARPC> adb forward <local> <remote> - forward socket connections
"<" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

C:\Users\JAGUARPC> forward specs are one of:
Der Befehl "forward" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> tcp:<port>
Syntaxfehler.

C:\Users\JAGUARPC> localabstract:<unix domain socket name>
Syntaxfehler.

C:\Users\JAGUARPC> localreserved:<unix domain socket name>
Syntaxfehler.

C:\Users\JAGUARPC> localfilesystem:<unix domain socket name>
Syntaxfehler.

C:\Users\JAGUARPC> dev:<character device name>
Syntaxfehler.

C:\Users\JAGUARPC> jdwp:<process pid> (remote only)
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC> adb forward --no-rebind <local> <remote>
"<" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

C:\Users\JAGUARPC> - same as 'adb forward <local> <remote>' but fails
"<" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

C:\Users\JAGUARPC> if <local> is already forwarded
"<" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

C:\Users\JAGUARPC> adb forward --remove <local> - remove a specific forward socket connection
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC> adb forward --remove-all - remove all forward socket connections
Android Debug Bridge version 1.0.32
Revision eac51f2bb6a8-android

-a - directs adb to listen on all interfaces for a connection
-d - directs command to the only connected USB device
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 running.
-s <specific device> - directs command to the device or emulator with the given
serial number or qualifier. Overrides ANDROID_SERIAL
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.
-H - Name of adb server host (default: localhost)
-P - Port of adb server (default: 5037)
devices [-l] - list all connected devices
('-l' will also list device qualifiers)
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 devices.

device commands:
adb push [-p] <local> <remote>
- copy file/dir to device
('-p' to display the transfer progress)
adb pull [-p] [-a] <remote> [<local>]
- copy file/dir from device
('-p' to display the transfer progress)
('-a' means copy timestamp and mode)
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 --list - list all forward socket connections.
the format is a list of lines with the following format:
<serial> " " <local> " " <remote> "\n"
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 forward --no-rebind <local> <remote>
- same as 'adb forward <local> <remote>' but fails
if <local> is already forwarded
adb forward --remove <local> - remove a specific forward socket connection
adb forward --remove-all - remove all forward socket connections
adb reverse --list - list all reverse socket connections from device
adb reverse <remote> <local> - reverse socket connections
reverse specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
adb reverse --norebind <remote> <local>
- same as 'adb reverse <remote> <local>' but fails
if <remote> is already reversed.
adb reverse --remove <remote>
- remove a specific reversed socket connection
adb reverse --remove-all - remove all reversed socket connections from device
adb jdwp - list PIDs of processes hosting a JDWP transport
adb install [-lrtsdg] <file>
- push this package file to the device and install it
(-l: forward lock application)
(-r: replace existing application)
(-t: allow test packages)
(-s: install application on sdcard)
(-d: allow version code downgrade)
(-g: grant all runtime permissions)
adb install-multiple [-lrtsdpg] <file...>
- push this package file to the device and install it
(-l: forward lock application)
(-r: replace existing application)
(-t: allow test packages)
(-s: install application on sdcard)
(-d: allow version code downgrade)
(-p: partial application install)
(-g: grant all runtime permissions)
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] [-obb|-noobb] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]
- write an archive of the device's data to <file>.
If no -f option is supplied then the data is written
to "backup.ab" in the current directory.
(-apk|-noapk enable/disable backup of the .apks themselves
in the archive; the default is noapk.)
(-obb|-noobb enable/disable backup of any installed apk expansion
(aka .obb) files associated with each application; the default
is noobb.)
(-shared|-noshared enable/disable backup of the device's
shared storage / SD card contents; the default is noshared.)
(-all means to back up all installed applications)
(-system|-nosystem toggles whether -all automatically includes
system applications; the default is to include system apps)
(<packages...> is the list of applications to be backed up. If
the -all or -shared flags are passed, then the package
list is optional. Applications explicitly given on the
command line will be included even if -nosystem would
ordinarily cause them to be omitted.)

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

adb disable-verity - disable dm-verity checking on USERDEBUG builds
adb enable-verity - re-enable dm-verity checking on USERDEBUG builds
adb keygen <file> - generate adb public/private key. The private key is stored in <file>,
and the public key is stored in <file>.pub. Any existing files
are overwritten.
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 get-devpath - prints: <device-path>
adb remount - remounts the /system, /vendor (if present) and /oem (if present) partitions on the device read-write
adb reboot [bootloader|recovery]
- reboots the device, optionally into the bootloader or recovery program.
adb reboot sideload - reboots the device into the sideload mode in recovery program (adb root required).
adb reboot sideload-auto-reboot
- reboots into the sideload mode, then reboots automatically after the sideload regardless of the result.
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb unroot - restarts the adbd daemon without root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on the 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, /system, /vendor (if present), /oem (if present) and /data partitions will be updated.

- If it is "system", "vendor", "oem" 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 priority over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.

C:\Users\JAGUARPC> adb reverse --list - list all reverse socket connections from device
Android Debug Bridge version 1.0.32
Revision eac51f2bb6a8-android

-a - directs adb to listen on all interfaces for a connection
-d - directs command to the only connected USB device
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 running.
-s <specific device> - directs command to the device or emulator with the given
serial number or qualifier. Overrides ANDROID_SERIAL
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.
-H - Name of adb server host (default: localhost)
-P - Port of adb server (default: 5037)
devices [-l] - list all connected devices
('-l' will also list device qualifiers)
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 devices.

device commands:
adb push [-p] <local> <remote>
- copy file/dir to device
('-p' to display the transfer progress)
adb pull [-p] [-a] <remote> [<local>]
- copy file/dir from device
('-p' to display the transfer progress)
('-a' means copy timestamp and mode)
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 --list - list all forward socket connections.
the format is a list of lines with the following format:
<serial> " " <local> " " <remote> "\n"
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 forward --no-rebind <local> <remote>
- same as 'adb forward <local> <remote>' but fails
if <local> is already forwarded
adb forward --remove <local> - remove a specific forward socket connection
adb forward --remove-all - remove all forward socket connections
adb reverse --list - list all reverse socket connections from device
adb reverse <remote> <local> - reverse socket connections
reverse specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
adb reverse --norebind <remote> <local>
- same as 'adb reverse <remote> <local>' but fails
if <remote> is already reversed.
adb reverse --remove <remote>
- remove a specific reversed socket connection
adb reverse --remove-all - remove all reversed socket connections from device
adb jdwp - list PIDs of processes hosting a JDWP transport
adb install [-lrtsdg] <file>
- push this package file to the device and install it
(-l: forward lock application)
(-r: replace existing application)
(-t: allow test packages)
(-s: install application on sdcard)
(-d: allow version code downgrade)
(-g: grant all runtime permissions)
adb install-multiple [-lrtsdpg] <file...>
- push this package file to the device and install it
(-l: forward lock application)
(-r: replace existing application)
(-t: allow test packages)
(-s: install application on sdcard)
(-d: allow version code downgrade)
(-p: partial application install)
(-g: grant all runtime permissions)
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] [-obb|-noobb] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]
- write an archive of the device's data to <file>.
If no -f option is supplied then the data is written
to "backup.ab" in the current directory.
(-apk|-noapk enable/disable backup of the .apks themselves
in the archive; the default is noapk.)
(-obb|-noobb enable/disable backup of any installed apk expansion
(aka .obb) files associated with each application; the default
is noobb.)
(-shared|-noshared enable/disable backup of the device's
shared storage / SD card contents; the default is noshared.)
(-all means to back up all installed applications)
(-system|-nosystem toggles whether -all automatically includes
system applications; the default is to include system apps)
(<packages...> is the list of applications to be backed up. If
the -all or -shared flags are passed, then the package
list is optional. Applications explicitly given on the
command line will be included even if -nosystem would
ordinarily cause them to be omitted.)

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

adb disable-verity - disable dm-verity checking on USERDEBUG builds
adb enable-verity - re-enable dm-verity checking on USERDEBUG builds
adb keygen <file> - generate adb public/private key. The private key is stored in <file>,
and the public key is stored in <file>.pub. Any existing files
are overwritten.
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 get-devpath - prints: <device-path>
adb remount - remounts the /system, /vendor (if present) and /oem (if present) partitions on the device read-write
adb reboot [bootloader|recovery]
- reboots the device, optionally into the bootloader or recovery program.
adb reboot sideload - reboots the device into the sideload mode in recovery program (adb root required).
adb reboot sideload-auto-reboot
- reboots into the sideload mode, then reboots automatically after the sideload regardless of the result.
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb unroot - restarts the adbd daemon without root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on the 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, /system, /vendor (if present), /oem (if present) and /data partitions will be updated.

- If it is "system", "vendor", "oem" 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 priority over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.

C:\Users\JAGUARPC> adb reverse <remote> <local> - reverse socket connections
"<" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

C:\Users\JAGUARPC> reverse specs are one of:
Der Befehl "reverse" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> tcp:<port>
Syntaxfehler.

C:\Users\JAGUARPC> localabstract:<unix domain socket name>
Syntaxfehler.

C:\Users\JAGUARPC> localreserved:<unix domain socket name>
Syntaxfehler.

C:\Users\JAGUARPC> localfilesystem:<unix domain socket name>
Syntaxfehler.

C:\Users\JAGUARPC> adb reverse --norebind <remote> <local>
"<" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

C:\Users\JAGUARPC> - same as 'adb reverse <remote> <local>' but fails
"<" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

C:\Users\JAGUARPC> if <remote> is already reversed.
"<" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

C:\Users\JAGUARPC> adb reverse --remove <remote>
Syntaxfehler.

C:\Users\JAGUARPC> - remove a specific reversed socket connection
Der Befehl "-" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> adb reverse --remove-all - remove all reversed socket connections from device
Android Debug Bridge version 1.0.32
Revision eac51f2bb6a8-android

-a - directs adb to listen on all interfaces for a connection
-d - directs command to the only connected USB device
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 running.
-s <specific device> - directs command to the device or emulator with the given
serial number or qualifier. Overrides ANDROID_SERIAL
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.
-H - Name of adb server host (default: localhost)
-P - Port of adb server (default: 5037)
devices [-l] - list all connected devices
('-l' will also list device qualifiers)
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 devices.

device commands:
adb push [-p] <local> <remote>
- copy file/dir to device
('-p' to display the transfer progress)
adb pull [-p] [-a] <remote> [<local>]
- copy file/dir from device
('-p' to display the transfer progress)
('-a' means copy timestamp and mode)
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 --list - list all forward socket connections.
the format is a list of lines with the following format:
<serial> " " <local> " " <remote> "\n"
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 forward --no-rebind <local> <remote>
- same as 'adb forward <local> <remote>' but fails
if <local> is already forwarded
adb forward --remove <local> - remove a specific forward socket connection
adb forward --remove-all - remove all forward socket connections
adb reverse --list - list all reverse socket connections from device
adb reverse <remote> <local> - reverse socket connections
reverse specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
adb reverse --norebind <remote> <local>
- same as 'adb reverse <remote> <local>' but fails
if <remote> is already reversed.
adb reverse --remove <remote>
- remove a specific reversed socket connection
adb reverse --remove-all - remove all reversed socket connections from device
adb jdwp - list PIDs of processes hosting a JDWP transport
adb install [-lrtsdg] <file>
- push this package file to the device and install it
(-l: forward lock application)
(-r: replace existing application)
(-t: allow test packages)
(-s: install application on sdcard)
(-d: allow version code downgrade)
(-g: grant all runtime permissions)
adb install-multiple [-lrtsdpg] <file...>
- push this package file to the device and install it
(-l: forward lock application)
(-r: replace existing application)
(-t: allow test packages)
(-s: install application on sdcard)
(-d: allow version code downgrade)
(-p: partial application install)
(-g: grant all runtime permissions)
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] [-obb|-noobb] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]
- write an archive of the device's data to <file>.
If no -f option is supplied then the data is written
to "backup.ab" in the current directory.
(-apk|-noapk enable/disable backup of the .apks themselves
in the archive; the default is noapk.)
(-obb|-noobb enable/disable backup of any installed apk expansion
(aka .obb) files associated with each application; the default
is noobb.)
(-shared|-noshared enable/disable backup of the device's
shared storage / SD card contents; the default is noshared.)
(-all means to back up all installed applications)
(-system|-nosystem toggles whether -all automatically includes
system applications; the default is to include system apps)
(<packages...> is the list of applications to be backed up. If
the -all or -shared flags are passed, then the package
list is optional. Applications explicitly given on the
command line will be included even if -nosystem would
ordinarily cause them to be omitted.)

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

adb disable-verity - disable dm-verity checking on USERDEBUG builds
adb enable-verity - re-enable dm-verity checking on USERDEBUG builds
adb keygen <file> - generate adb public/private key. The private key is stored in <file>,
and the public key is stored in <file>.pub. Any existing files
are overwritten.
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 get-devpath - prints: <device-path>
adb remount - remounts the /system, /vendor (if present) and /oem (if present) partitions on the device read-write
adb reboot [bootloader|recovery]
- reboots the device, optionally into the bootloader or recovery program.
adb reboot sideload - reboots the device into the sideload mode in recovery program (adb root required).
adb reboot sideload-auto-reboot
- reboots into the sideload mode, then reboots automatically after the sideload regardless of the result.
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb unroot - restarts the adbd daemon without root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on the 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, /system, /vendor (if present), /oem (if present) and /data partitions will be updated.

- If it is "system", "vendor", "oem" 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 priority over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.

C:\Users\JAGUARPC> adb jdwp - list PIDs of processes hosting a JDWP transport
error: device '(null)' not found

C:\Users\JAGUARPC> adb install [-lrtsdg] <file>
Syntaxfehler.

C:\Users\JAGUARPC> - push this package file to the device and install it
Der Befehl "-" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-l: forward lock application)
Der Befehl "-l:" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-r: replace existing application)
Der Befehl "-r:" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-t: allow test packages)
Der Befehl "-t:" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-s: install application on sdcard)
Der Befehl "-s:" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-d: allow version code downgrade)
Der Befehl "-d:" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-g: grant all runtime permissions)
Der Befehl "-g:" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> adb install-multiple [-lrtsdpg] <file...>
Syntaxfehler.

C:\Users\JAGUARPC> - push this package file to the device and install it
Der Befehl "-" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-l: forward lock application)
Der Befehl "-l:" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-r: replace existing application)
Der Befehl "-r:" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-t: allow test packages)
Der Befehl "-t:" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-s: install application on sdcard)
Der Befehl "-s:" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-d: allow version code downgrade)
Der Befehl "-d:" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-p: partial application install)
Der Befehl "-p:" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-g: grant all runtime permissions)
Der Befehl "-g:" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> adb uninstall [-k] <package> - remove this app package from the device
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC> ('-k' means keep the data and cache directories)
Der Befehl "'-k'" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> adb bugreport - return all information from the device
Android Debug Bridge version 1.0.32
Revision eac51f2bb6a8-android

-a - directs adb to listen on all interfaces for a connection
-d - directs command to the only connected USB device
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 running.
-s <specific device> - directs command to the device or emulator with the given
serial number or qualifier. Overrides ANDROID_SERIAL
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.
-H - Name of adb server host (default: localhost)
-P - Port of adb server (default: 5037)
devices [-l] - list all connected devices
('-l' will also list device qualifiers)
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 devices.

device commands:
adb push [-p] <local> <remote>
- copy file/dir to device
('-p' to display the transfer progress)
adb pull [-p] [-a] <remote> [<local>]
- copy file/dir from device
('-p' to display the transfer progress)
('-a' means copy timestamp and mode)
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 --list - list all forward socket connections.
the format is a list of lines with the following format:
<serial> " " <local> " " <remote> "\n"
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 forward --no-rebind <local> <remote>
- same as 'adb forward <local> <remote>' but fails
if <local> is already forwarded
adb forward --remove <local> - remove a specific forward socket connection
adb forward --remove-all - remove all forward socket connections
adb reverse --list - list all reverse socket connections from device
adb reverse <remote> <local> - reverse socket connections
reverse specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
adb reverse --norebind <remote> <local>
- same as 'adb reverse <remote> <local>' but fails
if <remote> is already reversed.
adb reverse --remove <remote>
- remove a specific reversed socket connection
adb reverse --remove-all - remove all reversed socket connections from device
adb jdwp - list PIDs of processes hosting a JDWP transport
adb install [-lrtsdg] <file>
- push this package file to the device and install it
(-l: forward lock application)
(-r: replace existing application)
(-t: allow test packages)
(-s: install application on sdcard)
(-d: allow version code downgrade)
(-g: grant all runtime permissions)
adb install-multiple [-lrtsdpg] <file...>
- push this package file to the device and install it
(-l: forward lock application)
(-r: replace existing application)
(-t: allow test packages)
(-s: install application on sdcard)
(-d: allow version code downgrade)
(-p: partial application install)
(-g: grant all runtime permissions)
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] [-obb|-noobb] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]
- write an archive of the device's data to <file>.
If no -f option is supplied then the data is written
to "backup.ab" in the current directory.
(-apk|-noapk enable/disable backup of the .apks themselves
in the archive; the default is noapk.)
(-obb|-noobb enable/disable backup of any installed apk expansion
(aka .obb) files associated with each application; the default
is noobb.)
(-shared|-noshared enable/disable backup of the device's
shared storage / SD card contents; the default is noshared.)
(-all means to back up all installed applications)
(-system|-nosystem toggles whether -all automatically includes
system applications; the default is to include system apps)
(<packages...> is the list of applications to be backed up. If
the -all or -shared flags are passed, then the package
list is optional. Applications explicitly given on the
command line will be included even if -nosystem would
ordinarily cause them to be omitted.)

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

adb disable-verity - disable dm-verity checking on USERDEBUG builds
adb enable-verity - re-enable dm-verity checking on USERDEBUG builds
adb keygen <file> - generate adb public/private key. The private key is stored in <file>,
and the public key is stored in <file>.pub. Any existing files
are overwritten.
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 get-devpath - prints: <device-path>
adb remount - remounts the /system, /vendor (if present) and /oem (if present) partitions on the device read-write
adb reboot [bootloader|recovery]
- reboots the device, optionally into the bootloader or recovery program.
adb reboot sideload - reboots the device into the sideload mode in recovery program (adb root required).
adb reboot sideload-auto-reboot
- reboots into the sideload mode, then reboots automatically after the sideload regardless of the result.
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb unroot - restarts the adbd daemon without root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on the 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, /system, /vendor (if present), /oem (if present) and /data partitions will be updated.

- If it is "system", "vendor", "oem" 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 priority over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.

C:\Users\JAGUARPC> that should be included in a bug report.
Der Befehl "that" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC>
C:\Users\JAGUARPC> adb backup [-f <file>] [-apk|-noapk] [-obb|-noobb] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC> - write an archive of the device's data to <file>.
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC> If no -f option is supplied then the data is written
"-f" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

C:\Users\JAGUARPC> to "backup.ab" in the current directory.
Der Befehl "to" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-apk|-noapk enable/disable backup of the .apks themselves
Mehr? in the archive; the default is noapk.)
Der Befehl "-apk" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-obb|-noobb enable/disable backup of any installed apk expansion
Mehr? (aka .obb) files associated with each application; the default
"files" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

C:\Users\JAGUARPC> is noobb.)
Der Befehl "is" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-shared|-noshared enable/disable backup of the device's
Mehr? shared storage / SD card contents; the default is noshared.)
Der Befehl "-shared" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-all means to back up all installed applications)
Der Befehl "-all" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (-system|-nosystem toggles whether -all automatically includes
Mehr? system applications; the default is to include system apps)
Der Befehl "-system" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> (<packages...> is the list of applications to be backed up. If
Mehr? the -all or -shared flags are passed, then the package
Mehr? list is optional. Applications explicitly given on the
Mehr? command line will be included even if -nosystem would
Mehr? ordinarily cause them to be omitted.)
Das System kann die angegebene Datei nicht finden.
Der Befehl "the" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Der Befehl "list" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Der Befehl "command" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Der Befehl "ordinarily" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC>
C:\Users\JAGUARPC> adb restore <file> - restore device contents from the <file> backup archive
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC>
C:\Users\JAGUARPC> adb disable-verity - disable dm-verity checking on USERDEBUG builds
error: device '(null)' not found

C:\Users\JAGUARPC> adb enable-verity - re-enable dm-verity checking on USERDEBUG builds
error: device '(null)' not found

C:\Users\JAGUARPC> adb keygen <file> - generate adb public/private key. The private key is stored in <file>,
Syntaxfehler.

C:\Users\JAGUARPC> and the public key is stored in <file>.pub. Any existing files
Das System kann die angegebene Datei nicht finden.

C:\Users\JAGUARPC> are overwritten.
Der Befehl "are" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> adb help - show this help message
Android Debug Bridge version 1.0.32
Revision eac51f2bb6a8-android

-a - directs adb to listen on all interfaces for a connection
-d - directs command to the only connected USB device
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 running.
-s <specific device> - directs command to the device or emulator with the given
serial number or qualifier. Overrides ANDROID_SERIAL
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.
-H - Name of adb server host (default: localhost)
-P - Port of adb server (default: 5037)
devices [-l] - list all connected devices
('-l' will also list device qualifiers)
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 devices.

device commands:
adb push [-p] <local> <remote>
- copy file/dir to device
('-p' to display the transfer progress)
adb pull [-p] [-a] <remote> [<local>]
- copy file/dir from device
('-p' to display the transfer progress)
('-a' means copy timestamp and mode)
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 --list - list all forward socket connections.
the format is a list of lines with the following format:
<serial> " " <local> " " <remote> "\n"
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 forward --no-rebind <local> <remote>
- same as 'adb forward <local> <remote>' but fails
if <local> is already forwarded
adb forward --remove <local> - remove a specific forward socket connection
adb forward --remove-all - remove all forward socket connections
adb reverse --list - list all reverse socket connections from device
adb reverse <remote> <local> - reverse socket connections
reverse specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
adb reverse --norebind <remote> <local>
- same as 'adb reverse <remote> <local>' but fails
if <remote> is already reversed.
adb reverse --remove <remote>
- remove a specific reversed socket connection
adb reverse --remove-all - remove all reversed socket connections from device
adb jdwp - list PIDs of processes hosting a JDWP transport
adb install [-lrtsdg] <file>
- push this package file to the device and install it
(-l: forward lock application)
(-r: replace existing application)
(-t: allow test packages)
(-s: install application on sdcard)
(-d: allow version code downgrade)
(-g: grant all runtime permissions)
adb install-multiple [-lrtsdpg] <file...>
- push this package file to the device and install it
(-l: forward lock application)
(-r: replace existing application)
(-t: allow test packages)
(-s: install application on sdcard)
(-d: allow version code downgrade)
(-p: partial application install)
(-g: grant all runtime permissions)
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] [-obb|-noobb] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]
- write an archive of the device's data to <file>.
If no -f option is supplied then the data is written
to "backup.ab" in the current directory.
(-apk|-noapk enable/disable backup of the .apks themselves
in the archive; the default is noapk.)
(-obb|-noobb enable/disable backup of any installed apk expansion
(aka .obb) files associated with each application; the default
is noobb.)
(-shared|-noshared enable/disable backup of the device's
shared storage / SD card contents; the default is noshared.)
(-all means to back up all installed applications)
(-system|-nosystem toggles whether -all automatically includes
system applications; the default is to include system apps)
(<packages...> is the list of applications to be backed up. If
the -all or -shared flags are passed, then the package
list is optional. Applications explicitly given on the
command line will be included even if -nosystem would
ordinarily cause them to be omitted.)

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

adb disable-verity - disable dm-verity checking on USERDEBUG builds
adb enable-verity - re-enable dm-verity checking on USERDEBUG builds
adb keygen <file> - generate adb public/private key. The private key is stored in <file>,
and the public key is stored in <file>.pub. Any existing files
are overwritten.
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 get-devpath - prints: <device-path>
adb remount - remounts the /system, /vendor (if present) and /oem (if present) partitions on the device read-write
adb reboot [bootloader|recovery]
- reboots the device, optionally into the bootloader or recovery program.
adb reboot sideload - reboots the device into the sideload mode in recovery program (adb root required).
adb reboot sideload-auto-reboot
- reboots into the sideload mode, then reboots automatically after the sideload regardless of the result.
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb unroot - restarts the adbd daemon without root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on the 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, /system, /vendor (if present), /oem (if present) and /data partitions will be updated.

- If it is "system", "vendor", "oem" 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 priority over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.

C:\Users\JAGUARPC> adb version - show version num
Android Debug Bridge version 1.0.32
Revision eac51f2bb6a8-android

C:\Users\JAGUARPC>
C:\Users\JAGUARPC>scripting:
Der Befehl "scripting:" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Users\JAGUARPC> adb wait-for-device - block until device is online

Habe dir die Daten mal komplett hier Kopiert.

Mfg.
Horstel
 
Zuletzt bearbeitet von einem Moderator:
So das hat jetzt funktioniert. Danke schonmal hierfür. Jetzt habe ich das Problem, dass ich den Apps keine Berechtigungen mehr erteilen kann. Woran kann das denn liegen?
 
@FrancescoV140681 welchen Apps willst du, welche Berechtigungen erteilen? Noch eine Frage welche Phone hast du und ist es rebrandet?
[doublepost=1507997749,1507997568][/doublepost]@Horsteln wenn dein Handy sich im twrp Modus beim anstecken nicht automatisch mit dem PC verbindet ist adb erst mal außen vor. Hast du gelesen was ich dir geschrieben hatte bezüglich USB Port etc.?
 
  • Danke
Reaktionen: Miss Montage
Huawei Mate 9. Wenn man gewisse Apps öffnet wird man ja gefragt ob man der App gewisse Berechtigungen erteilen möchte. Ich kann jetzt aber nicht mehr auf Zulassen gehen sonder nur noch auf ablehnen. Wie finde ich heraus ob es rebrandet ist?
 
@FrancescoV140681 die Fage kommt allerdings nur bei Apps die Root benötigen. Du kannst erstmal in die Einstellungen gehen und dann über das Telefon und dann wieviel IMEI Nummern werden dir angezeigt? Ich gehe mal davon aus du hast es gebraucht gekauft? Dann solltest du eine Rechnung haben dort steht drin ob es ein L09 oder L29 C432 laut Rechnung ist
 
@Firedance1961

würde gerne das neue radio.img der b196 installieren.
gibt es da eine Möglichkeit das radio.img alleine zu flashen, bevor ich mit stock v5.5 weitermache, da ja die b196 noch nicht zum download bereit steht.
 
Nein habe es neu gekauft. Es ist ein L29C432 ich habe dort 2 IMEI Nummern.
 
ALLE neuen Rom`s V5.5 sind online
[doublepost=1507998904,1507998811][/doublepost]@FrancescoV140681 ok dann schau mal bei supersu, hast du dort etwas geändert? was hast du nachträglich noch installiert.
 
Dort steht nur:
ES Datei Explorer
iFont
Official TWRP App
 
bei normalen Apps die beim erststart eine zustimmung benötigen würde ich die App neu installieren. Hast du ein Backup eingespielt? Es liegt definitief amn den Einstellungen.
[doublepost=1507999173,1507999024][/doublepost]@FrancescoV140681 wo steht das? das sind alles Apps wozu ich dir nichts sagen kann. Nur soviel das es nicht am Phone liegt. Und wenn du die Font`s wechseln willst hab ich auf der Startseite eine kleine sammlung zum download und über twrp installierbar. ifont ist net gut.
[doublepost=1507999326][/doublepost]@Crazyschranz es wird auf eine HWOTA Version hinaus laufen, zum installieren wie auch deinstallieren. Customs kannst erst wirklich machen wenn oreo auf dem system ist weil die ordnerstruktur eine völlig neue ist
 
heißt das es kommt dieses wochenende keine oreo mehr? :D :(
 
Nein habe kein Backup eingespielt. Aber an welchen Einstellungen kann das denn liegen, dass ich keine Berechtigungen mehr erteilen kann?
 
@FrancescoV140681 das kann ich dir nicht sagen learning bei doing ist die beste Methode
[doublepost=1507999704,1507999537][/doublepost]@deckel antwort kommt gleich:biggrin:
 
  • Danke
Reaktionen: deckel
O.k. habe jetzt nochmal alles neu gemacht und jetzt geht es.
Kurze frage noch. Wie kann ich jetzt einmal das ändern der Schriftart aktivieren und dann auch ändern?
 
@FrancescoV140681 im start thread unten ist ein Ordner der heißt font.zip, lade den herunter und entpacke ihn. Dort findest du ein paar Schrfitarten als zip. Die kopierst du auf deine ext. SD-Card und installlierst sie mit twrp. Im Designe manager kannst du keine Schriftarten auswählen. Die Option hat Huawei ab EMUI 5 in Europa wieder heraus genommen. Sobald die Schrift installiert ist, ist sie auch nach einem neustart aktiv.
[doublepost=1508001202,1508001151][/doublepost]@deckel So schau mal bitte in den Start Thread hab dort etwas zu OREO geschrieben. Weil hier verliert es sich.
[doublepost=1508001269][/doublepost]Aktuelle Infos zur Oreo Rom, bitte lest den Beitrag im Start Thread
 
  • Danke
Reaktionen: deckel
Ich habe wieder Dirty geflasht von Firedance-L29-Magisk-V5.3 auf Firedance-L29-Magisk-V5.5 , alles ok
 
  • Danke
Reaktionen: Firedance1961
@Firedance1961 Jeep habe es gelesen und Verstanden , habe es an meinem Laptop auch in den Bios geprüft soweit alles ok.

Habe es jetzt in meiner Firma auf einigen Windows 10 Rechnern versucht aber leider das gleiche Problem.

Ich vermute das im Handy System Datei was Fehlt oder Internem System weiß leider nicht weiter.

Habe mir gerade mal dein Neues Rom Magisk v.5.5 runter geladen.
 
@Horsteln ok wenn du alles probiert hast und auch noch auf verschiedenen Windows 10 Rechner gibt es noch eine Möglichkeit, es könnte sein das eine img datei auf deinem handy fehlerhaft ist. Da die verbindung mit twrp ja gerade dein Problem ist, wäre eine Lösung FunkyHuawei, die allerdings kostenpflichtig ist. Dann könntest du über erecovery eine stock installieren. IM HWOTA Tool hast du nichts geändert oder? Ich hatte mal ein Phone hier, da hatte er die twrp recovery gegen die neuste version getauscht. Das Tool installiert ja die recovery, welche Version hast du denn beim twrp?
 

Ähnliche Themen

F
  • Angepinnt
  • Firedance1961
23 24 25
Antworten
489
Aufrufe
53.877
tecalote
tecalote
F
Antworten
199
Aufrufe
20.568
Miss Montage
Miss Montage
lucasmenno
Antworten
0
Aufrufe
881
lucasmenno
lucasmenno
Zurück
Oben Unten