Discover cool apps which fit your preferences/hobbies! - Android Apps and Games

I've found is handy app called Appcurl and it basically finds the apps that are right for YOU. Instead of going to the Top 10 list of Google Play which has nothing to do with your preferences and needs it shows you the relevant apps to your lifestyle and preference instead. By the way, most of the apps in the Top 10 lists you already have installed anyway probably. This app shows you apps where you have probably not heard of yet and which will fit your lifestyle and hobbies.
I have discovered many apps for my fitness training and animal apps which I have otherwise have never found.
Thanks! Here are the links:
http://www.appcurl.com
https://play.google.com/store/apps/details?id=com.airomo.appcurl
Youtube video: https://www.youtube.com/watch?feature=player_embedded&v=iWPJfHPOq0w

Related

App Manager in Google Play still useless, any idea?

I have searched this forum and the web, still surprised about the poor integration of multiple devices in Google Play.
Can anybody tell me if there is any easy and fast way to transfer most of your app's to a new device?
I am amazed the lack of usability in this matter? Why is there not a column based page with all your registered devises from left to right and all the app's downwards, then a box to "tick" on each device to install or delete multiple app's in one go??? How hard can it be???
I know you can use Titanium but you need to be rooted and still go by each app individual or take all in one go, this do not make any sense since a newer device might not need all the app's.
On Google Play I can see all my app's and then install them one by one with a confirmation box for every one? long and boring task.
A column based set-up where you choose which app's to be installed on what device you have registered seems like a "no-brainer" to me but I have not been able to find anything that resembles that??
Does it exist and am I a knob or is this a major oversight by Google???
All suggestions are welcome.
Robert
The key here is you need to tell Google to restore your phone once you install an OS. If you did this, the Play Store automatically downloads all your previously installed apps.
Also, in Titanium you have the checkboxes on the side as you're asking for, you just deselect the checkboxes besides the red apps pretty much...

Looking for a quarantine/freeze app

Hi all
As the title says I'm looking for an app (paid or free) that will allow me to freeze apps and services on my Androids.
I am not having much luck searching the Play Store. I have come across a few, but they don't have the abilities like I detail below.
At the moment I am using App Quarantine Pro and while it mostly works it has some quirks and I cannot fully rely on it. Added to that it has not been updated in a long time and is, I consider, abandonware. The chances are it will work even less reliably on Android Marshmallow
The feature that AQP has is the ability to create groups to freeze apps and with a couple of taps you can freeze/unfreeze all of the apps in a group. Each group can have a widget, too, making it even more useful. Within that widget you can even choose to start individual apps, too. It's amazing!
Chef's Freezer is very old, not reliable like AQP on newer OS.
Link2SD Plus you can only freeze/unfreeze apps one at a time
Same for SD Maid Pro and Root Uninstaller Pro.
App Freeze is not bad, but you can't group or group widget
Disable Application is not bad, you can create a shortcut for each app, but no groups or group widgets either.
Disable Bloatware is more an 'app hider' which does not suit my needs
Freeze App does have the shortcut facility, too, but again no groups or group widgets.
None of these seems to touch services either, though one that does all services, too, is probably expecting too much.
I know that Titanium Backup Pro has a label/widget facility and would satisfy my requirements, but, and I hope this makes sense, I'd prefer to keep TBP for backup operations and not have loads of labels for quarantining apps mixing in with my existing labels for running certain types of backups. I will use TBP if I have to, though.
I should clarify further I am not looking for, or interested in, apps like Greenify or such hibernation apps. I want the app to be locked totally until I choose to run it manually.
Hopefully someone knows of an app that will meet my needs.

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

New apps impossible to find

