CCAPI is a software that establishes a connection between your ps3 and another device such as your computer or your smartphone.
You can control your ps3 with it.
A few functions available:
- Game modding
- Debug non-fself & fself in real time
- Wireless connection
- Modify idps and psid
- Edit console Leds
- Ring console buzzer
- Get ps3 temperature
Firmware compatibility list
CEX | DEX | |
4.21 | ||
4.30 | ||
4.40 | ||
4.41 | ||
4.46 | ||
4.50 | ||
4.53 | ||
4.60 | ||
4.65 | ||
4.66 | ||
4.70 | ||
4.75 | ||
4.76 | ||
4.78 | ||
4.80 | ||
4.81 | ||
4.82 | ||
4.83 | ||
4.84 | ||
4.85 | ||
4.86 | ||
4.87 | ||
4.88 | ||
4.89 | ||
4.90 | ||
4.91 |
Installation
- Download the CCAPI package at the bottom of this page
- Inside, you should find a folder called PS3 with a .pkg, put it on the root of a usb stick.
- Plug the usb stick on your ps3, then install it.
- You should also find a folder called PC with a .exe, run it and follow the instructions to install it.
- You have now CCAPI installed on your ps3 and on your pc.
Uninstallation
- On PS3, you just run the pkg, again
- On PC, use the configuration panel and the option "uninstall a program".
Console Manager
- On Android, you can get it from the google play store here
- On PC, it is installed with the CcApi-setup.exe.
Changelog
- 2.80
(rev12) Added 4.91 CEX support
(rev11) Added 4.90 CEX support
(rev10) Added 4.89 CEX support
(rev9) Added 4.88 CEX support
(rev8) Added 4.87 CEX support
(rev7) Added 4.86 CEX support
(rev6) Added 4.85 CEX support
(rev5) Added 4.84 DEX support
(rev5) Added 4.84 CEX support
(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 - 1.00
Original version
Developers
If you are a developer that want to use CCAPI. You have a several option:
- You can use the demo codes provided in the CCAPI Package for Developers (download link is below). You may find some example for a few languages such as C/C++/C#.
- You can also use imcsx's implementation for C#, the specificity is that it is also compatible with TMAPI.
- Finally if your programming language is not supported, or if you prefer to make your own implementation, it is possible to directly import the functions from CCAPI.dll yourself. The main functions to achieve that are LoadLibrary/GetProcAddress from the WINAPI, you can find them in a lot of languages C/C++/.net/Java, etc.
The CCAPI (Windows) documentation is available here: Win documentation
The CCAPI (Others) documentation is available here: (Not yet)