[APP][2.2+] ownMdm - your own Mobile Device Manager - Remote Device Control - FREE

Search This thread

pacosal

Senior Member
Oct 6, 2010
801
299
www.pacosal.com
I want to introduce you my new project called ownmdm.

web1.png


ownMdm is your own Mobile Device Manager, where you and only you, can remotely control your devices or your family devices and It is Free.


You put your own server and use the App to use it.


It has 2 parts:

- Web: The web part is a php web that uses a mySql Database to send and receive commands to your registered devices.

- App: The App is a mobile administrator that works like others, with a simple screen, and a configuration screen, but it makes things transparently.

You can use your Raspberri PI for more things than only Raspbmc or you can use your own LAMP server.

The instrucctions and software for preparing your Server to control your own android devices can be found at: http://ownmdm.pacosal.com

Download a Raspberri PI image from here and start to try quickly!

* Android App is https://play.google.com/store/apps/details?id=com.pacosal.mdm

Now this code is Open Source, go to http://ownmdm.pacosal.com to get the code.

Visit our Google Plus Community https://plus.google.com/u/0/communities/107302069235858624856
 
Last edited:

elRadix

Senior Member
Jan 22, 2009
70
0
installed the server part succesfully with database on my Syno NAS - I can run the local web page
installed the client app in my samsung i9100 entered the local ip xxx.xxx.xxx/mdm and also my adjusted server key
went on the web interface xxx.xxx.xxx/mdm/web but don't see my device listed there?

What do I do wrong?
 

pacosal

Senior Member
Oct 6, 2010
801
299
www.pacosal.com
installed the server part succesfully with database on my Syno NAS - I can run the local web page
installed the client app in my samsung i9100 entered the local ip xxx.xxx.xxx/mdm and also my adjusted server key
went on the web interface xxx.xxx.xxx/mdm/web but don't see my device listed there?

What do I do wrong?

Hi,

the url must be:

http://yourIP:yourPort

Not including /mdm

Tell me if that works OK.

:good:
 

pacosal

Senior Member
Oct 6, 2010
801
299
www.pacosal.com
I'm running locally on my nas on port 80, how does it know to go and look folder the folder located at /volume1/web/mdm ? sorry for my noob question ;)

--> tested no results

The client App connects with php files that are outside of web folder like register.php

Enable client app debug and watch de file will be created at sdcard root to have tips what is going on.

Look for your apache logs as well.

Are your device connected by wifi?

:good:
 

elRadix

Senior Member
Jan 22, 2009
70
0
The client App connects with php files that are outside of web folder like register.php

Enable client app debug and watch de file will be created at sdcard root to have tips what is going on.

Look for your apache logs as well.

Are your device connected by wifi?

:good:

here is the log file, seems to be a problem storing the data?
 
Last edited:

elRadix

Senior Member
Jan 22, 2009
70
0
Hi,

this software is only for devices with imei number, for example, mobiles or tablets with 3G.

Could you try with other device?

Regards


It's works now, had an issue with the server key & database.

I've tried the following features:

  • Ping: it works
  • Ring: does not work
  • Location: it works
  • Location Alarm: does not work
  • Message: it works, althouh i prefer a popup without the ownmdm logo, otherwise unwanted people would remove the app
  • Wipe: dont want to try it yet
  • Lock: it works
 

pacosal

Senior Member
Oct 6, 2010
801
299
www.pacosal.com
It's works now, had an issue with the server key & database.

I've tried the following features:

  • Ping: it works
  • Ring: does not work
  • Location: it works
  • Location Alarm: does not work
  • Message: it works, althouh i prefer a popup without the ownmdm logo, otherwise unwanted people would remove the app
  • Wipe: dont want to try it yet
  • Lock: it works

Ring should work, it sounds through media volume.

Location Alarm is when you (for example put 5000 m.) and you go out of this radio or in again.

Regards.
 
  • Like
Reactions: elRadix

elRadix

Senior Member
Jan 22, 2009
70
0
Ring should work, it sounds through media volume.

Location Alarm is when you (for example put 5000 m.) and you go out of this radio or in again.

Regards.


Ring works, media volume was muted, I prefer that its rings using the phone/ringtone volume.
Location Alarm, will try it later.

Will you add other features like:
- Lock your screen with a defined password through the webinterface
- Activate wifi, gps
- Stealth mode

Again, thank you for your quick support and feedback!

Greate app, keep working on it ;)
 

pacosal

Senior Member
Oct 6, 2010
801
299
www.pacosal.com
Ring works, media volume was muted, I prefer that its rings using the phone/ringtone volume.
Location Alarm, will try it later.

Will you add other features like:
- Lock your screen with a defined password through the webinterface
- Activate wifi, gps
- Stealth mode

Again, thank you for your quick support and feedback!

Greate app, keep working on it ;)

Thanks for feedback

- Lock screen could be a good feature.

- Activate GPS. Developers can not enable GPS only at specific android versions.

- Wifi: When you send a location command, the App enable wifi if is was not enabled and send to the log the networks SIDs ordered by close.

- Stealth mode: I do not want this kind of App, but some feature will be developed.

If someone wants to give more feedback, is welcome.

:eek:
 

Top Liked Posts

  • There are no posts matching your filters.
  • 13
    I want to introduce you my new project called ownmdm.

    web1.png


    ownMdm is your own Mobile Device Manager, where you and only you, can remotely control your devices or your family devices and It is Free.


    You put your own server and use the App to use it.


    It has 2 parts:

    - Web: The web part is a php web that uses a mySql Database to send and receive commands to your registered devices.

    - App: The App is a mobile administrator that works like others, with a simple screen, and a configuration screen, but it makes things transparently.

    You can use your Raspberri PI for more things than only Raspbmc or you can use your own LAMP server.

    The instrucctions and software for preparing your Server to control your own android devices can be found at: http://ownmdm.pacosal.com

    Download a Raspberri PI image from here and start to try quickly!

    * Android App is https://play.google.com/store/apps/details?id=com.pacosal.mdm

    Now this code is Open Source, go to http://ownmdm.pacosal.com to get the code.

    Visit our Google Plus Community https://plus.google.com/u/0/communities/107302069235858624856
    3
    ownmdm.pacosal.com now has last version ready for you!

    http://ownmdm.pacosal.com/index.php

    Version 2.0.0 of:

    - web part
    - App part (this version is not hosted at Google Play, will be on 15/5/2014)

    Thanks
    2
    Working on next Version ;)
    2
    Hi,

    ownmdm servers will be discontinued on 15/5/2014, but...

    since that date this software will be open source completely.

    Working in cleaning App code and improving web interface.

    Soon more news.

    Thanks
    1
    here is the log file, seems to be a problem storing the data?

    Hi,

    this software is only for devices with imei number, for example, mobiles or tablets with 3G.

    Could you try with other device?

    Regards