Androidiani - Forum Android Italiano
  • Mate 20 lite
    <p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/admin" aria-label="Profile: admin">@<bdi>admin</bdi></a> ha detto in <a href="/post/23">Mate 20 lite</a>:</p> <blockquote> <p dir="auto">reboot recovery</p> </blockquote> <p dir="auto">PS C:\Users\assistenza\Downloads\platform-tools-latest-windows\platform-tools> .\adb reboot recovery</p> <ul> <li>daemon not running; starting now at tcp:5037</li> <li>daemon started successfully<br /> error: no devices/emulators found<br /> PS C:\Users\assistenza\Downloads\platform-tools-latest-windows\platform-tools></li> </ul>
     Huawei
  • Mate 20 lite
    <p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/admin" aria-label="Profile: admin">@<bdi>admin</bdi></a><br /> ( se digito solo adb ecco cosa mi dice.)<br /> PS C:\Users\assistenza\Desktop\platform-tools-latest-windows\platform-tools> .\adb<br /> Android Debug Bridge version 1.0.41<br /> Version 36.0.2-14143358<br /> Installed as C:\Users\assistenza\Desktop\platform-tools-latest-windows\platform-tools\adb.exe<br /> Running on Windows 10.0.26200</p> <p dir="auto">global options:<br /> -a listen on all network interfaces, not just localhost<br /> -d use USB device (error if multiple devices connected)<br /> -e use TCP/IP device (error if multiple TCP/IP devices available)<br /> -s SERIAL use device with given serial (overrides $ANDROID_SERIAL)<br /> -t ID use device with given transport id<br /> -H name of adb server host [default=localhost]<br /> -P port of adb server [default=5037]<br /> -L SOCKET listen on given socket for adb server [default=tcp:localhost:5037]<br /> --one-device SERIAL|USB only allowed with 'start-server' or 'server nodaemon', server will only connect to one USB device, specified by a serial number or USB device address.<br /> --exit-on-write-error exit if stdout is closed</p> <p dir="auto">general commands:<br /> devices [-l] list connected devices (-l for long output)<br /> help show this help message<br /> version show version num</p> <p dir="auto">networking:<br /> connect HOST[:PORT] connect to a device via TCP/IP [default port=5555]<br /> disconnect [HOST[:PORT]]<br /> disconnect from given TCP/IP device [default port=5555], or all<br /> pair HOST[:PORT] [PAIRING CODE]<br /> pair with a device for secure TCP/IP communication<br /> forward --list list all forward socket connections<br /> forward [--no-rebind] LOCAL REMOTE<br /> forward socket connection using:<br /> tcp:<port> (<local> may be "tcp:0" to pick any open port)<br /> localabstract:<unix domain socket name><br /> localreserved:<unix domain socket name><br /> localfilesystem:<unix domain socket name><br /> dev:<character device name><br /> dev-raw:<character device name> (open device in raw mode)<br /> jdwp:<process pid> (remote only)<br /> vsock:<CID>:<port> (remote only)<br /> acceptfd:<fd> (listen only)<br /> forward --remove LOCAL remove specific forward socket connection<br /> forward --remove-all remove all forward socket connections<br /> reverse --list list all reverse socket connections from device<br /> reverse [--no-rebind] REMOTE LOCAL<br /> reverse socket connection using:<br /> tcp:<port> (<remote> may be "tcp:0" to pick any open port)<br /> localabstract:<unix domain socket name><br /> localreserved:<unix domain socket name><br /> localfilesystem:<unix domain socket name><br /> reverse --remove REMOTE remove specific reverse socket connection<br /> reverse --remove-all remove all reverse socket connections from device<br /> mdns check check if mdns discovery is available<br /> mdns services list all discovered services</p> <p dir="auto">file transfer:<br /> push [--sync] [-z ALGORITHM] [-Z] LOCAL... REMOTE<br /> copy local files/directories to device<br /> -n: dry run: push files to device without storing to the filesystem<br /> -q: suppress progress messages<br /> -Z: disable compression<br /> -z: enable compression with a specified algorithm (any/none/brotli/lz4/zstd)<br /> --sync: only push files that have different timestamps on the host than the device<br /> pull [-a] [-z ALGORITHM] [-Z] REMOTE... LOCAL<br /> copy files/dirs from device<br /> -a: preserve file timestamp and mode<br /> -q: suppress progress messages<br /> -Z: disable compression<br /> -z: enable compression with a specified algorithm (any/none/brotli/lz4/zstd)<br /> sync [-l] [-z ALGORITHM] [-Z] [all|data|odm|oem|product|system|system_ext|vendor]<br /> sync a local build from $ANDROID_PRODUCT_OUT to the device (default all)<br /> -l: list files that would be copied, but don't copy them<br /> -n: dry run: push files to device without storing to the filesystem<br /> -q: suppress progress messages<br /> -Z: disable compression<br /> -z: enable compression with a specified algorithm (any/none/brotli/lz4/zstd)</p> <p dir="auto">shell:<br /> shell [-e ESCAPE] [-n] [-Tt] [-x] [COMMAND...]<br /> run remote shell command (interactive shell if no command given)<br /> -e: choose escape character, or "none"; default '~'<br /> -n: don't read from stdin<br /> -T: disable pty allocation<br /> -t: allocate a pty if on a tty (-tt: force pty allocation)<br /> -x: disable remote exit codes and stdout/stderr separation<br /> emu COMMAND run emulator console command</p> <p dir="auto">app installation (see also <code>adb shell cmd package help</code><img src="https://forum.androidiani.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=7b279256306" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title="):" alt="😞" /><br /> install [-lrtsdg] [--instant] PACKAGE<br /> push a single package to the device and install it<br /> install-multiple [-lrtsdpg] [--instant] PACKAGE...<br /> push multiple APKs to the device for a single package and install them<br /> install-multi-package [-lrtsdpg] [--instant] PACKAGE...<br /> push one or more packages to the device and install them atomically<br /> -r: replace existing application<br /> -t: allow test packages<br /> -d: allow version code downgrade (debuggable packages only)<br /> -p: partial application install (install-multiple only)<br /> -g: grant all runtime permissions<br /> --abi ABI: override platform's default ABI<br /> --instant: cause the app to be installed as an ephemeral install app<br /> --no-streaming: always push APK to device and invoke Package Manager as separate steps<br /> --streaming: force streaming APK directly into Package Manager<br /> --fastdeploy: use fast deploy<br /> --no-fastdeploy: prevent use of fast deploy<br /> --force-agent: force update of deployment agent when using fast deploy<br /> --date-check-agent: update deployment agent when local version is newer and using fast deploy<br /> --version-check-agent: update deployment agent when local version has different version code and using fast deploy<br /> (See also <code>adb shell pm help</code> for more options.)<br /> uninstall [-k] PACKAGE<br /> remove this app package from the device<br /> '-k': keep the data and cache directories</p> <p dir="auto">debugging:<br /> bugreport [PATH]<br /> write bugreport to given PATH [default=bugreport.zip];<br /> if PATH is a directory, the bug report is saved in that directory.<br /> devices that don't support zipped bug reports output to stdout.<br /> jdwp list pids of processes hosting a JDWP transport<br /> logcat show device log (logcat --help for more)</p> <p dir="auto">security:<br /> disable-verity disable dm-verity checking on userdebug builds<br /> enable-verity re-enable dm-verity checking on userdebug builds<br /> keygen FILE<br /> generate adb public/private key; private key stored in FILE,</p> <p dir="auto">scripting:<br /> wait-for[-TRANSPORT]-STATE...<br /> wait for device to be in a given state<br /> STATE: device, recovery, rescue, sideload, bootloader, or disconnect<br /> TRANSPORT: usb, local, or any [default=any]<br /> get-state print offline | bootloader | device<br /> get-serialno print <serial-number><br /> get-devpath print <device-path><br /> remount [-R]<br /> remount partitions read-write. if a reboot is required, -R will<br /> will automatically reboot the device.<br /> reboot [bootloader|recovery|sideload|sideload-auto-reboot]<br /> reboot the device; defaults to booting system image but<br /> supports bootloader and recovery too. sideload reboots<br /> into recovery and automatically starts sideload mode,<br /> sideload-auto-reboot is the same but reboots after sideloading.<br /> sideload OTAPACKAGE sideload the given full OTA package<br /> root restart adbd with root permissions<br /> unroot restart adbd without root permissions<br /> usb restart adbd listening on USB<br /> tcpip PORT restart adbd listening on TCP on PORT</p> <p dir="auto">internal debugging:<br /> start-server ensure that there is a server running<br /> kill-server kill the server if it is running<br /> reconnect kick connection from host side to force reconnect<br /> reconnect device kick connection from device side to force reconnect<br /> reconnect offline reset offline/unauthorized devices to force reconnect</p> <p dir="auto">usb:<br /> attach attach a detached USB device<br /> detach detach from a USB device to allow use by other processes<br /> environment variables:<br /> $ADB_TRACE<br /> comma/space separated list of debug info to log:<br /> all,adb,sockets,packets,rwx,usb,sync,sysdeps,transport,jdwp,services,auth,fdevent,shell,incremental<br /> $ADB_VENDOR_KEYS colon-separated list of keys (files or directories)<br /> $ANDROID_SERIAL serial number to connect to (see -s)<br /> $ANDROID_LOG_TAGS tags to be used by logcat (see logcat --help)<br /> $ADB_LOCAL_TRANSPORT_MAX_PORT max emulator scan port (default 5585, 16 emus)<br /> $ADB_MDNS_AUTO_CONNECT comma-separated list of mdns services to allow auto-connect (default adb-tls-connect)</p> <p dir="auto">Online documentation: <a href="https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/main/docs/user/adb.1.md" rel="nofollow ugc">https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/main/docs/user/adb.1.md</a></p> <p dir="auto">PS C:\Users\assistenza\Desktop\platform-tools-latest-windows\platform-tools></p>
     Huawei
  • Mate 20 lite
    <p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/admin" aria-label="Profile: admin">@<bdi>admin</bdi></a><br /> PS C:\Users\assistenza\Desktop\platform-tools-latest-windows\platform-tools> .\adb devices<br /> List of devices attached</p> <p dir="auto">PS C:\Users\assistenza\Desktop\platform-tools-latest-windows\platform-tools></p> <p dir="auto">ecco cosa mi dice quando digito adb device<br /> list device attached non esce nulla ho provato anche a cambiare cavetto, comunque il telefono è acceso con blocco schermo sequenza che non ricordo, ho notato che è inserita modalita' aereo. il telefono deve essere spendo e con cavo inserito?</p>
     Huawei
  • Buongiorno a tutti
    <p dir="auto">Sono nuovo in questo forum, c'è qualcuno che può aiutarmi con telefono bloccato, non ricordo la sequenza blocco schermo e nemmeno account Google <img src="https://forum.androidiani.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f64f.png?v=7b279256306" class="not-responsive emoji emoji-android emoji--pray" style="height:23px;width:auto;vertical-align:middle" title="🙏" alt="🙏" /> ho creato un post Mate 20 lite in Huawei <img src="https://forum.androidiani.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f64f.png?v=7b279256306" class="not-responsive emoji emoji-android emoji--pray" style="height:23px;width:auto;vertical-align:middle" title="🙏" alt="🙏" /></p>
     Benvenuto
  • Ho tanti telefoni da vendere come nuovi
    <p dir="auto">Ho modelli di telefoni di qualche anno fa da vendere come nuovi, ho anche telefono con schermo rotto funzionanti</p>
     Compro
  • Mate 20 lite
    <p dir="auto">Ho un Mate 20 lite come nuovo, mia figlia non ricorda la sequenza blocco schermo e nemmeno account Google, volevo formattare ma al momento che devo digitare yes per confermare, la tastiera tach del telefono non risponde a nessuno tocco<img src="https://forum.androidiani.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f614.png?v=7b279256306" class="not-responsive emoji emoji-android emoji--pensive" style="height:23px;width:auto;vertical-align:middle" title="😔" alt="😔" /> come posso risolvere non mi interessa se perdo tutti i dati. ![alt text](<strong>image url</strong>)</p>
     Huawei