Free lifetime WaveSecure accounts for Android users till 31 Jan 2010. Download from Market today!
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.apkNow 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 remountCode:
adb push D:\com.wsandroid.apk /system/app/com.wsandroid.apkThen set it all up as usual (will appear in apps list immediately)
and remount system as read only again
Code:
adb remountAnd 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.

















2010/01/12 at 11:09:52
what? no QR code? lol..
2010/01/12 at 11:23:55
@t1h5ta3: What do you mean, no QR code ?
)
2010/01/12 at 17:48:36
[...] Androidspin via Macrumors Share [...]
2010/01/12 at 22:39:18
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
2010/01/19 at 10:09:01
[...] Androidspin :Android, Android Market, Application, Freebie, [...]