diff --git a/README.md b/README.md index 5e0e272..eceec4d 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,6 @@ Both the CLI and GUI variants are written in Go 1.24. As of now, lexipwn should work on the following Google Pixel models (provided they are rooted): 6, 6 Pro, 6a, 7, 7 Pro, 7a, Fold, 8, 8 Pro, 9, 9 Pro, 9 Pro XL, 9 Pro Fold. Reports on the Pixel 10 series are still pending. -**WARNING**: Users have reported unstable behavior with Android 16 in the issues section. Please revert to stock devinfo partitions and/or CPSHA files before updating until further notice. - -**UPDATE**: Due to the increasing number of reports, the 0.0.1 release has been taken down. Please build lexipwn from source if you need to test it on the current Android versions. - ## Features * Edit main PS tags in the devinfo partition @@ -92,6 +88,8 @@ If you have altered the IMEI values in devinfo and then rebooted, the device wil **N.B.: in case cellular radio doesn't work after the CPSHA fix, it is advised to return from the factory mode back to normal first.** +**N.B.2: if CPSHA fix doesn't help the first time, issue the same command and reboot the device once again.** + ### Randomizing IMEIs (CLI) Just run `lexipwn genimei [prefix]`. The prefix can be any combination from 0 to 14 digits. Without the prefix, the IMEI will be fully random. You can use the output to substitute into another command, e.g. `lexipwn setpsval imei2 $(lexipwn genimei)` which will fully randomize IMEI2 value. diff --git a/lexipwn-gui/gui.go b/lexipwn-gui/gui.go index 2853eac..316b8c2 100644 --- a/lexipwn-gui/gui.go +++ b/lexipwn-gui/gui.go @@ -244,7 +244,7 @@ Features: * Run arbitrary single-line AT commands * Fully offline operation, no internet necessary -Works on Pixel 6, 6 Pro, 6a, 7, 7 Pro, 7a, Fold, 8, 8 Pro, 9, 9 Pro, 9 Pro XL, 9 Pro Fold +Works on Pixel 6, 6 Pro, 6a, 7, 7 Pro, 7a, Fold, 8, 8 Pro, 9, 9 Pro, 9 Pro XL, 9 Pro Fold, Pixel 10, Pixel 10 Pro Get the source code at: https://codeberg.org/luxferre/lexipwn