[Q] Enabling Privacy Guard - Galaxy Tab S Q&A, Help & Troubleshooting

Hi All,
I've successfully rooted my Tab S 8.4 without any great drama and enabled write access to the SD Card/Frozen some bloat/Installed Adaware etc.
Next on my to-do list is to try and get Privacy Guard working so I can block Facebook and other apps from accessing my contacts and calendar.
Anyone got any ideas if this can be done on the stock ROM without having to go down the road of flashing a custom ROM?
Thanks for any help you can provide.

mad-marco said:
Hi All,
I've successfully rooted my Tab S 8.4 without any great drama and enabled write access to the SD Card/Frozen some bloat/Installed Adaware etc.
Next on my to-do list is to try and get Privacy Guard working so I can block Facebook and other apps from accessing my contacts and calendar.
Anyone got any ideas if this can be done on the stock ROM without having to go down the road of flashing a custom ROM?
Thanks for any help you can provide.
Click to expand...
Click to collapse
Xposed framework work with at least the Gravity Box module but several others maybe to your liking. I don't know if Viper4Android works on the Tab S 8.4 bit it is well worth a look see. If it does work then you can look forward to a dramatic improvement in audio quality for both headsets and speakers. All can be found on XDA.
Sent from my Nexus 10 using XDA Premium HD app

Related

[APP] Multi-User App Share

