Quotidien Shaarli
September 8, 2023
procédure de mise à jour OTA quand le fichier build.prop a été modifié pour faire fonctionner l'appli bancaire: 
Passer en root via adb
./adb root
Puis activer enable_verity. cela a pour effet de rendre non fonctionnelle l'appli bancaire
./adb enable-verity
./adb reboot
Effectuer la Mise à jour OTA comme d'habitude.
Après le redémarrage automatique, repasser en root via adb
./adb root
et télécharger localement le fichier build.prop
./adb pull /system/build.prop build.prop.ORIGIN4
Dans le fichier modifier les 2 lignes comme suit:
ro.debuggable=0
ro.secure=1
Enfin, via adb, remonter les partitions Android, uploader le fichier modifié et redémarrer
./adb remount
./adb push build.prop.ORIGIN4 system/build.prop
./adb reboot
La mise à jour est maintenant effective et l'appli bancaire ainsi que le SafetyNet devraient fonc
Welcome to Shaarli!
Shaarli allows you to bookmark your favorite pages, and share them with others or store them privately.
You can add a description to your bookmarks, such as this one, and tag them.
Create a new shaare by clicking the +Shaare button, or using any of the recommended tools (browser extension, mobile app, bookmarklet, REST API, etc.).
You can easily retrieve your links, even with thousands of them, using the internal search engine, or search through tags (e.g. this Shaare is tagged with shaarli and help).
Hashtags such as #shaarli #help are also supported.
You can also filter the available RSS feed and picture wall by tag or plaintext search.
We hope that you will enjoy using Shaarli, maintained with ❤️ by the community!
Feel free to open an issue if you have a suggestion or encounter an issue.