• Wenn du ebenfalls von dem Problem betroffen bist, dass dir die mögliche Maximalstärke über Bluetooth zu gering erscheint, so findest du hier evtl. eine Lösung, bzw. einen derzeitigen Workaround. ==> Lautstärke über Bluetooth zu gering <==
  • Wenn du ebenfalls von dem Problem betroffen bist, dass dein Smartphone seit Kurzem starke Klopfgeräusche von sich gibt, so findest du hier die bisherigen Lösungsansätze.

    ==> Smartphone macht Klopfgeräusche (sehr laut) <==

Amazfit Pace Hilfe beim Unbrick

Kone7347

Reisbauer
Hallo zusammen,

ich hoffe einer von euch kann mir weiterhelfen meine Uhr zu Unbricken... Ich habe sie sehnsüchtig erwartet und nach ca. einem Tag ließ sie sich nicht mehr starten und hängt sich seit dem beim Booten auf.

Der Bootloader ist mitlerweile geunlockt und fastboot und adb funktioniert auch soweit. Jedoch komme ich nicht weiter...
Ich habe schon versucht PACEfied aufzuspielen jedoch erscheint beim flashen die Meldung "applypatch: not found"

# sh start_update.sh
============= PACEfied Installer ===============
Validating files...
start_update.sh: OK
update.zip: OK
recovery.img: OK
start_update.sh[11]: applypatch: No such file or directory
Flashing recovery...
1688+0 records in
1688+0 records out
6914048 bytes (6.6MB) copied, 0.723771 seconds, 9.1MB/s
Rebooting into recovery for installation...


Ich habe schon versucht, die applypatch Datei aus der update.zip auf die Uhr zu kopieren Pfad: /system/bin was jedoch keine Änderung bewirkt hat.

Zusätzlich ist mir aufgefallen, dass die Uhr keinerlei Änderung nach einem reboot behält. Sprich ich kopiere per adb die Dateien auf die Uhr und nachdem die Uhr rebootet sind die Daten wieder weg. Ist das Normal?

Gibt es die Möglichkeit direkt die Orginal ROM zu flashen? Am besten mit Fastboot?
 

Kone7347

Reisbauer
Hier noch ein paar zusätzliche Infos:

fastboot getvar all
(bootloader) version-bootloader: U-Boot 2013.07-00112-g8d68d28
(bootloader) version-baseband: N/A
(bootloader) version-hardware: V1.1 20130322
(bootloader) version-cdma: N/A
(bootloader) variant: watch
(bootloader) serialno: xxxxxxxxxxxxxxxxxxxxx
(bootloader) product: watch
(bootloader) secure: no
(bootloader) unlocked: yes
(bootloader) uart-on: NO
(bootloader) partition-size:Bootloader: 0x0000
(bootloader) partition-type:Bootloader: emmc
(bootloader) partition-size:recovery: 0x1000
(bootloader) partition-type:recovery: emmc
(bootloader) partition-size:Boot: 0x2000
(bootloader) partition-type:Boot: emmc
(bootloader) partition-size:sleep:ystem: 0x3000
(bootloader) partition-type:sleep:ystem: ext4
(bootloader) partition-size:cache: 0x4000
(bootloader) partition-type:cache: ext4
(bootloader) partition-size:userdata: 0x5000
(bootloader) partition-type:userdata: ext4
(bootloader) max-download-size: 0x4000000
all:

Ich bin für jeden Tipp dankbar :)
 

Diginix

Mi Fan
Finde die pauschale Aussage auch gewagt. Ich würde es mal bei XDA in den custom ROM Threads posten. Da sind deutlich mehr Experten für derartige Themen.
 

hilde0407

