[Q] "similar" apps missing - General Questions and Answers

I am new to Google App Dev Store. I have uploaded an app. I can see that other apps have a section called "similar" that shows apps that are similar to them. This section is however missing under my app. Do I need to do something for this feature to appear? This is my app btw:
Donkey Dodge. System doesn't allow me to post link.

Related

[Q] market my apps

Is anyone else having an issue with my apps in the market? Every time I click on it it force closes
Link for lazy people like me
Nix that -- no info > lazy... what's your dev name? I searched Sic and found a bunch by Sic! that load fine in the market.
not a dev I meant the program called "my apps" built into the market on the wifi xoom the market apk is called finsky and the vending apk refers to an app called "my apps" I think I've narrowed it down to an adblock app using logcat but I've uninstalled it and its not fixing it

[Q] Help with Market

I have a problem with the android market. I've found two apps where I can see add-on apps when I search for them, but the main app doesn't show up when I search on my phone. When I search on my wife's Motorola Atrix, the main apps show up as well as the add-on apps. The apps I've seen this with are Car Locator and Evernote. Has anyone ever seen this behavior? And how can I fix it so I can get the apps I want. I don't know how many other apps might not be found-but I know there are two for sure!
Depending on your fingerprint in your build.prop, the market makes decisions on what apps you are allowed to see on the device. I'm not sure if you are running stock or a ROM, but if your fingerprint line is not recognized/allowed to use that app, you won't be able to install it.
You can go to http://market.android.com and find the app then see if you can tell it to install to your phone. If it is grayed out, you will need to either extract the apk from your wife's phone or change your fingerprint line then reboot the phone.
I found one of the apps at http://market.android.com and it had an install button. But when I tried to install it I got a message saying "Your device's content rating filter is incompatible with this item". I know the app works on the device because the developer sent me a link and I installed the app from it.
I don't understand why the market would limit me to certain apps. Can you tell me how to fix my phone so this is no longer a problem?
Thanx!!!
jrjmpls said:
I found one of the apps at http://market.android.com and it had an install button. But when I tried to install it I got a message saying "Your device's content rating filter is incompatible with this item". I know the app works on the device because the developer sent me a link and I installed the app from it.
I don't understand why the market would limit me to certain apps. Can you tell me how to fix my phone so this is no longer a problem?
Thanx!!!
Click to expand...
Click to collapse
Menu->Settings->Content Filtering in Market on the device
There might be a corresponding setting on the website, I don't know.
I can't find anything under settings that has anything to do with content, filtering, or market.
jrjmpls said:
I can't find anything under settings that has anything to do with content, filtering, or market.
Click to expand...
Click to collapse
It's right under User Controls.
And obviously, anything in the Market's settings screen is going to be related to the Market.

Is an antivirus necessary? I install third-party apps.

I install third-party apps from App stores like Amazon Appstore and Aptoide (nothing illegal). I recently read an article where it stated that it is very easy for users to download apps that contain keyloggers due to how easy it is to get a keylogger on an app. I'm guessing not all apps are clean even from Google Play, and they most definitely aren't from third-party app stores. Do I need an antivirus like Avast! to ensure everything I download/install are clean and safe?
Also, what's up with all the scary permissions that many apps (even popular ones from top developers) need in order for to be able to use them? For example, Pocket wants to read my contacts, Aptoide wants to read my phone status and identity, and Facebook wants to know everything about my phone. Should I be concerned?
Thanks.
P.S. Is there a way to automatically update third-party apps? Do all apps typically have their own self-updater, or am I required to manually check through Google whether there is a new version for that particular app?
This doesn't belong in general.
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Where should I have posted this thread? Sorry, I'm new to XDA.
Regardless of where you put the thread, antivirus isn't really necessary (at least, in my humble opinion). If you are careful in downloading your third-party apps, you should be fine.
This thread does not belong in the 'General' section, it either goes in the 'Question and Answers' section the 'Security Discussion' section or the 'Android question and answers' section (assuming you are running Android) I would message a mod to either move the thread to one of the sections or have them lock it and then search xda, I know your question had been answered before in many threads. Just use the search button to find your answers or type your question with 'XDA' at the end on Google and search using that if you can't find it using the native XDA search feature.

[Q] How does Play Store alteregos like AppAware display apps? (legal question)