I have created an app that will help share apps across users on google's new 4.2 multi user feature.
Thanks to mentose457 and unwired for giving me the idea.
see this thread (http://forum.xda-developers.com/showthread.php?t=1994169)
It works by removing package elements from user's package-restriction.xml file to add the app and adding the package element back to remove the app. (located at \data\system\users\10\package-restrictions.xml where 10 is the user's id)
This is quickly thrown together and will likely have a ton of bugs, but I wanted to go ahead and get it out there for testing.
- This is BETA
-You must have ROOT
- This changes system data on non documented files it could screw something up.
- I'm not responsible for any problems this causes or lost data or bricked or broken devices
- please use cation
- it is currently built to run on main user to enable or disable apps on secondary users (once root is fully working on secondary users I will see about making it run correctly on secondary user's account)
- not tested thoroughly with paid apps*
- does not currently support system apps**
- due to the way I pull the app list from the package manager some installed apps may not show as available to add/remove
- apps installed first on a secondary user's profile will probably not show in the list to add/remove
*paid apps seemed to work but I did not have internet access during testing. My theory is that any paid apps that use Google's license verification will not work or not work for long. So adding your Google Account to the secondary user's play store is probably still the best way to share paid apps.
**The entries in the xml for system apps is different. Therefore I will have to research them more before getting it to work or deciding not to mess with those apps. Currently some will show not installed on other users even though they are and removing/adding them will not work correctly.
------> DOWNLOAD HERE https://play.google.com/store/apps/...tm_medium=forum&utm_campaign=app_announcement
I'd love to get feedback to what is working and what is not. Also if anybody figures out anything more about the package-restriction.xml file I'd love to hear it. Especially when it comes to system apps.
Thanks mate added my sons Google account and it is all running perfectly. Seperate saves and account details for apps and allowing me to share my paid ones with him
First review on play store is up.
Will have a mess around with apps and report back but it appears to be running sweet at the moment
Cheers danny...
Sent from my Nexus 7 using Tapatalk 2
I wanted to chime in as well. It is working on AOKP. Thanks again jeepguy04.
Looks like it's working for me too :thumbup:
Strange, I'm rooted. Using root apps such as cache mate, titanium & sixaxis.
Multi user app enabler says not rooted.
So does root checker??
DeadlyDazza said:
Strange, I'm rooted. Using root apps such as cache mate, titanium & sixaxis.
Multi user app enabler says not rooted.
So does root checker??
Click to expand...
Click to collapse
On the first 'owner' account I'm rooted, but the second user account doesn't recognize root in apps shared through multi user app.
rkuijpers said:
On the first 'owner' account I'm rooted, but the second user account doesn't recognize root in apps shared through multi user app.
Click to expand...
Click to collapse
That is a known issue (if you want to call it that). For me it's not a problem as my second user is a guest just like on my computer.
Sent from my Galaxy Nexus using Tapatalk 2
mentose457 said:
That is a known issue (if you want to call it that). For me it's not a problem as my second user is a guest just like on my computer.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I know, that's why I quoted the user I meant to answer
It wasn't meant as a negative comment, as I think this app is very useful.
I tried this with ten games and all worked fine (free and paid) except Retro Racing. It works with primary user but crashes with secondary user.
https://play.google.com/store/apps/details?id=com.mrqwak.retroracing
Do you think it is possible to have a shared folder for fotos and musik for multiple users?
some one post the apk my devices are not compatible lol
Great idea! My solution involves just buying everyone their own tablets.
Sent from my Galaxy Nexus using XDA Premium HD app
player911 said:
My solution involves just buying everyone their own tablets.
Click to expand...
Click to collapse
... Fail
Does it works on nexus10 ?
agabe said:
Does it works on nexus10 ?
Click to expand...
Click to collapse
Should work on any tablet running 4.2 (or phone if your custom rom enables the multiple user profiles)
joeyman08 said:
some one post the apk my devices are not compatible lol
Click to expand...
Click to collapse
Currently I only have it available in the market to tablets to avoid confusion for people wondering why it doesn't work with their phone. Maybe I will change that since only nexus devices or phones with custom roms are running 4.2. Those users tend to be a little smarter and know if their phone has multiple user profiles or not.
Here is a link to the apk for anybody that can't see it in the market.
bergfex said:
Do you think it is possible to have a shared folder for fotos and musik for multiple users?
Click to expand...
Click to collapse
The shared folder idea is interesting but beyond the scope of this app. Probably could do it with symlinks or something (not very knowledgeable in linux). Maybe I will look into it and either make another app or find a way to make it fit in with this app.
Yes. Symlinking the photos/music folders outside /data/ should work. But I don't have a 4.2 device(nor willing to set up an emulator) so I'm unsure.
Looking forward to trying on my p5113 CM 10.1
jeepguy04 said:
I have created an app that will help share apps across users on google's new 4.2 multi user feature.
Thanks to mentose457 and unwired for giving me the idea.
see this thread (http://forum.xda-developers.com/showthread.php?t=1994169)
It works by removing package elements from user's package-restriction.xml file to add the app and adding the package element back to remove the app. (located at \data\system\users\10\package-restrictions.xml where 10 is the user's id)
This is quickly thrown together and will likely have a ton of bugs, but I wanted to go ahead and get it out there for testing.
- This is BETA
-You must have ROOT
- This changes system data on non documented files it could screw something up.
- I'm not responsible for any problems this causes or lost data or bricked or broken devices
- please use cation
- it is currently built to run on main user to enable or disable apps on secondary users (once root is fully working on secondary users I will see about making it run correctly on secondary user's account)
- not tested thoroughly with paid apps*
- does not currently support system apps**
- due to the way I pull the app list from the package manager some installed apps may not show as available to add/remove
- apps installed first on a secondary user's profile will probably not show in the list to add/remove
*paid apps seemed to work but I did not have internet access during testing. My theory is that any paid apps that use Google's license verification will not work or not work for long. So adding your Google Account to the secondary user's play store is probably still the best way to share paid apps.
**The entries in the xml for system apps is different. Therefore I will have to research them more before getting it to work or deciding not to mess with those apps. Currently some will show not installed on other users even though they are and removing/adding them will not work correctly.
------> DOWNLOAD HERE https://play.google.com/store/apps/...tm_medium=forum&utm_campaign=app_announcement
I'd love to get feedback to what is working and what is not. Also if anybody figures out anything more about the package-restriction.xml file I'd love to hear it. Especially when it comes to system apps.
Click to expand...
Click to collapse
Great to see this is available
Thanks:good:
Why the full network access and google play billing service permissions?
excarnate said:
Why the full network access and google play billing service permissions?
Click to expand...
Click to collapse
Google Play billing service is for accepting donations via in app purchase. Under settings anybody can donate if they feel the app has value to them... so far I've gotten two $1 donations...lol
network access is for connecting to internet for ads and also for ACRA (Application Crash Report for Android) it basically sends error reports to me to help fix errors. It can be disabled under settings if you do not want it reporting errors.
Does not populate menu on my Nexus 7.

[Q] Reasons to root Galaxy Note II?

Ive recently upgraded to the Note II :laugh:. My last device was a rooted DHD. The only reason I had to root was the fact it never made it past 2.3 and I wanted the newer os', and I was quite pleased to run 4.1.2 and have all the new features such as Google Now, ect. NOW, that I have official 4.1.1 please tell me the advantages to rooting such a new device? :cyclops:
My main reason for rooting is security and privacy and then the use of a decent firewall: DroidWall or Avast. I deem it necessary on such device.
Amande said:
My main reason for rooting is security and privacy and then the use of a decent firewall: DroidWall or Avast. I deem it necessary on such device.
Click to expand...
Click to collapse
I have AVG Pro on my OFW is this in any way less secure?
Reason why I root is get rid of ads, install mods and few good apps that need root.
Sent from my GT-N7100 using xda app-developers app
Backups and annoying adds removal are my main reasons.
Edit: to have all in 240 dpi , was also main reason for me, Note 2 really looks better in 240 compared to default 320.
Sent from my GT-N7100 using Tapatalk HD
What roms would you recommend? Also, would I have any troubles rooting or flashing anything since my model is actually SGH-I317M? Thanks.
Sent from my SGH-I317M using xda app-developers app
Indeed, backup also and some file-sharing applications such as Samba.
Regarding Firewalls, I do like DroidWall (or as incorporated into Avast) for its customization.
Titanium Backup & Custom Roms :laugh:
addaway --> browsing and apps without adds
droid wall --> stopping apps going online during 3g, safes maybe also energy
Mods (xplorer) --> use all apps in Multiwindow, use volume button for skipping song
Titanium Backup --> safe apps and delete some preinstalled apps
ES Explorer --> able to see every folder and delete for examples systemsounds
Light manager --> more options for the LED light
Antivirus is probably the least of your concerns. Just ROOT it and get custom ROMS. This is the GTN7100 section, you should check out the AT&T GN2 section for ROMS

[Q] How to use App Ops on the Note P605?

Hey there,
since a week I own a Note 10.1 2014ed with LTE. So far I didn't modify anything on it and run the stock -MJ2 firmware.
I want to restrict some apps of accessing what the don't need to access and since 4.3 supposedly has this rights control feature called "App Ops" already integrated, I checked how to use it... Google gives many links to descriptions how to open the feature, they are all the same: Either you use a launcher that can start "Activities" (like Nova launcher) or you install one of the many apps from Playstore which do the trick as well.
Here is what I found on the Note:
Whenever I start the App Ops (no matter if I use an app, and I tried several, or start this activity), it just takes me to the first page of the Settings screen (WiFi).
Although searching the web for a while, it seems no one who owns this Note is using the feature or not having the trouble with it.
Can someone confirm this problem or, even better, give me a solution for it?
Cheers
gisfmp said:
Hey there,
since a week I own a Note 10.1 2014ed with LTE. So far I didn't modify anything on it and run the stock -MJ2 firmware.
I want to restrict some apps of accessing what the don't need to access and since 4.3 supposedly has this rights control feature called "App Ops" already integrated, I checked how to use it... Google gives many links to descriptions how to open the feature, they are all the same: Either you use a launcher that can start "Activities" (like Nova launcher) or you install one of the many apps from Playstore which do the trick as well.
Here is what I found on the Note:
Whenever I start the App Ops (no matter if I use an app, and I tried several, or start this activity), it just takes me to the first page of the Settings screen (WiFi).
Although searching the web for a while, it seems no one who owns this Note is using the feature or not having the trouble with it.
Can someone confirm this problem or, even better, give me a solution for it?
Cheers
Click to expand...
Click to collapse
I have that very same thing happen with something totally different. In wanam when I try to enable the flashlight from lock screen feature it takes me tu settings page nothing to do with camera flashlight or lock screen.....No idea I just gave up for now
Hmmm, no one interested?
I'm just wondering now if people don't care what their apps are accessing or if they use a third party program to make restrictions.
Any idea how to control apps will be welcome. If you use sth like LBE, please leave a reply.
Cheers
Hi there again.
Since there is no information available throughout the web concerning my question I was in contact with Samsung support about it. I thought it might be helpful for others what was replied.
They said that using the original Samsung Firmware, the feature cannot be used. They didn't specify whether it was completely removed from the system or only disabled so itcould possibly still work.
Since I am not a developer I didn't go into more detail there.
Now I hope that a custom ROM like Cyanogen will be available soon for the tablet.
Sent from my SM-P605 using xda app-developers app
I'm facing the exact same issues.
When following the windows opening when starting App Ops from e.g AppOpsX, a window titled "App Ops" opens quickly, then closes and ends up on the Settings screen. Same for flashlight.
My best guess was that Samsungs version of the Settings App blocks access in a way that they can only handle windows/panes that their app is capable of - would explain why it shows up just quickly and then closes.
I've been thinking that if I'd be able to flash the stock settings app, temporarily freeze the Samsung one and try App Ops - might work?
I have the same issue. My p605 is not rooted

(req) lg email apk with exchange security disabled

Hello, looking for a way to disable exchange security on the native lg email app. I would rather not download a third party app. I tried both modules available on xposed with no luck. Im know they just work with stock aosp mail app, but i figured id at least give it a try. so i figure now my best bet is to see if there is a custom lg mail apk out there with security disabled, like ive seen in the past for s4 s5 ect.
Any help is appreciated..
.......Well i should have maybe looked through all of the setting of the g3 tweak box before posting didnt realize there was option to disable security lol
but if someone has a custom apk woth security disabled. I would still appreciate if they shared
Thanks
I found this one. Please try http://forum.xda-developers.com/lg-g3/themes-apps/mod-exchange-security-bypass-4-4-2-t2818469/post54198593
there is also an Xposed module for that and you get to keep the stock email app & avoid the hassle.
DonnyR said:
there is also an Xposed module for that and you get to keep the stock email app & avoid the hassle.
Click to expand...
Click to collapse
Which one. I tried 2 different and they did not work...

[Q] We have root? Great! What can it do?

Guys, please. The point of my thread is NOT whether the root claim is a lie or not. I am asking some questions about what can be done with it regardless, so please, if anyone knows inform me, but don't post guessing games of whether it is real or not.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
So the Note 4 is actually my first device I've owned where I didn't have an unlocked bootloader. Because of this, I'm not sure whether all the modifications I've made to my past devices were enabled because I had an unlocked bootloader.
The only thing I know we can't do is install custom roms.
So... that leaves me with a question. What kinds of things can we do with just root?
On top of that, I have some specific questions (Might think of more later) :
Will root let us be able to install the auto-brightness control that the international version of the Note 4 has? If you don't know, you're able to adjust how low or high the auto brightness stages will go without turning off auto brightness on that version. It's so much nicer than having to turn off auto, adjust to where you want, and then remember to turn auto back on when you leave that environment.
Can we remap the capacitive multitask button to be a menu button instead? And to remap long-pressing that button to be the new multitask?
Thanks!
There's safe strap which allows us to have custom roms.
droidx2.3.3 said:
There's safe strap which allows us to have custom roms.
Click to expand...
Click to collapse
did they get a safestrap to work?
I'm assuming that they will. I suppose I should have worded my post different.
So it should have said, if we get safe strap we will be able to have custom roms.
It's not quiet the same as a unlocked bootloader though.
We have root?
what proof?
Well regardless of whether we have custom roms through some other means, I'd personally most interested in those 2 questions I stated. That's honestly the things I want most with root at the moment.
Where is root?
Root has not been proven yet. Patience. Everyone is jumping the gun here.
Guys, please. The point of my thread is NOT whether the root claim is a lie or not. I am asking some questions about what can be done with it regardless, so please, if anyone knows inform me, but don't post guessing games of whether it is real or not.
Hobox10 said:
Guys, please. The point of my thread is NOT whether the root claim is a lie or not. I am asking some questions about what can be done with it regardless, so please, if anyone knows inform me, but don't post guessing games of whether it is real or not.
Click to expand...
Click to collapse
My main and only real reason for wanting root is for Ad Block ESPECIALLY in youtube. I hate those commercials... You can install Ad Block without root (as I just did) but it just doesn't seem to work as well as it did with my last rooted device... Although I'm not sure if this is the app devs getting more creative with how they get ads through or possibly even a Lollipop things...
The other main reason was so Rocket Player could delete podcasts I had already listened too.. That was resolved with the Lollipop update so I am good to go there...
Some really like Root for Titanium backup to back up ALL app data and settings... This was handy for me back when I was flashing ROMS all the time but without that capability I don't see myself having much of a need for that since the games I play store the data in the Android folder which I don't need root to copy/backup
Another great thing that has come about the last year or so is Xposed modules.. These give you just about ANY customization you could possibly want but of course in order to use them you will also need root..... There is a great app that pulls the commercials from Youtube which I will be checking out if Root is actually here... As I said before I hate hate the ads... Not that I don't buy FULL versions of some of the apps if I find them useful because I do... But with things like Chrome and Youtube I really miss the option of them being disabled... Yes I know Firefox has this built in but I like y Chrome for the ability to send pages from my PC to my phone with the click of a button....
I find that the Note 4 with the help of Apex PRO has helped me gain many of the features I once wanted Root and the ability to flash things for... So now I am just looking for the ability to kill some ads....
There are also a few apps I would delete or freeze with Titanium Backup once we had that option... Turning them off is nice but I want the space back...
dr12volt1338 said:
My main and only real reason for wanting root is for Ad Block ESPECIALLY in youtube. I hate those commercials... You can install Ad Block without root (as I just did) but it just doesn't seem to work as well as it did with my last rooted device... Although I'm not sure if this is the app devs getting more creative with how they get ads through or possibly even a Lollipop things...
The other main reason was so Rocket Player could delete podcasts I had already listened too.. That was resolved with the Lollipop update so I am good to go there...
Some really like Root for Titanium backup to back up ALL app data and settings... This was handy for me back when I was flashing ROMS all the time but without that capability I don't see myself having much of a need for that since the games I play store the data in the Android folder which I don't need root to copy/backup
Another great thing that has come about the last year or so is Xposed modules.. These give you just about ANY customization you could possibly want but of course in order to use them you will also need root..... There is a great app that pulls the commercials from Youtube which I will be checking out if Root is actually here... As I said before I hate hate the ads... Not that I don't buy FULL versions of some of the apps if I find them useful because I do... But with things like Chrome and Youtube I really miss the option of them being disabled... Yes I know Firefox has this built in but I like y Chrome for the ability to send pages from my PC to my phone with the click of a button....
I find that the Note 4 with the help of Apex PRO has helped me gain many of the features I once wanted Root and the ability to flash things for... So now I am just looking for the ability to kill some ads....
There are also a few apps I would delete or freeze with Titanium Backup once we had that option... Turning them off is nice but I want the space back...
Click to expand...
Click to collapse
I'm with you on the adblock and it's one of the things I've been looking forward too also. The ads mobile gets is ridiculous, I'm fine with them on most websites on the computer but the mobile versions really kill some things.
Xposed is an interesting topic to me, I've never had any experience with it since I've never really needed it. It will be fun to see what they do. Thanks for the info.
root
Do you know if they release their root tool now? If they do, where is it?
52yt said:
Do you know if they release their root tool now? If they do, where is it?
Click to expand...
Click to collapse
The tool is not out. He's asking what can be done with root.
I want to delete all bloatware, install multi window for all apps, adblock, mxtube downloader, and xposed for 4.4.4
Sent from my SM-N915V
2swizzle said:
The tool is not out. He's asking what can be done with root.
I want to delete all bloatware, install multi window for all apps, adblock, mxtube downloader, and xposed for 4.4.4
Sent from my SM-N915V
Click to expand...
Click to collapse
Good point I forgot about being able to add multi window for non supported apps... It would be really nice for Tapatalk to support it
Ooh multi-window on almost any app sounds awesome!
you can remove pre-loaded carrier apps that cause sluggish instability. improve battery life, and speed up application start times.
Mw-pen app enabler, ive been using since i got this phone. Let's you add apps to multi window. Should work for non system apps. It's worked for me. been my solution until we get root, if we do.
djnikkofb said:
you can remove pre-loaded carrier apps that cause sluggish instability. improve battery life, and speed up application start times.
Click to expand...
Click to collapse
Just an fyi: You can disable bloatware without having root by using @gatesjunior's Debloater utility. Here's the link http://forum.xda-developers.com/showthread.php?t=2998294
2swizzle said:
The tool is not out. He's asking what can be done with root.
I want to delete all bloatware, install multi window for all apps, adblock, mxtube downloader, and xposed for 4.4.4
Sent from my SM-N915V
Click to expand...
Click to collapse
Daciple said:
Mw-pen app enabler, ive been using since i got this phone. Let's you add apps to multi window. Should work for non system apps. It's worked for me. been my solution until we get root, if we do.
Click to expand...
Click to collapse
I had no idea that existed or was possible without root. Great find!

Categories

Resources