Development WSA-pacman: Windows Subsystem for Android package installer - Windows 11

Greetings my fellow geeks
I would like to share my small part-time project I've been working on on the last few weeks.
I would've liked to post it in the Windows 11 dedicated thread, but well... there isn't any at the time of writing this
That said, this project is still in a very early stage of development, as of yet barebones (but I have many plans to expand it), and I even was too lazy to remove the default Flutter logo and icon... so consider it a pre-alpha; but hey, it works!
This may not sound like a "few weeks in development" project, but I had to implement a way to read an Android apk icon from scratch and that's what I spent most of my time with.
At the moment the application allows you to install any .apk package on WSA (by associating .apk files to the executable), as well as providing a convenient shortcut to the Android settings and the "Manage Applications" section (otherwise only accessible via console commands). It also has a few options (android port and light/dark theme).
More features are on the way, and I plan to show way more information on the installer (eg. app permissions, option to downgrade a package etc...)
The app is open source and available to download here
Some screenshots:
Spoiler
{
"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"
}

Really helpful, many thanks

alesimula said:
Greetings my fellow geeks
I would like to share my small part-time project I've been working on on the last few weeks.
I would've liked to post it in the Windows 11 dedicated thread, but well... there isn't any at the time of writing this
That said, this project is still in a very early stage of development, as of yet barebones (but I have many plans to expand it), and I even was too lazy to remove the default Flutter logo and icon... so consider it a pre-alpha; but hey, it works!
This may not sound like a "few weeks in development" project, but I had to implement a way to read an Android apk icon from scratch and that's what I spent most of my time with.
At the moment the application allows you to install any .apk package on WSA (by associating .apk files to the executable), as well as providing a convenient shortcut to the Android settings and the "Manage Applications" section (otherwise only accessible via console commands). It also has a few options (android port and light/dark theme).
More features are on the way, and I plan to show way more information on the installer (eg. app permissions, option to downgrade a package etc...)
The app is open source and available to download here
Some screenshots:
Spoiler
View attachment 5447985View attachment 5447987View attachment 5447989
Click to expand...
Click to collapse
great.many thanks for your hard work.but when i duble click on .apk apps in my PC win10 x64 its open install menu but the install button is in gray color.thats mean its not active.any idea ?

hooooossamq said:
great.many thanks for your hard work.but when i duble click on .apk apps in my PC win10 x64 its open install menu but the install button is in gray color.thats mean its not active.any idea ?
Click to expand...
Click to collapse
It most likely means WSA is shut off, try opening an Android app (eg. Amazon Appstore) to boot it up, or set it to never shut down automatically in WSA options (not recommended)
You must also make sure to enable Android developer mode (also in WSA settings)
EDIT: now that I'm reading your comment again, you said you have Windows 10, did you manage to install WSA there?

alesimula said:
EDIT: now that I'm reading your comment again, you said you have Windows 10, did you manage to install WSA there?
Click to expand...
Click to collapse
yup.i just not notice that its for win11.but after i install it i read there.so there is no chance to use it in win10?

hooooossamq said:
yup.i just not notice that its for win11.but after i install it i read there.so there is no chance to use it in win10?
Click to expand...
Click to collapse
It requires WSA, so I guess it's not strictly Win11 as long as you manage to install WSA on Windows 10 (I have no idea whether you can and how)
This app just provides a GUI for apk installation, but depends on the Android subsystem

alesimula said:
It requires WSA, so I guess it's not strictly Win11 as long as you manage to install WSA on Windows 10 (I have no idea whether you can and how)
This app just provides a GUI for apk installation, but depends on the Android subsystem
Click to expand...
Click to collapse
thank you.i think its need win11.

Thank you very much for translating the app into Hebrew.
For some reason all the time it disconnects from me and gives the wrong port impression.
How could it not register it for me.
And is it possible to give support in APKS
Thank you.

Related

[Q] Unison on Android

