Commit Graph

127 Commits

Author SHA1 Message Date
Alexander Koskovich a4c44b0821
prebuilt: etc: Update APNs to LA.QSSI.11.0.r1-10400-qssi.0.
Change-Id: If9b9efd6e6906aae2ad1192aaeea52967e95895a
2021-03-13 00:14:01 -07:00
Vishalcj17 fd13c8edf1 pa: prebuilt: Ship Google Camera (Go).
* Better than what we have right now, PA Camera is
   looking very unlikely.

Change-Id: Ie9ad1f7cf9b395bb609c8d0599a910cba709994b
2021-03-12 12:40:02 +00:00
Junda Liu 338f037f0f
pa: prebuilt: apns-conf: Add Google Fi support.
* In the event that the Google Fi app is not present
   we want this to be here.

Change-Id: I674a576c1362eb5a67447a6cf3dd719a8d820e34
2021-02-15 19:21:17 -07:00
Alexander Koskovich 8b96a8d1ed
pa: prebuilt: Checkout APNs to LA.QSSI.11.0.r1-09900-qssi.0.
Change-Id: I3aef5a3b6cd0eb9e1df11ca02e2673ca7439b4dc
2021-02-15 19:21:15 -07:00
Alexander Koskovich 1678dd82dc
pa: prebuilt: Remove Longshot.
Change-Id: I9c6349aa6f7dc5084659683bbbdee71a76893d02
2020-09-25 18:14:26 -07:00
Alexander Koskovich 65f26eed67
pa: prebuilt: Use blueprint for prebuilts.
* Also move these to /product, more fitting for
   them.

Change-Id: I576c99424c9ccdf75db8fd5dd1044b5366f60f4a
2020-09-16 18:06:42 -07:00
Alexander Koskovich b7ac189d72
pa: Cleanup init.
* A lot of this was written awhile ago and no longer
   applies to us.

 * Also move to defining inits as modules like CAF.

Change-Id: I87e58b9a4532389478da375999dfa2e9e602b59e
2020-09-16 18:06:42 -07:00
Alexander Koskovich 5748954ca5
pa: Remove OnePlus Slate fonts.
* Don't really like these too much.

Change-Id: I98385845f658c5df2f35d79fc0f7f2d9704a7365
2020-09-16 18:06:41 -07:00
Alexander Koskovich 9b9b45aaee
pa: prebuilt: Move fonts to Pixel vendor.
* Easier to maintain this way. I'm pretty sure leaving
   Google Sans in the font customization XML for non Pixel
   builds is fine.

Change-Id: Iafa67927d06a2f234c5c7580a33abdc6c20c57d5
2020-09-16 18:06:41 -07:00
Alexander Koskovich 666a4c59d4
pa: Move sounds to Pixel specific vendor.
Change-Id: I38a0bd7264ea3ea336871513c7fa246896e2f7f8
2020-09-16 18:06:41 -07:00
Alexander Koskovich 98b624c5f7
pa: config: Switch to the new GMS package for Android 11.
Change-Id: I8aa968afa9d411f853e176a04978220b4429fe43
2020-09-16 18:06:40 -07:00
Alexander Koskovich eb5bf82b68
pa: Kill backuptool.
Change-Id: Ice825f2d91630349d0c3caedd99c2f4732e0ac4e
2020-09-16 18:06:39 -07:00
Alexander Koskovich 1416f54fff
pa: Ruby!
Change-Id: I6dbb8d39c94a929060da9bf9c2ccce8af7b2e8d4
2020-09-16 18:06:39 -07:00
Alexander Koskovich e3ad23ee2d pa: prebuilt: Update Google Sans fonts.
* Google Pixel 4 XL [QQ3A.200705.002]

Change-Id: I2851b18509866592c1dbfc16331d9dd1def4818e
2020-07-26 16:56:50 +00:00
Alexander Koskovich 083abca0bb pa: prebuilt: Update sounds from Pixel 4 XL [QQ3A.200705.002].
Change-Id: I2ce9da22447a7f9e80c2aa92b3b0e5a1c315e7c5
2020-07-26 16:56:50 +00:00
Alexander Koskovich 09e6251614 pa: prebuilt: Remove init.d banner.
* Not called by anything and unnecessary.

Change-Id: I2cd9c17e628883567c563f754df6d4e8871f9424
2020-07-24 20:37:52 +00:00
Joshua Primero 13ef7bbdcb pa: Add ChromeModernPublic for ARM
* Rename it To ChromeModernPublic because thats what we use
* Updated both version to v83.0.4103.101
* From: https://github.com/bromite/chromium/releases/tag/83.0.4103.101

Change-Id: I83f37316c226e2c1a89dda863e58e0abec8259f7
Signed-off-by: Joshua Primero <jprimero155@gmail.com>
2020-06-18 01:08:08 +00:00
Alexander Koskovich f873f85924 pa: Update Retro Music to v3.5.
Change-Id: I5d3db66afd97e7e6205bf10ff0698fc1af0b812f
2020-06-07 02:14:17 +00:00
Sahul Krishan 60f4e81c92 pa: Oh, Hi Quartz!
New bootanimation for Paranoid Android, made by Sahul Krishan.

