Open Source Android System Apps - Page 20

System Apps for Android

View 485 business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 1
    Hawk

    Hawk

    Secure, simple key-value storage for Android

    Hawk is a secure, simple key-value storage for Android. This version has no backward compatibility with Hawk 1+ versions. Save any type (Any object, primitives, lists, sets, maps, etc.). Everything is pluggable, therefore you can change any layer with your custom implementation. NoEncryption implementation is provided out of box If you want to disable crypto.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    IPv6Droid

    IPv6 tunnel client for use on Android

    IPv6Droid is an Android client for IPv6 tunnels, in order to bring IPv6 support to Android mobile devices on networks that do not support IPv6 (specifically, all mobile networks in Germany at the time of writing). The project has moved to github.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    JRF

    Java Remote File - RemoteInputStream and RemoteOutputStream.

    JRF is a client/server application that allows to extend local storage to other computers running the JRF Server. It has been designed for ultra-simplicity, **not for security!** It does not request for authentication when accessing files on a remote server, nor does it prevent access to files or directories. It has been designed for already-secured networks (e.g. LANs or inside VPNs), where file-sharing setup is tedious (or impossible). Basic access configuration/restriction should be performed on the OS, by changing rights of the user running the JRF Server. It is like an insecure FTP-like file sharing runnning on a single TCP port. Its Java nature gives Java programmers access to remote files as remote `InputStream` and `OutputStream`, with the added value of optionally **compressing data exchange** to ease up network usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 5
    Jetpack MOD
    Jetpack MOD is a custom ROM for Samsung Galaxy S (I9000) which is an Android device. ROM is optimized for Speed, Stability, Smoothness and bundled with simple yet beautiful User Interface and clean framework supporting multi CSC and RTL Languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Koko Keyboard

    Koko Keyboard

    Implementation of a re-usable custom onscreen keyboard

    KokoKeyboard is a Java-based reusable on-screen keyboard component/library for Android. It provides developers a template to build custom IME experiences without starting from scratch—ideal for niche input needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    KryptEY

    KryptEY

    Android keyboard for secure E2EE communication

    KryptEY is a secure, privacy‑focused Android keyboard that implements the Signal Protocol (X3DH + Double Ratchet) directly in the keyboard layer. It enables end-to-end encrypted messaging within any app—without relying on external servers—ensuring that key exchanges and message encryption happen locally, maintaining Signal-level security across platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A collection of GSIs built by kurison, so far it's just going to be LineageOS17, and mostly optimized for Realme C1. Changelog: 191102 - Reverted some unnecessary changes (attempt to port Wfd and some display libraries) and applied the latest Phh (v202) patches to bring back some GSI spirit 191030 - SystemUI rendering optimizations and better RAM management 191024 - Fixed Battery Usage info, Status Bar now acknowledges Notch, Auto Brightness, and minor optimizations 191017 - (r2) Updated Android Security patch level to October 5, 2019 191017 - (r1) Minor Optimizations & removed gapps 191014 - Initial Build Thanks to: -phhusson -LineageOS Team
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    LanguagePack

    Persian Language for Anysoftkeyboard

    Add persian layout for anysoft keyboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    Project site for LineageOS for BLU Pure XL (MT6795).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Linux-Android Mini-distro

    Linux mini-distro for Android devices, not requiring root access

    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    LinuxDictionary

    Dictionary app for Android with Linux related terms and expressions.

    Dictionary app for Android with Linux related terms and expressions. This app is mainly focused on absolute beginners it can also be handy for the more advanced Linux users. The first version is in Dutch (Nederlands) but there will be a universal release as soon as version 1.0 has been reached.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Logan

    Logan

    Logan is a lightweight case logging system based on mobile platform

    Logan is a log platform with the ability to collect, store, upload and analyze front-end logs. We provide five components, including iOS SDK, Android SDK, Web SDK, analysis services Server SDK and LoganSite. In addition, we also provide a Flutter plugin Flutter Plugin. LoganSite provides a visualized way for developers to scan and search logs uploaded from App and Web. To put it simply, the traditional idea is to piece together the problems that appear in the logs of each system, but the new idea is to aggregate and analyze all the logs generated by the user to find the scenes with problems. In the future, we will provide a data platform based on Logan big data, including advanced functions such as machine learning, troubleshooting log solution, and big data feature analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Logger

    Logger

    Simple, pretty and powerful logger for android

    Logger is a simple, pretty and powerful logger for android. It provides a number of options and features. String format arguments are supported, as well as collections (only available for debug logs). Also, it features Json and Xml support (output will be in debug level). Log adapter checks whether the log should be printed or not by checking the log adapter function. If you want to disable/hide logs for output, override isLoggable method. The command "true" will print the log message, "false" will ignore it. Use filter for a better result. the tag PRETTY_LOGGER or your custom tag can be used. Make sure that wrap option is disabled. You can also simplify output by changing settings. Logger supports Timber Integration, as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MIUI for Samsung Galaxy S
    MIUI for Samsung Galaxy S (and other Variants). Please refer here for more information: http://bit.ly/eKcaWW Home Page: http://miui9k.jblanc.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MMKV for Android

    MMKV for Android

    An efficient, small mobile key-value storage framework

    MMKV for Android is an efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. Efficient. MMKV uses mmap to keep memory synced with file, and protobuf to encode/decode values, making the most of Android to achieve best performance. MMKV supports concurrent read-read and read-write access between processes. Easy-to-use. You can use MMKV as you go. All changes are saved immediately, no sync, no apply calls needed. MMKV contains process locks, encode/decode helpers and mmap logics and nothing more. It's really tidy. MMKV adds about 50K per architecture on App size, and much less when zipped (apk). MMKV is published under the BSD 3-Clause license. Starting from v1.2.8, MMKV has been migrated to Maven Central. Older versions (<= v1.2.7) are still available on JCenter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MarbleRemote

    MarbleRemote

    application Android qui émule le clavier et la souris d'un PC cible

    MarbleRemote est une application Android qui permet d'émuler la souris et la clavier d'un ordinateur cible. Il utilise le protocole UDP, l'appareil Android et le PC doivent être connectés sur le même réseau local (la même box, en wifi ou connexion filaire) Permission de l'apk Android package: com.marble.remote uses-permission: android.permission.ACCESS_NETWORK_STATE uses-permission: android.permission.ACCESS_WIFI_STATE uses-permission: android.permission.INTERNET uses-permission: android.permission.VIBRATE uses-permission: android.permission.WAKE_LOCK il fonctionne avec un client à installer sur le PC Windows cible: http://sourceforge.net/projects/marbleremote/files/Files/MarbleRemote_client_pour_windows_installeur.exe/download et une apk à installer sur l'appareil Android: http://sourceforge.net/projects/marbleremote/files/Files/MarbleRemote.apk/download Instructions: http://sourceforge.net/projects/marbleremote/files/Files/aide.pdf/download
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Mars

    A cross-platform network component developed by WeChat

    Mars is an open source, cross-platform infrastructure component and official terminal basic component of WeChat. It consists of four main parts: Comm, which contains a basic library, including basic tools like sockets, threads, alarm, message queues, and coroutines; Xlog, which provides high-performance, high-availability, security, and fault-tolerant log functions; SDT which is the network diagnosis module; and STN or signaling transmission network module, the major component of Mars responsible for the small data signaling channel between the terminal and the server. Mars has been proven effective by billions of WeChat users. It supports Android, iOS/macOS and Windows platforms, and is very mobile platform friendly due to its minimal power and traffic consumption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Maru OS

    Maru OS

    Your phone is your PC

    Welcome to the Maru OS Project. Maru makes personal computing more context-aware by giving you the best interface for your environment. That means when you're on the go, Maru is your phone; when you're at your desk, Maru is your desktop. It's that simple. To be more precise, Maru is an operating system that enables interactive virtual environments on Android. It's based on the Android Open Source Project and focuses on mobile hardware. It uses lightweight OS virtualization (containers) to spin up virtual systems on demand and provides a bridge into Android's I/O framework for interactivity. Unleash your mobile device with Maru, a context-aware, lightweight, open operating system that unites mobile and desktop computing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Masedisugiantodotcom

    Masedisugiantodotcom

    The point is an convenience

    As a mobile ROM Review Downloader-based application, which features ROM options from various developers around the world that can be downloaded easily here via the latest mobile application. We make it easy for those of you who like different ROMs for various reasons such as improving the appearance, increasing performance even for any purpose such as ROM for gaming and so on. based on your suggestions and needs to provide convenience
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    MatlabSimulink2CPP

    Demo of Simulink to C++ C or HDL FGA for HFT potential

    Video and files download for Visual trading idea to C++ or FPGA HFT Meetup File download sample: test model (Matlab 2014b with Visual Studio 2013 C++ project generated) Powerpoint MATLAB SIMULINK http://quantlabs.net/blog/2015/04/video-and-files-download-for-visual-trading-idea-to-c-or-fpga-hft-meetup/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    MazWoz EVO ROM

    Android ROM for EVO

    Android ROM for HTC EVO 4G ICS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Microlog is a small, yet powerful logging library for mobile devices based on the Log4j API. Supports Java ME (J2ME) and Android. Logs to device, to PC or to servers online. Used in all phases from development on emulator/device to outdoor field-testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Mikrodroid

    Mikrodroid

    Android MikroTik Management App

    Mikrodroid lets you to manage MikroTik routers from an Android device. It is primarily aimed at power users who are used to doing things from the command line. The application is currently in Alpha. The initial goal is have to complete read-only access to all the menus and values on a typical MikroTik router. In order to use the application you have to download the source code and get it working. I use Eclipse. If you have any problems with the application please log a ticket.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Mobogenie

    Mobogenie helps to simplify Android phones.

    Mobogenie, like a true genie, can help you manage your apps and SMS, change your ringtones and wallpapers and download videos and games at your will. With thousands of newest music, videos, games and apps, Mobogenie also helps guarantee your Android phone never out of date.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB