Status Update
Comments
sa...@google.com <sa...@google.com>
at...@google.com <at...@google.com> #2 Restricted
at...@google.com <at...@google.com> #3
Hi,
Thanks much for raising this issue. This is one of our known issue, which is not documented. Having phone numbers of this long are very rare. libphonenumber cannot do anything better here.
Reasons:
- JavaScript
Number
type has limitation of 2^53 (9007199254740992) as the max literal it can hold. When provided more than that like "90018408059449376"(17 digit), JS starts rounding the value. Unfortunately this is within the range of i.e 17 digit.possible phone number length - Both the alternatives leads to backward-incompatible changes as the type of the field '''national_number''' has to be changed; thus leading to client-side compile issue . Eg: setNationalNumber(1234) / conversions to payloads like JSON.
- Marking the field as
[jstype = JS_STRING]
- Or using new JS data type
BigInt
.
We will update FAQ at GitHub stating some of these points. Maybe you can compare with Number.MAX_VALUE and avoid such cases. Or post request to a Java/CPP/PY libphonenumber clients, as these langs have much more matured data type systems.
at...@google.com <at...@google.com> #5
ok...@gmail.com <ok...@gmail.com> #6
ok...@gmail.com <ok...@gmail.com> #7
ok...@gmail.com <ok...@gmail.com> #8
at...@google.com <at...@google.com> #9
We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
ad...@google.com <ad...@google.com> #10
Also, can you tap "view recovery logs" and upload recovery logs(after adb sideload fails)?
ok...@gmail.com <ok...@gmail.com> #11
ok...@gmail.com <ok...@gmail.com> #12
ad...@google.com <ad...@google.com> #13
Can you try to recover the device using fastboot oem flashing unlock
and then flash a working build.
ok...@gmail.com <ok...@gmail.com> #14
sh...@gmail.com <sh...@gmail.com> #15
sh...@gmail.com <sh...@gmail.com> #16
fr...@gmail.com <fr...@gmail.com> #17
ni...@gmail.com <ni...@gmail.com> #18
I need to use my phone for work and have been forced to purchase a new phone. Is there any way I can be compensated for this loss?
ia...@gmail.com <ia...@gmail.com> #19
I fixed my Pixel 6a. Bootloader was locked and OEM unlocking was off.
I sent it to the authorized repair centre and they told me that the motherboard needs replacing. I rejected the repair. When I got my phone back, I realised the bootloader was unlocked. I used the Android Flash Tool and flashed the latest public build. Working as good as new!
al...@gmail.com <al...@gmail.com> #20
vv...@google.com <vv...@google.com> #21
Please follow the below steps and try to flash the latest beta build (AP31.240617.010 ,
-
Press vol down+power to boot the device to fastboot mode, then press vol down x 3 times and power button 1 time to enter the rescue mode. (If the screen shows that "Your device is corrupt", press the power button one more time to proceed). After a while, the device will enter the rescue mode screen. (
https://screenshot.googleplex.com/899G3mYvTQmVcHj ) -
Open
https://pixelrepair.withgoogle.com/steps and navigate to the steps, it will tell you to factory reset & reinstall OTA AP31.240617.010 (https://screenshot.googleplex.com/45BPzcjhvD5iMhQ ) -
Wait until the process is complete. After this step, the bootloader still notifies that the device is corrupted, but it can boot the device up/enter the android home screen. (
https://screenshot.googleplex.com/BPJE7uKniFtHCnU )
(Supported on the unlocked device only)
- Boot the device back to fastboot mode and run the following commands:
$ fastboot snapshot-update cancel
$ fastboot -w
$ fastboot reboot
- The "Your device is corrupt" notice will be gone and the device can boot up normally.
pc...@gmail.com <pc...@gmail.com> #22
ju...@gmail.com <ju...@gmail.com> #23
Unsupported device
To use this tool, your device must be a Pixel 3, 3 XL, 3a, 3a XL, 4, 4 XL, 4a, 4a (5G), 5, 5a, 6, 6 Pro, 6a, 7, 7 Pro, 7a, Tablet.
If the software is not officially released by Google, please consider changing back to the latest public version by
Device corrupted after reseting in Android 15 beta 2.2
ad...@google.com <ad...@google.com> #24
Thank you for reporting this issue. We have a fix rolling out in an upcoming release.
If you are unable to recover your device (like when you are unable unlock the bootloader) then we request you to reach out to our
pc...@gmail.com <pc...@gmail.com> #25
ju...@gmail.com <ju...@gmail.com> #26
ya...@gmail.com <ya...@gmail.com> #27
pc...@gmail.com <pc...@gmail.com> #28
al...@gmail.com <al...@gmail.com> #29
With the last released OTA's Beta 4.2 and Android 14 August Update the adb sideload process still getting aborted at 47%. kError1
When I try to do a factory reset:
ERROR: recovery: [libfs_mgr] Unable to enable ext4 verity on /dev/block/platform/14700000.ufs/by-name/metadata because /system/bin/tune2fs is missing.
ja...@lamb-family.net <ja...@lamb-family.net> #30
pc...@gmail.com <pc...@gmail.com> #31
al...@gmail.com <al...@gmail.com> #32
pi...@gmail.com <pi...@gmail.com> #33
pb...@tuxgrid.com <pb...@tuxgrid.com> #34
p....@gmail.com <p....@gmail.com> #35
pc...@gmail.com <pc...@gmail.com> #36
da...@googlemail.com <da...@googlemail.com> #37
I think the only chance we got is a full OTA Image for Android 15. This may help us. If not, we got a paperweight.
Description