Inspired by the animations from Google.

Signed-off-by: Hernán Castañón Álvarez <herna@paranoidandroid.co>
Change-Id: I95a9ef4a29c3cd45b2fb9f307eb2576a8a4f2cd6
2020-04-16 15:08:37 +00:00
z3DD3r 6aaddee3a6 backuptool: Fix backup/restore functionality
Backup/restore functionality was broken in the
Ia1f4ae95c9e4dae4df844853e81c264bc838f177 change
because of incorrect check of the function's result.

check_prereq() function refactored to return 0 if
backuping/restoration is possible. Any work should be
performed only if check_prereq() succeeds.

Change-Id: Ic977dba675df58a228ef4b882b25beb66cc9d2c6
2020-04-07 07:10:08 +00:00
z3DD3r 947b84ac77 backuptool: Properly unmount system partition
For non AB devices system partition should be unmounted
if check_prereq function fails.

Change-Id: Ia1f4ae95c9e4dae4df844853e81c264bc838f177
2020-04-07 07:10:08 +00:00
Davide Garberi ad15e5244d prebuilt: backuptool: Drop addond version check on A-only
* This check was supposed to check whether the script
   addon.d version was lower than backuptool's

 * Given that the backuptool addon.d version is 1, this
   isn't going to happen ever making this check completely
   unuseful

Change-Id: I2464749b52bf4e8825e0b4ef42500ee7d3bbfa61
2020-04-07 07:10:08 +00:00
Davide Garberi e22609b0fc prebuilt: backuptool: Implement dynamic system mount for A-only
* Dynamically mount system to the path chosen by the recovery through backuptool
* This can be helpful because of the fragmentation that will happen with system mount in recovery after Q

Change-Id: I2d1e775efcf87e33319bc7790d1e54bca72116d3
2020-04-07 07:10:08 +00:00
Hernán Castañón Álvarez b78623ad3f pa: adapt vendor/pa for gapps inclusion.
* Removed Markup and Matchmaker since we already have them
in vendor/gapps repo.
* Adapted code so we don´t lose features even if gapps are not compiled.
* Added the ability to opt-out of the gapps.
* Disable full dexpreopt in case gapps are included.

Signed-off-by: Hernán Castañón Álvarez <herna@paranoidandroid.co>
Change-Id: I56014684c3d621d50925d5487f3f89c103c24011
2020-04-07 06:59:11 +00:00
Adithya R f940aeb4bf pa: Add OnePlus Slate font overlay package
- fonts taken from op7 dump

Change-Id: I09174f966f3854627b6523f8cf14468c0628d1c5
2020-03-26 07:25:41 +00:00
Akash 260c32f292 prebuilt: Update Chromium to v81.0.4044.63
Change-Id: I06f4489922d422933cda5283bc721c92c102dad3
2020-03-19 19:36:41 +00:00
Park Ju Hyung e1f8708f0c prebuilt: preopt dex for Google screenshot editor (Markup)
No reason not to

Change-Id: I659ddc41ec36443da7f53ca710fc6305a57599db
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
2020-03-12 18:35:52 +00:00
Marc Bourgoin c56ba16565 apn: Update Canadian carriers
*From https://android.googlesource.com/device/google/wahoo/+/android-8.1.0_r29/apns-full-conf.xml
 *Mobilicity removed. Defunct since 2016.
 *Wind -> Freedom Mobile

Change-Id: I3d8501a82441adbb9cdc385c990bef997dba6f97
2020-03-10 17:35:01 +00:00
jhenrique09 f050c573e6 prebuilt: Add Google screenshot editor (Markup)
Updated to Quartz

Change-Id: Id1289b70863673b3a6ccd3bf0aa97e68437ee187
2020-02-21 16:39:43 +00:00
Anushek Prasal 715029c803 vendor: Update Longshot
- Update icons to MD2
- Improve UI
- Use system fonts

Change-Id: Idc0ee80b60c404f61683991cb923a8ccf9887248
2020-02-17 03:25:05 +00:00
jhenrique09 c525e6fae5 vendor: Import modded Longshot app
Change-Id: I42becbdbec78e6e8305e3a5c08beb19002d28e9a
2020-02-17 03:24:54 +00:00
Gabriele M 7ae6c62b0d prebuilt: init: Use /data/hub_updates to store OTAs
Change-Id: I1341ea9035324565643924ef73edf9b8c5ed752a
2020-01-26 23:31:53 +00:00
Chris Crump 8cafec331b pa: Ship Google Sans font family as overlay
This adds support for custom fonts starting with Google Sans, making it an opt-in overlay

Change-Id: Id281d447d9d581c408196abd16b8fed60b6682f8
2019-11-26 05:39:21 -05:00
Chris Crump 18770454fa pa: Ship Device Personalization Services
Make use of Google's AI capabilities for multiple services

