Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
6 results tagged adb  ✕
Releases · K3V1991/ADB-and-FastbootPlusPlus · GitHub https://github.com/K3V1991/ADB-and-FastbootPlusPlus/releases
Mon Mar 18 09:52:18 2024 archive.org
QRCode
thumbnail

Install a portable version of ADB and Fastboot on windows without the full Android SDK stack.

android adb fastboot
Logcat command-line tool  |  Développeurs Android  |  Android Developers https://developer.android.com/studio/command-line/logcat
Fri Sep 11 08:58:57 2020 archive.org
QRCode
thumbnail
Android logcat adb debug
[TUT] HOTSPOT Not Connecting FIX [No ROOT] | Xiaomi Redmi Note 5 Pro https://forum.xda-developers.com/redmi-note-5-pro/how-to/tut-hotspot-connecting-fix-t3796847
Mon Apr 29 22:35:54 2019 archive.org
QRCode

Activate USB debugging

Settings > About Phone > Tap MIUI Version several times to enable Developer Options.
Go Back and browse to Additional Settings > Developer Options and Enable

  • USB Debugging
    (- Install via USB) Optionnal
  • USB Debugging (Security settings)
  • Enable view attribute inspection.

Now open command prompt. Type the following codes:

adb devices
adb shell
settings put global tether_dun_required 0
reboot

adb miui 10 redmi note 7
Sauvegarder et Restaurer sa tablette Android — Le Wiki de debian-fr.xyz https://wiki.debian-fr.xyz/Sauvegarder_et_Restaurer_sa_tablette_Android
Tue Apr 23 17:10:40 2019 archive.org
QRCode

Sauvegarder tout

$ adb backup -f nom_fichier_sauvegarde.ab -all

Cette commande implique la sauvegarde de toutes les applications installées, dont les applications systèmes.

 NOTE : Cette option intègre l'option '-system' !

Sauvegarde applications

$ adb backup -f nom_fichier_sauvegarde.ab -apk -obb

Cette commande sauvegarde les fichiers apk des applications installées.

 NOTE : L'option par défaut est '-noapk' qui signifie que les fichiers apk ne seront pas sauvegardés !
L'option '-obb' implique la sauvegarde des fichiers relatifs aux applications installées, tels que fichiers de sauvegarde, de config, etc ... - par défaut, c'est l'option '-noobb' qui est active !

$ adb backup -f nom_fichier_sauvegarde.ab -shared

Sauvegarde le contenu de la SD Carte, ainsi que de tout répertoire de stockage partagé.

 ATTENTION : Il est bien sûr nécessaire d'avoir une SD Carte dans votre appareil ...
adb sauvegarde
Android: comment désinstaller ses "spyware" ? - tuto n°2 - https://tutox.fr/2019/04/14/android-comment-desinstaller-ses-spyware-tuto-n2/
Mon Apr 15 14:33:19 2019 archive.org
QRCode
thumbnail

Un brin de provoc ne fait pas de mal quand il s'agit d'alerter sur la vie privée. Vous appelez ça comment vous des applications préinstallées sur votre

android adb desintall app
[GUIDE] Installation des drivers ADB et FastBoot du Moto 4G peregrine http://forum.xda-developers.com/showthread.php?t=2537083
Fri Mar 6 22:05:34 2015 archive.org
QRCode
thumbnail

If someone has problems installing the official Motorola adb and fastboot drivers for Windows, try the following, this works for me:

  1. download the UniversalADB driver from @Koush here: https://github.com/koush/UniversalAdbDriver
  2. install it
  3. locate the file android_winusb.inf in the folder (may vary) x:\Program Files\ClockworkMod\Universal Adb Driver\usb_driver
  4. open it with any texteditor
  5. add the following two lines (somewhere in the devices section) and save the file:
    Code:

MotorolaADBInterface = USB_Install, USB\VID_22B8&PID_2E76&REV_0228&MI_01
MotorolaBootLoaderInterface = USB_Install, USB\VID_22B8&PID_2E80&REV_0100

  1. let Windows install this driver from koush's directory once in adb mode and once in fastboot mode (two drivers!)
  2. enjoy!
adb fastboot peregrine
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn