Features

January 12, 2010

Free lifetime WaveSecure accounts for Android users till 31 Jan 2010. Download from Market today!

More articles by »
Written by: marc_hav
Tags:
Wavesecure

Wavesecure

In case you haven’t heard of Wavesecure, this is one app that should be on your phone all the time.

What is Wavesecure ?

WaveSecure is an award-winning mobile security service that lets users protect their phones, data and privacy in the event of theft. With WaveSecure, you’ll never have to worry about losing phones again.

  • Track down your phone’s location and who is using it
  • Lock down your phone remotely, make it worthless to the thief
  • Backup all your data, automatically and securely
  • Wipe out your data remotely, protect your privacy

Don’t wait, install Wavesecure today and take advantage of the free lifetime offer !!!

You can also follow Wavesecure on Facebook and Twitter.

For those of you that have a rooted phone or developers that want to include Wavesecure, anon2122 over at xda-developers wrote up some instructions on how to add Wavesecure to the system partition so it’s preventing listing in the My Downloads part of market, and preventing uninstallation through normal means.

Install the latest version from the market (3.0.0.43 at this time). Now use adb pull to get it off the device onto your pc

Code:

adb pull /data/app/com.wsandroid.apk D:\com.wsandroid.apk

Now open Market back up from the menu, go to My Downloads, and choose Wavesecure Mobile Security Beta and uninstall it for just now (to get it off the data/A2SD location that normal apps are stored in) – thanks, my-space!

Then push the saved apk to the system partition after a remount (to make it read/write)

Code:

adb remount

Code:

adb push D:\com.wsandroid.apk /system/app/com.wsandroid.apk

Then set it all up as usual (will appear in apps list immediately)

and remount system as read only again

Code:

adb remount

And that seems to be it so far. Remember to change the D:\com.wsandroid.apk path to whatever you actually used.

Let me know if anyone finds any problems with this, but I’ve done it and, fingers crossed, it’s worked OK for me.

Obviously, this is only for root users, and there are no guarantees for this.







About the Author

marc_hav






 
 

 
icon

McAfee Acquires WaveSecure

We are all familiar with McAfee and their desktop security software. Many of our computers come with it pre-installed. McAfee, Inc  has recently acquired tenCube, the company behind the WaveSecure application. WaveSecure was r...
by Stormy Beach
2

 
 

WaveSecure keeping your device safe.

Ever worry about what would happen if you forgot your device somewhere? Well keep those thoughts at bay with WaveSecure i have tried this out and i found my phone beside me everytime with 1 bar of service. To get this applicati...
by Alex Hamilton
8

 



8 Comments


  1. t1h5ta3

    what? no QR code? lol..


  2. t1h5ta3

    what? no QR code? lol..


  3. marc_hav

    @t1h5ta3: What do you mean, no QR code ? :o )


  4. marc_hav

    @t1h5ta3: What do you mean, no QR code ? :o )


  5. HK4L

    alternate method for those without pc or adb near. From terminal or console on phone:
    #cp /data/app/com.wsandroid.apk /sdcard
    now uninstall it
    #mount -o remount,rw /system
    #install /sdcard/com.wsandroid.apk /system/app

    dont include the # just there to show which lines are commands


  6. HK4L

    alternate method for those without pc or adb near. From terminal or console on phone:
    #cp /data/app/com.wsandroid.apk /sdcard
    now uninstall it
    #mount -o remount,rw /system
    #install /sdcard/com.wsandroid.apk /system/app

    dont include the # just there to show which lines are commands



Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>