Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

La.br.1.2.6 rb1.12 #2

Open
wants to merge 1,220 commits into
base: staging/cm-12.0-caf
Choose a base branch
from
Open

La.br.1.2.6 rb1.12 #2

wants to merge 1,220 commits into from

Conversation

jammtsk
Copy link

@jammtsk jammtsk commented Apr 6, 2021

como lo integro en termux

Paul Zhang and others added 30 commits April 12, 2015 14:45
init.qcom.factory.sh is replaced by init.qcom.factory.rc.
Add start ptt_socket_app service in ffbm mode.

Change-Id: I59e925c68262a4b15e25a50a40b2272dd1fe3efd
CRs-Fixed: 817596
When RIL reports VOICE_RADIO_TECH as LTE, use the
volteReplacementRat from the operator's config file

CT: 460-03, 460-11

Change-Id: I3e1871f65b8ffad10403f555615e3e41e5db704f
CRs-Fixed: 785346
Enable system group access to communicate with WDS and DFS
service over IPC router.

Change-Id: I6bb8e1bf76d73922f02c63d901e0db8bdbf92263
CRs-Fixed: 820779
This reverts commit da838ba

Change-Id: I10cc30c6db4b116871c4b53bfdeef3787048d08b
This change sets the optimal per process reclaim parameters for all
targets where per process reclaim feature is enabled.

Change-Id: I9fc853897dbd3243b2d759ebe39aa46b2368fa42
This patch changes vmpressure_file_min for 8909 based on latest LMK
parameters.

Change-Id: I4f9e2f7df515e612f0dd7b9014e950cce0f867f4
Donot enable DigitalPenService by default. This can be
enabled later based on the targets on which it has to
be supported.

For now, disable it by default to avoid the creation
of DisplayDevice on the low-end targets which will impact
animation performance

Change-Id: I66178be7c9c37329f021c040fa0e593a1b0483e3
This enables per-process reclaim parameters for targets with ram size
<=1GB rather than enabling them for all targets.

Change-Id: I00ac377d450f7233e111d55915b620a4dc73f917
Moving ro.frp.pst property from system.prop to
PRODUCT_PROPERTY_OVERRIDES.

Change-Id: I36f646bd1140adf972d7cb2c4bc011e75de994e3
Remove startRIDL.sh to fix Full Disk Encryption, honor late_start

Change-Id: I4d548e8725cfd5ddc683eedcd3db627c3f494806
Update sched packing parameters to:
small_task 20 mostly_idle_load 30
mostly_idle_nr_run 3

Change-Id: Id3e48d51d41e87cb17347cecea443ae5ae6d9bfd
Fix CTS failure(UsbDebuggingTest).The test expects
the property value set to 1 for secure
adb debugging.

Change-Id: I801fc2986975ddb262b8ac133370d54dca45a050
CRs-Fixed: 829570
Fix CTS failure(UsbDebuggingTest).The test expects
the property value set to 1 for secure
adb debugging.

Change-Id: I801fc2986975ddb262b8ac133370d54dca45a050
CRs-Fixed: 829570
The default display for the SBC platform is HDMI display.

Change-Id: I41003b140a7201f681fcc5005106ccdd0e5736e3
1)Config determines whether to update phone object
when voice registration state changes.
2)Voice radio tech change will always trigger an
update of phone object irrespective of this config.

Change-Id: Id6fc26a8665cfda744cae7ffab1a8670664df71f
CRs-Fixed: 764153
Not able to open the dev node radio0 while device in guest mode.
Give permission to other than system user.

Change-Id: I18444dec3470833e69df6f0a25e7f7bdec3081a5
Updated packing parameters to fix scheduling latency issue.

Change-Id: I911f3f323cef3d459bc74806e9f62ff493f455a6
yongga and others added 26 commits January 15, 2016 15:03
Add service poweroffhandler Add service poweroffhandler.

CRs-Fixed: 943280
Change-Id: I886c3488db61e41eea817d76390ef3220e6a0dcb
Charger process need to access /dev/graphics/fb0 which need the graphics
group permission.

Change-Id: Ib180a633d66c3a7e091c99de83103ad398295d2c
Add auto firmware update commands for ITE tech touch screen
controller. This change is added only for MTP, as CDP uses
different touch panels.

Signed-off-by: Shantanu Jain <[email protected]>
Change-Id: Ib1bd0034aa729815158474bb281f3a2e7e06d4d9
Adding slot to show wifi calling icon on status bar

Change-Id: I4bc93e5bd6f38ccd26fb53e54eb4730cdddb30e7
CRs-Fixed: 957268
Adding the Wireless calling Quick Settings
Tile to config.xml in overlays

Change-Id: I1cecd1b614245a44c14cf8272b09067f170a231b
CRs-Fixed: 957516
Wearables should not support this feature.

Change-Id: I1ba3def9126120cc914b57e0ae074c2821f658d7
Change number of buttons to be displayed in
incall screen to 6

Change-Id: I995fb19e5c80ece4e686736db435e0f24081cee1
CRs-Fixed: 959132
- Qti Ext interfaces and util files have moved to our new
  open source location vendor/codeaurora/telephony/ims

- Add the new static library to product packages.

Change-Id: Ida193c9c2476cdec37d66c133fb83907e81a22a0
CRs-Fixed: 953251
Change-Id: I8c50cf9cb654caf377132dc7b9c832097e266c82
Signed-off-by: Swetha Vucha <[email protected]>
Move the declaration of perfd service to
init.qcom.rc. Create the socket for perfd
so we can remove the old socket path

Change-Id: I18124487a1f48160875e8c90da91883bc6861113
Sometime it is possible that KMS APIs are invoked and QSEECom
listeners are not up. This would cause failure from secure side
and KMS API will fail eventually. This change waits for QSEECom
listeners to be up before calling KMS APIs. If QSEECom listeners
are not up even after wait period, API would fail without going
to secure side.

Change-Id: I211248645f92fc0fcfe6f250cb1f26661f5fb06c
WDS initialization was failing with multiple
entries for the same SERVICE_ID.
Multiple entries are removed.

Change-Id: I0df9181b559d5acb1e59351d2174c12190417395
CRs-Fixed: 981640
Move cnd to new class to allow
it to come up along with core apps
when device is encrypted and locked.

Change-Id: Iee397bc22ba28ed0b61418580e75bfbb2b467b09
Replace the sys.listener.registered with sys.keymaster.loaded
because the keymaster loading is the final operation done by
the qseecomd and key operations should wait till the qseecomd
initialization completes.

Change-Id: I78a2a6941058f8ec6197ef88b324f6178f7ae2fb
Add emergency network attribute to network attributes list.
This will add emergency apn context, thereby allowing
emergency pdn setup.

Change-Id: I123fa99e1659f51bb3d0d9de7c8859591bd17dd1
CRs-Fixed: 984318
Include the following:
1) start surfaceflinger in FFBM to draw screen.
2) start per_mgr for modem reset.
3) add trigger for loading system/persist props.

Change-Id: I1053a1f24f7da849a0ecc636e345c280306b117f
* CM requires JACK to compile

This reverts commit 4d1d5b4.

Change-Id: I8b2a3b6bec1487148e3f2252c748cda090ba4339
* CM doesn't support these values

Change-Id: I7898a5c1a24388e69d0a4bfd61472dcefad037e9
@jammtsk
Copy link
Author

jammtsk commented Apr 6, 2021

Duplicate of #

@jammtsk
Copy link
Author

jammtsk commented Apr 6, 2021

@``

@jammtsk jammtsk closed this Apr 6, 2021
@jammtsk jammtsk reopened this Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants