[MOD][Xposed] Disable Google Location consent - Xposed Framework Modules

Requires Xposed Framework!
This module auto-agrees to and disables this dialog:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Compatibility:
This mod should work on all devices with Google's NetworkLocation.apk, which is shipped with devices that are Play Store certified.
Source:
The mod is open source, and licensed under GPLv3: https://github.com/MohammadAG/Xposed-Disable-Location-Consent
Download:
By installing this module, you agree to the following:
"Allow Google's location service to collect anonymous location data. Some data may be stored on your device. Collection may occur even when no apps are running."
http://repo.xposed.info/module/com.mohammadag.disablelocationconsent
Thanks to:
@Extrinsic for the 1.1 update that adds KitKat support, among other changes.
Support development:
If you found this mod useful, consider donating with PayPal.

This Mod is working perfect on my S3 Stock ICS.
I used to have a clumsy semi effective workaround with Tasker using macros to imitate button pushes. I abandoned that long ago. But this mod works great. Now Tasker can easily disable/enable Location preference at screen off/on without that daft popup consent notification.
Thanks MohammadAG

Thank you

Love this!!!
I find that having "Use Wireless Networks" causes a lot of NLP collector wakelocks, but I like using the functionality of Google Now and other apps that could utilize the network location.
I set up a Tasker Profile so that when I open Google Now, it enables the wireless network location. (normally that would make a prompt show up every time I open up google now, but this removes the prompt and makes it all work amazingly well.
Thanks a lot!!

What would be even better is if you were able to disable the background location polling...
NlpCollectorWakelock causes so much battery drain on my device (even though I don't have any apps that use network location in the background, this is strictly Google building out its databases) that I have to keep network location turned off.
Your module saves us from having to tap to agree when we turn it back on (or saves writing a Tasker script to do it automatically), but a fix for the underlying problem would be even better

Not working on my Verizon HTC One

Not working on Nexus 4 :crying:
Plz help!

TidusWulf said:
Not working on my Verizon HTC One
Click to expand...
Click to collapse
gunbox said:
Not working on Nexus 4 :crying:
Plz help!
Click to expand...
Click to collapse
Did you install Xposed?
Sent from my Sony Xperia Z1 (C6903) using Taptalk 4

yes. I use several mods for Xposed and the rest work

TidusWulf said:
yes. I use several mods for Xposed and the rest work
Click to expand...
Click to collapse
Is this module enabled (and have you rebooted)?
EDIT: Disregard this, I confused this thread with another.
How does it not work? This mod only maximizes your lockscreen widgets, similar to what would happen if you drag it downwards. Isn't that happening? Can you post a screenshot right after you turn your screen on?

GermainZ said:
How does it not work? This mod only maximizes your lockscreen widgets, similar to what would happen if you drag it downwards. Isn't that happening? Can you post a screenshot right after you turn your screen on?
Click to expand...
Click to collapse
I think u are in the wrong thread...
Sent from my HTC One using XDA Premium 4 mobile app

Love this. Thanks a ton for making it. I like the location-based info from Google Now, but leaving this on all the time isn't necessary (like when I'm sleeping or at home.) So, I have Tasker granting location service access only when the screen is on. This way it can quickly grab my location then go the f**k back to sleep when I turn off the display.
Brilliant app!

Works for me
This works perfectly on a rooted LG Optimus G. I was pulling my hair out trying to find a solution for this. I made a tasker action to simulate a screen touch but that only works 30% of the time or so. Thanks!

@MohammadAG can you add gb support since xposed framework was ported to gb ? thanks in advance

This work great on jb 4.3 . When I try the new xposed framework on 4.4, it doesn't work anymore. Can you confirm?

stagius24 said:
This work great on jb 4.3 . When I try the new xposed framework on 4.4, it doesn't work anymore. Can you confirm?
Click to expand...
Click to collapse
I can confirm this :-\
Sent from my Nexus 4 using Tapatalk

dont work for me too on cm11 skang on my nexus 5. latest xposed installed

stagius24 said:
This work great on jb 4.3 . When I try the new xposed framework on 4.4, it doesn't work anymore. Can you confirm?
Click to expand...
Click to collapse
+1

Please add 4.4 support

MohammadAG said:
This module auto-agrees to and disables this dialog:
Compatibility:
This mod should work on all devices with Google's NetworkLocation.apk, which is shipped with devices that are Play Store certified.
Source:
The mod is open source, and licensed under GPLv3:
Download:
By installing this module, you agree* to the following:
"Allow Google's location service to collect anonymous location data. Some data may be stored on your device. Collection may occur even when no apps are running."
Click to expand...
Click to collapse
Hello,I think i have found why the module don't work anymore whit android 4.4.The change is in the xposed framework that have changed the afterhookedmethod() with getextra() -- (And this module use exactly this method).I'm not a developer so i ask for someone to make this change.Here is the documentation for new method:
https:// github. com/rovo89/XposedBridge/commit/3c18f6f6bd4e0ec57898b3b3a79b5584d0396054#diff-0
https:// github. com/rovo89/XposedBridge/blob/3c18f6f6bd4e0ec57898b3b3a79b5584d0396054/src/de/robv/android/xposed/callbacks/XCallback.java
And here the source code: https:// github. com/MohammadAG/Xposed-Disable-Location-Consent
Many thanks to those who will listen to me.

Related

PlayPermissionsExposed - Fix the new Play Store permissions system

Please note that this module has not been updated in a while and will not work with recent Play Store versions.
Introduction
The newer Play Store versions bring the following changes in regards to permissions:
Permissions are now shown under vague categories when you press the "Update"/"Install" buttons. 42 permissions are also hidden from this screen (list below). To see almost all individual permissions, you can scroll down and tap "View details". Also note that unknown permissions (those defined by apps) are usually hidden in both screens.
Auto-updates only check for new categories, not new permissions.
For more info, I'd recommend you read this article by pulser_g2.
Purpose
This module aims to fix this problem for users who care about permissions. It'll do the following:
Make the Play Store show you all of the app's permissions.
Require you to manually update apps with new permissions (regardless of the category).
It more or less restores the old behavior.
Here are some screenshots of the first point in action:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Additional Info
All of the following permissions are ignored by the Play Store when auto-updating, and are hidden when you press "Update"/"Install" (you can still them if you scroll down and tap "View details"):
Code:
"android.permission.ACCESS_MOCK_LOCATION", "android.permission.ACCESS_NETWORK_STATE",
"android.permission.ACCOUNT_MANAGER", "android.permission.AUTHENTICATE_ACCOUNTS",
"android.permission.BATTERY_STATS", "android.permission.BLUETOOTH",
"android.permission.BLUETOOTH_ADMIN", "android.permission.BROADCAST_STICKY",
"android.permission.CHANGE_CONFIGURATION", "android.permission.CHANGE_NETWORK_STATE",
"android.permission.CHANGE_WIFI_MULTICAST_STATE", "android.permission.CHANGE_WIFI_STATE",
"android.permission.CHANGE_WIMAX_STATE", "android.permission.CLEAR_APP_CACHE",
"android.permission.DISABLE_KEYGUARD", "android.permission.EXPAND_STATUS_BAR",
"android.permission.FLASHLIGHT", "android.permission.GET_PACKAGE_SIZE", "android.permission.INTERNET",
"android.permission.KILL_BACKGROUND_PROCESSES", "android.permission.MODIFY_AUDIO_SETTINGS",
"android.permission.NFC", "android.permission.PERSISTENT_ACTIVITY",
"android.permission.READ_SYNC_SETTINGS", "android.permission.READ_USER_DICTIONARY",
"android.permission.RECEIVE_BOOT_COMPLETED", "android.permission.REORDER_TASKS",
"android.permission.SERIAL_PORT", "android.permission.SET_ALWAYS_FINISH",
"android.permission.SET_ANIMATION_SCALE", "android.permission.SET_DEBUG_APP",
"android.permission.SET_PREFERRED_APPLICATIONS", "android.permission.SET_PROCESS_LIMIT",
"android.permission.SET_TIME_ZONE", "android.permission.SET_WALLPAPER",
"android.permission.SIGNAL_PERSISTENT_PROCESSES", "android.permission.SYSTEM_ALERT_WINDOW",
"android.permission.USE_CREDENTIALS", "android.permission.USE_SIP", "android.permission.VIBRATE",
"android.permission.WAKE_LOCK", "android.permission.WRITE_SETTINGS",
"android.permission.WRITE_SYNC_SETTINGS", "android.permission.WRITE_USER_DICTIONARY",
"com.android.alarm.permission.SET_ALARM", "com.android.browser.permission.WRITE_HISTORY_BOOKMARKS",
"com.android.launcher.permission.INSTALL_SHORTCUT",
"com.android.launcher.permission.UNINSTALL_SHORTCUT", "com.android.vending.CHECK_LICENSE",
"com.google.android.providers.gsf.permission.READ_GSERVICES"
Additionally, unknown permissions (usually specified by the package) are also ignored. Users rarely care about these, though.
Download
http://repo.xposed.info/module/com.germainz.playpermissionsexposed
Source code
https://github.com/GermainZ/PlayPermissionsExposed
Thanks
rovo89 and Tungstwenty for the Xposed Framework.
pulser_g2 and others who Xposed this issue.
Is it JB incompatible? As I can't install it
supergonkas said:
Is it JB incompatible? As I can't install it
Click to expand...
Click to collapse
Fixed, get 1.0.1.
Another great module from an awesome dev! Obligatory thank you post
This is awesome, Google should have this by default and somebody should feature this on the portal since there was a post regarding the new play store updates
Hi Guys!
I cant activate the moduls in the xposed framework
I use Carbon Rom Nightly 4.4.3.
is it possible that i cant use xposed with this rom?
Thanks for help
Best Regards
Lost
Can't find in the repo nor in xposed app?
chrisch91 said:
Can't find in the repo nor in xposed app?
Click to expand...
Click to collapse
Refresh repo. And if you click download link in the OP, you can open it with Xposed installer. If you are reading this with phone, of course ☺
Poslano z mojega Nexus 5 z uporabo Tapatalk
@GermainZ What would we be without you ? Damn you always bring the important stuff to all of us, we can not thanks you enough.
Keep it up
Thanks @GermainZ, this is brilliant!
Also, would it be possible to make an app or xposed module that prevents Google from silently installing/uninstalling apps behind our back or even to prevent silently upgrading Play store?
Thanks for this awesome app!
~Phil~ said:
Thanks for this awesome sh*t! Just one bug:
There are some "untranslated" strings. Can you fix that?
Click to expand...
Click to collapse
I think not, because they are app specific (as you could see starting "com.pushbullet...") and have no description & translation
Thanks mate, this mod is very welcome!
:good:
Nice app!
But found a bug:
"this application"
Another question:
Is it possible to translate the missing strings?
Sent with Tapatalk 4 via HTC One
absolutely needed module.
Thanks for creating it
mdxdave said:
Nice app!
But found a bug:
"this application"
Another question:
Is it possible to translate the missing strings?
Click to expand...
Click to collapse
Sure, you need to translate this file: https://github.com/GermainZ/PlayPermissionsExposed/blob/master/res/values/strings.xml
You can either PM me the translated file or send a pull request on GitHub.
Works perfectly in XPERIAZ JB 4.3
@milocj by devSXSTeam Z
what a blessed module.
well done coming to the rescue of us all.
I thank you very much!!
toxic-hero said:
Thanks @GermainZ, this is brilliant!
Also, would it be possible to make an app or xposed module that prevents Google from silently installing/uninstalling apps behind our back or even to prevent silently upgrading Play store?
Click to expand...
Click to collapse
@GermainZ
What would be cool...a working equivalent of TiB's "detach from Market" so that during bulk manual updates, you can keep an old version of an app and not see the nag to update it. I just can't believe that has not been a standard Play option.
Great module concept btw. Come on Google!!!
I've heard you talk in the past about permissions and how you won't install an app until you de-compile and verify that it does not have any sneaky stuff. This is a good example of community spirit, helping the lesser skilled folks here at XDA, deal with a pretty darn important privacy and security hole. Hats off! :good:
Excellent module. I really like that I can now put my apps back on auto-update and that I will be alerted when an app changes its permissions.I do hope when that happens this module will let me know what the new permissions are 'cause I don't ever remember what permissions an app has. I just don't install an app with permissions I don't like. Now if I can just get comfortable using xprivacy. And by using I mean understanding exactly what I'm doing a little better.
---------- Post added at 05:05 PM ---------- Previous post was at 04:58 PM ----------
themadproducer said:
@GermainZ
What would be cool...a working equivalent of TiB's "detach from Market" so that during bulk manual updates, you can keep an old version of an app and not see the nag to update it. I just can't believe that has not been a standard Play option.
Click to expand...
Click to collapse
I pick up more tips for using TiBu in the oddest places........

[MOD][XPOSED] Custom app not responding / crash dialog text and sound effects

This is a simple Android Xposed module to replace the default Android App Not Responding and Crash Pop-up messages with your own custom messages and/or sound effects!
Included sound effects
"He's dead, Jim" - Leonard McCoy from Star Trek TOS
"I'm sorry Dave, I'm afraid I can't do that." - HAL9000 from 2001: A Space Odyssey
"Ah ah ah, you didn't say the magic word" - Dennis Nedry (Newman) from Jurassic Park
Note: The Youtube links above are much longer than the sound effects in the module.
The trimmed versions of these sounds are copied to the external storage directory in folder /soundfx.
In-app selector is also included to use your own sounds.
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Requirements
Android 4.0+ with root
Xposed Framework installed
Instructions
Download apk from Xposed Module Repository
Install module as a normal apk
Open Xposed Installer and click checkbox to enable
Reboot device to activate module
Download
v1.0 - Xposed Module Repository
Tips & Hints
To include the name of the not responding/crashed app in your custom error dialog, use %1$s (percent sign, number 1, dollar sign, lowercase s).
Changes requires soft reboot to activate.
Known Issues
Certain types of app crashes on some tested devices have a few second delay playing the sound effect
Some devices will not play the sound clip for the in-app crash test button
Disclaimer
I try my best to thoroughly test everything I publish, but given the staggering number of devices, ROMs, and apps I cannot make any guarantee that something will go wrong. Use at your own risk!
Source code
This module is open source software, available on my Github page, licensed under the Apache 2.0 license
If you are a developer and want to contribute, fork the repo and submit a pull request.
Credits
@rovo89 and @Tungstwenty for Xposed framework
@iPaulPro for the @aFileChooser library
The entire XDA community for being awesome.
Problems/feedback
If you find this useful, click thanks!
If something is broken, let me know and I'll try my best to fix it!
If a feature is missing, suggest it and I'll try to add it!
Reserved
Thanks! Tryin it right now: )
This is awesome!
Sent from my Barnes & Noble Nook HD+ using Tapatalk 4
Oh yes. This is most good. Discovering this lil' gem of module just made my night. Hee hee....
It's possible to hide the alert?
Don't work on nexus 5...
Makes me want to Crash my Apps intentionally...
david6910 said:
It's possible to hide the alert?
Click to expand...
Click to collapse
Do you mean to automatically dismiss the not responding/crash pop-ups?
homer__simpsons said:
Don't work on nexus 5...
Click to expand...
Click to collapse
What part is not working? Not playing sounds or is the text not getting replaced?
mikmitch said:
What part is not working? Not playing sounds or is the text not getting replaced?
Click to expand...
Click to collapse
I haven't tried for sound, but text don't seem to be replace, I'm on android stock kit kat
homer__simpsons said:
I haven't tried for sound, but text don't seem to be replace, I'm on android stock kit kat
Click to expand...
Click to collapse
Text will be changed after reboot, tested on my Nexus 5 with CarbonROM :good:
In fact after reboot it apply
Love this module
There's only one thing which keeps me from enjoying the sound as well...
Would it be possible to route the sound through ringer/notification stream instead of media stream? I don't want sound to be played when the phone is set to silent for example in school or in a meeting.
Seems like just a small chance in code but I'm not that good at coding to accomplish that...
Sent from my Boeffla powered Slim GT-I9300
w0rinal said:
Love this module
There's only one thing which keeps me from enjoying the sound as well...
Would it be possible to route the sound through ringer/notification stream instead of media stream? I don't want sound to be played when the phone is set to silent for example in school or in a meeting.
Seems like just a small chance in code but I'm not that good at coding to accomplish that...
Sent from my Boeffla powered Slim GT-I9300
Click to expand...
Click to collapse
I need to second this. My media stream is almost always turned off because otherwise I'd be hearing noises in class. Notification stream would be a better choice. Otherwise, this is a pretty snazzy module.
Not working on Lollipop GPE ROM; Pulled SRC and it has 55 errors.
Works great. Thanks
Sent from my Optimus G using XDA Free mobile app
Hi,i just installed it,but where to get "hes dead,jim" sound? Thanks
kelvinvalencio said:
Hi,i just installed it,but where to get "hes dead,jim" sound? Thanks
Click to expand...
Click to collapse
AFAIK the app creates a folder called sound_fx or similar in /sdcard0 (internal memory) when launched (which I find rather annoying since the app copies the files every time it's started. I moved the files into 'ringtones' and next time I want to customize the dialog the folder is created again).
This folder should contain the named sound files
[size=-4]Sent from my Boeffla powered Slim (4.4.4, AOSP based) GT-I9300[/size]
I'm guessing this isn't supported anymore?

[Module] Xposed-DataUsage, shows system data usage in the status bar

Here's my first Xposed module, DataUsage. It shows the system's data usage for the current usage cycle in the status bar.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
EDIT: v1.41 is up
Fix for no view at startup on some devices
EDIT: v1.40 is up
Added Wi-Fi monitoring
Added choice of which networks to monitor, with the option for a default network
This module has been tested on: phone and emulator Marshmallow and emulator KitKat, with reports of it working on most devices. Bug reports/pull requests are encouraged.
Download:
Xposed Repo page
Direct link
Good work, I've been trying it on my N5 and N6P (both on AOSP Custom Roms), works just fine.
What Settings have you been planning for a future release? Color Customization maybe and positioning would be great
Works fine on the Nexus 6 running CM13 13/03/2016. It's a little bit too close to the next icon (Bluetooth) bug works fine
Gesendet von meinem Nexus 6 mit Tapatalk
Thank you, it's the feature i need.
Tested version 0.5a on my cm12.1, it works fine.
Here is my suggest:
1. Support multi-sim.
I'm using 2 sims, but use the 2nd sim for internet, seems version 0.5a always show the 1st sim' data usage.
2. Show GB or MB by user's option, or just use the string from the system's Settings.apk(when less than 1024MB, shows xxxMB; when more than 1024MB, shows xxxGB.
3. Let the DataUsage show after the QuickSettingsBar's header, example after the time.
I think, the DataUsage no need show always, few people need it shows always, so i think maybe the better position is the QuickSettingsBar's header, after the time.
4. The apk file size show me 1.5MB, a bit large...
cheers
rxzcums
Hi, just want to say it work very well on Xperia z3 compact 5.0.2 Sony Rom
rxzcums said:
2. Show GB or MB by user's option, or just use the string from the system's Settings.apk(when less than 1024MB, shows xxxMB; when more than 1024MB, shows xxxGB.
3. Let the DataUsage show after the QuickSettingsBar's header, example after the time.
I think, the DataUsage no need show always, few people need it shows always, so i think maybe the better position is the QuickSettingsBar's header, after the time
Click to expand...
Click to collapse
I totally agree with @rxzcums on this, the version 0.5 already work fine, but adding these options would make the module even greater! Thanks for this, keep on with the good work :victory:
Thanks for the feedback everyone, I'm glad to see it works well on other devices. I really just did this to see if it could be done and I'm happy that others like it too. To address some questions:
My current future plans are:
Color and font
Position
K/M/G multiplier
Dual-sim and having it on the quick settings bar are good good ideas, i'll check them out. Personally, I wanted to have it on the status bar because I wanted it available at-a-glance, but I could probably have the option.
The large APK is due to the Kotlin stdlib. I use Kotlin for everything now and I haven't enabled proguard for the beta release.
Doesn't appear to work on Project Fi Nexus 6p. Jist shows 0
Works nice on s5 g900f Cm13, thanks
Working fine on my Zenfone 5 with Lollipop 5.0. One possible minor tweak though.
Would it be possible to only have it appear on the statusbar when the mobile data is in use?
Any screenshots??
kamikaze702k said:
Any screenshots??
Click to expand...
Click to collapse
It's there, in the very first post. Please refrain yourself from asking silly questions.
Krozalid said:
It's there, in the very first post. Please refrain yourself from asking silly questions.
Click to expand...
Click to collapse
Ok, I didn't see it's a link post screenshot
Here's a quick screenshot for others who don't see the link, which that you need to copy the entire content of the first post, then edit the link then put it in your browser to view
I don't think the provider should matter but does anyone else have Project Fi? No usage is displaying for me
Nexus 6P -- MM 6.0.1
I'll try to investigate the Project Fi issue but it may take a while for me to figure it out since I'm in Canada and don't have access to a Fi phone. In the meantime, v0.6 which adds some requested features is up, check the OP.
DodoBurd said:
I'll try to investigate the Project Fi issue but it may take a while for me to figure it out since I'm in Canada and don't have access to a Fi phone. In the meantime, v0.6 which adds some requested features is up, check the OP.
Click to expand...
Click to collapse
Thank you, it runs perfectly on my Nexus 4 (Fake ROM + Cataclysm mod).
I would like to ask you if you could add an option to place it, on left side of notification bar. (Read 'Planned features:' in github)
Thanks in advance
Edit:
What MiB stands for? (Found what is MiB)
Sent from my Nexus 4 using Tapatalk
Wow my request was granted! And it's working absolutely fine for me. No bugs so far. You're awesome. Keep up the good work.
SyCoREAPER said:
Doesn't appear to work on Project Fi Nexus 6p. Jist shows 0
Click to expand...
Click to collapse
Probably because Fi doesn't count as mobile data?
XblackdemonX said:
Probably because Fi doesn't count as mobile data?
Click to expand...
Click to collapse
Under Mobile data in settings it does show how much mobile data I have used
Doesn't work on my Zenfone 2 running Resurrection Remix - MM.

[XPOSED] Pokemon GO IV checker [UPDATED 2016-08-18 v1.3]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You can see pokemon's IV in their nickname when you launch official pokemongo app.
pokemon that not have a nickname, shows their IV.
if you want to see your pokemon's IV that already have nickname, just erase their nickname.
It doesn't actually change pokemon's nickname, only showing on app.
This does not use API, MITM or what ever red flagging action to server
Feel free to use it
Feature:
Can see IV, Level and Individual values in their nickname
Customizable string format(%NICK%, %LEV%, %IV%, %ATK%, %DEF%, %STA%)
Preview evolved CP/HP(nickname to Evolving pokemon will show Evolved CP/HP)
ex) change nickname Pikachu to Raichu and Pikachu's CP n HP values will change to evolved value.
Version History:
v1.3 : Customizing string format, Preview evolved CP/HP
v1.2 : Added Setting UI and bug fix for freeze on loading screen
v1.1 : Bug fix for freeze on loading screen
v1.0 : Initial version
Download from xposed module repo:
http://repo.xposed.info/module/de.elfinlazz.android.xposed.pokemongo
Steps:
Install the module
Activate it in Xposed
Reboot
Run official pokemongo app
Enjoy
.
EDIT - This now loads and works perfectly!! A Must Download module for Pokemon Go! 10/10
When I loaded Pokemon Go with this module active, it froze at 40% load.
Any feedback I can provide to assist?
edit - I see from your reddit thread this is an issue with Marshmallow. I hope you can get it working soon ^_^ As this seems like a golden module!
This is awesome, working well but for now I have de-activated the module fearing a ban until I feel brave enough or I fully understand how this works.
AFAIK, this just reads data from a cached file given by the server and hooks to the app to change the displayed name string of the catched pokes on the fly without storing anything? What are the risks here? Is there any possibility that it can be detected?
Despite the doubts, loving the module right now!
Hi, thanks for your great work!
It's freezing at 40% for me too. I'm running Samsung S6 Edge 5.0.2 so it isn't just Marshmallow related.
How do you calculate the IVs?
dole_95 said:
Hi, thanks for your great work!
It's freezing at 40% for me too. I'm running Samsung S6 Edge 5.0.2 so it isn't just Marshmallow related.
Click to expand...
Click to collapse
update to 1.1 will solve the freezing
update to 1.1 will solve the freezing
elfinlazz said:
update to 1.1 will solve the freezing
Click to expand...
Click to collapse
Yep, 1.1 works great! Thanks! Would be interesting if you could explain how it works, maybe make the app open source?
And again, great work!
bengtc said:
how do you calculate the ivs?
Click to expand...
Click to collapse
iv = (atk + def + sta) / 45 * 100
Trigork said:
This is awesome, working well but for now I have de-activated the module fearing a ban until I feel brave enough or I fully understand how this works.
AFAIK, this just reads data from a cached file given by the server and hooks to the app to change the displayed name string of the catched pokes on the fly without storing anything? What are the risks here? Is there any possibility that it can be detected?
Despite the doubts, loving the module right now!
Click to expand...
Click to collapse
This app only read buffer that already recv from server.
so you don't need to worry about get banned by using this app.
elfinlazz said:
iv = (atk + def + sta) / 45 * 100
Click to expand...
Click to collapse
Cool, thanks for the app! Is there anyway to make it work with nicknamed pokemon?
bengtc said:
Cool, thanks for the app! Is there anyway to make it work with nicknamed pokemon?
Click to expand...
Click to collapse
erase nickname it check for IV n rename it?
Still freezing on 40% loading with 1.1.
Nexus 5, Android 6.0.1, yes I have the framework properly installed, all my other modules are working fine.
I really like this module but can i be banned for using it? I see it changes names of pokemons to IV stats and after i de-activate it, they return to normal name...
Could you explain how this module works?
Thank you for this great module.
I have a suggestion: It would be nice if the percentage of IV appear next to the pokemon image to, or even above. Without interfering in his name. It would be more clean and harmonious. Anyway, congratulations for the great work!
Hey. Really working well. But could You add the Option to show values behind Name of pokémon? Its way easier to compare 2 same pokémon
What an awesome module! Really dude the best ive got so far. Btw are you really sure that this is completely safe to use? Since its an 'really too good to be true module' without risking account.
Sent from my MI 5
M-A-X said:
Hey. Really working well. But could You add the Option to show values behind Name of pokémon? Its way easier to compare 2 same pokémon
Click to expand...
Click to collapse
use sort by number
I am on a galaxy s7 edge exynos and I get stuck at the loading screen
Not quite accurate, my 97% pidgeot checked with mitm ends up being only 47% with this

[APP][XPOSED][8.1-12x] GPS Setter - Set Device Location

[XPOSED] GPS SETTER​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
As most GPS spoof apps not working anymore coz some are old and some are not proper implement with the current OS so I made myself a GPS spoofer called GPS Setter it will help you set the location where you want from malicious apps coz some bad apps collect user location for advertisement purpose or another purpose.... who knows?? so in such case, this app will work like charm to prevent the current location. It's still in the beta stage coz it still has some bugs which will be fixed in upcoming updates.
Disclaimer:
The Author and Contributors of GPS Setter take no responsibility for any loss of data or damage to your device or any other consequences that arise as a result of using this application don't use this app for any illegal purpose or cheat any program so use it your own risk.
Compatibility:
This Module will Support Android 8.1+
Features:
-> Spoof location
-> No need to allow mock location
-> Detect Proof
-> Beautiful Material Design UI
REQUIREMENT
-> Rooted Device
-> Xposed Framework Installed (Lsposed or Edxposed)
Download:
Download from GitHub release
Source code
Support:
As you know this project does not have advertising anymore so it's hard to alive this project if you want to support further development of this project you can donate by BTC. This form of support is meant to compensate for my time dedicated to the community.
12eai5UkUtBe1gzNYvBvjTNTDvqVBFbQzy
Thanks:
All those who keep the project alive by supporting me via donations (you know who you are)
If somehow this module work for you then don't forget to hit a ⭐️ on GitHub​
Thank you, please add favorite location.
keis0n said:
Thank you, please add favorite location.
Click to expand...
Click to collapse
Yah i will add in next versions if get good response from users.
You could add subsystem activation in LSexposed as a recommendation. If the user does not tick any app, the Spoofer will say the module is not activated, even though it is.
vintotale said:
You could add subsystem activation in LSexposed as a recommendation. If the user does not tick any app, the Spoofer will say the module is not activated, even though it is.
Click to expand...
Click to collapse
you have any reference? I don't understand
AndroidX said:
you have any reference? I don't understand
Click to expand...
Click to collapse
Please see the screenshots, #3 being an exemple of subsystem shown as recommanded. Maybe the label of the message box when opening the spoofer could be more explicit (activate the module AND at least one application for exemple).
I tried it with https://play.google.com/store/apps/details?id=com.groundspeak.react.adventures and while it me "somewhere" that location is nowhere near the selected place. It seems to like the middle of Germany - which is nowhere near my real or fake location.
XlAfbk said:
I tried it with https://play.google.com/store/apps/details?id=com.groundspeak.react.adventures and while it me "somewhere" that location is nowhere near the selected place. It seems to like the middle of Germany - which is nowhere near my real or fake location.
View attachment 5634037
Click to expand...
Click to collapse
Have you try close target app? Or try different location
AndroidX said:
Have you try close target app?
Click to expand...
Click to collapse
Yes, it stays with a randomish location even after restarts
XlAfbk said:
Yes, it stays with a randomish location even after restarts
Click to expand...
Click to collapse
Have you try with different app? Like google map coz in my testing its working in all apps
AndroidX said:
Have you try with different app? Like google map coz in my testing its working in all apps
Click to expand...
Click to collapse
It happens with any app - but I now found a pattern: After reboot and setting the location once all is good, then I change the location several times and the set location starts to drift from the one received by apps. The fake location stays somewhere close to the location first set, even if I set the location to australia or something.
XlAfbk said:
It happens with any app - but I now found a pattern: After reboot and setting the location once all is good, then I change the location several times and the set location starts to drift from the one received by apps. The fake location stays somewhere close to the location first set, even if I set the location to australia or something.
View attachment 5634141
Click to expand...
Click to collapse
Strange I will fix it in next release .
This works on Tinder. Thing is I had to reboot the phone after setting the location. After turning off the spoofer the fake location was still set.
I disabled the module but then tinder was having trouble finding people nearby.
What solved it for me was clearing Tinder data + cache and then logging in again
Works fine for me! Enabled two apps in the module's scope, and the location set in the app is spoofed for just those two apps. Exactly what I wanted. Thanks @AndroidX!
works fine in android 12, in google maps is ok but in some apps its not working
AndroidX said:
Yah i will add in next versions if get good response from users.
Click to expand...
Click to collapse
Ho men you are awasome, I love your app, I hope in the next update you can add save favorit mark place and add a joystick for play some games
Thanks for all positive feedbacks.
Works for me like charm. Simple and effective, thanks. (Oneplus 9 pro, android 12, lsposed)
Excellent initiative. If you can, put a button to follow the real position directly. Also put a favorite and mark the APKs that can work with GPS Setter
So after getting positive feedbacks from users i am releasing new version of GPS Setter.
v1.1 New release
Redesign all code and rewrite in kotlin
Redesign UI and back to old skool
Added new Location hook method
Added play service location detection API hooked (Need system framework select)
Added system level hooking for inject spoof location into system
Added favourite location add feature
Added instant location hook no need to close target app
Fixed previous version bugs
Note:- If you want to hook location into system for bulletproof location spoof then you have to select "System framworks" inside lsposed along with target app.
Download :- here

Categories

Resources