Giter Site home page Giter Site logo

Comments (11)

bojangles86 avatar bojangles86 commented on May 23, 2024 2

Yes and yes. Issue resolved

from pixelflasher.

badabing2005 avatar badabing2005 commented on May 23, 2024 1

Closing the issue.

from pixelflasher.

PrawnMan avatar PrawnMan commented on May 23, 2024 1

Yep, it worked, thanks, glad you closed it!

from pixelflasher.

bojangles86 avatar bojangles86 commented on May 23, 2024

i have the same issue. although im using garuda linux. i just have to copy and paste the directories i want to use and it seems to accept that. only problem im facing is when i go to flash it crashes then as well.
kali version doesnt open at all

from pixelflasher.

badabing2005 avatar badabing2005 commented on May 23, 2024

i have the same issue. although im using garuda linux. i just have to copy and paste the directories i want to use and it seems to accept that. only problem im facing is when i go to flash it crashes then as well. kali version doesnt open at all

If you can provide a sanitized support.zip (Help Menu) I can take a look why it is crashing during flashing.
Just launch the app and generate support.zip, no need to make it crash again.

@PrawnMan and @bojangles86
I see that there is now a wheel file for Ubuntu 22.04
Can you try to build the app? and see if that fixes your issue.

Thanks

from pixelflasher.

bojangles86 avatar bojangles86 commented on May 23, 2024

i have the same issue. although im using garuda linux. i just have to copy and paste the directories i want to use and it seems to accept that. only problem im facing is when i go to flash it crashes then as well. kali version doesnt open at all

If you can provide a sanitized support.zip (Help Menu) I can take a look why it is crashing during flashing. Just launch the app and generate support.zip, no need to make it crash again.

@PrawnMan and @bojangles86 I see that there is now a wheel file for Ubuntu 22.04 Can you try to build the app? and see if that fixes your issue.

Thanks

Will take a look when I get home. Thanks

from pixelflasher.

badabing2005 avatar badabing2005 commented on May 23, 2024

Please see if this works for you.
Built on Ubuntu 22.04 WSL

Steps taken to build.

sudo apt install python3-pip
pip install virtualenv
sudo apt install python3.10-venv
python3 -m venv venv
. venv/bin/activate
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython

edit requirements.txt and change the first line to:
wxPython~=4.2.0

pip3 install -r requirements.txt
ldd ~/dev/PixelFlasher/venv/lib/python3.10/site-packages/wx/core.py

find all the missing libraries

libgtk-3.so.0 => not found
libXxf86vm.so.1 => not found
libSM.so.6 => not found
libnotify.so.4 => not found
libSDL2-2.0.so.0 => not found
libpcre2-32.so.0 => not found

Install them

sudo apt install libgtk-3-0
sudo apt install libxxf86vm-dev
sudo apt install libsm-dev
sudo apt install libnotify-dev
sudo apt install libsdl2-2.0-0

Build it.

./build.sh

Binary is in dist directory.

from pixelflasher.

PrawnMan avatar PrawnMan commented on May 23, 2024

Please see if this works for you. Built on Ubuntu 22.04 WSL
......
Binary is in dist directory.

I followed your instructions to build it.

ldd ~/dev/PixelFlasher/venv/lib/python3.10/site-packages/wx/core.py

Didnt work for me so I installed all the libs manually using apt. Building it resulted in the program loading successfully and not crashing when clicking on the "browse" button. I'll run a test flash tomorrow.

from pixelflasher.

badabing2005 avatar badabing2005 commented on May 23, 2024

I followed your instructions to build it.

ldd ~/dev/PixelFlasher/venv/lib/python3.10/site-packages/wx/core.py

Didnt work for me so I installed all the libs manually using apt. Building it resulted in the program loading successfully and not crashing when clicking on the "browse" button. I'll run a test flash tomorrow.

Thanks for the update, I'm curious to know if you tried this build.
If that would have worked without you having to install anything else, I would publish a build with every release.

from pixelflasher.

bojangles86 avatar bojangles86 commented on May 23, 2024

i have the same issue. although im using garuda linux. i just have to copy and paste the directories i want to use and it seems to accept that. only problem im facing is when i go to flash it crashes then as well. kali version doesnt open at all

If you can provide a sanitized support.zip (Help Menu) I can take a look why it is crashing during flashing. Just launch the app and generate support.zip, no need to make it crash again.

@PrawnMan and @bojangles86 I see that there is now a wheel file for Ubuntu 22.04 Can you try to build the app? and see if that fixes your issue.

Thanks

i have the same issue. although im using garuda linux. i just have to copy and paste the directories i want to use and it seems to accept that. only problem im facing is when i go to flash it crashes then as well. kali version doesnt open at all

If you can provide a sanitized support.zip (Help Menu) I can take a look why it is crashing during flashing. Just launch the app and generate support.zip, no need to make it crash again.

@PrawnMan and @bojangles86 I see that there is now a wheel file for Ubuntu 22.04 Can you try to build the app? and see if that fixes your issue.

Thanks

when i click "create sanatized report" in the help menu it causes pixel launcher to crash as well. :)

that build you posted seems to work for me though. so far.. im going to try flashing and see what happens

edit: that did it. everything flashed without a hitch. root checker confirms my device is rooted.

from pixelflasher.

badabing2005 avatar badabing2005 commented on May 23, 2024

that build you posted seems to work for me though. so far.. im going to try flashing and see what happens

edit: that did it. everything flashed without a hitch. root checker confirms my device is rooted.

Thanks for the update.
I assume you did not had to install any libraries, just ran the build and it worked?

@PrawnMan and @bojangles86
Can we consider this issue resolved?

from pixelflasher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.