YoYoBallz
L4YoY0s
Posts: 6,057.4567 Threads: 644
Joined: 3rd Mar 2007
Reputation: 15.01961
E-Pigs: 13327.7533
|
USBon Plugin for 3.03 OE and 3.10 OE Users
Do you hate having go enter USB mode just to copy a few little things??? Well then today is your lucky day, A PSP coder by the name of vodkkaa has just released a plugin that lets you be in USB mode anywere in the XMB, and this plugin also includes the 4th 4th brightness for 3.03 OE users ( which if you ask me just runs your battery dead super fast).
Here is what QJ.net had to say
QJ Wrote:Haven't heard of such plugin? Well, there isn't exactly one that's why the coder created the USBon Plugin. The name of the application is pretty much self-explanatory. With this plugin, you will never have to go to Settings then activate the USB mass storage function as you can do that by giving the right shoulder button a quick press. Some other features of this include:
* For 3.03 OE and 3.10 OE
* Quick toggle of USB Mass Storage
* USB connection anywhere in the XMB
* 4th brightness for 3.03 OE users
In the event that you have another plugin installed to your flash0 (and wee believe you do), take note that you will need to add them to the "pspbtcnf.txt" before flashing. Speaking of which, you already know the drill: don't tinker with these things if you don't know what you're doing.
Flashing any kind of file to your PSP runs the risk of bricking. Read the accompanying Readme file for more details and instructions.
Enjoy
Via- - http://pspupdates.qj.net/USBon-Plugin-fo.../aid/88940
<Myth0s> i love boys
-------------------------------------------------------------------
I Go To Earth When Mars Is Boring.
-------------------------------------------------------------------
¿ʞɔпɟ əɥʇ ʇɐɥʍ I was first EPerson to have upside down title.
-------------------------------------------------------------------
|
|
09/04/2007 03:03 PM |
|
J'adore le paissons
~The IRISH ex-Mod~
Posts: 1,531.4116 Threads: 101
Joined: 9th Apr 2007
Reputation: 1.39255
E-Pigs: 9.0127
|
RE: USBon Plugin for 3.03 OE and 3.10 OE Users
mmm cool man... is this usb to flash0 or the ms??
it would b so handy if it was flash0!!
|
|
09/04/2007 03:09 PM |
|
YoYoBallz
L4YoY0s
Posts: 6,057.4567 Threads: 644
Joined: 3rd Mar 2007
Reputation: 15.01961
E-Pigs: 13327.7533
|
RE: USBon Plugin for 3.03 OE and 3.10 OE Users
<Myth0s> i love boys
-------------------------------------------------------------------
I Go To Earth When Mars Is Boring.
-------------------------------------------------------------------
¿ʞɔпɟ əɥʇ ʇɐɥʍ I was first EPerson to have upside down title.
-------------------------------------------------------------------
|
|
09/04/2007 03:36 PM |
|
J'adore le paissons
~The IRISH ex-Mod~
Posts: 1,531.4116 Threads: 101
Joined: 9th Apr 2007
Reputation: 1.39255
E-Pigs: 9.0127
|
RE: USBon Plugin for 3.03 OE and 3.10 OE Users
ah poo poo... 1 4 flash0 would make customising so much quicker!!
|
|
09/04/2007 03:38 PM |
|
ix_stylez
("')(O.o)('')
Posts: 758.5250 Threads: 23
Joined: 9th Apr 2007
Reputation: -7.62267
E-Pigs: 8.2221
|
RE: USBon Plugin for 3.03 OE and 3.10 OE Users
J'adore le paissons Wrote:ah poo poo... 1 4 flash0 would make customising so much quicker!!
yeah but flash0 is a readonly file, i tried changing it with usbsss and it said it can't be changed, so u can only change ur flash0 in recovery menu.
|
|
09/04/2007 04:21 PM |
|
robertotron
Storm Trooper
Posts: 1,056.7330 Threads: 51
Joined: 1st Apr 2007
Reputation: -6.23995
E-Pigs: 8.2526
|
RE: USBon Plugin for 3.03 OE and 3.10 OE Users
i like this plugin but does anyone know what the code is for in usb.txt to make it enabled/disabled on the L-trigger instead of the R-trigger? cause i already have the battery plugin for the R-trigger :)
(This post was last modified: 09/04/2007 10:28 PM by robertotron.)
|
|
09/04/2007 10:28 PM |
|
beaner2k6
∞©∞
Posts: 2,523.4281 Threads: 62
Joined: 1st Mar 2007
Reputation: 1.65351
E-Pigs: 73.7237
|
RE: USBon Plugin for 3.03 OE and 3.10 OE Users
it should be the same as the battery thing just try to go under the file that this plugin has and test it out, the worse thing that can happen is a frozen psp
|
|
09/04/2007 10:49 PM |
|
robertotron
Storm Trooper
Posts: 1,056.7330 Threads: 51
Joined: 1st Apr 2007
Reputation: -6.23995
E-Pigs: 8.2526
|
RE: USBon Plugin for 3.03 OE and 3.10 OE Users
usb.txt Wrote:enableUsbMass = false;
comboButton = 0x0x000100;
startStopUsbmassEnable = true;
startStopUsbmass = 0x000200;
what i meant was that in the usb.txt (for the seplugins version) as seen above ^^, it has the "startStopUsbmass" which i guess is the button that activates it, which is the R-trigger. i want to know, how to change it from "0x0x000200" to a code for the L-trigger. does anyone know/or can figure out the code?
|
|
10/04/2007 05:18 PM |
|
ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
|
RE: USBon Plugin for 3.03 OE and 3.10 OE Users
Lol, they're very good aren't they? I guess the code is based on the button masks - perhaps search up the PSP_CTRL_ constants or something if you want, but I'd bug the author of the app instead. ;)
If you don't mind fiddling around, you could also consider this, bitmasks work like this:
0x0001, 0x0002, 0x0004, 0x0008, 0x0010, 0x0020, 0x0040, 0x0080, 0x0100 etc etc
So just choose values based on the pattern.
|
|
10/04/2007 06:21 PM |
|