Link to my app in Market but without related apps - Android Software/Hacking General [Developers Only]

Hey ya'll,
I'am trying to figure out how to create a link to my market app
WITHOUT showing other related apps. So if this is my link
market.android.com/details?id=com.Smoothdrive there will be
like 10-15 other apps displayed on the left side. Now, some of you can
ask me - why this is a problem? The answer is very simple - when I
post this link to Facebook to share, Facebook will parse the link and
extract images to show right next to the post. If there are other
related apps displayed - there is not guarantee that the picture from
my app will show up next to the link. So far - I've mostly seen
pictures from related apps showing up.
Thanks fellas!

What about Appbrain or similar?
http://www.appbrain.com/app/smoothdrive-(beta)/com.Smoothdrive
I realize it's not what you are looking for but it might end up being a workaround until you find a real solution.

Related

Need help with downloading app from android market!

Hi. I can download all apps from the market exept two apps from same developer! When i search the name of apps, it says that it cant find it. I have also tried appbarin, slideme..etc. but still i cant find those two apps! The apps are visible from the web on my computer when I go to some of sites for apps that also allows downloading from mobile but they are not visible on phone. The apps are free "AndAR Model Viewer" and "AndAR". So if someone can download them for me and send me to [email protected] that would be great!
Thanks
The dev may have taken them down.
I was reading on some forum that the apps are not visible to users with VGA cameras or users without camera on their phones/tablets. I think thats the problem. Can anyone check if the apps are on market?
Thanks
They're available on my market.
Sent from my HTC Droid Incredible. This Droid Does More.
I knew it :]
Thanks for confirming it.
Could you download them and send to me on the mail above if it isn't too much trouble?
Thanks.

[Q] Where's the gallary app

I remembered seeing an app that allows the phone to disable certain folders when you opened the gallary. I can't find it anymore, does anybody have a link to that thread or the apk file?
Thanks.
Sorry, I found it
http://forum.xda-developers.com/showthread.php?t=1063358&highlight=[APP]

[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.

memu emulator cache to phone help

there was a recent update to one of my games. legend of pirates. the developer sucks every time there is an update some stuff goes missing or there are some major malfunctions. currently everyone that is logged into facebook as their username and password are able to access their account. but if they delete the game and reinstall it, switch to a nutsplay login, google+ login, or delete their cache/data from the settings tab. they will not be able to login to the game using facebook. usually it takes over a month for problems like this to get fixed, so I am asking for help here to see who can help me through the process. I have an android emulator on my laptop and the game is logged into facebook. there is very limited apps downloaded in it so there are not many files associated with the emulator. I have been able to successfully transfer the apk file of the game and also the 98mb extraction file that initially takes place when the game is loaded for the first time. but none of this has the prestored Facebook login. I have cloned the memu instance and opened the cloned version and when I clicked the legend of Pirates application, it was stored with Facebook details and I was able to access my account that way. but I wish to clone it to my phone, or transfer files to specific pathways . I am having some troubles and seek advice. I know this is my first actual post, but that's because I search for my answers and almost always find the exact answer im looking for. please do not think this is some sort of trolling or whatever people call it. I have used xda forums for some good helpful information like the data toggle switch gone missing and how to get that icon back in the quick bar or whatever it is call at the top of your phone. thanks for anyone who knows anything about memu and how to provide me some enlightenment into this issue.

App called “Error” in list when viewing system apps

Was just looking around to disable apps I don't use like the Facebook ones, bumped into this one called "Error".
Any body got a clue what this is?
I tried searching on Google and found one link with the same question I have but no answers for what it might be.

Categories

Resources