Page 9 of 12

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Tue Nov 19, 2013 3:27 am
by codestation
PS3Y2kvirus wrote: libVitaMTP Version: 2.1
Protocol Max Version: 01700010
If you want to use the opencma command-line app then you should compile/install the version that yifanlu provides. It seems that you are using my mod and that one doesn't work with the command line app.

edit: i disabled the building of opencma by default on my fork so this misunderstanding between the two projects doesn't happen again.

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Tue Nov 19, 2013 3:34 am
by PS3Y2kvirus
codestation wrote:
PS3Y2kvirus wrote: libVitaMTP Version: 2.1
Protocol Max Version: 01700010
If you want to use the opencma command-line app then you should compile/install the version that yifanlu provides. It seems that you are using my mod and that one doesn't work with the command line app.
Ah many Thanks, and I am currently downloading linux mint KDE 15 I was hoping it would work so I could try both your qcma and Yifan Lu's opencma

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Sun Dec 22, 2013 11:47 pm
by nycshane
smoke: what windows VM are you using, what version of windows?

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Mon Dec 23, 2013 12:15 am
by SMOKE
nycshane wrote:smoke: what windows VM are you using, what version of windows?
I have a Ubuntu host with a WinXP and Win7 guests.

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 12:11 am
by soluslobo
how does one install opencma on linux? Im on ubuntu 14.04 and after I download the file it says to open with software center and when I do it shows installing but once the bar has reached 100% it shows install again. How did you guys install it on linux?

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 12:20 am
by codestation
OpenCMA isn't maintained anymore by Yifanlu, i took over the project and made a CMA-like tool called Qcma in here: viewtopic.php?f=52&t=34677

You can use the 13.10 debs, there are users that confirm that these still works on 14.04. I will publish the real 14.04 debs very soon.

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 12:23 am
by SMOKE
codestation wrote:there are users that confirm that these still works on 14.04.
Yea one was me, the master tester :mrgreen:

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 12:32 am
by soluslobo
codestation wrote:OpenCMA isn't maintained anymore by Yifanlu, i took over the project and made a CMA-like tool called Qcma in here: viewtopic.php?f=52&t=34677

You can use the 13.10 debs, there are users that confirm that these still works on 14.04. I will publish the real 14.04 debs very soon.
when I double click on the qcma file you have for 13.10 it shows this in the software center

Code: Select all

Dependency is not satisfiable: libavcodec53(>=6:0.8.3-1~)libavcodec-extra-53 (>=6:0.8.8)
do I install this with terminal?

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 12:37 am
by SMOKE
You need to update the package with synaptic package manager.

I didn't need to, but apparently you do lol

Re: OpenCMA/libVitaMTP 2.0: CMA on Linux and Windows

Posted: Fri May 02, 2014 12:37 am
by codestation
Try installing them from terminal:

Code: Select all

sudo dpkg -i vitamtp*.deb
sudo dpkg -i qcma*deb
sudo apt-get --yes --fix-broken install
That will install qcma (the last command will install all the missing dependencies). I will add a ppa soon, so no more terminal fiddling ;) .