Related
hello,
i used the xposed module "app settings" version 1.13 with android marshmallow before i updated to nougat. this module enables you to change DPI, font scale, locale, force fullscreen, persist in memory, etc. on a per app basis.
here is a link to the module:
https://forum.xda-developers.com/xp...2014-05-14-t2437377/post63835421#post63835421
i have not found any possibility to get this working on nougat as there is no xposed for nougat and it seems there is no more custom rom with these options.
is it possible to get this module working with magisk?
satand said:
hello,
i used the xposed module "app settings" version 1.13 with android marshmallow before i updated to nougat. this module enables you to change DPI, font scale, locale, force fullscreen, persist in memory, etc. on a per app basis.
here is a link to the module:
https://forum.xda-developers.com/xp...2014-05-14-t2437377/post63835421#post63835421
i have not found any possibility to get this working on nougat as there is no xposed for nougat and it seems there is no more custom rom with these options.
is it possible to get this module working with magisk?
Click to expand...
Click to collapse
Downgrade to marshmallow or write xposed for nougat. The first is easy, the second will make many people happy over here.
Sent from my ONEPLUS A3003 using Tapatalk
satand said:
is it possible to get this module working with magisk?
Click to expand...
Click to collapse
Just to clarify on the above response: No.
Thanks Op, I also would love to have App Settings equivalent on Magisk or stand alone. Turns my 6.44" Mi Max into a desktop chrome browser almost
cobram3 said:
Thanks Op, I also would love to have App Settings equivalent on Magisk or stand alone. Turns my 6.44" Mi Max into a desktop chrome browser almost
Click to expand...
Click to collapse
It would be just ultra hard to code that, or just impossible.
years ago (before xposed got famous) some custom roms (paranoid,...) had these functions.
i would go back to marshmallow only because of this missing features but there is no marshmallow rom for my new oneplus 5.
is it really impossible to get it working with magisk? the code itself (version 1.13) worked without any problems on marshmallow.
satand said:
years ago (before xposed got famous) some custom roms (paranoid,...) had these functions.
i would go back to marshmallow only because of this missing features but there is no marshmallow rom for my new oneplus 5.
is it really impossible to get it working with magisk? the code itself (version 1.13) worked without any problems on marshmallow.
Click to expand...
Click to collapse
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Didgeridoohan said:
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Click to expand...
Click to collapse
thanks for your answer!
do you have more information about these "cumbersome scripts"? maybe it would work with tasker and a script per app.
i would be very happy...i like my smartphone much more with these features.
satand said:
thanks for your answer!
do you have more information about these "cumbersome scripts"? maybe it would work with tasker and a script per app.
i would be very happy...i like my smartphone much more with these features.
Click to expand...
Click to collapse
I wasn't gonna open up that can o' worms, but since you brought it up... :laugh:
Look up how to work with shell scripts. Tasker can run those (among other things). You could probably do some stuff with the resetprop tool as well (look here for details and syntax).
Don't expect miracles though...
Didgeridoohan said:
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Click to expand...
Click to collapse
Didgeridoohan said:
I wasn't gonna open up that can o' worms, but since you brought it up... :laugh:
Look up how to work with shell scripts. Tasker can run those (among other things). You could probably do some stuff with the resetprop tool as well (look here for details and syntax).
Don't expect miracles though...
Click to expand...
Click to collapse
thanks...but that is too high for me
Do we have a petition to develop this form? hahaha
I would like to have app settings on magisk too. I just wanted to change the app local instead of globe settings.
bush911 said:
I would like to have app settings on magisk too. I just wanted to change the app local instead of globe settings.
Click to expand...
Click to collapse
"App Locale 2" for Xposed can help you
And you can get Xposed systemlessly with Magisk.
Thank you so much for the advice.
My phone is 1st generation Pixel with latest android, mgaisk installed. I will try to figure it out.
daniel_m said:
"App Locale 2" for Xposed can help you
And you can get Xposed systemlessly with Magisk.
Click to expand...
Click to collapse
Anybody have a suggestion - I'm looking to change the dpi of chrome app (8.1) without Xposed
Maybe this could help
https://joyofandroid.com/change-screen-resolution/
As we all know, Xposed needs modify system image because we need to replace the app_process and ART runtime.
In some case, This is a bit troublesome. So i wrote an App named VirtualXposed to use xposed without modify system, you can install it like a normal APP, no need root or system privilege.
VirtualXposed is like a virtual environment, in this virtual world, all app are running with the same UID, so all app running in it are under control. then we can load xposed module for any process within it. The only thing we need to do is to Implement a Java Method hook module to support Xposed runtime.
To be honest, VirtualXposed is forked from VirtualApp, just likes docker on Android platform. And the Java method hook module——epic, is a dynamic java aop method hook framework, just like dexposed.
You can refer the code on github: https://github.com/android-hacker/VirtualXposed
It's my first time here. All the things I need to learn from you
I'm not entirely sure why no one has replied to this yet. This is pretty huge, ainnit? This would allow Xposed to pass SafetyNet.
rnadomuc said:
I'm not entirely sure why no one has replied to this yet. This is pretty huge, ainnit? This would allow Xposed to pass SafetyNet.
Click to expand...
Click to collapse
Not just that but it can also run on unrooted phones which is even more of a break through.
Virustotal picks up malware
https://www.virustotal.com/fr/file/...8f04f8531ac8d2ea9e601e2e/analysis/1520829060/
I was about to try it but I'm reconsidering after seen the previous post...
I am sure that VirtualXposed is harmless, it is open source, the source code won't deceive you, you can refer the source code at: https://github.com/android-hacker/VirtualXposed (I am sorry that i can not post outside links now, xda's rule says that i must post 10 posts)
I don't know why it was misjudged as a virus, may be it is too powerful ? or it can inject code to other process without root?
Anyway, I am investiging this problem.
i hope it can bypass all those detection by other program like games. let's see what it will it become when it matures. tnx
This is very intriguing. I pinged GermainZ to see what he thinks.
ssvdude said:
Virustotal picks up malware
https://www.virustotal.com/fr/file/...8f04f8531ac8d2ea9e601e2e/analysis/1520829060/
Click to expand...
Click to collapse
Have you checked every file on xda and what are the results?
It does require a ton of permissions tho, so smart to be cautious.
---
plisskenn said:
Have you checked every file on xda and what are the results?
It does require a ton of permissions tho, so smart to be cautious.
Click to expand...
Click to collapse
it would need those permissions for the cloned apps to work properly
plisskenn said:
Have you checked every file on xda and what are the results?
It does require a ton of permissions tho, so smart to be cautious.
Click to expand...
Click to collapse
I don't quite understand you're trying to imply. Of course I haven't. I'm sure there are false positive for other applications on xda. That doesn't mean this is one. This an unknown developer (no offense), with sparse any info in the first post, not alot of testimonials Further more this almost seems to good to be true, hence why I'm wary. That said if this works great, that's fantastic and I'm impressed. I'm glad it's open source too. No need to get snarky about it.
weishu said:
As we all know, Xposed needs modify system image because we need to replace the app_process and ART runtime.
In some case, This is a bit troublesome. So i wrote an App named VirtualXposed to use xposed without modify system, you can install it like a normal APP, no need root or system privilege.
VirtualXposed is like a virtual environment, in this virtual world, all app are running with the same UID, so all app running in it are under control. then we can load xposed module for any process within it. The only thing we need to do is to Implement a Java Method hook module to support Xposed runtime.
To be honest, VirtualXposed is forked from VirtualApp, just likes docker on Android platform. And the Java method hook module——epic, is a dynamic java aop method hook framework, just like dexposed.
You can refer the code on github: https://github.com/android-hacker/VirtualXposed
It's my first time here. All the things I need to learn from you
Click to expand...
Click to collapse
Hi all,
Is anyone testing VirtualXposed with the Xposed module XPrivacyLua ?
Thanks in advance for your answers.
iwanttoknow said:
Hi all,
Is anyone testing VirtualXposed with the Xposed module XPrivacyLua ?
Thanks in advance for your answers.
Click to expand...
Click to collapse
Apparently not there was an issue raised on the Github about it (under issues section)
link below
https://github.com/android-hacker/VirtualXposed
( sorry can not post direct links at the moment)
This could be a breakthrough and stumbling onto it today, being able to hide the system modifications for other apps to work such as banking or snapchat.. anyway as far as this hook having a virus such as McAffe , ive read :
"inherit from VirtualApp asLody/VirtualApp string #460, the code has some hardcode string such as "base-1.apk", "base.odex"; i simply use base64 to encode these thrings and it was resolved."
Guys, XPL will not work on VirtualXposed because it stores auf with the settings app which can not be accessed by VX. The only way around this would be a fork of XPL that changes this behavior specifically for VX. But nobody is doing that as of now.
as I see in Github where it is downloaded virtualxpose has little module support
Sent from my ZTE K88 using XDA Labs
---------- Post added at 10:54 PM ---------- Previous post was at 10:51 PM ----------
We hope that over time they will add more modules
Sent from my ZTE K88 using XDA Labs
Have you tested it on Oreo? Apps won't open on my s9+
gpgorbosjr said:
Have you tested it on Oreo? Apps won't open on my s9+
Click to expand...
Click to collapse
Yeah, I have s8+ and I'm only getting "Opening (App name).." message endlessly.
vAlcatraz said:
Yeah, I have s8+ and I'm only getting "Opening (App name).." message endlessly.
Click to expand...
Click to collapse
On Oreo right? I was looking at the Virtual App GitHub and I think something has to be changed in the way it works for Oreo support but I don't know how to inpliment it I hope the dev does.
Android 8.0 fix
Edit: that may not be a fix for our issue lol. I'm not a dev so I'm just guessing but I really think it's an Oreo caused issue.
Hi guys! Did anybody make Good Lock and modules work on our device?
Did you try to install lucky patcher to patch the os?
[email protected] said:
Did you try to install lucky patcher to patch the os?
Click to expand...
Click to collapse
Me - no. What for is Lucky Patcher needed, concerning Good Lock? Plus I'm unrooted.
madmaxmoscow said:
Me - no. What for is Lucky Patcher needed, concerning Good Lock? Plus I'm unrooted.
Click to expand...
Click to collapse
Here's the steps to install Good Lock apps on the M20. Need to be rooted and install lucky patcher. Same can be applied to the M30s.
https://forum.xda-developers.com/galaxy-m20/themes/guide-how-to-install-lock-apps-t4001017
Credit to the devs of M20.
[email protected] said:
Here's a thread for the steps to install Good Lock apps on the M20. Need to be rooted and install lucky patcher.
https://forum.xda-developers.com/galaxy-m20/themes/guide-how-to-install-lock-apps-t4001017
Click to expand...
Click to collapse
Thanks buddy, but I still have hope, that the stuff would be available on our device without root. Especially, root for our device is bugfull at the moment
Only nicelock and onehand is working....
vinayak.etx said:
Only nicelock and onehand is working....
Click to expand...
Click to collapse
Hi, how did you make Onehand and Nicelock work?
Lazy_Pickachu said:
Hi, how did you make Onehand and Nicelock work?
Click to expand...
Click to collapse
the latest nicelock and onehand from galaxy store is working.... check out... there no need to do any trick...
vinayak.etx said:
the latest nicelock and onehand from galaxy store is working.... check out... there no need to do any trick...
Click to expand...
Click to collapse
I'm sorry, but I'm not able to find it on the Galaxy Store.
Edit: Nevermind. Turns out I'm not really good at searching things on the internet.
You can dowload it from apkmirror and sign it with apk-signer. Then install goodlock and the modules. But it don't change anything in M30s
I Hope it will Work with Android 10.
No it's not working on 10 either
Gane11601043 said:
No it's not working on 10 either
Click to expand...
Click to collapse
That is very disappointing.
I need a little help for M30. Few days ago samsung released AOD(Always On Display) update in galaxy store which was showing error during install (on M30 devices) and then suddenly Samsung pull that update back from store but the update worked for M30s devices and sideloading apk doesn't work for M30. Only apk released through galaxy store will install as update for AOD. I request if anyone M30s user here who got update of AOD recently through glalaxy store could make a backup of it with any apk backup app and share that apk here. It would be a big favor for us M30 users. Thanks in advance.
how to sign apks?
ninhthuanntnt said:
You can dowload it from apkmirror and sign it with apk-signer. Then install goodlock and the modules. But it don't change anything in M30s
Click to expand...
Click to collapse
I downloaded NiceLock and downloaded the modules, but when i try to install the modules, it simply says "app not installed". Does signing apk remove the restriction of the device or something? Can I know how its done?
you can install using apk signer..but apps doesn't work
thanks
Gane11601043 said:
you can install using apk signer..but apps doesn't work
Click to expand...
Click to collapse
oh, ok. I gave up anyway. and the thing i've noticed is that m series use one UI 2 core whereas the high end samsung phones use One UI 2 full(or something like that). so probably samsung gives only basic features of the One UI.
Any update in this issue...I'm a M31s user, story is the same in here. Any way to make it work (nice lock or good lock) ?
dionysos77 said:
Any update in this issue...I'm a M31s user, story is the same in here. Any way to make it work (nice lock or good lock) ?
Click to expand...
Click to collapse
One ui core version not support goodlock or nice lock
I'm looking to get an Android phone but I don't want any google apps or services on it including the play store. Is there a Magisk module that can remove all the google apps and services and play store from a phone? I did a search for "remove google apps" and other such searches but could not find what I'm looking for. I see that the Aurora app store is an alternative play store. Is it safe to use?
Thank you for your advice!
Easiest would be to just flash a custom ROM and don't bother with installing Gapps. Voilà, free of Google apps and services.
Didgeridoohan said:
Easiest would be to just flash a custom ROM and don't bother with installing Gapps. Voilà, free of Google apps and services.
Click to expand...
Click to collapse
Thank you for the reply. I agree but from my research I could not find custom ROMs available for the Pixel 3 that are officially supported and stable. Please recommend one if there is one that is officially supported and stable. If there is not I would like to know the steps after I root a phone to remove all the google apps and services.
https://f-droid.org/app/org.droidtr.deletegapps
But its very likely to experience bugs and problems (like force closes). The best option is to use a custom Rom
Or you can try the Nanodroid Module (to install microG), probably better than just remove GApps.
AuroraDroid/-store works as it should. I don't know what you mean by 'safe'.
castrum_doloris said:
https://f-droid.org/app/org.droidtr.deletegapps
But its very likely to experience bugs and problems (like force closes). The best option is to use a custom Rom
Or you can try the Nanodroid Module (to install microG), probably better than just remove GApps.
AuroraDroid/-store works as it should. I don't know what you mean by 'safe'.
Click to expand...
Click to collapse
Thank you for the reply. Ok I really would rather use a custom ROM. LineageOS to be precise but there is no official support for the Pixel 3. That's why I'm asking if there is a way, after rooting the phone, to remove all the google apps and services. You mentioned MicroG but does that actually remove all the google apps and services? I looked up MicroG and it looks to be for people who still want to use google apps and services but securely. I don't use anything google apps or services. There are some Microsoft apps I need for work so that's why I asked about Aurora. When I asked if Aurora is safe I meant does Aurora track or do anything unsecure.
Is there a LineageOS custom ROM that does work with the Pixel 3? If not then do I use MicroG to remove all the google stuff?
Sorry to ask so many questions. I've spent hours researching this stuff and there is so much info I read up on that I just need some clarity. Thanks for your patience.
ToughDBlue said:
I'm looking to get an Android phone but I don't want any google apps or services on it including the play store. Is there a Magisk module that can remove all the google apps and services and play store from a phone? I did a search for "remove google apps" and other such searches but could not find what I'm looking for. I see that the Aurora app store is an alternative play store. Is it safe to use?
Thank you for your advice!
Click to expand...
Click to collapse
To get rid of issues, uninstall any google apps you want systemlessly using Debloater ( Terminal Emulator ).
ToughDBlue said:
I'm looking to get an Android phone but I don't want any google apps or services on it including the play store. Is there a Magisk module that can remove all the google apps and services and play store from a phone? I did a search for "remove google apps" and other such searches but could not find what I'm looking for. I see that the Aurora app store is an alternative play store. Is it safe to use?
Thank you for your advice!
Click to expand...
Click to collapse
You are in luck. Get a huawei phone.
Sent from my SM-G985F using Tapatalk
ToughDBlue said:
Thank you for the reply. Ok I really would rather use a custom ROM. LineageOS to be precise but there is no official support for the Pixel 3. That's why I'm asking if there is a way, after rooting the phone, to remove all the google apps and services.
Click to expand...
Click to collapse
"Official" and "unofficial" are quite often just terms to clarify, if the builder is part of the dev-team and/or if the Rom/Code is reviewed by one of the dev-team. It is possible, that an unofficial Rom isn't working as good as an official would, but I experienced this quite rarely.
BUT: unofficials usually don't have the possibility to OTA update.
But in the end, "official" and "unofficial" doesn't have to mean much
So my tip: Install and try some Roms, unofficial ones too ^_^
ToughDBlue said:
You mentioned MicroG but does that actually remove all the google apps and services? I looked up MicroG and it looks to be for people who still want to use google apps and services but securely. I don't use anything google apps or services. There are some Microsoft apps I need for work so that's why I asked about Aurora.
Click to expand...
Click to collapse
MicroG is an open source and privacy focused Google Services Framework. Its goal is to let apps work, which rely on GApps. I suggested it to grant a bit more stability to your un-googled stock Rom. Because the GApps are most likely deep buried into your (Stock)System, which can lead to severe instability and crashes if you just forcibly rip them out.
At least that's my experience. I never had a usable system with a blank removal of GApps
On a custom Rom its not necessary, if all apps you use work without GApps
ToughDBlue said:
When I asked if Aurora is safe I meant does Aurora track or do anything unsecure.
Click to expand...
Click to collapse
No, Aurora is safe as far as I know (I'm using it myself)
If you are in doubt (and able to) you can check its source code
ToughDBlue said:
Is there a LineageOS custom ROM that does work with the Pixel 3? If not then do I use MicroG to remove all the google stuff?
Sorry to ask so many questions. I've spent hours researching this stuff and there is so much info I read up on that I just need some clarity. Thanks for your patience.
Click to expand...
Click to collapse
I can try to check later. An "official" Lineage is quite unlikely, but maybe I find smth else
But yes, if you can't find a fitting Rom, you'll have to try with manually debloating/microG.
You can try to debloat your phone slowly with "Terminal Debloater" like someone already suggested.
One App/Service after another. If smth breaks, you can simply revert it, because this works systemless
No problem, just ask XDA is a forum and I'm here to help
Lineage is available for Pixel 3. It is unofficial, but built by someone on the Lineage team. Check the Pixel 3xl forum. Most custom roms are posted there, but are actually for both devices. The thing is, most custom roms for the device come with GAPPs included (Including Lineage), so not useful for you. This is getting OT though.
castrum_doloris said:
"Official" and "unofficial" are quite often just terms to clarify, if the builder is part of the dev-team and/or if the Rom/Code is reviewed by one of the dev-team. It is possible, that an unofficial Rom isn't working as good as an official would, but I experienced this quite rarely.
BUT: unofficials usually don't have the possibility to OTA update.
But in the end, "official" and "unofficial" doesn't have to mean much
So my tip: Install and try some Roms, unofficial ones too ^_^
MicroG is an open source and privacy focused Google Services Framework. Its goal is to let apps work, which rely on GApps. I suggested it to grant a bit more stability to your un-googled stock Rom. Because the GApps are most likely deep buried into your (Stock)System, which can lead to severe instability and crashes if you just forcibly rip them out.
At least that's my experience. I never had a usable system with a blank removal of GApps
On a custom Rom its not necessary, if all apps you use work without GApps
No, Aurora is safe as far as I know (I'm using it myself)
If you are in doubt (and able to) you can check its source code
I can try to check later. An "official" Lineage is quite unlikely, but maybe I find smth else
But yes, if you can't find a fitting Rom, you'll have to try with manually debloating/microG.
You can try to debloat your phone slowly with "Terminal Debloater" like someone already suggested.
One App/Service after another. If smth breaks, you can simply revert it, because this works systemless
No problem, just ask XDA is a forum and I'm here to help
Click to expand...
Click to collapse
Thank you for the very detailed reply. Very helpful. I decided to get a Oneplus 7T and not a Pixel 3. I did research and found that most custom ROMs for the Oneplus 7T do not officially support Android 10 as well as MicroG and TWRP. The unofficial custom ROMs note that there are bugs and some instability currently. Being a newbie and needing my Oneplus 7T to be reliable as it's my only phone I rather have an officially supported LineageOS with MicroG custom ROM when it's released. Until then I need help figuring out the best method to remove all gapps and services. I don't use any google apps. I do use Microsoft apps so I need those to not only work but be able to send notifications. I also need to have location services work for a non-google maps app and weather app. I would like to keep Oxygen OS as it has some customizations features I like. Am I asking too much? Lol. However, since microG is not supported I don't think I can do what I'm looking for since MicroG removes all gapps and services and replaces them including location services ability and notifications. Does Magisk have a module that can do what I'm looking for?
You'll likely find better help in the OP7T forums:
https://forum.xda-developers.com/oneplus-7t
There is a debloater module you could use for this purpose, you'll find it on the Manager downloads section. Keep in mind that anything you do with a Magisk module is a systemless modification and the files will still be on your device (just masked by Magisk) and will return if you every disable/uninstall the module or remove Magisk. If you want a more permanent solution you'll need to use other means.
Didgeridoohan said:
You'll likely find better help in the OP7T forums:
https://forum.xda-developers.com/oneplus-7t
There is a debloater module you could use for this purpose, you'll find it on the Manager downloads section. Keep in mind that anything you do with a Magisk module is a systemless modification and the files will still be on your device (just masked by Magisk) and will return if you every disable/uninstall the module or remove Magisk. If you want a more permanent solution you'll need to use other means.
Click to expand...
Click to collapse
I couldn't find the Manager downloads on the OP7T forum. Can you provide a direct link to the Manager downloads?
The "Manager downloads" is in the Magisk Manager, the app.
What I meant was that it will likely be easier for you to find help with debloating the device in its own forum.
Didgeridoohan said:
The "Manager downloads" is in the Magisk Manager, the app.
What I meant was that it will likely be easier for you to find help with debloating the device in its own forum.
Click to expand...
Click to collapse
Got it. Thank you for your help!
When I am installing APKs from any file manager it's gives me an error App not installed as app isn't compatible with your phone but when I install same app from Google Playstore it get installed with out any issues.
Any idea why?
Screenshot attached.
ThnX
telepathy007 said:
When I am installing APKs from any file manager it's gives me an error App not installed as app isn't compatible with your phone but when I install same app from Google Playstore it get installed with out any issues.
Any idea why?
Screenshot attached.
ThnX
Click to expand...
Click to collapse
It's possible you downloaded the wrong version of the app. If you look at various apps on APKMirror, such as Google Photos, there are many different variants available. You want to use an arm64-v8a version, preferably "nodpi" as that should work with all devices.
telepathy007 said:
When I am installing APKs from any file manager it's gives me an error App not installed as app isn't compatible with your phone but when I install same app from Google Playstore it get installed with out any issues.
Any idea why?
Screenshot attached.
ThnX
Click to expand...
Click to collapse
For some reason Google made an absurd last minute decision to make 32bit arm apps incompatible with the Pixel 7 at the software level. There is a workaround which I can confirm does work, as I am using it, but to get it to work if you have already rooted your phone with magisk you will have to backup your data and then do a wipe of the device.
The workaround is at this thread
[Magisk] Magisk Zygote64_32: Enabling 32-bit Support For Apps
The 32-bit apps are back! https://streamable.com/hb1dqp Synopsis The Pixel 7 line is Google's first "64-bit only" phones, along with being the highest profile release of a 64-bit only device so far. The device uses the Tensor G2 (GS201), which is...
forum.xda-developers.com
t3chwizard said:
For some reason Google made an absurd last minute decision to make 32bit arm apps incompatible with the Pixel 7 at the software level. There is a workaround which I can confirm does work, as I am using it, but to get it to work if you have already rooted your phone with magisk you will have to backup your data and then do a wipe of the device.
The workaround is at this thread
[Magisk] Magisk Zygote64_32: Enabling 32-bit Support For Apps
The 32-bit apps are back! https://streamable.com/hb1dqp Synopsis The Pixel 7 line is Google's first "64-bit only" phones, along with being the highest profile release of a 64-bit only device so far. The device uses the Tensor G2 (GS201), which is...
forum.xda-developers.com
Click to expand...
Click to collapse
I am trying 64bit versions apk only but those are mod apks for games and I think modded apk Google might have banned installing on Pixel 7/7 Pro
telepathy007 said:
When I am installing APKs from any file manager it's gives me an error App not installed as app isn't compatible with your phone but when I install same app from Google Playstore it get installed with out any issues.
Click to expand...
Click to collapse
There's a new restriction with Android 13 for sideloaded apps not from Play Store, F-Droid and maybe other stores. I ran into it with an apk from Github. Your error doesn't relate but installing from a file manager is a symptom. In any case, if you think this restriction could be part of your problem search ACCESS_RESTRICTED_SETTINGS for a possible workaround.
@Nnik345 here you can find an answer and imo you should ask related questions better here instead of opening a new thread.