- This disable a feature which comes enabled by default where we
press the power button twice to start the camera.
- Sometimes this feature is annoying and lags phone. Let's disable it
Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
* these processes were not allowed to run in background and yet they still persist everytime causing logspam and unnecessary broadcast, we may want to disable "GmsIntentOperationService" but some users on xda reported broken notifications on stuffs like google keep and maybe other google apps that relies on GmsIntentOperationService broadcasts.
07-24 09:29:26.041 2997 5548 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
07-24 09:29:26.042 2879 2879 I Zygote : Process 8201 exited due to signal 9 (Killed)
07-24 09:29:26.043 2997 3023 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
Signed-off-by: dlwlrma123 <alexfinhart@gmail.com>
In weaker SOCs, AVC 3.1 seems to pull less load on the CPU/GPU
and therefore using it has performance advantages in screen recording
Signed-off-by: anandhan07 <anandhasayanan007jb@gmail.com>
Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
The class of device is a string with a list of uint8t values:
90,2,12
The meaning is as follows:
{Service Field, Major class, Minor class}
Service Field: 0x5A -> 90
Bit 17: Networking
Bit 19: Capturing
Bit 20: Object Transfer
Bit 22: Telephony
MAJOR_CLASS: 0x02 -> 2 (Phone)
MINOR_CLASS: 0x0C -> 12 (Smart Phone)
Due to roms now having customizations for the Settings app, will be better to move the SamsungParts app under the System category to not disturb the looks of the ui.
The A404F - "M" Model isn't detecting the NFC HW, so we added A405F models to init_universal7885 and seperate the models by the added code. This commit is confirmed and working.
Squash of :
Revert "universal7885: Switch to 64bit camera provider"
This reverts commit 074ecb66b5.
Revert "universal7885: Camera3: Change usage type to uint64_t"
This reverts commit 688fdd42c8.
Revert "universal7885: Drop camera.device prebuilts"
This reverts commit 31a590ef20.
Revert "universal7885: import camera3.h"
This reverts commit 53f2691a33.