Mobogenie and other apps - Security Discussion

Hello,
I have this issue : when i use browser from my moto defy to surf the net it randomly opens google play all the time to some apps like mobogenie or DU batter saver and other similar apps. How can i disable this strange behaviour?

PerryTrademark said:
Hello,
I have this issue : when i use browser from my moto defy to surf the net it randomly opens google play all the time to some apps like mobogenie or DU batter saver and other similar apps. How can i disable this strange behaviour?
Click to expand...
Click to collapse
That's pretty common these days, any time you're browsing on Internet, it automatically downloads Mobogenie.apk because it is an advertisement. The website owners are paid for such downloads, so whenever you visit that particular website, these type of downloads begin automatically as they are sponsored.
Disabling hmm... avoid those websites, or maybe you're clicking on illegitimate download links which causes this problem (Seen many websites with 100s of download buttons in a single page - so confusing!)

iAyush said:
That's pretty common these days, any time you're browsing on Internet, it automatically downloads Mobogenie.apk because it is an advertisement. The website owners are paid for such downloads, so whenever you visit that particular website, these type of downloads begin automatically as they are sponsored.
Disabling hmm... avoid those websites, or maybe you're clicking on illegitimate download links which causes this problem (Seen many websites with 100s of download buttons in a single page - so confusing!)
Click to expand...
Click to collapse
The website i usually browse when mobogenie pops up is xda! Also i dont click anything, i am aware of these strange download links...I dont care about the ads but this thing of getting the play store popping up all the time is really starting to get on my nerves...I'll update the post if i find a solution, thx for the answer!

PerryTrademark said:
Hello,
I have this issue : when i use browser from my moto defy to surf the net it randomly opens google play all the time to some apps like mobogenie or DU batter saver and other similar apps. How can i disable this strange behaviour?
Click to expand...
Click to collapse
Hi.
Also had this problem surfing on XDA.
Automatic download of Mobogenie and redirecting to Play Store.
With a clean flash of my rom without restore of my apps it seems to be gone, so far.
So it could have been some of my apps causing this.
Thanks
Knievel
Edit. Nope. Its back.
Only on my Chinese tablet, not on my Nexus 5.
Have not seen this when using Dolphin browser though.

Related

[Q] Google Play

I do not know if this is normal, but if I install app from web, it will not download the app into my tablet immediatelly. Instead, I have to open market on my tab, then the download starts. Moreover, after installing the app I often also get a message in the notification area saying, that the application is already installed... I think, that it worked before on background without the need to start the google play. I disabled several apps, none of them should be related to market. Any idea?
original JB, rooted + several apps disabled
rkalas said:
I do not know if this is normal, but if I install app from web, it will not download the app into my tablet immediatelly. Instead, I have to open market on my tab, then the download starts. Moreover, after installing the app I often also get a message in the notification area saying, that the application is already installed... I think, that it worked before on background without the need to start the google play. I disabled several apps, none of them should be related to market. Any idea?
original JB, rooted + several apps disabled
Click to expand...
Click to collapse
Seems to depend on the connection to the Google servers -- I've seen this sometimes, but other times the install went through without a hitch. I wouldn't worry about it, it's a bit hit or miss.

can't open websites via chrome/Mozilla/Adm etc.

Just I formated my device(yuphoria)
After installing apps I can't browse websites
Tried chrome , Mozilla , also ADM (download manager)
I automatically get redirected to a link(have attached screen shot)
This ads keep on poping up
My phone keeps on vibrating
I can't open most if websites every time I am redirected to an add page
What's the problem please tell me
And help me
Thanks in advance
(-vinner-) said:
Just I formated my device(yuphoria)
After installing apps I can't browse websites
Tried chrome , Mozilla , also ADM (download manager)
I automatically get redirected to a link(have attached screen shot)
This ads keep on poping up
My phone keeps on vibrating
I can't open most if websites every time I am redirected to an add page
What's the problem please tell me
And help me
Thanks in advance
Click to expand...
Click to collapse
lol funny popup
clean your phone and only put on apps that came with the phone from the factory.
check to make sure the problem is gone.
try installing only a couple extra apps at a time until you figure out which one is causing the problem. im betting its an app that did not come from the play store.
bweN diorD said:
lol funny popup
clean your phone and only put on apps that came with the phone from the factory.
check to make sure the problem is gone.
try installing only a couple extra apps at a time until you figure out which one is causing the problem. im betting its an app that did not come from the play store.
Click to expand...
Click to collapse
I searched on net and found that tradeexhange is a malicious site it puts its malware in many browsers and hence it was redirecting
I uninstalled all the browsers and now its working fine

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

Chrome keeps asking to download some porn application

Hello,
recently I installed a firware rom for my tablet and everything was OK until one day, when opening certain websites (not porn sites and never been there), Chrome randomly will popup a message to download some PornFactoryApp_25.apk(other browsers are OK).
What I did is reflashed the ROM, but before that I completelly reformatted the boot and the system partition and nothing helped to get rid of Chrome asking to download scuh porn app.
1. Is it possible that the ROM is infected?
2. Maybe coincidence that certain websites are not ad free and something redirects them to this link
3. Can I find the source of Chrome answering to this app download request?
4. Can I somehow track the link from where it gets the request to download such porn app?
5. Is it possible that part of the boot is infected and cannot be reformatted in no way?
Please if someone is eager to find solution, this woukld be great.
Thanks

