Flyve MDM allows your company to maintain control of all mobile devices, whilst providing comprehensive protection and enhanced security for sensitive corporate data, via a centralized management console.
To get started, check out Flyve MDM Website!
- Synopsis
- Build Status
- Installation
- Code Example
- Documentation
- Versioning
- Contribute
- Contact
- Professional Services
- Copying
The Inventory Library for Android collects a complete inventory of your Android devices. It allows you to export your inventory in a beautiful XML or JSON as protocol compatible with FusionInventory for GLPI.
You can find more information about the Inventory Protocol here: http://fusioninventory.org/documentation/dev/spec/protocol/inventory.html
- Account Info
- Accesslog
- Hardware
- User
- Storages
- Operating System
- BIOS
- Memories
- Inputs
- Sensors
- Drives
- CPUs
- Videos
- Cameras
- Networks
- Environments variables
- JVMS
- Softwares
- USB
- Battery
- Controllers
Visit our website for every element specification.
LTS | Bleeding Edge |
---|---|
Download the latest JAR, grab via Maven, insert on build.gradle
at app level or use Apache Ivy.
<dependency>
<groupId>org.flyve</groupId>
<artifactId>inventory</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
compile 'org.flyve:inventory:1.0.0'
<dependency org='org.flyve' name='inventory' rev='0.1.0'>
<artifact name='inventory' ext='pom' ></artifact>
</dependency>
You can also find us on Bintray repository.
It's easy to implement in your code, as you can see in the following examples
InventoryTask inventoryTask = new InventoryTask(MainActivity.this, "Agent_v1.0", new InventoryTask.OnTaskCompleted() {
@Override
public void onTaskCompleted(String data) {
Log.d("XML", data);
}
});
inventoryTask.execute();
val inventoryTask = InventoryTask(this@MainActivity, "Agent_v1.0", object : InventoryTask.OnTaskCompleted() {
override fun onTaskCompleted(data: String) {
Log.d("XML", data)
}
})
inventoryTask.execute()
We maintain a detailed documentation of the project on the website, check the How-tos and Development section.
In order to provide transparency on our release cycle and to maintain backward compatibility, Flyve MDM is maintained under the Semantic Versioning guidelines. We are committed to following and complying with the rules, the best we can.
See the tags section of our GitHub project for changelogs for each release version of Flyve MDM. Release announcement posts on the official Teclib' blog contain summaries of the most noteworthy changes made in each release.
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the Issues Dashboard.
For notices about major changes and general discussion of Flyve MDM development, subscribe to the /r/FlyveMDM subreddit. You can also chat with us via IRC in #flyve-mdm on freenode or @flyvemdm on Telegram. Ping me @rafaelje in the IRC chatroom if you get stuck.
The Flyve MDM and GLPI Network services are available through our Partner's Network. We provide special training, bug fixes with editor subscription, contributions for new features, and more.
Obtain a personalized service experience, associated with benefits and opportunities.