Hi,
We have a very special idea about a new Play Store alterego. We would display Android apps in a dedicated app just like AppAware, 1Mobile Market, AppSales, Appsfire, but in a special way. However, we don't know if we can display the apps without the developers' permission.
Do these apps scrape Play Store for data and display the apps without the permission of the developers or do they ask developers if they can use their apps? Considering these apps provide users with thousands of apps, I don't think they mail all developers.
What do you think? Can this be done? Is there a risk that a developer sues these apps for using his app without his exact permission? These apps have 500,000-1,000,000 downloads which mean they are very popular.
Note: we won't offer direct download of apps. When users click on apps they will be directed to the Play Store.
Thanks,

[GUIDE] My Android Tools(Pro) - one of my fav apps

I'm surprised no one has reviewed this app but I'll give it a shot. *edit- attached pics keep going away each time I edit this post. Take a look at the attachments for screenshots.
My Android Tools (free version)
My Android Tools(Pro)
This is an app I stumbled across by chance or mentions in random forum posts and maybe those who've played with it do only a few things such as disable startup items but it's a lot more powerful than that in regards to blocking in-app ads and trackers.
Now, blocking stuff is a multi-prong approach.
You have Adaway for removing the DNS requests for both apps and browser traffic. MAP targets in-app stuff- not browser traffic. That's why you'd do something like Adaway + MinMinGuard/Adblocker XPosed modules. They actually target blocking the code in the app.
something like XPrivacy for sending random info instead of what an app wants from you
And a bunch of apps and XPosed modules to do things like block receivers or in-app ads.
I've whittled it down to Adaway + *Youtube Adaway + *CrappaLinks + My Android Tools(Pro)
*XPosed Modules
from now on I'm calling My Android Tools MAP
First, make a backup of your ROM
Next, make a backup in the About screen in MAP. The optional thing is if you want MAP to open after every app install/upgrade for review of new and updated apps.
*screenshot
The 3 things we'll look at are Services, Broadcast Receivers and Activities.
Services- things that run whenever
Broadcast Receivers - things that respond to system events (boot, connectivity changes, timezone changes, packages added, etc)
Activities - ads and junk that pop up on your screen. Developers add 3rd party sdk's to show pop-ups and stuff. This is how XPosed Modules such as MinMinGuard and Adblocker work
ContentProvider - still haven't figured out if I find stuff here yet. Maybe in Google Play Services it might have some analytics provider but it's basically things that share things with other apps.
*screenshot
Under Services I mainly look at Analytics and Campaign Tracking svcs. It's up to you but these do offer legit tracking analytics to developers.
Google to see what they do
*screenshot
Broadcast Receivers a few apps that do look at a limited selection of these like XPosed module ReceiverStop
mainly I look at 2 of them:
android.intent.action.BOOT_COMPLETED
com.android.vending.INSTALL_REFERRER
*screenshot
Finally, Activities
This is how MinMinguard and the like block things. We're going to block more because MinMinGuard just has a hardcoded list (see above link to its source code. That's what frustrated me about MinMinGuard. If I'm going to block this stuff I'd rather not have a hardcoded list as ad blocking should be equal opportunity if a user is going that route.)
under here it's really about getting familiar with names of ad networks. Here's a hint
I just downloaded a random app to find one with a bunch of fun things.
*screenshot
Great guide, thank you.
royeiror said:
Great guide, thank you.
Click to expand...
Click to collapse
yw, thanks for the nudge to put it together
Also, note disabling some activities core to an app can cause loss of functionality, force closes, icon removed from the app drawer, etc. That's why I toggle showing the long description of things (that <> button) so I know which are main pieces.
Unity is a library for game development so most of it is actually the app if you see that one a lot.
Sometimes I use the search to look for ad, analytic, track, campaign
Official worst app I've seen for ad activities : agar.io
It's one of the Google recommended apps of 2015 and I was able to find and block 35 ad network activities.
I can't imagine what it's like to actually play the app and what info about you gets collected
@jawz101 : There is an older thread where is shared this app along with an guide which stuff to disable: [SHARE] [APP] MyAndroidTools + Guide to disable some Play Services processes Add it to OP...
@Force I'm wary of disabling too many Google Play Services. I mainly look at the analytics and ads stuff but even then I wonder what repercussions any of it has on battery life. Say, if an app calls for a specific function and it's no longer able to retrieve the information would it cause a force close or get hung in some loop and chew up CPU? I dunno.
Anyone having FCs with the latest version?? It doesn't seem to open at all.. I have a note 4 N910C, on 5.1.1 COJ5, rooted, xposed.
i have been using this for many roms and it saves loads of ram and helps your phone/tablet boot up quicker,i read somewhere that it dont work with xposed or mm both are wrong because i use it on AICP MM ROM and have Xposed installed for XinternalSD and have had no problems at all.
I do submit any crashes if they happen and have emailed the dev in the past when crashes happened. I used to get app crashes until several months ago when trying to backup the current config or when clicking the Content Providers menu option but no longer. Sometimes I completely wiped my device to get it to stop crashing. Since it's been updated these past few months those problems don't occur.
You may want to try reinstalling the app, clearing its data, rebooting, etc to see if something fixed your app crash. Make sure your device I is rooted and the My Android Tools app does indeed have root privileges. Given the nature of the app it may take some error submissions and logcats sent to the dev.
Good to see that somebody reviewed and created a thread for this great app.
Just one question here (if someone could help out) - unlike other apps, Skype seems to be way too stubborn. By mistake I once turned off the connectivity change broadcast receiver. Now, no matter what I do I cannot toggle this receiver back on. WHY? I tried pretty much everything. Rebooting, enabling the receiver from within SD Maid pro, tried making a backup of MAT and then editing this backup manually to remove the tweak for skype but it all failed. With other apps I can toggle their receiver, activities and everything however I see fit and the toggles remain put. With Skype, however, it's a fail. Any help?
Let x
Great tutorial.
As you seem to be very clever with MyAndroidTools, do you have any idea how to spot the services to disable with MyAndroidTools, in order to kill UC news inside the 11.4.5.1005 UC browser last release :
For more or less one week, UC browser has become unusable for Android nowadays with forcing every user with b******* news, foxnews search engine, star magazine search engine, googlenews search engine, yahoo search engine, uc browser search engine, 9app, music player and many more.
Do you think MyAndroidTools could be able to strangle this overwhelming flow of stupidity ?
If yes, there are so much possible items among Services (run whenever), ...
What could be a method to spot the tap and turn it off?
thx
is there any FOSS alternative?
Can't locate in the Play store?
Has the app been removed from the play store? If so is there any chance you could make the file available here? This has been a favorite app of mine for quite sometime. Would hate to see it fade into oblivion.
Guys this was a one-stop app for me...can somebody make the apk here??
Sivabalan said:
Guys this was a one-stop app for me...can somebody make the apk here??
Click to expand...
Click to collapse
I don't know if I would be violating any XDA rules or not. For sure this app is no longer available on the Play store and the developer unfortunately didn't respond to my email. If I can be assured that I'm not violating any XDA rules, I'll gladly share. PS, I love this app I use it for so many things
Bobbaloo said:
I don't know if I would be violating any XDA rules or not. For sure this app is no longer available on the Play store and the developer unfortunately didn't respond to my email. If I can be assured that I'm not violating any XDA rules, I'll gladly share. PS, I love this app I use it for so many things
Click to expand...
Click to collapse
Buddy it's available in apk mirror portal.
App was removed from Play Store how to get the Pro now?
I bought it but if it's in my library its a pita to search a misplaced tap and you back to the top of the list
How I can get this app? It's no longer in the AppStore. I bought the Pro Version.
Bobbaloo said:
I don't know if I would be violating any XDA rules or not. For sure this app is no longer available on the Play store and the developer unfortunately didn't respond to my email. If I can be assured that I'm not violating any XDA rules, I'll gladly share. PS, I love this app I use it for so many things
Click to expand...
Click to collapse
I bought it on google play and suddenly it disappeared. I contacted the creator and he wrote me he violated some rules (?) of google play and they cutted off his account, but he send me the full apk. But I don't know if I can share it here and if he wants to share the full version. Anyway it's still possible to find it on some websites (apkmirror and something else).
I'm satisfied with it, expecially after I lost money buying autorun manager pro (the developer is not releasing new version, he said he's not interested in it anymore).
Anyway, if someone has any alternative to suggest to My Android Tools Pro it would be good.

Categories

Resources