Brand new s8+ and ads keep popping up

Hello.
Just got my s8+ two days ago and i already have a problem with ads.
Every now and then some random ad pops up. Its a fullscreen ad with a x to click away at the top right.
I already tried avg and adguard. But no luck so far.
Ginob said:
Hello.
Just got my s8+ two days ago and i already have a problem with ads.
Every now and then some random ad pops up. Its a fullscreen ad with a x to click away at the top right.
I already tried avg and adguard. But no luck so far.
Click to expand...
Click to collapse
Give this a try, works for me.
https://forum.xda-developers.com/android/apps-games/app-blokada-fire-forget-root-ad-blocker-t3503374
You've probably installed some application not from Google Play. You should check for any sketchy apps running in the background.
rimatox said:
You've probably installed some application not from Google Play. You should check for any sketchy apps running in the background.
Click to expand...
Click to collapse
Im a complete newby with android. The only suspiciou thing i can find is configAPK? This has no icon either.
I found this in Settings > Apps
Provide a list of all 3rd party apps you installed.
ES File Explorer is one of the apps that does this, uninstall it if found.
If the pop-up shows up press the recent button in navigation bar so you can see the title of the application.
BTW, try this ad blocker. It worked for all applications on my phone. No root needed.
https://play.google.com/store/apps/details?id=com.getadhell.androidapp
Sent from my SM-G955F using Tapatalk
Factory reset your phone and in future only download apps from Play Store. This will solved a lot issue since you are new to Android.
Also read description and user feedback 1st before download.
I had loads of ads popping up, but now I'm rooted with Adhell, Adguard and Adblockplus installed.
that = bye bye ads..lol.:good:
Matt
I encountered a similar problem and it wasn't related to downloading an application. Somehow got directed to one of those click here to win web pages, then shortly after a similar ad would pop up randomly when browsing on Chrome. Since this is the first phone I had without adaway didn't realize websites I use to go to had this redirection.
I think what happens is either a cookie or a notification is made on the browser app. After reseting the phone, installing adhell, disabling notifications for Chrome/Samsung internet haven't encountered the problem.
You could install the official AdBlock extension for the Samsung browser...
I got loads of ads pop up after installing movie hd
Caused by Samsung
This is without a doubt caused by samsung. I "Upgraded" from a nexus 6p to a s8 active last week and actually have less third party apps than before. I NEVER had full screen pop up ads before the switch. Same carrier, same number, same Google account, etc.
I just can't figure out how to stop it yet.
Ginob said:
Hello.
Just got my s8+ two days ago and i already have a problem with ads.
Every now and then some random ad pops up. Its a fullscreen ad with a x to click away at the top right.
I already tried avg and adguard. But no luck so far.
Click to expand...
Click to collapse
Clicking on X means you're just deleting it on the screen, but it will appear anywhere and anytime,because you didn't shut them down completely ,they're really annoying
S8+ Adds
I had the same problem with a brand new S8+
Turns out it was Messenger
I deleted Messenger then reinstalled and Wullah! Adds gone
Hope this helps
BratPAQ said:
If the pop-up shows up press the recent button in navigation bar so you can see the title of the application.
BTW, try this ad blocker. It worked for all applications on my phone. No root needed.
https://play.google.com/store/apps/details?id=com.getadhell.androidapp
Sent from my SM-G955F using Tapatalk
Click to expand...
Click to collapse
Google says this app is not available in (my, USA) country yet!
JeffDC said:
Google says this app is not available in (my, USA) country yet!
Click to expand...
Click to collapse
AdHell was removed from the Play Store and shut down by the developer at the request of Samsung.
Ginob said:
Im a complete newby with android. The only suspiciou thing i can find is configAPK? This has no icon either.
I found this in Settings > Apps
Click to expand...
Click to collapse
configAPK sounds like the source of your problem as it is a scam apk uninstall.
Opt Out
Google for opt out and chose to opt out all companies from DAAC (Digital Advertising Alliance of Canada)
It take a few tries to complete for all companies but it worth trying.
Regards
Pop up ads
Ginob said:
Hello.
Just got my s8+ two days ago and i already have a problem with ads.
Every now and then some random ad pops up. Its a fullscreen ad with a x to click away at the top right.
I already tried avg and adguard. But no luck so far.
Click to expand...
Click to collapse
I had the same problem with my note 8. What you have to do is go into settings and open up your app list. At the very bottom of the list of apps you'll see something that doesn't have an icon. It's a piece of adware from one of those popup ads that says you want something from Amazon. Just delete it. No need to factory reset
BratPAQ said:
If the pop-up shows up press the recent button in navigation bar so you can see the title of the application.
Click to expand...
Click to collapse
I imagined there HAD to be a way to ID the source of these annoying ads that pop-up when no apps are open.
But where is the "Recent button" and the "Navigation bar"? I should know, I've owned several Galaxy S series phones over the years.
---------- Post added at 03:46 PM ---------- Previous post was at 03:43 PM ----------
Andrewtst said:
Factory reset your phone and in future only download apps from Play Store. This will solved a lot issue since you are new to Android.
Also read description and user feedback 1st before download.
Click to expand...
Click to collapse
I wonder if that is the answer. I have NEVER downloaded an apps not found in the playstore and I started getting these adds several months ago

Categories

Resources