gram news
Pixel Props channel avatar

Pixel Props

@pixelprops

Magisk modules & guides by @T3SL4 https://github.com/Pixel-Props https://www.pling.com/p/2129780 https://pixelprop.pages.dev

ProjectsENTech

14,200subscribers

Open the Channel

Latest posts

  • Pixel Props

    20 Sept, 02:53

    Pixel Props — New OTA Available !Tag: build-20260920 Modules: 21Devices: - Pixel 6: Oriole_CP3A.260905.009.zip - Pixel 6 Pro: Raven_CP3A.260905.009.zip - Pixel 6a: Bluejay_CP3A.260905.009.zip - Pixel 7: Panther_CP3A.260905.009.zip - Pixel 7 Pro: Cheetah_CP3A.260905.009.zip - Pixel 7a: Lynx_CP3A.260905.009.zip - Pixel Fold: Felix_CP3A.260905.009.zip - Pixel Tablet: Tangorpro_CP3A.260905.009.zip - Pixel 8: Shiba_CP3A.260905.009.zip - Pixel 8 Pro: Husky_CP3A.260905.009.zip - Pixel 8a: Akita_CP3A.260905.009.zip - Pixel 9: Tokay_CP3A.260905.009.zip - Pixel 9 Pro: Caiman_CP3A.260905.009.zip - Pixel 9 Pro XL: Komodo_CP3A.260905.009.zip
    1,5001511Open in Telegram
  • Pixel Props

    13 Sept, 03:41

    Pixel Props — New OTA Available !Tag: build-20260913 Modules: 4Devices: - Pixel 11: Cubs_CD1A.260905.001.B1.zip - Pixel 11 Pro: Grizzly_CD1A.260905.001.B1.zip - Pixel 11 Pro XL: Kodiak_CD1A.260905.001.B1.zip - Pixel 11 Pro Fold: Yogi_CD1A.260905.001.B1.zip
    3,150211Open in Telegram
  • Pixel Props

    11 Sept, 00:15edited

    BetterKnownInstalled v1.6.1 is outEngine rewrite release. The 8-pass sed pipeline is dead — one streaming awk pass now edits packages.xml, byte for byte.What's new: - Single-pass streaming engine — one walk, one write. Everything outside your user apps is preserved verbatim instead of being reformatted. - Fixed invalid XML on multi-line packages.xml — wrapped attributes no longer cause duplicate installer attributes. Package Manager rejections from this are gone. - No more file growth — the old normalization added junk on every boot. v1.6.1 is byte-identical on repeat runs. Flash it, reboot twice, diff is empty. - Full ABX variant support — installerUid-int, packageSource-int, isOrphaned-bool, installInitiatorUninstalled-bool handled in patch, DB and restore. - OTA updates — your manager will now notify you when a new BKI build drops. - New regression harness (tools/bki_debug.sh) —
  • Pixel Props

    7 Sept, 18:04edited

    BetterKnownInstalled v1.6.0 is outThis is the stateful backup release. No more blind patching every boot.What's new: - metadata.db — first boot builds a per-app database of your original installer/uid/initiator values. Subsequent boots only prune dead entries and patch what's new. Boot time drops from ~1s to ~50ms. - Proper uninstall — uninstall.sh now restores each app's exact original metadata from the DB. Apps no longer stay locked as com.android.vending after you remove the module. - Atomic writes — everything is staged to .tmp and moved into place. No more half-written packages.xml on crash. - riscv64 support added.Gone: - Rotating XML backups are dead weight. The DB is your backup. One packages.xml.safety copy is kept for crash recovery only.Upgrade note: If you're coming from v1.5.x, the DB is built from your already patched packages.xml. Previously patched apps will keep
    3,95011Open in Telegram
  • Pixel Props

    3 Sept, 21:34edited

    BetterKnownInstalled v1.5.2 is outRefinement release over 1.5.1:- Whitelist approach: only touches apps with codePath="/data/app/" — no more maintaining a blacklist of /system, /vendor, /product, /odm, /oem, /apex. Everything outside /data/app/ is automatically skipped, plus the usual system="true"/"1" guard - packageSource="2" is now added when missing, not just replaced if wrong. Sideloaded apps get patched correctly too - isOrphaned and installInitiatorUninstalled are now stripped for both "true" and "1" values - Cleaner SYS_SKIP — 4 lines instead of 8, easier to maintainIf v1.5.1 was working for you, this just makes the scope more correct. If you had edge cases with system apps still getting touched, this should close the gap.Update and reboot. Feedback welcome as always.
    4,580195Open in Telegram
  • Pixel Props

    1 Sept, 17:27

    Pixel Props — New OTA Available ! Tag: build-20260901 Modules: 11 Devices: - Pixel 8a: Akita_CP2A.260805.005.zip - Pixel 6a: Bluejay_CP2A.260705.006.zip - Pixel 7a: Lynx_CP2A.260705.006.zip - Pixel 6: Oriole_CP2A.260705.006.zip - Pixel 7: Panther_CP2A.260705.006.zip
  • Pixel Props

    1 Sept, 17:26

    Pixel Props — New OTA Available !Tag: build-20260901 Modules: 11Devices: - Pixel 8a: Akita_CP2A.260805.005.zip - Pixel 6a: Bluejay_CP2A.260705.006.zip - Pixel 7a: Lynx_CP2A.260705.006.zip - Pixel 6: Oriole_CP2A.260705.006.zip - Pixel 7: Panther_CP2A.260705.006.zip - Pixel 10 Pro Fold: Rango_CP2A.260805.005.zip - Pixel 6 Pro: Raven_CP2A.260705.006.zip - Pixel 8: Shiba_CP2A.260805.005.zip - Pixel 10a: Stallion_CP2A.260805.005.zip - Pixel 9a: Tegu_CP2A.260805.005.zip - Pixel 9: Tokay_CP2A.260805.005.zip
  • Pixel Props

    1 Sept, 16:27

    3,360poll8Open in Telegram
  • Pixel Props

    30 Aug, 21:56

    Pixel Watch 5 [CD5A.260611.008] (Aug 2026)
    3,830file5Open in Telegram
  • Pixel Props

    23 Aug, 15:49edited

    BetterKnownInstalled v1.5.1 is outQuick follow-up release with some important fixes:- Fixed vending UID extraction — more robust grep + fallback, no more resolving to 0 or wrong UID - Fixed system apps being incorrectly patched — now also skips by codePath (/system, /vendor, /product, /odm, /oem, /apex) - Fixed single-line packages.xml corruption (normalized during processing then collapsed back) - Reverted to the proven sed engine from v1.4.0 + DRY system-app skip guards - Added sanity check that aborts if vending_uid resolves to 0Should be more reliable than 1.5.0. Feedback welcome as always.
  • Pixel Props

    22 Aug, 06:21edited

    build.prop updateFull pipeline overhaul is live.Changelog: - Complete CI rewrite with matrix builds - Weekly automatic OTA dumps (every Sunday) - Manual trigger support for specific devices or all - Android 17 support - Proper EROFS + sparse + boot/init_boot handling - Lower memory extraction - Duplicate detection (skips already released modules) - Telegram now only posts download links (no more zip spam)Modules stay on GitHub Releases from now on.Latest builds: https://github.com/Pixel-Props/build.prop/releases
    5,420141Open in Telegram
  • Pixel Props

    21 Aug, 15:11

    5,040file8Open in Telegram
  • Pixel Props

    21 Aug, 15:11

    4,990file11Open in Telegram
  • Pixel Props

    21 Aug, 15:11

    5,140file8Open in Telegram
  • Pixel Props

    21 Aug, 15:11

    5,400file8Open in Telegram
  • Pixel Props

    21 Aug, 15:11

    Pixel Props — New OTA Available !Tag: build-20260821 Modules: 4Devices: - Pixel 11: Cubs_CD1A.260714.001.A9.zip - Pixel 11 Pro: Grizzly_CD1A.260714.001.A9.zip - Pixel 11 Pro XL: Kodiak_CD1A.260714.001.A9.zip - Pixel 11 Pro Fold: Yogi_CD1A.260714.001.A9.zip
    GitHubRelease build-20260821 · Pixel-Props/build.propAutomated build with 4 new module(s). Cubs_CD1A.260714.001.A9.zip SHA256: eb2c3192854d51904b84a82b1f5f965a0bf9a179a8194954ca07f05477ecc12d Grizzly_CD1A.260714.001.A9.zip SHA256: 0adf2b2752c503b6a6e...
  • Pixel Props

    14 Aug, 02:32

    Well i guess KSU is working 👍
    Image from a post by Pixel PropsImage from a post by Pixel PropsImage from a post by Pixel Props
    5,6702381Open in Telegram
  • Pixel Props

    13 Aug, 15:13edited

    BetterKnownInstalled v1.5.0 is outJust pushed a new release with some important behavioral fixes:- No longer wipes packages-warnings.xml (that was only causing repeated warning dialogs and has nothing to do with DroidGuard/Play Integrity) - System packages (system="true") are now properly skipped instead of being marked as Play Store installs - packageSource="2" is now added when missing (not just replaced) - Also handles isOrphaned="1" and installInitiatorUninstalled="1" in addition to "true"Under the hood: safer line-by-line processing (slower) + updated abx2xml/xml2abx binaries (now with riscv64 support).This still needs proper testing — I’ll be glad for any reviews or feedback if you try it.
    4,930172Open in Telegram
  • Pixel Props

    13 Aug, 08:46edited

    HaGeZi GitHub restricted againA few days ago HaGeZi got hit by the usual automated bots reporting the account. GitHub locked the repo + account and forced a password reset. Classic “fraud detection” nonsense on a project that’s been running for years with 25k+ stars.xRuffKez (DNSBunker) stepped up immediately and they’re now hosting the full official mirror together.Lists refresh every 4 hours straight from HaGeZi’s build system, all formats included. It stays up even after the GitHub side comes back.I just pushed an update to ControlD HaGeZi Sync so it supports custom mirror lists. Default is already set to the DNSBunker one, with automatic fallback if GitHub returns 404. No config changes needed for most people.HaGeZi’s own posts on the situation: https://www.reddit.com/r/pihole/s/UIbd5o9YKr https://www.reddit.com/r/pihole/s/BxjUWhH1dUStay safe out there.Edit: GitHub
    5,0002551Open in Telegram
  • Pixel Props

    12 Aug, 14:29

    Pixel 10 Pro - Blazer generic_system_google-user 17 CP2A.260805.005 15828068 release-keys
    4,480file6Open in Telegram