![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on FreeSpacerv2 [with video] within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; HI I've coded a short psp app . You can enable/disable: update_plugin = Enable or Disable the Network Update feature ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
HI
I've coded a short psp app . You can enable/disable: update_plugin = Enable or Disable the Network Update feature camera_plugin, = Enable or Disable the Camera Attatchement feature photo_modules = Enable or Disable the the xmb phtotviewer(umd-photos still work!) video_modules = Enable or Disable the xmb videoviewer (umd videos still work) music_modules = Enable or Disable the xmb musicplayer (buttons sounds and umd sounds still work) locfreeplayer = Enable or Disable the Location Free feature(works for 3.10OE-A /A'!!!) rsschannel = Enable or Disable the RSS feeds feature webbrowser = Enable or Disable the Web Browser feature -------> thnx to zoltrix for THIS Post NOTE1: YOU HAVE TO COPY THE "xmbendi" dir to (ms0:/xmbendi), if its not in the root the programm doesn't work!! NOTE2: to enable the locfree you have to disable the fonts to free up space. (or just an app that takes so much space as locfree player it does)! nothing is really new in this porgramm but here you have it. You can free 5 mb space up with it in flash0 ![]() FreeSpacer _________________________ _________________________ _______________________ /---------------THIS APP IST JUST FOR *3.10OE-A/ A'* !!!--------------------------/ /_________________________ _________________________ ______________________/ Video I'm really bad speaking english, because im german. So there isn't a readme ![]() I hope you understand me anyway! thnx to naitsab from www.psp-faq.de for ftp server Special greetz to ChilliDoener thnx to ThRILL_KiLL for the icon of the porgramm It's one of my first psp apps so don't be to hard to it MfG napster_324 Last edited by napster_324; 02-12-2007 at 10:51 AM.. |
|
|
|
|
|
|
#6 |
![]() |
this would help out alot thankz
__________________
"The True Master Paralyzes His Opponent Leaving Him Vulnerable to Attack" M.Shinoda V.3.52 M33 [B][FONT="Times New Roman"]Thanks Deturb For Premium.[/FONT][/B] [IMG]http://i118.photobucket.com/albums/o106/ghostENVY/Untitled-2.jpg[/IMG] |
|
|
|
|
|
#8 |
![]() |
sceIoRemove("flash0:/vsh/resource/premo_plugin.rco");
sceIoRemove("flash0:/vsh/nodule/premo_plugin.prx"); ^^^^ Add that line to your code. Its the PS3 - PSP plugin. Nice program BTW
__________________
[CODE]Random Facts: irc://irc.malloc.us #wtf #********** [/CODE] [SIZE="6"][FONT="Century Gothic"][COLOR="Blue"][URL="http://forums.**********.net"]http://forums.**********.net[/URL][/COLOR][/FONT][/SIZE] |
|
|
|
|
|
#10 |
![]() |
nice app, i reccomended this in that thread about what to delete. i was gonna make it but you did instead!
__________________
[FIELDSET="Quote"][QUOTE=nxtlidenno]You guys see my thread about the hole in the xmb found via the sdk[/QUOTE] [QUOTE=Master Inuyasha]An actual hole? Can you stick your finger in it? Until I see proof, it just bs.[/QUOTE] [QUOTE=nxtlidenno]There is a video by the way and yes I did stick my finger and thumb in your I mean the Hole.[/QUOTE][/FIELDSET] |
|
|
|
|
|
#17 |
![]() Enter Custom Title
|
Can we re-enable everything when we are done?
I guess you COULD just use iRshell for the music, PiMP STREAMER for videos, and noone looks at photos any way ( except for puting in a wallpaper ) Please give feed back lolz |
|
|
|
|
|
#18 |
![]() |
update_plugin = Enable or Disable the Network Update feature
camera_plugin, = Enable or Disable the Camera Attatchement feature photo_modules = Enable or Disable the ?? feature (disable the power to see photo's?) video_modules = Enable or Disable the ?? feature (disable the power to watch non-UMD video's?) music_modules = Enable or Disable the ?? feature (disable the power to hear music?) locfreeplayer = Enable or Disable the Location Free feature rsschannel = Enable or Disable the RSS feeds feature webbrowser = Enable or Disable the Web Browser feature I guess you can add that to your first post napster_324 ? |
|
|
|
|
|
#19 | |
![]() |
Quote:
|
|
|
|
|
|
|
#20 | |
![]() |
Quote:
|
|
|
|
|
|
|
#24 |
![]() ![]() Heroes never die
|
i tried it to with flash agent and it was having the same bugs , it is a big strange (thats why its still a command line in flash agent)
Code:
char *rssstatus;
char *locationstatus;
char *camerastatus;
char *networkupgradeprxstatus;
sprintf(batterytext , "battery : %i%%", scePowerGetBatteryLifePercent());
SceUID readnetworkstatus=sceIoOpen("flash0:/vsh/nodule/update_plugin.prx", PSP_O_RDONLY, 0777);
if(readnetworkstatus>0)
{
networkupgradeprxstatus="Disable";
}
else {
networkupgradeprxstatus="Enable";
}
sceIoClose(readnetworkstatus);
...........
this is just for printing the text disable , this means it is enabled but thnx to Raphel I just found out why it wasnt working mayby you did the same mistake if(networkupgradeprxstatu s="Disable") wont work it needs to be if( strcmp (networkupgradeprxstatus, "Disable") == 0) |
|
|
|
|
|
#25 |
|
|
|
|
|
|
|
|
#27 |
![]() |
illegal files... remove them asap. The prx's need to go. Not so sure about which rcos tho. for now, get rid of the included prxs. You can extract them from flash0 when the program is started.
__________________
[CODE]Random Facts: irc://irc.malloc.us #wtf #********** [/CODE] [SIZE="6"][FONT="Century Gothic"][COLOR="Blue"][URL="http://forums.**********.net"]http://forums.**********.net[/URL][/COLOR][/FONT][/SIZE] |
|
|
|
|
|
#28 |
|
Endlich kann man hier auch mal was auf Deutsch labern!
![]() Sorry, aber ich seh den sinn einfach nicht darin!? Was Bringt mir das Programm? Lag das villeicht am zu wenigen Speicher des Flash0 das ich keine längeren GameBoots einstellen konnte? oder was bringt mir das? |
|
|
|
|
|
|
#29 | |
|
Quote:
I really wan't to remove they now, but i haven't got time for this. Sorry and thnx for the info! napster_324 |
||
|
|
|
|
|
#30 | |
![]() ![]() Heroes never die
|
or you make a build in psar extracter
![]() -= Double Post =- Quote:
start flash agent select recovery menu select replace fonts Last edited by hallo007; 02-12-2007 at 07:22 AM.. Reason: Automerged Doublepost |
|
|
|
|
![]() |
| Tags |
| freespacerv2 , video |
| Thread Tools | |
|
|