Skip to content

Error c2-12828-1 #1

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

Open
dmaglio opened this issue Nov 5, 2023 · 10 comments
Open

Error c2-12828-1 #1

dmaglio opened this issue Nov 5, 2023 · 10 comments

Comments

@dmaglio
Copy link

dmaglio commented Nov 5, 2023

image

@pmsobrado
Copy link

Same for me. Also, instructions seems complicated, for example, I can't find out how to create RSA keys, I only see JSON or P12. Couldn't this app connect to Drive like any other sync app, with a application password? Why this complicated Cloud access?

@add-le
Copy link
Owner

add-le commented Nov 5, 2023

Same for me. Also, instructions seems complicated, for example, I can't find out how to create RSA keys, I only see JSON or P12. Couldn't this app connect to Drive like any other sync app, with a application password? Why this complicated Cloud access?

The RSA Private Key is stored on the downloaded JSON file.
What approach is with password ?

@add-le
Copy link
Owner

add-le commented Nov 5, 2023

image

For the moment i have hard coded the sync with mhfu ULUS10391, if you want to sync another game, you need to change the source code

@pmsobrado
Copy link

I see. I read about the hardcoded game after posting here. What I meant was something like uploading to a GDrive account using their API like many other apps do, for example WhatsApp with their backups, where you just log in with your Google account.

I thought this app was for general backups of installed games, with an easier way to connect to GDrive. For my specific case, it's not worth it to me to recompile every time I want to change the backed up game.

It would be nice if this app was more of a general backup tool that connects to GDrive in a simpler way , but of course, as the original developer, do the project that makes you happy :)

@add-le
Copy link
Owner

add-le commented Nov 5, 2023

I see. I read about the hardcoded game after posting here. What I meant was something like uploading to a GDrive account using their API like many other apps do, for example WhatsApp with their backups, where you just log in with your Google account.

I thought this app was for general backups of installed games, with an easier way to connect to GDrive. For my specific case, it's not worth it to me to recompile every time I want to change the backed up game.

It would be nice if this app was more of a general backup tool that connects to GDrive in a simpler way , but of course, as the original developer, do the project that makes you happy :)

I am not familiar with the vitasdk, and I haven't find easy way to ask oauth2 permission with the browser. So to make the project I have used the api key way.

But if you know how to do it, your contribution is welcome.

For the sync of other games, I need to improve the way of it works. I have done this project to link my save between my PC and PSVita.

But sure it would be awesome to works on all PSP & PSVita games.

@pmsobrado
Copy link

pmsobrado commented Nov 5, 2023

I would be pleased to participate, but I don't as much knowledge as you, no clue on how to code for the Vita :(

@add-le
Copy link
Owner

add-le commented Nov 5, 2023

I would be pleased to participate, but I don't as much knowledge as you, no clue on how to code for the Vita :(

What types of savefile you would sync?
I will try in the next weeks to works on it

@pmsobrado
Copy link

I think the minimum is vita games (not apps), an extra would be PSP games, but let's go step by step hehe.

@dmaglio
Copy link
Author

dmaglio commented Nov 5, 2023

my dump

psp2core-1699211841-0x0000372e19-eboot.bin.zip

@add-le
Copy link
Owner

add-le commented Nov 5, 2023

my dump

psp2core-1699211841-0x0000372e19-eboot.bin.zip

Thank you, I will check it.
I will try to release a new version with more verbose on the screen.

The error code could be, your config file is missing or wrongly done, same for your private key, or the path to the save is wrong, or you gdrive files ids are wrong...

I will improve the user experiences to setup the app

@github-staff github-staff deleted a comment from aviddv1 Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@dmaglio @pmsobrado @add-le and others