sh

Search

You can find the results of your search below.

adb
20 Hits, Last modified:
====== Android ====== {{tag>[android]}} <code bash> apt-get install android-tools-fastboot apt-get in... ls-adb </code> ===== network mode ===== <code bash> adb -d tcpip 5555 adb connect <ip> </code> ====== Packages ====== ===== Install ===== <code bash> adb install <file.apk> </code> ===== Pull package ===== Getting list of packages <code bash> adb shell pm list packages </code> <code bash>
stratos
13 Hits, Last modified:
8506 * [[https://goo.gl/sJ6tsX|ita]] <code> adb shell reboot bootloader fastboot devices fastboot ge... fastboot erase cache fastboot reboot </code> push firmware <code> adb push update.zip /sdcard/ adb push recovery.img /sdcard/ adb push start_update.sh /sdcard/ adb push md5s.tx
bv7000
6 Hits, Last modified:
===== Upgrade firmware ===== * download SP flash tool for linux (latest release) from https://spflashtool.com/ * download firmware from http://bbs.bl... png12-0_1.2.54-1ubuntu1_amd64.deb|deb]] untar flash tool and <code> chmod +x flash_tool* </code> run <code> sudo ./flash_tool.sh </code> * go to "d
bv9500
4 Hits, Last modified:
firm on screen adb reboot bootloader fastboot flashing unlock # press volume up to confirm </code> flash system <code> fastboot flash system lineage-19.0-20211106-UNOFFICIAL-treble_arm64_bvS.img fastboot flash system lineage-17.1-20210808-UNOFFICIAL-treble_ar
decompile
3 Hits, Last modified:
code> yay apktool yay jd-cmd </code> <code> adb shell pm path com.flir.tiger adb pull /system/app/my... k cd dex-tools-2.1-20190905-lanchon ./d2j-jar2dex.sh ../myflir-bv2.3.6-release-signed/classes.dex -o .... flir-bv2.3.6-release-signed/src.jar ./d2j-jar2dex.sh ../myflir-bv2.3.6-release-signed/classes2.dex -o
gianomobile
3 Hits, Last modified:
bali e alle funzionalità SOS. ====== Notifiche push ====== Questa App può inviarLe notifiche push relative al servizio quando l’applicazione è attiva se Lei ha attivato l’invio di notifiche push tramite il sistema operativo del Suo dispositivo
development
2 Hits, Last modified:
d-studio** * run /opt/android-studio/bin/studio.sh to install software * specify **/opt/android-... ew SDK location <file txt /etc/profile.d/android.sh> PATH=$PATH:/opt/android-sdk/platform-tools </fil