Page 45 of 90

Re: QCMA - Cross-platform content manager for the PSVita (0.

Posted: Sun May 04, 2014 1:53 pm
by EchoDev
jotax wrote:code! in a windows 7 x64, the antivirus installed neutralizes and remove the application.
It's a false positive. Nothing to worry about

Re: QCMA - Cross-platform content manager for the PSVita (0.

Posted: Sun May 04, 2014 1:58 pm
by jotax
EchoDev wrote:
jotax wrote:code! in a windows 7 x64, the antivirus installed neutralizes and remove the application.
It's a false positive. Nothing to worry about
ok thanks ;)

Re: QCMA - Cross-platform content manager for the PSVita (0.

Posted: Sun May 04, 2014 2:01 pm
by codestation
jotax wrote:code! in a windows 7 x64, the antivirus installed neutralizes and remove the application.
https://www.virustotal.com/en/file/ab06 ... 399211523/

Also most Windows antivirus sucks, tried to look for "W32/Exploit.gen" online and in various virus encyclopedias and found nothing. Is a horrible tactic to guess for a possible virus and delete your files without a second thought.

You can also compile the app yourself and the nsis installer script is available as well.

Re: QCMA - Cross-platform content manager for the PSVita (0.

Posted: Sun May 04, 2014 2:09 pm
by SMOKE
@codestation
Here's all the commands to install via the ppa:

Code: Select all

sudo add-apt-repository ppa:codestation404/qcma
sudo apt-get update
sudo apt-get install qcma

Also, to update, you can either go to the update manager in your dash or via terminal:

Code: Select all

sudo update-manager

Re: QCMA - Cross-platform content manager for the PSVita (0.

Posted: Sun May 04, 2014 2:31 pm
by jotax
codestation wrote:
jotax wrote:code! in a windows 7 x64, the antivirus installed neutralizes and remove the application.
https://www.virustotal.com/en/file/ab06 ... 399211523/

Also most Windows antivirus sucks, tried to look for "W32/Exploit.gen" online and in various virus encyclopedias and found nothing. Is a horrible tactic to guess for a possible virus and delete your files without a second thought.

You can also compile the app yourself and the nsis installer script is available as well.
ok,
I take note your point

:)

good work!

Re: QCMA - Cross-platform content manager for the PSVita (0.

Posted: Sun May 04, 2014 2:36 pm
by SMOKE
@codestation

After the new ppa install I did, QCMA won't transfer any PSP savedata to my Vita.
I'm gonna see if I can dig up that old post in this thread and get a debug log of what it's doing

Re: QCMA - Cross-platform content manager for the PSVita (0.

Posted: Sun May 04, 2014 4:07 pm
by codestation
Fixed in 0.3.2. Currently building the packages, they will be ready in the next hour.

edit: trere is a weird bug (probably an old one), will fix it then rebuild 0.3.2 again.

Re: QCMA - Cross-platform content manager for the PSVita (0.

Posted: Sun May 04, 2014 4:20 pm
by SMOKE
codestation wrote:Fixed in 0.3.2. Currently building the packages, they will be ready in the next hour.
Ok thanks codestation :)

Re: QCMA - Cross-platform content manager for the PSVita (0.

Posted: Mon May 05, 2014 8:21 am
by Xian Nox
@codestation:
So, was writing a script to automatically tweak spec files for new releases for a random program I was writing, do you think it would be of use for qcma?
Use is something like this:

Code: Select all

./genspec.py --ver 0.1.1 --rev 1 quill-template-openSUSE.spec
And it generates a 'quill-0.1.1-openSUSE.spec'. If usable, any recommendations or ideas what I should improve? (except for my terrible terrible python)
Also, I'm trying to understand the debian build system better, do you know of a place with a decent explanation?

Re: QCMA - Cross-platform content manager for the PSVita (0.

Posted: Mon May 05, 2014 5:08 pm
by codestation
Yes, i will need something like that (my current versioning script is a one-line sed), will check your script tonight.

About deb packaging I just read the official Debian and Ubuntu package guidelines. After that I started reading simple packages like libusb and libav to see how the debian scripts are made in prod.

Also give a try to pbuilder, it makes automatic chroots to build deb packages for multiple distros and arch.

---------

Updated to 0.3.2, this fixes the big bug with psp savedata transfers and multimedia folders. Those using the ppa should have received the update already.