Android :: Looking For Remote Wipe / Security Application?
Mar 23, 2010Looking for a remote wipe/lock phone app, I see there doesn't seem to be too much out there. What are you guys using?
View 17 RepliesLooking for a remote wipe/lock phone app, I see there doesn't seem to be too much out there. What are you guys using?
View 17 RepliesMy pictures and documents on my SD card are far more important than any text message or calendar entries I have on my phone. Just wondering if there's anyway to remotely wipe the SD card as well.
View 4 Replies View Relatedwell im looking for an app with several functions. well i want a function where i can send my phone a text if i lost it, and the ringer goes on so i can find it. another function
-remote locking phone
-remote wipe phone
-gps tracking
iPhone has MobileMe. What do us Android peeps have?
View 5 Replies View RelatedTotalcare is back on Android Market.The software basically is a hidden app that once installed and activated, runs a service at background which can't be stopped. The service will listen for SMS' from either of 2 control phones set during the activation procedure and will invoke methods accordingly. SMS commands are quite simple and is followed by a 5-Digit PIN Code which is set during the activation method. The software is free for testing purpose. Its still in beta state and we're quite sure its stable. We've tested the product several times on multiple devices without any failure or bug. We've tried using the latest API's of android so that it can be compatible with the latest devices. The software won't work below API Level 4 (Android 1.6). I haven't tested it on 1.6 either since i've only 2.1 available here. Please try it and let me know if it works.The app can be used as a remote mobile management or anti-theft.Very useful in certain situations, like if you drop your phone somewhere, you can find it using the location fetching features. Maybe you left your phone somewhere in silent mode, just send an sms to make it sound loud and find your phone. several such other features.
View 7 Replies View RelatedRemote wipe on FROYO? Thought we were getting this?
View 5 Replies View RelatedI work for a large enterprise corporation & our security policies are quite strict. I have used Blackberries, Palm Pre, WinMo all successfully with my employer, but Android just does not work! Ok, yes, I've been using TouchDown & it kind of works, but only with Exchange 2003 support running, ActiveSync will not connect. I know our policies require simple PIN & remote device wipe, so is that what is blocking me from using the built in client? I read somewhere that someone has some sort of patch they applied that tricks Exchange into thinking it is a different type of device trying for ActiveSync & bypasses the simple PIN & remote wipe. Has anyone heard of anything like this?
View 2 Replies View RelatedI have been trying to get more information on what Android 2.0's capabilities are around its ability to sync with Exchange. My company requires PIN locking and remote wipe in order to sync, but it seems nearly impossible to find out of this is a supported feature within 2.0. Has anyone tried this with a similar set of Exchange policies that may have tested 2.0 or the Droid itself?
View 12 Replies View RelatedDoes the Incredible offer the full Exchange Support including Pin Lock, Remote Wipe without having to and get touchdown? That is the main thing that is going to keep me from getting it and staying with my iPhone.
View 30 Replies View RelatedI know there's an EAS thread but I couldn't find a solid answer to this question - Does the Exchange ActiveSync implementation on the HTC Hero from Sprint support advanced security features of Exchange server mainly enforcing Pin Locking and enabling Remote Device Wipe via Exchange? I know iPhone does and the Palm Pre does after WebOS v1.1. I'm very interested in the HTC Hero but need to be able to connect to my corporate exchange server. It's a large company so I cannot have my device added to an exception list or anything.
View 5 Replies View RelatedI want to learn that how google android market provides security of application.That is, I realize that, when user downloads application, market downloads and install application atomically to phone. I am designing market and security is important issue so I wonder that how google achieve this?
How is application installed phone?
1) Is the apk downloaded sdcard and deleted after installation? In the case of this how can market guarantee that when apk downloaded to sdcard, program finishes unexpectedly and installation- deletion of apk cannot be done?
2) Or installation is done from server?
3) I think that there exists security not to copy apk. how do they do this?
Maybe they use phone id to install application, by this way even if anyone copy apk they cannot install it other phone?
I'm building an Android application that needs to communicate with a MySQL database. The application isn't meant to be published, and I want the application to be the only thing allowed to interface with the web service I'll create for DB access.
I've been thinking how I can secure the system, and this is the idea I've come up with. I'd appreciate any feedback or other ideas. Surely there is a method built into Android that I am unaware of.
My thought is to give the web service a GUID. Each time a call is made to one of it's public methods, the web service matches its GUID with the GUID given to it by the Android application. If the GUIDs do not match, the web service refuses access. In short, my system has a 128-bit password.
I'm developing an application which downloads a file from FTP server. The code first checks if file is present on local system . If it is not present on local system then it downloads it from FTP server. Application must download file from FTP server when it executes first time after getting installed.
If we reinstall the application , android preserves the data of old application .So now application finds the file on local system and does not download it from FTP server. But it should always download the file on first execution after fresh install. Is there any way to completely wipe out the previous application data on fresh install? Is there any registry or some location where an application can store data and it gets automatically wiped out when application is uninstalled?
Remember there used to be interesting one, with 9 dots, draw to unlock screen. Is that still available or there is some better choice?
View 1 Replies View RelatedSeems to me that Lock 2.0 is the best Screen Lock I've found. Only Issue is, even with the security code enabled, all one has to do is power on/off the phone and your in with no need for the code. What I am looking for is a locking app that doesn't get disabled when powering the phone off/on. Looking for something secure much like every BB has where no matter what you do, to proceed into the phone you need to type in the Lock Code.
View 1 Replies View RelatedI was thinking of getting one and trying it out, but I don't know how often I would use it. What do you use it for? Can you watch Hulu on your home PC on your phone? Is it more of a work-related thing? Is it just for forgotten files?Just wondering how useful an application like this is to the normal day-to-day user.
View 5 Replies View RelatedYesterday, I found a cool little device that doesn't require you to have an iPhone to be able to send infrared commands to pretty much anything. It connects to your home network either via wifi or ethernet and can control 3 IR emitters or 3 IR blasters or any combination of 3 of those. If I write an app for this thing, would anybody actually be interested?
View 7 Replies View Relatedtalk about limited information! I'm trying to get my Android application to connect to an online database to access information. There's quite a bit of info including geotags and these are going to be mapped on my app. The developer site has the very informative piece of information:You can use the network (when it's available) to store and retrieve data on your own web-based services.
View 2 Replies View RelatedI defined a remote service over a AIDL file. Now i want to access this service in a different application. But how can I do that? The AIDL file is not accessible in my second application, and if i just copy the AIDL file, then the service can't be found.
View 1 Replies View RelatedI am writing a android application where I want to register my application to remoter server when application is first launched on installation. Application will register to remoter server itself without taking any user input. How Can I track whether this is a first application launch after installation?
View 1 Replies View RelatedI want to do an android application that can store files from phone to a website. can u please tell me which all softwares i would need.
View 2 Replies View RelatedI am looking for an application that will allow me to lock out certain applications and features. For example, its common that someone wants to tinker with my phone because they have never seen it. I don't want the messing around in my messaging center, gmail, etc. But the general phone lock is not enough. I want to specify certain apps and functions that will require password or gesture. I found "ES Security manager - application protector" in the market. It worked okay for a day, now its buggy. When I go to a locked app and put in my password. Now it goes to the protector settings instead of the application. Also, it can easily be killed from a task manager app. I need a good solid app that will do this for me.
View 2 Replies View RelatedIs there any way for us to store remote image in apk resource folder. I developed one application for showing list of images.user have interaction with the images. Now I done this by place image before packaging. Now I want to supply image from remote server. Which way is better and how to do?
View 2 Replies View RelatedI want to create an application that can be interactive with another Android device that could be across the room or across the country. For example, imagine playing Tic-Tac-Toe; but I'm the X's on my phone and the O's are my brother on his Android phone. I think it can be done via application specific messaging. Looking to see if it is possible, and, if so, how to send a message from one application to another on another device.
View 5 Replies View RelatedCan I wipe the dalvick without re-installing all the software?
View 10 Replies View RelatedRemote Application for Settings and Setup / is there any apps that i can setup my phone remotly? I had reset my phone and reinstall everything again on the device, and takes me for 4 to 6 hours to complete the hard job! What I'm looking for is an app that I can connect remotly from my PC and setup the initial settings as keyboard, lenguage, apps, sounds and anything else that can be manage from the PC and do it more quickly and softly and has not take more than 1 hour doing this "initial settings"? I have a Sony Xperia ST21a2 and ICS OS on it.
View 1 Replies View Relatedadded a quick demo video of our upcoming Android Infrared (IR) Remote.Initially it will support a full IR dbase of 300,000+ IR codes, IR learner for any code not in the dbase, Pre-Built GUI so it is simple to setup. Will add rs232, relays, and other tcp options also after initial release.
View 5 Replies View RelatedI have the paid application PhoneMyPC and it's truly great. It does everything that it claims to do really well. The only thing that is lacking is the streaming of audio. Is there an app similar to PhoneMyPC that streams audio as well as video?
View 5 Replies View RelatedI have connected my Android application to a Windows desktop machine via Bluetooth. The application interacts with the machine. At the end of the interaction the application on the desktop closes the socket that was opened between the Android and the desktop application. Right when socket.close() is called on the Windows machine my Android app pops open a dialog saying that the application has stopped unexpectedly and then it quits. I have a breakpoint on the line in the ConnectedThread (like in the BluetoothChat sample) where I read the InputStream on the Android and that is not hit. I also have a breakpoint in the catch statement for the try surrounding the place where I read the InputStream. That one also does not get hit. So I have no idea how I can catch this error. Is this a bug?
View 2 Replies View RelatedLooking for an App to remote to my desktop.I am trying to see if I can access magicjack on my desktop and make true voip calls.
View 2 Replies View Related