Commit Graph

11 Commits

Author SHA1 Message Date
oxmc 5480a452f1 Wire up bg-upd's webview provider switching and set the default wallpaper
- Add BgUpd + a day-one webview package to PRODUCT_PACKAGES so devices
  boot with a working WebView before bg-upd's first check ever runs
- Add config_webview_packages.xml declaring the providers bg-upd can
  switch between at runtime
- Add default_wallpaper.png to the framework RRO overlay (single image
  for all devices/densities for now — see the new overlay README)
2026-07-09 01:27:51 -07:00
oxmc 324ee3a29a overlay: fix android_upgrading_title product attributes for Android 16
AOSP 16 now defines android_upgrading_title with explicit product="default",
product="tablet", and product="device" variants. Defining it without a
product attribute in the overlay creates a duplicate default-product entry
that aapt2 rejects. Match AOSP's product split and drop android_upgrading_starting
which was removed upstream.
2026-06-15 07:03:50 -07:00
oxmc 9e0a9a1c0f overlay: replace "Android is upgrading" with PawletOS branding 2026-06-15 01:58:46 -07:00
oxmc 22d00dca82 overlay: replace "Phone is starting" with "Device is starting" 2026-06-15 01:58:07 -07:00
oxmc 079478edba vendor: initial PawletOS vendor tree setup
Foundation of the vendor/pawlet tree for Android 16:
- Hardware feature declarations for RPi phone/tablet/TV variants
- BootControl HAL: fix VINTF manifest version, qualify android::base namespace
- microG: add microg.mk with FAKE_PACKAGE_SIGNATURE auto-grant and network
  location feature XML; enable for all RPi variants
- PawletPlatform resource APK and ThemePickerPawletOverlay: fix XML comments
- Updater overlay: wire in tryboot A/B config for RPi firmware tryboot support
- PawletSettings added to PRODUCT_PACKAGES
- Separated RPi-specific configs from base vendor config
2026-06-11 09:25:36 -07:00
oxmc bb013dd685 ThemePickerPawletOverlay: fix XML comment dividers (-- invalid in XML comments) 2026-06-04 05:28:21 -07:00
oxmc dd16b6e06f Add AndroidManifest.xml to both overlays 2026-06-03 00:37:39 -07:00
oxmc 0a6a63054a Seperate RPI configs, and base configs 2026-05-30 02:03:21 -07:00
oxmc 70db9a7f67 Add logos and better documentation for config.xml 2026-05-30 01:39:18 -07:00
oxmc c1abce134f Update: attempt to add monet 2026-05-26 06:54:43 -07:00
oxmc 9344e608f6 Initial commit: PawletOS vendor tree
Adds the full vendor/pawlet tree for PawletOS on Raspberry Pi 4/5:

- build/: envsetup.sh helpers (breakfast/brunch/mka), bacon OTA target,
  Soong namespace, build core hook
- config/: common.mk, version.mk, BoardConfigPawlet.mk, BoardConfigSoong.mk,
  privapp-permissions, me.pawlet.android feature XML
- hal/boot_control/rpi/: AIDL boot_control HAL for RPi A/B slot switching
- apps/Updater/: A/B OTA updater (download, verify, install, reboot)
- apps/PawletPlatform/: platform resource APK (device icons, strings)
- overlay/frameworks/base/core/res/: framework config overrides
- prebuilt/, vars/: init rc, aosp_target_release
2026-03-21 19:08:46 -07:00