QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

[WIP] Extended Pandora Bootmenu

This is a discussion on [WIP] Extended Pandora Bootmenu within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Hi folks! For some time now I am working on my very first "real" thing for the PSP It's an ...

Reply
 
LinkBack Thread Tools
Old 09-08-2007, 04:36 PM   #1

Developer
 
Hellcat's Avatar
 
Join Date: Mar 2006
Posts: 1,146
Trader Feedback: 0
Default [RELEASED] Extended Pandora Bootmenu

Hi folks!

For some time now I am working on my very first "real" thing for the PSP
It's an extended bootmenu for use on a magic Pandora memorystick.

Key features:
  • Choose to boot firmware from memory stick, internal flash or the original Pandora mainmenu
  • Fix flash1:/ (the one holding the settings and config) by formatting it and creating all directories
  • Launch an additional application (PSPFiler or such) with working access to the real flash0:/
  • Launch custom firmware installer (OE / M33) with working flash0:/ access, so it can install the CFW straight from a Pandora boot without the need to downgrade to 1.50 first, no matter of the current state (and version) of the internal flash.
  • The paths to execute for flash0-app and CFW installer can be set with the buildin filebrowser
  • You can configure a default option that is automatically executed when the WLAN switch is set to ON at startup. (By default there is no action taken)
  • Access flash0:/, flash1:/ or memory stick via USB (straight from the menu)






I hope you find this usefull, tell me what you think

[ >> DOWNLOAD v0.86t2 << ]

Spoiler for Full README:

Extended Pandora (pre)Bootmenu
by ---==> HELLCAT <==---

========================= ============
Leave comments and suggestions here:
[WIP] Extended Pandora Bootmenu
========================= ============

What is it?
----------------
This adds a new bootmenu to a magic memorystick of the Pandora battery with some new functions and abilities.

Key features:

* Choose to boot firmware from memory stick, internal flash or the original Pandora mainmenu
* Fix flash1:/ (the one holding the settings and config) by formatting it and creating all directories
* Launch an additional application (PSPFiler or such) with working access to the real flash0:/
* Launch custom firmware installer (OE / M33) with working flash0:/ access, so it can install the CFW straight from a Pandora boot without the need to downgrade to 1.50 first, no matter of the current state (and version) of the internal flash.
* Access flash0:/, flash1:/ or memory stick via USB (straight from the menu)


Known issues/bugs
----------------------
* The boot from the internal flash doesn't work too well....
If you boot from the internal flash, using the option in the menu, the UMD drive errors out and does not work, programs may fail to load and you might get a lockup after the Sony intro.
However on recent CFWs there are workarounds: In the recovermenu configuration set "Skip Sony Logo" and "Hard reset on homebrew" to "ENABELED", that almost solves anything (UMD works again after first program launch).

Furthermore, due to the IPL, the PSP has been initialized from, this can only boot 1.50, CFWs and a few 2.xx FWs.
Higher (original Sony) firmwares will fail to boot.

There has to be a better way of rebooting the PSP, it just needs to be found.
I am currently using sceSysconResetDevice() to do it. scePower_0442D852() has been reported to be cool, but that's not available on 1.50


Installation
-----------------
Just copy the installer EBOOT to /PSP/GAME or /PSP/GAME150 on your memstick, and run it - done :-)

All you need is a plain Pandora Magic Memorystick, no need for an already installed firmware on the stick, the installer takes care of everything.
Just be sure the 1.50 UPDATE.PBP is still in the root directory of the stick if you want to install with full firmware booting from stick.

If you already have a firmware propperly booting from your memstick, or you are upgrading from a previous version of the bootmenu, the installer gives you the option to install without firmware setup, only the required bootmenu files will then be installed.


Usage
----------
Well, I don't have to explain how to use a menu, do I?
Nevertheless, some usefull info:

* Access to the real flash in general:
If you run a custom app, or a CFW installer, from this menu, after your application (or the installer) has started, wait a few seconds before actually using it and letting it access the flash!
This is because the flash emulation is disabled with a slight delay to give the starting app the chance to load additional modules from the (emulated) firmware before the emulation gets disabled and the app would no longer be able to load modules (since they might no longer be available).

* Custom application to be started with access to the real flash0:/ (and flash1:/ and all the others)
Default path for EBOOT to launch is:
<yourmemstick>:/PSP/GAME/MAINT/EBOOT.PBP
The path can be configured, by pressing O or [] while the option is selected. O will let you choose any program from /PSP/GAME and [] will let you choose from /PSP/GAME150.
This application can then be started with the "Launch app with flash0:/ access" option from the menu.
A few seconds after your app has been started you are then be able to access the flash of your PSP using this program.
Very usefull to perform file operations with tools like PSPFiler from a Pandora boot.

