Mobi Groups
Download Free Apps & Games @ PHONEKY.com

SymbianHacker - Topics
Create Your Own App Store

* SymbianHacker > Topics


Subject: change the startup screen
Replies: 10 Views: 6022

stefdag 30.05.08 - 01:53pm
I added some animations on the links that i got. with this trick you will be able to change the shaking hands of nokia:)

CONFIRMED WORKING ON N82, N95, N95 8GB, E51, E60, E90, E65
SEEMS NOT TO WORK ON 6120, 6290, 5700, N73, N80, N81



- First Enable CAPS OFF
- Use FileBrowser and go to Z:resourceapps
- Copy the startup.mbm, startup.mif and the rsc file corresponding to your installed language (*.r01 = english, *.r03 = german, etc.) to C:resourceapps
- Now browse to C:resourceapps 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:resourceapps for the Startup.mbm and use it!
- So copy some modded startup.mbm there.
finalew6kq5.gif8194975oe2zn1.gif

so the phone can start now like on the pic.
if you dont know what file is corresponding for your phone language check this list. *

stefdag 30.05.08 - 01:53pm
Definition of the rsc files:

Code:
/** 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, *

skodeng 24.09.08 - 04:35am
can my 5320 do diz? *

stefdag 24.09.08 - 11:42am
sorry i dont know if it works on your phone. you have to try it to see.
*

g0l1ath1 14.10.08 - 12:08pm
hi i have a n95 8gb, i place ther files in c:/resourse/apps but my startup doesnt change??? why is this? i changed the z:/... to c:/... but no luck, the startup files im using are those that i downloaded out of files in this group. i even placed rc01, rc02,rc03,rc05,rc13 in c:/recource/apps and changed them all but no luck i have v20 fw, it worked when i had v13 fw *

stefdag 14.10.08 - 09:22pm
use your own files. they are located in Z:/resource/apps. copy them and follow the instructions *

g0l1ath1 14.10.08 - 10:08pm
i did, but it doesnt work, when i boot up my fone now it just says nokia in blue, then my wallpaper, not even the original nokia hands *

stefdag 15.10.08 - 05:10am
check with hex if you changed z to c correctly.best is you delete again the 3files that you copied from z and start from the top. *

g0l1ath1 15.10.08 - 05:36am
have tried over and over again but no luck, had this working with my old fw(v13), it doesnt seem 2 work on v20.0.016 *

stefdag 15.10.08 - 08:13am
well it did worked for me when i had same firmware. You could try to upgrade your firmware if you are sure you are doing everything right and it doesn't work *

stevo1 8.02.09 - 01:26am
i know its been ages but i found my problem was the fact that it just moved in 2 folder , were insted it should over write the one there already just make sure that you dont have 2 start up . Mbn files which was the case for me . *


* Reply
* SymbianHacker Forum


Search:
topics replies


* SymbianHacker

Create Your Own App Store

topTop
groupsGroups
mainProdigits

Create Your Own App Store