Change-Id: I29d352103585aba53f5067ac13e5af773e5d72e6
2019-11-26 05:36:05 -05:00
Luca Stefani 4af897d279 Kill sysinit
Change-Id: Ia8d46d794ff829f3fc39ff48d57fdb6f9c03262d
2019-11-13 17:05:53 +01:00
Hernán Castañón Álvarez 9d90e36816 pa: Welcome Abstruct!
Signed-off-by: Hernán Castañón Álvarez <hernanderes34@gmail.com>
Change-Id: I9785436475981b141369d4761b1fb1d0867f505e
2019-10-01 02:51:43 +00:00
Hernán Castañón Álvarez 194e486a94 pa: Welcome Retro Music Player!
Signed-off-by: Hernán Castañón Álvarez <hernanderes34@gmail.com>
Change-Id: Ie71c25c49e22baa792f50a8b7079ea09d46111bb
2019-10-01 02:51:29 +00:00
Chris Crump 8c2d016ddf pa: Import custom audio files
This adds custom audio files to be generated on PA builds. These audio files include Alarms, Effects, Ringtones, and Notifcations.

These are the standard audio files shipped with Pixel devices, specifically the Pixel 2 XL

Change-Id: Ic785569be4ceb71696fa5dbea53858b578277f17
2019-09-30 19:34:48 +00:00
TheStrix ea73f88128 pa: Restructure config files
- Set version props in build/core/
 - Add new config targets for devices to inherit from, common_full_phone & common_full_tablet_wifionly.
 - Update the config inherit path for all pa devices.
 - Remove deprecated hostapd configs.
 - todo: Remove pa privapp configs for now. Need to update/adapt to new style.
 - Add init.d support.
 - Add init scripts (prebuilt/etc/init) from LineageOS.
 - Update few permission configs from LineageOS.

Change-Id: I86791110eb698d7ba43cc05051345dc08b215ce3
2019-09-30 08:54:16 -04:00
TheStrix 942e39694c apns: Update from Lineage
- src: 7a85b90de1/prebuilt/common/etc/apns-conf.xml

Change-Id: I52b7a37e2226d37ac03d32bbc1eff49702ac752a
2019-09-05 20:16:17 +05:30
Akash 078ae2d790 prebuilt: Update Chromium to v76.0.3809.129
Change-Id: I577b0791d033b52c5580fcb75a36b11146e37711
2019-08-28 16:57:06 +00:00
Luk1337 da7febc028 PA: Support system-as-root A-only backuptool
Change-Id: I8336e5ab3c9d03fae7426044066318b987653d99
2019-08-05 22:02:33 +02:00
Jake Weinstein b510861cbb vendor: remove unused apns-conf-cdma symlink
Change-Id: Icfef69978519f2b30ec6621f97ddb30c599122d5
2019-07-31 12:44:43 +00:00
Hernán Castañón Álvarez c5a1322206 pa: add pa-permissions whitelist.
Change-Id: I420eaa82a7439527281b0023e4e53c893ecaa9fc
Signed-off-by: Hernán Castañón Álvarez <herna@paranoidandroid.co>
2019-03-25 09:31:46 +00:00
Josh Choo d70ee939d3 pa: Update Chromium to v71.0.3578.115
chr_arm64_ChromePublic.apk compiled by csagan5:
https://github.com/bromite/chromium/releases/tag/71.0.3578.115

Change-Id: Ieeae39a563d1f019993b4fc8eb11005029db746a
2019-01-07 00:29:43 +00:00
Hernán Castañón Álvarez 90b89c1694 pa: Drop Shuttle+ support.
Also include back SnapdragonMusic to packages.

Change-Id: Ic2eabda58a8dd8b61411731d968326a0ef08684e
2018-12-27 04:52:58 +00:00
TheStrix 3a461f81da pa: prebuilt: Update backuptool from Lineage
Change-Id: I03d7bf70e41cd00e3abf83f0d3729f72aac6927e
2018-10-06 17:22:06 +00:00
Tim 9ef5090244 pa: Change from Snapdragon Browser to Chromium
Chromium Version: 70.0.3529.0

APK can be fetched from: https://chromium.woolyss.com/#android

Change-Id: I4ff4cdff3fce6831cbe8d2c82b1666529a9ae962
2018-08-20 22:53:37 +02:00
Alex Naidis f84ffc096a pa: prebuilts: update APN config from Lineage
HEAD commit of the file: a596b92

Change-Id: I7530c4bb3c2ef50ca3fb5b00f2e34ad7395fed85
Signed-off-by: Alex Naidis <alex.naidis@paranoidandroid.co>
2018-06-08 18:56:32 -04:00
Shubham Das 7f79364d6c apns_conf: Update Jio APNs
* Remove "Reliance Jio", which isn't needed now. Jio works fine with "Internet" APN.
* Rename Jio APNs "Jio Internet" to "Internet", which is default name of Jio APNs.
* Remove "supl". "default" includes this by default for Location services. We don't need this.

Change-Id: I9506b49f699c688f0882b694e4f89cb2417a6b07
2018-02-11 17:40:51 +05:30