Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Android/device/device/linaro/dragonboard/shared/utils/   (Android Betriebssystem Version 17©)  Datei vom 26.5.2026 mit Größe 923 B image not shown  

Quelle  set_hw.sh

  Sprache: Shell
 

#! /vendor/bin/sh
# Set vendor.hw property to run device specific services
#
# grep the device name from /proc/device-tree/compatible

HW=`/vendor/bin/cat /proc/device-tree/compatible | /vendor/bin/grep db845c`
if [ -n "${HW}" ]; then
    setprop vendor.hw db845c
    setprop vendor.thermal.config thermal-db845c.json
    exit 0
fi

HW=`/vendor/bin/cat /proc/device-tree/compatible | /vendor/bin/grep rb5`
if [ -n "${HW}" ]; then
    setprop vendor.hw rb5
    exit 0
fi

HW=`/vendor/bin/cat /proc/device-tree/compatible | /vendor/bin/grep sm8550-hdk`
if [ -n "${HW}" ]; then
    setprop vendor.hw sm8550hdk
    exit 0
fi

HW=`/vendor/bin/cat /proc/device-tree/compatible | /vendor/bin/grep sm8550-qrd`
if [ -n "${HW}" ]; then
    setprop vendor.hw sm8550qrd
    exit 0
fi

HW=`/vendor/bin/cat /proc/device-tree/compatible | /vendor/bin/grep sm8650-qrd`
if [ -n "${HW}" ]; then
    setprop vendor.hw sm8650qrd
    exit 0
fi

Messung V0.5 in Prozent
C=90 H=94 G=91

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-27) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.