Android Platform Tools #212

Closed
opened 2023-09-19 06:55:40 +02:00 by onurmercury · 2 comments

fastboot command from android-tools package gives an error while flashing super.img to my device.

terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::compare: __pos (which is 4032) > this->size() (which is 0)
./flash_all.sh: line 23:  5265 Aborted                 (core dumped) fastboot $* flash super `dirname $0`/images/super.img
Flash super error

I also saw some people complaining about this issue but I'm not sure if their problem is related to alhp.

Binary release of platform tools and extra/android-tools works fine without any problems.

fastboot command from `android-tools` package gives an error while flashing super.img to my device. ``` terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::compare: __pos (which is 4032) > this->size() (which is 0) ./flash_all.sh: line 23: 5265 Aborted (core dumped) fastboot $* flash super `dirname $0`/images/super.img Flash super error ``` I also saw some people complaining about this issue but I'm not sure if their problem is related to alhp. Binary release of platform tools and `extra/android-tools` works fine without any problems.
Owner

Are you able to get an backtrace with coredumpctl?

Are you able to get an backtrace with `coredumpctl`?
anonfunc added the
support
label 2023-10-12 14:40:38 +02:00
Owner

Closing, as without bt I cannot do much here. Reopen if needed.

Closing, as without bt I cannot do much here. Reopen if needed.
Sign in to join this conversation.
No description provided.