* CFW installer
Default path for EBOOT to launch is:
<yourmemstick>:/PSP/GAME/CFWUPDATE/EBOOT.PBP
The path can be configured, by pressing O or [] while the option is selected. O will let you choose any program from /PSP/GAME and [] will let you choose from /PSP/GAME150.
This menu lets you start a CFW installer (OE or M33 or whatever) also with flash emulation disabled, so the install WORKS.
No need anymore to downgrade to 1.50 first, and then run the CFW installer from there.
Like with the app above, give the PSP a few seconds before starting the installation to let the flash emulation get propperly disabled.

TA-082/086 NOTE:
-------------------
TA-082/086 users that never downgraded their PSP before:
You DO NOT NEED to downgrade with the original Pandora function and you DO NOT NEED to patch your idstorage since this will install a 1.50 compatible IPL that also runns fine on TA-082/86! (All credits for this, and I mean 100% all, go to "moonlight" at the PS2DEV forums!!! I only implemented/copied it into my code.)


Credits
------------
*
Of course to the makers of the Pandora!
Team N00bz and C+D
The Prometheus Project

*
Helpful people on ps2dev and QJ forums

*
Team WildCard
for their publically released source of their OE/LE versions
Some of the functions would've never been implemented in this without the ability to look at, and learn from, their code.

*
Tyranid
for his PRXTool
Without that one it would have been WAY harder to trace down the function to disable the flash emulation/redirection in the Pandora boot.

*
Moonlight from the pspdev forums
for the custom IPL and its installer

*
well, and a bit for me and myself
for slamming together whatever I got - I learned much about the PSP internal stuff while trying to make this....



HAVE FUN!
---==> HELLCAT <==---


Note about MaxSafe:
Most of you wanted to see MaxSafe support by this menu (as am i).
Well, I checked, it's more easy than you think *lol*

Simply install MaxSafe - done!

Once MaxSafe is installed, choose "Go to Pandora mainmenu" from the extended menu and you will come straight into the MaxSafe menu, that will then offer you all of the original Pandora functions as well as the MaxSafe functions.


NOTE FOR 3.80-M33

If you're on 3.80-M33 (or higher) and you get an error in the installer about loading kstuff.prx, please use the attached replacement kstuff.prx and replace the existing one with it.

This one is supposed to work on 3.80-M33, if not, please let me know!
Attached Files
File Type: rar kstuff_380.rar‎ (342.1 KB, 426 views)
__________________
blah? blah!
irc.malloc.us #Hellcat

Last edited by Hellcat; 01-31-2008 at 08:40 PM.. Reason: Updates :)
Hellcat is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Best prices available for:
Price Range:
$39.00 - $60.00
at 10 Stores

Price Range:
$25.00 - $48.00
at 8 Stores

Old 09-08-2007, 04:48 PM   #2


QJ Gamer Gold
 
Mr305's Avatar
 
Join Date: Nov 2006
Posts: 1,522
Trader Feedback: 0
Default

my WLAN switch is always on. May be, could the auto boot be disabled?

Looks Great. Will try ASAP.
Mr305 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2007, 04:50 PM   #3
QJ Gamer Silver
 
xpack's Avatar
 
Join Date: Aug 2006
Location: Under Your Bed
Posts: 3,084
Trader Feedback: 0
Default

Great, just unbricked and buying a new battery this will be a definite for me too have... cant wait
xpack is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2007, 04:54 PM   #4
 
Seven_'s Avatar
 
Join Date: Mar 2007
Posts: 3,412
Trader Feedback: 0
Default

secks. Very nice, and very useful too.
__________________
kewl storeh brah
Seven_ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2007, 05:02 PM   #5


QJ Gamer Gold
 
Mr305's Avatar
 
Join Date: Nov 2006
Posts: 1,522
Trader Feedback: 0
Default

Usb-flash0 might be a bit controversial but for "Good" uses its OK.
Mr305 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2007, 05:07 PM   #6

Developer
 
Hellcat's Avatar
 
Join Date: Mar 2006
Posts: 1,146
Trader Feedback: 0
Default

Thanks everyone


Quote:
Originally Posted by Mr305
my WLAN switch is always on. May be, could the auto boot be disabled?
Yes, I was already thinking about config options, maybe I'll make the default choosable (incl. to disable it).


