Content Installation December 21, 2008 12:54AM | Registered: 16 years ago Posts: 443 |
Re: Content Installation December 21, 2008 05:35AM | Admin Registered: 16 years ago Posts: 271 |
Re: Content Installation December 21, 2008 10:29AM | Registered: 16 years ago Posts: 443 |
Re: Content Installation December 22, 2008 06:21AM | Admin Registered: 16 years ago Posts: 271 |
Re: Content Installation December 22, 2008 08:23AM | Registered: 16 years ago Posts: 443 |
Re: Content Installation December 23, 2008 11:07AM | Admin Registered: 16 years ago Posts: 180 |
Re: Content Installation December 23, 2008 12:53PM | Registered: 16 years ago Posts: 443 |
Re: Content Installation December 23, 2008 05:17PM | Registered: 16 years ago Posts: 77 |
Quote
What do you guys use to backup and restore your NAND when things go horribly wrong? or do you just wing it and hope for the best?
Re: Content Installation December 24, 2008 12:12AM | Registered: 16 years ago Posts: 443 |
Re: Content Installation December 24, 2008 02:49AM | Registered: 16 years ago Posts: 77 |
Re: Content Installation December 24, 2008 08:47AM | Registered: 16 years ago Posts: 443 |
Re: Content Installation December 24, 2008 09:12AM | Admin Registered: 16 years ago Posts: 180 |
Argon is just a modchip, but it's also used to refer to a firmware you can put on the infectus2.Quote
whodares
Everywhere over this side of the pond only seems to only sell the Argon chips, but they sound like just mod chips, as opposed to reading/writing NAND (somebody please correct me if I'm wrong). They're all out of stock anyway :-(
Erm? It just uses ES_Add* calls. You don't need permissions for those AFAIK. You just have to provide a valid ticket/TMD/content.Quote
How about the shop channel? That's allowed to install content. I might try and disassemble that tonight.
There is code in libogc for using "ISFS" (Available and useful on most IOS, possibly not the post-Oct23 update ones). patchmii uses /tmp, and there are lots of examples of using ISFS directly (I have a few in my code, conf.c reads directly, my region changer sets permissions and stuff, even, IIRC).Quote
Do you know how permissions can be read/written on files and directories? I was thinking of writing a test app which created a directory in the /tmp folder, copy some files into it, then delete them, but I am wondering if that would be a fair test against creating a folder in the /title directory.
Me neither. What exactly are you trying to do, again? If you can install a patched IOS (fakesigned) why can't you just ES_AddTitle your own fakesigned content?Quote
I need to delve into IOS and work out where the security stuff lies, I could possibly use PatchMii to download an IOS, patch it so every UID has access to everything. Although I'm not really sure where that will get me.
Re: Content Installation December 24, 2008 09:37AM | Registered: 16 years ago Posts: 443 |
Quote
tona
Argon is just a modchip
lol, yeah, I think I'm losing the plot a bit :-)Quote
tonaErm? It just uses ES_Add* calls. You don't need permissions for those AFAIK. You just have to provide a valid ticket/TMD/content.Quote
How about the shop channel? That's allowed to install content. I might try and disassemble that tonight.
I knew it was there, just wasn't aware anybody had used it, but if you have successfully, then I guess that's all good :-)Quote
tona
There is code in libogc for using "ISFS" (Available and useful on most IOS, possibly not the post-Oct23 update ones). patchmii uses /tmp, and there are lots of examples of using ISFS directly (I have a few in my code, conf.c reads directly, my region changer sets permissions and stuff, even, IIRC).
Basically, I'm just looking for other ways to install content. I'm still on v3.2E, so I have no problems with fakesigning, but if I am to build a channel toolkit, I want to look at alternative ways to get the channel installed. I'm not saying I'll be successful (hell, 90% of my other projects don't make it, why should this be any different ;-) ) but it can't hurt to find out.Quote
tona
What exactly are you trying to do, again? If you can install a patched IOS (fakesigned) why can't you just ES_AddTitle your own fakesigned content?
Edit: You may want to refer to bushing's initial response for how you "should" install a title.
Re: Content Installation December 24, 2008 09:38AM | Admin Registered: 16 years ago Posts: 180 |
Re: Content Installation December 24, 2008 09:51AM | Registered: 16 years ago Posts: 443 |
Re: Content Installation December 24, 2008 09:57AM | Admin Registered: 16 years ago Posts: 180 |
Re: Content Installation December 24, 2008 10:13AM | Registered: 16 years ago Posts: 443 |
Re: Content Installation December 24, 2008 10:40AM | Admin Registered: 16 years ago Posts: 271 |
Re: Content Installation December 24, 2008 10:58AM | Registered: 16 years ago Posts: 443 |
Re: Content Installation January 02, 2009 04:07AM | Admin Registered: 16 years ago Posts: 271 |