Has anyone had any luck getting unison file sync onto an android phone. The only link I can find that actually tells how is in Japanese.
Given that I need a specific version of unison, how I could compile it to run it via the terminal app?
Tipika said:
Given that I need a specific version of unison, how I could compile it to run it via the terminal app?
Click to expand...
Click to collapse
Desesperate bump.
I am regularly looking into this issue every now and then but can't find anything new. I also need unison to run in android as it is the way that I am syncing all my files over several machines and servers.
Maybe you could just install linux cli tools
https://play.google.com/store/apps/details?id=com.galoula.LinuxInstall
https://play.google.com/store/apps/details?id=com.azlinux765.alinstaller
There was another app to add CLI tools without a full linux install, but I can't find it anymore
I have got unison (version 2.40.102) compiled on android now. I'm not next to my computer that I compiled it on but I can hopefully help you out if you tell me what bits you need explained. I started off using the Japanese instructions and google translate! I am also happy to share the binary with anyone who wants it.
Tipika said:
Maybe you could just install linux cli tools
https://play.google.com/store/apps/details?id=com.galoula.LinuxInstall
https://play.google.com/store/apps/details?id=com.azlinux765.alinstaller
There was another app to add CLI tools without a full linux install, but I can't find it anymore
Click to expand...
Click to collapse
Thanks it actually helped a lot ... indirectly
I already knew about chroot based Linux installs and while it would effectively allow me to run unison from a Debian chroot, I wanted something more native. However, your post pushed me to look again into such options and I discovered an amazing project that allows to run Debian in a more seamless fashion using symlinks, bind-mounts and other tricks to make the experience of Debian near native.
http://sven-ola.dyndns.org/repo/debian-kit-en.html
I can now run unison over ssh and the only issue I found was a permission problem that can get fixed by asking unison to not sync permission changes.
Of course a completely native solution would be still better I think. That's why ...
noobuntu said:
I have got unison (version 2.40.102) compiled on android now. I'm not next to my computer that I compiled it on but I can hopefully help you out if you tell me what bits you need explained. I started off using the Japanese instructions and google translate! I am also happy to share the binary with anyone who wants it.
Click to expand...
Click to collapse
... such an offer to help compiling unison on android would be great
I actually tried to find this Japanese tutorial but did not succeed in locating it. Maybe I did not use the right search terms...
UnisonSync
Hi there,
{
"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"
}
A couple of pointers:
- Keigo Imai's patch to to cross-compile OCaml on Android (https://sites.google.com/site/keigoattic/ocaml-on-android)
- Jérôme Vouillon's OPAM Android repository (http://github.com/vouillon/opam-android-repository)
This should help you cross compile unison (I did this on Linux).
I also released recently a GUI app that allows you to unison without dealing with the command line (and without rooting) on Google Play:
https://play.google.com/store/apps/details?id=net.danielroggen.unisonsync
Cheers,
Dan
bdaman80 said:
Has anyone had any luck getting unison file sync onto an android phone. The only link I can find that actually tells how is in Japanese.
Click to expand...
Click to collapse
the google play link is broken
fixed link
Tipika said:
the google play link is broken
Click to expand...
Click to collapse
fixed.
Now also a free version, but that one requires to use the command line (e.g. from Terminal Emulator) and to be root:
https://play.google.com/store/apps/details?id=net.danielroggen.unison

[APP]All-In-One Toolbox(17 Tools) F.O.C app for X8

