[MOD][WEAR] Rich Ambient Mode (for Android Wear) - Xposed Framework Modules

This module disables the transition to Ambient Mode on Android Wear so watch faces keep rendering images (once a minute) in full colored mode instead the usual plain, black & white ambient mode. The watch still goes to sleep (screen updating Handlers are suspended). It allows you to fully enjoy all the beautiful watch faces (both stock and 3rd party).
Battery life: There isn't any noticeable battery drain. With Always-on screen, the watch can still survive 2 whole days. See attached screenshot of a test when battery went during 11 hours from 100% to 78% (few notifications, Tilt to wake disabled, lowest screen brightness on LG G Watch).
Screen burn in: It's not a good idea to use this module with OLED.
Requirements:
Root (su binary on watch)
xposed-arm-20150308.zip flashed through recovery
Adb/developer mode enabled (to install apps directly)
Yes, Xposed framework also works on Android Wear, check my comment for details.
The modded version of Xposed Installer is the same as XposedInstaller_3.0-alpha2.apk, just with few Wear incompatible GUI parts disabled making it launchable on Wear. Because of disabled Action Bar, it's not possible to configure Xposed directly and installation below is required. (If you are familiar with UI coding, universal UI redesign would be helpful. So far I only did smali edits to Xposed Installer but I may try some proper workarounds/fixes later.)
Installation:
Install modded Xposed Installer (1_install_xposed_installer.bat)
Run Xposed Installer
Close Xposed Installer
Reboot watch
Run 2_enable_module.bat
Install this module (3_install_xposed_module.bat)
Wait for Xposed notification and tap to do soft reboot
Current bug/drawback:
Manually opened/expanded notifications do not hide (screen doesn't refresh) after a timeout.
Source: https://github.com/moneytoo/RichAmbient

Nice idea but all is white and cannot read inside xposed

hanschke said:
Nice idea but all is white and cannot read inside xposed
Click to expand...
Click to collapse
That's why:
Because of disabled Action Bar, it's not possible to configure Xposed directly and installation below is required.
Click to expand...
Click to collapse

I have thought thats the mod apk do

That requires bit more changes and it's not done yet.

Awesome work, been looking for this ever since I got my G Watch!! Ambient mode is pointless on LCD based watches anyways.

@moneytoo
Hi,
can you create a module "shake to wake" instead of "tilt to wake"?
regards
starbase64

starbase64 said:
can you create a module "shake to wake" instead of "tilt to wake"?
Click to expand...
Click to collapse
I think I would use something like this as well. If I'm looking at it right, it's in com.google.android.clockwork.home.mr1compat.TiltDetectorService and modifying seems doable so I may try it later.

I tried installing this on 5.1.1 but it does not appear to work. Not sure if this is Xposed problem (using unofficial 5.1 Xposed) or this module's problem. Is there a way to check if module got actually loaded (logcat)?

Deleted

What smali changes did you have to make to the apk to get it to run? I want to try and make the to an xposed installer for 5.1.1

Justjusten said:
What smali changes did you have to make to the apk to get it to run? I want to try and make the to an xposed installer for 5.1.1
Click to expand...
Click to collapse
I fixed what showed crashing in logcat. Or decompile both original and patched apks and run diff...

Thanks, I didn't know if there was something I would miss that you could give me a head ups on but sounds pretty straight forward.

tested on sony smartwatch 3 on android 5.1.1, using v68 sdk22 xposed framework, using your modded xposed installer, rooted with supersu 2.46
not working.. still fade to ambient

Hi @moneytoo, just curious, are you still using this?
I got xposed to work - I had to install xposed-v80-sdk22-arm.zip since the Android OS is 5.1.1 - I then followed your process to install XposedInstaller_3.0-alpha2.apk and RichAmbient.v0.1.apk.
Doesn't seem to work for me on Smartwatch 3 though!
thanks,
Charlie

moneytoo said:
Screen burn in: It's not a good idea to use this module with OLED.
Click to expand...
Click to collapse
Sorry for dumb question - does this include AMOLED? Thanks.

Related

[APP][4.0.3+ & GB][XPOSED] NotifyClean

Cleans up the notification area, and much more
You could configure which apps are allowed to create notifications in the top left area, the notification area. If an app creates a notification it will be collected and added to the list.
You could deny all notifications of an app or only specific messages - if it's not a customized notification. So I used it to hide "waiting for connection", but not "you are connected".
Changed settings are applied after a reboot!
With a donation you supports this app and get more options.
Important:
This app needs the Xposed Framework. The framework requires root access for installation. Don't forget to enable the module in Xposed. You can grab it here: Xposed Installer
Donation:
No self-promotion in the app.
Per app: Hide icon in status bar (collapsed notification area)
Per app: Show notification expanded by default (API>15)
Per app: Order of notifications (move up/down in the list)
Per app: Move to bottom of the list and hide the icon in the status bar
Per app: Deny full screen notifications
Per app: No floating-in (ticker) text in status bar
Per app: Disable LED
Per app: Disable vibration
Per app: Disable sound
Per app: Set notification as removable (ongoing), but also removes "service bit"
Per app: Remove a notification if a newly created was denied (remove updated)
Per app: Regex pattern matching
Per app: Tasker support
Clear unblocked notifications for all apps
Show all apps, even without notifications yet
You support this app and further development!
Website: http://tinyurl.com/lmg9xe6
Play Store: http://tinyurl.com/mfcd47f
Xposed Repository: http://tinyurl.com/kyaeolu
Changelog: http://tinyurl.com/kuufkod
Why this app? I liked this function of LBE, but i wante to remove LBE
Translation:
You could find here a interface to translate the english strings: http://tinyurl.com/okycacj
A free account of www.oneskyapp.com is required to edit. Additional, please attach your email address or send it via PM
Looks very interesting. Do you know in how far this might conflict or work with other, similar modules and/or on certain phones and android versions? Specifically I'm on an lg g2 with xblast installed and without a working recovery, and i don't want to risk a bootloop.
android404 said:
Looks very interesting. Do you know in how far this might conflict or work with other, similar modules and/or on certain phones and android versions? Specifically I'm on an lg g2 with xblast installed and without a working recovery, and i don't want to risk a bootloop.
Click to expand...
Click to collapse
No recovery, no party.
You are risking too much!
android404 said:
Do you know in how far this might conflict or work with other, similar modules and/or on certain phones and android versions? Specifically I'm on an lg g2 with xblast installed and without a working recovery, and i don't want to risk a bootloop.
Click to expand...
Click to collapse
rovo89 said:
[*]Multiple mods can be installed at the same time, even if they change the same package. So you can use these battery icons and those quick toggles. Even hooking the same method twice is possible. Of course, this only works properly if the mods are not trying to do incompatible things.
[/LIST]
Click to expand...
Click to collapse
I've about 10 modules activated on my device. Xposed should catch all exceptions of modules
defim said:
I've about 10 modules activated on my device. Xposed should catch all exceptions of modules
Click to expand...
Click to collapse
It doesn't, I've had bootloops when trying incompatible modules just for kicks.
You're better off waiting for a proper recovery imo.
Sent from my HTC One X using Tapatalk 4
GriffinSauce said:
, I've had bootloops when trying incompatible modules just for kicks.
Click to expand...
Click to collapse
Which modules exactly? Maybe one of them does'nt work, even without others
GriffinSauce said:
You're better off waiting for a proper recovery imo.
Click to expand...
Click to collapse
Manual "recovery":
* start adb within your recovery and connect to it by computer
* remove file /data/data/de.robv.android.xposed.installer/conf/modules.list (for xposed 2.3)
-> no modules will beloaded :victory:
defim said:
Which modules exactly? Maybe one of them does'nt work, even without others
Manual "recovery":
* start adb within your recovery and connect to it by computer
* remove file /data/data/de.robv.android.xposed.installer/conf/modules.list (for xposed 2.3)
-> no modules will beloaded :victory:
Click to expand...
Click to collapse
Even easier...
I have a file named "Xposed-Disabler-cwm.zip" on my sd card. (I believe I downloaded it along with the main Xposed app)
If, due to a module, I get into a boot loop issue etc., which I have...then I simply boot into recovery (without a pc) and run this zip. Boom. All modules are temporarily disabled. :good:
No need for this. gravity have that option now and with out paying!!!!
Sent from my SPH-L900 using xda app-developers app
@themadproducer
I have Xposed-Disabler-cwm.zip too, dated to 10.10.2013, Xposed installer creates it. But now you know to en-/disable without sdcard
@flexxoo As i wrote in the OP also LBE has such an option. But i dont like it to get additional an adblocker, virusscanner, firewall, traffic counte etc bundled. All these additional features consumes memory, uses the cpu and drain your battery.
Maybe you should first try the app before you blame. Then you would also know that you do not have to donate to block notifications
android404 said:
Looks very interesting. Do you know in how far this might conflict or work with other, similar modules and/or on certain phones and android versions? Specifically I'm on an lg g2 with xblast installed and without a working recovery, and i don't want to risk a bootloop.
Click to expand...
Click to collapse
themadproducer said:
Even easier...
I have a file named "Xposed-Disabler-cwm.zip" on my sd card. (I believe I downloaded it along with the main Xposed app)
If, due to a module, I get into a boot loop issue etc., which I have...then I simply boot into recovery (without a pc) and run this zip. Boom. All modules are temporarily disabled. :good:
Click to expand...
Click to collapse
Lol. They posted the manual "recovery" for a reason Lol.
Sent from my XT926 using Tapatalk 4
motodroidfreak said:
Lol. They posted the manual "recovery" for a reason Lol.
Sent from my XT926 using Tapatalk 4
Click to expand...
Click to collapse
Yes indeed.
Realized that later.
totally sweat. any link to apk?
Sblast said:
totally sweat. any link to apk?
Click to expand...
Click to collapse
Yes, in the 1st post is a link to Xposed Repository. There is a direct linkt to download the apk - or just use xposed installer itself to download
Sadly it does not seem to work.
Log shows all recent Notifications but nothing shows up in the main window.
Running AOKP 4.2.2 by Maclaw on a S3 Mini
All other Xposed Stuff works fine.
[Edit]
Disregard it. Actually rebooted twice when i wrote this. After a third reboot its working now
Great App, thanks a lot.
Works like a charm. Thanks for the module.
I would tend to want the red color for ALL, and something "weaker" for individual notifications.
schneidebrett said:
Sadly it does not seem to work.
Log shows all recent Notifications but nothing shows up in the main window.
Running AOKP 4.2.2 by Maclaw on a S3 Mini
All other Xposed Stuff works fine.
[Edit]
Disregard it. Actually rebooted twice when i wrote this. After a third reboot its working now
Great App, thanks a lot.
Click to expand...
Click to collapse
Different sources for both
1) The log entries are taken from debug.log of xposed
2) The database with notifications is updated by the hook every time a new one is detected (no more write access as needed), the app itself reads the file.
But the app has to create the file to get the app's permissions&owner, the hook does not creates it because the app could not read it later due to missing permissions. So the new notifications could not written, but are logged.
I add it to the 1st post
When removing the notification does it remove the service or just the icon in the task bar?
Will android close the app when it needs memory or will the app stay open like when the icons are showing in the task bar?
I wanted to use the module to remove the notification of "No Sim card" (I am currently using N8000 without a sim) it's found in the system ui notifications but when i select it and reboot nothing happens but then i restart system ui and the notification is gone
But when i select it and custom design then reboot it works but i dont know if this would disable other notifications.... .. so What's the problem?!
yeeahnick said:
When removing the notification does it remove the service or just the icon in the task bar?
Will android close the app when it needs memory or will the app stay open like when the icons are showing in the task bar?
Click to expand...
Click to collapse
Technical the app calls the function to create a notification, but this call never reches the system.
I'm using a other app by me named "KeepRunning" to restart crashed/closed apps. I've oberserve also some apps which are configured to not show notification. The logfile of KeepRunning tells me that during the last week only Whatsapp was several times was restarted, but this has no restricted notifications.
So i *think* the apps are not closed by Android. Btw, i the worst case Android closed any app, regardless of services or nifications
Scorpion_Ibm said:
I wanted to use the module to remove the notification of "No Sim card" (I am currently using N8000 without a sim) it's found in the system ui notifications but when i select it and reboot nothing happens but then i restart system ui and the notification is gone
But when i select it and custom design then reboot it works but i dont know if this would disable other notifications.... .. so What's the problem?!
Click to expand...
Click to collapse
Xposed framework has not function to get a "Context"
To get the texts of a notification a "Context" is required
So the module searches for a context to read the notification.
Now the "system ui" starts very early and at this point it seems a context is not yet available and the notification is detected as "text not readable" and the app shows it as "custom design" :-/ If later a context is available notifications of system ui are read correct.
So i think it thould be okay to disable custom design for system ui to get rid of "no sim" notification
You could simple recognize a real custom design of notifications. The app "My Data Manager" uses such a one for notifications, i've attached a screenshot and marked it
You could enable the full logging by creating a empty file /data/data/de.defim.apk.notifyclean/files/NotifyClean.logging , a reboot is required to take effect. Be warned, it could slow down your device, so enable it not all the time

