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.
Added support for Android 11 (Only PiXeN at the moment, no guarantees it works on other A11 ROMs) Available packages: Minimal, Basics, Basics+ w/ iOS 14 emojis and adblocking included Removed many apks not needed
- Loading branch information
1 parent
d8e2e79
commit f5d08d0
Showing
108 changed files
with
12,938 additions
and
222 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
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
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
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 EXTRAS | ||
version=v2.3 | ||
versionCode=230 | ||
author=luismi | ||
description=Pixel Features all-in-one w/Extras | ||
minMagisk=20200 | ||
name=Pixel Features Lite Basics+ | ||
version=v3.0-CUSTOM | ||
versionCode=300 | ||
author=Luismii | ||
description=Pixel Features all-in-one, Android 11 version | ||
minMagisk=20400 | ||
|
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,38 +1,37 @@ | ||
# Pixel 3 XL props | ||
ro.system.build.version.release=10 | ||
ro.system.build.version.sdk=29 | ||
# Android 11 Pixel 3 XL props | ||
ro.system.build.version.release=11 | ||
ro.system.build.version.sdk=30 | ||
ro.product.system.brand=Google | ||
ro.product.system.device=crosshatch | ||
ro.product.system.manufacturer=Google | ||
ro.product.system.model=Pixel 3 XL | ||
ro.product.system.name=crosshatch | ||
ro.build.version.sdk=29 | ||
ro.build.version.release=10 | ||
ro.build.version.sdk=30 | ||
ro.build.version.release=11 | ||
ro.build.flavor=crosshatch-user | ||
ro.build.product=crosshatch | ||
ro.product.model=Pixel 3 XL | ||
ro.product.brand=Google | ||
ro.product.name=crosshatch | ||
ro.product.device=crosshatch | ||
ro.product.manufacturer=Google | ||
ro.product.build.version.release=10 | ||
ro.product.build.version.sdk=29 | ||
ro.product.build.version.release=11 | ||
ro.product.build.version.sdk=30 | ||
ro.product.product.brand=Google | ||
ro.product.product.device=crosshatch | ||
ro.product.product.manufacturer=Google | ||
ro.product.product.model=Pixel 3 XL | ||
ro.product.product.name=crosshatch | ||
ro.opa.eligible_device=true | ||
ro.vendor.build.version.release=10 | ||
ro.vendor.build.version.sdk=29 | ||
ro.vendor.build.version.release=11 | ||
ro.vendor.build.version.sdk=30 | ||
ro.product.vendor.brand=Google | ||
ro.product.vendor.manufacturer=Google | ||
ro.product.vendor.name=crosshatch | ||
ro.odm.build.version.release=10 | ||
ro.odm.build.version.sdk=29 | ||
ro.odm.build.version.release=11 | ||
ro.odm.build.version.sdk=30 | ||
ro.product.odm.brand=Google | ||
ro.product.odm.device=crosshatch | ||
ro.product.odm.manufacturer=Google | ||
ro.product.odm.model=Pixel 3 XL | ||
ro.product.odm.name=crosshatch | ||
ro.boot.vendor.overlay.static=false | ||
ro.product.odm.name=crosshatch |
Oops, something went wrong.