Enabling data of just one app? - General Questions and Answers

Is there any particular app which helps in monitoring data usage? I mean, I have loads of apps installed. But I just want Watsaap. I don't want other apps to use data. Is Thr any app which helps to enable just one app to use data? Do help me out!!!
Sent from my GT-I9300 using xda app-developers app

If you are rooted you can get LBE from google play store https://play.google.com/store/apps/details?id=com.lbe.security.lite&feature=search_result#?t=W10. You can pick and choose which apps can access data, GPS and almost all permissions you want for each single app seperately. Even allows you to monitor all data usage and much more. Play around with it. Best part is....IT'S FREE!
coolnand said:
Is there any particular app which helps in monitoring data usage? I mean, I have loads of apps installed. But I just want Watsaap. I don't want other apps to use data. Is Thr any app which helps to enable just one app to use data? Do help me out!!!
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse

Thanks for that. Just what I needed.

i think you need a droidwall application for that

What you mean? I dint get u.
Sent from my GT-I9300 using xda app-developers app

Related

[APP][MOD] [UPDATED: 10-25-2013] Facebook v3.7 without location privelages

Here is the latest facebook official app with location 'feature' removed.
I am not sure if you guys who use the app know this, but facebook constantly tracks your location. There is a receiver built into the app that every time you "refresh" the app (Interval settings are found in the settings menu of Facebook) it gets your location and everything you do on Facebook, post a status, send a message, upload a photo etc, your location is added and you cannot turn it off..
So i decompiled the apk and removed all locations ability. That means, no checking in, no nearby, nothing that needs to get your location. You WILL get a forced close. I am working on trying to keep that enabled while dissabling the 'tracking' featrue. Just download, copy apk to your phones storage and use a file browser to install the APK.
Hope you guys enjoy the privacy while also enjoying the Facebook app.
DOWNLOAD: Facebook v3.7 - No Locations
Link???
Sent from my CleanRom'd GS3
Internet Guy said:
Link???
Sent from my CleanRom'd GS3
Click to expand...
Click to collapse
XDA Is having an issue with uploading attachments. Not sure why i'll try again later. Sorry :/
Internet Guy said:
Link???
Sent from my CleanRom'd GS3
Click to expand...
Click to collapse
Yea i love to try it...
Sent from my SCH-I500 using Tapatalk 2
Ahhhh this the reason why FB consume a more MB on my 3G ?
Michel
Good idea, but I've turned my location of and it never shows my location when posting any thing.. when I send a private message it gives me the option to turn location of.. is this the same location receiver you are disabling from the app?
Sent from my Xperia S using xda premium
Michel_debs said:
Ahhhh this the reason why FB consume a more MB on my 3G ?
Michel
Click to expand...
Click to collapse
This mod will possibly use a tiny bit less. But it uses so much for its Cache. So things are loaded a lot faster and what not.
danlivesey said:
Good idea, but I've turned my location of and it never shows my location when posting any thing.. when I send a private message it gives me the option to turn location of.. is this the same location receiver you are disabling from the app?
Sent from my Xperia S using xda premium
Click to expand...
Click to collapse
Are you talking about turning your location off under settings of your phone? Well thats different. There is no way to turn it off in the FB app itself. You can turn off the location thing for your messages but its still secretly getting your location.
OP UPDATED WITH DL LINK TO MY DROPBOX
Sorry it took so long. XDA is giving me some security error when i try to attach anything :/
Thanks. App is working great!
Sent from my T999 GS3 @ 2GHZ
I don't mean to hijack the thread, but a good app that stops location requests for any application is LBE Security Master. It will prompt you each time an application requests to use certain permissions. You can also check a box to never allow the application to access that setting, in this case it would be location.
Just search on XDA to find it, I'm on my phone and I don't think the app is on the market.
Sent from my One X using xda app-developers app
codyrt said:
I don't mean to hijack the thread, but a good app that stops location requests for any application is LBE Security Master. It will prompt you each time an application requests to use certain permissions. You can also check a box to never allow the application to access that setting, in this case it would be location.
Just search on XDA to find it, I'm on my phone and I don't think the app is on the market.
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
Whenever i tried using a third party app to block GPS to the Facebook app, it would cause the FB app to force close irregardless what you did.
I'll try the app and see what happens. Not sure how it goes about granting and denying access. In all honesty i was looking for something like this.
Just don't use LBE Privacy Guard on jelly bean, it caused my phone to freeze a few minutes after turning on and then rebooted and got stuck in that loop. The only way to resolve it was to use adb and remove the apps file.
The app I mentioned in my post above doesn't seem to have any issues besides that parts of it are in Chinese.
Sent from my One X using xda app-developers app
codyrt said:
Just don't use LBE Privacy Guard on jelly bean, it caused my phone to freeze a few minutes after turning on and then rebooted and got stuck in that loop. The only way to resolve it was to use adb and remove the apps file.
The app I mentioned in my post above doesn't seem to have any issues besides that parts of it are in Chinese.
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
So you confirm it works with Facebook?
Sent from my SGH-T999 using Tapatalk 2
Works great so far -- subscribed to this thread -- thanks!
As far as I can tell it does. When I open Facebook, LBE pops up and asks me if I want to allow Facebook to track my location. It detects whether Facebook is using location tracking through WiFi or through GPS. I have not checked to see my posts to see if location is attached to them.
Sent from my One X using xda app-developers app
codyrt said:
As far as I can tell it does. When I open Facebook, LBE pops up and asks me if I want to allow Facebook to track my location. It detects whether Facebook is using location tracking through WiFi or through GPS. I have not checked to see my posts to see if location is attached to them.
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
Interesting.. I wonder if it's blocking "locationmanager.getlastknownlocation" as well. This method doesn't access any hardware. It just reads what the last location known was. Meaning if any other app has access to your GPS and gets a lock, that location is remembered and then used by above method.
I feel much more comfortable completely removing the actual physical code no offence to your option though.
And for a thread update, I learned a new tool to help figure out what gets called where. so I might be able to add the ability to check in as well as use "nearby" in the app. And just disable the tracking!
Sent from my SGH-T999 using Tapatalk 2
elesbb said:
Interesting.. I wonder if it's blocking "locationmanager.getlastknownlocation" as well. This method doesn't access any hardware. It just reads what the last location known was. Meaning if any other app has access to your GPS and gets a lock, that location is remembered and then used by above method.
I feel much more comfortable completely removing the actual physical code no offence to your option though.
And for a thread update, I learned a new tool to help figure out what gets called where. so I might be able to add the ability to check in as well as use "nearby" in the app. And just disable the tracking!
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
Yeah, I'm still using your MOD too, I really don't need Facebook accessing my location so you can never be too safe about that.
Sent from my One X using xda app-developers app
Thanks mate awesome work!
Hi, there are still some Facebook services running all the time in the background although I have deactivated all notifications. Do you know which services these are?
topcaser said:
Hi, there are still some Facebook services running all the time in the background although I have deactivated all notifications. Do you know which services these are?
Click to expand...
Click to collapse
Sort of. I know when notifications are enabled there is a service running. Also what's your refresh interval set at? If that's not disabled then that's what the service is.
If not it may just be in "empty applications" part of androids memory manager. Meaning it's dead but still there to increase launch time. I'm running cm10 and I use the "hold back to kill" option on Facebook so mine is 100 percent gone.
Sent from my SGH-T999 using Tapatalk 2
Loving this app. Great job. Finally facebook can't track me anymore. One big brother, google, is enough.

