Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Adrenaline Vita by Isage: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 19: Line 19:
|image_alt=Adrenaline
|image_alt=Adrenaline
}}
}}
This is a custom version of [[Adrenaline Vita]] for the PS Vita, forked and developed by Isage.
This is a fork of [[Adrenaline Vita|Adrenaline]] for the PS Vita.


==Usage==
Adrenaline is a software that modifies the official PSP Emulator using [https://github.com/yifanlu/taiHEN taiHEN CFW framework] to make it run a PSP 6.61 custom firmware. Thanks to the power of taiHEN, Adrenaline can inject custom code into the IPL which allows unsigned code to run at boottime.
 
== Installation ==
=== How to update ===
=== How to update ===
If you have already been using Adrenaline, simply open Adrenaline.vpk as zip file and copy all modules from sce_module to ux0:app/PSPEMUCFW/sce_module.<br />
If you have already been using Adrenaline, simply open Adrenaline.vpk as zip file and copy all modules from sce_module to ux0:app/PSPEMUCFW/sce_module.
Alternatively, use &quot;System update&quot; from XMB and follow instructions.
 
Alternatively, use "System update" from XMB and follow instructions.


=== How to install ===
=== How to install ===
Please only do this approach for a fresh installation, otherwise please refer to the guide above.
Please only do this approach for a fresh installation, otherwise please refer to the guide above.


# Remove the Adrenaline bubble and the <code>ux0:app/PSPEMUCFW/sce_module/adrenaline_kernel.skprx</code> path from the taiHEN config.txt and finally reboot your device.
* Remove the Adrenaline bubble and the <code>ux0:app/PSPEMUCFW/sce_module/adrenaline_kernel.skprx</code> path from the taiHEN config.txt and finally reboot your device.
# Download [https://github.com/isage/Adrenaline/releases Adrenaline.vpk] and install it using [[VitaShell]].
* Download [https://github.com/isage/Adrenaline/releases Adrenaline.vpk] and install it using [[VitaShell]].
# Launch Adrenaline and press to download the 6.61 firmware. After finishing it will automatically terminate.
* Launch Adrenaline and press Cross to download the 6.61 firmware. After finishing it will automatically terminate.
# Relaunch Adrenaline, this time it will go into pspemu mode. Follow the instructions on screen.
* Relaunch Adrenaline, this time it will go into pspemu mode. Follow the instructions on screen.


=== Getting rid of double launch bug ===
=== Getting rid of double launch bug ===
Adrenaline has been redesigned in <code>6.61 Adrenaline-6</code>, so you'd need to launch Adrenaline twice everytime you reboot your device. To get rid of that, simply write this line to <code>*KERNEL</code>
Adrenaline has been redesigned in <code>6.61 Adrenaline-6</code>, so you'd need to launch Adrenaline twice everytime you reboot your device. To get rid of that, simply write this line to <code>*KERNEL</code>


<pre>*KERNEL
*KERNEL
ux0:app/PSPEMUCFW/sce_module/adrenaline_kernel.skprx
ux0:app/PSPEMUCFW/sce_module/adrenaline_kernel.skprx
Copy</pre>


==Screenshots==
==Screenshots==
Line 50: Line 52:
==Changelog==  
==Changelog==  
'''v7.1.2'''
'''v7.1.2'''
* Fixed photo/video browser in xmb
* Fixed photo/video browser in xmb.
* Stop loading plugins in recovery
* Stop loading plugins in recovery.
* You can update from 7.1+ by using "System Update" from XMB
* You can update from 7.1+ by using "System Update" from XMB.
* Known issues: if you stop video in video player it hangs pspemu
* Known issues: if you stop video in video player it hangs pspemu.
'''v7.1.1'''
'''v7.1.1'''
* Fixed version info display.
* Fixed version info display.
* You can update from 7.1 by using "System Update" from XMB
* You can update from 7.1 by using "System Update" from XMB.
'''v7.1.0'''
'''v7.1.0'''
* Fixed XMB camera app.
* Fixed XMB camera app.
Line 63: Line 65:


== External links ==
== External links ==
* GitHub - https://github.com/isage/Adrenaline
* Reddit - https://www.reddit.com/r/vitahacks/comments/1gvknt8/release_adrenaline_cfw_710/
* Reddit - https://www.reddit.com/r/vitahacks/comments/1gvknt8/release_adrenaline_cfw_710/
* Github - https://github.com/isage/Adrenaline

Revision as of 03:57, 24 November 2024

Adrenaline
Adrenalinevita2.png
General
AuthorTheFloW, isage
TypeCustom Firmwares
Version7.1.2
LicenseGPL-3.0
Last Updated2024/11/22
Links
Download
Website
Source

This is a fork of Adrenaline for the PS Vita.

Adrenaline is a software that modifies the official PSP Emulator using taiHEN CFW framework to make it run a PSP 6.61 custom firmware. Thanks to the power of taiHEN, Adrenaline can inject custom code into the IPL which allows unsigned code to run at boottime.

Installation

How to update

If you have already been using Adrenaline, simply open Adrenaline.vpk as zip file and copy all modules from sce_module to ux0:app/PSPEMUCFW/sce_module.

Alternatively, use "System update" from XMB and follow instructions.

How to install

Please only do this approach for a fresh installation, otherwise please refer to the guide above.

  • Remove the Adrenaline bubble and the ux0:app/PSPEMUCFW/sce_module/adrenaline_kernel.skprx path from the taiHEN config.txt and finally reboot your device.
  • Download Adrenaline.vpk and install it using VitaShell.
  • Launch Adrenaline and press Cross to download the 6.61 firmware. After finishing it will automatically terminate.
  • Relaunch Adrenaline, this time it will go into pspemu mode. Follow the instructions on screen.

Getting rid of double launch bug

Adrenaline has been redesigned in 6.61 Adrenaline-6, so you'd need to launch Adrenaline twice everytime you reboot your device. To get rid of that, simply write this line to *KERNEL

*KERNEL
ux0:app/PSPEMUCFW/sce_module/adrenaline_kernel.skprx

Screenshots

adrenalinevita3.png

adrenalinevita4.png

adrenalinevita5.png

Changelog

v7.1.2

  • Fixed photo/video browser in xmb.
  • Stop loading plugins in recovery.
  • You can update from 7.1+ by using "System Update" from XMB.
  • Known issues: if you stop video in video player it hangs pspemu.

v7.1.1

  • Fixed version info display.
  • You can update from 7.1 by using "System Update" from XMB.

v7.1.0

  • Fixed XMB camera app.
  • Added support for PS2/PS3 <-> PSP game link.
  • Cleaner recovery with adjustable color.

External links

Advertising: