Status Update
Comments
uc...@google.com <uc...@google.com> #2
what is in update.zip ? can you share that file to triage this issue
vs...@google.com <vs...@google.com> #3
MHC19Q for Nexus 5X (bullhead) - https://dl.google.com/dl/android/aosp//bullhead-ota-mhc19q-8fe67a2b.zip
N4F26T for Nexus 5X (bullhead) -https://dl.google.com/dl/android/aosp/bullhead-ota-n4f26t-648ce802.zip
WW-12.2.5.23 for Asus ZenFone Go (ASUS_X014D) -http://dlcdnet.asus.com/pub/ASUS/ZenFone/ZB452KG/UL-ASUS_X014D-WW-12.2.5.23-user.zip
Look like, this happens only with a big images.
N4F26T for Nexus 5X (bullhead) -
WW-12.2.5.23 for Asus ZenFone Go (ASUS_X014D) -
Look like, this happens only with a big images.
en...@google.com <en...@google.com> #4
On Windows 10 (x64)
a....@gmail.com <a....@gmail.com> #5
related to (and probably worked around for now by) internal bug http://b/36046324
i do think we should also start shipping a 64-bit Windows platform tools package.
we should also consider changing android::base::ReadFdToString to call fstat and pre-size the vector. not worthwhile for reading things like /proc/uptime, but the default expansion behavior for a huge file like a full OTA update is going to result in substantial overhead. (which will explain the regression between .3 and .4, since the former will have allocated exactly the necessary number of bytes.)
lastly (and maybe not worth doing at all, depending on how soon we can get folks to use a 64-bit platform tools on Windows, since all the other platforms are already 64-bit-only), we could consider rewriting the adb sideload code to (a) mmap/munmap rather than actually read in to physical memory or (b) pread. i'm not sure what the performance impact of pread would be (especially on Windows where there is no pread equivalent).
i do think we should also start shipping a 64-bit Windows platform tools package.
we should also consider changing android::base::ReadFdToString to call fstat and pre-size the vector. not worthwhile for reading things like /proc/uptime, but the default expansion behavior for a huge file like a full OTA update is going to result in substantial overhead. (which will explain the regression between .3 and .4, since the former will have allocated exactly the necessary number of bytes.)
lastly (and maybe not worth doing at all, depending on how soon we can get folks to use a 64-bit platform tools on Windows, since all the other platforms are already 64-bit-only), we could consider rewriting the adb sideload code to (a) mmap/munmap rather than actually read in to physical memory or (b) pread. i'm not sure what the performance impact of pread would be (especially on Windows where there is no pread equivalent).
ba...@gmail.com <ba...@gmail.com> #6
Correction to #5: Windows does support pread() - it's in ReadFile()'s OVERLAPPED parameter.
zy...@google.com <zy...@google.com> #7
@7: we'd still need to write the pread wrapper, though. (similar if we went with mmap/munmap.)
https://android-review.googlesource.com/#/c/355481/ pre-sizes the vector, which should be enough to undo the regression from '.3 to '.4...
ba...@gmail.com <ba...@gmail.com> #8
pa...@google.com <pa...@google.com>
zy...@google.com <zy...@google.com> #9
Hi I'm getting the same issue on Windows 10 when I try to sideload a TWRP backup.
- adb devices gives my device
- adb usb gives error: closed
- adb sideload 6.13.771.4_ckpv5.zip gives
loading: '6.13.771.4_ckpv5.zip'...
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Please can somebody help with this issue I've been trying to sort this for 3 days. Thanks.
- adb devices gives my device
- adb usb gives error: closed
- adb sideload 6.13.771.4_ckpv5.zip gives
loading: '6.13.771.4_ckpv5.zip'...
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Please can somebody help with this issue I've been trying to sort this for 3 days. Thanks.
en...@google.com <en...@google.com> #10
I also get this problem. Is there a workaround?
a....@gmail.com <a....@gmail.com> #11
I also get this error message when trying to update Android OS 7.1.1 from N6F26R to N6F26U security patch for Nexus 6. Please help. Thank you.
ba...@gmail.com <ba...@gmail.com> #12
It happens when i try to flash any rom to my OnePlus 3, how can i solve it?
en...@google.com <en...@google.com> #13
Trying to sideload via adb on Win10 gives me this as well. Nexus 6 trying to sideload from 7.0 to 7.1.1 (N6F26U, Mar 2017)
pa...@google.com <pa...@google.com>
sm...@google.com <sm...@google.com> #14
My Nexus 9 is on a bootloop and is locked so this was my way out of the bootloop but I've got the same error std::bad_alloc...
If someone has found a way to suppress this error let us know !
If someone has found a way to suppress this error let us know !
jm...@google.com <jm...@google.com> #15
As this bug is in 25.0.4 only, simply revert to platform tools 25.0.3 to successfully sideload the image. This solved both my 'std::bad_alloc' error and bootloop error (hopefully).
en...@google.com <en...@google.com> #18
Same issue
am...@gmail.com <am...@gmail.com> #19
Thank you! With the earlier version of the platform tools it works very well!
am...@gmail.com <am...@gmail.com> #20
Reverted to earlier platform-tools and it works like a charm. Thanks for the link.
en...@google.com <en...@google.com> #21
Same problem, OnePlus 3, Open Beta 13 (http://downloads.oneplus.net/oneplus-3/oneplus_3_oxygenos_openbeta_13/ ), reverting to the platform-tools in #17 and using Large Address Aware 2.0.4 (https://www.techpowerup.com/forums/threads/large-address-aware.112556/ ) let me sideload with vanilla Oxygen Recovery (without LAA flag, it just says cannot read rom.zip)
full log:
C:\Android\SDK\platform-tools>adb sideload ../rom.zip
loading: '../rom.zip'...
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
full log:
C:\Android\SDK\platform-tools>adb sideload ../rom.zip
loading: '../rom.zip'...
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
am...@gmail.com <am...@gmail.com> #22
the same result by using latest adb version delivered by SDK Tools(Preview Channel) 26rc1.
am...@gmail.com <am...@gmail.com> #23
am...@gmail.com <am...@gmail.com> #24
Having same issue with Android SDK Platform tools 25.0.4 on Windows 10 with all latest updates. Was trying to install the April OTA patch on my Pixel.
am...@gmail.com <am...@gmail.com> #25
same issue here with adb and pixel
en...@google.com <en...@google.com> #26
Nikita gave the solution.
Download the LLA, go to Mode -> Advanced. Then, go to Add -> Files in folder recursive ... Select the folder where you have platform-tools installed (or unzipped). Select all the files in LLA then go to With selected -> Force Large Address Aware.
Tested on Win10, ran adb sideload <image> from cmd.exe with Administrative privilege. Installed 7.1.1 OTA on Nexus 6 without any issues.
Download the LLA, go to Mode -> Advanced. Then, go to Add -> Files in folder recursive ... Select the folder where you have platform-tools installed (or unzipped). Select all the files in LLA then go to With selected -> Force Large Address Aware.
Tested on Win10, ran adb sideload <image> from cmd.exe with Administrative privilege. Installed 7.1.1 OTA on Nexus 6 without any issues.
a....@gmail.com <a....@gmail.com> #27
same error for me flashing android 7.1.2 with latest adb version.
en...@google.com <en...@google.com> #28
Same problem. Win10 x64 latest of win updates and adb. Not going to give you more info. Same as everyone else. This issue is on n9 and n6 with april updates. Solution from " #17 m...@ajmorley.com" about using " https://dl.google.com/android/repository/platform-tools_r25.0.3-windows.zip " works great.
en...@google.com <en...@google.com> #31
Same issue on r25.0.4.
On old versions .3 and .1 I get cannot read "file".
Am I doing something wrong? It was a long time since I tried to sideload something.
On old versions .3 and .1 I get cannot read "file".
Am I doing something wrong? It was a long time since I tried to sideload something.
ap...@google.com <ap...@google.com> #32
Project: platform/development
Branch: sdk-release
commit a017eb19b2ca4d5dc8f3fbae22933ffd579ca739
Author: Josh Gao <jmgao@google.com>
Date: Wed Apr 19 11:32:40 2017
Update platform-tools version to 25.0.5.
Bug:http://b/37139725
Bug:http://b/37282612
Change-Id: I099f0cf9cde7f5fcefcf92420af3f716b5fd3773
M sdk/plat_tools_source.prop_template
https://android-review.googlesource.com/375778
https://goto.google.com/android-sha1/a017eb19b2ca4d5dc8f3fbae22933ffd579ca739
Branch: sdk-release
commit a017eb19b2ca4d5dc8f3fbae22933ffd579ca739
Author: Josh Gao <jmgao@google.com>
Date: Wed Apr 19 11:32:40 2017
Update platform-tools version to 25.0.5.
Bug:
Bug:
Change-Id: I099f0cf9cde7f5fcefcf92420af3f716b5fd3773
M sdk/plat_tools_source.prop_template
jm...@google.com <jm...@google.com> #33
Nexus 5X, I reflashed with ADB (25.0.3) but no luck! guess it's doomed
gi...@gmail.com <gi...@gmail.com> #34
Following #16,#23 and #26's suggestion (sorry I cannot view their full name), it works for me.
win10 x64
platform-tools r25.0.3 (link at #16)
oneplus 3t Oxygen OS
win10 x64
platform-tools r25.0.3 (link at #16)
oneplus 3t Oxygen OS
ss...@gmail.com <ss...@gmail.com> #35
Following #16,#23 and #26's suggestion (sorry I cannot view their full name), it works for me.
win10 x64
platform-tools r25.0.3 (link at #16)
oneplus 3t Oxygen OS
win10 x64
platform-tools r25.0.3 (link at #16)
oneplus 3t Oxygen OS
aa...@gmail.com <aa...@gmail.com> #36
yes, using the previous version (available at https://dl.google.com/android/repository/platform-tools_r25.0.3-windows.zip ) is the best workaround for now. 25.0.5 should be released at 10:00 America/Los_Angeles time on Monday, at which point adb.exe will only need 64KiB to sideload a package no matter how large it is.
so...@gmail.com <so...@gmail.com> #38
Still receiving this error on 25.0.5 with Nexus 6p 7.1.2 OTA image. angler-ota-n2g47h-f3bffaba.zip
so...@gmail.com <so...@gmail.com> #39
@38: you're almost certainly not running the new adb.
zb...@gmail.com <zb...@gmail.com> #40
deleted old platform-tools dir, downloaded 25.0.5, extracted, still receiving this error
ke...@gmail.com <ke...@gmail.com> #41
output of "adb --version"?
li...@gmail.com <li...@gmail.com> #42
c:\> adb --version
Android Debug Bridge version 1.0.39
Revision 3db08f2c6889-android
downloaded last night from:
https://developer.android.com/studio/releases/platform-tools.html
Android Debug Bridge version 1.0.39
Revision 3db08f2c6889-android
downloaded last night from:
Description
I also downloaded the newest version (25.0.4) from android developers site, to check if it was an Android Studio update issue. The downloaded version crashed too.
All of our computers are using Windows 7 Professional x64 PL Service Pack 1.