Quote:
Originally Posted by Mr305
Usb-flash0 might be a bit controversial but for "Good" uses its OK.
It's supposed to be for cases when you flashed a wrong file and that killed your PSP, but you could recover by editing, restoring the original or deleting the file and similar cases.
You don't have to completely flash the PSP if a "simple file operation" would do the job
And IMO from the PC this is more easy to be done as with PSPFiler, for example.
Hellcat is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2007, 06:48 PM   #7
 
grit's Avatar
 
Join Date: Jul 2006
Posts: 102
Trader Feedback: 0
Default

This is really cool!

I was waiting for something like this..

Now, if you could add options to backup and restore idstorage it we would have the ultimate tool!

Keep it up!


EDIT: Is this compatible with MaxSafe? If it is then the idstorage management is done..
grit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2007, 06:51 PM   #8


Retired PSP Developer
 
MániácX's Avatar
 
Join Date: Feb 2007
Location: Canada
Posts: 407
Trader Feedback: 0
Default

Very useful program. Will use when have the time
Thanks.

Can you PM me the source, please? I would like to change some stuff for personal use (eg. The EBOOT paths, more options, ect.). I will not release it.

If not, thats fine. I'll just hex it.

Thanks anyways!
__________________
MániácX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2007, 08:09 PM   #9
 
Join Date: Jul 2007
Posts: 296
Trader Feedback: 0
Default

Quote:
Originally Posted by MániácX
Very useful program. Will use when have the time
Thanks.

Can you PM me the source, please? I would like to change some stuff for personal use (eg. The EBOOT paths, more options, ect.). I will not release it.

If not, thats fine. I'll just hex it.

Thanks anyways!
lol.
_dysfunctional is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2007, 08:42 PM   #10
 
Sakyr's Avatar
 
Join Date: Mar 2006
Posts: 272
Trader Feedback: 0
Default

Great i've been waiting for this!!! Thx alot man!!! Grats to you hope to see updates soon
Sakyr is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2007, 08:47 PM   #11
 
Redbeard46's Avatar
 
Join Date: Jan 2006
Posts: 9
Trader Feedback: 0
Default

Is this compatible with maxsafe?
Redbeard46 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2007, 10:23 PM   #12

lol
 
Anti-QuickJay's Avatar
 
Join Date: Aug 2006
Real First Name: Robert
Location: Whittier, CA
Just Played: Madden 10
Posts: 5,791
Trader Feedback: 0
Default

Quote:
Originally Posted by MániácX
Very useful program. Will use when have the time
Thanks.

Can you PM me the source, please? I would like to change some stuff for personal use (eg. The EBOOT paths, more options, ect.). I will not release it.

If not, thats fine. I'll just hex it.

Thanks anyways!
Hex it then lol.
Anti-QuickJay is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2007, 10:40 PM   #13
QJ Gamer Bronze
 
Join Date: Jan 2006
Posts: 923
Trader Feedback: 0
Default

I wouldn't give the source to anyone if you want it to stay private. Just look what happened to Pandora. >_>

Quote:
Originally Posted by Mr305
my WLAN switch is always on. May be, could the auto boot be disabled?

Looks Great. Will try ASAP.
Same here. Do you think It's possible if you made a version that if the WLAN switch is on, it will boot to NAND?

That would be great, as I only have 1 battery and I would rather boot to 3.52 then 1.50. =D
__________________
--> ˙ƃuıʎɐs ɯɐ ı ʇɐɥʍ ɟo pɹoʍ ǝıƃuıs ɐ puɐʇsɹǝpun ʇ,uop ı sǝɯıʇǝɯos ʇɐɥʇ ɹǝʌǝıɔ os ɯɐ ı <--
Flamingwolf is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2007, 10:49 PM   #14
QJ Gamer Bronze
 
 
Join Date: Jul 2007
Location: with my companion
Posts: 2,151
Trader Feedback: 0
Default

wow this beats the harley g mod
Greyone is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 12:02 AM   #15
 
Jungle-Cat's Avatar
 
Join Date: Jan 2006
Posts: 158
Trader Feedback: 0
Default

Since it use a reserved 512mb stick for pandora, It could use with some filling! But i'll wait for a more polished release, since I really cbb doing this right now!
Jungle-Cat is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 12:06 AM   #16
QJ Gamer Bronze
 
Join Date: Jan 2006
Posts: 923
Trader Feedback: 0
Default

Well, Since this came out with the option to boot from NAND, I tried to get my only battery pandorized. Bad idea. Now I can only boot into service mode, and I don't have a card reader/extra battery and my PSP doesn't seem to like charging/turning on with just the charger plugged in.....

