Commit graph

21 commits

Author SHA1 Message Date
mistrmochov
7cccf2b56d
Maintainer of Magisk Delta, just deleted the repo for older Magisk Delta, so I put it on my repo 2024-01-10 19:16:24 +01:00
mistrmochov
d31988a829
Update to Magisk Delta 26.3
Your script works fine with last Magisk Delta (before Kitsune Mask update).

Also with modified setup for bootanim
2024-01-09 16:44:57 +01:00
Casu Al Snek
e0de64c047
Merge pull request #133 from mkg20001/fdroidpriv
Add fdroidpriv for installing f-droid privleged extension
2024-01-09 09:12:10 +05:45
Casu Al Snek
bc3efd48c2
Merge pull request #131 from linyinfeng/fix-houdini
Fix binfmt_misc mounting for libhoudini
2024-01-09 09:11:33 +05:45
Casu Al Snek
cd6239737a Downgrade magisk to Magisk_Delta_25210_canary_fdac22ba 2024-01-09 09:09:14 +05:45
Syuugo
76caf7e1d7
Fix filename 2023-12-22 12:49:35 +09:00
Syuugo
3527282950
Redirect user 2023-12-22 08:39:07 +09:00
Syuugo
d2502086ed
Update MTG package 2023-12-22 08:37:26 +09:00
Maciej Krüger
c5110830f7
Add fdroidpriv for installing f-droid privleged extension 2023-11-20 03:35:08 +01:00
Lin Yinfeng
bd8d53906a
Fix binfmt_misc mounting for libhoudini 2023-10-23 20:17:25 +08:00
Claudia
b1c88db1ce
Feature: install self-signed cacert to trust store
For analysis and reverse engineering, it can be helpful to insert a
custom CA certificate into Waydroid’s system-wide trust store.
Users used to be able to do that via Android’s settings but not anymore.

The `install mitm` command accepts a path to a file that contains a
– typically self-signed – CA certificate in PEM format.
It then renames [1] and copies the file into the overlay file system,
placing it into Waydroid’s trust store.

As a usage example, the following command lines enable your host to use
mitmproxy [2] to act as a proxy and to intercept [3] HTTP(S) connections
that come from the Waydroid container:

```sh
$ timeout --preserve-status 2 mitmdump -n                           # creates a CA cert in ~/.mitmproxy
$ sudo venv/bin/python3 main.py install mitm --ca-cert ~/.mitmproxy/mitmproxy-ca-cert.pem
INFO: Creating directory: /system/etc/security/cacerts
INFO: Copying /home/yourname/.mitmproxy/mitmproxy-ca-cert.pem to system trust store
INFO: Target file: /system/etc/security/cacerts/6320a7db.0
INFO: mitm installation finished
$ sudo waydroid shell -- ls -l /system/etc/security/cacerts         # double-check that it worked
[…]
-rw-r--r-- 1 root root 1191 2024-01-01 00:00 6320a7db.0
[…]
$ adb shell settings put global http_proxy ${YOUR_IP_HERE?}:3128    # tell Waydroid to use the proxy
                                                                    #     for all connections
$ mitmproxy -p 3128                                                 # start proxy and display a TUI
                                                                    #     with HTTP(S) connections
                                                                    #     coming from Waydroid
```

[1]: https://docs.mitmproxy.org/stable/howto-install-system-trusted-ca-android/#2-rename-certificate

[2]: https://mitmproxy.org/

[3]: https://docs.mitmproxy.org/stable/mitmproxytutorial-interceptrequests/
2023-09-23 18:34:14 +02:00
Rikka
821c7c0bc2
Update prompt 2023-08-24 23:33:10 +08:00
Rikka
6d5af57ebc
fix: Fix simlink path issue
https://github.com/casualsnek/waydroid_script/issues/101
Relative path fails when using symlink. Replace it with absolute path.
2023-08-24 23:22:20 +08:00
Rikka
a80ff8e855
update hidestatusbar link 2023-08-24 23:22:16 +08:00
Rikka
3e51f7f56e
update smartdock link 2023-08-24 23:22:05 +08:00
Rikka
e1ee7f0b0c
Fix capitalization of MicroG and update nodataperm 2023-08-24 23:21:53 +08:00
SUFandom
9c2d8fcd83
[URGENT] Update nodataperm.py
Change the MD5Sum Because trying it spams error because its invalid

Suggestion: Just add the main.zip to the Releases tag and let The script grab the 'stable' version there an just change it alongside with the python script library for update to not add issues
2023-07-25 20:09:05 +08:00
Rikka
910291ceb9
libndk: match the correct version of libndk 2023-05-27 16:55:31 +08:00
Alessandro Astone
2e693d03db
Switch to a good verison of libndk_translation
The previous version targeted Android 12 if 64 bit, so native arm64 apks
are very likely to not work. Switch to a version targeting Android 11.
2023-05-27 16:55:31 +08:00
Rikka
4777296b34
smartdock: download from fdroid 2023-05-27 16:55:31 +08:00
Rikka
cb9d2b4726
update: README.md 2023-05-27 16:55:30 +08:00