[APP][4.0.3+ & GB][XPOSED] (Have)OwnOrientation

Apps use current orientation.
Annoyed apps changing current screen orientation? Try this module!
If you are using in landscape, some apps force orientation to portrait. So you have to rotate you device to use this app which is a bad user experience. With this module these apps don't change anymore the screen orientation and you could use it in current orientation. An example of such an app is System app remover
There are 2 apps with same effect, but
HaveOwnOrientation (free): This app has no user interface. Enable it in Xposed - reboot - done.
OwnOrientation (donate): User interface for simple configuring, logging etc
IMPORTANT
Xposed needs root access for installation
Website: http://tinyurl.com/nq32zze
Play Store OwnOrientation (donate): http://tinyurl.com/lj52cp6
Play Store HaveOwnOrientation (free): http://tinyurl.com/kl865jr
Xposed Repository HaveOwnOrientation (free): http://tinyurl.com/lryg5dn
APK download HaveOwnOrientation (free): http://tinyurl.com/mzert7f
Why these apps? To lazy to rotate the device!
Thanks, testing the module
Thanks, I can confirm that it is working flawlessly on Galaxy Note 10.1, I just tested it with the Instagram:good::good:
defim can you add a blacklist in future updates??
Sent from my SM-N900T using XDA Premium 4 mobile app
Good Work
defim said:
Apps use current orientation.
Annoyed apps changing current screen orientation? Try this module!
If you are using in landscape, some apps force orientation to portrait. So you have to rotate you device to use this app which is a bad user experience. With this module these apps don't change anymore the screen orientation and you could use it in current orientation. An example of such an app is System app remover
This app has no user interface. Enable it in Xposed - reboot - done.
IMPORTANT
Xposed needs root access for installation
Website: http://tinyurl.com/nq32zze
Play Store: http://tinyurl.com/kl865jr
Xposed Repository: http://tinyurl.com/lryg5dn
Why this app? To lazy to rotate the device!
Click to expand...
Click to collapse
scrolling problem with calc+ powerful calculator in landscape mode. otherwise worked with most of the apps in landscape mode.
@faizan.rupani: Maybe the app checks the current location and sets it again if it is not as desired. Can you post a link to the app?
 @flexxoo: User interface is not planned so far. If you want to have an app in other orientation, just turn device - if automatic orientation is enabled.