hello, i want to introduce another high quality and super functional app for our lovely X8 and its FOC(free of charge) and not ad supported also a must have app for X8
SUPPORT ALL CM6,CM7,CM9,CM10 AND ECLAIR 2.1
This app is build uniquely and those 17 function is compressed to a pretty amazing size approx 1.4MB (really lightweight)
TESTED AND MUSTED!
some of it's sharp and powerful feature:
All-In-One Toolbox provides comprehensive system optimizing techniques, including real-time memory info, one click memory quick boosting, task killer, cache cleaner, history cleaner, and SD file manager etc. It embraces all factors that matter to device performance, and helps to optimize your device to run at optimum speed.
Product features:
1. Apk Cleaner
2. Backup & Restore
3. Homescreen shortcut
4. Memory status report (RAM, ROM, SD Card memory and CPU)
5. System information
6. One-click task killer
7. Cache cleaner
8. History cleaner (clipboard, browser, Market, Gmail search, Google Maps, Google Earth history)
9. Call log and messages cleaner
10. SD Card temporary file cleaner
11. App to SD Card
12. SD Card file manager
13. Batch installer
14. Batch uninstaller
15. Startup manager
16. Add app to startup
17. Homescreen widget
HIGHLIGHTS
-EASY TO USE
*Simple and interactive user interface
*Tweak all system optimizing features at ease
-ALL IN ONE
*Embrace all system optimizing techniques
*Comprehensive one-click optimization
-FREE
*Free of charge
:victorylaystore Screenshots:angel: :-:
{
"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"
}
HUB TO GRAB IT!
PLAYSTORE LINK:HERE
APK(ALL-NEW VERSION):HERE
if like my work! touch the THANKS button.:angel:
Great tool,but can you made it for pc edition,that you just connect phone with usb debugging,and you made program with adb support... I don't know how to explain,that you can do this things though desktop?:laugh:
2010matej said:
Great tool,but can you made it for pc edition,that you just connect phone with usb debugging,and you made program with adb support... I don't know how to explain,that you can do this things though desktop?:laugh:
Click to expand...
Click to collapse
i really don't know much about it but it confusing me thoug
Android Assistant offering the same things
krzysiek1984 said:
Android Assistant offering the same things
Click to expand...
Click to collapse
it's up to you whether to use the Android assistant or this all in one toolbox,
you get annoying ads in android assistant and its not fully free of charge you need
to get paid for getting rids of the ad!
95mediatech said:
it's up to you whether to use the Android assistant or this all in one toolbox,
you get annoying ads in android assistant and its not fully free of charge you need
to get paid for getting rids of the ad!
Click to expand...
Click to collapse
AOToolbox changes the format of Apps when you 'backup apps' which does not make sense; we want to be able to use backup apps without any tool to restore. Because of this Android Assistant is my preferred app. Othewise it would be your AOToolbox. They are both very good apps and thank you.
Alistair George said:
AOToolbox changes the format of Apps when you 'backup apps' which does not make sense; we want to be able to use backup apps without any tool to restore. Because of this Android Assistant is my preferred app. Othewise it would be your AOToolbox. They are both very good apps and thank you.
Click to expand...
Click to collapse
this app is not developed by me!! i just shared. i perfectly pointed out! the Playstore
link. credit those guys if you like the app:good:
95mediatech said:
this app is not developed by me!! i just shared. i perfectly pointed out! the Playstore
link. credit those guys if you like the app:good:
Click to expand...
Click to collapse
But in OP it says if you like MY work press thanks. Maybe why ppl think this is made by you.
Sent from my SonyX8 using xda premium

HALF-ASSED ONEPLUS ONE TOOLKIT v1.0 BETA in Python - OSX, Linux, and Windows!