Rikscha Fahrer
Also von einem Defekt gehe ich nicht aus! Die Fehlermeldung besagt lediglich, dass eine Datei nicht gefunden wurde! Vielleicht versuchst Du erst einmal eine andere Methode. Es gibt ein sehr Benutzerfreundliches Projekt, das Paceficator Projekt, ebenfalls auf xda Developers. Hier gibt es ein Installationsprogramm, um die aktuelle englischsprachige Firmware 1.3.6 d zu installieren. Beim Installer hat man außerdem die Möglichkeit, eine andere Uhrensprache zu wählen, also z.B. deutsch. Ich würde Dir aber nicht empfehlen, die optimierte GPS Config auszuwählen, da ich mit dieser Konfiguration Probleme mit der GPS Genauigkeit hatte, d.h. Wenn ich eine Sportaktivität gestartet habe, startet die Aktivität immer von der Position, wo ich mit der Vorherigen aufgehört habe! Ansonsten funktioniert die Firmware mit der globalen GPS Konfiguration richtig gut!
Hier nun der Link:
https://forum.xda-developers.com/smartw ... 1-t3713945
Das Installationsprogramm bitte nicht als Administrator starten!

P.S.
Mit dem Tool aus folgenden Link, ist es möglich die originale englische Firmware wieder herzustellen! Aber Achtung! Im Anschluss ist der Bootloader wieder gesperrt!
https://forum.xda-developers.com/smartw ... 7-t3725494

Der Vollständigkeithalber:
Es ist möglich, dass die Treiber für den Zugriff auf die Uhr nicht richtig installiert sind. Mit folgenden Tool kannst Du die Treiber downloaden und auch installieren! Aber Vorsicht! Unter Windows 10 musst Du die Treibersignaturrichtlinie von Windows 10 deaktivieren! Dazu einfach mal googeln!
https://forum.xda-developers.com/smartw ... d-t3739828
 

Kone7347

Reisbauer
Wow vielen Dank :) ich hab schon Stunden verbracht, um was hilfreiches zu finden. Ich werde es gleich heute Abend testen.
Grüße
 

Kone7347

