View Full Version : IR Remote Skinning
SPaCe
16-03-2003, 08:23 AM
Well I got in pished last night after too many bevvies and decided to play around with IR Remote, got so bored that I made some new backgrounds for the remote control part! ( See Screenshots ) if you like I can post the .mbm files!!
http://myweb.tiscali.co.uk/stevecornew/irRemote01.jpg http://myweb.tiscali.co.uk/stevecornew/irRemote02.jpg http://myweb.tiscali.co.uk/stevecornew/irRemote03.jpg
http://myweb.tiscali.co.uk/stevecornew/irRemote05.jpg http://myweb.tiscali.co.uk/stevecornew/irRemote04.jpg
I'll dare say I will be doing some more, these were knocked up in a couple of minutes!
soz, for being a geek, when you decompile the original irRemote.mbm file, there are two images that show them having designed the interface to use this IrRemote as a CD/Tape/Tuner Remote Control as well! Very interesting!!
P.S Image quality is bad on these as jpg compression of already massively compressed .mbm files is bad, looks good on phone!
schizo
16-03-2003, 08:39 AM
could you send the .mbm to me?
or upload them to my yahoo group here (http://groups.yahoo.com/group/schizo_app)
BlueMaskeR
16-03-2003, 03:52 PM
mine too
SPaCe
17-03-2003, 05:34 AM
Right I have got a replacement .mbm file for the IR Remote available for download here (http://myweb.tiscali.co.uk/stevecornew/irRemote.mbm) just use a file explorer ( Seleq, FExplorer etc ) to Navigate to C:\system\apps\irRemote and rename, delete or overwrite the irRemote.mbm file and then send the file included here to your phone via IR or BT, goto your file manager and find the irRemote.mbm file in your mail folder and cut and paste it in the C:\system\apps\irRemote folder! Your app will now have the new skin!! ( if ya don't like it, then follow the instructions to make your own! )
Screenshot:
http://myweb.tiscali.co.uk/stevecornew/irRemote03.jpg
P.S If anyone is interested in changing app picture files (mbm's) then get bmconv.exe from here (http://homepages.nildram.co.uk/~nicko/zips/bmconv.exe)
To decompile the mbm files place the previously mentioned bmconv.exe, a command line utility into the directory with the .mbm file in and type bmconv /v filename.mbm, this produces information on how many bitmaps are stored in there, there colour settings, pixel sizes and compression rates. Obviously when creating the text files ( create and extract ) in the next part match the amount of bitmaps to the amount stated when running the bmconv /v filename.mbm utility.
In this instance, for the irRemote.mbm file, we need to decompile the individual bitmaps for editing to do this we create a text file called "extract.txt" with the following text in:
/u irRemote.mbm
bitmap1.bmp
bitmap2.bmp
bitmap3.bmp
bitmap4.bmp
bitmap5.bmp
bitmap6.bmp
bitmap7.bmp
bitmap8.bmp
bitmap9.bmp
bitmap10.bmp
bitmap11.bmp
bitmap12.bmp
bitmap13.bmp
bitmap14.bmp
Save this "extract.txt" file in the directory where the bmconv.exe and the irRemote.mbm file is.
At the command prompt type "bmconv extract.txt", this will then create 14 Bitmaps for editing!
edit the bitmaps that you want to, you must keep to the pixel sizes and files sizes previously used.
To recompile into a mbm file, create a text file called "create.txt" and put the following text in:
irRemote.mbm
/c12bitmap1.bmp
/c12bitmap2.bmp
/c12bitmap3.bmp
/c12bitmap4.bmp
/c12bitmap5.bmp
/c12bitmap6.bmp
/c12bitmap7.bmp
/c12bitmap8.bmp
/c12bitmap9.bmp
/c12bitmap10.bmp
/c12bitmap11.bmp
/c12bitmap12.bmp
/c12bitmap13.bmp
/c12bitmap14.bmp
Note: the /c12 setting means that the bmp files will be compressed to 4096 colours, the same as used on the Nokia 7650 screen.
then goto the command promt and type "bmconv create.txt" and you will have a new file with edited .bmps compiled into a irRemote.mbm file
Follow previous instructions to replace the file on your phone.
Enjoy!
Powered by vBulletin® Version 4.2.0 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.