This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.0 modifications (EXTRAS P3XL Base)
- Loading branch information
Luismi
committed
Jan 24, 2020
1 parent
5b2361e
commit ac93a44
Showing
44 changed files
with
1,190 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,25 @@ | ||
# Pixel Features Lite | ||
Tired of flashing modules each time you clean flash? This module reduces them into a single one, all systemlessly. | ||
|
||
### Features | ||
|
||
-Spoofs your device to crosshatch (Pixel 3XL) or coral (Pixel 4XL). | ||
|
||
### Packages | ||
## MINIMAL | ||
-Spoofs your device to crosshatch (Pixel 3XL) or coral (Pixel 4XL) | ||
-Enables GPhotos unlimited photo storage at original quality. (Only crosshatch) | ||
|
||
-Changes your bootanimation to Pixel (Dark) | ||
|
||
-Replaces YouTube app to YT Vanced and emojis to iOS 13.2. | ||
|
||
-Replaces your system font to Google Sans. | ||
|
||
|
||
## BASICS | ||
-Minimal features | ||
-Changes your bootanimation to Pixel (Dark) | ||
-Replaces your system font to Google Sans | ||
-Adds Google Phone, Pixel Themes & Styles and wallpapers and Pixel 19 Live Wallpapers | ||
FOR GOOGLE PHONE, SELECT IT AS PHONE APP IN DEFAULT APPS OR YOU WON'T RECEIVE CALLS! | ||
|
||
## FULL | ||
-Basics features | ||
-Additional Pixel exclusives (Google Camera 7.2 [Urnyx05 2.1], Device Personalization Services w/Live Caption [Custom ROMs only - Not tested], Google Sounds, Google Recorder, Google Connectivity Services VPN) | ||
BACKUP YOUR GOOGLE CAMERA SETTINGS BEFORE. THIS WILL OVERRIDE YOUR OLD GCAM IF IT'S THE SAME PACKAGE NAME | ||
|
||
## EXTRAS | ||
-Full pixel features | ||
-Replaces YouTube app to YT Vanced and emojis to iOS 13.2 | ||
-OnePlus Screenrecorder port for custom ROMs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
id=PFLite | ||
name=Pixel Features Lite | ||
version=v1.1 | ||
versionCode=110 | ||
name=Pixel Features Lite FULL | ||
version=v2.0 | ||
versionCode=200 | ||
author=luismi | ||
description=Adds crosshatch/coral props and features while adding iOS 13.2 emojis and YouTube Vanced, systemlessly. | ||
description=Pixel Features all-in-one | ||
minMagisk=20200 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<!-- These are configurations that should exist on devices suppoted by Google Dialer. --> | ||
<config> | ||
<!-- This is for preloaded Google Dialer to get play store update. --> | ||
<feature name="com.google.android.apps.dialer.SUPPORTED" /> | ||
</config> | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/product/lib64/libwallpapers-breel-2018-jni.so |
Binary file not shown.
Binary file not shown.
21 changes: 21 additions & 0 deletions
21
system/product/etc/permissions/com.android.carrierconfig.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (C) 2019 The Android Open Source Project | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License | ||
--> | ||
<permissions> | ||
<privapp-permissions package="com.android.carrierconfig"> | ||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/> | ||
</privapp-permissions> | ||
</permissions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (C) 2018 The Android Open Source Project | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License | ||
--> | ||
<permissions> | ||
<privapp-permissions package="com.android.settings"> | ||
<permission name="android.permission.ACCESS_CHECKIN_PROPERTIES"/> | ||
<permission name="android.permission.ACCESS_NOTIFICATIONS"/> | ||
<permission name="android.permission.BACKUP"/> | ||
<permission name="android.permission.BATTERY_STATS"/> | ||
<permission name="android.permission.BLUETOOTH_PRIVILEGED"/> | ||
<permission name="android.permission.CHANGE_APP_IDLE_STATE"/> | ||
<permission name="android.permission.CHANGE_CONFIGURATION"/> | ||
<permission name="android.permission.DELETE_PACKAGES"/> | ||
<permission name="android.permission.FORCE_STOP_PACKAGES"/> | ||
<permission name="android.permission.LOCAL_MAC_ADDRESS"/> | ||
<permission name="android.permission.MANAGE_DEBUGGING"/> | ||
<permission name="android.permission.MANAGE_DEVICE_ADMINS"/> | ||
<permission name="android.permission.MANAGE_FINGERPRINT"/> | ||
<permission name="android.permission.MANAGE_USB"/> | ||
<permission name="android.permission.MANAGE_USERS"/> | ||
<permission name="android.permission.MANAGE_USER_OEM_UNLOCK_STATE" /> | ||
<permission name="android.permission.MASTER_CLEAR"/> | ||
<permission name="android.permission.MEDIA_CONTENT_CONTROL"/> | ||
<permission name="android.permission.MODIFY_PHONE_STATE"/> | ||
<permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/> | ||
<permission name="android.permission.MOVE_PACKAGE"/> | ||
<permission name="android.permission.OVERRIDE_WIFI_CONFIG"/> | ||
<permission name="android.permission.PACKAGE_USAGE_STATS"/> | ||
<permission name="android.permission.READ_SEARCH_INDEXABLES"/> | ||
<permission name="android.permission.REBOOT"/> | ||
<permission name="android.permission.SET_TIME"/> | ||
<permission name="android.permission.STATUS_BAR"/> | ||
<permission name="android.permission.TETHER_PRIVILEGED"/> | ||
<permission name="android.permission.USE_RESERVED_DISK"/> | ||
<permission name="android.permission.USER_ACTIVITY"/> | ||
<permission name="android.permission.WRITE_APN_SETTINGS"/> | ||
<permission name="android.permission.WRITE_MEDIA_STORAGE"/> | ||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/> | ||
<permission name="android.permission.CONTROL_DISPLAY_COLOR_TRANSFORMS" /> | ||
</privapp-permissions> | ||
</permissions> |
26 changes: 26 additions & 0 deletions
26
system/product/etc/permissions/com.android.storagemanager.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (C) 2019 The Android Open Source Project | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License | ||
--> | ||
<permissions> | ||
<privapp-permissions package="com.android.storagemanager"> | ||
<permission name="android.permission.DELETE_PACKAGES"/> | ||
<permission name="android.permission.INTERACT_ACROSS_USERS"/> | ||
<permission name="android.permission.MANAGE_USERS"/> | ||
<permission name="android.permission.PACKAGE_USAGE_STATS"/> | ||
<permission name="android.permission.USE_RESERVED_DISK"/> | ||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/> | ||
</privapp-permissions> | ||
</permissions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (C) 2018 The Android Open Source Project | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License | ||
--> | ||
<permissions> | ||
<privapp-permissions package="com.android.systemui"> | ||
<permission name="android.permission.BATTERY_STATS"/> | ||
<permission name="android.permission.BIND_APPWIDGET"/> | ||
<permission name="android.permission.BLUETOOTH_PRIVILEGED"/> | ||
<permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/> | ||
<permission name="android.permission.CHANGE_DEVICE_IDLE_TEMP_WHITELIST"/> | ||
<permission name="android.permission.CHANGE_OVERLAY_PACKAGES"/> | ||
<permission name="android.permission.CONNECTIVITY_INTERNAL"/> | ||
<permission name="android.permission.CONTROL_KEYGUARD_SECURE_NOTIFICATIONS"/> | ||
<permission name="android.permission.CONTROL_REMOTE_APP_TRANSITION_ANIMATIONS"/> | ||
<permission name="android.permission.CONTROL_VPN"/> | ||
<permission name="android.permission.DUMP"/> | ||
<permission name="android.permission.GET_APP_OPS_STATS"/> | ||
<permission name="android.permission.INTERACT_ACROSS_USERS"/> | ||
<permission name="android.permission.MANAGE_DEBUGGING"/> | ||
<permission name="android.permission.MANAGE_SENSOR_PRIVACY"/> | ||
<permission name="android.permission.MANAGE_USB"/> | ||
<permission name="android.permission.MANAGE_USERS"/> | ||
<permission name="android.permission.MASTER_CLEAR"/> | ||
<permission name="android.permission.MEDIA_CONTENT_CONTROL"/> | ||
<permission name="android.permission.MODIFY_DAY_NIGHT_MODE"/> | ||
<permission name="android.permission.MODIFY_PHONE_STATE"/> | ||
<permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/> | ||
<permission name="android.permission.OVERRIDE_WIFI_CONFIG"/> | ||
<permission name="android.permission.READ_DREAM_STATE"/> | ||
<permission name="android.permission.READ_FRAME_BUFFER"/> | ||
<permission name="android.permission.READ_NETWORK_USAGE_HISTORY"/> | ||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/> | ||
<permission name="android.permission.REAL_GET_TASKS"/> | ||
<permission name="android.permission.RECEIVE_MEDIA_RESOURCE_USAGE"/> | ||
<permission name="android.permission.START_ACTIVITIES_FROM_BACKGROUND" /> | ||
<permission name="android.permission.START_ACTIVITY_AS_CALLER"/> | ||
<permission name="android.permission.START_TASKS_FROM_RECENTS"/> | ||
<permission name="android.permission.STATUS_BAR"/> | ||
<permission name="android.permission.STOP_APP_SWITCHES"/> | ||
<permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/> | ||
<permission name="android.permission.TETHER_PRIVILEGED"/> | ||
<permission name="android.permission.UPDATE_APP_OPS_STATS"/> | ||
<permission name="android.permission.USE_RESERVED_DISK"/> | ||
<permission name="android.permission.WATCH_APPOPS"/> | ||
<permission name="android.permission.WRITE_DREAM_STATE"/> | ||
<permission name="android.permission.WRITE_MEDIA_STORAGE"/> | ||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/> | ||
<permission name="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"/> | ||
<permission name="android.permission.CONTROL_DISPLAY_COLOR_TRANSFORMS" /> | ||
</privapp-permissions> | ||
</permissions> |
11 changes: 11 additions & 0 deletions
11
system/product/etc/permissions/com.google.android.dialer.support.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<permissions> | ||
<!-- Shared library required on the device to get Google Dialer updates from | ||
Play Store. This will be deprecated once Google Dialer play store | ||
updates stop supporting pre-O devices. --> | ||
<library name="com.google.android.dialer.support" | ||
file="/product/framework/com.google.android.dialer.support.jar" /> | ||
|
||
<!-- Starting from Android O and above, this system feature is required for | ||
getting Google Dialer play store updates. --> | ||
<feature name="com.google.android.apps.dialer.SUPPORTED" /> | ||
</permissions> |
20 changes: 20 additions & 0 deletions
20
system/product/etc/permissions/com.google.android.maps.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright (C) 2008 The Android Open Source Project | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
<permissions> | ||
<library name="com.google.android.maps" | ||
file="/product/framework/com.google.android.maps.jar" /> | ||
</permissions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--Copyright (c) 2015-2016 Qualcomm Technologies, Inc. | ||
All Rights Reserved. | ||
Confidential and Proprietary - Qualcomm Technologies, Inc.--> | ||
<permissions> | ||
<library name="com.qti.dpmframework" | ||
file="/system/product/framework/com.qti.dpmframework.jar"/> | ||
<permission name="com.qualcomm.permission.READPROC" > | ||
<group gid="readproc" /> | ||
</permission> | ||
</permissions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--Copyright (c) 2014, 2019 Qualcomm Technologies, Inc. All Rights Reserved. Qualcomm Technologies Proprietary and Confidential.--> | ||
<permissions> | ||
<library name="com.qti.dpmapi" | ||
file="/system/product/framework/dpmapi.jar"/> | ||
</permissions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
copyright (c) 2019, The Linux Foundation. All rights reserved. | ||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are | ||
met: | ||
* Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
* Redistributions in binary form must reproduce the above | ||
copyright notice, this list of conditions and the following | ||
disclaimer in the documentation and/or other materials provided | ||
with the distribution. | ||
* Neither the name of The Linux Foundation nor the names of its | ||
contributors may be used to endorse or promote products derived | ||
from this software without specific prior written permission. | ||
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED | ||
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT | ||
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS | ||
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR | ||
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | ||
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE | ||
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN | ||
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
--> | ||
<permissions> | ||
<library name="ims-ext-common" | ||
file="/product/framework/ims-ext-common.jar"/> | ||
</permissions> |
20 changes: 20 additions & 0 deletions
20
system/product/etc/permissions/privapp-permissions-camera2.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright (C) 2017 The LineageOS Project | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
<permissions> | ||
|
||
<privapp-permissions package="com.android.camera2"> | ||
<permission name="android.permission.BIND_WALLPAPER"/> | ||
</privapp-permissions> | ||
|
||
</permissions> |
Oops, something went wrong.