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!

Bitmap Hunter V4

This is a discussion on Bitmap Hunter V4 within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Bitmap Hunter V4 Hi Guys, Bitmap Hunter is a homebrew program for Sony PSP designed to hunt, and directly edit ...

Reply
 
LinkBack Thread Tools
Old 04-22-2009, 07:01 PM   #1
Art

Bush Programmer
 
Art's Avatar
 
Join Date: Nov 2005
Posts: 3,557
Trader Feedback: 0
Default Bitmap Hunter V4

Bitmap Hunter V4







Hi Guys,
Bitmap Hunter is a homebrew program for Sony PSP designed to hunt,
and directly edit monochrome or 256 colour bitmaps within firmware files for electronic devices
so they can be user customised.

This one was inspired by HACKBMAP.EXE by Datrex, a DOS application
used to hunt for bitmaps within Garmin Etrex GPS firmware files.

eTrex fan&tuning page

Hackbmp.exe did not have the functionality to edit images,
so it was only good for finding bitmap offsets to be later edited with other tools.

Screenshots provided show samples from Garmin GPSmap 60CSx GPS latest firmware.
The 60CSx images are proof of concept, as there is no provision to edit the intro screen image
of the GPSmap 60 series, and the USB screen is also different.

I don't expect many (if any) of the PSP or GPS community to find a use for this,
due to the requirement of both Homebrew capable PSP and Garmin GPS hardware.

I think Apple Ipod firmware can be used with this too, although I don't have one to try.

Greetings to Datrex, and the guys who customised the Garmin etrex for
mountain biking:
The etrex Mountain Biker
I've upgraded to the 60CSX, and am first to customise it's graphics that I'm aware of

YouTube Video (shows GPS with modified screens at the end) :
YouTube - Bitmap Hunter V4

Cheers, Art.
Attached Files
File Type: zip Bitmap Hunter V4.zip‎ (569.6 KB, 16 views)
__________________
http://www.freewebs.com/defxev/

Last edited by Art; 04-22-2009 at 11:38 PM..
Art is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-22-2009, 08:28 PM   #2
Local Tech
 
joseph10444's Avatar
 
Join Date: Oct 2007
Real First Name: Joe
Location: home
Just Played: rockband
Posts: 1,822
Trader Feedback: 0
Default

nice job
joseph10444 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-23-2009, 03:50 AM   #3
 
Join Date: Dec 2008
Posts: 4
Trader Feedback: 0
Default

Hi Art,

Another quality release! I was thinking - would it be possible to extend this to png files? My thought is this tool would actually be excellent for the language translation of homebrew (i.e. the text held as png graphics within the PBP, that you cant amend with a hex editor). At the moment I need to extract the png files, fire up a graphic editor, then repack the PBP. It would save alot of time and would also be applicable to a wider audience. Anyway just a thought...

cheers
rosera is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-23-2009, 01:44 PM   #4
 
MK2k's Avatar
 
Join Date: Apr 2007
Posts: 181
Trader Feedback: 0
Default

This is an absolutely wicked app Art! Should work with almost any mp3 player firmware.
MK2k is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-23-2009, 04:58 PM   #5
Art

Bush Programmer
 
Art's Avatar
 
Join Date: Nov 2005
Posts: 3,557
Trader Feedback: 0
Default

Thanks
This was supposed to be my first Windows program, but I've had trouble with the last
two CDs that the C++ biulder came on, so I decided to do it with the PSP.
Pls let me know the results if you find another device to work with.

@ rosera,
It would be possible in theory, but work different.
You wouldn't be able to see a png until you selected the exact start offset since they are compressed,
which would make searching this way slow, but since png headers would be intact for homebrew,
a program could just search an eboot and easily find them by itself.
Art is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-24-2009, 08:13 AM   #6
 
MK2k's Avatar
 
Join Date: Apr 2007
Posts: 181
Trader Feedback: 0
Default

You could easily start developing Win/Linux/Mac Apps with the Qt SDK (that is a nice IDE together with MinGW compiler and Qt Gui/Network/etc. Library bundled together). It's free and licensed with GPLv3 and LGPL and defo worth a look

http://get.qtsoftware.com/qtsdk/qt-s...ce-2009.02.exe

If you fancy .Net I would rather take Visual Studio instead of C++ Builder.
MK2k is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-24-2009, 03:45 PM   #7
Art

Bush Programmer
 
Art's Avatar
 
Join Date: Nov 2005
Posts: 3,557
Trader Feedback: 0
Default

I only chose Borland C Builder because a friend has it, and I can get plenty of real life support.
I would opt for anything closer to C programming for the PSP to make the transition easier.
It's a bit overwhelming.
Art is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-29-2009, 05:57 PM   #8

 
Mr_Shizzy's Avatar
 
Join Date: Aug 2007
Posts: 560
Trader Feedback: 0
Default

Ha ! This is awesome !

Thanks for this Art. You truly have passion for programming.

~Shizzy
__________________
PSP MODEL: PSP SLIM 2000 TA-085v2
Custom Firmware: 5.50 GEN-D2
Mr_Shizzy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-29-2009, 07:01 PM   #9
Art

Bush Programmer
 
Art's Avatar
 
Join Date: Nov 2005
Posts: 3,557
Trader Feedback: 0
Default

Hi,
Thanks,
I have a 16 bit mode now, which is what was needed to edit colour ipod software.



Just haven't quite got a release package ready.
Got the Windows stuff happening too, already on my first project
Art is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
bitmap , hunter

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 03:27 PM.



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