Check PSP Firmware updates with your pc

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
Urb85
Posts: 21
Joined: Sat Mar 05, 2005 2:19 am
Location: UK

Check PSP Firmware updates with your pc

Post by Urb85 »

Hello Folks
I've just created a little utility program which allows you to check if there is any Firmware update available online! I know you can do it with your PSP but it saves the hassle to switch your PSP just for that, and you can do it just with a simple click! :-)

Let me know what do you think and if it works...

NOTE: The program require the .NET Framework to be run, and WinRar to be exctracted.


That's all for now!
Have fun

Urb85

Download it from here
-----------------
PHP, ASP.Net, C#, VB.Net
-----------------
senas8
Posts: 56
Joined: Thu Feb 03, 2005 4:03 pm
Location: Romania/USA

Post by senas8 »

Nice.
MarfPSP
Posts: 27
Joined: Sat Jan 22, 2005 10:55 am

Post by MarfPSP »

Works well. Nice program, thank you :o)

Just one thing, it would be good if the "No updates found" would clear if you changed region.
User avatar
Urb85
Posts: 21
Joined: Sat Mar 05, 2005 2:19 am
Location: UK

Early stages

Post by Urb85 »

Thanks senas8 & MarfPSP, thanks for the compliments, I wanted just to say that the program is in very early stages, I written it this afternoon before I went to work, so it will still be plenty of bugs! Unfortunately that bug that you are saying is quite annoing, because to make it change for the others regions you have to shut it down and open it again! But obvously that will no happen if a new version will be available, even if you change from JP to US and to EU!

I will work on it a bit more in depth later today, because I will be free!
A new website about this little Utility and some more to come will be online next week!
Contact me if you wish!

Anyway thanks again to senas8 and MarfPSP to have tested it first!
Last edited by Urb85 on Sun Mar 06, 2005 9:56 pm, edited 1 time in total.
-----------------
PHP, ASP.Net, C#, VB.Net
-----------------
segobi
Posts: 17
Joined: Sat Feb 12, 2005 10:52 pm

Post by segobi »

u need 2 hours to simply write an application thats checks a webpage ?
User avatar
Urb85
Posts: 21
Joined: Sat Mar 05, 2005 2:19 am
Location: UK

no...

Post by Urb85 »

no well I don't but there are several properties in the .Net framework that can be used as you know (I hope !_! ), and the version I've got on my pc is slightly different from the online one because it will compress the Update into a rar and download to the client pc, ready to be extracted!

Took me quiet a while to find some info about the open-rar archive on the .Net!

Anyway this is not the correct time and the place to criticise people or programs, I just asked if it was ok and that I will modify it as soon as I can, don't want to be arrogant, but if you are fastest and more efficient, well why didn't you try to do it before??
-----------------
PHP, ASP.Net, C#, VB.Net
-----------------
segobi
Posts: 17
Joined: Sat Feb 12, 2005 10:52 pm

Post by segobi »

sorry. i was just fascinated ;) ok. was there any timeframe mentioned when the updates should be released ? Somewhat before the us launch ?
User avatar
Urb85
Posts: 21
Joined: Sat Mar 05, 2005 2:19 am
Location: UK

...timeframe

Post by Urb85 »

It's ok segobi, anyway sorry no idea about timeframe, because nothing is official yet!
Will probably be the Japanese market to get it first but really no clue about it, as anybody else have... :)

I was trying to port that little utility in c++ so I can share the source over different systems, but I will try to do my best because I am still learning that great language!

Thanks for testing it!
-----------------
PHP, ASP.Net, C#, VB.Net
-----------------
Yoorah
Posts: 20
Joined: Mon Mar 07, 2005 9:24 am

Post by Yoorah »

Sorry for going off-topic, but isn't C# portable? Nice program, by the way.
If at first you don't succeed, skydiving is not for you.
User avatar
Urb85
Posts: 21
Joined: Sat Mar 05, 2005 2:19 am
Location: UK

Portability

Post by Urb85 »

Thanks Yoorah for testing it, anyway yes you are right, c# is becoming multiplatform thanks to the "Mono" project, which allows you to use it under Linux.
Could be a nice thing but because Mono is not installed in every linux distro, and not so fast and popular as C++ yet, wel we'll have to see! :-)

Thanks again Yoorah for using it;
Before the weekend I will have a newer version, and hopefully a new web-site relying on the hombrew side of the PSP.

See you in this great Forum, as usual!
:-)
-----------------
PHP, ASP.Net, C#, VB.Net
-----------------
User avatar
mc
Posts: 211
Joined: Wed Jan 12, 2005 7:32 am
Location: Linköping

Re: Portability

Post by mc »

Urb85 wrote:Thanks Yoorah for testing it, anyway yes you are right, c# is becoming multiplatform thanks to the "Mono" project, which allows you to use it under Linux.
Your program doesn't run under Mono though, as it uses the System.Windows classes, which of course are Windows specific. If you want to make a portable GUI program with .NET, take a look at GTK#.
Flying at a high speed
Having the courage
Getting over crisis
I rescue the people
User avatar
Urb85
Posts: 21
Joined: Sat Mar 05, 2005 2:19 am
Location: UK

Thanks

Post by Urb85 »

Thanks a lot mc, will have a look at GTK#
Never used mono yet! But will give it a try!

More news later! :-)
-----------------
PHP, ASP.Net, C#, VB.Net
-----------------
Ihsan
Posts: 28
Joined: Sun Jan 23, 2005 3:52 am

A little of bash for linux users

Post by Ihsan »

This does more or less the same in a linux environment;

#!/bin/bash
echo 'Connecting to update page...'
wget -q http://fj01.psp.update.playstation.org/ ... telist.txt
echo 'Updates available;'
cat psp-updatelist.txt | grep Dest | awk -F\; '{print $2}'
rm psp-updatelist.txt
Pikoro
Posts: 56
Joined: Thu Jan 13, 2005 9:57 am

Post by Pikoro »

Last edited by Pikoro on Wed Mar 23, 2005 11:56 am, edited 3 times in total.
pdc
Posts: 107
Joined: Wed Mar 09, 2005 9:49 am
Location: Rainy Yorkshire, England
Contact:

Post by pdc »

Pikoro wrote:I wrote something similar to this for my own use only in Perl.

Check all 3 regions and provides download links to the latest firmware. If anyone wants, I'll turn it into a website that you can check periodically.

Cheers
Pikoro
http://www.psphacks.net/
Yes indeedy.
I expect it will get plenty of hits too!

I can't check for updates with my PSP (no wireless LAN) so when I find out there is an update, I will have to walk down the street to no. 35 and sit outside their house updating ^_^
Post Reply