Reisbauer
Leider hat es mit beiden Methoden nicht geklappt :-(
Paceficator tut leider nichts und spuckt leider keine Fehlermeldung aus. Das Fenster schließt sich einfach...

Beim zweiten Link mit dem Paceficator Script, wird leider ebenfalls das tool Applypatch verwendet, welches auf meiner Uhr nicht existiert...

Kennt eventuell einer von euch die Möglichkeit, wie man Applypatch auf der Uhr nutzbar macht? Ich konnte Applypatch aus der update.zip entpacken und es auf die Uhr kopieren /system/bin, jedoch lässt sich Applypatch trotzdem nicht ausführen.

:-( :-( :-(
 

Diginix

Mi Fan
Demnach hast du root. Hast du mal nach den Berechtigungen von system\bin\applypatch geschaut bzw. diese genau so gesetzt wie die der anderen Dateien im Ordner /system/bin?
Dazu gehört Besitzer/Gruppe und Lesen/Schreiben/Ausführen. Setzen kannst du diese in einer root shell mit den Kommandos chown und chmod.
Code:
chown root: /system/bin/applypatch
und
Code:
chmod 755 /system/bin/applypatch

Am wahrscheinlichsten ist dass das x-flag für die Ausführbarkeit fehlt.
 

Kone7347

Reisbauer
Klappt leider nicht :-(

PS C:\Users\PC-AS\Desktop\watch\PACEfied_rel_38_(1.2.50h)_permanent> adb push update.zip /sdcard/
4722 KB/s (261234007 bytes in 54.021s)
PS C:\Users\PC-AS\Desktop\watch\PACEfied_rel_38_(1.2.50h)_permanent> adb push start_update.sh /sdcard/
4 KB/s (948 bytes in 0.191s)
PS C:\Users\PC-AS\Desktop\watch\PACEfied_rel_38_(1.2.50h)_permanent> adb push .\start_update.sh /sdcard/
4 KB/s (948 bytes in 0.207s)
PS C:\Users\PC-AS\Desktop\watch\PACEfied_rel_38_(1.2.50h)_permanent> adb push .\md5s.txt /sdcard/
0 KB/s (142 bytes in 0.201s)
PS C:\Users\PC-AS\Desktop\watch\PACEfied_rel_38_(1.2.50h)_permanent> adb push .\applypatch /system/bin/
120 KB/s (74520 bytes in 0.605s)
PS C:\Users\PC-AS\Desktop\watch\PACEfied_rel_38_(1.2.50h)_permanent> adb shell
# cd system/bin/
# ls
applypatch
busybox
sh
# chown root: /system/bin/applypatch
No such group ''
# chmod 755 /system/bin/applypatch
# applypatch
/system/bin/sh: applypatch: No such file or directory
# ls
applypatch
busybox
sh
# ./applypatch
/system/bin/sh: ./applypatch: No such file or directory
 

Diginix

Mi Fan
Muss ich morgen mal bei meiner Uhr schauen wie die Berechtigungen aussehen. Habe vorhin nur beim Android Smartphone geschaut.
Mach mal bitte in einer root shell:
Code:
ls- l /system/bin
Und poste die Ausgabe als Quote oder Code in einem Spoiler oder häng sie als TXT an.
 

Kone7347

Reisbauer
Vielen Dank für deine Hilfe :)


Code:
PS C:\Users\PC-AS\Desktop\watch\PACEfied_rel_38_(1.2.50h)_permanent> adb push .\applypatch /system/bin/
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
306 KB/s (74520 bytes in 0.237s)
PS C:\Users\PC-AS\Desktop\watch\PACEfied_rel_38_(1.2.50h)_permanent> adb shell
# cd /system/bin/
# ls
applypatch
busybox
sh
# ls -l
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
-rwxr-xr-x root     shell       74520 2008-02-29 02:33 applypatch
-rwxr-xr-x root     root      1576152 1970-01-01 00:00 busybox
lrwxrwxrwx root     root              2014-08-26 01:06 sh -> /sbin/sh_s
# chmod 755 applypatch
# ls -l
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
-rwxr-xr-x root     shell       74520 2008-02-29 02:33 applypatch
-rwxr-xr-x root     root      1576152 1970-01-01 00:00 busybox
lrwxrwxrwx root     root              2014-08-26 01:06 sh -> /sbin/sh_s
# chmod 777 applypatch
# ls -l /system/bin/
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
-rwxrwxrwx root     shell       74520 2008-02-29 02:33 applypatch
-rwxr-xr-x root     root      1576152 1970-01-01 00:00 busybox
lrwxrwxrwx root     root              2014-08-26 01:06 sh -> /sbin/sh_s
# chgrp root applypatch
/system/bin/sh: chgrp: not found
 

Diginix

Mi Fan
Habe jetzt meine Amazfit noch nicht am PC gehabt da ich sie noch nicht laden will weil ich noch am Akku-Verbrauch testen bin.
Aber wenn ich in der update.zip schaue und dort in den /system/bin Ordner sind da 109 Dateien enthalten. Diese müssten auch alle auf der Uhr in dem Ordner sein.
Bei dir werden ja aber nur 3 angezeigt. Ob das so korrekt ist, kann ich aber nur prüfen wenn ich wahrscheinlich morgen meine Uhr mal wieder am PC habe.
 

Diginix

Mi Fan
Also bei mir werden wie erwartet weit über 100 Einträge in /system/bin ausgegeben.
Wenn da also bei dir nur 2 aufgelistet werden, dann stimmt da was nicht. Die Fehler mit tzdata bekomme ich so auch nicht. Frag mich wie die Uhr bei dir so überhaupt funktioniert.
Code:
root@watch:/ # ls -l /system/bin/
-rwxr-xr-x root     shell      216688 2008-08-01 12:00 adb
-rwxr-xr-x root     shell         210 2008-08-01 12:00 am
lrwxrwxrwx root     root              2018-02-16 14:41 app_process -> app_process32
-rwxr-xr-x root     shell       71140 2008-08-01 12:00 app_process32
-rwxr-xr-x root     shell       74520 2008-08-01 12:00 applypatch
-rwxr-xr-x root     shell         213 2008-08-01 12:00 appops
-rwxr-xr-x root     shell         215 2008-08-01 12:00 appwidget
-rwxr-xr-x root     shell       75368 2008-08-01 12:00 atrace
-rwxr-xr-x root     shell        5332 2008-08-01 12:00 batt_uboot_charging_stat
-rwxr-xr-x root     shell       71220 2008-08-01 12:00 bcc
-rwxr-xr-x root     shell       71240 2008-08-01 12:00 bdt
-rwxr-xr-x root     shell       71436 2008-08-01 12:00 bdtest
-rwxr-xr-x root     shell       71068 2008-08-01 12:00 blkid
-rwxr-xr-x root     shell         199 2008-08-01 12:00 bmgr
-rwxr-xr-x root     shell       71556 2008-08-01 12:00 bootanimation
-rwxr-xr-x root     shell       76024 2008-08-01 12:00 brcmbt
-rwxr-xr-x root     shell         156 2008-08-01 12:00 bu
-rwxr-xr-x root     shell        5332 2008-08-01 12:00 bugreport
-rwxr-xr-x root     shell     1576152 2008-08-01 12:00 busybox
lrwxrwxrwx root     root              2018-02-16 14:41 cat -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 chcon -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 chmod -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 chown -> toolbox
-rwxr-xr-x root     shell       80448 2008-08-01 12:00 clatd
lrwxrwxrwx root     root              2018-02-16 14:41 clear -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 cmp -> toolbox
-rwxr-xr-x root     shell         207 2008-08-01 12:00 content
lrwxrwxrwx root     root              2018-02-16 14:41 cp -> toolbox
-rwxr-xr-x root     shell       79196 2008-08-01 12:00 create_btaddr
-rwxr-xr-x root     shell        5332 2008-08-01 12:00 create_serial_numbers
-rwxr-xr-x root     shell        5332 2008-08-01 12:00 create_serial_numbers_factory
-rwxr-xr-x root     shell       79196 2008-08-01 12:00 create_wifiaddr
lrwxrwxrwx root     root              2018-02-16 14:41 dalvikvm -> dalvikvm32
-rwxr-xr-x root     shell       70968 2008-08-01 12:00 dalvikvm32
lrwxrwxrwx root     root              2018-02-16 14:41 date -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 dd -> toolbox
-rwxr-xr-x root     shell       71224 2008-08-01 12:00 debuggerd
-rwxr-xr-x root     shell      145768 2008-08-01 12:00 dex2oat
lrwxrwxrwx root     root              2018-02-16 14:41 df -> toolbox
-rwxr-xr-x root     shell      149888 2008-08-01 12:00 dhcpcd
lrwxrwxrwx root     root              2018-02-16 14:41 dmesg -> toolbox
-rwxr-xr-x root     shell       71220 2008-08-01 12:00 dmic_test
-rwxr-xr-x root     shell      217364 2008-08-01 12:00 dnsmasq
-rwxr-xr-x root     shell         156 2008-08-01 12:00 dpm
lrwxrwxrwx root     root              2018-02-16 14:41 du -> toolbox
-rwxr-xr-x root     shell       87728 2008-08-01 12:00 dumpstate
-rwxr-xr-x root     shell       71008 2008-08-01 12:00 dumpsys
-rwxr-xr-x root     shell      291300 2008-08-01 12:00 e2fsck
-rwxr-xr-x root     shell      623020 2008-08-01 12:00 fb2bmp
-rwxr-xr-x root     shell       71112 2008-08-01 12:00 fsck_msdos
lrwxrwxrwx root     root              2018-02-16 14:41 getenforce -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 getevent -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 getprop -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 getsebool -> toolbox
-rwxr-xr-x root     shell       71380 2008-08-01 12:00 gpsd
lrwxrwxrwx root     root              2018-02-16 14:41 grep -> toolbox
-rwxr-xr-x root     shell       70992 2008-08-01 12:00 gzip
lrwxrwxrwx root     root              2018-02-16 14:41 hd -> toolbox
-rwxr-xr-x root     shell       71064 2008-08-01 12:00 hmui.daemon
-rwxr-xr-x root     shell      158216 2008-08-01 12:00 hmui.lockscreen
-rwxr-xr-x root     shell      726652 2008-08-01 12:00 hostapd
-rwxr-xr-x root     shell       70944 2008-08-01 12:00 hub_log
lrwxrwxrwx root     root              2018-02-16 14:41 id -> toolbox
-rwxr-xr-x root     shell       71272 2008-08-01 12:00 idmap
lrwxrwxrwx root     root              2018-02-16 14:41 ifconfig -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 iftop -> toolbox
-rwxr-xr-x root     shell         194 2008-08-01 12:00 ime
-rwxr-xr-x root     shell         201 2008-08-01 12:00 input
lrwxrwxrwx root     root              2018-02-16 14:41 insmod -> toolbox
-rwxr-xr-x root     shell         652 2008-08-01 12:00 install-recovery.sh
-rwxr-xr-x root     shell       75904 2008-08-01 12:00 installd
-rwxr-xr-x root     shell         177 2008-08-01 12:00 installsensorhub.sh
lrwxrwxrwx root     root              2018-02-16 14:41 ioctl -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 ionice -> toolbox
-rwxr-xr-x root     shell      288212 2008-08-01 12:00 ip
-rwxr-xr-x root     shell      414448 2008-08-01 12:00 ip6tables
-rwxr-xr-x root     shell      410188 2008-08-01 12:00 iptables
-rwxr-xr-x root     shell      145376 2008-08-01 12:00 keystore
lrwxrwxrwx root     root              2018-02-16 14:41 kill -> toolbox
-rwxr-xr-x root     shell      168080 2008-08-01 12:00 linker
-rwxr-xr-x root     shell       71028 2008-08-01 12:00 lmkd
lrwxrwxrwx root     root              2018-02-16 14:41 ln -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 load_policy -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 log -> toolbox
-rwxr-xr-x root     shell       71148 2008-08-01 12:00 logcat
-rwxr-xr-x root     shell       75808 2008-08-01 12:00 logd
-rwxr-xr-x root     shell       71188 2008-08-01 12:00 logwatch
-rwxr-xr-x root     shell       71168 2008-08-01 12:00 logwrapper
lrwxrwxrwx root     root              2018-02-16 14:41 ls -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 lsmod -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 lsof -> toolbox
-rwxr-xr-x root     shell       71052 2008-08-01 12:00 make_ext4fs
-rwxr-xr-x root     shell        5328 2008-08-01 12:00 mcu_sdram
lrwxrwxrwx root     root              2018-02-16 14:41 md5 -> toolbox
-rwxr-xr-x root     shell      874180 2008-08-01 12:00 mdnsd
-rwxr-xr-x root     shell         210 2008-08-01 12:00 media
-rwxr-xr-x root     shell       71092 2008-08-01 12:00 mediaserver
lrwxrwxrwx root     root              2018-02-16 14:41 mkdir -> toolbox
-rwxr-xr-x root     shell       71604 2008-08-01 12:00 mke2fs
lrwxrwxrwx root     root              2018-02-16 14:41 mknod -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 mkswap -> toolbox
-rwxr-xr-x root     shell         217 2008-08-01 12:00 monkey
lrwxrwxrwx root     root              2018-02-16 14:41 mount -> toolbox
-rwxr-xr-x root     shell       71212 2008-08-01 12:00 mtpd
lrwxrwxrwx root     root              2018-02-16 14:41 mv -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 nandread -> toolbox
-rwxr-xr-x root     shell       71032 2008-08-01 12:00 ndc
-rwxr-s--- root     inet        71068 2008-08-01 12:00 netcfg
-rwxr-xr-x root     shell      282064 2008-08-01 12:00 netd
lrwxrwxrwx root     root              2018-02-16 14:41 netstat -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 newfs_msdos -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 nohup -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 notify -> toolbox
-rwxr-xr-x root     shell      211256 2008-08-01 12:00 oatdump
-rwxr-xr-x root     shell      141248 2008-08-01 12:00 patchoat
-rwxr-xr-x root     shell       71628 2008-08-01 12:00 pcba_test
-rwxr-xr-x root     root        71676 2008-08-01 12:00 ping
-rwxr-xr-x root     shell       72044 2008-08-01 12:00 ping6
-rwxr-xr-x root     shell         191 2008-08-01 12:00 pm
-rwxr-xr-x root     shell      299532 2008-08-01 12:00 pppd
lrwxrwxrwx root     root              2018-02-16 14:41 printenv -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 prlimit -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 ps -> toolbox
-rwxr-xr-x root     shell      374096 2008-08-01 12:00 racoon
lrwxrwxrwx root     root              2018-02-16 14:41 readlink -> toolbox
-rwxr-xr-x root     shell        5340 2008-08-01 12:00 reboot
-rwxr-xr-x root     shell      619208 2008-08-01 12:00 regrw
lrwxrwxrwx root     root              2018-02-16 14:41 renice -> toolbox
-rwxr-xr-x root     shell         188 2008-08-01 12:00 requestsync
-rwxr-xr-x root     shell       71476 2008-08-01 12:00 resize2fs
lrwxrwxrwx root     root              2018-02-16 14:41 restorecon -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 rm -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 rmdir -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 rmmod -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 route -> toolbox
-rwxr-x--- root     shell       70948 2008-08-01 12:00 run-as
lrwxrwxrwx root     root              2018-02-16 14:41 runcon -> toolbox
-rwxr-xr-x root     shell        5308 2008-08-01 12:00 schedtest
lrwxrwxrwx root     root              2018-02-16 14:41 schedtop -> toolbox
-rwxr-xr-x root     shell       70992 2008-08-01 12:00 screencap
-rwxr-xr-x root     shell      141580 2008-08-01 12:00 screenrecord
-rwxr-xr-x root     shell       71164 2008-08-01 12:00 sdcard
lrwxrwxrwx root     root              2018-02-16 14:41 sendevent -> toolbox
-rwxr-xr-x root     shell        5348 2008-08-01 12:00 sensorservice
-rwxr-xr-x root     shell       71056 2008-08-01 12:00 service
-rwxr-xr-x root     shell       71200 2008-08-01 12:00 servicemanager
lrwxrwxrwx root     root              2018-02-16 14:41 setenforce -> toolbox
-rwxr-xr-x root     shell         240 2008-08-01 12:00 setiptables.sh
lrwxrwxrwx root     root              2018-02-16 14:41 setprop -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 setsebool -> toolbox
-rwxr-xr-x root     shell         178 2008-08-01 12:00 settings
-rwxr-xr-x root     shell        5416 2008-08-01 12:00 setup_fs
-rwxr-xr-x root     shell      363744 2008-08-01 12:00 sh
lrwxrwxrwx root     root              2018-02-16 14:41 sleep -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 smd -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 start -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 stop -> toolbox
-rwxr-xr-x root     shell       70948 2008-08-01 12:00 surfaceflinger
-rwxr-xr-x root     shell         192 2008-08-01 12:00 svc
lrwxrwxrwx root     root              2018-02-16 14:41 swapoff -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 swapon -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 sync -> toolbox
-rwxr-xr-x root     shell      145544 2008-08-01 12:00 tc
-rwxr-xr-x root     shell       70980 2008-08-01 12:00 tinycap
-rwxr-xr-x root     shell       70940 2008-08-01 12:00 tinymix
-rwxr-xr-x root     shell       70944 2008-08-01 12:00 tinypcminfo
-rwxr-xr-x root     shell       70952 2008-08-01 12:00 tinyplay
-rwxr-xr-x root     shell      295680 2008-08-01 12:00 toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 top -> toolbox
lrwxrwxrwx root     root              2018-02-16 14:41 touch -> toolbox
-rwxr-xr-x root     shell        3814 2008-08-01 12:00 uiautomator
lrwxrwxrwx root     root              2018-02-16 14:41 umount -> toolbox
-rwxr-x--- root     root        71472 2008-08-01 12:00 uncrypt
lrwxrwxrwx root     root              2018-02-16 14:41 uptime -> toolbox
-rwxr-xr-x root     shell       70948 2008-08-01 12:00 vdc
lrwxrwxrwx root     root              2018-02-16 14:41 vmstat -> toolbox
-rwxr-xr-x root     shell      220248 2008-08-01 12:00 vold
lrwxrwxrwx root     root              2018-02-16 14:41 watchprops -> toolbox
-rwxr-xr-x root     shell         246 2008-08-01 12:00 wearlogger
lrwxrwxrwx root     root              2018-02-16 14:41 wipe -> toolbox
-rwxr-xr-x root     shell     1480900 2008-08-01 12:00 wl
-rwxr-xr-x root     shell         190 2008-08-01 12:00 wm
-rwxr-xr-x root     shell     2038764 2008-08-01 12:00 wpa_supplicant
 
Oben Unten