UPDATED!!!!!! 12/30/2014
i present to you the latest pre-release from vvn's secret underground laboratory.......
THE HALF-ASSED ONE PLUS ONE TOOLKIT v1.3.2 BETA!
{
"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"
}
STILL IN BETA TESTING. tested most functions on my macbook pro (running OSX mountain lion) and they all seem to be working. haven't tested the newer functions like flashing the newer stock ROM images (XNPH38R and XNPH44S) but theoretically they should work if the others do.
USE AT YOUR OWN RISK. i'm not responsible for anything that might happen to your device as a result of using the toolkit. i assume if you are able to make it far enough to install python, the android SDK, and run the script, then you've got a pretty good idea of what you're doing already. if you need help, send me a message.
requirements: python 2.7, android SDK, opotoolkit.py, opointro.py, pyadb.py
NOW ON GITHUB!!!!
to install and run using git:
git clone https://github.com/eudemonics/1plus1toolkit.git 1plus1toolkit
cd 1plus1toolkit
python opotoolkit.py
*you might need to run as root, and make sure to have USB debugging enabled*
GITHUB project link: https://github.com/eudemonics/1plus1toolkit
installation:
download and install python 2.7: https://www.python.org/downloads/
download and install android SDK: https://developer.android.com/sdk/
it should work with the adb and fastboot binaries provided in the ZIP, but if not, you should install the android SDK. i recommend even MORE that you create an environmental path variable to the android SDK so you can run the commands from any directory.
setting up an environmental path variable (optional - recommended):
if you're on windows you can go to my pastebin, find the only powershell script on there, and steal/adapt the code to create your own environment path variable. but it's much easier to configure in system properties - i'm not on windows right now so these may not be exact instructions, but you should be able to right click on "my computer", select "properties", go to the "environment" tab in system settings, and add the environment path there. linux and OSX users just need to add the android SDK directory to their ~/.bash_profile or ~/.bashsrc or wherever environment paths are defined. if you still don't understand environmental path variables or symbolic links, i highly recommend google (or startpage.com, the private version).
if you don't want to go to the trouble of creating the environmental path variables, and you want to use the android SDK on your computer, then just extract all the files from the ZIP into your android SDK directory.
how to run the toolkit:
plug phone to computer via USB, turn on android debugging.
open command prompt or terminal window to scripts directory. start toolkit by entering:
"python opotoolkit.py"
if everything is installed and in the right places, you should see a menu like the attached screenshot.
i'll continue working on it and adding more when i can so keep checking this space, as well as the pastebin links (i'll add to github eventually). everything's open source; use, share, steal whatever you want from the code. some credit would be nice, though.
not gonna ask for donations - if you'd like to donate, please do so by purchasing my EP:
buy it here: http://dreamcorp.bandcamp.com
or search for it on itunes, google play, amazon, spotify, last.fm, cdbaby, blah blah blah.
there are also links in the description for my music video
https://www.youtube.com/watch?v=2i-F4jiKtGg
RESERVED
THIS IS NOW ON GITHUB!
get the latest version from here:
https://github.com/eudemonics/1plus1toolkit
sorry i rarely ever log on to xda-developers, email or facebook me if you have any problems!
Reserved again
***space reserved***
create an app or another to unlock root
Hello everyone is there any good developer can create an app or another to unlock root permissions to OnePlus One? Me with the Oppo N1, I used only app. Unfortunately I have no problems to the PC, and with the usual methods can not. I would be very grateful.
cassyjack said:
Hello everyone is there any good developer can create an app or another to unlock root permissions to OnePlus One? Me with the Oppo N1, I used only app. Unfortunately I have no problems to the PC, and with the usual methods can not. I would be very grateful.
Click to expand...
Click to collapse
What was the point in bumping a thread that hasn't had a reply for over 3+ months?
cassyjack said:
Hello everyone is there any good developer can create an app or another to unlock root permissions to OnePlus One? Me with the Oppo N1, I used only app. Unfortunately I have no problems to the PC, and with the usual methods can not. I would be very grateful.
Click to expand...
Click to collapse
hi, you should be able to root with SuperSU (latest version 2.40) using my toolkit. let me know if you have any problems, since i haven't tested flashing the latest SuperSU yet.
zephiK said:
What was the point in bumping a thread that hasn't had a reply for over 3+ months?
Click to expand...
Click to collapse
my apologies - this is why i named it the half-assed oneplus one toolkit
Lol

edit apk to add Device administrator permissions

