Android :: How To Prevent Application Thievery?
Apr 27, 2010
I was wondering what the most effective way of preventing people from stealing my application (downloading a copy of the .apk online rather than buying it).I've spent a lot of time on one in particular (Droidbox) and won't be releasing Sync until I can guarantee that the people who are providing illegal copies of the pro version aren't able to.Anyone implemented this? I've tried checking my package signature verses an the signature of an unsigned copy but it appears to be the same - perhaps I'm doing something incorrectly here. I'm unsure whether people actually distribute the signed .apk in which case I don't think signature validation would work to begin with.Please note, this question is specific to Android Marketplace Applications - the difference being, application delivery is out of my hands and I have no way of linking between a legitimate purchase and an illegal download.
View 7 Replies
Aug 4, 2009
I want to prevent native application to receive message.I want that my application only receive message. Is it possible ? if yes then how ? can i access the received message and delete it ?
View 3 Replies
View Related
Mar 17, 2009
I have created a multithreaded application but it still hangs if the server is unavailable.causes some delay and I believe this is the cause for hanging. But if the TCPClientService Service is executing in its own thread I don't know why this affects the timeout of the main activity.I would be very thankful if anyone could show how to prevent the application from hanging when the server is unavailable.
View 1 Replies
View Related
Jun 17, 2010
My application has an emergency button which dials 911 when clicked on. Every thing on the app is working fine. But I just discovered that whenever I try to add another call when I am in a call, it promps me to complete the action using. 1. my app 2. The normal phone And when I click on my app, it just opens my app. I do not understand what is causing this and do not want my app to be shown in that list.
View 7 Replies
View Related
Feb 18, 2010
i have a android application which is ready to release .so to release i have put the app in android market .the user can buy the app and can install the app into the phone.android market wont provide any apk file to the user .so normally we need not bother about re distribution of of the app to the unauthorized persons(who didn't buy the app). But what my problem is ,I heard that there is a jail breaking concept which can allow the hacker to get the apk file(installation file) from the device .(even though android market not giving the apk file to the user ).then he can distribute the apk file to all(to unauthorized persons ).how to avoid it.is there any thing to restrict the unauthorized person in using our app,even though he get the apk file . does android market provides the details of the users who has buy the app by paying?
View 14 Replies
View Related
Feb 16, 2009
Quote from the Market upload page: "(Helps prevent copying of this application from the device. Increases the amount of memory required by users to install the application)"
View 3 Replies
View Related
Aug 21, 2009
Is it possible to prevent the menu lock while an application is > running? My application needs to be visible all the time it's running, > even though the user doesn't use it.
View 5 Replies
View Related
Jul 30, 2009
A Galaxy user emailed us to report that one of our apps crashes when he performs a function, we had over 10k downloads of this app with no similar report. Since the Galaxy is not yet available in the US, is there a simulator to help resolve issues like this?
View 4 Replies
View Related
Sep 7, 2009
Is there any way to prevent the soft keyboard from appearing through out my application? I have implemented my custom keyboard and do not want the soft keyboard from appearing on focus of the EditText. is there any way or is setting the input type for each EditText as TYPE_NULL the only way.
View 2 Replies
View Related
Jun 8, 2010
I have android application and service that runs in separate process. Application and service read and write to same database (and same table).
What is the best way to work with database? How to prevent locks?
View 1 Replies
View Related
Sep 30, 2010
I'm using Google Code to host my application code, its convenient and the SVN repository means I don't have to worry about backups. When you create a project on there you need to select a license, I chose GNU GPL v3. By doing so, does that prevent me from selling my application on the Android market place?
View 4 Replies
View Related
Feb 5, 2009
I have an application with main view having a search button. On clicking the search button, search results are displayed in a text view. When I hit the back button at this view, instead of navigating to the previous screen, application itself gets closed. Could anybody please let me know how to go back to previous screen.
View 14 Replies
View Related
Jul 8, 2010
Anybody know of an app. that prevents accidental unlocking when taking the Desire out of it's case to answer a call?
View 4 Replies
View Related
Apr 15, 2010
Is there a way to override the auto lock with a manual one? I'm not sure my kids could make an emergency call if they needed to, it's such a chore to make a call.
View 15 Replies
View Related
Mar 11, 2010
Is there a particular flag that we can use to prevent apps showing up in marketplace which require the phone to have a camera flash /LED? Typical apps are ones which make the phone act like a torchlight in dark. I have seen a tag which prevents apps requiring auto focus in a camera from appearing in the marketplace. Just looking to find out if there is something similar for camera flash.
View 2 Replies
View Related
Jun 24, 2010
My app won't work on non-touch android devices so I don't want it to show up in market for these.I hoped to find a property to set in AndroidManifest.xml but the closest match I can find.The type of touch screen the application requires, if any at all.
View 1 Replies
View Related
Apr 23, 2010
I want to write an app that a parent can use to disable phone functionality to prevent their child from using it.One way the child could circumvent this is by uninstalling the app.Is there a way to prevent application uninstall on the Android?
View 1 Replies
View Related
Apr 18, 2010
I really don't know why it's giving me this error... I load an ImageView with an image of 692kb .jpg, using scroll options, so you can scroll it around... the strange it's that when the mobile it's connected to the VM it's less possible to happen. So...how can I prevent this? is there anyway that I can free memory when starting the app? can I tell the system to free memory before loading the image?
View 6 Replies
View Related
Sep 5, 2010
I 'm working with GPS in my application. When phone go to sleep, the GPS's data don't update. I want to stay phone screen wake up until my app will be close. How can I prevent sleeping in Android?
View 2 Replies
View Related
Mar 12, 2009
How do i prevent the landscape modus? or how i can save the state of my app. without saving manual the data? rgds Mr.No
View 3 Replies
View Related
Apr 22, 2010
Is there an app (or better, a way within Android) to prevent the same contact from showing the the call log more than once? I talk mainly to the same few people, with a few others scattered between, and it would be nice if I had the option to see each contact only once in the call log. (Maybe have the call times viewable if I open the contact's entry in the call log.)
View 5 Replies
View Related
Feb 15, 2010
How can we prevent an edittext from getting focus and displaying the soft keyboard. I have an searchbox which should not be focused by default and should have focus only when user clicks on it to enter something. But right now it takes focus and shows the keyoard as soon as I open the activity. Is this a bug or can this be changed to behave in the way we want?
View 2 Replies
View Related
Aug 29, 2010
I have a static library that contains some JNICALL functions, i.e. they are expected to be called from the JVM and are never referenced by the shared library that links the static library. However, it seems like function stripping is exterminating the JNICALL function (it's not visible in arm-eabi-objdump -t). I'm working around it by adding a dummy function with an impossible condition that calls the JNICALL function, but that's dirty. I know that there is a link option to prevent certain modules from getting their unused data stripped, but what is it? And how do I specify that option in the .mk file? I didn't see anything immediately obvious in arm-eabi-ld. Incidentally, the function stripping doesn't strip out JNICALL functions in the shared library itself, but it will remove those from the static library that the shared library is linking. What's the reason for that?
View 2 Replies
View Related
Mar 30, 2010
I've got an app where I don't want the screen to rotate when they rotate their device, I need to keep the app in portrait mode all the time. How do I do this?
View 2 Replies
View Related
May 12, 2009
I have set an activity containing a webview which loads a page from the network. Each time the orientation of the screen changes the oncreate(...) method is called and the webview reloads its content again. Is there a way to avoid the webview to reload the web page?
View 3 Replies
View Related
Nov 30, 2009
I have an Activity which is launched from a Service. This Activity can spawn other children Activities. Now under certain conditions (particularly related to using screen lock), I can end up with the Service starting a second copy of the Activity again. For reasons of performance, the Service is being started and stopped at various times, and cannot be relied on to hold state. What is the best way to prevent this second launch? Can I (for example) detect that the Activity is already running in the stack and do finish()?
View 5 Replies
View Related
Sep 27, 2010
I am developing an application, for an optimal operation I need that the app prevents phone from sleeping. How can I do it? It has to be like google maps: System Tools prevent phone from sleeping
View 11 Replies
View Related
Sep 29, 2010
How can I prevent this overlapping from occurring without reducing the font size? Here is my XML. code...
View 2 Replies
View Related
Mar 5, 2010
I am currently porting a 3D app on Android. This app consists of a 3D view (embedded in a GLSurfaceView) and of menu screens (for settings, search , etc.).
My main activity is the one containing the GLSurfaceView. It's always the root of it's task. The problem is that my GLSurface gets destroyed whenever I launch another activity and all the GL objects (VBOs, textures) that I created in the GL context get deleted/invalidated along. So whenever my users go in the menu, the 3D scene has to be fully reloaded. Wouldn't there be a way to prevent the surface's destruction ?
View 2 Replies
View Related
Dec 31, 2012
I am developing chatting app in which i have to run my app continuously in background also. but unfortunately sometime my app kill by Android OS. and i have to relogin. Is there any way to run my app continuously in background. Some App is available on Google play which is running in background.
View 4 Replies
View Related