View Full Version : Change your Startup-animation ONLY FOR SOME HACKED Phones
NightShift79 4th May 2008, 05:23 Maybe I'm posting in the wrong section... If so, mods, please move my post.
Here's how you could change your Startup animation.
YES! It's the way to get rid of the shaking hands!
- First Enable CAPS OFF
- Use FileBrowser and go to Z:\resource\apps
- Copy the startup.mbm, startup.mif and the rsc file corresponding to your installed language (*.r01 = english, *.r03 = german, etc.) to C:\resource\apps
- Now browse to C:\resource\apps and press '8' on the startup.rXX file. now you have the hex view of the file.
- Scroll down to line 000050 (it's 000050 in startup.r03. It can differ on other resource files. Just make sure you you are in the line where is written the path.)
- change hex value '5A' which stands for 'Z' to '43', which will be 'C'.
- After saving the file, on boot, device will look in C:\resource\apps for the Startup.mbm and use it! :)
- So copy some modded startup.mbm there.
This combined with rol@N95d's Startup-sound trick
Will make also your Phonestart unique!
Here's the Startup I use on my N82
http://i30.tinypic.com/2qsyxwj.jpg
So people start creating individual Startup.mbms ;)
//EDIT:
I've attached a simple mbm for you to test it out.
////EDIT:
CONFIRMED WORKING ON N82, N95, N95 8GB, E51, E60, E90, E65
SEEMS NOT TO WORK ON 6120, 6290, 5700, N73, N80, N81
//////EDIT:
Definition of the rsc files:
Here's a definition of the rsc files.
Thx to FCA00000
These are out of the SDK.
/** UK English. */
ELangEnglish = 1,
/** French. */
ELangFrench = 2,
/** German. */
ELangGerman = 3,
/** Spanish. */
ELangSpanish = 4,
/** Italian. */
ELangItalian = 5,
/** Swedish. */
ELangSwedish = 6,
/** Danish. */
ELangDanish = 7,
/** Norwegian. */
ELangNorwegian = 8,
/** Finnish. */
ELangFinnish = 9,
/** American. */
ELangAmerican = 10,
/** Swiss French. */
ELangSwissFrench = 11,
/** Swiss German. */
ELangSwissGerman = 12,
/** Portuguese. */
ELangPortuguese = 13,
/** Turkish. */
ELangTurkish = 14,
/** Icelandic. */
ELangIcelandic = 15,
/** Russian. */
ELangRussian = 16,
/** Hungarian. */
ELangHungarian = 17,
/** Dutch. */
ELangDutch = 18,
/** Belgian Flemish. */
ELangBelgianFlemish = 19,
/** Australian English. */
ELangAustralian = 20,
/** Belgian French. */
ELangBelgianFrench = 21,
/** Austrian German. */
ELangAustrian = 22,
/** New Zealand English. */
ELangNewZealand = 23,
/** International French. */
ELangInternationalFrench = 24,
/** Czech. */
ELangCzech = 25,
/** Slovak. */
ELangSlovak = 26,
/** Polish. */
ELangPolish = 27,
/** Slovenian. */
ELangSlovenian = 28,
/** Taiwanese Chinese. */
ELangTaiwanChinese = 29,
/** Hong Kong Chinese. */
ELangHongKongChinese = 30,
/** Peoples Republic of China's Chinese. */
ELangPrcChinese = 31,
/** Japanese. */
ELangJapanese = 32,
/** Thai. */
ELangThai = 33,
/** Afrikaans. */
ELangAfrikaans = 34,
/** Albanian. */
ELangAlbanian = 35,
/** Amharic. */
ELangAmharic = 36,
/** Arabic. */
ELangArabic = 37,
/** Armenian. */
ELangArmenian = 38,
/** Tagalog. */
ELangTagalog = 39,
/** Belarussian. */
ELangBelarussian = 40,
/** Bengali. */
ELangBengali = 41,
/** Bulgarian. */
ELangBulgarian = 42,
/** Burmese. */
ELangBurmese = 43,
/** Catalan. */
ELangCatalan = 44,
/** Croatian. */
ELangCroatian = 45,
/** Canadian English. */
ELangCanadianEnglish = 46,
/** International English. */
ELangInternationalEnglish = 47,
/** South African English. */
ELangSouthAfricanEnglish = 48,
/** Estonian. */
ELangEstonian = 49,
/** Farsi. */
ELangFarsi = 50,
/** Canadian French. */
ELangCanadianFrench = 51,
/** Gaelic. */
ELangScotsGaelic = 52,
/** Georgian. */
ELangGeorgian = 53,
/** Greek. */
ELangGreek = 54,
/** Cyprus Greek. */
ELangCyprusGreek = 55,
/** Gujarati. */
ELangGujarati = 56,
/** Hebrew. */
ELangHebrew = 57,
/** Hindi. */
ELangHindi = 58,
/** Indonesian. */
ELangIndonesian = 59,
/** Irish. */
ELangIrish = 60,
/** Swiss Italian. */
ELangSwissItalian = 61,
/** Kannada. */
ELangKannada = 62,
/** Kazakh. */
ELangKazakh = 63,
/** Khmer. */
ELangKhmer = 64,
/** Korean. */
ELangKorean = 65,
/** Lao. */
ELangLao = 66,
/** Latvian. */
ELangLatvian = 67,
/** Lithuanian. */
ELangLithuanian = 68,
/** Macedonian. */
ELangMacedonian = 69,
/** Malay. */
ELangMalay = 70,
/** Malayalam. */
ELangMalayalam = 71,
/** Marathi. */
ELangMarathi = 72,
/** Moldovian. */
ELangMoldavian = 73,
/** Mongolian. */
ELangMongolian = 74,
/** Norwegian Nynorsk. */
ELangNorwegianNynorsk = 75,
/** Brazilian Portuguese. */
ELangBrazilianPortuguese = 76,
/** Punjabi. */
ELangPunjabi = 77,
/** Romanian. */
ELangRomanian = 78,
/** Serbian. */
ELangSerbian = 79,
/** Sinhalese. */
ELangSinhalese = 80,
/** Somali. */
ELangSomali = 81,
/** International Spanish. */
ELangInternationalSpanish = 82,
/** American Spanish. */
ELangLatinAmericanSpanish = 83,
/** Swahili. */
ELangSwahili = 84,
/** Finland Swedish. */
ELangFinlandSwedish = 85,
/** Reserved for future use. */
ELangReserved1 = 86, // reserved for future use
/** Tamil. */
ELangTamil = 87,
/** Telugu. */
ELangTelugu = 88,
/** Tibetan. */
ELangTibetan = 89,
/** Tigrinya. */
ELangTigrinya = 90,
/** Cyprus Turkish. */
ELangCyprusTurkish = 91,
/** Turkmen. */
ELangTurkmen = 92,
/** Ukrainian. */
ELangUkrainian = 93,
/** Urdu. */
ELangUrdu = 94,
/** Reserved for future use. */
ELangReserved2 = 95, // reserved for future use
/** Vietnamese. */
ELangVietnamese = 96,
/** Welsh. */
ELangWelsh = 97,
/** Zulu. */
ELangZulu = 98,
/**
@deprecated
Use of this value is deprecated.
*/
ELangOther = 99,
Nice i might try this...:) if only i can create my own starup animation =/ but rep+ for u :D
edit: how to edit the startup.mbm files?
NightShift79 4th May 2008, 05:50 You can open the mbm file with MBM wizard or the great MBMtool.
Then just use some graphics programm like GIMP or Photoshop to create your pictures.
If you want to make an animation use gif animator or image ready.
Create an animation (gif) with 21 single pictures. use the export option in the software to
save all 21 pictures as bitmap.
then put the pictures in the MBM and save it with at least /c16
illegible 4th May 2008, 06:57 Not working here.. :D
NightShift79 4th May 2008, 07:03 Copy also the startup.mif from Z:\resource\apps to C:\resource\apps
Now it'll work.
Also I have updated the first post.
illegible 4th May 2008, 07:17 Not working, I even copied all the files (.r01,.r02,.r03,.r14,.r18) from Z:\resource\apps to C:\resource\apps.
And edited them to point to C:\resource\apps.
I guess its not for pre-FP1.. or the .mbm file is wrong and it cannot play it so it plays the default? (my phone resolution is 208x208)
NightShift79 4th May 2008, 07:45 Hmm... the file I posted was 240x320. maybe that's the point.
ATM I can't say if it's only working for FP1 devices.
I got it confirmed working on N82 and N95.
http://uk.youtube.com/watch?v=A8LE7sdSbP8
Here I attach a matrix kind of startup. for 240x320 and 208x208.
http://i26.tinypic.com/21b3pts.jpg
rename to Startup.mbm and copy to C:\resource\apps
//EDIT:
thanks for the vid to my man marty over at some freaky forum!
mymistake its work now on my n95 8g
NightShift79 4th May 2008, 09:06 plz give more infos on that one.....
that can't make a phone dead, dude.
Maybe you did something wrong with the rsc file.
//EDIT:
Here's another 240x320 startup I made.
http://i32.tinypic.com/20hsnyo.gif
hero4eva 4th May 2008, 09:39 ok people i found a solution why its not working on some phone.
- First Enable CAPS OFF
- Use FileBrowser and go to Z:\resource\apps
- Copy the startup.mbm, startup.mif and the rsc file corresponding to your installed language (*.r01 = english, *.r03 = german, etc.) to C:\resource\apps
- Now browse to C:\resource\apps and press '8' on the startup.rXX file. now you have the hex view of the file.
- Scroll down to line 000050
- change hex value '5A' which stands for 'Z' to '43', which will be 'C'.
- After saving the file, on boot, device will look in C:\resource\apps for the Startup.mbm and use it!
where it says "Scroll down to line 000050", on my phone it does not have 000050, instead its 000051.
hope this might help.
NightShift79 4th May 2008, 10:03 ...
where it says "Scroll down to line 000050", on my phone it does not have 000050, instead its 000051.
hope this might help.
It could be, that the line is named different on your device.
So make sure you are in the line where the path starts.
In this screenshot path is already changed to C:
http://i31.tinypic.com/2py0pc9.jpg
watusi 4th May 2008, 10:12 bro...not working on n73me
NightShift79 4th May 2008, 10:36 could you give more info, plz ?
is there a white screen booting or the orginal animation?
did you check that you have edited the right rsc file in the right way?
did you copy mif, mbm and rsc from Z: ?
my phone is 6120c and I did everything but it didnt work :(
there are screens.. where is the mistake??
NightShift79 4th May 2008, 11:36 No error on your site, mate...
Meanwhile I got some mails, that it doesnt work on:
6120
6290
5700
I'm afraid I can't do nothing about it, yet.
It seems like on those devices has Z: more priority then C:
//EDIT:
@NIGRA
With the settings made like in your screenshots, is the original animation shown?
Or some white or any other screen ?
firstly I tried my mbm file.. I made it with reddodo.com and it didnt work for that reason after this, I tried this N82_startup_mod.zip (this is at your first message in this topic) ;) but it didnt work too.
Im angry for 6120c
thanks really mate;)
ooooooooh my god NS ma man .. am gonna try this asap .. could u do a cool one for n80 resolution pretty please ..
hope it works
also what did u use for startup sound post it here :D :D
rep++++++++++++++++++++ to u ma man
damn "must spread around first"
Too-Sexy 4th May 2008, 11:57 Working on N95 latest firmware..
Thx!!
Now lets see some more animations!
are those animations made on photoshop
i tried doing some animations on it but it was hard for me
i'll give it another try
shohob 4th May 2008, 12:03 for now it works with N95 lastest firmware ,N82 v20.0.062 and E60 as I know
Working on my N95 8gb (v.15.0.015) ;)
rep ++++++++ to you :)
NightShift79 4th May 2008, 12:49 ooooooooh my god NS ma man .. am gonna try this asap .. could u do a cool one for n80 resolution pretty please ..
hope it works
also what did u use for startup sound post it here :D :D
rep++++++++++++++++++++ to u ma man
damn "must spread around first"
I also hope it'll work on N80...
I have attached a black_matrix_kinda_code startup. mbm for your display size.
plz test it.
http://i28.tinypic.com/2ag500w.gif
for now it works with N95 lastest firmware ,N82 v20.0.062 and E60 as I know
E60 is good. I'll add it to first post. THX
Working on my N95 8gb (v.15.0.015) ;)
rep ++++++++ to you :)
Thank you. ;)
I'm bagging for wonderfull startups made from you.
efbill 4th May 2008, 13:03 :thanks: Working on my N95 8gb (v. 20.0.016) :urtheman:
Djfreaky 4th May 2008, 13:15 not working in my n73 (v 4.0736)
shinestudio 4th May 2008, 13:42 can it work on my n73?????
NightShift79 4th May 2008, 13:49 I have no confirmation N73, yet..... too bad...
sockenbueg 4th May 2008, 14:03 You can also write on your Entry-Post, that this absolute cool Trick is also working on my N95 8GB with the latest firmware 21.0.016 !
It was also the line 51 in the hex-editor ...
Again - this is GREAT !
S.
jarbamare 4th May 2008, 14:04 Nokia N95 with 20.0.015 firmware working great with "new" startup logo :)
Rep. +++ for this discover!
BluCola 4th May 2008, 14:08 Not working on my 3250. it seems that the mbm file on my device is different from others. it can't open by mbm wizard either.
but it works on N95 perfectly.
boydepzai 4th May 2008, 14:20 Not working on N81 too. So sad :(
piroxicam 4th May 2008, 14:22 Unfortunately it does not work in N80 either.
NightShift79 4th May 2008, 14:23 here's the matrix_black startup
in 176x208px.
Maybe you wanna try...
NightShift79 4th May 2008, 14:27 @MODERATOR
Could you please rename the topic to "Change your Startupanimation - ONLY FOR SOME HACKED Phones" or something similar.
Thank you
phil2234 4th May 2008, 14:29 not working on my 5700 :-(
Blue_Ray 4th May 2008, 14:37 can it work on my n73?????
No, it's not work on N73.
Btw, title updated as ur author request.
jarbamare 4th May 2008, 14:39 not working on my 5700 :-(
And how you get that conclusion?!?
What default language you use in your phone? What, STARTUP.rxx you modified? Do you have "hacked" phone and did you use "CapsOff"?
Why ONLY members with 10 - 50 rep. points have some remarks, and only on their phones nothing work?!?
Btw. who can believe in that simple sentence: "not working in my nxx", ... without some further explanation what go wrong?!?
Bongoman 4th May 2008, 14:43 not working on n73 4.0735.3.0.2
Awesome stuff nightshift! Can you post some more startup animations ... like some hot girls or cars ?
johnmacca 4th May 2008, 14:44 awesome mate.. now using the system override startup hope thats ok.. worked no probs on n95... only thing was on line 50 when i changed it to "c" it came up as 63 not as you stated in your tutorial 43.
illegible 4th May 2008, 14:46 Hmm... the file I posted was 240x320. maybe that's the point.
ATM I can't say if it's only working for FP1 devices.
I got it confirmed working on N82 and N95.
http://uk.youtube.com/watch?v=A8LE7sdSbP8
Here I attach a matrix kind of startup. for 240x320 and 208x208.
http://i26.tinypic.com/21b3pts.jpg
rename to Startup.mbm and copy to C:\resource\apps
//EDIT:
thanks for the vid to my man marty over at some freaky forum!
I confirm its not working on 5500, but thanks and keep up the good work :good2:
p30mobuser 4th May 2008, 14:49 thanks mate . but how can we convert GIF to MBM ?
NightShift79 4th May 2008, 14:58 every gif animation software should have an option to "extract frames as images" or something similar.
Also you could google for some free gif2jpg converters.
illegible 4th May 2008, 14:58 thanks mate . but how can we convert GIF to MBM ?
Its in the second post by NightShift79 read here:
You can open the mbm file with MBM wizard or the great MBMtool.
Then just use some graphics programm like GIMP or Photoshop to create your pictures.
If you want to make an animation use gif animator or image ready.
Create an animation (gif) with 21 single pictures. use the export option in the software to
save all 21 pictures as bitmap.
then put the pictures in the MBM and save it with at least /c16
MAMBO04 4th May 2008, 15:00 guys i cant seem to edit the file with hexeditor... even with capsoff it doesnt allow me... any ideas??? great post btw!
i've got N95 with the hack and latest Firmware
connecting people 4th May 2008, 15:03 I confirm the procedure does not work on N73. It can be edited the first post. Thanks!
MAMBO04 4th May 2008, 15:10 wait i rebooted my phone and now its allowing me! dont worry guys i got it :D
illegible 4th May 2008, 15:11 thanks mate . but how can we convert GIF to MBM ?
Get RAD Video Tools from its website - download (http://www.radgametools.com/down/Bink/RADTools.exe)
It can extract the frames from the .gif to .bmp and its doing its job great.
boydepzai 4th May 2008, 15:11 And how you get that conclusion?!?
What default language you use in your phone? What, STARTUP.rxx you modified? Do you have "hacked" phone and did you use "CapsOff"?
Why ONLY members with 10 - 50 rep. points have some remarks, and only on their phones nothing work?!?
Well mate, personally I did all the steps.
- First, CapsOff.
- Use Xplore, copy Startup.mif, Startup.r01 (English), Startup.mbm from Z:\resource\apps to C:\resource\apps
- Use Hex editor to edit "Z" to "C" in Startup.r01
- Copy the *.mbm file (new file and renamed to Startup.mbm) of my own to C:\resource\apps
- Restart fone
That's what I did. Still there is the default animation.
I tried renaming Startup.mbm to startup.mbm (no capitalized S) because in the r01 file the path is C:\resource\apps\startup.mbm. I know capitalized or not doesn't matter, but just try.
I tried choosing English in Settings instead of Automatic, still the same result.
MAMBO04 4th May 2008, 15:12 i changed it to 43 but it then goes cannot save :S what should i do?
h3rry_5 4th May 2008, 15:14 It's Working On My E90(200.34.73 version),thanks bro..
gorang 4th May 2008, 15:15 E51 - confirmed :)
MAMBO04 4th May 2008, 15:18 wait scratch that my bad! now to reboot my phone! cheers :D
psasha 4th May 2008, 15:23 Not Working on 6120c.
ItalBoy 4th May 2008, 15:24 Whats the r0x code for italian?
Here's Vista startup :) (for 240x320)
http://img233.imageshack.us/img233/162/vistann8.gif
wojtaliban 4th May 2008, 15:29 Ehh, not working on my N73. But nice work m8s :] keep it up :)
edit. i checked original startup screen from n73... its 320x240, not 240x320 ! maybe thats the problem...
Edit2. i tried using 320x240 animation, and no effect... :afraid:
NightShift79 4th May 2008, 15:37 Nice babi
Hope to see many, many more from you ;)
But take your time, we're not in a hurry.
CONFIRMED WORKING ON N82, N95, N95 8GB, E51, E60, E90
SEEMS NOT TO WORK ON 6120, 6290, 5700, N73, N80, N81
Ehh, not working on my N73. But nice work m8s :] keep it up :)
edit. i checked original startup screen from n73... its 320x240, not 240x320 ! maybe thats the problem...
Edit2. i tried using 320x240 animation, and no effect... :afraid:
brrr... i just thought you got it...
Here's an 320x240 white matrix startup.mbm.
as the true size of the N73s sturtup.mbm is really 320x240. I wonder why??
dannydj 4th May 2008, 15:48 Whats the r0x code for italian?
r05 :dance2:
Neblinio 4th May 2008, 15:52 Is it possible to disable the startup animation completely? I end up cancelling the startup animation by pressing a key almost every time I turn on my N80.
illegible 4th May 2008, 16:00 Is it possible to disable the startup animation completely? I end up cancelling the startup animation by pressing a key almost every time I turn on my N80.
If you put just an empty white screen in the .mbm file it will work I think, but your phone is N80, so not possible for you mate. ;)
masterdex 4th May 2008, 16:05 r05 :dance2:
Thanks!
(:D Hi Danny, I'm Ryowazamono in the IT forum)
Tranqex 4th May 2008, 16:54 This is such a cool trick!
Works fine on my N95 8GB. I just hope it works on my E60 too.
Rep+ for your great work!
godric_thorne 4th May 2008, 17:01 hi
I am using N91 BGB i am able to get custom sound
but for the animation i dont have the startup.mif file in the z: drive
benzas 4th May 2008, 17:05 thank u for good trick
ahknerd 4th May 2008, 17:31 I too confirm it's not working on N73. And BTW the sound trick was by shohob and not rol@N95D ;)
This combined with rol@N95d's Startup-sound trick
Will make also your Phonestart uniqu
Sncrespo 4th May 2008, 17:39 I use Portuguese language...
What statup.rxx do i use??
I have:
startup.ro1
startup.ro2
startup.ro3
startup.ro4
startup.ro5
startup.r13
I gess its startup.r13, am i right??
Where can i find this information??
Made a search in hole forum but no luck....
Thanks in advance...
aristotelhs2060 4th May 2008, 17:41 someone can do intel animation?or nvidia graphics animation with the sound on the other topic?
boydepzai 4th May 2008, 17:50 @Who was successful: Can you post the 3 files (startup.mif, startup.mbm, startup.r01 [english]) in your C drive for us to try ?
Sncrespo 4th May 2008, 18:06 - Scroll down to line 000050 (it's 000050 in startup.r03. It can differ on other resource files. Just make sure you you are in the line where is written the path.)
- change hex value '5A' which stands for 'Z' to '43', which will be 'C'.
First, i donīt know wich startup.rxx its for Portuguese language
Second, i tried startup.r13 and searched for the line 000050 and there isnīt any line like that...
So, i need some help from experts...
I will try and see if the other files satartup.r0x as that 000050 line...
foxcheng 4th May 2008, 18:11 First, i donīt know wich startup.rxx its for Portuguese language
Second, i tried startup.r13 and searched for the line 000050 and there isnīt any line like that...
So, i need some help from experts...
I will try and see if the other files satartup.r0x as that 000050 line...
I got 3 x startup.rXXX, nevermind, i modified all, hehe:hifive: Just need to find the Z:\ and change it to C:\, no matter it at any line~
I must say, it works like a charm, or I wanna Change the very bored NOKIA common startup looong time ago! Haha^^:urtheman:
Sncrespo 4th May 2008, 18:17 I got 3 x startup.rXXX, nevermind, i modified all, hehe:hifive: Just need to find the Z:\ and change it to C:\, no matter it at any line~
I must say, it works like a charm, or I wanna Change the very bored NOKIA common startup looong time ago! Haha^^:urtheman:
I used startup.r13 and changed the line in red the Z: to a C: and nothing happened...
391704
albertobom 4th May 2008, 18:21 First, i donīt know wich startup.rxx its for Portuguese language
Second, i tried startup.r13 and searched for the line 000050 and there isnīt any line like that...
So, i need some help from experts...
I will try and see if the other files satartup.r0x as that 000050 line...
I my friend,
Just edit startup.r13, in line 000050, in front of the line, you will see Z:, just edit to C:.
Look the image
Good Luck :egdance:
foxcheng 4th May 2008, 18:23 I used startup.r13 and changed the line in red the Z: to a C: and nothing happened...
391704
Did your C:\resources\apps\ contain modified 'startup.mbm'?
Sncrespo 4th May 2008, 18:26 Yes, i override it with the windows startup posted in this tread in page 3 or 4 i think, i will try another one...
basodiodoh 4th May 2008, 18:34 Maybe I'm posting in the wrong section... If so, mods, please move my post.
Here's how you could change your Startup animation.
YES! It's the way to get rid of the shaking hands!
- First Enable CAPS OFF
- Use FileBrowser and go to Z:\resource\apps
- Copy the startup.mbm, startup.mif and the rsc file corresponding to your installed language (*.r01 = english, *.r03 = german, etc.) to C:\resource\apps
- Now browse to C:\resource\apps and press '8' on the startup.rXX file. now you have the hex view of the file.
- Scroll down to line 000050 (it's 000050 in startup.r03. It can differ on other resource files. Just make sure you you are in the line where is written the path.)
- change hex value '5A' which stands for 'Z' to '43', which will be 'C'.
- After saving the file, on boot, device will look in C:\resource\apps for the Startup.mbm and use it! :)
- So copy some modded startup.mbm there.
This combined with rol@N95d's Startup-sound trick
Will make also your Phonestart unique!
Here's the Startup I use on my N82
http://i30.tinypic.com/2qsyxwj.jpg
So people start creating individual Startup.mbms ;)
//EDIT:
I've attached a simple mbm for you to test it out.
////EDIT:
CONFIRMED WORKING ON N82, N95, N95 8GB, E51, E60, E90
SEEMS NOT TO WORK ON 6120, 6290, 5700, N73, N80, N81
Sorry friend....
I not understand what the rsc file...can anybody show screen shoot...?
Sncrespo 4th May 2008, 18:36 M8s, solved...
I mixed up the sartup.mbm files :oops2: and used the original one in stead using the windows one :confused: ...
:sorry:
Rep +
And :thanks:
:ilove:
wojtaliban 4th May 2008, 18:40 About pre-fp1... i think pre-fp1 devices load some settings from z:\ always... it's strange, because there is no problem like that, when changing for ex. startup sound... maybe settings from "private" are loaded from c:\ and later from z:\ ? settings from "resource" are loaded first from z:\. Little complicated, but it would be really nice if we solve this...
Sncrespo 4th May 2008, 18:40 @basodiodoh
You must have some startup.r0x files, "(*.r01 = english, *.r03 = german, etc.) " I donīt know the one for you language, im Portuguese and my file is Startup.r13
Maybe some one will tell you the rigt one for your language...
Great work, rep ++, :thanks:
xxx333 4th May 2008, 18:54 Strange thaat it doesnt work on 6120c becouse for example botch n95 8gb n82, e 51and 6120c are 9.2 fp1....
Strange thaat it doesnt work on 6120c becouse for example botch n95 8gb n82, e 51and 6120c are 9.2 fp1....
yes really strange.. and works startup sound.. but this doesnt work they aere same..
Rol@N95d 4th May 2008, 20:08 Maybe I'm posting in the wrong section... If so, mods, please move my post.
Here's how you could change your Startup animation.
YES! It's the way to get rid of the shaking hands!
- First Enable CAPS OFF
- Use FileBrowser and go to Z:\resource\apps
- Copy the startup.mbm, startup.mif and the rsc file corresponding to your installed language (*.r01 = english, *.r03 = german, etc.) to C:\resource\apps
- Now browse to C:\resource\apps and press '8' on the startup.rXX file. now you have the hex view of the file.
- Scroll down to line 000050 (it's 000050 in startup.r03. It can differ on other resource files. Just make sure you you are in the line where is written the path.)
- change hex value '5A' which stands for 'Z' to '43', which will be 'C'.
- After saving the file, on boot, device will look in C:\resource\apps for the Startup.mbm and use it! :)
- So copy some modded startup.mbm there.
This combined with rol@N95d's Startup-sound trick
Will make also your Phonestart unique!
Here's the Startup I use on my N82
http://i30.tinypic.com/2qsyxwj.jpg
So people start creating individual Startup.mbms ;)
//EDIT:
I've attached a simple mbm for you to test it out.
////EDIT:
CONFIRMED WORKING ON N82, N95, N95 8GB, E51, E60, E90
SEEMS NOT TO WORK ON 6120, 6290, 5700, N73, N80, N81
Hi Nightshift79,
I so love your stratup.mbm file....
can U make one 4 me?
Text:
Rolan95d's
N95-8GB
Acces all areas
Thanx in advance mate!
aristotelhs2060 4th May 2008, 20:13 and one Aris
N95
Acceess all areas if possible.
realceday 4th May 2008, 20:16 thank you great sharing
piciar 4th May 2008, 20:26 New Nokia Startup by Babi
http://img136.imageshack.us/img136/4720/nokialoaddp5.gif
albertobom 4th May 2008, 20:42 Startup Nseries by me ;)
Appears Nseries logo first and then my beauty N95 ;)
babelon 4th May 2008, 20:47 works for me and the starup now change, but this star must have sound???, thanks
bfc_xxx 4th May 2008, 20:57 What is Greek rXX Startup file?
albertobom 4th May 2008, 21:01 You must find out my friend, but must be a .r1....
efbill 4th May 2008, 21:02 What is Greek rXX Startup file?
in my n95 8gb with r54 work fine
efbill 4th May 2008, 21:03 What is Greek rXX Startup file?
my n95 8gb with r54 work fine
xxx333 4th May 2008, 21:10 polish language is .r27
btw: can anyone reply to my question: If there is realy rom drive in nokia phones ? becouse in my opinion: no, why ? in old phones there was flash (firmware) erpom (user data and some system files) and ofcource ram, but in new phones there is no flash there are only two memories, for example nokia 6120c got nand (128mb) and 64mb ram, and i think that z drive is a partition protected to write
dashin 4th May 2008, 21:13 confirmed: not working on Nokia n76
But i feel there has to be a way out ... there always is ...
Hope someone discovers it .. fingers crossed
aristotelhs2060 4th May 2008, 21:14 my n95 8gb with r54 work fine
yes r54 is for greek.thanks to that i removed all other rxx files from c/resource/apps that i dont need to free size and reduce number of files there.
bfc_xxx 4th May 2008, 21:31 I confirm it worked on N82 and r54 file. Thank you all
gorang 4th May 2008, 22:15 New Nokia Startup by Babi
http://img136.imageshack.us/img136/4720/nokialoaddp5.gif
great.. just a suggestions - short fadein from original white backgroud with nokia logo will be more effective, if there is time :) ... also faster "slider" with two-tree passes from left to right :)
:thanks:
Ghost Team 4th May 2008, 22:20 What is Croatian rXX Startup file?
Rol@N95d 4th May 2008, 22:30 What is Croatian rXX Startup file?
Check settings of lamguage and count wich one is yours
Worked 4 me
kingwicked 4th May 2008, 22:31 Get RAD Video Tools from its website - download (http://www.radgametools.com/down/Bink/RADTools.exe)
It can extract the frames from the .gif to .bmp and its doing its job great.
i downloaded it but i am unable fiind the files where they were extracted
and if i specify a folder it ends up blank
any one who can help converting gifs to bmp files
:thanks:
Ghost Team 4th May 2008, 22:41 Check settings of lamguage and count wich one is yours
Worked 4 me
Where were you counting in Personalization->Language ?
By that my rXX is r.03 for Croatia ?
~{sbhatia}~ 4th May 2008, 22:48 Nice one mate, very useful. more karma for this. :thanks:
cnrv77 4th May 2008, 22:50 @basodiodoh
You must have some startup.r0x files, "(*.r01 = english, *.r03 = german, etc.) " I donīt know the one for you language, im Portuguese and my file is Startup.r13
Maybe some one will tell you the rigt one for your language...
do like me,i edit all the startup.r0x files,and work fine on my french N95 8gb
Rol@N95d 4th May 2008, 22:51 Where were you counting in Personalization->Language ?
By that my rXX is r.03 for Croatia ?
Yes... there...
Count down from the top.....
Ghost Team 4th May 2008, 23:35 I have edited all startup.r0x files and it work great on my N95 8GB, @rolan95d thnx anyway ;) cheers
zjevik 5th May 2008, 00:22 Doesnt work on 6120c :-( :partyman: But Startup sound works..
What is Croatian rXX Startup file?
r45 - croatian
r79 - serbian
D-Manluver 5th May 2008, 02:18 N81 has this settings by default if I'mnot mistaken
kingwicked 5th May 2008, 02:52 here is a startup animation. a nice screensaver i downloaded from darlamacks blog. i hope u guys like it
:wave: my first experience in making an mbm
confirmed not working on n80ie 5.0719.0.2
sorry NS i dunno what is wrong
i found the value for z changed it to c all went very well copied the thing to c:\resource\apps
maybe zorn or u can make a patch to use in rom patcher
i think its easy
i cant remember how to do'em tho
wojtaliban 5th May 2008, 05:34 bAsem, i think patch won't help us, because we have to enable patch every reboot... so patch cant work right away after reboot... am i right?
oh yeah .... thats right
we were able to do it via firmware modification back in the days of sx1 '
i guess there is no way for this to work on prefp1 huh
oh well :D
or maybe its just no the same way as fp1 phones
maybe we need to edit another line or another rxx file for it to work
i really dunno .. but hey the hack is just gettin started and from my experience any day now something is gonna come up
so dont get all upset
i even started making some animation before knowing it wouldnt work lol
dun think am gonna finish it tho
http://img208.imageshack.us/my.php?image=test2xd6.gif
NightShift79 5th May 2008, 07:27 Yo, bAsem! your animation looks nice. Too bad you cant use it on your N80. I wonder if you could make this animation in 240x320.
ToJa92 5th May 2008, 08:47 Hmm... To make it work on my e65, I copied all files named startup from the z directory. Then copied all to the c location. Then, I had to edit all startup.r** acordingly. After that, when turning on it worked :D but when I was supposed to write my pin code, the phone hang after a second, so I had to write quick, and confirm the code with the # key instead.
HOUSE M.D 5th May 2008, 08:57 work perfect on n95 :thanks:
NightShift79 5th May 2008, 08:59 Here I have 3 new symbian startups for you.
http://i25.tinypic.com/33kcexe.gif http://i26.tinypic.com/1zxtsnc.gif http://i30.tinypic.com/iy22xg.gif
elhunev 5th May 2008, 09:29 greatttt, work in my N95 8GB
Indonesia ---> *.r59
nt_virus 5th May 2008, 09:37 Thread Moved to new section.
NightShift79 5th May 2008, 09:51 Thanks for this new Section.
aristotelhs2060 5th May 2008, 10:24 Someone can recommend an easy to use pc application to make such nice gif?
viper4011 5th May 2008, 10:37 Thank you guys, you are amazing.
Can someone make this animation:
http://www.youtube.com/watch?v=MGLYuVLqwb4&feature=related
It would be amazing. I already have that sound, i just need the animation.
Thanks.
HOUSE M.D 5th May 2008, 10:37 n95 v21.0.016 RM159 working thank mate
n95 v21.0.016 RM159 working thank mate
yes confirm that works perfect !!!!
hero4eva 5th May 2008, 11:53 my phone is 6120c and I did everything but it didnt work :(
there are screens.. where is the mistake??
lol dude u edit the wrong file, your suppose to edit STARTUP.r01
NightShift79 5th May 2008, 12:41 Thank you guys, you are amazing.
Can someone make this animation:
http://www.youtube.com/watch?v=MGLYuVLqwb4&feature=related
It would be amazing. I already have that sound, i just need the animation.
Thanks.
Good one. But as a startup.mbm should only be made up to 21 pictures. It won't look that smooth...
I wonder if you have this animation in a better quality. then I maybe can do something...
Anyway. Here I just made a lil test with the flv file...
nayan159 5th May 2008, 12:46 hey NightShift79,
would you please make this gif to mbm for me. I want to know how can I open a gif in MBM wizard I mean when I open a gif file only one bmp shows. Yes I've done it. here it is
iceblu3 5th May 2008, 13:13 hey NightShift79,
would you please make this gif to mbm for me. I want to know how can I open a gif in MBM wizard I mean when I open a gif file only one bmp shows.
u have to extract the seperate images in the gif and then put them into the mbm, bro, use PS, ;)
avimak 5th May 2008, 15:26 cool! thank you so much!!! :)
this is so cool option :)
thanks rep + NightShift79
so how can i edit the time sequence in mbm tool . . Or it will be very slow lol . .
@Ns gimme the original startup.mbm from ur phone so i can make one like mine thanks dude
h3rry_5 5th May 2008, 18:49 Hi NightShift79,Can you make me a startup-animation for my "E90 Communicator"that related to E90 Communicator phone,thanks..
Blue_Ray 5th May 2008, 19:57 Here for ipmart forum startup screen. :lol:
http://img180.imageshack.us/img180/1757/ipmartforumstartupvb4.gif
shouldnt it be powered by our members
really nice work dude
Blue_Ray 5th May 2008, 20:19 Yes " Powered by our member " seem good. i will make another version. :lol:
NightShift79 5th May 2008, 21:00 Like it! Hope more people will start creating Startups.
Sorry for getting OT now, but I need to make promotion for my second theme ;)
Finally I finished my second theme :)
Hope you like it.
http://i31.tinypic.com/tahvlf.png
But I still have no great iconset.
I thought maybe some of the THEME Masters would be so kind and give me a nice matching iconset.
@MOD:
PLZ update Topic Title TO: updated *minimalSTYLE* [05.05.08]
Thank you.
Hope you like it.
And maybe someone qould be so kind and hand me a nice Iconset.
viper4011 5th May 2008, 21:04 Good one. But as a startup.mbm should only be made up to 21 pictures. It won't look that smooth...
I wonder if you have this animation in a better quality. then I maybe can do something...
Anyway. Here I just made a lil test with the flv file...
Sorry man, i found this on youtube, didn't make it myself.
I dont think there's a way to directly record this, unless you connect your pc to a TV and a DVR which no one will do...
Thanks anyway though, i will try what you did (and probably keep it :))
EDIT: Tried it, it looks OK. As you said the flv file was not very good quality so it looks weird. I didnt notice a smoothness problem though. Anyway i think it looks good coupled with the sound. Thank you very much!
wojtaliban 5th May 2008, 21:21 You can download it as .flv, and then convert it. but it won't have good quality
adiscorpios 5th May 2008, 22:56 gr8 work man intially i was bit confused in hex editor but on second page i found the screen shot nd that help a lot buddy..keep it up man....
kingwicked 5th May 2008, 22:58 here is Ferrari starup animation i created guys
Pleaaaase, can someone convert this animation in mbm format :
http://img223.imageshack.us/img223/9575/8194975oe2.gif
Thanks in advance, i would love to have it on startup !
NightShift79 5th May 2008, 23:33 LOL MATE!!!
Here, I made a 240x320 startup.mbm out of it.
lol dude u edit the wrong file, your suppose to edit STARTUP.r01
how?? is it suitable for 6120c??
I edited *.r01 because Im using my phone with english language
Thanks, NightShift79, Rep. added ! :weedman:
RudeYute 6th May 2008, 00:21 I'm just getting "Cannot open file" when moving using X-Plore. Caps are off. Did a similar thing earlier with the sound, but eventually that worked, unsure how/why.
Anyone experiences the same?
looooooooooooooool connecting joint is freakin funny hahahaaaaaaa
@NS dude ur theme rocks .. where can i get it from :P
hope u made a high res version for n80
don_11 6th May 2008, 08:23 can this work on my N81 ?? please.....thks
boydepzai 6th May 2008, 09:29 Just give it a try mate. I wasn't lucky enough, I use a N81 too, but the trick doesn't work.
If succeed, share :)
don_11 6th May 2008, 10:04 thanks boydepzai, I will wait u.....good luck bro...
boydepzai 6th May 2008, 10:11 My attempts still returns no success.
Maybe you should try, too :)
arujali 6th May 2008, 10:55 m havin a prob i did all the steps n wen i restart my fone it doesnt switch on d same nokia logo goes on n on n i hav 2 pull d battery out dint seem 2 work
N958GB(15.015)
yusuf_fee 6th May 2008, 16:23 It dont work on 6110 nav
MR.WHO 6th May 2008, 17:12 i will share my own Startup Animation
it contain my pic. and edited logo of symbian
specialy for E65
Blue_Ray 6th May 2008, 17:23 Here another one from me. :lol:
http://img177.imageshack.us/img177/1696/animation1mn2.gif
benjy999 6th May 2008, 20:37 works on my e65 too! but i had to do the procedure of changing Z to C on all .r** files!!
ToJa92 6th May 2008, 21:29 works on my e65 too! but i had to do the procedure of changing Z to C on all .r** files!!
So it works for you too? Great to hear.
wojtaliban 6th May 2008, 21:41 Really? must try too on n73... it would be gr8 :D
edit. ehh, still no effect. so on which pre-fp1 phones it works?
NightShift79 6th May 2008, 21:52 looooooooooooooool connecting joint is freakin funny hahahaaaaaaa
@NS dude ur theme rocks .. where can i get it from :P
hope u made a high res version for n80
Here you go mate:
http://www.ipmart-forum.com/showpost.php?p=1997765&postcount=25
I have added a N80 version of it.
Maybe you could post a screenshot in the related topic.
I hope it looks as good as on my N82.
works on my e65 too! but i had to do the procedure of changing Z to C on all .r** files!!
Could some other E65 user confirm it working?
Then I could add it to first post.
incurs0R 7th May 2008, 04:24 I used the override system one for now looks great but im preparing one of my own will share soon. various color variants hmmmm wish meh luck
HOUSE M.D 7th May 2008, 04:49 Here another one from me. :lol:
http://img177.imageshack.us/img177/1696/animation1mn2.gif
thankyou very much keep them coming :urtheman: just one request can u make something for doctor????:D
arujali 7th May 2008, 09:44 wrkin 5n nw thnxx:excited:
arujali 7th May 2008, 11:29 hi can u convert this gif 2 an mbm 4 me
thnx in advance
aristotelhs2060 7th May 2008, 12:36 Can We Import Gif Imagesto Mbm Wizard?
Blue_Ray 7th May 2008, 12:45 I suggest using mbmtool rather than mbm wizard. it's more easier. all u need just edit image inside temp folder. after all edited. then remake mbm files.
incurs0R 7th May 2008, 15:07 Ok here we go
http://img90.imageshack.us/img90/9824/finalew6.gif
so what do you think? :afraid::afraid::afraid:
if you dont like it please state what you would like to be changed. I was thinking of releasing other color variants.
Let me know
Rol@N95d 7th May 2008, 17:19 Is there anybody out there that make me a startup animations from this wonderfull matrix gif (Trinity falling against a glass screen)....
I am having issues with mbm software on Vista....
incurs0R 7th May 2008, 17:36 Its a 160*120 hmmmm
Rol@N95d 7th May 2008, 17:42 Its a 160*120 hmmmm
Hmmmmmm,
Can U????
Did U see it?
I would look great doesn't it?
Dansco 7th May 2008, 17:51 Ok here we go
http://img90.imageshack.us/img90/9824/finalew6.gif
so what do you think? :afraid::afraid::afraid:
if you dont like it please state what you would like to be changed. I was thinking of releasing other color variants.
Let me know
Love it mate and have some rep ;)
is there any way to working it with 6120c?
kingwicked 7th May 2008, 21:00 LOL MATE!!!
Here, I made a 240x320 startup.mbm out of it.
Dear nightshift79 the mbm you created is not working on my n82 .
i have tried others they work only this one kinda pic hangs aur you can say appears kinda corrupted rest no probs in phone start can you please help i really liked this one
by the way you are doing excellent work bro
2thumbsup
its the connecting joint mbm
edited :working fine now i guess i was not following the steps right
Sobhan236 7th May 2008, 21:17 why its not working on n73?
Dear nightshift79 the mbm you created is not working on my n82 .
i have tried others they work only this one kinda pic hangs aur you can say appears kinda corrupted rest no probs in phone start can you please help i really liked this one
by the way you are doing excellent work bro
2thumbsup
its the connecting joint mbm
nokia connecting joint is working perfectly for me, so you mde something wrong maybe...
Sobhan236 7th May 2008, 21:40 can anyone do sth that it can work in n73?
Ok here we go
so what do you think? :afraid::afraid::afraid:
if you dont like it please state what you would like to be changed. I was thinking of releasing other color variants.
Let me know
bling bling!!! please release in other colors too :)
rep for u!!
incurs0R 8th May 2008, 01:43 Thanks working on color themes of the boot screen. Im thinking green yellow blue any other?
ahpekriderzbmx 8th May 2008, 09:01 I have problem with **.r01 files..I have 4 **.r** file..
1]**.r159 - english
2]**.r31 - Unknown Language
3]**.r326 - Melayu
4]**.r327 - Indonesia
I already follow the step, rename **.r159 to **.r01 with count down..But nothing happen to my startup...What should i do ?? :(
P/S : Startup sound mod work perfectly..
NightShift79 8th May 2008, 10:56 Here's a definition of the rsc files.
Thx to FCA00000
These are out of the SDK.
/** UK English. */
ELangEnglish = 1,
/** French. */
ELangFrench = 2,
/** German. */
ELangGerman = 3,
/** Spanish. */
ELangSpanish = 4,
/** Italian. */
ELangItalian = 5,
/** Swedish. */
ELangSwedish = 6,
/** Danish. */
ELangDanish = 7,
/** Norwegian. */
ELangNorwegian = 8,
/** Finnish. */
ELangFinnish = 9,
/** American. */
ELangAmerican = 10,
/** Swiss French. */
ELangSwissFrench = 11,
/** Swiss German. */
ELangSwissGerman = 12,
/** Portuguese. */
ELangPortuguese = 13,
/** Turkish. */
ELangTurkish = 14,
/** Icelandic. */
ELangIcelandic = 15,
/** Russian. */
ELangRussian = 16,
/** Hungarian. */
ELangHungarian = 17,
/** Dutch. */
ELangDutch = 18,
/** Belgian Flemish. */
ELangBelgianFlemish = 19,
/** Australian English. */
ELangAustralian = 20,
/** Belgian French. */
ELangBelgianFrench = 21,
/** Austrian German. */
ELangAustrian = 22,
/** New Zealand English. */
ELangNewZealand = 23,
/** International French. */
ELangInternationalFrench = 24,
/** Czech. */
ELangCzech = 25,
/** Slovak. */
ELangSlovak = 26,
/** Polish. */
ELangPolish = 27,
/** Slovenian. */
ELangSlovenian = 28,
/** Taiwanese Chinese. */
ELangTaiwanChinese = 29,
/** Hong Kong Chinese. */
ELangHongKongChinese = 30,
/** Peoples Republic of China's Chinese. */
ELangPrcChinese = 31,
/** Japanese. */
ELangJapanese = 32,
/** Thai. */
ELangThai = 33,
/** Afrikaans. */
ELangAfrikaans = 34,
/** Albanian. */
ELangAlbanian = 35,
/** Amharic. */
ELangAmharic = 36,
/** Arabic. */
ELangArabic = 37,
/** Armenian. */
ELangArmenian = 38,
/** Tagalog. */
ELangTagalog = 39,
/** Belarussian. */
ELangBelarussian = 40,
/** Bengali. */
ELangBengali = 41,
/** Bulgarian. */
ELangBulgarian = 42,
/** Burmese. */
ELangBurmese = 43,
/** Catalan. */
ELangCatalan = 44,
/** Croatian. */
ELangCroatian = 45,
/** Canadian English. */
ELangCanadianEnglish = 46,
/** International English. */
ELangInternationalEnglish = 47,
/** South African English. */
ELangSouthAfricanEnglish = 48,
/** Estonian. */
ELangEstonian = 49,
/** Farsi. */
ELangFarsi = 50,
/** Canadian French. */
ELangCanadianFrench = 51,
/** Gaelic. */
ELangScotsGaelic = 52,
/** Georgian. */
ELangGeorgian = 53,
/** Greek. */
ELangGreek = 54,
/** Cyprus Greek. */
ELangCyprusGreek = 55,
/** Gujarati. */
ELangGujarati = 56,
/** Hebrew. */
ELangHebrew = 57,
/** Hindi. */
ELangHindi = 58,
/** Indonesian. */
ELangIndonesian = 59,
/** Irish. */
ELangIrish = 60,
/** Swiss Italian. */
ELangSwissItalian = 61,
/** Kannada. */
ELangKannada = 62,
/** Kazakh. */
ELangKazakh = 63,
/** Khmer. */
ELangKhmer = 64,
/** Korean. */
ELangKorean = 65,
/** Lao. */
ELangLao = 66,
/** Latvian. */
ELangLatvian = 67,
/** Lithuanian. */
ELangLithuanian = 68,
/** Macedonian. */
ELangMacedonian = 69,
/** Malay. */
ELangMalay = 70,
/** Malayalam. */
ELangMalayalam = 71,
/** Marathi. */
ELangMarathi = 72,
/** Moldovian. */
ELangMoldavian = 73,
/** Mongolian. */
ELangMongolian = 74,
/** Norwegian Nynorsk. */
ELangNorwegianNynorsk = 75,
/** Brazilian Portuguese. */
ELangBrazilianPortuguese = 76,
/** Punjabi. */
ELangPunjabi = 77,
/** Romanian. */
ELangRomanian = 78,
/** Serbian. */
ELangSerbian = 79,
/** Sinhalese. */
ELangSinhalese = 80,
/** Somali. */
ELangSomali = 81,
/** International Spanish. */
ELangInternationalSpanish = 82,
/** American Spanish. */
ELangLatinAmericanSpanish = 83,
/** Swahili. */
ELangSwahili = 84,
/** Finland Swedish. */
ELangFinlandSwedish = 85,
/** Reserved for future use. */
ELangReserved1 = 86, // reserved for future use
/** Tamil. */
ELangTamil = 87,
/** Telugu. */
ELangTelugu = 88,
/** Tibetan. */
ELangTibetan = 89,
/** Tigrinya. */
ELangTigrinya = 90,
/** Cyprus Turkish. */
ELangCyprusTurkish = 91,
/** Turkmen. */
ELangTurkmen = 92,
/** Ukrainian. */
ELangUkrainian = 93,
/** Urdu. */
ELangUrdu = 94,
/** Reserved for future use. */
ELangReserved2 = 95, // reserved for future use
/** Vietnamese. */
ELangVietnamese = 96,
/** Welsh. */
ELangWelsh = 97,
/** Zulu. */
ELangZulu = 98,
/**
@deprecated
Use of this value is deprecated.
*/
ELangOther = 99,
Can some one upload a SUPERMAN LOGO animation !?
ahpekriderzbmx 8th May 2008, 15:14 This is for what..create a new file and copy and paste over it...i cannot rename startup.r159 in Z: /drive..WHY !!.I use nokia 5700..can someone help me ??
"Here's a definition of the rsc file"
Sobhan236 8th May 2008, 15:32 you have to copy startup files to c:\resource\apps then edit startup.r01 with hex editor change the path from z to c
and restart the phone if changed post that you succeed because i want to buy a 5700
Sobhan236 8th May 2008, 15:34 sorry forgot if your phones language is english edit statup.r01 if not try others
NightShift79 8th May 2008, 20:36 Can some one upload a SUPERMAN LOGO animation !?
Of course, mate ;)
http://i30.tinypic.com/313ozms.gif
But the preview is pretty bad, cos of gif restrictions.
the mbm will have 16bit colors.
@5700 Users:
Until now noone had confirmed ot working on 5700 and some other devices. see first post. It's because some devices have more priority on Disk Z: so the startup files won't be read from C:
//EDIT:
Here is another version of the Vista-Ball
http://i32.tinypic.com/2w2qy2r.gif
Also on that one. Quality of the startup.mbm is much better.
incurs0R 8th May 2008, 22:21 GJ mate keep it up Rep+++
Of course, mate ;)
http://i30.tinypic.com/313ozms.gif
But the preview is pretty bad, cos of gif restrictions.
the mbm will have 16bit colors.
Oh thanx a lot m8!!! u've just made my day
repppppp for u :)
martinez 8th May 2008, 23:14 Friends, the solution works great, but I still couldn't get rid of my ex-operator startup.
I could identify the animations in the Z: but I need to know when they are loaded and in which config file to reproduce the step for this two files.
They are: operatoranimation.mbm and Sysap.mbm
Here is a little video of the problem:
http://www.youtube.com/v/SpKgjqjcQjU
PS.: Big thanks to NightShift79 for the discovery and for the matrix startup.
NightShift79 9th May 2008, 00:10 hmm...
Seems like you have a branded phone there. You need to send me the files, cos I don't have them to investigate... Send me your Z:\resource; Z:\sys; Z:private; folders and I can see what I can do.
ehsanmm 9th May 2008, 01:43 did NOT work on 3250
i did every items , but it still shows nokia default animation
martinez 9th May 2008, 02:10 hmm...
Seems like you have a branded phone there. You need to send me the files, cos I don't have them to investigate... Send me your Z:\resource; Z:\sys; Z:private; folders and I can see what I can do.
NightShift, it's a N95-1 but I've found a solution based on your tutorial!
The problem of startup and shutdown operator animation usually occurs to phones acquired from operators in Brazil, Italy and many others, and can be solved as the following:
STARTUP
The sub startup animation can be replaced by a new one(for a longer startup animation together with the default) or ignored.
1. Copy the Z:\Resources\Apps\OPERATORANIMATION.rsc to C:\RESOURCES\APPS\OPERATORANIMATION.rsc
2. Press 8 in x-plore, menu, edit chars, and replace Z: with C: (line 000028) in the copied file. Be careful to maintain the default file names, folder names and case letters. If the file size changes, some phone buttons will not work.
3. If the sub startup animation is desired, copy any startup animation(.mbm) to C:\Resources\Apps and rename to operatoranimation.mbm. If you don't want sub startup animation just create a fake operatoranimation.mbm (like a empty txt file) and copy to C:\Resources\Apps.
Done!
SHUTDOWN
Like the startup, it can be replaced or ignored.
1. Copy the Z:\Resources\Apps\SysApShutdownAnimation.rsc to C:\RESOURCES\APPS\SysApShutdownAnimation.rsc
2. Press 8 in x-plore, menu, edit chars, and replace Z: with C: (line 000028) in the copied file. Be careful to maintain the default file names, folder names and case letters. If the file size changes, some phone buttons will not work.
3. If the sub startup animation is desired, copy any startup animation(.mbm) to C:\Resources\Apps and rename to SysAp.mbm. If you don't want shutdown animation just create a fake SysAp.mbm (like a empty txt file) and copy to C:\Resources\Apps.
Done!
Any problems let me know :D
Z:\Resources\Apps\OPERATORANIMATION.rsc 6120c hasnt got it :'(
martinez 9th May 2008, 03:08 Z:\Resources\Apps\OPERATORANIMATION.rsc 6120c hasnt got it :'(
Using x-plore, try to find *.mbm, in the Z:\Resources\Apps\ folder.
Open each one and see if you can identify your operator animation.
Knowing it's name, copy all the contents from Z:\Resources\Apps\ to E:\somefolder.
Move the E:\somefolder to PC and search *.* files containing the filename of the animation identified.
This way we will know which file loads the animation on the startup and just have to copy it to C:\Resources\Apps\ changing its parameters :D
don_11 9th May 2008, 05:55 I follow every step in first page, but still did'nt work for my N81.....still confuse why didn't work.....any solution?? thank u
ahpekriderzbmx 9th May 2008, 06:00 Sobhan236 !!
Why my operator animation still read from Z:\Resources\Apps\..I want it to read from C:\Resources\Apps\ drive...that why i think that not work..help pls !!
Copy the Z:\Resources\Apps\SysApShutdownAnimation.rsc to C:\RESOURCES\APPS\SysApShutdownAnimation.rsc I found it. and I did what did you say. when I shut down to phone I cant see animation and I cant see to nokia animation too. and My phone didnt shutdown it restarted.. Im very unlucky about this.. :(
martinez 9th May 2008, 15:44 Sobhan236 !!
Why my operator animation still read from Z:\Resources\Apps\..I want it to read from C:\Resources\Apps\ drive...that why i think that not work..help pls !!
If you just want to remove the operator animation(startup), create a text file, rename it to operatoranimation.mbm, copy it to E:\, then after caps off, copy it from E: to C:\Resources\Apps\.
Using x-plore, hex edit C:\RESOURCES\APPS\OPERATORANIMATION.rsc(just press 8 in the file) and choose menu, edit chars. Replace the Z: for C: on line 000028, and that's it. You will have the default shaking hands without operator startup animation.
Copy the Z:\Resources\Apps\SysApShutdownAnces\Apps\SysApShu tdownAnimation.rsc to C:\RESOURCES\APPS\SysApShutdownAnimation.rsc I found it. and I did what did you say. when I shut down to phone I cant see animation and I cant see to nokia animation too. and My phone didnt shutdown it restarted.. Im very unlucky about this.. :(
To solve your problem, copy the file from Z:\Resources\Apps\SysApShutdownAnimation.rsc to C:\RESOURCES\APPS\SysApShutdownAnimation.rsc again, so you will have a new one, and then navigate to C:\RESOURCES\APPS\ , select SysApShutdownAnimation.rsc and Press 8 in x-plore, menu, edit chars, and replace Z: with C: (line 000028). Be careful to maintain the default file names, folder names and case letters and do not change the path or it will cause problems in the shutdown.
aristotelhs2060 9th May 2008, 16:32 can someone make a gif nvidia graphics and sound?wont it be great on mobile start up?
you know that there isnt sysap.mbm in z.. I think ; for that reason It didnt work..
martinez 9th May 2008, 19:14 you know that there isnt sysap.mbm in z.. I think ; for that reason It didnt work..
Try to open each Z:\Resources\Apps\*.mbm and see if you can find the file with your animation. If you find this we can change it :)
Psykitt 9th May 2008, 19:48 Hello Martinez!
Would you please upload Z:\Resources\Apps\OperatorAnimation.rsc
and Z:\Resources\Apps\SysApShutdownAnimation.rsc
from a branded N95 so I may use this option on my unbranded phone.
The problem is that in my unbranded version no path or filename is given - only "ZH" and "\".
Thanks Psykitt
martinez 9th May 2008, 21:42 Hello Martinez!
Would you please upload Z:\Resources\Apps\OperatorAnimation.rsc
and Z:\Resources\Apps\SysApShutdownAnimation.rsc
from a branded N95 so I may use this option on my unbranded phone.
The problem is that in my unbranded version no path or filename is given - only "ZH" and "\".
Thanks Psykitt
My phone language is different(portuguese), my files could cause your fone to hang on startup or shutdown, so its better to copy your original files and change the paths.
The fone must first be hacked (http://www.ipmart-forum.com/showthread.php?t=247991), caps set disable, and x-plore set to show hidden files/folders.show hidden files/folders. Then you will have access to all hidden folders and will find it on the branded phone. Any probs let me know.
Psykitt 9th May 2008, 22:39 Hello Martinez!
I think the language is in SysAp.r03 and in Startup.r03.
But in my point of view only a path is given in the requested files:
OPERATORANIMATION.rsc
SysApShutdownAnimation.rsc
I don't have these animations yet installed, so my files are empty.
I want to compare them to yours - not more.
And I will carfully think it over to put them in C:\Resource\Apps with my own .mbm animations!
Here are mine so give it a try please and upload yours for me.
incurs0R 9th May 2008, 22:49 i would try this but not deleting the original files for just in case
martinez 9th May 2008, 23:47 Hello Martinez!
I think the language is in SysAp.r03 and in Startup.r03.
But in my point of view only a path is given in the requested files:
OPERATORANIMATION.rsc
SysApShutdownAnimation.rsc
I don't have these animations yet installed, so my files are empty.
I want to compare them to yours - not more.
And I will carfully think it over to put them in C:\Resource\Apps !
Here are mine so give it a try please.
You don't have the paths indeed, so you don't have operator animation on the unbranded phone.
The branded phone may have the path, but you couldn't see the files coz they are hidden.
Anyway, since it's the files are specific for your use, PM me with your e-mail and I'll send them to you :)
shaqib87 10th May 2008, 13:48 hi,plz plz plz make a window xp startup and shutdown animation exactly like computer.
Thanx in advance.
dsmarty 10th May 2008, 15:33 thanks nightshift bro......... but I have n73 me and seems not work.
shaqib87 10th May 2008, 17:28 hi.plz plz plz... Make a xp shutdown animation. I've found startup and only xp shutdown is needed. Hope u will not disappoint me. Thanx in advance.
Mafteah 10th May 2008, 17:36 what about 6120c?
kuchi.cz 10th May 2008, 22:43 confirmed, on my 6290 the startup animation does not work... anyway rep+ 2 nightshift :-)
denniesherman 11th May 2008, 07:00 vodafone start up animation please...........
ahpekriderzbmx 11th May 2008, 20:08 Can this Change your Startup-animation work on Nokia 5700 ?? Help pls !! Make my phone work.. :(
denniesherman 12th May 2008, 05:40 i make my self.. O2 start up... enjoy....
but can someone upload the sound....
thanx
anin_dani 12th May 2008, 08:13 Can this Change your Startup-animation work on Nokia 5700 ?? Help pls !! Make my phone work.. :(
Sorry! I'm,my self own a 5700,it doesn't work for our phone.
We need to wait a little bit.
Kev63 12th May 2008, 15:17 http://img153.imageshack.us/img153/8295/startupjv6.gif
I give you my contribution :egdance: ! I'm from France and keen on Paris Saint-Germain Football Club, so I made this :D...
incurs0R 12th May 2008, 15:22 i make my self.. O2 start up... enjoy....
but can someone upload the sound....
thanx
Screenshot plz mate?
ahpekriderzbmx 12th May 2008, 18:45 Okay anin_dani !! I will wait !! :)
gab23 13th May 2008, 15:35 Can someone change this to mbm file for me? Thanks
aporitos 13th May 2008, 21:26 thanks for the startup animation guys:)
NightShift79 14th May 2008, 01:05 http://img153.imageshack.us/img153/8295/startupjv6.gif
I give you my contribution :egdance: ! I'm from France and keen on Paris Saint-Germain Football Club, so I made this :D...
Great start, mate!
I'll give rep fpr your constribution.
Keep them comming, bro!
:urtheman:NightShift79:urtheman:
My respects to U, FCA00000, Zorn & Leftup and others that contributed to this forum.
After one day of reading all around the forum I managed to hack my N95 8Gb V 20.0.016 (custom startup, shutdown, sounds and patches).
Even dough I don't like to ask for help if I can figure out something out by learning, I got a small problem that I just can't figure it out: I want to make a startup animation out of a gif file, that I created from a video and I just can't pull it off.
Maybe U can help me with some advice or if it's easier for U to do it I don't mind . I use Mbm tool to create the file but with this one every time I save it as a mbm file it's empty.
Thanks in advance bro. :urtheman:
NightShift79 14th May 2008, 03:44 "Hit em up", bro.
Nice work.
Don't know what happened to your gif.
I extracted every frame as a jpg and added them to the mbm.
Here you go:
http://i32.tinypic.com/59ub5z.gif
:urtheman: Man that was quick damn:excited::excited:
Thanks own u one bro.
"Hit em up", bro.
Nice work.
Don't know what happened to your gif.
I extracted every frame as a jpg and added them to the mbm.
Here you go:
http://i32.tinypic.com/59ub5z.gif
I got the difference u extracted them as jpg and i was extracting them as bmp. Good to know from now on.
noki_Chua 14th May 2008, 10:02 presenting to you . .
samsung live loud start up anima . . from samsung I450
for samsung live loud start up sound go here
http://www.ipmart-forum.com/showthread.php?p=2017687#post2017687
thanks.
ahpekriderzbmx 14th May 2008, 11:14 Can someone make it work on Nokia 5700 !! I need it !! :)
appless 14th May 2008, 15:54 i changed my n82 and now gives a system error? help
qaliza 15th May 2008, 03:32 Hello everyone. This startup is 240x320. It works great on my n95 but not on n80. Hope u like it
http://img187.imageshack.us/img187/9383/undertakerzg1.gif (http://imageshack.us)
http://img187.imageshack.us/img187/9383/undertakerzg1.69b7551bab.jpg (http://g.imageshack.us/g.php?h=187&i=undertakerzg1.gif)
jefbuan 15th May 2008, 09:33 Works great on my e51..but how can i remove this nokia white splash screen?
marijem 15th May 2008, 22:36 anyone have windows startup animation?(windows logo and loading animation under) pls share.. thx
i have e50 hacked, will try to change with windows startup animation :)
swankyleo 16th May 2008, 12:11 anyone have windows startup animation?(windows logo and loading animation under) pls share.. i have e50 hacked, will try to change with windows startup animation :)Check out this one for Vista ;)
http://www.ipmart-forum.com/showpost.php?p=1994760&postcount=55
http://img89.imageshack.us/img89/5461/88927392jw6.gif (http://imageshack.us)
http://img89.imageshack.us/img89/5461/88927392jw6.3555bfaac0.jpg (http://g.imageshack.us/g.php?h=89&i=88927392jw6.gif)
BIOS startup file for Nokia E70 (352x416).
Source bitmaps included. ;)
denniesherman 17th May 2008, 06:05 http://img89.imageshack.us/img89/5461/88927392jw6.gif (http://imageshack.us)
http://img89.imageshack.us/img89/5461/88927392jw6.3555bfaac0.jpg (http://g.imageshack.us/g.php?h=89&i=88927392jw6.gif)
BIOS startup file for Nokia E70 (352x416).
Source bitmaps included. ;)
that great dude... can u make N82 for me......
Too complicated. Width of only 240 pixels is not enough. I had problems with 352 pixels available: "EPA Pollution Preventer" text cannot be read because I had to shrink EnergyStar logo to fit, and the System Configurations table contains only bare minimum information. These two will certainly not fit in 240 pixels and I don't know any smaller font that looks like DOS.
Sorry.
http://img89.imageshack.us/img89/5461/88927392jw6.gif (http://imageshack.us)
http://img89.imageshack.us/img89/5461/88927392jw6.3555bfaac0.jpg (http://g.imageshack.us/g.php?h=89&i=88927392jw6.gif)
BIOS startup file for Nokia E70 (352x416).
Source bitmaps included. ;)
Plz make this for nokia N95 FW v21 plz
NessunNome 19th May 2008, 21:51 Don't work with N76.
vezefq 20th May 2008, 11:05 i have 2 startup which are startup.r159 and startup.r31 , what should i do now? ...help plz
btw, i'm using nokia 3250, can someone confirm this hp work or not?
westgds 20th May 2008, 14:53 http://img89.imageshack.us/img89/5461/88927392jw6.gif
i Need this for N95
http://img89.imageshack.us/img89/5461/88927392jw6.gif (http://imageshack.us)
http://img89.imageshack.us/img89/5461/88927392jw6.3555bfaac0.jpg (http://g.imageshack.us/g.php?h=89&i=88927392jw6.gif)
BIOS startup file for Nokia E70 (352x416).
Source bitmaps included. ;)
that's very cool man can i get one for my N73 ME Plz
yashar 23rd May 2008, 12:47 please make this bios startup for my nokia n82! Please please! I need it, i have a 8gb microsd and the processor i think is an arm11@332mhz..!
please make this bios startup for my nokia n82! Please please! I need it, i have a 8gb microsd and the processor i think is an arm11@332mhz..!
Please stop asking! I said before. Text doesn't fit in only 240 pixels and I don't have a smaller font that looks like DOS. Unless you have a smaller font that looks like DOS, I can't do it. I tried. Sorry.
munnni 25th May 2008, 18:54 hmm, why is that i did everything that this tutorial said and when i boot up my phone, this startup.mbm will run, then 1-2 sec white screen and then i would see my phone.
what is causing this white blank stuff between startup.mbm and my normalphone screen.
that youtube video what is in 1 page that dude had it too(he uses n95) but when i watch n95 8gb it had perfect timing.
i shortened startup.mp3 under 2sec and at the moment i use default nokia startup, and still white cap.
why?
edit
seems that n95 has that whitecap between it from the start, so anyway around it?
enjuto 27th May 2008, 15:10 On my branded e65 there are TWO startup animation... the nokia one (Startup.mbm) and the shitty operator one (operatoranimation.mbm) so I had to repeat the process and copy from z: operatoranimation.mif and OPERATORANIMATION.rsc (in caps) and edit the last one
Also, here is a tiny black animation (all black, fast and tiny)
prodigiez 30th May 2008, 22:04 hi guys..thx for the mod... successfully convert my phone to transformers theme include startup animation + sound + theme and tones.. thx so much..
heres the video of my theme
http://www.youtube.com/watch?v=giuEpYScCQk
:urtheman:
taief_N80 31st May 2008, 22:13 http://img89.imageshack.us/img89/5461/88927392jw6.gif (http://imageshack.us)
http://img89.imageshack.us/img89/5461/88927392jw6.3555bfaac0.jpg (http://g.imageshack.us/g.php?h=89&i=88927392jw6.gif)
BIOS startup file for Nokia E70 (352x416).
Source bitmaps included. ;)
umm can the .PSD file be shared?
ahpekriderzbmx 1st June 2008, 11:23 Can someone make it work for Nokia 5700 !! :(
juzcruizin 2nd June 2008, 18:19 Here is the BIOS Start-Up for N95 (8gb) which i modified myself from the file of the previous poster. I hope its ok using the files. For the N95 users who request for it. I only changed a portion of it like the Model Unit and other infos i don't know.. Just let me know for some other improvements i can make.
BTW, i Need some help from you guys on how to convert it to mbm file. Would love to see its output. Thanks. I hope you guys like it.
Jamar 2nd June 2008, 19:26 Okay, but the main problem is that these files are for N80, so the resolution of the images is 352x416. But for N95 (and others) we need these images (and final animation) in resolution 240x320, which will be a little problem with this font...
And anyway, for N95 more things needs to be changed than just phone name, like CPU speed, resolution, OS version and so...
umm can the .PSD file be shared?
.PSD file? What is that? :? I didn't use .PSD files.
Here is the BIOS Start-Up for N95 (8gb) which i modified myself from the file of the previous poster. I hope its ok using the files. For the N95 users who request for it. I only changed a portion of it like the Model Unit and other infos i don't know.. Just let me know for some other improvements i can make.
BTW, i Need some help from you guys on how to convert it to mbm file. Would love to see its output. Thanks. I hope you guys like it.
Here's the .mbm.
wojtaliban 3rd June 2008, 17:16 Some mistakes in your startup images juzcruizin (like OS 9.1, screen size etc.) but still great work!! thanx for sharing, REP +++ :)
juzcruizin 3rd June 2008, 19:39 Thanks M95D, Will try now. Thanks for the convertion.
@ Jamar- wojtaliban, I will try my best to change resolution for N95.
@ Jamar- Could you provide the details for the CPU Speed. OS Version & impt parts & etc for me to edit for N95. Thanks.
juzcruizin 3rd June 2008, 19:41 Thanks M95D, Will try now. Thanks for the convertion.
@ Jamar- wojtaliban, I will try my best to change resolution for N95.
@ Jamar- Could you provide the details for the CPU Speed. OS Version & impt parts & etc for me to edit for N95. Thanks.
Jamar 3rd June 2008, 22:21 to juzcruizin: No prolem, complete specs for N95 (and for all other s60 phones) can be found here: http://www.forum.nokia.com/devices/N95
So changed lines for N95 will be:
ARM11 CPU at 332 MHz
Memory Testing: 56320K OK
Detecting Card ... Nokia NU-37 (for 2GM microSD card)
14/02/08 21.0.016 RM-159
And on the boot table:
CPU Type: ARM11
CPU Clock: 332 MHz
RAM Memory 56320K
ROM: 96461K
Flash: 150835K
Card: MicroSD, XXGB
Display: 240x320
Starting Symbian 9.2
These are for classic N95-1, for 8GB there will be some changes, like memory size and card type.
Anyway, thanks for the modding!
skcookie 4th June 2008, 20:50 how I created any .mbm file? please some manual :prayer:
mattinhbo 4th June 2008, 21:39 __Not working with my Nokia E65 . I can't find file startup.mbm , startup.mif in z:\resource\apps\ on my phone( FW 3.0633.69.00) =.=
skcookie 4th June 2008, 21:42 I have E65 and animation work perfect,
FW 3.0633.69.00
mattinhbo 5th June 2008, 04:51 __Opps sorry , it's working perfect on my nokia e65 :D
h3rry_5 5th June 2008, 14:07 Can someone make the BIOS mbm for my E90,thanks...
eltarod 6th June 2008, 15:22 Can someone pleaseeeee make the BIOS startup screen for my NOKIA E51?Please???I can provide all needed information.
denniesherman 6th June 2008, 20:29 Please make N82 bios ..........................
wojtaliban 6th June 2008, 20:37 People, you can edit it on your own... why dont u do that? ;]
eltarod 7th June 2008, 01:45 I am a noobie when talking about these things :(
If it's a problem or too difficult ok I understand ;)
qaliza 8th June 2008, 03:13 Nokia E51
Fixed
http://img247.imageshack.us/img247/8199/biose51vu1.gif
Nokia N82
http://img520.imageshack.us/img520/3884/biosn82um5.gif
Nokia N95
http://img205.imageshack.us/img205/6540/biosn95lu1.gif
Nokia N95 8GB
http://img444.imageshack.us/img444/4973/biosn958gbdf5.gif
qaliza 8th June 2008, 03:56 More startup Screens
http://img296.imageshack.us/img296/2359/jointfi5.gif http://img522.imageshack.us/img522/3209/ferraristartupuh6.gif http://img67.imageshack.us/img67/1892/flashhc1.gif
http://img67.imageshack.us/img67/5602/winxphf5.gif http://img207.imageshack.us/img207/7042/winvistaqb0.gif http://img207.imageshack.us/img207/104/vistablackiq9.gif
denniesherman 8th June 2008, 05:40 More startup Screens
http://img296.imageshack.us/img296/2359/jointfi5.gif http://img522.imageshack.us/img522/3209/ferraristartupuh6.gif http://img67.imageshack.us/img67/1892/flashhc1.gif
http://img67.imageshack.us/img67/5602/winxphf5.gif http://img207.imageshack.us/img207/2296/o2lg6.gif http://img207.imageshack.us/img207/7042/winvistaqb0.gif
http://img207.imageshack.us/img207/104/vistablackiq9.gif
dude you repost something... O2 is the first thing i post .......
but it's great.
qaliza 8th June 2008, 06:24 Sorry about that denniesherman, did not see it....!
imran72199 8th June 2008, 12:10 plz post this also in this resolution 320x240 for my e62 plz...
eltarod 8th June 2008, 16:29 Thank you very much qaliza!!!
Love you man!!!
waxzus 8th June 2008, 17:34 qaliza, could you make Startup Bios Screen for N95 8GB please ? (the latest firmware on N95 8GB is 20.0.016). Thanks in advance.
sircjquimar 8th June 2008, 17:35 ok people i found a solution why its not working on some phone.
- First Enable CAPS OFF
- Use FileBrowser and go to Z:\resource\apps
- Copy the startup.mbm, startup.mif and the rsc file corresponding to your installed language (*.r01 = english, *.r03 = german, etc.) to C:\resource\apps
- Now browse to C:\resource\apps and press '8' on the startup.rXX file. now you have the hex view of the file.
- Scroll down to line 000050
- change hex value '5A' which stands for 'Z' to '43', which will be 'C'.
- After saving the file, on boot, device will look in C:\resource\apps for the Startup.mbm and use it!
where it says "Scroll down to line 000050", on my phone it does not have 000050, instead its 000051.
hope this might help.
how do you enable caps off? thanks
sircjquimar 8th June 2008, 17:41 hi guys any short cut keys when copying file using fexplorer pls. i cant copy these 3 files from Z: resource/apps to c: resource/apps. any help pls trying to install on my nokia n95-1 and n95 8gb.
sam_shr 8th June 2008, 19:14 work on n73 ??????????
if yes
how ?
imran72199 8th June 2008, 19:17 plz give some 320x240 resolution startup file for my e62 thnxxx
qaliza 8th June 2008, 19:53 Thank you very much qaliza!!!
Love you man!!!
Anytime my friend
qaliza 8th June 2008, 20:32 plz post this also in this resolution 320x240 for my e62 plz...
Give me ur phone full specifications and i will do it
This is the joint startup for ur phone
http://img291.imageshack.us/img291/6397/joint320x240sc9.gif
qaliza 8th June 2008, 20:37 qaliza, could you make Startup Bios Screen for N95 8GB please ? (the latest firmware on N95 8GB is 20.0.016). Thanks in advance.
Moved here
http://www.ipmart-forum.com/showpost.php?p=2078172&postcount=262]
qaliza 8th June 2008, 20:47 work on n73 ??????????
if yes
how ?
Nope....It only works on FP1 phones
imran72199 8th June 2008, 22:41 Well i have nokia e62 with screen resolution 320x240 i want to change my startup animation i tried all but not working.... First i use metro trk and disable caps and use xplore for filemanager....okkk....
Then i copied file from z/resource/apps/startup.mbm,startup.r01,startup.mif.... And paste it to c/resource/apps... And paste it ..... Okkkk and goto startup.r01 and press 8 key and hex edit to 5a to 43 thats c..... Done alll but not working with me please help me out....
and the hack of startup sound is working fine but startup animation not working...
imran72199 8th June 2008, 22:58 my phone is nokia e62 with firmware 2.0618.06.17 and date is 10-08-06....
plzzz help me
qaliza 8th June 2008, 23:31 Well i have nokia e62 with screen resolution 320x240 i want to change my startup animation i tried all but not working.... First i use metro trk and disable caps and use xplore for filemanager....okkk....
Then i copied file from z/resource/apps/startup.mbm,startup.r01,startup.mif.... And paste it to c/resource/apps... And paste it ..... Okkkk and goto startup.r01 and press 8 key and hex edit to 5a to 43 thats c..... Done alll but not working with me please help me out....
and the hack of startup sound is working fine but startup animation not working...
Your nokia E62 is a Pre-FP1 phone like the N73 and the N80. The startup screen "untill now" only works on FP1 phones such as N95, E51, N82 etc...
while the startup sound works on all.
Hope someone can come with a solution for the Pre-FP1 phones startup screens.
ahpekriderzbmx 9th June 2008, 08:17 Pls someone..I want in my Nokia 5700..Huhuhu !! Help !!
imran72199 9th June 2008, 10:02 is there anyway to change the startup logo of nokia e62 if yes then plz post it....
thnx |