Dear All ,
Good Morning .
i need assist with a personal issue .
i have annoying issue with my kids .
i need to modify the TV launcher to be uninstallable !
all i need is to modify the ( launcher apk file ) and add administrative permission same as google services and other apps .
i have skills to modify the apk decompile - recompile and editing . all i need is some assist what to add into the apk and re-compile it to be installed as administrator only .
or i'll make it easier if any one can give me the apk modified ,
Thanks ! .
Do you think it's enough? Play services is different story, but they probably soon will find articles like this.
How to uninstall stubborn Android apps
Jack Wallen shows you how to remove unwanted Android apps when the Uninstall button is grayed out.
www.techrepublic.com
Tried this and it works, but on Nougat it didn't gray out the uninstall button.
Our Thinking - Emids
blogs.quovantis.com
edit:
Uninstalling using adb gave an error though...
Failure [DELETE_FAILED_DEVICE_POLICY_MANAGER]
edit2: On Lollipop gray out works. Marshmallow??
May be looking inside here will help you
Romiui said:
i have annoying issue with my kids .
Click to expand...
Click to collapse
Have you tried Parental Controls or App Locks?
Or whipping...
Parental Control - Android Apps on Google Play
Enjoy millions of the latest Android apps, games, music, movies, TV, books, magazines & more. Anytime, anywhere, across your devices.
play.google.com
App Lock - Android Apps on Google Play
Enjoy millions of the latest Android apps, games, music, movies, TV, books, magazines & more. Anytime, anywhere, across your devices.
play.google.com
i have managed to find a good article about it that can help !
but yet i fail to compile the file to be successfully working !
Building Apps with Device Administration API: Dev’s Guide - Magic Edtech
The Device Administration API provides device administration features at the system level to a particular application. Android 2.2 introduces support for enterprise applications by offering the Android Device Administration API. Security on any smartphone is an important concern. Device...
www.magicedtech.com
if any one can help out there and rebuild that apk attached .
Thanks in advance ! .
*The TV BOX is android 8
Romiui said:
i have managed to find a good article about it that can help !
but yet i fail to compile the file to be successfully working !
Building Apps with Device Administration API: Dev’s Guide - Magic Edtech
The Device Administration API provides device administration features at the system level to a particular application. Android 2.2 introduces support for enterprise applications by offering the Android Device Administration API. Security on any smartphone is an important concern. Device...
www.magicedtech.com
if any one can help out there and rebuild that apk attached .
Thanks in advance ! .
*The TV BOX is android 8
Click to expand...
Click to collapse
If it's android 8 it probably is the same, the method doesn't work...
Why not try some of those app locks and parental tools instead...
Or just hide the remote control...
CXZa said:
Or just hide the remote control...
Click to expand...
Click to collapse
I wish !
Romiui said:
i have managed to find a good article about it that can help !
Click to expand...
Click to collapse
That is about the same as I found. It seems that besides that one has to make it device owner, not just profile owner, or whatever.
Android Device Owner
In our previous blog post called Implementing Kiosk Mode in Android: Part 3, we briefly explored the Device Owner concept that was introduced in Android 5.0, Lollipop. In this article, we will provide a more in-depth look at the Android Device Owner, device policy controllers and what these mean...
www.sdgsystems.com
Here is info for Tasker
https://tasker.joaoapps.com/userguide/en/help/ah_device_owner.html
Then it looks like this. Just like you liked it....
{
"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"
}

How to Bring Back Clipboard Functionality on Android 10 and Later?

