Android :: Copy Protect Rights For Applications?
May 13, 2010
I'm getting many complaints that users can't find our paid app in the Android Market. I know exactly why. Our app is "Copy-Protected". So the questions is, if our paid app is already available all over the internet for FREE!! What's the point of copy protecting an app? Should I even care at this point about that feature? It seems I'm gonna get more sales if I disable copy protection, but makes me wonder.
View 6 Replies
Sep 30, 2010
Is there an app that lets me passwordl protect certain apps and that also has a widget for easily turning it on or off. I have looked at some but I am not sure if they have a widget. I tried applock but it doesn't. Do you guys know of any app like this.
View 2 Replies
View Related
Jan 27, 2009
I didn't find any information about how works app copy protection. Where can I read something about it?
View 4 Replies
View Related
Dec 5, 2012
Is there any way to grant a app always su or other similar rights by settings this in the ROM? I have a launcher in my custom ROM and I don't want it to ask always for SU-Permission.
View 2 Replies
View Related
May 25, 2010
First I'm very new to smart phones: I use the application called Handcent SMS, if I hold down the Message bubble when texting I have an option menu appear > Message Options > Copy Message Text.
1) Question: Where does it save the copied text to and how can I paste it to lets say another app like the already built in Phone Book.
2) What is a good place to see a list of function apps for the Droid, and why is the latest build still 1.6 when other phones already have 2.2? (sorry if that question has been asked before.
View 1 Replies
View Related
Aug 9, 2010
I just tried to partition my SD card last night. Don't think I did it right, and now, my Titanium Backup can't get "root" rights. Also, I can't restore my from Recovery to my last backup!!! Was all of that info on my SD card?? I thought I could restore my SD info from a Titanium Restore. Am I SOL?
View 1 Replies
View Related
Aug 4, 2010
How do I protect an app with a PIN / Password like mint.com does? This would need something like a session variable that resets when the user navigates away from app by pressing HOME or BACK. How do we accomplish this?
View 2 Replies
View Related
May 3, 2010
Is there anything out there that can prevent an app from being launched without a password? Primarily I want to prevent gmail, google voice, and messaging from being launched without a password.
View 4 Replies
View Related
Sep 1, 2010
Is there an app which can protect my gps?
I want to set a password on my phone to protect the gps so you have to enter a password to either turn the gps on or off.
View 1 Replies
View Related
Jun 23, 2010
I've integrated lots of private information like accounting, messaging, emails, tasks and so on, into desktop widgets and everywhere around the phone. Every so often, someone wants to take a look at the phone and play around. Reading some important stuff is one thing, but people tend to mess the stuff around as well. Have you found a program or a way to protect from that? (other than denying to the people :> ) I guess some kind of shell program that you turn over when someone wants to demo the phone would be a nice solution.
View 7 Replies
View Related
Apr 6, 2009
Just did a little search on google with my paid app name, I found these:
http://www.ipmart-forum.com/archive/index.php/t-337082.html http://droidappz.co.cc/index.php/board,21.0.html
Someone bought the priced app from market with the "rooted" phone and copy the apk file, then post on the websites for others to download.
Should Android team give a better way to protect the priced apps?
For example, encrypt the apk with the unique device hardware id for each download request. And verify the key before execution. So the apk can only be used on this phone.
There should be much better and complicated ways. but this is the basic idea.
I have checked the BlackBerry app world, looks like they have something different:
http://na.blackberry.com/eng/developers/appworld/faq.jsp
>My application requires a license key, how can I get a license key to >the end user? >BlackBerry App World asks you to indicate that an application requires >a license key. The license key models supported include Static, >Single, Pool or Dynamic.
View 6 Replies
View Related
Jan 23, 2012
My employer has told me to create an android app to do the following:
The ability to password protect specific submenus in the Settings menu (i.e. specifically Privacy, Applications, and Location & Security).
Is this possible without rooting?
View 1 Replies
View Related
Mar 13, 2012
My parents are going on a trip in a month and they have there heart set on taking a smartphone with them.What they need is being able to call, text and mail.They also want to be able to use it as a backup (just in case) for finding their way. So just in case they get lost to find out where they are on their map or use the gps to guide them for a little while.
So basically, calling, sms, mail and gps. They don't need to be able to change a lot of settings.So, I was thinking about installing their (yet to buy) smart phone with a simple home screen and the settings they would need. To keep them from accidentally messing anything up, I was wondering if it is possible to password protect settings and stuff.
-how to protect settings etc.
-a good home screen
-other things like very simple gps app for example
View 7 Replies
View Related
Nov 2, 2010
I have an app out that involves keeping track of information over time. Part of the app is a reset button. In order to avoid accidental resets, I made that button respond only to long-clicks.However, that approach confused about 20% of my new users, who thought that the reset button must not be working.Is there a more intuitive (and standard) way to protect a button from accidental presses? (If not, I can add some sort of custom message to the button I have )
View 2 Replies
View Related
Sep 11, 2010
I m designing a big android application, where there are XMLs to store temporary data, images captured by camera and other details. Which is the best way to protect them from outer access from phone or from PC. XMLs can be encrypted. And images too, however there are times when they need to be accessed very often and encrypting-decrypting is very heavy operation. XML encryption is manageable but images cause memory problems. Is there any alternative way, something at folder level ?
View 2 Replies
View Related
Aug 9, 2010
we can password protect our phones but we still have info on the SD card, is there anyway to password protect it so someone can't just remove it and plug it into a reader or another phone and look at the info?
View 1 Replies
View Related
Nov 18, 2010
I have a variable on my "SharedPreferences", that is accessed by two different threads, one in a service, and one in a activity.
There is a easy way to protect this variable to be accessed by two threads at once?code...
View 5 Replies
View Related
Jun 18, 2010
I have an Android application from which I want to upload some data to a database on my web server. As the MySql java library has a size of about 5 mb, I don't want to include it with the application.So I'll make a HTTP request for a php script and send the data with the URL as parameters. How do I make sure that only I can call this? I don't want people to sniff up the URL and call it outside my application.
View 3 Replies
View Related
Jun 23, 2010
I'm doing an application that requires that certain thread access data that's shared among it and another service.How can I protect these shared data form accessing in the same time is there anything in android for that or android has nothing to do with this as Java API's will do the job.
View 7 Replies
View Related
Sep 17, 2010
Is there a way to programmatically protect the folder with password in Android ?
View 2 Replies
View Related
Apr 29, 2013
I want to know that how to protect rooted phone from any hardware damage due to overheating etc
View 4 Replies
View Related
Jan 25, 2010
Mobile Defense Real-Time Tracking for Android Phones
Looking for that added security to protect your Android phone investment? This is the app you have been looking for and a must have for Android phone users. Mobile Defense hides itself once you install the app and activate it via SMS confirmation. There are no screenshots of the actual application except for the install screen above. Below is a screenshot of the tracking dashboard which uses Google Maps. I tried it and it tracked my phone right down to my exact address. Imagine having your phone stolen and showing up at the thief door? I would rather notify the local authorities and let them do the recovery work.
If your phone gets stolen all you have to do is log into the Mobile Defense website. The GPS on your phone lets you track its location. You can also send a message and loud audible tone(like a loud car alarm) to the phone. It works even if the ringer volume is off. The same process also works if you lose your phone. I know several friends that could use something like this. The beauty of Android is there an app out there for almost anything and more added every day.
This is a must have for all you new Android Phone users and those who haven not found this free jewel. Do you have Mobile Defense installed? Have you used it to find or retrieve your Android phone? If so please feel free to comment below. You can download this app direct to your android phone. Just scan the QR code below with Barcode Scanner application from Android Market:
Read other Android App Reviews at GigaDroid.com
View 7 Replies
View Related
Jun 1, 2010
I had an idea of buying an cheap screen protector to cut out a circle for the camera on the evo 4g. Anyone else have an idea on how to protect the evo's camera. And will this mess up picture or video quality.
View 8 Replies
View Related
Apr 19, 2010
I tend to be pretty rough on my phones and this is the first one with the camera lens being an outty. Seems like the lens in particular could be prone to a little extra abuse. What will you do to keep it safe?
View 2 Replies
View Related
Jun 21, 2010
I canceled my order for a seidio innocase II because of the thread that showed that the case caused scratches on the phone. I want to keep my evo in pristine condition and want something that won't scratch it and that I can get in less then a weak. I saw the active seidio case on amazon but shipping estimates are 3-4 weeks from now and that just won't happen. I know I will probably have to go with a silicon case and I'm ok with that.
View 11 Replies
View Related
Jul 26, 2010
I just don't want some of my pics to show up unless a PW has been typed in. Is there a way to do this?
View 2 Replies
View Related
Jun 8, 2013
how to protect from accessing recovey mode ? because i feel my phone not protected , which anyone can take it and format it as a factory reset .
View 1 Replies
View Related
Jun 9, 2010
I'm wondering if there is a way (or app) to password protect individual apps/programs.Sometimes I hesitate to let my friends try out my phone, because it means they have full access to my text msgs, emails, facebook, etc. I'd like to password protect JUST those apps.
View 3 Replies
View Related
May 7, 2010
Sorry if this has been asked, I did a search and came up empty.Am I missing something or is there no way to password protect the lock screen with Android (without some app)?I can live without it, but considering how much personal info we store on our phones these days, I'd at least like to know if I have the option.
View 14 Replies
View Related
Dec 26, 2009
Does anyone know a way, or a program for hiding or p/w protect a file in the Hero?
View 6 Replies
View Related