Excellent! Well done @defim - at long last I can open Sky+ app in portrait mode
On my Galaxy S2, S3 and S4... all international variants this module reverses the camera and locks it in both portrait and landscape.
cdzo72 said:
On my Galaxy S2, S3 and S4... all international variants this module reverses the camera and locks it in both portrait and landscape.
Click to expand...
Click to collapse
Just realised that the same thing happens on my NOTE 10.1
Skhulile said:
Just realised that the same thing happens on my NOTE 10.1
Click to expand...
Click to collapse
Second that, this module is must have but makes camera almost unusable (tried this on my Note 3)
+1 for application settings for blacklist
Hello, I tried the module and it works, but when I rotate the screen potrait mode on apps that are supposed to be used in landscape mode only the screen just goes black. It would be wonderful to be able to fine tune the module for each indivudual app like "Ultimate Rotation Control" does
Makes my screen camera screen black so I can't see what I'm taking pictures of lol HTC one m8 I know its been said and its probably noted just wanted to tell ya but great module been looking for something like this for awhile now
Hi! Tried the module. This modules solves my problem with the game called:
School Idol Festival both, English and Japanese Versions.
but when I launch the app while in portrait, then i rotated to landscape, it scales with the same size as in portrait having only 1/4 on the screen
what i mean is that when i launch the app, it retains it's size and doesnt rescale with the current orientation.
just an opinion maybe you could also add a blacklist or sort . just an opinion.
Good Job anyways
Okay okay, rudimentary block list added, no time atm for full gui. Just place package names in the file of apps which should not be blocked.
If you dont know the package name
- open Play Store in webbrowser, the ?id= part of the ur is the app
- or enable debug in the module, it shows all package names in xposed log
- or search in the created blockfile the app, but there are no new installed apps added
failed to work
hi
i have had successful experience with the module after installing it
however
i accidentally made xposed installer system app and starting from then the module failed to work
i have tried numerous times to uninstall and reinstall xposed installer and the module
but still it did not work
are there any fix to this problem?
i am using note pro P905 4.4.2
thank you for your help
edmundchu said:
hi
i have had successful experience with the module after installing it
however
i accidentally made xposed installer system app and starting from then the module failed to work
i have tried numerous times to uninstall and reinstall xposed installer and the module
but still it did not work
are there any fix to this problem?
i am using note pro P905 4.4.2
thank you for your help
Click to expand...
Click to collapse
If Xposed is system or not should not matter - but could cause other problems, dont know excatly.
If you open the module it "opens" a text file with you default app. Maybe you have set one earlier as default which does nothing. This assignement could be reset in Andorid app drawer "reset defaults", or so.
You could also open the file manually: /data/data/de.defim.apk.haveownorientation/files/HaveOwnOrientation.txt
defim said:
If Xposed is system or not should not matter - but could cause other problems, dont know excatly.
If you open the module it "opens" a text file with you default app. Maybe you have set one earlier as default which does nothing. This assignement could be reset in Andorid app drawer "reset defaults", or so.
You could also open the file manually: /data/data/de.defim.apk.haveownorientation/files/HaveOwnOrientation.txt
Click to expand...
Click to collapse
i found the file
sorry for misleading
i found the .txt
wt should i do with it?
i can read the .txt now
but i still cant lock the orientation of apps
do you know wt is the cause of this problem?
update:
i have installed an older version of your module and it worked
not sure if i should try to update it
update 2:
i have tried to update the module but it turned out to be not working after update....
damn it.....
Thanks man the new block app works perfect, thanks a lot:good:
edmundchu said:
i found the file
sorry for misleading
i found the .txt
wt should i do with it?
i can read the .txt now
but i still cant lock the orientation of apps
do you know wt is the cause of this problem?
update:
i have installed an older version of your module and it worked
not sure if i should try to update it
update 2:
i have tried to update the module but it turned out to be not working after update....
damn it.....
Click to expand...
Click to collapse
Your Xposed is working at all? Which Android version does you have?
Does the module load? Could be see in the xposd log
You could enable the "debug" in the config file and have more messages in the xposed log after reboot
does it do the same thing as this thread?

