Differences

This shows you the differences between two versions of the page.

Link to this comparison view

adb [2018/07/02 22:41]
adb [2022/04/16 12:22] (current)
Line 1: Line 1:
 +==== TODO =====
  
 +  Verification des mises a jour du systeme 
 +  erreur impossible de récupérer la liste des mises à jour 
 +
 +===== 4K =====
 +
 +Enable debug mode : 
 +
 +  * home / settings / device / about / build / click ok (* 6 times)
 +  * home / settings / pref / dev options /  debugging / usb debugging / on
 +  * on host: adb connect $IP
 +  * on target: accept key
 +  * on host : adb shell
 + 
 +Thanks:
 +
 +  * http://www.frandroid.com/comment-faire/tutoriaux/308152_tuto-interagir-android-tv-a-distance-grace-a-adb
 +
 +<code>
 +  adb shell
 +  shell@fbx6lcv2:/ $ 
 +
 +127|shell@fbx6lcv2:/ $ cat /proc/version
 +Linux version 3.14.28-1.8pre+ (r0ro@r0ro) (gcc version 4.8.3 (crosstool-NG hg+default-99029fac116b) ) #25 SMP Tue Sep 20 20:51:51 CEST 2016
 +shell@fbx6lcv2:/ $ cat /proc/cpuinfo
 +processor       : 0
 +model name      : ARMv7 Processor rev 3 (v7l)
 +Features        : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
 +CPU implementer : 0x42
 +CPU architecture: 7
 +CPU variant     : 0x0
 +CPU part        : 0x00f
 +CPU revision    : 3
 +
 +processor       : 1
 +model name      : ARMv7 Processor rev 3 (v7l)
 +Features        : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm 
 +CPU implementer : 0x42
 +CPU architecture: 7
 +CPU variant     : 0x0
 +CPU part        : 0x00f
 +CPU revision    : 3
 +
 +Hardware        : Freebox V6LC V2 (In-kernel Flattened Device Tree)
 +Revision        : 0000
 +Serial          : 0000000000000000
 +shell@fbx6lcv2:/ $ getprop ro.build.version.release
 +5.1.1
 +shell@fbx6lcv2:/ $ getprop ro.build.version.sdk
 +22
 +
 +
 +adb shell mkdir -p /mnt/sdcard/tmp
 +adb push $file /storage/emulated/legacy/tmp/
 +
 +
 +</code>
 +
 +
 +<code>
 +wget -c http://mirrors.kodi.tv/releases/android/arm/kodi-17.6-Krypton-armeabi-v7a.apk
 +adb install kodi-17.6-Krypton-armeabi-v7a.apk
 +
 +wget https://f-droid.org/FDroid.apk
 +adb install FDroid.apk
 +
 +wget http://get.videolan.org/vlc-android/3.0.1/VLC-Android-3.0.1-ARMv7.apk
 +adb install VLC-Android-3.0.1-ARMv7.apk
 +
 +https://busybox.net/downloads/binaries/1.28.1-defconfig-multiarch/busybox-armv7l
 +</code>
 +
 +
 +  * http://mafreebox.freebox.fr
 +  * https://dev.freebox.fr/bugs/task/20282# TnT
 +
 +
 +===== ERROR =====
 +
 +==== List of devices attached : none ====
 +
 +
 +====== HARDWARE =======
 +
 +  * https://www.universfreebox.com/article/29437/Broadcom-detaille-le-processeur-de-la-Freebox-mini-4K# BCM7252
 +  * https://www.broadcom.com/products/wireless/wireless-lan-bluetooth/bcm4375/
 +  * https://sites.google.com/view/droid-tv/pay-tv-provider/freebox-mini-4k
 +
 +
 +====== MISC ======
 +
 +  * https://dev.freebox.fr/bugs/task/21208
 +  * https://www.lesnumeriques.com/disque-dur-multimedia/free-freebox-mini-4k-p25237/avis/poubelle-4k/28779#
 +  * https://www.gearbest.com/cables-connectors/pp_1504253.html
 +  * https://www.universfreebox.com/article/31695/Des-soucis-avec-la-Freebox-Mini-4K-Commencez-par-la-reinitialiser
 +
 +
 +====== MORE ======
 +
 +@TaG: [[4k]]
adb.txt · Last modified: 2022/04/16 12:22 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki