Android :: Sprint Hero Android 2.1 Lost Copy Protected Apps Access
Jun 2, 2010
Can somebody please confirm that the Spring Hero used to have access to copy protected apps, however, after the upgrade to Android 2.1, they now don't?If this does get confirmed, is there any alternative to just removing the copy protection?Eg: If a user purchased a copy protected app, then they upgraded to Android 2.1 (which wipes the phone), they can't reinstall the copy protected app they purchased?
View 3 Replies
Jun 5, 2010
Be aware folks Rooting your Evo makes copy-protected apps "disappear" from the Market. I never had this problem on my rooted N1, however once I rooted Evo - it cannot see apps like NYTimes, bTunes, and basically any other app that's copy protected. I have read on XDA-forums that this has something to do with Market being affiliated with 'build.prop', but unclear as to what the fix for this will be, if any Right now, I am thinking of going back to stock because of this..
View 6 Replies
View Related
Aug 26, 2010
I just had a potential customer tell me they couldn't find my app in the market. So I did some research and it turns out it's because I have copy protection turned on. Seems like a bad idea to turn it off, but I don't want to miss potential customers either. What do you all do in this situation?
View 5 Replies
View Related
Jul 9, 2009
I'm still a little confused as to what the situation is here. With a rooted Android phone, are all non-free market apps unavailable, or just ones with copy-protection? For non-free, un-protected apps (are there any?), can they be purchased directly and installed on the phone without going through the market?
View 3 Replies
View Related
May 19, 2010
Protected apps still not showing up. Same as the leaked version. WTF! I have heard on the the leaked version that it worked after a while, I hope this is the case with this one.
View 28 Replies
View Related
May 19, 2010
Finally. I guess no need to download the official?
View 1 Replies
View Related
Apr 2, 2010
I upgraded from a Hero to the Desire yesterday. It's all great apart from a few niggles, but one big one in particular. I've lost half of my paid for apps I signed it to my Google account upon setting up the phone as normal. Everything seemed to work: Contacts and Calendar synchronized just fine, not so the Apps. The market seemed to recognize half of my paid apps, allowing me to download them for free again, but not the other half. I even did an App resore from my Hero using 'My backup' all to no avail. I'm still missing paid apps. They aren't even showing up in the Market any more, and if I download the free version and then try to upgrade it says there's no such App. Current paid for Apps that I'm missing and can't get back are:
View 49 Replies
View Related
May 10, 2010
It appears that copy protected apps are now available for us Eris users who have the leaked versions. Just thought I'd let you know. So, if you went to a leaked version and miss those apps that suddenly disappeared from the Market, go check to see if they are there.
View 27 Replies
View Related
Sep 7, 2010
I've been trying to download the "Desktop Visualizer" (a free app) but it wasn't showing up in the market, and no matter how I tried (QR codes, direct links, appbrain), I couldn't get it to download. Turns out it's copy protected, which seems to be the problem. I'm running 2.1 on my milestone (rooted) but I've googled a bit, and other rooted people don't seem to have this problem. Does anyone know what's causing it, and, if known, how to fix it?
View 19 Replies
View Related
Aug 9, 2010
What is the best way to tell if you lost your root access? I updated my from darch 2.7 to 2.8, and just wanna make sure all is still good. I did it from the Darch updater via my phone. The adjust brightness program that that requires root access works but wireless tether doesn't seem to work. Does my have to be a certain level for the tether to work? It was at 14 percent or some thing like that.
View 1 Replies
View Related
Dec 1, 2009
I searched and couldnt find anything.
PROBLEM: Even in areas that I know I have great Sprint coverage, my phone is not connecting to the network and I have no phone signal - "No Service". (WiFi works fine.)
This is the second time this has happened. The last time was last week - I had just installed about 5 new apps (games), rebooted the phone, and I had "No Service". I uninstalled the new apps, rebooted, and service was regained.
Tonight, I didnt install anything NEW, but a handful of apps had updates (Where, Twidroid, Voice Recorder, TWiT.tv, Depth of Field Calculator.)
Actually, now that I think of it, that was my first reboot since I installed ShopSavvy.
I'll uninstall ShopSavvy and Voice Recorder - I dont use the recorder at all - and see where that gets me. But does anyone else have this problem, or am I the only lucky one?
View 2 Replies
View Related
Jun 13, 2010
People are having problems finding my app (Advanced Map Live Wallpaper) in the Android Market.It's free, not copy-protected, and the only requirement is SDK level 7 or above. However, it's invisible on some Nexus 2.1 devices, a lot of Droids (2.1), and a smattering of other phones.The fact it disappears seems to be completely random, and it's driving me nuts because I don't know if it's a misconfiguration by me somewhere or a Market problem.I know there's been an issue for copy protected apps, but I can't see how this applies to me.
* Copy protection is off * It's set to list in all locations
* It's free * It's not localised ("Localized to: unknown")
View 2 Replies
View Related
Jan 12, 2010
I want to hide some info (encryption keys) in a private area. I know there are a lot of threads on the topic and from what i can tell - it basically comes down to - there's no security just kidding. It seems like the data you have in your private area /data/data/com.company.product/files is only accessible to your application, so it would be sufficient to store anything (like encryption keys for example) in just plain text files there if you wanted. the big drawback of doing this though is that a "rooted" phone would be able to access that area -- therefore, no security. does "copy protection" solve this problem? if I "copy protect" my .apk bundle, I know that that makes it so that it cannot be seen by "rooted" phones in the Android Market, but what about if the .apk bundle got out in the wild (i.e. posted on some website, not via market). Would a "rooted" phone then be able to grab and install the .apk file (and ultimately gain access to the app-private area)? Could someone install the copy protected .apk file in an emulator?
View 8 Replies
View Related
Aug 5, 2010
So I've rooted my Hero, flashed a custom ROM, flashed a custom kernel, and then I downloaded some root-requiring apps (namely setCPU and Wifi Tether). However, whenever I open these apps, they do not ask me for Superuser Permissions!
For example, when I open setCPU, it says "No root access detected. Are applications allowed access to root? Operating in read-only mode." How do I fix this?
View 8 Replies
View Related
Apr 19, 2010
I'm implementing custom widget exdending a View class. But I've found that View's protected field (e.g. mLeft) is not accessible from subClass
View 2 Replies
View Related
Apr 6, 2010
I'm trying to do basic authentication to view a protected url. I want to access the protected url which looks like this:
http://api.test.com/userinfo/vid?=1234. So I do the following with a WebView:
mWebView.setHttpAuthUsernamePassword("api.test.com", "", "me@test.com", "my password");
mWebView.loadUrl("http://api.test.com/userinfo/user?uid=53461");
but the authentication doesn't seem to work, I'm just getting an output error page. Am I using the WebView method correctly here?
Update:
Trying with curl: curl -u me@test.com:mypassword http://api.test.com/userinfo/user?uid=53461
and it pulls the page fine. I tried every combination of the host parameter, the owners of the api don't know what I mean by 'realm' though (and neither do I) - what info could I give them to help this along?
View 3 Replies
View Related
Jun 18, 2009
When I extend a View, I cannot access the protected member variables from my code. Eclipse just says that there exists no variable with that name (for instance mScrollX). Why is that?
View 2 Replies
View Related
Oct 5, 2010
We have a website that makes use of OAM for single sign on (form-based authentication). When we submit credentials to WebGate / Access Server the authorization succeeds, however after the authentication is performed, the form action (as configured in the Authentication Scheme - with passthrough:no) returns a server error instead of redirecting to the originally requested URL.
If we use Mini Opera, we are able to get authenticated and forwarded properly.
This problem happens on numerous Android phones (versions ranging from 1.5-2.2), as well as the Emulator provided with the SDK.
This is proving to be a real problem as the default browser on Android phones is not able to get access to our sites(and this is the only browser that is having this problem).
I have created a WebView-based custom browser with the hope of seeing a client-side error and tried trapping every possible error....none show up....
I have tried to trace all of the http requests and found only a single difference in the requests... the http header for Connection:keep- alive is not sent by the Android WebView.
I have provided some tracing info below...
CODE:....................
View 2 Replies
View Related
Mar 20, 2010
Has anyone turned off copy protection on their app recently? We're finding that Motorola Backflip users can't see our paid apps, so we'd like to turn off copy protection as it doesn't seem to prevent pirating. But, we're worried that existing users will lose their saved preferences. According to bug 2047, the issue was fixed in November 2009, but according to some discussions, it actually still exists. It'd be great to hear positive or negative examples from anyone who's tried this recently. We're also thinking of putting out a dummy app to test things out and will report back if we do.
View 2 Replies
View Related
Feb 20, 2009
Looks like android application security has already been hacked: http://strazzere.com/blog/
View 4 Replies
View Related
Apr 30, 2010
I have backed up and un installed certain apps, but I'm now curious how to restore these apps? I tried with a non protected app and it seems to have worked fine now.. are protected apps not able to be restored?
View 2 Replies
View Related
Dec 23, 2009
Couldn't find this same problem on the forums. Just got the phone today and kept getting that "delete limit exceeded" notification. I was told to head to data syncronization>google> unclick contacts, in order to solve this issue. The probalem is shortly after i did that the majority of my phone contacts were deleted! I only have contacts S through Z in my contact list now. Any ideas on what I should do or what happened?
View 2 Replies
View Related
Mar 11, 2010
I was flipping through my calendar on one of my home pages when it disappeared. Does anyone know how I can get it back? I really liked having the calendar up so I can see it easily.
View 6 Replies
View Related
Nov 27, 2009
I know this question has been asked before but i want to know if I can do that from the stock SMS application i.e. I was asking my friend for her address and she sent it to me on a text, I wanted to copy it and paste it on my sprint navigation system but I couldn't find the copy option.
View 1 Replies
View Related
Dec 14, 2009
I've searched and no one has addressed this topic (which has me worried). I was using my native mail (not Gmail) app last night and needed to copy three paragraphs from a received email into an outbound message for a client. When viewing the received message I went through the process to copy, long hold screen, highlight text with finger, release, "copied to clipboard".. great. Transfer to new message, long hold screen, PASTE. Excellent, wait, no I only see it pasting HALF OF THE LAST PARAGRAPH. Umm what happened to the other 2.5 paragraphs? Let's try again, oops same result.... WTF!? Is the Hero limited to the number of characters copied to clipboard? Is ANYONE else experiencing this?
View 1 Replies
View Related
Dec 9, 2009
Question. Is it possible to watch digital copies of movies that we purchase on the hero? If so what app do we need? I have tried multiple things and it hasnt worked for me yet. Because of the DRM I cant change the file type from wmv to mp4 or any other type. Any suggestions?
View 25 Replies
View Related
Aug 4, 2009
I just spoke to a new [stock] Hero owner in the UK who's trying to purchase PhoneMyPC. He reports that it's not available in the market, and we suspect the same with some others.
Does anybody know, is there a problem with the Market for Hero owners, UK residents, or some combination?
View 3 Replies
View Related
Nov 7, 2009
Is there any way to remove pre-installed programs?
For example, the following programs were pre-installed:
Amazon MP3
Footprints
Teeter
And maybe some others.
I've just tried:
Settings | Applications | Manage Apps
And noticed there's not always an option to Uninstall on these and some others.
Is it possible to remove, delete, uninstall, or get them off the device?
Is there any way to remove the pre-installed Sprint programs?
Sprint TV
Sprint-Nextel
NFL
Nascar
Are there some "core apps" or "core programs" that can't be removed?
A brief search on this matter on related threads seems to indicate only on "rooted" phones.
View 3 Replies
View Related
Apr 13, 2010
I just partitioned my SD card in the recovery screen and now my SD card is blank. How do I get all my data back?
View 3 Replies
View Related
Jul 16, 2010
I called to cancel my LAN Line phone and forgot it's a needed for the DSL connection. Now I have no internet on my computer and I really need it for my job. How can use my Sprint hero as a modem? Is there a way to do this for free without rooting? Otherwise it's $15 per month. I'm getting U Verse soon, but not for 2 weeks and I need internet on my computer ASAP.
View 26 Replies
View Related