Search found 23 matches

by Gh0st-UPMS
Tue Sep 23, 2008 2:41 pm
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 345659

it seems not to be possible to debug a vlf app with psplink.. am i right? trying doing that, i see on the screen strange waves (black and white), a strange effect on the battery icon and the "psplink bootstrp.. etc ect" flashing on the screen... how to solve that? EDIT: here the screensho...
by Gh0st-UPMS
Mon Sep 15, 2008 8:02 am
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 345659

Already looked in the source and no mention of that function in there.



EDIT:
Found the spin stuff in the DC source, missed it first of all.
by Gh0st-UPMS
Sat Sep 13, 2008 10:05 pm
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 345659

Hi moonlight, just want to ask how do we use this function and what exactly does it do.

vlfGuiAddIntegerSpinControl

Thanks
by Gh0st-UPMS
Sat Aug 02, 2008 10:33 pm
Forum: PSP Development
Topic: NOOB NEEDS HELP
Replies: 6
Views: 2084

If you have Visual Studio 2008 Express Edition, you could always try that and use this for installing the toolchain.
by Gh0st-UPMS
Sat Aug 02, 2008 12:18 am
Forum: PSP Development
Topic: Write access to flash2: (NOT via USB! ;))
Replies: 14
Views: 6874

hey hellcat, could i get a copy of what you did. I have been trying to get R/W acsess to the flash 2 for so long. But surprisingly flash3 has no problems mounting in R/W mode using the assign and unassign functions. Regards Homemister Just dl the prx and load it before anything else or do as Hellca...
by Gh0st-UPMS
Thu Jul 17, 2008 3:21 am
Forum: PSP Development
Topic: Message Dialogs
Replies: 1
Views: 1181

Message Dialogs

Can you change the text for the buttons on Message Dialogs instead of the default Yes, No and Back.

Thanks.
by Gh0st-UPMS
Sat Mar 29, 2008 1:12 am
Forum: PSP Development
Topic: downloading files?? from internet.....How?
Replies: 27
Views: 19085

PiCkDaT wrote:in cygwin type

svn co svn://svn.ps2dev.org/psp/trunk/pspsdk/
cd pspsdk
make
make install
If you get errors saying no make file then add ./bootstrap then type the above commands.

It's in the Read Me that comes with the sdk.
by Gh0st-UPMS
Sun Mar 23, 2008 11:51 pm
Forum: PSP Development
Topic: PSP Slim & Mac Address
Replies: 6
Views: 2153

Yeah, for low-level (service mode) access to the keys on a slim, look at cory's code as he did handle that decrypting. It's a big pain, but not much you can do about Sony doing these things. I don't have cory's code so I can't look at it. Your correct not much we can do about Sony making these chan...
by Gh0st-UPMS
Sat Mar 22, 2008 11:52 pm
Forum: PSP Development
Topic: PSP Slim & Mac Address
Replies: 6
Views: 2153

The idstorage of slim is encrypted, and the idstorage.prx of the recovery 1.5/3.40 kernel is the one of 1.5 that cannot decrypt it, this is because I couldn't use the one of 3.40 because it was using some thread mutex functions that were introduced in 2.71 threadman. This issue is already fixed in ...
by Gh0st-UPMS
Sat Mar 22, 2008 7:27 pm
Forum: PSP Development
Topic: PSP Slim & Mac Address
Replies: 6
Views: 2153

The MAC address is key 0x44. That is NOT used by the psp for the MAC address, just for showing in the system info. You should check the MacFixer source. The function it uses is sceNetGetLocalEtherAddr(). Thanks for the response J.F, I forgot to mention I'm running in service mode on my Slim TA-085v...
by Gh0st-UPMS
Sat Mar 22, 2008 10:13 am
Forum: PSP Development
Topic: PSP Slim & Mac Address
Replies: 6
Views: 2153

PSP Slim & Mac Address

