-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symbol Lookup Error #109
Comments
Yup, that fixed the problem, thanks! |
I'd like to request that this issue be reopened, as it stems from an outdated version of A temporary solution involves downgrading bash from |
I'll reopen it, but realize that you're using an Ubuntu build on non Ubuntu OS Ubuntu22.04 which is the latest supported on Github, only bundles libreadline 8.1.2-1 which is older than what you need and hence why it breaks with your newer OS. Can you please try this and tell me if it works.
|
Yes, I can confirm this works on my end. |
@varad-kadam Thank you for confirming. |
- More verbose logging and additional debug messages for troubleshooting. - Renamed the `Verbose` label to `Debug`. - Improve UI responsiveness when running background tasks. - Automatically detect vbmeta state for both slots, and warn if the selection would have wipe implications (this is for verity / verification disabling). - Removed Check Verity button, (verity / verification), replaced with vbmeta state reporting for both slots as part of device details. - Show Bootloader version as part of device details. - Show slot related details such as slot-retry-count, slot-unbootable, slot-successful as part of device details. - Added `Reboot to Sideload` option. - Graphical display of device's slot and root status. - In most cases long background processes are automatically killed with proper timeouts (when possible) and reported to unfreeze PixelFlasher. - Reworked device detection / update / refresh, reboots, PixelFlasher now automatically detects device state changes and waits exactly the time until the device state changes to the expected state. Less dependency on arbitrary timeouts. - Improved support logs sanitization. - Detect free space on the computer and block flashing if less than 5G of storage is available. - Refactor flashing function. - More response console widget log messages. - Detect currently installed OS version and block flashing older OTA (Android by default allows flashing but fails to boot). - Detect, warn and block flashing if bootloader is locked for flashes that require bootloader to be unlocked. - Added wipe option for custom flashing to easily wipe the phone when flashing vbmeta to disable verity / verification. - Report if the device is unlockable. - Bug fixes, lots of changes under the hood and miscellaneous improvements. - Added option to delete specified libraries from the PixelFlasher bundle, to let the system library be loaded instead. Needed for newer OSes that require updated libraries. See #109, #111 - Additional support for Scrcpy of non-Windows platforms. - Updated XDA links
Issue should be addressed in PixelFlasher 6.0.0.0 |
Hello,
I upgraded to PixelFlasher Version 5.8.2.0 and am encountering Android Platform Tools issues.
System:
EndeavourOS Linux: Kernel
6.5.9-arch1-1-g14
Platform Tools: Tested
platform-tools_r34.0.5-linux
andplatform-tools_r33.0.3-linux
PixelFlasher: Tested on
5.8.2.0
and5.8.1.0
Other Info:
Device:
Pixel 7
Image:
panther-up1a.231105.003-factory-1f4e21fc.zip
Console (for both versions):
Any ideas as to what might be going wrong, or any more information that might be needed?
The text was updated successfully, but these errors were encountered: