[HELP]Location Consent method location for Xposed module development - Android Q&A, Help & Troubleshooting

Hello all,
I am currently trying to build an Xposed Module to disable the location consent dialog at least for just my phone.
I have a rooted VZW LG G4 on Lollipop 5.1 - VS98613B
It is an annoyance to have to agree every time I turn on location or network data.
There is an Xposed Module that disables the location consent dialog, but this module is for the "Google Analytics" agreement, that Google will automatically collect anonymous data. It can be found here:
Code:
repo.xposed.info/module/com.mohammadag.disablelocationconsent
PLEASE NOTE: What I am trying to disable is a similar dialog, BUT IS NOT THE SAME. I have tried this module, along with a LL compatible "Deny Location Consent" module, and neither are targeted for the dialog I get.
I am not able to post links or pictures, but if you go to "i67.tinypic.com/2zzkenq.png" you can see the dialog.
I would like help trying to find the method that calls this dialog to appear, so that I can hook it and replace it with a (I'm assuming a 'return true;') method of my own. I have scoured GrepCode for the right Java class, but don't have much experience on where to look or even what really to look for. The closest I think I have gotten is in com.android.systemui.statusbar.policy.LocationControllerImpl at the link:
Code:
grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/5.1.0_r1/com/android/systemui/statusbar/policy/LocationController.java#LocationController.setLocationEnabled%28boolean%29
Any and all help would be greatly appreciated!
TL;DR: I need help finding the method that calls the Location Consent dialog (not for Google) so that I can create an Xposed Module to bypass it.

Related

[MOD][XPOSED] PayQuicker: Remove buttonclick in SEQR application

I've been using the SEQR app for payment in my local grocery store for quite some time now. It has however disturbed me quite some that you first have to press a confirm button and then enter your PIN-code. I have now built a small Xposed module which clicks the confirm button for you.
This is application is not available for download in the Xposed repository. There are two reasons for that.
1. It's a modification on obfuscated code. This means that there could be a risk that updates to the SEQR application may break this module even though no modifications were done to this code.
2. The application actually makes it hard to see what sum of payment that you confirm. I might look into finding the value and displaying it as a toast.
If you are interested, you can find the source code for the module on my github:
https://github.com/deckaddict/PayQuick
Warning
After using this a bit more I would say that there is another reason as of why this is not mature enough to be released. The method hooked is apparently not called after the response from the seamless server but a little before that. This means that if you scan the QR code too early you may get to enter your PIN before the sum has even arrived. In this situation you need to kill the SEQR app, restart and re-scan the QR code.
I am a bit surprised by this behaviour as the hook is really not called until the confirm button is enabled which means that somehow it sometimes gets enabled before the sum is received.

Modifying Google Services Framework - Use only GPS

cryzies said:
After some research, I think I figured it out, mess with GSF. However doing exactly that, I restricted:
Network - WiFi.Srv_getScanResults
Location - Srv_getAllCellInfo
Location - Srv_getCellLocation
Location - Srv_getNeighboringCellInfo
Location - WiFi.Srv_getScanResults
I spoofed my location a couple blocks down and Google Map still jitters between my real and spoofed location, I have tried rebooting. Any suggestions?
Click to expand...
Click to collapse
I posted this in the XPrivacy thread, I'm attempting to disable all methods to obtain location other than GPS. I want to spoof my GPS system wide for privacy reasons, and GPS spoofing is easy however Google Service Framework allows users to determine location using WiFi and Cell. I figured this is such a strange request that I should attempt to take a crack at modifying the Google Service Framework apk. Does anyone have any tips to start this off, I've done some apk reversing before, my biggest worry is finding the functions I need to null in the apk and signing the apk after modifications. Any guidance would be greatly appreciated, any alternative suggestions would be gladly welcomed.

Two problem about creating shourcut and Wake-up Tracker

Thx for reading, and please forgive my poor English.
The Greenify is the best app I had been used for cut-off apps. But I found that there are two problem:
(My phone is Xiaomi MI MIX 2S running MIUI 10 8.6.18 [Android O], with Greenify Version 4.1)
1. Can not create hibernation shortcut
When I tried to create a hibernation shortcut, the Greenify noticed that the creating was succeed. But I can not find out the shortcut in my launcher. Neither type of shortcut can be created. And I don't know why and how to fix it.
An additional detail:
when I used the permission manager to make sure that the Greenify need to request my approval to create a shortcut and then I tried to create a hibernation shortcut, there was no prompt box for requesting approval (Under normal circumstances there should be a prompt box). It seemed that somehow the Greenify did not work properly in shortcut creating.
2. Wake-up Tracker often disabled for unknown reasons
I enabled Wake-up Tracker and after a while I found that Wake-up Tracker had been disabled. Then I enabled again, after a while it had been disabled again.
Please tell me how to fix these problem, any guidance is appreciated.
AnnAngela said:
Thx for reading, and please forgive my poor English.
The Greenify is the best app I had been used for cut-off apps. But I found that there are two problem:
(My phone is Xiaomi MI MIX 2S running MIUI 10 8.6.18 [Android O], with Greenify Version 4.1)
1. Can not create hibernation shortcut
When I tried to create a hibernation shortcut, the Greenify noticed that the creating was succeed. But I can not find out the shortcut in my launcher. Neither type of shortcut can be created. And I don't know why and how to fix it.
An additional detail: when I set the Greenify need to request permission to create a shortcut and tried to create a hibernation shortcut, there was no prompt box for requesting permission ( Under normal circumstances there should be a prompt box ). It seemed that somehow the Greenify did not work properly in shortcut creating.
2. Wake-up Tracker often disabled for unknown reasons
I enabled Wake-up Tracker and after a while I found that Wake-up Tracker had been disabled. Then I enabled again, after a while it had been disabled again.
Please tell me how to fix these problem, any guidance is appreciated.
Click to expand...
Click to collapse
I am surprised by the details furnished by you including device details, though it is your first post. Usually it is a case of "Unable to create shortcut, anyone has any idea" sort of posts that we encounter. Thanks for providing the details, though I may not be able to offer solutions.
I also faced the Wakeup Tracker issue before I uninstalled Greenify, so I have no solution for this.
Reg. the creation of shortcut, try clearing the data and cache of Greenify/uninstall and reinstall etc. If none of them work, MIUI may be an issue since it reportedly heavily modifies the Android OS.
Having said that, I would advice you to uninstall Greenify and use your phone for a couple of days. You may be surprised by the way the phone behaves even without Greenify.
I am one of the votaries of the belief (with reason) that apps like Greenify are not needed on Oreo since the OS itself behaves very well. Unless you specifically find some app misbehaving which can not be controlled without apps like Greenify, simply enjoy your device.
tnsmani said:
I am surprised by the details furnished by you including device details, though it is your first post. Usually it is a case of "Unable to create shortcut, anyone has any idea" sort of posts that we encounter. Thanks for providing the details, though I may not be able to offer solutions.
I also faced the Wakeup Tracker issue before I uninstalled Greenify, so I have no solution for this.
Reg. the creation of shortcut, try clearing the data and cache of Greenify/uninstall and reinstall etc. If none of them work, MIUI may be an issue since it reportedly heavily modifies the Android OS.
Having said that, I would advice you to uninstall Greenify and use your phone for a couple of days. You may be surprised by the way the phone behaves even without Greenify.
I am one of the votaries of the belief (with reason) that apps like Greenify are not needed on Oreo since the OS itself behaves very well. Unless you specifically find some app misbehaving which can not be controlled without apps like Greenify, simply enjoy your device.
Click to expand...
Click to collapse
Yes, You may not know that, a huge of apps which developed by Chinese companies and provided to Chinese are designed strangely, they are trying their best to stay in background, call up each other and push AD messages in notification bar (sorry if I misspelled), and the companies have some agreements with Chinese OS provider such as Xiaomi to avoid killing their apps in background in Chinese version Android OS.
One of them is Alibaba, which has three most popular app in China, Taobao, Tmall and Alipay. But these three apps are designed to keep alive as much as possible and call up each other very frequently, just for push messages to introduce goods on Taobao and Alibaba's wide range of services, applications and merchandise. (BTW, I believe that a big part of app keep-alive technologies are developed by the programmers in Chinese companies.)
So maybe You can understand my pain. _зゝ∠)_
Adb permission
I need a help. How can i turned on wakeup tracker. I don't know how to give adb permission to greenify. Please post a video. Or screenshot step by step. Please help me. Its urgent for me. I am using Samsung galaxy j200G lollipop 5.1.1 ?
AvishekOfficial said:
I need a help. How can i turned on wakeup tracker. I don't know how to give adb permission to greenify. Please post a video. Or screenshot step by step. Please help me. Its urgent for me. I am using Samsung galaxy j200G lollipop 5.1.1 ?
Click to expand...
Click to collapse
Greenify version? Rooted? Xposed?
For my device details see signature block.
I assume you don't require a video how to search the web. Such a serach with the keyworks "greenify", "help" and "adb" provides e.g. following page at the very top that most likely satisfies your needs.