The Sansung Gear Apps app is much improved, but it is frustrating for a seller like me. I create an app and upload. Then I sit and wait for weeks for someone to discover it by accident.
Example: I have a novelty watchface that shows the time in a cipher -- a code that looks like gibberish, but if you know how to "decode" it, you can tell the time, date, battery power, etc. pretty easily. Sure, it's geeky, but it's unique as far as I can tell.
The problem is that even with the new "New" apps list, it does not appear in the 350 app list (I think that is how many there are. Not sure.)
I sent feedback to Samsung and they explained:
"Regarding your inquiry, we would like to inform to inform you that our store is operated as 'Curated Store', it means all applications cannot be displayed under each category.
"The applications are displayed on the list based on the number of downloads, price’s value and sales period, so please understand our store concept."​
How can a new app that no one knows about be downloaded if it doesn't appear in the available lists?
In my case, the app is called "Alien Invasion Cypher" and I now have one download after many weeks. The guy must have searched on one of those words from the app name and my app popped up. Otherwise he never would have seen it.
There's got to be a better way. Why not a web site with unlimited lists of apps? Or a new app list that shows new apps, not new apps that have been downloaded?
While it seems no one is interested, I have an update. The new Gear App shows new apps even if they have not been purchased yet. Thanks, Samsung!
yeah I think absolutly the same as you...the gear store is such a chaos...and very hard for new developer so for examples I made some watchfaces and some has still only 10 download after a month...and it is really too hard to find new good apps like your new app :/

Looking for any non-launcher 2D android app manager that acts like a launcher

Looking for any non-launcher 2D android app that can run on the quest and acts like a launcher
The public post that explains with a video:
https://www.facebook.com/groups/vrmai/permalink/1433336956848923/
I know that there are many android launchers that integrate with the home-screen and that can be set as "default launchers" for android.
I've had no success launching them from oculus quest after I installed their .APKs via sidequest.
My conclusion is that every app that is a launcher can not be launched in oculus quest.
What I am looking for is an app that acts like a launcher, meaning they fulfill the following 2 features:
shows a list of 100% of installed apps on the device
allows creating virtual "folders" (visible only from the app) for customizing apps sorting (drag and drop from previous (*) )
but that app must not be a launcher.
I have a few bad examples, for example es explorer and kodi - they both are 2D and have oculus-quest-installable-apks and are runnable, and they can launch other apps from their own interfaces, but they are an overkill for my purpose.
I am looking for something light-weight, that acts like go-launcher, but in fact can not be set as a regular android's home screen's default launcher because in fact it does not qualify for android as a launcher, but just yet another 2D app.
Is there such a thing? if not what are closest 2D alternatives that can launch and list other apps that you could list?
Edit:
I've given it more thought, such a solution would be great but still not good enough
as spending a lot of time searching for the 2d launcher in the huge list of installed apps still kind of defeats the purpose.
As a complete solution I need an app manager that has a web interface as well, that way I could quickly connect to it using the browser!
play.google.com/store/apps/details?id=com.glextor.appmanager.free
This is a decent 1 option I stumbled upon and it runs on the quest, but I am still looking for something that gives you a web ui to do the same thing
EDIT:
never mind I take it back, this app manager is useless for quest, everything it launches launches in a black screen, yes even vr games, indie games, official oculus store games, everything launches in a black screen. the app in the video above is completely useless for the quest.
I'm back at the beginning, still looking for a customizeable category/folder based 2D app manager for android that can launch vr apps from the quest and not in a black screen.
Preferably one with a web server so I could manage it from a pc and also find it quickly from the quest's browser.
If I understand you correctly, try this: https://sidequestvr.com/app/199/quest-app-launcher
subworx said:
If I understand you correctly, try this: https://sidequestvr.com/app/199/quest-app-launcher
Click to expand...
Click to collapse
I am already using this, but it has no built in categories manager inside the app, it has to be done manually by editing some json file from a computer.
and also this is a 3d vr app that runs on unity and is heavy,
I want something more lite-weight and quicker but also mandatory that it has a built in categories manager via drag and drop and that it can launch vr apps
so far I have yet to find such a thing.

Categories

Resources