Need help with Xposed

Hi,
I succesfully unlocked and rooted my G5. It's rooted as well and I have Xposed 3.0 alpha4 installed and the app says the framework is active.
However I can't seem to change anything. I tried GEL Settings for example to change the grid size of the google launcher or the G4 Tweakbox to change the battery symbol. But nothing happens. I reboot and everything is the same.
I have the feeling I'm making some real dumb noob error, but I don't know what...
Any help is appreciated.
I assume you have turned the modules on? Open xposed and go to modules and ensure they are ticked and reboot if not. I assume you have done this otherwise you would get notifications from the modules that they are not axtive.
I did notice that the battery icon change in the g4 tweakbox did not work after reboot for me. I would recommend trying it with gravitybox instead.
Also, to confirm xposed is working correctly, try installing a module that delivers an obvious effect. For instance burnt toast or YouTube background playback.
Good luck
Yes, the modules are active.
Tried the Youtube Background module - no joy.
I don't get any error messages, everything installs fine, it's just not working...

Xposed Modules working on Oneplus 6

I am gonna start and will compile the list in coming days
1. GravityBox (O)
2. Flat Style bar indicators
3. Flat style colored bars.
4. Snaptools (a.k.a "SnopTells" now)
5. Xinsta
6. NSFW GBoard
7. Greenify latest beta
8. ifont
9. MaxLock
10. XPrivacyLua
11. Black Navigation Bar
12. AFWALL+
13. Amplify
14. Youtube Adaway
15. Powernap
16. [XPOSED][L+]P Animations
17. Kmod FWA
18. YouTube Background Playback
Ajaykumar21066 said:
I am gonna start and will compile the list in coming days
1. GravityBox (O)
2. Flat Style bar indicators
3. Flat style colored bars.
Click to expand...
Click to collapse
Remarkable options that are working in GB?
Tested on 5.1.8 so far:
Battery options in statusbar work well,
lockscreen rotate works,
battery bar seems to work.
QS tile customisation seems to work fine.
Volume button reorientate with rotation working
Volume panel auto expand and unlink ringtone/notification working
Enabling Navbar Tweaks stopped my recent apps button working
comicbookguy72 said:
Tested on 5.1.8 so far:
Battery options in statusbar work well,
Click to expand...
Click to collapse
Leads to crashing system UI from to time in my case :<
Had to disable it again
What options? I've been running circle animated with percent inside all dayno issues
Other working modules tested by me:
•Snaptools (a.k.a "SnopTells" now)
•Xinsta
•NSFW GBoard
Stupid question, but what's the difference between xposed and magisk?
rubino25 said:
Stupid question, but what's the difference between xposed and magisk?
Click to expand...
Click to collapse
What's different between Google chrome and Firefox
rubino25 said:
Stupid question, but what's the difference between xposed and magisk?
Click to expand...
Click to collapse
Some people try to be funny ?.
Look at this link: https://www.xda-developers.com/magisk-vs-xposed/
"AFWALL+" anyone ?
racka said:
Some people try to be funny .
Look at this link: https://www.xda-developers.com/magisk-vs-xposed/
Click to expand...
Click to collapse
Ahah, thaks! I'm not a noob, but I have never realy studied the subject!
rubino25 said:
Ahah, thaks! I'm not a noob, but I have never realy studied the subject!
Click to expand...
Click to collapse
You're welcome. I also didn't know the exact differences, so I was curious too ?.
comicbookguy72 said:
What options? I've been running circle animated with percent inside all dayno issues
Click to expand...
Click to collapse
Strange. Doesn't work for me
Any one push pokemongo to work with xposed installed without reboots method?
Hmmm...Never knew the "full detail" difference between the 2. But it appears that Magisk is the way to go, especially when you can install Xposed as a module through Magisk. It seems like a win-win situation...
x111 said:
"AFWALL+" anyone ?
Click to expand...
Click to collapse
Its working.
Xposed... not Magisk.
I am using these modules:
Powernap
Amplify
Gravitybox
Youtube Adaway
Where do you find these Magisk modules? I can't see most of them in the Download list in Magisk Manager.
snark_be said:
Where do you find these Magisk modules? I can't see most of them in the Download list in Magisk Manager.
Click to expand...
Click to collapse
Maybe read the title of the thread

