- 01 Jan, 2021 1 commit
-
-
pixelboot authored
remove as already defined by vendor/gapps.
-
- 09 Dec, 2020 1 commit
-
-
pixelboot authored
-
- 05 Nov, 2020 1 commit
-
-
Lunarixus authored
This allows us to use unlimited backup in Google Photos infinitely. Signed-off-by:
Lunarixus <Nathan@lunarixus.party>
-
- 31 Oct, 2020 1 commit
-
-
Lunarixus authored
* Needed since we compile a newer thermal HAL Signed-off-by:
Lunarixus <Nathan@lunarixus.party>
-
- 24 Oct, 2020 2 commits
-
-
Lunarixus authored
In Google's own words: "libhidltransport and libhwbinder have been deprecated and the code is in libhidlbase" With this knowledge we know that these blobs should still work despite not having libhidltransport and libhwbinder so we can remove the prebuilt blobs that Google added to the vendor which are hacks to make these blobs work. Commands used to patch all of these libs: for i in $(grep -Rln "libhidltransport.so"); do patchelf --remove-needed libhidltransport.so $i; done for i in $(grep -Rln "libhwbinder.so"); do patchelf --remove-needed libhwbinder.so $i; done Special thanks to AnanJaser1211 for help with the commands. Signed-off-by:
Lunarixus <Nathanb644@hotmail.co.uk>
-
Lunarixus authored
* hentaiOS has all of these in the build system already. Signed-off-by:
Lunarixus <Nathan@lunarixus.party>
-
- 07 Oct, 2020 33 commits
-
-
Danny Lin authored
This app contains Google's Pixel-exclusive features that involve AI, and it works quite well on AOSP-based ROMs, even without Google Play Services. Several of the features integrate with AOSP with only minor changes to the system.
-
Danny Lin authored
AOSP doesn't have the source code to build librmnetctl, so let's just use the prebuilt one from stock.
-
Eamon Powell authored
Change-Id: Iafcb99fc1ba3e7d2fcb5027ee9ded4c9b3b483f8
-
Eamon Powell authored
Change-Id: Ic8610e9abddab18fd66c5af819e6292a14d977ec
-
Eamon Powell authored
Change-Id: I34d4013d136c0aee7913ec67f9ce2044b03a95df
-
Eamon Powell authored
Change-Id: I5b1b12dadc65d789eff15c2ce3b38bc5eb380fd8
-
Eamon Powell authored
- Correct APK signatures - Remove SSRestartDetector Change-Id: Ia62f88581e7fd60c84fbab7149771eec4ef043c4
-
Eamon Powell authored
Change-Id: I389439819921ca65355616867f0d628df656e5a5
-
Eamon Powell authored
Change-Id: Ie357d122bef11b128f1325859b22f97a30443bb1
-
Eamon Powell authored
Change-Id: I2629b6b757f90c07ba4d9fe7bb9ba2ac7873439d
-
Eamon Powell authored
Change-Id: I3842cac34a2e739a5e5331fdfd6f81c265296e3e
-
Christopher N. Hesse authored
Signed-off-by:
Christopher N. Hesse <raymanfx@gmail.com>
-
Rashed Abdel-Tawab authored
-
Rashed Abdel-Tawab authored
-
Rashed Abdel-Tawab authored
-
Rashed Abdel-Tawab authored
-
Rashed Abdel-Tawab authored
-
Rashed Abdel-Tawab authored
Add: - uceShimService (for RCS) - com.android.omadm.service permissions - PowerAnomalyDataModemInterface.jar
-
Rashed Abdel-Tawab authored
-
Rashed Abdel-Tawab authored
Also add Easel blobs and update blob list from ppr2.181005.003
-
Christopher N. Hesse authored
-
Christopher N. Hesse authored
-
Christopher N. Hesse authored
-
Nolen Johnson authored
-
Abhisek Devkota authored
-
Christopher N. Hesse authored
We don't need to re-sign these with our keys anymore, since we can just allow all apps signed with the Google platform certificate.
-
Abhisek Devkota authored
Remove re-signed vendor apps
-
Christopher N. Hesse authored
-
Abhisek Devkota authored
-
Abhisek Devkota authored
-
Abhisek Devkota authored
-
Abhisek Devkota authored
-
Danny Lin authored
-