Is there a different function to retrieve the Ethernet Address of a Slim compared to the Fat. The following code from the samples works on a Fat but displays 000000000000 on a Slim. void getEthernetAddress(void) { u8 sVal[8]; int retVal; memset(sVal, ...
by Gh0st-UPMS
Sun Mar 16, 2008 6:42 am
Forum: PSP Development
Topic: Access Flashes while in Service Mode?
Replies: 3
Views: 1718

Boot the MS IPL, load some of sony's PRXs and access flash normally. It is NOT recommended being a smartass and rerouting the TinyFat accesses to flash :) (Unless you want to destroy your IDStorage) Thanks adrahil. Don't want to destroy any IDStorage by using the TinyFat system, what sony prx's do ...
by Gh0st-UPMS
Sat Mar 15, 2008 11:29 am
Forum: PSP Development
Topic: Access Flashes while in Service Mode?
Replies: 3
Views: 1718

Access Flashes while in Service Mode?

How do you access the flashes while running in service mode, as ms0 takes the role of flash0 and obviously anything you try to read/write returns ms0.

Would just like to know how this is done.

Thanks in advance.
by Gh0st-UPMS
Thu Mar 13, 2008 7:58 am
Forum: PSP Development
Topic: [SOLVED] Restarting PSP under 1.50 FW
Replies: 0
Views: 972

[SOLVED] Restarting PSP under 1.50 FW

The following quote is now solved, the problem was with my pspbtcnf file. Is there a function to restart the PSP while running FW1.50, I can get it to work under 3xx FW, but not 1.50. Should using sceSysconResetDevice(2, 1) & sceSysconResetDevice(1, 1) work, obviously cleaning up before hand? A...
by Gh0st-UPMS
Fri Mar 07, 2008 7:14 am
Forum: PSP Development
Topic: Pommel, Tachyon, Baryon
Replies: 21
Views: 12297

Are these kernel-level functions? If so, you either need to compile as kernel-mode 1.50-based homebrew, or move them into an external kernel-level prx for 3.xx user-level homebrew. I can't see these functions as user-level... users don't need to know the version of the hardware. Thanks for the resp...
by Gh0st-UPMS
Thu Mar 06, 2008 9:29 am
Forum: PSP Development
Topic: Pommel, Tachyon, Baryon
Replies: 21
Views: 12297

I'm not sure why it crashes either, going to look into it more when I get home from work, hopefully will get more time to study it. I'll post my results. Thanks Edit: k, got home from work and took a look at the code, deleted it all and redone it, and guess what, it all worked, here is the code that...
by Gh0st-UPMS
Wed Mar 05, 2008 1:40 am
Forum: PSP Development
Topic: Pommel, Tachyon, Baryon
Replies: 21
Views: 12297

Try this... I made it myself for PSPident. http://rapidshare.com/files/96754529/libpspident.a.html You can then use the following functions u32 sceSyscon_driver_7EC5A957(u32 *baryon); // get baryon u32 sceSyscon_driver_E7E87741(u32 *pommel); // get pommel u32 sceSysreg_driver_E2A5D1EE(void); // get...
by Gh0st-UPMS
Mon Mar 03, 2008 1:09 pm
Forum: PSP Development
Topic: Pommel, Tachyon, Baryon
Replies: 21
Views: 12297

k, I'm doing it exactly as you posted jas0nuk, I've located a syscon library from one of DA's releases, but can't find a library for sysreg I comment the Tachyon code out the app builds fine but get the Library not found error when running. I have also located some stub files for both. Do you have a...
by Gh0st-UPMS
Mon Mar 03, 2008 10:47 am
Forum: PSP Development
Topic: broken wifi switch!!!!
Replies: 17
Views: 8212

Art wrote:My bet is it isn't any more active when the switch is up as when it's down,
as long as no software has it turned on.
My WLAN switch has stayed in the on position from day dot.
LOL, and you guys prove me wrong.
by Gh0st-UPMS
Sun Mar 02, 2008 8:03 am
Forum: PSP Development
Topic: Pommel, Tachyon, Baryon
Replies: 21
Views: 12297

Pommel, Tachyon, Baryon

What are the header files to use for Pommel, Tachyon and Baryon?
Or are they something only moonlight holds.

Thanks.
by Gh0st-UPMS
Fri Feb 29, 2008 5:03 pm
Forum: PSP Development
Topic: broken wifi switch!!!!
Replies: 17
Views: 8212

Re: broken wifi switch!!!!

dannyhacker2 wrote:the wifi switch broke on my psp so now the outer switch just moves freely and i cant go on the web. any suggestions would be great!! Thank You!!!
TBH m8, you'll find it hard to get an answer to this type of question here, this is a development forum, your better off asking this somewhere else.
by Gh0st-UPMS
Fri Feb 29, 2008 4:48 pm
Forum: PSP Development
Topic: How to change vsh/module attibut
Replies: 51
Views: 15890

Tested, and that's work on your app... but I don't understand why only in your app Try this code, works for me. PSP_MODULE_INFO("Your App Name", 0x800, 1, 1); PSP_MAIN_THREAD_ATTR(PSP_THREAD_ATTR_VSH); PSP_HEAP_SIZE_KB(21000); void ReassignF...
by Gh0st-UPMS
Sun Feb 17, 2008 12:41 am
Forum: PSP Development
Topic: Exclusive Load Error
Replies: 0
Views: 1581

Exclusive Load Error

Hi, a little exclusive load error. I have created a kernel mode prx for loading EBOOTS from within UPMS, but when I run the command from the CSO I get the exclusive load error, but if I run it from the UPMS EBOOT.PBP used for quick tests it loads the launched EBOOT correctly without the error. Any h...