Showing 21 open source projects for "android system mdm"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • Save Up to 91% on Cloud Compute With Spot VMs Icon
    Save Up to 91% on Cloud Compute With Spot VMs

    Automatic sustained-use discounts. One free VM per month. No negotiation needed.

    Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
    Try Free
  • 1

    MindTheGapps

    Built MindTheGapps

    Leader badge
    Downloads: 1,151 This Week
    Last Update:
    See Project
  • 2
    The XPerience Project
    XPerience it's an AOSP-CAF (Android Open Source and Code Aurora Forum) based rom which aims to bring the perfect combination of both performance and battery life by bringing you our ultimate kernel and system optimizations in order to give you the best XPerience for your Android devices. Because you deserve to use your device's full capabilities without Sacrificing battery life.
    Downloads: 285 This Week
    Last Update:
    See Project
  • 3
    wolfSSL
    The wolfSSL embedded SSL library (formerly CyaSSL) is a lightweight, portable, C-language-based SSL/TLS library targeted at IoT, embedded, and RTOS environments primarily because of its size, speed, and feature set. It works seamlessly in desktop, enterprise, and cloud environments as well. wolfSSL supports industry standards up to the current TLS 1.2 and DTLS 1.2, is up to 20 times smaller than OpenSSL, offers a simple API, an OpenSSL compatibility layer, OCSP and CRL support, is backed by...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 4
    Android File Search

    Android File Search

    Show files on Android device

    A new version has been uploaded. Filename is "filesearch4.apk". This new version allows to delete files, rename files, delete directories, rename directories, and view text files when the file extension is : txt, xml, htm, html, xsl, xslt, text, ascii, ini, asp, aspx, java, kt, cs, js, jsp, php, bat, css, csv, kml, svg (feel free to ask for more file extensions, that should be a setting in the application in the future). The application starts browsing from the internal storage of the...
    Downloads: 2 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
  • 5

    Pegasus USB-Ethernet Linux ARM driver

    Support for Pegasus-compatible USB to Ethernet devices on ARM(Android)

    This project is aimed to add the ADMtek compatible USB-Ethernet converter support to the ARM systems, including Android. The patch provided is intended for http://pegasus2.sourceforge.net/ Pegasus/Pegasus II USB Ethernet Linux driver. It allows the driver successfully run on ARM making it send the correctly aligned requests for DMA. Tested on Android 4.2.2 (Linux 3.0.36) with DesignWare USB 2.0 OTG Controller (DWC_OTG). Supported USB to Ethernet adapters: 3Com, AboCom (10/100 and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    OOBD supports a self-programable Tool for Vehicle Onboard Diagnostics (OBD) for various platforms like the Windows-Desktop, mobile Phones and Smartphones Please note that we are actual moving this project over to oobd.googlecode.com. The software source code repository is already moved, other areas will follow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Linux-Android Mini-distro

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

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

    NSLU2 Optware for Android

    NSLU2 Optware bootstrap script for Android devices

    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CPU tuner
    CPU tuner for android. Saves battery by interfacing cpufreq and turning on/off services.
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Unofficial Ramos Tablets' Roms

    Unofficial Ramos Tablets' Roms

    HatMod ROMs for Ramos Tablets

    蓝魔平板电脑非官方固件(ROM)项目! 感谢SourceForge提供免费的存储和各类服务,下载文件感觉不够快的话,可以更改镜像(Mirror)到日本(Japan)的节点,下载速度就会快很多! 欢迎联系,更欢迎加入本项目!集结社区力量! This is an unofficial project which aims to provide you with some modified firmwares(or ROMs). Thanks for SourceForge's excellent services! Feel free to contact us.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    - 임베디드 DBMS인 openML - 서버 DB와 임베디드 DB의 동기화를 해주는 솔루션인 openMSync
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    iPAQ 200/210/211/212/214 Android Porting

    Porting Android to the iPAQ 200/210/211/212/214 or equilivalent

    Porting Android to the iPAQ 200/210/211/212/214 or equilivalent. It has a 4-inch VGA Screen (TFT LCD display), resistive touchscreen, WiFi, Bluetooth, SD/MMC, CF. Originally it is running Windows Mobile 6 Classic. For help, see README files and the wiki. This project is in Alpha state, that means it is not suitable for daily usage unless developing for the project. NOT FOR THE FAINTHEARTED AND/OR COMPUTER IDIOTS!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    cm7_twm_t1

    cm7 for twm t1

    Porting CyanogenMod 7 to TWM T1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    rundotso

    ARM linux run shared library rundotso dlopen dlsym Inline Assembler

    windows has rundll, rundotso is for linux load shared library(.so) and run the functions. rundotso.c you can load shared lib and run the function. It likes the rundll.exe in windows os. compiled and tested under the android ndk. you can use any arm compiler to try. adb push rundotso /data adb shell /data/rundotso /system/libc.so system "ls /data" adb shell /data/rundotso /system/libc.so printf "%d %c %s %d %c %s" 16 G HelloRundotsoTest 16 d end Have fun! Made by Biyong SUN Songjiang, Shanghai, China. Email: sunbiyong@163.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    nano-X on android system, c/c++ implementation of the android system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This project aims at creating an open-source SoC that will support the Google TV platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ebook-tools on android system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Android tools for MediaTEK MT53XX Serial Chips
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    TIFF codec library on android platform. Porting libtiff library and jni library java API and a demo program of tiff viewer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    porting tslib on google's android platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    AndroidCam

    AndroidCam converts an Android device into a time-lapse camera

    AndroidCam is an Android App which provides the ability to turn a mobile device into an intervalometer for collecting time-lapse images. Image capture can be triggered using time based scheduling or in response to data thresholds monitored by the app (e.g. temperature, location, windspeed, etc) Data collection is performed via IOIO connection and the new ADK. Remote synchronization upload of images can be scheduled and performed via SCP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next