Build me Xposed Module for $$$

I am looking for an experienced Xposed developer to build me a module. While the module I have in mind is similar to a lot of privacy module out there (in theory), I want a different implementation.
So what am I looking for in a module?
I want a module that will do the following...
Generate Android ID (base 16)
Generate GSF ID
Generate IMEI
Generate IMSI (valid)
Generate ICCID (valid)
Generate Phone # (valid)
Generate Device Serial
Spoof SSID
Spoof Account Email
Spoof installed apps
Spoof Mobile Network Connectivity
Spoof browser fingerprint (webview)
Spoof Device Fingerprint ( I have couple of hundred device fingerprints that can be used for this)
These are what I am looking for in a module. You may say there are modules that already do this; I say I want a different implementation. What I mean is instead of feeding apps with random data, I want to feed them with data that may be seen as valid. For example, I just don't want to generate random SSID strings, I want to pull from a list of few thousand lines randomly. For example, I don't just want to spoof fingerprint info. I want to spoof fingerprint info that matches an actual device (like I said, I have the device fingerprint data).
My implementation will be one-click change. I click on one button and all fields and device fingerprint information is changed... All I have to do is restart for the changes to take effect.
I want to pay for this so I ask that only serious developers contact me with proposal or questions.
Thank you for reading.
hi_there0001 said:
I am looking for an experienced Xposed developer to build me a module. While the module I have in mind is similar to a lot of privacy module out there (in theory), I want a different implementation.
So what am I looking for in a module?
I want a module that will do the following...
Generate Android ID (base 16)
Generate GSF ID
Generate IMEI
Generate IMSI (valid)
Generate ICCID (valid)
Generate Phone # (valid)
Generate Device Serial
Spoof SSID
Spoof Account Email
Spoof installed apps
Spoof Mobile Network Connectivity
Spoof browser fingerprint (webview)
Spoof Device Fingerprint ( I have couple of hundred device fingerprints that can be used for this)
These are what I am looking for in a module. You may say there are modules that already do this; I say I want a different implementation. What I mean is instead of feeding apps with random data, I want to feed them with data that may be seen as valid. For example, I just don't want to generate random SSID strings, I want to pull from a list of few thousand lines randomly. For example, I don't just want to spoof fingerprint info. I want to spoof fingerprint info that matches an actual device (like I said, I have the device fingerprint data).
My implementation will be one-click change. I click on one button and all fields and device fingerprint information is changed... All I have to do is restart for the changes to take effect.
I want to pay for this so I ask that only serious developers contact me with proposal or questions.
Thank you for reading.
Click to expand...
Click to collapse
Seeing that there are no takers, I will post this on a job site. Please disregard this post if you just stumbled on it and are interested.

