CCAPI is a software that establishes a connection between your ps3 and your computer. You can control your ps3 from your pc. Some CCAPI functions:
Debug non-fself & fself in real time
Real time memory edit on CEX/DEX
Wire(less) connection
Module loading
Modify idps and psid
Edit console Leds
Ring console buzzer
Get ps3 temperature
...
Compatible firmwares:
CFW 4.21, 4.30, 4.40, 4.41, 4.46, 4.50, 4.53, 4.55, 4.60, 4.65, 4.70, 4.75 CEX or DEX + 4.66, 4.76 CEX or DEX
Cobra/Non-Cobra, 4.78 CEX or DEX, 4.80 CEX or DEX, 4.81 CEX or DEX, 4.82 CEX or DEX, 4.83 CEX
VSH module loading:
- create a directory in your /dev_usb000/ called plugins
and put all your sprx plugins into, it should be
/dev_usb000/plugins/prx_name1.sprx
/dev_usb000/plugins/prx_name2.sprx
....
All of the sprx that are present in this folder, will be loaded at ps3 boot. Important: If some games refuse to work, just don't use plugins (delete plugins folder from /dev_usb000)
How to install CCAPI?
Just download and run the ccapi pkg on your ps3.
It will tell you to reboot, and it's done. You only need to do this once.
Virus scan: You must login or register to view this content.
ChangeLog
2.80
(rev4) Added 4.83 CEX support
(rev3) Added 4.82 DEX support
(rev2) Reduced memory use
Added ps3 TOOL support (with DEX/CEX kernel only)
Added console finder into consolemanager
Added vsh menu
Added 4.82 CEX support
2.70
(rev6) Added 4.81 DEX support
(rev5) Added 4.81 CEX support
(rev4) Added 4.80 DEX support
(rev4) Added 4.80 CEX support
(rev3) Added 4.78 DEX support
(rev2) Added 4.78 CEX support
(rev2) Added 4.76 DEX support
Added other platform support
Optimized network bitrate
2.60
(rev7) Added 4.76 CEX support
(rev6) Added 4.75 DEX support
(rev5) Added 4.75 CEX support
(rev4) Added 4.70 DEX support
(rev3) Added 4.70 CEX support
(rev2) Added 4.66 CEX support
Added 4.60/4.65 support
Added Cobra support
Added SetBootPsid/SetBootIdps/SetPsid
2.50
Added 4.53/4.55 support
Added a console list
2.00
Reduced memory use
DLL (C++ / C#) released to build programs for ccapi
Update: Still not working. And I believe this might have happened because I have a Rogero 4.46 with Cobra.
Didn't realize until after.
Any thoughts guys? This thing keeps freezing... even in safe mode I cannot complete Restore File System or or Restore Default Settings. The only one I haven't tried is Restore PS3 System. Should I?
i tried all the safe mode options and none of them worked. the only option i did not try was a recovery firmware install.
the only option i was left with to get it to work again was a removal of the hard drive, pop it into the computer and format it, then pop it back into the ps3 and allow it to format and reinstall the 4.46 i had on my usb stick. ps3 worked after that but all my data was gone. sorry buddy
i wish someone had a fix out there for this. does anyone have a reason why its doing this?
i have not been able to get ccapi 2 to work but technically you should be able to create a .txt file in the root of hdd_0 named boot_plugins.txt and on the first line of the text file type in this: /dev_hdd0/plugins/name_of_file.sprx
name it what ever the file you wish to boot up at boot up. then copy your file of the exact name to that location. create a plugins folder if you dont already have one.
Tried that but its not working, i think boot_plugins.txt is only for cobra
I installed the rtm in Enstone CCAPI to cex. This CFW well but there is a problem so you start a game and have a closer reader USB device, then I turned off the ps3 and lights revovery mode and asks me to reinstall the CFW CFW or the reset button ps, it bothers me because I plugged the hdd and helmets. The Miralatijera CFW 4.50, I think it might because changing the sys_init_osd the CCAPI by the mlt cfw wearing it cprres sm and the cfw. You Might I modify this sys_init_osd of mlt cfw for compatibility with CCAPI, please
do me I'm sick of this problem. I leave the do me I'm sick of is mlt:
Today, I release the 2.00 CCAPI update, it should fix lots of bugs.
- Memory use has been reduced
- Boot time has been reduced too, at the first load it's about 20 sec, then for next boot it's now instant.
- Shoud be compatible with more fimwares now.
- DLL is now released, you can now make your own ccapi programs.
If you want to make your own program in C#, you must use iMCSx's PS3Lib, you can read his tutorial here: You must login or register to view this content.
Since I haven't seen lots of C++ users, if you want to make your program in C++, you can contact me. I will tell you how.
------------ ControlConsoleAPI is an API for PS3 and PC similar to TMAPI on DEX console.
But this one "CCAPI" works for CEX and DEX.
It will give you those features :
Features:
- Compatible CEX/DEX/SEX/(TOOL ?)
- Debug non-fself & fself in real time (vsh.self for example can be debugged in rte, or any game with non debug eboot)
- Debug kernel in real time(lv2_kernel.self and lv1.self)
*Classic functions (RTE on CEX + DEX):
-getProcessMemory
-setProcessMemory
-shutdown/reboot
-work with Wireless connection
- bypass exec pages writing restriction
- bypass lv2 memory protection
*new fonctionalities like:
- peek/poke lv1 and lv2
- setConsoleID at anytime/anywhere
- setConsoleLed
- ringBuzzer
- getTemperature
- VSH module loading
- notify
Compatible firmwares:
CFW 4.21,4.30,4.40,4.41,4.46,4.50 CEX or DEX
Not compatible with "Cobra" firmwares.
VSH module loading:
- create a directory in your /dev_usb000/ called plugins
and put all your sprx plugins into, it should be
/dev_usb000/plugins/prx_name1.sprx
/dev_usb000/plugins/prx_name2.sprx
....
All of the sprx that are present in this folder, will be loaded at ps3 boot. Important: If some games refuse to work, just don't use plugins (delete plugins folder from /dev_usb000)
How to install CCAPI?
Just download and run this pkg on your ps3. You must login or register to view this content.
It will tell you to reboot, and it's done. You only need to do this once.
How to uninstall CCAPI?
Just run again the pkg.
Is it risky?
No, in the worst case, you could need to reinstall your firmware.
Quick control console:
It's just a quick tool to use some of CCAPI functions. You must login or register to view this content.
A CCAPI Debugger still in developpement: You must login or register to view this content.
Credits:
iMCSx, flukes1
Some examples:
MW2 Reborn fully work on CEX and DEX (even with non fself eboot)
Please give me some feedbacks, i would like to know if you get some bugs or not.
It is still in BETA, so some bugs can occur.
Virus scan: You must login or register to view this content. 0/47