need antitheft app

i need anti-theft app works by GPS trackinng ....but unfortunately all antitheft apps in android (google play ) should have mobile data connectivity all the time ... and no one sure knows when will his mobile lost to turn mobile data on on that day ....so i ask for an app that when it recieves a message from another phone it enables automatically 3G data connectivity and gps
if any one knows app like that plzz write its link on a reply
You can try Plan B, here's the link:
https://play.google.com/store/apps/details?id=com.lookout.labs.planb&hl=en
ahmed_alaa said:
i need anti-theft app works by GPS trackinng ....but unfortunately all antitheft apps in android (google play ) should have mobile data connectivity all the time ... and no one sure knows when will his mobile lost to turn mobile data on on that day ....so i ask for an app that when it recieves a message from another phone it enables automatically 3G data connectivity and gps
if any one knows app like that plzz write its link on a reply
Click to expand...
Click to collapse
Try Cerberus.. Has a lot of features... U can also put on data or wireless and gps by sending SMS.. It doesn't cost too much
Sent from my Nexus S using xda app-developers app
Try aeGis, you can remote control your smartphone via sms !
My vote is for Cerberus.
Sent from my SPH-L720 using xda app-developers app
I'm using Cerberus too.
It just works !
Use avast, and you will get also antivirus
Avast is for me as well the best. Antivirus and anti theft in one.remote control works.if installed with root, it will survive factory reset and wipe data enabled...
Sent from my C6603 using xda premium

Complete app information?

I would like to know if there's an app which shows every detail about the apps installed on phone.
For example: some apps save data on storage and I don't know where exactly. Although I have root access I simply cannot find every data the app stores. Well hope somebody can help.
Sent from my GT-i9100 using xda app-developers app

[Q] Greenify on non rooted Moto G

