#shell#android#android_emulator#ci_pipeline#docker#docker_android
docker-android is a small, customizable Docker image with Android emulator, KVM, and ADB for remote control via scrcpy. Run it easily with `docker run --device /dev/kvm -p 55555555`. Customize Android versions (like API 33), add Play Store, or mount SDK externally for tiny sizes (138MB compressed without). It benefits you by enabling fast, consistent, headless Android testing in CI/CD pipelines, saving setup time and resources.
https://github.com/HQarroum/docker-android
Django Q on Windows
We're developing with Django Q and Mac OS and it runs on our Linux Servers. Now we hired external developers which work on Windows machines and we discovered that Django Q is not working on Windows due to missing fork implementation.
Does anyone use Django Q on Windows?
answer:
Use #Docker with local windows code directory mounted inside container,
run the docker container interactively and forward a port 8000 to host machine,
then run migrations, test server and other stuff inside the container.
Warning for #Android gapps traitors:
Uninstall the application: Android System SafetyCore, which has been automatically installed on most devices. It is used by Google to scan your data, just like Apple has been doing on iOS, but you have the choice to uninstall it. If you don't have it yet, watch out for it being installed silently over the next few days!
https://play.google.com/store/apps/details?id=com.google.android.safetycore
Be careful on GrapheneOS too if you have Google services installed.
While GrapheneOS will stop it from auto installing, it can nag you about installing it. And it won't tell you what it really is. Nor will most online resources.
Sandboxed Google Play compatibility layer: stop Play Store from attempting to auto-install some system component packages, such as "Android System SafetyCore" (com.google.android.safetycore) and "Android System Key Verifier" (com.google.android.contactkeys)
https://grapheneos.org/releases
The phone is asking me to install this app, anyone knows information about if its truly need it or not? Im with the Google Play Services sandbox install
https://discuss.grapheneos.org/d/19193-android-system-safety-core
If you don't have GrapheneOS, it's going to automatically install itself again at some point after uninstalling it.
Locating the App
Go to Settings → Apps (or Apps & Notifications) → Show system apps. Look for “Android System SafetyCore.”
Check whether the app has any special permissions (e.g., internet access).
Uninstalling or Disabling
In many cases, you can uninstall an update or at least disable the app. Check the available options in the app info.
This is client side scanning. It's a way to spy on your device before it's encrypted.
Other information on the topic:
https://www.androidauthority.com/google-messages-nudes-3499420/
https://www.androidauthority.com/android-system-key-verifier-3499353/
LibreMobileOS
AOSP-based mobile OS aiming to ease transition to de-googled(*) #Android use-cases, while also supporting using Google services.
Supports microg or gms
https://libremobileos.com/lmodroid
https://get.libremobileos.com
OpenAndroidInstaller
https://openandroidinstaller.org
The graphical installer that makes installing alternative #Android distributions nice and easy from your computer.
🚨 A Mirai-based botnet dubbed xlabs_v1 is exploiting exposed #Android Debug Bridge (ADB) services on port 5555 to hijack IoT devices.
It enables 21 DDoS attack methods and uses bandwidth profiling to tier attacks, targeting game servers.
Read: https://thehackernews.com/2026/05/mirai-based-xlabsv1-botnet-exploits-adb.html
🛑 ALERT - A flaw in EngageLab’s #Android SDK exposed 30M+ crypto wallet installs to potential data access.
The intent redirection bug allowed sandbox bypass via a malicious app on the same device. No active exploitation found.
🔗Read → https://thehackernews.com/2026/04/engagelab-sdk-flaw-exposed-50m-android.html
🛑 Perseus, a new #Android malware, enables full device takeover via Accessibility abuse. It runs live remote sessions, steals banking credentials, and scans notes apps for sensitive data.
It spreads through IPTV-style apps delivered via phishing and sideloading.
🔗 Read → https://thehackernews.com/2026/03/new-perseus-android-banking-malware.html
https://gist.github.com/Yogendra0Sharma/5aa96ebfd0854623a5451c53672088d5
Guide on how to create and set up a Dockerized web app using #Django REST APIs and #React
#docker