It would be nice to have this code integrated into the SDK or have a library of common code.TheFloW wrote:This is nice! Hopefully future devs will use this built...Netrix wrote:Are you going to be making the source code available? The pspemu access is very interesting and it would be cool to have the code necessary to use it.
Also, I made vitasdk free the heap memblock for homebrews that you mentioned it wasn't doing. The fix is in the latest pre-built packages on my VPS that can be accessed here: http://158.69.194.187/builds/releases/
Homebrews need to return from main() or call exit() in order to quit back to your shell. If they aren't doing that, it's not vitasdk's fault.
Here you are my friend:
The code
Hopefully we will find more syscalls that mount more directories
TheFloW
[UPDATED 6.12.2015] VitaShell 0.3
Re: VitaShell 0.1
Advertising
Re: VitaShell 0.1
Sorry for my stupid question, yes I understand the features this app offers, however for some reason can somebody explain to me for the end user.... what we will able to do with this app? run psp home-brew without ark, tnv, vbhl, or any other bubble trick? run rejuvenate home-brew without connect our vita to pc or an android phone server? I mean, I saw all of you guys so excited!!
Advertising
Re: VitaShell 0.1
I have a psvita 3.50 with many psp gamesTheFloW wrote:I will work on itOrion90 wrote:This is very very beatifull
There are possibility to launch PSP ISO/EBOOT trough vitashell?
EDIT: Guys, expect a psp homebrew signer and a psp iso/homebrew loader soon...buut..I'm on 3.50 and I don't have any psp game installed. Please help me accessing psn on this FW
To install psp games on a lower fw your unic option is to use a PS3 to download the game and than to copy it on your psvita using cma/qcma trick
If you need tester for your incredible work i'm here
PSVITA 1000 Wifi-3.36 ARK-3/VHBL
PSP 2004 SLIM-Pandora kit+6.61 ME 2.3
PS3 SLIM-CFW 4.65.2 REX COBRA/REBUG
XBOX 360 SLIM-RGH
NINTENDO WII-SOFTWARE MOD
NDS/DSI XL-R4
PSP 2004 SLIM-Pandora kit+6.61 ME 2.3
PS3 SLIM-CFW 4.65.2 REX COBRA/REBUG
XBOX 360 SLIM-RGH
NINTENDO WII-SOFTWARE MOD
NDS/DSI XL-R4
-
TioBrazMii
- Posts: 47
- Joined: Sat Oct 18, 2014 2:26 am
Re: VitaShell 0.1
No button combo for exit homebrews?
No Vita Game Card acess/dump? ...run?
Anyway, tnk you!
No Vita Game Card acess/dump? ...run?
Anyway, tnk you!
SORRY FOR MY BAD ENGLISH
-
boughtavita
- Posts: 31
- Joined: Thu Sep 12, 2013 5:18 am
Re: VitaShell 0.1
Not going to happen - how are people still having issues on this. Rejuvenate can not, and will never be able to do this, unless of course someone manages to break through the rest of the vitas protection which is unlikely to say the least, without a major slip up on sonys end.TioBrazMii wrote:
No Vita Game Card acess/dump? ...run?
- Typhoon_Neon
- Posts: 60
- Joined: Mon Apr 29, 2013 8:40 pm
- Location: Somewhere in Portugal
- Contact:
Re: VitaShell 0.1
Considering they just left the write access code for the pspemu laying around, don't be surprised if something else appears. They are know for being pretty dumb.boughtavita wrote:Not going to happen - how are people still having issues on this. Rejuvenate can not, and will never be able to do this, unless of course someone manages to break through the rest of the vitas protection which is unlikely to say the least, without a major slip up on sonys end.TioBrazMii wrote:
No Vita Game Card acess/dump? ...run?
If you like my articles on the front page you can always check out the archive check out the archive and I have a Twitter too!
Re: VitaShell 0.1
@yifan
is it possible to run an eboot.elf of any vita games through Rejuvenate ?
.
is it possible to run an eboot.elf of any vita games through Rejuvenate ?
.
Re: VitaShell 0.1
You can use (afaik untested) UVL exports to load homebrew ELFs. You cannot load sony elfs (signed or unsigned) because SELF header (signed) specifies exactly where that SELF is allowed to be loaded from (for ex, a self found in vs0:external cannot be copied to ux0:patch even though those are both valid places for SELFs to be found). And of course, no SELFs can be loaded from cache0: (such checks precede the self header checks).mr.gas wrote:@yifan
is it possible to run an eboot.elf of any vita games through Rejuvenate ?
.
-
OperationNT
- Posts: 161
- Joined: Sun Jul 12, 2015 1:15 pm
Re: VitaShell 0.1
Ok, now I better understand why my attempt failed:
viewtopic.php?f=54&t=44838
But when someone shows on a video that if you dump a cartrige on your memory card, you can start it, it also means that a "eboot.bin" in "gro0:app/GAMEID000/" can also start from "ux0:app/GAMEID000/"?
Does it means that the check allows the "eboot.bin" to start from "more_other_pathes0:app/GAMEID000/" (like "vs0:")?
Would it be possible to copy some removed applications (like Maps, NPXS10005) on "ux0:/app" and start them ?
viewtopic.php?f=54&t=44838
But when someone shows on a video that if you dump a cartrige on your memory card, you can start it, it also means that a "eboot.bin" in "gro0:app/GAMEID000/" can also start from "ux0:app/GAMEID000/"?
Does it means that the check allows the "eboot.bin" to start from "more_other_pathes0:app/GAMEID000/" (like "vs0:")?
Would it be possible to copy some removed applications (like Maps, NPXS10005) on "ux0:/app" and start them ?