GAYSAUCE!!!
Flamingwolf is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 01:40 AM   #17
 
Join Date: Jul 2006
Posts: 244
Trader Feedback: 0
Default

You just need to add idstorage flash and backup, and simple ipl flash and this app will truly own.
Pspbricker is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 02:08 AM   #18

Developer
 
Bubbletune's Avatar
 
Join Date: Apr 2007
Posts: 1,493
Trader Feedback: 0
Default

You mentioned you where creating this lots of times in your posts, and now it finally there! Amazing work man!
__________________
Bubbletune's Release Site
Bubbletune is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 02:36 AM   #19
Enter Custom Title
 
Join Date: Feb 2006
Location: National Front Disco
Posts: 13,063
Trader Feedback: 0
Default

This is cool, thanks.
Moose is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 02:36 AM   #20
Developer and Tutor.
 
FaT3oYCG's Avatar
 
My Mood: Happy
Join Date: Jul 2007
Real First Name: Craig
Location: Widnes, England
Just Played: Life.
Posts: 1,650
Trader Feedback: 0
Default

Quote:
Originally Posted by MániácX
Very useful program. Will use when have the time
Thanks.

Can you PM me the source, please? I would like to change some stuff for personal use (eg. The EBOOT paths, more options, ect.). I will not release it.

If not, thats fine. I'll just hex it.

Thanks anyways!
ye could you release the source or something becuse i would like to personalise it f not ill either hex it like maniacx or just make my own from scratch

thanks anyway and good release
__________________
------ FaT3oYCG -----
AKA Craig, call me what you want to It's your preference.
My Website: http://www.modern-gamer.co.uk/

Currently working on:
(0) MediaGrab
(0) PGE Gears Of War - On hold (Very large project).
(0) PS???? -On Hold A tactical 2d side scrolling game involving AI and online multiplayer features. - Tile engine nearley finished (1 bug to fix).
FaT3oYCG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 03:07 AM   #21
 
Join Date: Dec 2006
Location: UK
Posts: 21
Trader Feedback: 0
Default

could someone upload a dump of this working, mine just hangs with all LEDs on.
elver is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 04:51 AM   #22

Developer
 
Hellcat's Avatar
 
Join Date: Mar 2006
Posts: 1,146
Trader Feedback: 0
Default

Quote:
Originally Posted by grit
Now, if you could add options to backup and restore idstorage it we would have the ultimate tool!

Is this compatible with MaxSafe? If it is then the idstorage management is done..
It should be compatible, yes.
Didn't have time really look at it so far, if they have the dumper and restorer as seperate files, I could simply call them.
If not, I'll talk to the makers for some CoOp I, as well, think that MaxSafe should be called from this.


Quote:
Originally Posted by MániácX
Can you PM me the source, please? I would like to change some stuff for personal use (eg. The EBOOT paths, more options, ect.)
Uh, the source is way to messy at the moment *lol*.
I'm planning on implementing some options for those things and once it's finished (and the code cleaned up a bit ) it's likely I release it anyway.


Quote:
Originally Posted by Flamingwolf
Well, Since this came out with the option to boot from NAND, I tried to get my only battery pandorized. Bad idea. Now I can only boot into service mode, and I don't have a card reader/extra battery and my PSP doesn't seem to like charging/turning on with just the charger plugged in.....

GAYSAUCE!!!
You could boot the FW from the memstick and run the battery creator from there to restore your battery.
What do have currently installed in your flash? What happens when you try booting it?


Quote:
Originally Posted by Pspbricker
You just need to add idstorage flash and backup, and simple ipl flash and this app will truly own.
I am working on IPL flash as part of the "Launch CFW installer" option - If wanted I could make it a seperate option.
For idstorage I hope to be able to call MaxSafe, have to look at it....


Quote:
Originally Posted by FaT3oYCG
ye could you release the source or something becuse i would like to personalise it f not ill either hex it like maniacx or just make my own from scratch
Like said, once a first version can really be called "finished" and I polished the code a bit, it's most likely I'll release the source to the public as well.
I myself learned much for doing this by looking at some other source codes and adapt what I've seen to my one.
So it would only be fair....
Hellcat is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 04:52 AM   #23
QJ Gamer Silver
 
Davee's Avatar
 
Join Date: Sep 2006
Real First Name: Davee
Location: Perth, Scotland
Posts: 1,046
Trader Feedback: 0
Default

Woah! Thats awesome!!
Davee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 04:54 AM   #24

Avada Kedavra
 
Join Date: May 2007
Location: Spain
Posts: 703
Trader Feedback: 0
Default

