Random Homebrew: PSP-FTPD
FTP server

[WIP]OI CMA needs beta-testers

Re: [WIP]OI CMA needs beta-testers

Postby wth » Tue May 15, 2012 5:11 pm

Advertising
Davee wrote:That is worth a shot. the PSVIMG/PSVMD holds the location path for the content so it might use that and just copy savedata folder->folder. I'd definitely look into it, but I don't really know much application of writing EBOOT.PBP

ok that'd be awesome
well I bet if we could just copy our own EBOOT.PBP file to ms0:/psp/game/ then we may likely start signed eboots
actually, I had a little experiment renaming my Everybody's Tennis Eboot folder into Ape Quest's eboot Folder : first, Ape Quest just had an error on startup, but after simply restoring the psvita, then my Ape Quest LiveArea icon turned into Everybody's Tennis, and it started Everybody's Tennis without any problem from Ape Quest's folder / original LiveArea icon
wth
HBL Developer
 
Posts: 590
Joined: Wed Aug 31, 2011 4:44 pm

Re: [WIP]OI CMA needs beta-testers

Postby dridri » Wed May 16, 2012 3:56 pm

Advertising
Please, can you try this pre-alpha to see if it works ? (I forget which are the dependencies :? , and I'm very busy currently )
http://dl.dropbox.com/u/57294616/OpenId ... pha1.0.zip

If yes, you can share the link ;)
Sorry for my English :mrgreen:
OpenIdea team support: open.idea.team at gmail.com
LibGE
Reverse of sceNp9660 driver
dridri
VIP
 
Posts: 173
Joined: Wed Oct 27, 2010 5:21 pm

Re: [WIP]OI CMA needs beta-testers

Postby xyz » Wed May 16, 2012 7:06 pm

dridri wrote:Please, can you try this pre-alpha to see if it works ? (I forget which are the dependencies :? , and I'm very busy currently )
http://dl.dropbox.com/u/57294616/OpenId ... pha1.0.zip

If yes, you can share the link ;)

That one, at least, shows me green "Connected" label. But when I click at "Connect to PC" on my Vita, it just does nothing (and then PSV prints "An error has occured").
xyz
 
Posts: 11
Joined: Thu Jan 20, 2011 7:06 pm

Re: [WIP]OI CMA needs beta-testers

Postby fate6 » Thu May 17, 2012 12:54 am

im sorta inexperienced with Ubuntu (im using 10.04)
(well im sorta inexperienced with Linux in general)


1. I dont have the rights to copy "20_permissions.rules"

2. how do I even start the thing ?
(I already installed everything listed in the readme)

EDIT: I think I got how to start it but I still need to copy the permissions file

Code: Select all
fate6@fate6-desktop:~/Documents/OpenIdeaCMA_pre-alpha1.0$ ./OpenIdeaCMA
./OpenIdeaCMA: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
User avatar
fate6
Moderator
 
Posts: 4203
Joined: Fri Mar 09, 2012 1:18 am
Location: fate6@Canterlot:~>

Re: [WIP]OI CMA needs beta-testers

Postby Xian Nox » Thu May 17, 2012 1:47 am

fate6 wrote:
Code: Select all
fate6@fate6-desktop:~/Documents/OpenIdeaCMA_pre-alpha1.0$ ./OpenIdeaCMA
./OpenIdeaCMA: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
You need to install the Qt4 library. The package manager should have it.
Spoiler
Disturbed0ne wrote:PS. EVERYONE should like girls. they're just so soft. :oops:
User avatar
Xian Nox
Moderator
 
Posts: 6173
Joined: Fri Nov 05, 2010 5:27 pm
Location: /home/xian/n-field

Re: [WIP]OI CMA needs beta-testers

Postby fate6 » Thu May 17, 2012 1:55 am

Xian Nox wrote:You need to install the Qt4 library. The package manager should have it.


I ran
Code: Select all
sudo apt-get install libqt4-dev


and now I get

Code: Select all
fate6@fate6-desktop:~/Documents/OpenIdeaCMA_pre-alpha1.0$ ./OpenIdeaCMA
./OpenIdeaCMA: symbol lookup error: ./OpenIdeaCMA: undefined symbol: _ZN9QListData11detach_growEPii