[JB][P] AppOpsXposed Re 1.30.6 - Now with EdXposed support!

AppOpsXposed Re is a module for the Xposed framework that restores AppOps functionality on recent Android versions.
"Re" (short for "revised") version got a few updates compared to the original, making it work on newer Androids, like Nougat and Oreo.
Original thread by caspase: AppOpsXposed - AppOps for 4.3+
What is AppOps? What's the difference between AppOps and permissions?
AppOps is a feature that is included in Android starting with JellyBean 4.3. It allows the user to limit an apps functionality, regardless of permissions granted; for example, you can prevent an app from reading your contact list, or accessing your current location. The difference between revoking permissions and using AppOps is that in the latter case, the affected app will not know what happend and, most importantly, will (usually) not crash. In the case of the location, the app will think that the location is currently unavailable. In the case of your contact list, the app will see an empty list.
An important thing to keep in mind is that AppOps was not intended for end-users, so some features do not work as advertised. Limiting "Keep awake" for example has no effect, as this was not implemented by the Android developers.
Compatible with all Android versions from 4.3 'Jelly Bean' to 9.0 'Pie'.
Credits:
Xposed Framework: rovo89 & Tungstwenty
Original module: caspase
Download: AppOpsXposed Re on Xposed Module Repository
How to report problems efficiently?
- Enable the Debug log in settings
- Use functions that don't work as intended
- Export the logs from Xposed app and put them on PasteBin
- Post on the XDA thread the link along with more information about your device
XDA:DevDB Information
AppOpsXposed Re, Xposed for all devices (see above for details)
Contributors
Xspeed, caspase
Source Code: https://github.com/XspeedPL/AppOpsXposed
Xposed Package Name: at.jclehner.appopsxposed.re
Version Information
Status: Stable
Current Stable Version: 1.30.6
Stable Release Date: 2019-03-09
Created 2018-08-10
Last Updated 2019-03-08
you rock dude. I had to settle for my 2nd favorite rom for my daily driver bc it had no AppOps. Now I'm free!!! when I get time I will flash back and give this a try.
Thanks for sharing!!!!
Hey, thanks for your work (even though I'm still on Nougat).
I have three questions though:
- when I go into an app's persmissions screen the sliders in 1.30.4 turned green when turned on and grey when off. In 1.30.5 they're always grey, can this be modified so they change color depending on how their status is?
-also in an app's permission screen, the name of each permission was differently formated and translated in 1.30.4. Could this be ported over to your version of AppOps?
-the next thing didn't work with 1.30.4 either but maybe it can be fixed (or my phone simply isn't compatible), when I go to designs and change the icons of AppOpsXposed, none of them changes in the phone's settings / app overview screen.
I have some screenshots attached. My phone is the HTC 10 on Nougat, regularly rooted
sutobe said:
- when I go into an app's persmissions screen the sliders in 1.30.4 turned green when turned on and grey when off. In 1.30.5 they're always grey, can this be modified so they change color depending on how their status is?
Click to expand...
Click to collapse
It's really easy to change, I am experimenting with colors at the moment.
When I was releasing this I prioritized functionality over looks, but it will be done, no worries.
-also in an app's permission screen, the name of each permission was differently formated and translated in 1.30.4. Could this be ported over to your version of AppOps?
Click to expand...
Click to collapse
I am aware of that, the labels got messed up when I was porting the code base. I'll see what can be done.
-the next thing didn't work with 1.30.4 either but maybe it can be fixed (or my phone simply isn't compatible), when I go to designs and change the icons of AppOpsXposed, none of them changes in the phone's settings / app overview screen.
Click to expand...
Click to collapse
It actually works like the previous version. To see those changes you can either reboot or restart the "UI" process.
To make it work auto-magically a lot more work would be needed, and to be honest, for a single time use feature it's not worth it in my opinion.
It works
But after disabling some ops (permissions) those apps on going notification don't show the notification bar although they're running in the background.
But if i revert it then the notification shows
FC after start at HTC One M7 with Android 5 ROM
Sent from my HTC One using XDA Labs
Nice this cutie is now offical.
Used your inoffical mod since oh my gosh ..long time ago...about a year
on LP, MM, Nougat
:good:
Awww yeah!... Thankyou for this!
Auto close app everytym when i open :/
Mockingbird_ said:
Auto close app everytym when i open :/
Click to expand...
Click to collapse
How to report problems efficiently?
- Enable the Debug log in settings
- Use functions that don't work as intended
- Export the logs from Xposed app and put them on PasteBin
- Post on the XDA thread the link along with more information about your device
Click to expand...
Click to collapse
Maybe try caspase appsops.
For me it works now better with my nougat device. Better permisson controll* and less errors on apps with blocked permissions :good:
*possible to block audio focus on music, video, notification
Hi! What's the difference of this and the appopsxposed without the "re"?~
nijihana said:
Hi! What's the difference of this and the appopsxposed without the "re"?~
Click to expand...
Click to collapse
Original module was supposedly abandoned. This version was updated to support newer Androids, including Nougat and Oreo.
"Re" is short for "revised".
Xspeed said:
Original module was supposedly abandoned. This version was updated to support newer Androids, including Nougat and Oreo.
"Re" is short for "revised".
Click to expand...
Click to collapse
Thank you!
Any chance blocking apps permission to change system settings?
A language file for translation would be nice
edit:
Now i see modul can block "write system" e.g. it can denin on playstore / service but some apps still
change system ( froce app to run in backround) after install an update.
So if an app has no permission to write system how it can change settings even if i denin playstore & service permisson to change system? ^^^^
This app is broking the item "Fingerprint scanner" in the settings of phone. I get FC when I try to open it. My phone is HTC U11, Adrroid 8.0, ROM LeeDroid.
@Xspeed: 'Add OP_BOOT_COMPLETED' in the hacks menu still doesn't work after checking the box and rebooting, there is no option anywhere to control whether an app can start on boot. I'm running a pure AOSP ROM so there is no Privacy Guard, etc. Is there a workaround/fix for this?
Thanks!
@Xspeed Just curious, what are the chances of this getting updated for Pie?
toBsucht Psp said:
Now i see modul can block "write system" e.g. it can denin on playstore / service but some apps still
change system ( froce app to run in backround) after install an update.
So if an app has no permission to write system how it can change settings even if i denin playstore & service permisson to change system? ^^^^
Click to expand...
Click to collapse
What settings is the app changing after you disabled the permission?
smallKING81 said:
This app is broking the item "Fingerprint scanner" in the settings of phone. I get FC when I try to open it. My phone is HTC U11, Adrroid 8.0, ROM LeeDroid.
Click to expand...
Click to collapse
I am going to need LogCat during the FC from you to be able to see what's exactly wrong.
AnonVendetta said:
@Xspeed: 'Add OP_BOOT_COMPLETED' in the hacks menu still doesn't work after checking the box and rebooting, there is no option anywhere to control whether an app can start on boot. I'm running a pure AOSP ROM so there is no Privacy Guard, etc. Is there a workaround/fix for this?
Click to expand...
Click to collapse
This boot run blocking is actually a hack that works only on some devices, to be honest it doesn't work on mine either
bkkzak said:
@Xspeed Just curious, what are the chances of this getting updated for Pie?
Click to expand...
Click to collapse
If you mean EdXposed, you're unfortunately out of luck. This module HEAVILY relies on so called "resource hooks" that EdXposed doesn't support at the moment. Sorry
What is the difference between this app and AppOpsX from F-Droid? does it work on Android Pie?
MDV106 said:
What is the difference between this app and AppOpsX from F-Droid? does it work on Android Pie?
Click to expand...
Click to collapse
To be honest I've never heard of AppOpsX. The two applications work completely different under the hood.
There is stuff non-Xposed apps can't do, like adding a shortcut to AppOps on the app details activity.
Regarding your second question, YES!
The fresh new 1.30.6 version supports Android 9.0 Pie and EdXposed.
I managed to make it work by separating resource hooking related stuff to a second module and made it optional for other functionality.
Simple? Absolutely. Clever? Maybe. AppOps? Xposed. Sorry :/

Categories

Resources