Mobile Defense Blog

Protect and Manage Your Mobile Life. 

Mobile Defense featured on Revision3 App Judgment

Loading mentions Retweet

Comments [0]

Installing Mobile Defense as a system application

Description

This tutorial outlines the necessary steps required to install Mobile Defense as a system application. When Mobile Defense is installed as a system application it can auto-enable your location providers (both Wireless and GPS) as needed. This is especially helpful if your device has been lost or stolen, and one or both providers is currently disabled. By following the steps below, you'll also discover that Mobile Defense cannot be uninstalled.

As far as application updates go, nothing changes. You will still receive notifications when updates are available and have the ability to update via the Market as needed.

Disclaimer: This tutorial is intended for advanced Android users only and should be performed at your own risk. We recommend doing a full backup of your phone using Nandroid prior to performing this tutorial.

Prerequisites

Install Instructions

Note, the following steps are provided to work for the broadest number of users. We realize that some steps may not necessarily be required for some users depending on their setup; however, these additional steps should not have a negative effect.

Step 1: Uninstall current version of Mobile Defense if you have it installed.

adb uninstall com.neevo.mobiledefense

Step 2: Download the latest Mobile Defense APK file.

Step 3: Open command prompt or terminal window and start a remote shell.

adb shell

Step 4: Switch to the root user.

su

Step 5: Remount the system partition as read-write.

mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system

Step 6: Change permissions on the system app directory so that you can add new APKs.

chmod 777 /system/app

Step 7: Exit from root (Step 4).

exit

Step 8: Exit out of the remote shell.

exit

Step 9: Finally, install Mobile Defense as a system application. Make sure your path for the APK file is correct. The example below assumes you are in the directory where you downloaded the APK in Step 2.

adb push com.neevo.mobiledefense.apk /system/app

Congratulations! If you made it through all of the steps above, Mobile Defense should now be installed as a system application.

Cleanup Instructions

Step 10: Open command prompt or terminal window and start a remote shell.

adb shell

Step 11: Switch to the root user.

su

Step 12: Remount the system partition as read-write.

mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system

Step 13: Change permissions on the system app directory back to default.

chmod 755 /system/app

Step 14: Exit from root (Step 11).

exit

Step 15: Exit out of the remote shell.

exit

Loading mentions Retweet

Comments [7]

Mobile Defense 1.2.5 released on the Android Market

What's in this release:

  • [BUG FIX] Force close on reboot when data connection is unavailable.
  • [BUG FIX] App data can be cleared on system app install.
  • [FEATURE] Improved consistency of location accuracy.

Loading mentions Retweet

Comments [4]

Mobile Defense 1.2.4 released on the Android Market

What's in this release:

Loading mentions Retweet

Comments [0]

Mobile Defense 1.2.3 released on the Android Market

What's in this release:

  • Fixed bug causing force close after updating to 1.2.2

Loading mentions Retweet

Comments [2]

Mobile Defense 1.2.2 released on the Android Market

What's in this release:

  • Fixed bug where lights turned on when SMS was received
  • Increased remote connection timeout to 5mins
  • Fixed bug where alert settings were not always pulled down correctly
  • Added PIN to recovery alert per user feedback
  • Security token SMS is now auto deleted per user feedback
  • Patched bug affecting CDMA users missing phone data
  • Fixed bug where alert was unavailable to Motorola CLIQ users
  • Patched minor website bugs and addressed a few usability issues

Loading mentions Retweet

Comments [7]

Mobile Defense featured on PCWorld

There are a few other tracking/security utilities available in the Android App Market, and I've experimented with them all. Aside from its ease of use and consistent effectiveness, Mobile Defense stands out to me for its intelligent implementation...

Loading mentions Retweet

Comments [0]

Mobile Defense 1.2.1 released on the Android Market

What's in this release:

  • Fixed caching issue
  • Patched activity feed bug

Loading mentions Retweet

Comments [9]

Amazon EC2 US-EAST-1 power outage

During our upgrade last night Amazon expereienced a power outage that affected some of our production servers. The problem has been resolved; however, we were forced to restore a snapshot of our database as of 12:03am ET. A small handful of users who registered after midnight will need to create new accounts. We have individually reached out to these users to ensure their phones are protected moving forward. Sorry for inconvenience, please let us know if we missed anyone.

Loading mentions Retweet

Comments [0]

Mobile Defense 1.2 released on the Android Market

What's in this release:

  • CDMA support (Verizon, Sprint, and we are testing Cellular South)
  • Reintroduced AT&T access on the Market
  • Removed forward-lock from the apk
  • New improve user interface
  • Users can now protect up to 5 phones per account
  • Simultaneously track multiple phones
  • Send location details via email
  • View location history
  • Improved location provider detection
  • Improved registration and activation emails
  • Auto enable GPS and prevent uninstall for system app installs
  • Ability to delete stored location data
  • Ability to close account
  • Reduced battery drain during tracking
  • Fixed security token bug for old AT&T Blue users
  • Fixed minor registration and update bugs

Loading mentions Retweet

Comments [8]