I have an app (calorie counter) that keeps showing a notification there is an update. I don't want to update it because the new permissions seem intrusive (allowing hardware controls - take picture and video).
Does anyone know how I can disable getting a notification about the update?
Cheers,
Open Google play, go to settings and uncheck " notifications" option.
Sent from my Galaxy Nexus using xda premium
That will turn off notifications for all apps though, which I'd rather not do.
Sent from my Galaxy Nexus using Tapatalk 2
Gucci.Nexus said:
That will turn off notifications for all apps though, which I'd rather not do.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
You could use titanium backup to disassociate the app with the Google Play store. I've personally never done it myself, but I think this is the solution you're looking for
Sent from my HTC One XL using xda premium
Gucci.Nexus said:
That will turn off notifications for all apps though, which I'd rather not do.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
You can also specify it on a per app basis. Just open the app in Google play and uncheck the checkbox.
Sent from my Galaxy Nexus using Tapatalk 2
Petrovski80 said:
You can also specify it on a per app basis. Just open the app in Google play and uncheck the checkbox.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
No, you can't
The only check box is for Automatic Updates, not update notifications.
Go to settings, apps, select the app, uncheck notifications.
Solution by using ZipSigner 2
I just came across a solution (android.stackexchange.com/a/25527)
If you've got root access and have the original apk of the version you want to keep at hand (via Titanium backup or copied out of your \data\app folder), you can use ZipSigner 2 to give that apk a different key (auto-testkey).
When you install the apk with its new key, the Play Store will not recognize the installed app and will therefore not try to search or push any updates. :good:
ZipSigner 2 is available for free in the Play Store: play.google.com/store/apps/details?id=kellinwood.zipsigner2
If you have root, you can simply use ti backup to detach an app from the market.
It was assumed op doesn't have root though.
Sent from my Galaxy Nexus using Tapatalk 2
Petrovski80 said:
If you have root, you can simply use ti backup to detach an app from the market.
Click to expand...
Click to collapse
It was my understanding that detaching an app in Titanium does not work anymore since an update from Google Play has more checks on the server side.
http://www.titaniumtrack.com/changelog/titanium-backup/4-8-4-1
Djezpur said:
I just came across a solution (android.stackexchange.com/a/25527)
If you've got root access and have the original apk of the version you want to keep at hand (via Titanium backup or copied out of your \data\app folder), you can use ZipSigner 2 to give that apk a different key (auto-testkey).
When you install the apk with its new key, the Play Store will not recognize the installed app and will therefore not try to search or push any updates. :good:
ZipSigner 2 is available for free in the Play Store: play.google.com/store/apps/details?id=kellinwood.zipsigner2
Click to expand...
Click to collapse
Thanks for this. What a quick and easy solution. Now I can keep the old Foursquare without getting it automatically updated to that new version.
Please note: ZipSigner 2 does not require root!
The solution probably still works. Thanks for the hint!
Now I did test it.
1. Use App Backup and Restore to save the apk
2. Use Zipsigner to give the apk a different autokey
3. Uninstall original app
4. Install the apk modified by Zipsigner, you may need some file manager like TotalCommander for this
It is all possible without root and works well
Gucci.Nexus said:
I have an app (calorie counter) that keeps showing a notification there is an update. I don't want to update it because the new permissions seem intrusive (allowing hardware controls - take picture and video).
Does anyone know how I can disable getting a notification about the update?
Cheers,
Click to expand...
Click to collapse
I know this is an old thread. And I understand that Ti Backup used to work for detaching an app from Play Store. But I also understand that this works no longer. For those who are interested, I have created an app that does a pretty good job of this. It is called Hide Updates In Play Store. There is a video showing the app at work. It does require a rooted device. Thanks
Let me summarize:
- it costs money
- it needs root
- it needs an additional app
- the solution may not persist if you uninstall the controlling app
All these disadvantages can be avoided by reading just one posting higher ...
tag68 said:
Let me summarize:
- it costs money
- it needs root
- it needs an additional app
- the solution may not persist if you uninstall the controlling app
All these disadvantages can be avoided by reading just one posting higher ...
Click to expand...
Click to collapse
You are, of course, correct in the disadvantages. But the above method has its own limitations:
1) I wonder how/if it will work with system apps unless you have root. For instance, I actually wanted to get rid of updates to Google Search since later versions hose-up Utter.
2) It is something of a pain to "undo" since you will loose any settings or data (unless you are VERY CAREFUL) related to the app when you uninstall the "fake-signed" app and re-install the "real" app. Of course, this would also happen during the install of the "fake-signed" app in the first place. In some cases, this may be trivial but in others, it may not. And App Backup/Restore - which I use - fine app - only processes the .apk file.
3) It requires a minimum 2 apps be installed.
4) It isn't terribly easy to do. Developers would likely be able/willing to handle this - or even know what signing is or what to do. But how about others? The first one would be hardest for sure.
Like my solution, it also seems not likely to work with paid apps or apps having in-app purchases. I am not 100% sure, but would guess that the re-signing will mess up most Play Store license checking. Indeed, App Backup/Restore handles these differently and with far less functionality.
Still, for someone who is willing to do it and for those lacking root, the solution suggested above seems like it will work and those who are rooted can certainly save that $1 which can be used to make a one-time purchase of maybe 1/2 cup of coffee at the nearest Starbucks
Cheers!
David, if you would have mentioned the possibility of resigning in the description of your app, maybe even give the manual how to do without your app, I'd much more be willing to believe and support you.
Without that hint it has a little smell of betraying for me, not showing people who do not know better or do not have root that there are cost-free alternatives. But probably I have just to admit that you seem to be good at selling. I usually don't like people who are good at selling.
tag68 said:
David, if you would have mentioned the possibility of resigning in the description of your app, maybe even give the manual how to do without your app, I'd much more be willing to believe and support you.
Without that hint it has a little smell of betraying for me, not showing people who do not know better or do not have root that there are cost-free alternatives. But probably I have just to admit that you seem to be good at selling. I usually don't like people who are good at selling.
Click to expand...
Click to collapse
First, I developed and posted my app on Play Store before I even saw this forum thread with its reference to resigning apps. So I was not aware at the time.
Second, I still have not even tried to confirm that the re-signing approach will work (although I can see that it might). I will take the word of the person who posted this technique that it does indeed work. But I now have a solution that I like and use. So I have no real need to find and test other solutions.
Third, there are often many possible solutions to a given problem. In fact, my original approach to this particular problem was done via Tasker and shell scripts. It worked but was not particularly user friendly. I tried to remedy that in my app. It seems you are saying that a person (me) choosing to implement one possible solution must also run down, verify, and advertise all other approaches. If so, I think that is a bit ridiculous and would appreciate a list of examples of app authors who are doing this who you do "believe and support." I do not think it is very common.
Fourth, I found this thread via a google search. I think it is fair to believe others will as well if they are seeking alternative approaches. So they too can learn about the resigning approach and decide for themselves how to proceed. I never claimed (here on in my app) that mine is the only approach. I never say it is the "best" approach. I do not denigrate proponents of other approaches. I only implemented one approach that seemed reasonable to me. I posted here so others who suffer from this weakness in Play Store can, if they wish, can check it out for themselves. Play Store gives buyers 2 hours or so to test the solution and decide if it works for them. If not, they are free to return the app and cancel the sale and charge.
Fifth, if you check my list of apps on Play Store, you will see that they are all very small apps and all are either free or very low cost. All of these apps were the result of my trying to resolve situations that I found personally irritating. I then thought that maybe others would find them useful as well. If you look at the number of installs for all of my apps combined, I think you will find that I am NOT at all good at "selling". Indeed, if the net proceeds from all of my paid apps combined exceeded much more than $300 total it would be a miracle. With programming, testing, and support time this likely works out to be maybe $0.10 per hour. I figure the market for this app will be no larger than my previous apps and at $1 per sale, it will be a while before I can use the proceeds to buy even a six pack of beer (especially after Google takes their cut). So I can hardly be considered a successful salesman. If only that were true! I do sell some of my apps. But truth be told I really do this, not for the money, but so I can show some revenue to the tax authorities so they permit me to write off some computer-related expenses.
I am sorry you feel "betrayed" by me somehow. And I am sorry that you have somehow decided that you don't like me for the rather limited reasons you have managed to list here. I really do not think I have given you or anyone else cause to reach such conclusions. It really makes me kind of sad. But you are entitled to your opinions and I will leave it at that as I walk away in wonder.
You admit that you googled where you could post ads for your app, did not even have a look what was last written in the thread and then sent your ad? In my opinion that IS Spam, nothing else ...
So thank you for the offer, and for staying away from this thread in future. For everyone who needs a good working solution free of cost and less use of resources but with a bit more manual handling of apk-files, have a look at posting #13 of this thread.
Djezpur said:
I just came across a solution (android.stackexchange.com/a/25527)
If you've got root access and have the original apk of the version you want to keep at hand (via Titanium backup or copied out of your \data\app folder), you can use ZipSigner 2 to give that apk a different key (auto-testkey).
When you install the apk with its new key, the Play Store will not recognize the installed app and will therefore not try to search or push any updates. :good:
ZipSigner 2 is available for free in the Play Store: play.google.com/store/apps/details?id=kellinwood.zipsigner2
Click to expand...
Click to collapse
Thank-you! That worked like charm!!
Related
Like a lot of people on this board i got my T-mobile Desire delivered this morning. I started downloading all my apps from the market place, and noticed some are missing. It's not just paid apps, but free ones as well. Has anyone else noticed this?
I can't find:
Record It (paid)
Battle for Mars (paid)
Tapatalk (paid or free)
and others. Can anyone else see these in the market?
I'm also noticing this but i thought it was just paid apps. Can't find abduction or what the doodle. There's also no top paid option when going through the categories
I'm not at home, typing this from the desire. Might be a good idea to try and install another version of market.apk
It just might be that these applications aren't compatible with Android 2.1 targets.
I don't think it's a compatibility issue. Why would they disable paid apps tab then? There's something fishy going on.
I can't find half of my apps, even the one I've paid for while on G1!
Karolis said:
I don't think it's a compatibility issue. Why would they disable paid apps tab then? There's something fishy going on.
I can't find half of my apps, even the one I've paid for while on G1!
Click to expand...
Click to collapse
Those 3 apps you listed are missing from my market place but I still have the 'Top Paid' tab, I don't know why you are missing that but the applications are probably due to compatibility.
I've had this problem before on my hero with some custom roms, never found a way to fix it.
And if i remember correctly when the hero was first launched some people on orange or t-mobile where having problems with missing market apps.
National Rail for UK train enquiries is missing from the market too
I have removed content lock from my t-mobile account and now I get all tabs in the market. But I still can't see certain apps.
Something strange or I am having yet another senior moment.
I went in to Manage my applications and in there is Ringtone Trimmer, I thought I would make me some ringtones, looked for it in programmes and it is not there. I then thought it must be in Marketplace but alas no!! How can I have an application in Manage my applications and yet not have the application????
Belynda said:
Something strange or I am having yet another senior moment.
I went in to Manage my applications and in there is Ringtone Trimmer, I thought I would make me some ringtones, looked for it in programmes and it is not there. I then thought it must be in Marketplace but alas no!! How can I have an application in Manage my applications and yet not have the application????
Click to expand...
Click to collapse
Go to the music app, play a song and then try to set it as a ringtone, it will give you the trimming options.
Klaxon is version 427 from the market on my G1, but a much older 310 for the desire....
Im finding this on a few different apps and am not sure why...
I think we have run into this problem before. If I remember rightly (please feel free to correct me if not) it has to do with Google not recognising the phone correctly when you access the store. I believe this is a server sided fix that Google have to do.
Like I said, correct me if I am wrong.
I contacted T Mobile about the issue and they said google approved the rom so the issue must be with the apps / developers.
Great load of help that is. ffs!
aidanbree said:
National Rail for UK train enquiries is missing from the market too
Click to expand...
Click to collapse
I noticed the same, can however install it from here: nationalrail . ktbm . com
For non-paid apps its not such a difficulty getting them from elsewhere, and installing via Astro or ADB, but for PAID apps(like klaxon) to be left with an old version - or unable to install at all - its a real pain.
Seems to be a known issue, look at the android marketplace support forum of Google, they are talking about it.
google.com/support/forum/p/Android%20Market/
looks like it will just take time for Google to register the 'fingerprint' of the Desire ROM before we get full access then.....
What a nonsense way to run the Market!
To be fair guys, the Desire isn't even supposed to be released yet.
Wait until it is officially released and if there are still market problems, then you can complain.
brummiesteven said:
To be fair guys, the Desire isn't even supposed to be released yet.
Wait until it is officially released and if there are still market problems, then you can complain.
Click to expand...
Click to collapse
Define 'Officially' - Its available via a reputable company (TMO) and as such should be supported 100%
HTC/TMO and GOOGLE should have had this sorted before it was sent out to customers.
Hey Guys,
A lot of the mobilephone blogs today are buzzing with the RuFraud Malware that was detected by Lookout Mobile and later taken down by Google from Android Market. About 22 odd apps which included apps & games too. According to Google, the end-user can see the services the apps will use before installing it in Permissions, but I usually don't go through them while installing as do most other end-users.
Now my concern is, if I've installed one of these "malicious" apps without knowledge and I want to detect that and delete them off the phone, is there any way to do so? I've performed a full-scan (SD card also) with avast! Mobile Security BETA (which btw, is kickass) but it hasn't detected anything.
I could also go through the Privacy Advisor feature on it, but that would mean me checking one-app-at-a-time which may take a while seeing as I have over 400 apps.
Anyway to detect the malware that apparently sends bulk premium SMS and racks up a huge bill? I don't have premium TXT enabled on my service since I am on Prepay & usually don't send any premium TXT but it would be nice knowing that my phone is malware free.
Any inputs would be appreciated.
well, i don't do any banking on my phone, i'm on pay as you go with the BEST mobile network...Three.co.uk...so i just whack on 15 quid a month and get unlimited everything......so i personally couldn't give a to** if any malware get's on my phone....
....nothing to get off my phone, unless they like sexy birds dressed in santa outfits, then i'm screwed, coz i'll cry if i lose them
I'd say, chill, don't be too paranoid.....b4 you download and install, look at reviews of apps......if it's only recently been uploaded to market and has no/not many reviews....google it first.
I allegedly have warez markets on my phone....allegedly.....and have never had a problem.
All I use my phone for is 99.999999% of the time browsing bulls**t on the web, messing about with fun apps, very rarely use texting or calls......so not worried.
But if your one of those that uses your phone for business/work/banking/etc...and have credit/debit cards stuff stored on there, then google the f**k out of any new app with no or few reviews....get 4,000 different virus and malware scanners on there.
Oh god, i'm dronning on and don't even know what i'm talking about now....arrghhhhh.
matt
w3bhax said:
Hey Guys,
A lot of the mobilephone blogs today are buzzing with the RuFraud Malware that was detected by Lookout Mobile and later taken down by Google from Android Market. About 22 odd apps which included apps & games too. According to Google, the end-user can see the services the apps will use before installing it in Permissions, but I usually don't go through them while installing as do most other end-users.
Now my concern is, if I've installed one of these "malicious" apps without knowledge and I want to detect that and delete them off the phone, is there any way to do so? I've performed a full-scan (SD card also) with avast! Mobile Security BETA (which btw, is kickass) but it hasn't detected anything.
I could also go through the Privacy Advisor feature on it, but that would mean me checking one-app-at-a-time which may take a while seeing as I have over 400 apps.
Anyway to detect the malware that apparently sends bulk premium SMS and racks up a huge bill? I don't have premium TXT enabled on my service since I am on Prepay & usually don't send any premium TXT but it would be nice knowing that my phone is malware free.
Any inputs would be appreciated.
Click to expand...
Click to collapse
Best advice is to look at the permissions the app wants. You say mist end users don't, well then they get what they deserve really. Not being mean its just that if you keep important info in your phone then you should be more careful about what you install as a simple uninstall may not remove any malware that was installed by the app. This reason is a huge deal for Android users. Too many people wanting simple and easy and well we all know Linux based OS are neither
zelendel said:
Best advice is to look at the permissions the app wants. You say mist end users don't, well then they get what they deserve really. Not being mean its just that if you keep important info in your phone then you should be more careful about what you install as a simple uninstall may not remove any malware that was installed by the app. This reason is a huge deal for Android users. Too many people wanting simple and easy and well we all know Linux based OS are neither
Click to expand...
Click to collapse
Yeah, I hear you. I usually don't check permissions cuz I install apps & uninstall them after I'm done with them. For eg: a game, etc. So yeah. I did find my Need For Speed: Hot Pursuit app that I paid for on Market, infact has SMS permissions. It says "malicious apps may send SMS to premium numbers" lol when I downloaded this app, it said the dev was Electronic Arts too.
So it's a bit rubbish that you can't use Amazon Video on your Kindle Fire if it's rooted. I don't want to steal movies, crack DRM or anything else, I just want to have a rooted device to use with my Amazon Prime VOD feature. Bit harsh imho. Sooooo.... I thought i'd have a poke around and see what I could find out.
What I found was a very complex web of protection on a scale above anything i've seen an Android app before. Not only does the application check for root in more that one location (in the application itself and in the native library), it also performs tamper detection on the APK. Not only that but it also checks that the signature on the APK to check that no code has changed (if you change the code in classes.dex and drop it in, this is usually OK on a /system/app file, but not in this case). The code itself doesn't have a single, uniform tamper / root check function, it does it all over the place. Finally, just to make things even more difficult, key parts of the code are pretty heavily obfuscated to make the code hard to analyse / modify.
Despite this, I thought i'd see what I could achieve by patching it piece by piece with the goal of allowing video with root.
The first step was to work out how to get around the signature check. Without sorting this out, the app would immediately flag up as being tampered if I made ANY change to the code. The answer to this was to re-sign the Amazon Video APK, ATVAndroidClient.apk. Of course we don't have the Amazon certificates, so we can sign them with our own, or with SDK certificates. Since Amazon Video uses a shared user id, other APKs need to be signed too. The full list is ATVAndroidClient.apk, KindleForOtter.apk, OtterTutorial.apk, AmazonVenezia.apk, Launcher.apk, Windowshop.apk, CSApp-unsigned.apk, MyAccount-unsigned.apk, amazonmp3-unsigned.apk, Cloud9-unsigned.apk, OOBE-unsigned.apk, com.amazon.dcp.apk, Cloud9SystemBrowserProvider-unsigned.apk, OTASilentInstall.apk, Facebook.apk and OtterAppManager.apk.
After doing this, the next step is to patch out the tamper checks. This can really only be achieved by tracing where the app goes and how it works and by carefully analysing logcat to get clues as to where the errors are happening. Since i'm in the UK I also had to use a DNS proxy with a static IP... I used unblock-us which works a treat. Eventually I got to a stage where I got the application to ignore any tamper detections, thereby enabling the various 'Watch' buttons.
In the next step I could see what something was triggering another problem, and it turned out to be detection of root. This was happening in one of the more obfuscated bits of code, but again with careful tracing I managed to find this and patch it out.
At this point the application was loading, passing tamper checks, giving me the watch buttons, requesting the stream from Amazon and giving me the loading progress bar etc... BUT... the licence request to Amazon continually failed. This is the point where I came to something of a brick wall. It appears that there is some additional root checking going on in the native library, and unfortunately, reverse engineering this is beyond both my abilities and more important the time I have available, so we don't have a fully working solution.
The positive things though are that we now have a patchable Amazon Video APK, which means we can implement the functionality of the 'root keepers' within the app itself. We can effectively make the Amazon Video APK hide the su binary from itself on launch and put it back after it's run it's checks. Not ideal, but might be the best way to go. Note that the root check doesn't care about the Superuser APK, it only checks for 'su'. It checks in all the locations in the PATH variable, so moving it to, say. /system/root and adding that to the path won't help. Unfortunately.
For now, I have to put this on the back burner, but i'm posting my patched APK below so that if anyone wants to pick up the work of reversing the native binary they can do so, simply by using this APK and re-signing it and the other APKs mentioned above.
Any questions, feel free to ask them here. Obviously I have no interest in saving streams, downloading movies or any stupid stuff like that, so don't even ask.
P
DOWNLOAD - MD5: f6044dbeffa4eb3f8361c71a96683150
send to kindle - passage through amazon servers
Apologies if this seems off off topic but I believe it may tied to your explanation of the security at Amazon --
http://forum.xda-developers.com/showthread.php?p=21366426#post21366426
As proof of concept Ive been messing around with the SendtoKindle.exe from the desktop explorer -- and have failed to get anything worthwhile past the amazon servers.... to see if I can use the Send to Kindle to get say, a rom file or binary kernel or apk or something of that sort -- and have not been able to get anything past.
The fact that everything is failing is only making me want to keep trying different things -- which Ill just keep on trying.. so i will try different things -
Ive sent 40 different documents of all kinds to see what goes through and what doesnt... and the only things that are going through are basically legitimate items.
If this is entirely irrelevant to your quest, then my apologies -- but regardless I shall enjoy observing how you shall achieve your success Paul!
Solved. Its hacky, but I've confirmed it working. http://rootzwiki.com/topic/15134-how-to-get-amazon-prime-video-working-with-rooted-stock/
infinitybiff said:
Solved. Its hacky, but I've confirmed it working. http://rootzwiki.com/topic/15134-how-to-get-amazon-prime-video-working-with-rooted-stock/
Click to expand...
Click to collapse
No offense but this has been around for awhile and is known as a workaround. This thread is about finding a solution instead of having to use a workaround I suppose.
Here is an example of a thread posted in November with this information.
http://forum.xda-developers.com/showpost.php?p=19718688&postcount=6
And another thread in December.
http://forum.xda-developers.com/showthread.php?t=1414235
G1ForFun said:
No offense but this has been around for awhile and is known as a workaround. This thread is about finding a solution instead of having to use a workaround I suppose.
Here is an example of a thread posted in November with this information.
http://forum.xda-developers.com/showpost.php?p=19718688&postcount=6
And another thread in December.
http://forum.xda-developers.com/showthread.php?t=1414235
Click to expand...
Click to collapse
Late to the party i suppose
Sent from my SGH-I897 using XDA App
What ROM were you testing on? Even if you temp unroot with RootKeeper on CM7, Amazon Video will not work (in my experience). The Watch button is always greyed out.
Takenover83 said:
What ROM were you testing on? Even if you temp unroot with RootKeeper on CM7, Amazon Video will not work (in my experience). The Watch button is always greyed out.
Click to expand...
Click to collapse
Have you tried force closing the video app and restarting it while unrooted?
Also does video work on CM7? I have not installed it to try.
Sent from my E4GT using xda premium
mkuehn10 said:
Have you tried force closing the video app and restarting it while unrooted?
Also does video work on CM7? I have not installed it to try.
Sent from my E4GT using xda premium
Click to expand...
Click to collapse
Yep, sure did. Something about CM7 that amazon does not like
Takenover83 said:
Yep, sure did. Something about CM7 that amazon does not like
Click to expand...
Click to collapse
I'm sure it's more than just the Amazon video app you will need to get this working...what apps are installed and are they on the system partition. Can you keep us posted on your progress?
B3L13V3 said:
I'm sure it's more than just the Amazon video app you will need to get this working...what apps are installed and are they on the system partition. Can you keep us posted on your progress?
Click to expand...
Click to collapse
There was 3 or 4 apks I had to install. Cant remember all the names off the top of my head. I know some account apk just to sign into amazon, video. I wish I could be more helpful but do not have my Pc in front of me right now (out and about). But the app its self was runing just fine. I Just was being blocked (even though I unrooted.)
Since I am new I have spent the last few hours reading posts on the XDA site so that once I make my post hopefully I won't get attacked with "that information is/was listed on" or "I've already posted that" or "you should read previous information before posting". I'm sure you get the idea. Anyway, I can't find any consensus on having virus/malware/spyware/adware installed on the Note 2014 or Galaxy SIII. Even amongst senior moderators. I've ready the links some have attached to their emails and still no consensus. Do mobile devices need them or is it just "scare tactics" as one article referred to them as. Forgive me for saying this and no name calling please, but I come from a long line of BlackBerry devices before switching to android. I haven't switched my contacts and calendars over to my tablet or phone yet because BB was known for its security protections. I didn't have to give apps half as many permissions as I do in the play store and the app would still work!
Also please help me understand how you can tell if an app from the play store is a "safe" app or not? I can't base it on names I know since as most of you probably already know BB didn't have a great app selection and didn't support android unless you rooted your tablet.
Can I get some feedback from a moderator please.
to know if any app is safe or not is reading permission list before install it...
and as far as i know there is no reason to install antivirus in android device... it wil make your device very slow...
What are some of the things to look out for when apps ask for permissions?
Well there are different things. A game does not need to read your contacs, nor your gps. But most android apps are using more permissions as they would need. My advice is : download only the apps you need and not every junk...
Gesendet von meinem GT-I9505 mit Tapatalk
Any app that has been in the playstore for a reasonable amount of time, has a reasonable amount of downloads and you guess it reasonable rating will be perfectly safe.
Obviously people will have different thoughts as to what reasonable is but if you're new to Android. Google best Android apps for doing "This" and you'll get heaps of suggested apps that have been tried and tested and are perfectly safe.
Do that and no you won't need antivirus but follow the same rules you wouldd with a PC..... opening links in dodgy email etc.
You shouldn't have any problems browsing the web either, even with "unknown sources" ticked you still have to give the app permission to install.
Also this tablet has a fair amount of resources available, if it was going to put your mind at ease I don't think getting an antivirus app like AVG (most recommended I think) is going to have a noticeable or at least only minimal effect on performance.
Hi,
I use continuous glucose monitoring to monitor my blood sugar, as I am a type 1 diabetic. The CGM I use uses Bluetooth to sync with an app (Medtronic's Guardian Connect app) and gives blood sugar data, safety alerts etc., but this app is only compatible with selected Android phones, which doesn't include any Oneplus phones. I really like the Oneplus 7t so I would rather not sell it if possible, so I was thinking of trying to make it compatible with the Oneplus and removing the phone model block. This has been done before with a different medical manufacturer's CGM app ( https://forum.xda-developers.com/oneplus-7t/help/medical-app-compatibility-t4015519 ), so I think it should be possible. Given my lack of programming ability, I was wondering if there are resources anywhere that might help with learning how to do this? Obviously they're not going to tell me "This is how you make this specific app work", but I'm just hoping to find some general resources on this type of coding. I have searched around with no success as I am not sure where to look. I gather it would take more than simply changing the buildprop file to trick the app into thinking it's a compatible phone.
Thanks.
Would help to know the app and what issues you're having. Is it not showing up in the play store? Does it give an error?
ziddey said:
Would help to know the app and what issues you're having. Is it not showing up in the play store? Does it give an error?
Click to expand...
Click to collapse
Sorry, not sure how I managed to omit all those details. The app is Guardian Connect (https://play.google.com/store/apps/details?id=com.medtronic.diabetes.guardianconnect&hl=en). I am able to download it, but when I open it it says "incompatible with your device", as it's only officially compatible with a limited subsection of Android phones (https://guardianconnect.medtronic-diabetes-mena.com/en_gb/app-compatibility). However, the Dexcom app that I linked in the first post also has limited compatibility, yet people have managed to get it to work with other android phones, so I'm cautiously optimistic that it will be possible for me to do the same.
I can't link URLs properly yet as I'm a new user, so I had to add those spaces in the links.
{Mod edit: Links inserted}
Riveon said:
Sorry, not sure how I managed to omit all those details. The app is Guardian Connect (https://play.google.com/store/apps/details?id=com.medtronic.diabetes.guardianconnect&hl=en). I am able to download it, but when I open it it says "incompatible with your device", as it's only officially compatible with a limited subsection of Android phones (https://guardianconnect.medtronic-diabetes-mena.com/en_gb/app-compatibility). However, the Dexcom app that I linked in the first post also has limited compatibility, yet people have managed to get it to work with other android phones, so I'm cautiously optimistic that it will be possible for me to do the same.
I can't link URLs properly yet as I'm a new user, so I had to add those spaces in the links.
{Mod edit: Links inserted}
Click to expand...
Click to collapse
Hello. Just wanted to inform you that I inserted the working links on your behalf (at least I assumed so).
I hope you'll find a solution for the issue soon.
Oswald Boelcke said:
Hello. Just wanted to inform you that I inserted the working links on your behalf (at least I assumed so).
I hope you'll find a solution for the issue soon.
Click to expand...
Click to collapse
Thanks for that
I have diabetes and want to use this app for checking my blood glucose level continiously on my oneplus 8pro phone but the app says its not compatible with the device. I don't know how to solve this problem.
Is there anybody who can help us with this?
Have you you guys tried to email the developer of the app to fix this?
I have diabetes and want to use this app for checking my blood glucose level continiously on my oneplus 8pro phone but the app says its not compatible with the device. I don't know how to solve this problem.
Is there anybody who can help us with this?
v.konvict said:
Have you you guys tried to email the developer of the app to fix this?
Click to expand...
Click to collapse
Yep, they weren't helpful at all though, unfortunately - they just gave a generic "keep an eye on the compatible device list" response. In the end I gave up and sold a Oneplus and got a Samsung.
Hi!
I just had contact with medtronic Belgium and they said; the more people call us the more 'problem cases' go to the IT'ers in America. So they mean how faster the problem will be solved so just give them a call
Greetings
https://m.apkpure.com/guardian-connect-us/com.medtronic.diabetes.guardianconnect.us/download?from=details
Needs stock, unrooted, bootloader locked, oos10
How can we fake the phone ID for an app?
HueyT said:
https://m.apkpure.com/guardian-connect-us/com.medtronic.diabetes.guardianconnect.us/download?from=details
Needs stock, unrooted, bootloader locked, oos10
Click to expand...
Click to collapse
Can this unlocking of phone be done for two other apps from Medtronic as listed below please?
CareLink™ Connect - Apps on Google Play
Diabetes data sharing
play.google.com
MiniMed™ Mobile - Apps on Google Play
Insulin pump display
play.google.com
Same error message as original post...
I am using an Asus ROG 5s Pro
Thanks in advance to anyone who can help
Can't use unlocked bootloader or rooted phones for medical apps as less secure
volkslove said:
Can this unlocking of phone be done for two other apps from Medtronic as listed below please?
CareLink™ Connect - Apps on Google Play
Diabetes data sharing
play.google.com
MiniMed™ Mobile - Apps on Google Play
Insulin pump display
play.google.com
Same error message as original post...
I am using an Asus ROG 5s Pro
Thanks in advance to anyone who can help
Click to expand...
Click to collapse
https://apkpure.com/developer/Medtronic%2C%20Inc.
Here is the list of all Medtronic's apps. Download the APK, then select the file from your Downloads folder in the Files app.
You may be prompted about the app being from an unknown source or risk to your device. Ignore the warning, tap OK, yes, or allow if prompted.
Hope this helps and as the post above already said I would consider calling Medtronic customer service and asking them to make the app available to all phones.
KemikalElite said:
https://apkpure.com/developer/Medtronic%2C%20Inc.
Here is the list of all Medtronic's apps. Download the APK, then select the file from your Downloads folder in the Files app.
You may be prompted about the app being from an unknown source or risk to your device. Ignore the warning, tap OK, yes, or allow if prompted.
Hope this helps and as the post above already said I would consider calling Medtronic customer service and asking them to make the app available to all phones.
Click to expand...
Click to collapse
Was actually hoping for a work around to use on phones that are not on the compatible list, i.e. for the app to not check for phone compatibility before starting.
volkslove said:
Can this unlocking of phone be done for two other apps from Medtronic as listed below please?
CareLink™ Connect - Apps on Google Play
Diabetes data sharing
play.google.com
MiniMed™ Mobile - Apps on Google Play
Insulin pump display
play.google.com
Same error message as original post...
I am using an Asus ROG 5s Pro
Thanks in advance to anyone who can help
Click to expand...
Click to collapse
I second this; rooted OnePlus 8 Pro running an A12 custom ROM
Personally I've actually come pretty close and was able to hide both Root and Developer Options from being detected using XPrivacyLua, but was unable to get MagiskProps working properly to get around the final "Your Phone is Incompatible" by spoofing as a Google Pixel (one of the primary "approved" devices) message, even after trying multiple older APKs combined with clearing data/cache
Zilch163 said:
I second this; rooted OnePlus 8 Pro running an A12 custom ROM
Personally I've actually come pretty close and was able to hide both Root and Developer Options from being detected using XPrivacyLua, but was unable to get MagiskProps working properly to get around the final "Your Phone is Incompatible" by spoofing as a Google Pixel (one of the primary "approved" devices) message, even after trying multiple older APKs combined with clearing data/cache
Click to expand...
Click to collapse
Thanks.
Actually the logic behind limiting the compatible devices boggles my mind because, other than replicating the screen of the insulin pump and sending data downloaded from the pump to health care providers, the app does not allow pump to accept commands from external devices. So I do not see what the concern is with allowing more devices to use the app...
volkslove said:
Thanks.
Actually the logic behind limiting the compatible devices boggles my mind because, other than replicating the screen of the insulin pump and sending data downloaded from the pump to health care providers, the app does not allow pump to accept commands from external devices. So I do not see what the concern is with allowing more devices to use the app...
Click to expand...
Click to collapse
There is no logic, just retarded medical industry bureaucracy BS.
I've contacted customer support multiple times and asked them the same question, only to get the same useless response of pretending to "pass on my feedback".
It's actually one of the reasons I wanna find out how to work around the problem even more; like who needs them to take proper control of a medical device that I own.
Would also be amazing to get a Wear OS app that displays the same or similar information to the app, but I don't see that being made by Medtronic for at least a decade.
Zilch163 said:
I second this; rooted OnePlus 8 Pro running an A12 custom ROM
Personally I've actually come pretty close and was able to hide both Root and Developer Options from being detected using XPrivacyLua, but was unable to get MagiskProps working properly to get around the final "Your Phone is Incompatible" by spoofing as a Google Pixel (one of the primary "approved" devices) message, even after trying multiple older APKs combined with clearing data/cache
Click to expand...
Click to collapse
Hi! Im struggling with getting this app working on my rooted xiaomi. Do you remember how exactly did you bypass those checks with xprivacylua?