updated readme and version info
This commit is contained in:
@@ -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.
|
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
|
## Features
|
||||||
|
|
||||||
* Edit main PS tags in the devinfo partition
|
* 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.: 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)
|
### 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.
|
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.
|
||||||
|
|||||||
+1
-1
@@ -244,7 +244,7 @@ Features:
|
|||||||
* Run arbitrary single-line AT commands
|
* Run arbitrary single-line AT commands
|
||||||
* Fully offline operation, no internet necessary
|
* 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:
|
Get the source code at:
|
||||||
https://codeberg.org/luxferre/lexipwn
|
https://codeberg.org/luxferre/lexipwn
|
||||||
|
|||||||
Reference in New Issue
Block a user