- 13 Dec, 2022 3 commits
-
-
Immanuel Raj authored
-
Immanuel Raj authored
-
Immanuel Raj authored
Added/removed some blobs and reorder as per proprietary-files.txt
-
- 24 Nov, 2022 1 commit
-
-
Immanuel Raj authored
This reverts commit 4ac9782a.
-
- 20 Nov, 2022 2 commits
-
-
Immanuel Raj authored
-
-
- 15 Nov, 2022 3 commits
-
-
Immanuel Raj authored
Without this the whole system is kinda no use
-
Immanuel Raj authored
Not needed anymore
-
Immanuel Raj authored
Needed for Audio support
-
- 06 Nov, 2022 1 commit
-
-
Immanuel Raj authored
Gives warning build/make/core/Makefile:72: warning: overriding commands for target `out/target/product/jasmine_sprout/vendor/etc/flp.conf' out/soong/installs-aosp_jasmine_sprout.mk:158267: warning: ignoring old commands for target `out/target/product/jasmine_sprout/vendor/etc/flp.conf' And more of its kind. So align with old style with new stuffs
-
- 04 Nov, 2022 1 commit
-
-
Immanuel Raj authored
[ 9.351797] init: Could not start service 'qccsyshalservice' as part of class 'hal': Cannot find '/system/system_ext/bin/qccsyshalservice': No such file or directory
-
- 25 Oct, 2022 1 commit
-
-
Immanuel Raj authored
-
- 16 Oct, 2022 2 commits
-
-
Immanuel Raj authored
-
Immanuel Raj authored
RQ1A.201205.008
-
- 12 Oct, 2022 1 commit
-
-
* E ActivityRecognitionHardware: activity_recognition HAL is deprecated. is_supported is effectively a no-op Change-Id: I2ea52288799e52424e984af25a8477e204b0df88
-
- 06 Oct, 2022 1 commit
-
-
- 07 Sep, 2022 2 commits
-
-
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> Signed-off-by:
spezi77 <spezi7713@gmx.net> Signed-off-by:
Immanuel Raj <iamimmanuelraj@gmail.com>
-
Immanuel Raj authored
-
- 05 Sep, 2022 8 commits
-
-
Signed-off-by:
Immanuel Raj <iamimmanuelraj@gmail.com>
-
Immanuel Raj authored
This reverts commit 0f54659ccae7bde05946e60a0504c95e36932077.
-
Immanuel Raj authored
This reverts commit d5b8a17157fc8c632e4facec3703f0f4457b3261.
-
Immanuel Raj authored
From s62pro Signed-off-by:
Immanuel Raj <iamimmanuelraj@gmail.com>
-
Immanuel Raj authored
Doesnt exist in s62pro Signed-off-by:
Immanuel Raj <iamimmanuelraj@gmail.com>
-
Immanuel Raj authored
From s62pro Signed-off-by:
Immanuel Raj <iamimmanuelraj@gmail.com>
-
Immanuel Raj authored
From s62pro Signed-off-by:
Immanuel Raj <iamimmanuelraj@gmail.com>
-
-
- 15 Jul, 2022 3 commits
-
-
Immanuel Raj authored
Signed-off-by:
Immanuel Raj <iamimmanuelraj@gmail.com>
-
Immanuel Raj authored
Signed-off-by:
Immanuel Raj <iamimmanuelraj@gmail.com>
-
Immanuel Raj authored
Does Nothing Signed-off-by:
Immanuel Raj <iamimmanuelraj@gmail.com>
-
- 19 Jun, 2022 1 commit
-
-
Immanuel Raj authored
-
- 14 Apr, 2022 1 commit
-
-
iamimmanuelraj authored
-
- 02 Apr, 2022 3 commits
-
-
iamimmanuelraj authored
-
iamimmanuelraj authored
* Remove msm_irqbalance - s62pro doesnt have it * Remove perf lock profile as well * Use perf from s620 pro and stop building from source
-
iamimmanuelraj authored
-
- 30 Mar, 2022 1 commit
-
-
iamimmanuelraj authored
-
- 22 Feb, 2022 5 commits
-
-
Edwin Moquete authored
-
iamimmanuelraj authored
-
daniml3 authored
* In some situations this app crashes due to a missing framework method on A12, causing network fluctuation with dual sim. Do this until fix is found/blobs are updated
-
Abdul Mondal authored
* Fixes google assistant voice match in android 11+ Do this until real fix is found Change-Id: I21100e2f368ec0ddf3b546372b241d85bb698747
-
clarencelol authored
-