GithubHelp home page GithubHelp logo

Comments (34)

marcussacana avatar marcussacana commented on June 25, 2024

Look like this error is SCE_BGFT_ERROR_NOT_SUPPORTED
Did you downloaded from compressed file?, this bug happens all times that you try install certain file or is random?

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

Look like this error is SCE_BGFT_ERROR_NOT_SUPPORTED Did you downloaded from compressed file?, this bug happens all times that you try install certain file or is random?

i lined up 2 pkg files again and it this time showed a notification of something pushed to ps4 but nothing happened there

from directpackageinstaller.

marcussacana avatar marcussacana commented on June 25, 2024

I noticied the bug when you flood packages, usually you will need reboot the PS4 to works again...
I think the problem here is the payload restarting for each download and re-initializing the BGFT service,
Maybe a soluction for that should create a payload that keep alive in background, but is a bit different of the how the current method works.
The wrose thing creating things for PS4 without a proper devkit, is how I can't debug my tool at all, it's hard to me find a bug like this without debug.
Currently, we have a old branch with a custom payload, you will need build by yourself but this one as some fixes that theorically should be more stable, but I never had time for a proper testing, so I never released in the main branch, give a look if you want, just build the payload with make and replace the binary file in DirectPackageInstaller/DirectPackageInstaller/payload If I had reports of that version doing better I can release it.

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

I noticied the bug when you flood packages, usually you will need reboot the PS4 to works again... I think the problem here is the payload restarting for each download and re-initializing the BGFT service, Maybe a soluction for that should create a payload that keep alive in background, but is a bit different of the how the current method works. The wrose thing creating things for PS4 without a proper devkit, is how I can't debug my tool at all, it's hard to me find a bug like this without debug. Currently, we have a old branch with a custom payload, you will need build by yourself but this one as some fixes that theorically should be more stable, but I never had time for a proper testing, so I never released in the main branch, give a look if you want, just build the payload with make and replace the binary file in DirectPackageInstaller/DirectPackageInstaller/payload If I had reports of that version doing better I can release it.

i can try but my knowledge on building things is limited , how do i run make file ?

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

I noticied the bug when you flood packages, usually you will need reboot the PS4 to works again... I think the problem here is the payload restarting for each download and re-initializing the BGFT service, Maybe a soluction for that should create a payload that keep alive in background, but is a bit different of the how the current method works. The wrose thing creating things for PS4 without a proper devkit, is how I can't debug my tool at all, it's hard to me find a bug like this without debug. Currently, we have a old branch with a custom payload, you will need build by yourself but this one as some fixes that theorically should be more stable, but I never had time for a proper testing, so I never released in the main branch, give a look if you want, just build the payload with make and replace the binary file in DirectPackageInstaller/DirectPackageInstaller/payload If I had reports of that version doing better I can release it.

getting this error

image

from directpackageinstaller.

marcussacana avatar marcussacana commented on June 25, 2024

You can use the github actions to build, but still need to build the payload manually and update in the git the payload binary, because the build script don't rebuild the payload as well.

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

You can use the github actions to build, but still need to build the payload manually and update in the git the payload binary, because the build script don't rebuild the payload as well.

sorry mate i aint big of techie guy :)

i think i started to build , il report back

from directpackageinstaller.

marcussacana avatar marcussacana commented on June 25, 2024

Yup, you started, but as said, the DirectPackageInstaller has 2 components, the Payload and the Sender, you are building only the sender.
the payload side (what has been fixed in Payload-Fix-Test) you must manually build with make. it was made to be built in linux, I never tried build from windows before.

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

Yup, you started, but as said, the DirectPackageInstaller has 2 components, the Payload and the Sender, you are building only the sender. the payload side (what has been fixed in Payload-Fix-Test) you must manually build with make. it was made to be built in linux, I never tried build from windows before.

are there any steps to build , i can arrange linux pc tomorrow from someone and test

from directpackageinstaller.

marcussacana avatar marcussacana commented on June 25, 2024

literally, just run make
image
Anyway, I did here, replace with the file in the DirectpackageInstaller/DirectPackageInstaller directory and push to your fork, then trigger the github action again.
payload.zip

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

literally, just run make image Anyway, I did here, replace with the file in the DirectpackageInstaller/DirectPackageInstaller directory and push to your fork, then trigger the github action again. payload.zip

thanks , but atleast i can now keep up with future updates and changes to keep u posted :)

thanks il test and report

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

literally, just run make image Anyway, I did here, replace with the file in the DirectpackageInstaller/DirectPackageInstaller directory and push to your fork, then trigger the github action again. payload.zip

