Search results

  1. Stéphane Lenclud

    HTTPS issues on older Android devices

    [H1 id='Preface']Preface[/H1] Older Android devices such as my HTC One M8 running stock Android 6 Marshmallow may not trust newer SSL certificate authorities triggering invalid certificate issues. While in some cases you can bypass it, in others it may prevent you to perform your actions. Like...
  2. Stéphane Lenclud

    HTC One M8 Survival Guide

    [H1 id='Preface']Preface[/H1] By 2026, the battery in my 2014 HTC One M8 could barely hold a charge for more than a few hours. I also damaged the screen years ago. I vividly remember the day I tripped and sent the phone flying down the corridor. Even though it had been sitting in a bookcase, it...
  3. Stéphane Lenclud

    HTC One M8 Reboot Loop After Google Play Services Update

    [H2 id='The+problem']The problem[/H2] After Google Play Services auto-updated, the phone would boot, briefly show the home screen, then immediately reboot in a loop. Even Safe Mode rebooted, which ruled out a simple third-party app conflict — Play Services itself (or its cached state) was the...
  4. Stéphane Lenclud

    HTC Sense Home for HTC One M8

    Just a bunch of APK I downloaded as I'm trying to fix my HTC One M8 reboot loop.
  5. Stéphane Lenclud

    Broken page layouts on Android WebView browsers

    [H1 id='Overview']Overview[/H1] WebView-based Android browsers depend entirely on the system Android System WebView component to render pages. On older devices, this WebView is often outdated and lacks support for modern CSS features such as :has() and container queries. As a result, many...
  6. Stéphane Lenclud

    Computer Graphics Survival Guide

    [H1 id='Utilities']Utilities[/H1] glTF: 3D asset file format standard by Khronos Draco: 3D Geometry compression by Google and supported by glTF SDL3: Cross-platform window, input and event library by the SDL community bgfx: Cross-platform rendering abstraction (DX11, Metal, Vulkan, OpenGL) by...
  7. Stéphane Lenclud

    Interface no HID profile error

    When Interface gives you that no HID profile error it means either your device or your device configuration does not support it. If you can't get it to work by changing the device configuration you can uninstall the application as you won't be able to use it. Things you can try: If your device...
  8. Stéphane Lenclud

    Microsoft Edge Survival Guide

    Unfortunately when working on Windows 11 I sometimes find myself enable to use Vivaldi which has been my browser of choice for years. The three key features I need for best desktop web browsing experience are: Vertical tabs Workspaces Ctrl + Tab to go the previous tab I like to work with...
  9. Stéphane Lenclud

    Raspberry Pi Pico Survival Guide

    Here are tips on how to get started developing for Raspberry Pi Pico boards on Windows using the Pico C SDK. [H1 id='Windows+setup']Windows setup[/H1] Just use the Windows installer which is available on GitHub. At the end it will ask for a path to put the examples code. As you proceed it will...
  10. Stéphane Lenclud

    ESP-IDF Survival Guide

    I got myself that ESP32-DevKitC V4 from Espressif. I like that it does both Classic Bluetooth (BT - ER/BDR) and Bluetooth Low Energy (BLE). It uses the ESP-IDF esp32 target. [H1 id='Com+port+Windows+drivers']Com port Windows drivers[/H1] Before you can flash your board you will need to get the...
  11. Stéphane Lenclud

    Arduino Nano ESP32 Survival Guide

    I recently acquired an Arduino Nano ESP32 thinking it supports both Classic Bluetooth (BT - BR/EDR) and Bluetooth Low Energy (BLE) which would be a step up from Arduino Nano BLE. However it turns out the ESP32-S3 SoC that board is based on only does BLE after all. I've had some experience...
  12. Stéphane Lenclud

    AVM FRITZ!Box Survival Guide

    After years of loyal service my trusty AVM FRITZ!Box 7590 had to retire following a serious battlefield injury. In fact it started to emit a disturbing coil whine prompting me to investigate. I quickly noticed it was overheating and the 2.4Ghz Wi-Fi was not working anymore. Using an older 7490...
  13. Stéphane Lenclud

    Samsung Galaxy Survival Guide

    Samsung recently rolled out One UI 6.1 which is their latest flavour of Android. Sadly it brings a few very noticeable unwelcome changes. [H1 id='Gesture+navigation+bar']Gesture navigation bar[/H1] As of One UI 6.1 you can't hide the gesture navigation system bottom bar AKA gesture hint. Until...
  14. Stéphane Lenclud

    Publish an Android library on Maven Central

    Here are useful information and links about publishing an Android library on Maven Central. For years I have been publishing Android applications through slions.net, Google Play and F-Droid. However I had never published an Android library. This article is written by an outsider. In fact, a lot...
  15. Stéphane Lenclud

    Test your browser

    Here are URLs you may want to use to test browsers' functionalities. [H1 id='Mailto']Mailto[/H1] mailto:text@example.com : Includes email, subject, body, cc and bcc. Though I have yet to find an email client that supports cc and bcc. [H1 id='Tel']Tel[/H1] tel:+123456789 [H1...
  16. Stéphane Lenclud

    Garmin Venu® 3 vs Garmin Forerunner® 965

    Just an incomplete side by side comparison of two of Garmin's flagship watches from 2023. [TABLE style='width: 100%;' class='fr-alternate-rows'] [TH style='width: 22.2848%;']Garmin[/TH] [TH style='width: 38.9024%;']Venu® 3 (45mm)[/TH] [TH style='width: 38.7615%;']Forerunner® 965[/TH] [TD...
  17. Stéphane Lenclud

    How to force dark mode?

    Some web sites do not offer dark modes. Luckily Fulguris can force dark mode regardless. To temporary force dark mode for a web page or tab: Menu > Web page > Dark To always force dark mode for a domain or sub-domain: Menu > Options > Domain > Force dark mode override To always force dark...
  18. Stéphane Lenclud

    Get it on Slions badge

  19. Stéphane Lenclud

    Unicode region & country flags

    Here are a bunch of regional indicator symbols. You can easily select and copy the unicode symbol but rendering may vary depending on your platform. Notably Windows renders them as country code rather than flags. See also ISO 3166-1. [TABLE style='width: 50%;margin-left: auto;margin-right...
  20. Stéphane Lenclud

    Huawei & Honor Android notification issues

    Having recently switched back from Lineage OS on F(x)tec Pro¹ to Huawei P30 Pro Android 10, I could not help but notice that most my apps did not provide the notifications I usually rely on. Turns out Huawei is pretty aggressive when it comes to battery management and that has the unfortunate...
Back
Top