code

Search

You can find the results of your search below.

adb
26 Hits, Last modified:
====== Android ====== {{tag>[android]}} <code bash> apt-get install android-tools-fastboot apt-get install android-tools-adb </code> ===== network mode ===== <code bash> adb -d tcpip 5555 adb connect <ip> </code> ====== Packages ====== ===== Install ===== <code ba
decompile
10 Hits, Last modified:
=== Android decompile ====== ===== fast ===== <code> jadx myflir-bv2.3.6-release-signed.apk </code> ===== verbose ===== <code> yay apktool yay jd-cmd </code> <code> adb shell pm path com.flir.tiger adb pull /system/app/myflir-b
stratos
6 Hits, Last modified:
fit-2-t3758506 * [[https://goo.gl/sJ6tsX|ita]] <code> adb shell reboot bootloader fastboot devices fas... rase data fastboot erase cache fastboot reboot </code> push firmware <code> adb push update.zip /sdcard/ adb push recovery.img /sdcard/ adb push start_updat... root adb shell cd /sdcard/; sh start_update.sh </code> <code> # avoid loop adb root adb shell rm /
bootanimation
4 Hits, Last modified:
====== Android bootanimation ====== <code> cd /lab/radxa/bootanimation make make upload </code> Copy bootanimation.zip into /lab/raxda*common/system/media desc.txt <code> 512 256 30 p 1 0 part0 p 0 0 part1 </code> * '523' is the width of the animation * '256' is the h
bv7000
4 Hits, Last modified:
4-1ubuntu1_amd64.deb|deb]] untar flash tool and <code> chmod +x flash_tool* </code> run <code> sudo ./flash_tool.sh </code> * go to "download section", select scatter file inside "R*" firmware
bv9500
4 Hits, Last modified:
menĂ¹: * OEM unlock * debug usb adb commands <code> adb devices # confirm on screen adb reboot bootl... ot 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_arm64_bvS.img fastboot reboot </code>
development
1 Hits, Last modified:
nload.html|here]]. Put the Jar library and source code on your development environment. to compile epso