image

does it takes this much time ? or is my pc acting strange

from directpackageinstaller.

marcussacana avatar marcussacana commented on June 25, 2024

it does, from 40~50m

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

it does, from 40~50m

thanks il report back , just to sure once it completes will there be any downloads ? within which i need to replace the file and push back ?

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

it does, from 40~50m

image

from directpackageinstaller.

marcussacana avatar marcussacana commented on June 25, 2024

just scroll down
image

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

just scroll down
image

Yes downloaded this to pc last night sir what after this

from directpackageinstaller.

marcussacana avatar marcussacana commented on June 25, 2024

As a said, you should replace the payload binary in the DirectPackageInstaller with the one that I gave to you, but seems that you didn't that.
https://github.com/ifelixculpa/DirectPackageInstaller/blob/main/DirectPackageInstaller/DirectPackageInstaller/payload
This one, if you replace that with the one that I gave to you, the github actions will be trigerred automatically and you create a new version of the DirectPackageInstaller using this custom payload.

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

As a said, you should replace the payload binary in the DirectPackageInstaller with the one that I gave to you, but seems that you didn't that. https://github.com/ifelixculpa/DirectPackageInstaller/blob/main/DirectPackageInstaller/DirectPackageInstaller/payload This one, if you replace that with the one that I gave to you, the github actions will be trigerred automatically and you create a new version of the DirectPackageInstaller using this custom payload.

i am trying to learn all this is new to me sir , still trying my best il let u know once i figure this out ...on how to replace where is it located

edit : i think i managed to upload the version of payload u sent sir and action is started :D

from directpackageinstaller.

marcussacana avatar marcussacana commented on June 25, 2024

You sure did, but you forget to remove the .bin extension, the old file still being used.

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

You sure did, but you forget to remove the .bin extension, the old file still being used.

lol let me do again

from directpackageinstaller.

marcussacana avatar marcussacana commented on June 25, 2024

yup, now is right

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

yup, now is right

completed , have downloaded the zip and extracted the windows x64 ... how do i verify i have correct version

from directpackageinstaller.

marcussacana avatar marcussacana commented on June 25, 2024

No way to verify, but probabbly you have it.
maybe you can verify if you open a 9090 TCP server and send as if is a ps4 to check the payload data, but that's a bit crazy just to check it.

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

No way to verify, but probabbly you have it. maybe you can verify if you open a 9090 TCP server and send as if is a ps4 to check the payload data, but that's a bit crazy just to check it.

i think it ends up same il try a small video of whats happening

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

No way to verify, but probabbly you have it. maybe you can verify if you open a 9090 TCP server and send as if is a ps4 to check the payload data, but that's a bit crazy just to check it.

here it is , if you can figure out or what i am doing wrong
https://www81.zippyshare.com/v/7E670g3s/file.html

from directpackageinstaller.

marcussacana avatar marcussacana commented on June 25, 2024

you restarted your PS4?

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

you restarted your PS4?

nope , i would have lost jailbreak then

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

if you have any other way to communicate much faster like telegram let me know , have another thing to share :)

from directpackageinstaller.

marcussacana avatar marcussacana commented on June 25, 2024

you should restart, sometime the goldhen payload server hangs and became unresponsible, not sure if is your case right here.

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

you should restart, sometime the goldhen payload server hangs and became unresponsible, not sure if is your case right here.

I restarted and rejailbreak but app doesnt seem to work with large files...works well with smaller packages only

from directpackageinstaller.

marcussacana avatar marcussacana commented on June 25, 2024

that's strange...
Well, to make the things better I should make a one-time payload to keep running in background instead the current one that must be sent for each installation.
But it's a pain to me create payloads since I can't debug at all, the debugger in my PS4 just never worked.
I will keep this open for now, in the future if I feel like I can try reimplement the payload

from directpackageinstaller.

PitchAbyss avatar PitchAbyss commented on June 25, 2024

that's strange... Well, to make the things better I should make a one-time payload to keep running in background instead the current one that must be sent for each installation. But it's a pain to me create payloads since I can't debug at all, the debugger in my PS4 just never worked. I will keep this open for now, in the future if I feel like I can try reimplement the payload

i am always here to test :)

from directpackageinstaller.

marcussacana avatar marcussacana commented on June 25, 2024

The new version 6.2.0 has now a improved GoldHEN method, then I'm closing this issue for now.
You may free to test, if you found new problems create a new issue or open this one :)

from directpackageinstaller.

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.