Just tweak it [S10] - debloat, plugins, battery...

S10 stock cleanup actions
yet another phone this year V30->Note9->6T->Mi9->S10, time to update guides. Goal is to have a clean phone after each update, and since reboot doesn't happen often, but defly happens during upgrade, i'm putting cleanup commands into a [boot] script.
Boot script
What it does:
* choose 8 categories of app removal, in the beginning of the file
* use more switch to disable some questionable/helpful stuff
* disable up to 100 apps (preferred method, ppl can reenable)
* remove usage access for google (this is the part not tested and disabling device/trust admins can not be scripted)
Tested ok on recent stock. Not much to put in script unlike on MIUI which used shady practices. Samsung not hiding processes, not persisting apps (except Payment triggers some soft brick - interesting), and not sending tcpdumps to china. Also not having privacy policy in every basic app. It's on you to accept Fourthsquare, Google and then Bixby 3rd party stuff. Well I initially sniffed network and saw some 3rd party sleezy connection to social networking IPs (nonstop monitoring by facebook etc), but that is obvious and well known, and is swiftly disabled by the script. Will see later if there's something that could be tweaked further.
Download: file attached
Installation:
- run in su terminal or add to any startup script
Which plugins to use for S10
Similarly to Mi9, collecting what i think is useful to keep on stock rooted firmware.
Magisk plugins:
* Riru - Core, Riru - Ed Exposed -- brings XPosed to Pie. Need also installer. Now i use old version 0.3 as i feel new SandHook/Yahfa bipolar releases make phone sluggish. This case is to be monitored.
* Bixby button remapper -- so in Samsung case, extra key is not released after Bixby debloat, so we first slap this plugin into phone and then customize via Xposed Edge
* libsecure_storage companion -- helps us keep the bluetooth pairings
* (optional) Universal GMS Doze (disappeared from repository?) or Sysconfig patches -- cools down GMS services. Questionable impact but i use it.
* (optional) YouTube Vanced black themed -- brings usable YouTube experience
* (impossible) QuickSwitch -- we can't have Quickstep+Hyperion (the most capable Quickstep launcher) as there's no pill but Samsong custom recents
* (untested) - FDE, LKT - in a short time, i wasn't optimizing battery. It's good out of the box(!).
XPosed plugins:
* Xposed Edge Pro - a must have and best plugin. Here, by the way, we will modify Bixby button once again, including double press and long press. Because why not
* XPrivacy - Screw the big brother. Must have. Disabling analytics, tracking, telephony, network, identification for all visible apps and all Google and Samsung apps with some exceptions.
* Firefds kit - so this is our main customization app, and enables the very important call recording, which is beutifully integrated into call history. Bye bye external apps. Also we will remove Restart action and replace with Recovery action and rename it to Restart
* afWall - Problems with this firewall and some VPN clients. Should by disabled in Xposed but we want to have this tool
* (optional) Exi for Swiftkey - you can make Swiftkey great again, GBoard is still the best, Samsung keyboard is very good, but too tall and leaves gap in fullscreen mode
Other stuff
- booting to non-root ok, impact could be lost pairings. So let's have it as a useful safe mode.
- after setup, never used Power+Bixby+VolUp. After shutdown, not needed. Rebooting with modified Restart command. Easy
- using TWRP to flash blank Samsung boot logos, to see files etc
- not using multidisabler as i'm on stock and i do want encryption, ROMs/MODs push it thou
- next monthly upgrade will be interesting, as it'll be time to verify what unwanted stuff is being reenabled
Battery saving:
- unknown effect of {LSpeed, Naptime, Servicely, FDE, LKT, Universal GMS Doze, Sysconfig patcher} in such a short time.
- not big impact by dozes (AOD, fp icon, dt2wake, raise2wake) - that's cool.
- having 1.0-1.2%/hr in home wifi standby, VPN, locationtracking, perma BT watch, and tons of widgets and apps
- not liking memory filling up by thrashware even after debloat. From 4GB free to 2GB free quickly.
someone try on this ?
Hi dogg,
seems to work on multiple apps, and has some exceptions thrown, but how can i enable apps again if i need?
thanks and regards.
pep086 said:
Hi dogg,
seems to work on multiple apps, and has some exceptions thrown, but how can i enable apps again if i need?
thanks and regards.
Click to expand...
Click to collapse
do you know which process has thrown fc or exception?
many ways to reenable individually, or to roll back the script, use the undo script attached
i thought i'd debloat Device Security (which i think is the Mcaffe antivirus noone uses), but it's hooking up to app installations. So when disabled, gplay installations will freeze forever. So another memory hog has to stay in memory.
Hi dog,
I will try again I think, there were apps that I don't have already on the phone maybe.
I sure had to enable Samsung experience and contacts sync only cause I needed them.
Thank you very much.
Like the way you inspect packages and traffic.
Keep sharing your knowledge with us.
Thanks.
Thank you very much! Really helpful script, pretty much what I was looking for.
doggydog2 said:
S10 stock cleanup actions
yet another phone this year V30->Note9->6T->Mi9->S10, time to update guides. Goal is to have a clean phone after each update, and since reboot doesn't happen often, but defly happens during upgrade, i'm putting cleanup commands into a [boot] script.
Boot script
What it does:
* choose 8 categories of app removal, in the beginning of the file
* use more switch to disable some questionable/helpful stuff
* disable up to 100 apps (preferred method, ppl can reenable)
* remove usage access for google (this is the part not tested and disabling device/trust admins can not be scripted)
Tested ok on recent stock. Not much to put in script unlike on MIUI which used shady practices. Samsung not hiding processes, not persisting apps (except Payment triggers some soft brick - interesting), and not sending tcpdumps to china. Also not having privacy policy in every basic app. It's on you to accept Fourthsquare, Google and then Bixby 3rd party stuff. Well I initially sniffed network and saw some 3rd party sleezy connection to social networking IPs (nonstop monitoring by facebook etc), but that is obvious and well known, and is swiftly disabled by the script. Will see later if there's something that could be tweaked further.
Download: file attached
Installation:
- run in su terminal or add to any startup script
Which plugins to use for S10
Similarly to Mi9, collecting what i think is useful to keep on stock rooted firmware.
Magisk plugins:
* Riru - Core, Riru - Ed Exposed -- brings XPosed to Pie. Need also installer. Now i use old version 0.3 as i feel new SandHook/Yahfa bipolar releases make phone sluggish. This case is to be monitored.
* Bixby button remapper -- so in Samsung case, extra key is not released after Bixby debloat, so we first slap this plugin into phone and then customize via Xposed Edge
* libsecure_storage companion -- helps us keep the bluetooth pairings
* (optional) Universal GMS Doze (disappeared from repository?) or Sysconfig patches -- cools down GMS services. Questionable impact but i use it.
* (optional) YouTube Vanced black themed -- brings usable YouTube experience
* (impossible) QuickSwitch -- we can't have Quickstep+Hyperion (the most capable Quickstep launcher) as there's no pill but Samsong custom recents
* (untested) - FDE, LKT - in a short time, i wasn't optimizing battery. It's good out of the box(!).
XPosed plugins:
* Xposed Edge Pro - a must have and best plugin. Here, by the way, we will modify Bixby button once again, including double press and long press. Because why not
* XPrivacy - Screw the big brother. Must have. Disabling analytics, tracking, telephony, network, identification for all visible apps and all Google and Samsung apps with some exceptions.
* Firefds kit - so this is our main customization app, and enables the very important call recording, which is beutifully integrated into call history. Bye bye external apps. Also we will remove Restart action and replace with Recovery action and rename it to Restart
* afWall - Problems with this firewall and some VPN clients. Should by disabled in Xposed but we want to have this tool
* (optional) Exi for Swiftkey - you can make Swiftkey great again, GBoard is still the best, Samsung keyboard is very good, but too tall and leaves gap in fullscreen mode
Other stuff
- booting to non-root ok, impact could be lost pairings. So let's have it as a useful safe mode.
- after setup, never used Power+Bixby+VolUp. After shutdown, not needed. Rebooting with modified Restart command. Easy
- using TWRP to flash blank Samsung boot logos, to see files etc
- not using multidisabler as i'm on stock and i do want encryption, ROMs/MODs push it thou
- next monthly upgrade will be interesting, as it'll be time to verify what unwanted stuff is being reenabled
Battery saving:
- unknown effect of {LSpeed, Naptime, Servicely, FDE, LKT, Universal GMS Doze, Sysconfig patcher} in such a short time.
- not big impact by dozes (AOD, fp icon, dt2wake, raise2wake) - that's cool.
- having 1.0-1.2%/hr in home wifi standby, VPN, locationtracking, perma BT watch, and tons of widgets and apps
- not liking memory filling up by thrashware even after debloat. From 4GB free to 2GB free quickly.
Click to expand...
Click to collapse
Hello sir! I'm new to all of this, but i have learned a lot by myself already, and I have researched a lot about privacy on android and how to make the phone more secure! I need some help and guidance please. I have debloated and played around with my s10 for a long time, and had to flash and root 4 times now. The first two times the AOD didn't work anymore(probably bixby related -_-), the next two times I had a soft brick because I removed payment services! I'm really annoyed as I just want to use regular phone functions and I want be as untrackable and unhackable as possible. I mostly use apps from F-DROID, almost all! I also removed google services, basically everything google is gone.
As I understand your Guide, I have to:
1. Flash/root my phone again
2. Run script in su terminal <- here I have no idea what where and how to do this.
or
1. Flash/Root my phone again
2. Install all magisk plugins
3. Install Xposed and all plugins
4. Now Run script in su terminal <- again no idea what where and how to do this.
Could you explain in which order I should proceed and how to do the scripting part? And, when I use Xprivacy, can I leave google play services on the phone for youtube vanced?(or even other nongoogle apps and feed them false data?)Right now I use NewPipe for youtube. does XMPP work?
My biggest concern is privacy, I dont want any f***ers to spy on me. Another thing, how good is LineageOS, I could buy a SDcard and I try it or sell my stupid phone!
Thank you if you could help me, I'm really annoyed by all of this, I used a normal 30 € phone for 2 years because I don't want be spied on and not forget how nice the world is without phone that knows everything, for and about me!
---------- Post added at 11:39 PM ---------- Previous post was at 11:34 PM ----------
.TanTien said:
Thank you very much! Really helpful script, pretty much what I was looking for.
Click to expand...
Click to collapse
Hi! Can you tell me how to do the scripting??? greetings
kejsix said:
Hello sir! I'm new to all of this, but i have learned a lot by myself already, and I have researched a lot about privacy on android and how to make the phone more secure! I need some help and guidance please. I have debloated and played around with my s10 for a long time, and had to flash and root 4 times now. The first two times the AOD didn't work anymore(probably bixby related -_-), the next two times I had a soft brick because I removed payment services! I'm really annoyed as I just want to use regular phone functions and I want be as untrackable and unhackable as possible. I mostly use apps from F-DROID, almost all! I also removed google services, basically everything google is gone.
As I understand your Guide, I have to:
1. Flash/root my phone again
2. Run script in su terminal <- here I have no idea what where and how to do this.
or
1. Flash/Root my phone again
2. Install all magisk plugins
3. Install Xposed and all plugins
4. Now Run script in su terminal <- again no idea what where and how to do this.
Could you explain in which order I should proceed and how to do the scripting part? And, when I use Xprivacy, can I leave google play services on the phone for youtube vanced?(or even other nongoogle apps and feed them false data?)Right now I use NewPipe for youtube. does XMPP work?
My biggest concern is privacy, I dont want any f***ers to spy on me. Another thing, how good is LineageOS, I could buy a SDcard and I try it or sell my stupid phone!
Thank you if you could help me, I'm really annoyed by all of this, I used a normal 30 € phone for 2 years because I don't want be spied on and not forget how nice the world is without phone that knows everything, for and about me!
---------- Post added at 11:39 PM ---------- Previous post was at 11:34 PM ----------
Hi! Can you tell me how to do the scripting??? greetings
Click to expand...
Click to collapse
i keep running the script without problems for months now.
to run a script, you need a terminal - use any terminal app, like 3C Toolbox or via adb. this is too generic question.
to run it, you need root, so at least magisk must be present. you normally flash your favorite image, then magisk, in magisk you load riru & exposed plugins, then in edxposed installer you load xposed plugins like xprivacy. i run strict privacy settings on every device and this requires some work. first thing i do, is press RESTRICT button on all visible apps for these permissions: identification, network, telephony, tracking, analytics, then calendars, call log, contacts, location and messages. Then i go throught individual apps and deselect neccessary permisions for some apps. on the left menu, i set 'restrict new apps'. this way i can control non-geeky users phone who install any app without thinking and accept all default choices without any hesitation. It's very hard for them to fight XPrivacy thou - they don't understand it luckily. unlike personal computers, phones are great source of snitching, as you have so much data available to the aggressive companies like SIM details (=directly identify your person via Telco), IP (=directly identify you via ISP), web services where you provided real name and phone number (to "recover account" blabla, real meaning is to identify you), tracking and analytics (to study your behaviour and share your internet presence via a token between companies). All this needs to be cloaked and more: browser should be full of privacy plugins, ad killers, fingerprinting killers, webrtc killers etc etc. VPN set, and firewall set. I also use Changer xposed plugin to cloak extra items not covered by XPrivacy.
I have zero ads in any apps. Zero suggestions by ecommerces. Getting dummy search hits without relevance. Always a blank user to each web or app. Email on the best privacy provider, with zero knowledge encryption, this and any web services paid via bishuffled bitcoin bought in person (Coinbase? really? send ID? seriously people do this?). IP is cloaked via trustful service, in case of need to express opinion on the internet (which i've given up to) in todays politically correct era, use also Tor and Psiphon. No phone numbers, IMEIs, IMSIs etc etc provided. No real names ever entered anywhere. I can have great privacy with commercial tools, and don't need to use Snowden type of blank OS. But it's difficult to set up, it takes hours and some tweaking later. I just find mobile encryption too weak, on PC an intruder (govt) needs to: enter BIOS password, enter TCG-OPAL password, enter bitlocker password, enter Windows password, enter fingerprint to USB flash drive with keys to data drive, unlock bitlocker of the same USB, then unlock data drive -- it's just 20 seconds of extra work once per day. Mobile phone: password and FBE and sensitive app locking. Don't use fingerprints (they belong to govt) or facelock (too lame). Or use fingerprints with lockdown feature (use AI button to map this action with XPosed Edge plugin), and lock it deeply when going to customs or similar checkpoint. Your data and thougts are yours and noone elses.
Yeah install instructions man.. su in terminal and then what ???
kejsix said:
Hi! Can you tell me how to do the scripting??? greetings
Click to expand...
Click to collapse
I opened the script file and picked the features i wanted to disable by manually typing the commands. Standard procedure should be starting terminal as su
Code:
chmod 777 filename.sh
and after that
Code:
./filename.sh
You should be in your file directory of course. You can get there by typing
Code:
cd /your/file/path
Will that work on Snapdragon s10?
i'm running this for 8 months now after each boot. And i didn't update firmware as the rooting process was so exhausting. Now i'm going through the horror again, hoping to keep the encryption, therefore strictly without a custom ROM.
Script should work on Snapdragon, it's not related to the root process.
easier way to run the .sh file:
1. su
2. cd /storage/emulated/0
3. sh S10_cleanup.sh

Categories

Resources