| View previous topic :: View next topic |
| Author |
Message |
EmrldDrgn
Joined: 20 May 2009 Posts: 4
|
Posted: Sun Aug 30, 2009 4:01 pm Post subject: USBHostFS Without Memory Stick? |
|
|
My PSP recently fell off my desk, causing the flap door to open and the memory stick spring to release and fling my memory stick straight down the vent on the radiator in my dorm room. There is no way to get it back, at least until the semester is over. Lucky me!
Is it possible for me to use USBHostFS without having a memory stick? Or maybe even NetHostFS? I could probably get a small memory stick on a temporary basis, it's a big campus... But in the long term I don't have the cash to get a new one anytime soon. Help? |
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Sun Aug 30, 2009 4:51 pm Post subject: |
|
|
Just buy a new one. they are not expensive. _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
ab5000
Joined: 06 May 2008 Posts: 74
|
Posted: Sun Aug 30, 2009 7:18 pm Post subject: Re: USBHostFS Without Memory Stick? |
|
|
| EmrldDrgn wrote: | My PSP recently fell off my desk, causing the flap door to open and the memory stick spring to release and fling my memory stick straight down the vent on the radiator in my dorm room. There is no way to get it back, at least until the semester is over. Lucky me!
Is it possible for me to use USBHostFS without having a memory stick? Or maybe even NetHostFS? I could probably get a small memory stick on a temporary basis, it's a big campus... But in the long term I don't have the cash to get a new one anytime soon. Help? |
you can code a plugin to mount usbhostfs and reassing ms0 to host0.
then flash tha plugin and modify the configuration files in the flash to make your plugin load at boot. _________________
| Code: | %:include<stdio.h>
int _(int __,int ___,int ____,int _____)
<%for(;____<___;_____=_____*__,____++);
return _____;%>main()<%printf
("%d\n",_(2,5,0,1));%> |
|
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Sun Aug 30, 2009 8:15 pm Post subject: |
|
|
I won't risk a brick when I can buy a new ms for about 20 euro (25 dollar) _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Mon Aug 31, 2009 3:11 am Post subject: Re: USBHostFS Without Memory Stick? |
|
|
| ab5000 wrote: | you can code a plugin to mount usbhostfs and reassing ms0 to host0.
then flash tha plugin and modify the configuration files in the flash to make your plugin load at boot. |
When there is a memory stick already in the slot the reassignment is relatively simple, but I think when there is no memory stick inserted it doesn't work like that. You'd probably have to handle other things first. |
|
| Back to top |
|
 |
|