mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Update profiles and tweak comments
This commit is contained in:
parent
b49d739e89
commit
ced13482a0
@ -1,7 +1,7 @@
|
||||
Last Updated: 06/06/2017
|
||||
Credits
|
||||
- Google and the Android Open Source Project
|
||||
- ROMs: LineageOS, CyanogenMod, CopperheadOS, OmniROM
|
||||
- Distros: LineageOS, CyanogenMod, CopperheadOS, OmniROM, Code Aurora Forum
|
||||
- Apps: F-Droid (and community), MicroG (mar-v-in)
|
||||
- Patches: anarkia1976, be-neth, bhb27, Evisceration, faux123, fglfgl27, flar2, hellsgod, nguyenquangduc2000, nikhil18, reioux, savoca, thestinger, WedyDQ10, XileForce
|
||||
- Misc: nvllsvm, p4block, Emojione/Ranks, Stack Exchange Network
|
||||
|
@ -130,13 +130,13 @@
|
||||
<override>true</override>
|
||||
</streamDescriptor>
|
||||
<streamDescriptor>
|
||||
<streamId>3</streamId>
|
||||
<value>4</value>
|
||||
<streamId>2</streamId>
|
||||
<value>5</value>
|
||||
<override>true</override>
|
||||
</streamDescriptor>
|
||||
<streamDescriptor>
|
||||
<streamId>2</streamId>
|
||||
<value>5</value>
|
||||
<streamId>3</streamId>
|
||||
<value>4</value>
|
||||
<override>true</override>
|
||||
</streamDescriptor>
|
||||
<connectionDescriptor>
|
||||
@ -150,12 +150,12 @@
|
||||
<override>true</override>
|
||||
</connectionDescriptor>
|
||||
<connectionDescriptor>
|
||||
<connectionId>1</connectionId>
|
||||
<connectionId>0</connectionId>
|
||||
<value>1</value>
|
||||
<override>true</override>
|
||||
</connectionDescriptor>
|
||||
<connectionDescriptor>
|
||||
<connectionId>0</connectionId>
|
||||
<connectionId>1</connectionId>
|
||||
<value>1</value>
|
||||
<override>true</override>
|
||||
</connectionDescriptor>
|
||||
@ -176,7 +176,7 @@
|
||||
</connectionDescriptor>
|
||||
<connectionDescriptor>
|
||||
<connectionId>9</connectionId>
|
||||
<value>1</value>
|
||||
<value>9</value>
|
||||
<override>true</override>
|
||||
<subId>1</subId>
|
||||
</connectionDescriptor>
|
||||
@ -220,13 +220,13 @@
|
||||
<override>true</override>
|
||||
</streamDescriptor>
|
||||
<streamDescriptor>
|
||||
<streamId>2</streamId>
|
||||
<value>5</value>
|
||||
<streamId>3</streamId>
|
||||
<value>4</value>
|
||||
<override>true</override>
|
||||
</streamDescriptor>
|
||||
<streamDescriptor>
|
||||
<streamId>3</streamId>
|
||||
<value>4</value>
|
||||
<streamId>2</streamId>
|
||||
<value>5</value>
|
||||
<override>true</override>
|
||||
</streamDescriptor>
|
||||
<connectionDescriptor>
|
||||
@ -240,12 +240,12 @@
|
||||
<override>true</override>
|
||||
</connectionDescriptor>
|
||||
<connectionDescriptor>
|
||||
<connectionId>0</connectionId>
|
||||
<connectionId>1</connectionId>
|
||||
<value>1</value>
|
||||
<override>true</override>
|
||||
</connectionDescriptor>
|
||||
<connectionDescriptor>
|
||||
<connectionId>1</connectionId>
|
||||
<connectionId>0</connectionId>
|
||||
<value>1</value>
|
||||
<override>true</override>
|
||||
</connectionDescriptor>
|
||||
@ -266,7 +266,7 @@
|
||||
</connectionDescriptor>
|
||||
<connectionDescriptor>
|
||||
<connectionId>9</connectionId>
|
||||
<value>1</value>
|
||||
<value>9</value>
|
||||
<override>true</override>
|
||||
<subId>1</subId>
|
||||
</connectionDescriptor>
|
||||
|
@ -95,7 +95,7 @@ export base;
|
||||
blobs=$blobs"|lib-dplmedia.so|librcc.so|libvcel.so|libvoice-svc.so|qti_permissions.xml|volte_modem[/]"; #Misc.
|
||||
|
||||
#IPA (Internet Packet Accelerator) [Qualcomm]
|
||||
#This is actually open source (excluding -diag), but doesn't seem that benefical and has been shown vulnerable before
|
||||
#This is actually open source (excluding -diag)
|
||||
#blobs=$blobs"|ipacm";
|
||||
blobs=$blobs"|ipacm-diag";
|
||||
#makes=$makes"|ipacm|IPACM_cfg.xml";
|
||||
@ -145,7 +145,7 @@ export base;
|
||||
#blobs=$blobs"|libthermalclient.so|libthermalioctl.so|thermal-engine";
|
||||
|
||||
#Time Service [Qualcomm]
|
||||
#XXX: Requires that https://github.com/LineageOS/android_hardware_sony_timekeep be included in repo manifest
|
||||
#Requires that https://github.com/LineageOS/android_hardware_sony_timekeep be included in repo manifest
|
||||
#blobs=$blobs"|libtime_genoff.so"; #XXX: Breaks radio
|
||||
blobs=$blobs"|libTimeService.so|time_daemon|TimeService.apk";
|
||||
|
||||
|
@ -141,7 +141,7 @@ sed -i 's/CM_BUILDTYPE := UNOFFICIAL/CM_BUILDTYPE := dos/' config/common.mk; #Ch
|
||||
|
||||
enter "vendor/cmsdk"
|
||||
git fetch https://review.lineageos.org/LineageOS/cm_platform_sdk refs/changes/21/148321/12 && git cherry-pick FETCH_HEAD #network traffic
|
||||
cp $patches"cm_platform_sdk/profile_default.xml" cm/res/res/xml/profile_default.xml; #Replace default profiles with *way* better ones #TODO: 2G/3G -> LTE
|
||||
cp $patches"cm_platform_sdk/profile_default.xml" cm/res/res/xml/profile_default.xml; #Replace default profiles with *way* better ones
|
||||
#
|
||||
#END OF ROM CHANGES
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user