Quote:
Originally Posted by FaT3oYCG
or just make my own from scratch
Lol
Coolj is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 05:04 AM   #25
 

 
Join Date: Jan 2007
Location: Perth, Australia
Posts: 689
Trader Feedback: 0
Default

Looks great. Will surely use this once i get my Pandora setup.
__________________
[CENTER][fieldset=""][SIZE=1][URL="http://forums.qj.net/showpost.php?p=1802734"][3.71 M33 Installation][/URL] | [URL="http://forums.qj.net/showthread.php?t=114268"][3.52/3.60 M33 Installation][/URL] | [URL="http://forums.qj.net/showthread.php?t=84905"][3.40 OE Installation][/URL] | [URL="http://forums.qj.net/showthread.php?p=1620764#post1620764"][My PSP Font Converter][/URL][/SIZE]
[/fieldset][fieldset=""][SIZE=1][URL="http://pspupdates.qj.net/"][PSP Updates][/URL] | [URL="http://dark-alex.org/"][Dark-Alex.org][/URL][/SIZE][/fieldset]
[/CENTER]
iwantanimac is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 05:09 AM   #26
 
grit's Avatar
 
Join Date: Jul 2006
Posts: 102
Trader Feedback: 0
Default

Quote:
Originally Posted by Hellcat
It should be compatible, yes.
Didn't have time really look at it so far, if they have the dumper and restorer as seperate files, I could simply call them.
If not, I'll talk to the makers for some CoOp I, as well, think that MaxSafe should be called from this.
...........
.........
Thanks for your reply.

I can't wait for the gold release!


On a side note:
Are you aware of a pandora's module called PREREST (made by a japanese dev) that let's you chose the nandimage you want to use to restoration from a list of existing nandimage backups?
Something like this would be a great addition to your app.
The downside of the module I mentioned is that it actualy *moves* the selected file from a folder to the root of ms (heavy file managing can lead to corruption). IMHO, renaming the file instead of moving it would work better and safer.
grit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 05:33 AM   #27

Developer
 
Hellcat's Avatar
 
Join Date: Mar 2006
Posts: 1,146
Trader Feedback: 0
Default

I just had another success *yay*.
With this you will be able to launch a CFW installer straight from Pandora - no need to downgrade to 1.50 first.
Downside: The CFW installer does not install a propper 1.50 IPL, resulting in a brick that doesn't even bring the backlight of the PSP on before crashing!

I included moonlight's (from the ps2dev forums) custom IPL and its installer for a test in my code.
After letting that run and install moonlight's patched IPL the PSP booted flawlessly into the CFW that was installed directly over an original $ony 3.52

Even more lucky side effect: with moonlight's patched IPL, TA-082/086 users would not have to patch their idstorage to be able to install a CFW!
Isn't THAT cool?


I am now waiting for moonlight's permission to use his code....


Quote:
Originally Posted by grit
Are you aware of a pandora's module called PREREST (made by a japanese dev) that let's you chose the nandimage you want to use to restoration from a list of existing nandimage backups?
Something like this would be a great addition to your app.
The downside of the module I mentioned is that it actualy *moves* the selected file from a folder to the root of ms (heavy file managing can lead to corruption). IMHO, renaming the file instead of moving it would work better and safer.
That's a good suggestion, I'll look into this!
Hellcat is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 07:54 AM   #28
 
Join Date: Jul 2007
Posts: 296
Trader Feedback: 0
Default

Quote:
Originally Posted by FaT3oYCG
ye could you release the source or something becuse i would like to personalise it f not ill either hex it like maniacx or just make my own from scratch

thanks anyway and good release
lol + rofl.
_dysfunctional is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 08:07 AM   #29
 
PSPCONMAN's Avatar
 
Join Date: Sep 2007
Location: On the Moon
Posts: 57
Trader Feedback: 0
Default

Thanks! This is awesome! I will be looking forward to future releases! Is there a possiblity of it becoming easier to install?
PSPCONMAN is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-09-2007, 08:20 AM   #30

Developer
 
Hellcat's Avatar
 
Join Date: Mar 2006
Posts: 1,146
Trader Feedback: 0
Default

Quote:
Originally Posted by PSPCONMAN
Thanks! This is awesome! I will be looking forward to future releases! Is there a possiblity of it becoming easier to install?
I hope so
I'll do whatever comes into my mind to make it as easy possible as possible for the final to be installed.
Hellcat is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
bootmenu , extended , pandora , wip

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 02:13 PM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2010, QJ.NET. All Rights Reserved.
Contact Us | Free Flash Games