BTW still dont know how to copy the rules file :(
User avatar
fate6
Moderator
 
Posts: 4203
Joined: Fri Mar 09, 2012 1:18 am
Location: fate6@Canterlot:~>

Re: [WIP]OI CMA needs beta-testers

Postby Xian Nox » Thu May 17, 2012 2:09 am

sudo cp for the copy if it really requires root. (Makes no sense why it should to me.) Anyway, where's this file and where do you need to copy it?
As for the undefined symbol, this is an error I remember getting on Windows 7. The application ran flawlessly when launched by the SDK, but stubbornly refused otherwise.
Spoiler
Disturbed0ne wrote:PS. EVERYONE should like girls. they're just so soft. :oops:
User avatar
Xian Nox
Moderator
 
Posts: 6173
Joined: Fri Nov 05, 2010 5:27 pm
Location: /home/xian/n-field

Re: [WIP]OI CMA needs beta-testers

Postby fate6 » Thu May 17, 2012 2:15 am

Xian Nox wrote:sudo cp for the copy if it really requires root. (Makes no sense why it should to me.) Anyway, where's this file and where do you need to copy it?
As for the undefined symbol, this is an error I remember getting on Windows 7. The application ran flawlessly when launched by the SDK, but stubbornly refused otherwise.


1. the file is in my "Documents" folder and it needs to go in "/etc/udev/rules.d"

2. any fix for the undefined symbol ?

EDIT: used
Code: Select all
sudo nautilus
Last edited by fate6 on Thu May 17, 2012 2:22 am, edited 1 time in total.
User avatar
fate6
Moderator
 
Posts: 4203
Joined: Fri Mar 09, 2012 1:18 am
Location: fate6@Canterlot:~>

Re: [WIP]OI CMA needs beta-testers

Postby Xian Nox » Thu May 17, 2012 2:19 am

1. Try this:
Code: Select all
sudo gedit
Then open the file.
Alternatively, you can copy it, edit, and sudo cp back.
Edit: kwrite and kate can't connect to the X server if sudo'd, so most likely gedit won't either.
2. I didn't find any. I'll try running it tomorrow morning. Technically, later this morning.
Edit: runs for me (openSuSE 11.4). I don't have a Vita, so I can't test it or anything.
Edit 2: Tried recompiling it. First of all, there is no makefile, so I opened the .pro in Qt Creator.
Got this on my first attempt:
Code: Select all
/home/xian/bin/OpenIdeaCMA_pre-alpha1.0/OpenIdeaCMA-build-desktop/../src/vitamtpeventthread.cpp:206: error: cast from ‘db_metadata_t*’ to ‘int’ loses precision
but since the code in question just logs something, I commented it out and continued. Had to copy the lib folder to the build destination as well. After that, got an array of these messages:
Code: Select all
/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/ld: i386 architecture of input file `lib/libmtp.a(libmtp_la-libmtp.o)' is incompatible with i386:x86-64 output
/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/ld: i386 architecture of input file `lib/libmtp.a(libmtp_la-unicode.o)' is incompatible with i386:x86-64 output
/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/ld: i386 architecture of input file `lib/libmtp.a(libmtp_la-util.o)' is incompatible with i386:x86-64 output
/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/ld: i386 architecture of input file `lib/libmtp.a(libmtp_la-playlist-spl.o)' is incompatible with i386:x86-64 output
/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/ld: i386 architecture of input file `lib/libmtp.a(libmtp_la-ptp.o)' is incompatible with i386:x86-64 output
/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/ld: i386 architecture of input file `lib/libmtp.a(libmtp_la-libusb1-glue.o)' is incompatible with i386:x86-64 output
Installed the 32-bit devel libusb and libxml2 as well, same error. Not my code, so I can't solve this.
Spoiler
Disturbed0ne wrote:PS. EVERYONE should like girls. they're just so soft. :oops:
User avatar
Xian Nox
Moderator
 
Posts: 6173
Joined: Fri Nov 05, 2010 5:27 pm
Location: /home/xian/n-field

Re: [WIP]OI CMA needs beta-testers

Postby fate6 » Fri May 18, 2012 3:21 am

well ill try running openSuSE 11.4 from a flash drive and see if it works
(ill PM dridri about this and see if he has any solution)

thanks for trying tho :)
User avatar
fate6
Moderator
 
Posts: 4203
Joined: Fri Mar 09, 2012 1:18 am
Location: fate6@Canterlot:~>

PreviousNext

Return to Security/Homebrews

Who is online

Users browsing this forum: Brickpsv, Google Adsense [Bot], Google Feedfetcher, Khyle and 5 guests

Friends

Coding 'n Cracking - Nymphaea - PS3 Forum - darkforestgroup - daxhordes.org - Tgames - coldbird - gopsp.it - pspstation.org - prometheus - hgoel.info - MakeSmartTV - ps vita