Hi all,
Ever since Android 10 landed, I've been avoiding it as it stupidly took away the ability to use extremely versatile clipboard managers like Easy Copy. Instead of simply giving us a permission control for clipboard access, scroogle completely blocked access for every other app, pretending it's for privacy, meanwhile they're likely just avoiding their services being denied permission to user clipboards. /endRant
Does any clever dev out there know a way to bring back this major functionality of Clipboard Reading back to the platform with Android 10? Or simply grant an app like Easy Copy this permission via ADB?
I'd like to use the Hades ROM on my Note 8, but I simply can't stand losing access to an extremely handy app like Easy Copy; hands-down the most versatile clipboard manager on ANY platform (feel free to show me anything as versatile as it on ANY other platform)!
{
"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"
}
Bump
MrElectrifyer said:
Hi all,
Ever since Android 10 landed, I've been avoiding it as it stupidly took away the ability to use extremely versatile clipboard managers like Easy Copy. Instead of simply giving us a permission control for clipboard access, scroogle completely blocked access for every other app, pretending it's for privacy, meanwhile they're likely just avoiding their services being denied permission to user clipboards. /endRant
Does any clever dev out there know a way to bring back this major functionality of Clipboard Reading back to the platform with Android 10? Or simply grant an app like Easy Copy this permission via ADB?
I'd like to use the Hades ROM on my Note 8, but I simply can't stand losing access to an extremely handy app like Easy Copy; hands-down the most versatile clipboard manager on ANY platform (feel free to show me anything as versatile as it on ANY other platform)!
View attachment 5456795
Click to expand...
Click to collapse
Hey, If you're rooted with magisk there is a real simple solution to fix this issue on Android 10+. Download the 2 modules listed below in magisk or follow steps written below from the devs github links. After installing both these modules you'll have back 100% full functionality of Android's clipboard with 3rd party apps working again as they had previously on Android 9 and prior. Should work on nearly all Android 10+ ROMs. Enjoy...
Requirement :
Must be rooted with MAGISK installed.
1. Install Riru-Core
2. Install Riru-ClipboardWhitelist
3. Reboot
4. Open Clibpboard Whitelist app and add apps to Whitelist.
Source:
Clipboard Whitelist Module -
https:/github.com/Kr328/Riru-ClipboardWhitelist
Riru Magisk Module -
GitHub - RikkaApps/Riru: Inject into zygote process
Inject into zygote process. Contribute to RikkaApps/Riru development by creating an account on GitHub.
github.com
DroidFire said:
Hey, If you're rooted with magisk there is a real simple solution to fix this issue on Android 10+. Download the 2 modules listed below in magisk or follow steps written below from the devs github links. After installing both these modules you'll have back 100% full functionality of Android's clipboard with 3rd party apps working again as they had previously on Android 9 and prior. Should work on nearly all Android 10+ ROMs. Enjoy...
Requirement :
Must be rooted with MAGISK installed.
1. Install Riru-Core
2. Install Riru-ClipboardWhitelist
3. Reboot
4. Open Clibpboard Whitelist app and add apps to Whitelist.
Source:
Clipboard Whitelist Module -
https:/github.com/Kr328/Riru-ClipboardWhitelist
Riru Magisk Module -
GitHub - RikkaApps/Riru: Inject into zygote process
Inject into zygote process. Contribute to RikkaApps/Riru development by creating an account on GitHub.
github.com
Click to expand...
Click to collapse
That you very VERY much for shearing this @DroidFire ! I was just about to clean install the Android 9 Deluxe ROM on my Note 8, but now that I'm aware of this fix to the annoying Android 10 issue, will certainly be giving Hades ROM a shot.
Will respond with an update once I get everything installed and re-configured. Thanks again!
MrElectrifyer said:
That you very VERY much for shearing this @DroidFire ! I was just about to clean install the Android 9 Deluxe ROM on my Note 8, but now that I'm aware of this fix to the annoying Android 10 issue, will certainly be giving Hades ROM a shot.
Will respond with an update once I get everything installed and re-configured. Thanks again!
Click to expand...
Click to collapse
No problem, glad I could help. I was extremely irritated when google made the decision to go ahead with some the changes planned for android 10 knowing it would essentially cripple clipboard functionality, but luckily the dev who created the "Clipboard Whitelist" app came through with a fix. Looking forwared to hearing back with your update, hopefully all goes well and your no clipboard blues have gone away...!!

Categories

Resources