I would like to use Greenify app on my non rooted Moto G and want Greenify some system apps (such as G+, Drive, Play Books etc.) but I am not able to Greenify any system apps.
All I can do is Greenify only those apps installed by me.
How to Greenify system apps without root, as I dont want to root at any cost.
Monsieur_Bond said:
I would like to use Greenify app on my non rooted Moto G and want Greenify some system apps (such as G+, Drive, Play Books etc.) but I am not able to Greenify any system apps.
All I can do is Greenify only those apps installed by me.
How to Greenify system apps without root, as I dont want to root at any cost.
Click to expand...
Click to collapse
If You don't used them just disable them. There isn't much more you can do, without root.
Monsieur_Bond said:
I would like to use Greenify app on my non rooted Moto G and want Greenify some system apps (such as G+, Drive, Play Books etc.) but I am not able to Greenify any system apps.
All I can do is Greenify only those apps installed by me.
How to Greenify system apps without root, as I dont want to root at any cost.
Click to expand...
Click to collapse
Yes you can greenify all unwanted system apps like maps and YouTube or any other, For that you have to buy greenify donation pack and only after that you can enable experiment feature and after that you can greenify them......
Sent from my XT1033 using XDA Premium 4 mobile app
I stand corrected, sorry.
Ani0o7 said:
Yes you can greenify all unwanted system apps like maps and YouTube or any other, For that you have to buy greenify donation pack and only after that you can enable experiment feature and after that you can greenify them......
Sent from my XT1033 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
But without root will work?
I mean the donation package, will it work without root? In its description in play store it says its for root only.
If you or anyone is using it without root please let me know.
Monsieur_Bond said:
But without root will work?
I mean the donation package, will it work without root? In its description in play store it says its for root only.
If you or anyone is using it without root please let me know.
Click to expand...
Click to collapse
You need root for any app installed in /system/app and /system/priv-app. That applies even if you download updates for such an app.
Greenify w/o root is not very effective, it actually needs xposed module to work properly for system apps.
The paid version needs root too.
Without root, you can only hibernate apps installed by yourself and that's about it.
Monsieur_Bond said:
But without root will work?
I mean the donation package, will it work without root? In its description in play store it says its for root only.
If you or anyone is using it without root please let me know.
Click to expand...
Click to collapse
Yes it works, I am using beta 9 version of greenify with donation package and I am able to use it without a single problem and I am on non rooted device, it treat user apps and system app in same manner as you know the principal of greenify it creates a widget on home screen and when you click on it, you will close all running apps by force closing it, yes its a experimental feature and even play store talk about "SOME EXPERIMENT FEATURES (REQUIRE ROOT)" that means not all features required root but still I happy with it, it does what it says..... It greenify system app....
Sent from my XT1033 using XDA Premium 4 mobile app
Ani0o7 said:
Yes it works, I am using beta 9 version of greenify with donation package and I am able to use it without a single problem and I am on non rooted device, it treat user apps and system app in same manner as you know the principal of greenify it creates a widget on home screen and when you click on it, you will close all running apps by force closing it, yes its a experimental feature and even play store talk about "SOME EXPERIMENT FEATURES (REQUIRE ROOT)" that means not all features required root but still I happy with it, it does what it says..... It greenify system app....
Sent from my XT1033 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
OK Mate, I will give the donation pack a try.
I will risk 100 bucks.
Monsieur_Bond said:
OK Mate, I will give the donation pack a try.
I will risk 100 bucks.
Click to expand...
Click to collapse
Go on buddy, worth spending
Sent from my XT1033 using XDA Premium 4 mobile app
Ani0o7 said:
Go on buddy, worth spending
Sent from my XT1033 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Can you please let me know which all system apps are available to be Greenified.
A list and screenshot will be very helpful.
System apps which I want to Greenify are:
Calculator
Drive
FM
Google
Google Settings
Google+
Help
Motorola Migrate
Photos
Play Books
Play Games
Play Movies
Play News Stand
YouTube
Are all these system apps available to be Greenified after installing donation package.
List of my greenified apps
Sent from my XT1033 using XDA Premium 4 mobile app
Ani0o7 said:
List of my greenified apps
Sent from my XT1033 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks Mate.
How to get Google Play Gift Vouchers so that I can redeem them for app purchase?

Unknown App Called 10144 pulling background data

Sent from my Z830 using XDA Free mobile app
I have an app that only shows up in my data usage menu called 10144 I've tried to research it and haven't found any information on. I have looked through my lists of installed programs and packages and haven't found this anywhere but in that menu. Its pulled 9.58 MB of data which isn't much but could be a lot of personal info. Forgive me for being new to fourms but any info someone could provide would be appreciated
Sent from my Z830 using XDA Free mobile app
Can we get a screenshot? Also, try installing titanium backup. Background services app that do not appear in Settings may show up in titanium backup.
Here is a screen shot of that app in my data usage menu
Sent from my Z830 using XDA Free mobile app
big.Will said:
Here is a screen shot of that app in my data usage menu
Sent from my Z830 using XDA Free mobile app
Click to expand...
Click to collapse
Use file manager with root and go to /data/system/packages.list where all your apps are listed with UIDs.
That takes me into another problem, I can't find anyone who has rooted the phone I have z830.
Sent from my Z830 using XDA Free mobile app
Any help on rooting it would be great and I would pay
Sent from my Z830 using XDA Free mobile app

Categories

Resources