[Question] How to edit boot text? - Windows Mobile

Hi,
In first boot, phone has this message:
Preparing device for first use....
later,
Microsoft, all rights reserved.....
How can i edit and repositioning this messages.
i want to change color and put text a litle down on screen.
Thanks for the help
Cumps

IoDa00 said:
Hi,
In first boot, phone has this message:
Preparing device for first use....
later,
Microsoft, all rights reserved.....
How can i edit and repositioning this messages.
i want to change color and put text a litle down on screen.
Thanks for the help
Cumps
Click to expand...
Click to collapse
The first one, "Preparing device..." is a bmp named LogoMsg.bmp. It can be found inside of OEM\yourdevice\XXXX\OEM_Lang_XXXX
Where XXXX is your lang
Not sure on the second one, haven't looked into that one. I will dig around and see what I can come up with.

it is in shellres mui.

In my TP2 WM6.5 it is logo.bmp that I need to edit to remove those words.

Thanks for the replies.
Now I wonder if it is possible to reposition these messages.
EDIT: I've searched in shellres mui, but not find that message.
Cumps

Bump...Bump...

michyprima said:
it is in shellres mui.
Click to expand...
Click to collapse
In case you still haven't found it, you can find the second text "© 2009 Microsoft Corporation. All rights reserved. This computer program is protected by U.S. and international copyright laws." in:
shellresapps.dll.0409.mui
Look in Dialog 11091
Hope this helps out!

IoDa00 said:
Thanks for the replies.
Now I wonder if it is possible to reposition these messages.
EDIT: I've searched in shellres mui, but not find that message.
Cumps
Click to expand...
Click to collapse
You find the file shellres.dll.0409.mui (Base_Lang_0409), open files by Reshack, in Dialog, line 14368...

Related

Way to make your Language OS for Universla

the way to OS Localize your Universal
*****the files and tools you need*******
*imgfs_tool by mamaich
*boot_hv_tool by mamaich
http://forum.xda-developers.com/viewtopic.php?t=34171&start=0
*HTC-64 Encodetool by bal666
http://forum.xda-developers.com/viewtopic.php?p=191164#191164
*hex editor (i used Heiw32 accroding to suggestion of Mamaich)
*NotePad in Windows
*Other high performanced Editor(if you have)
*Resource Hacker or PE Editor + Resource Tunner to edit mui
*Signcode.exe and sign with certificate
-----sorry can not write all in here,,, pls go to link---
http://www.asukal.jp/WM5_MUI/the way to OS Localize your Universal.mht
***********additional information 2006-May-15**********
regarding to initflashfiiles.dat and initboji.dat
i tired to write initflashfiles.dat in Japanese chalachtor, but not in CODE,
seems to work.
*write initflashfiles.dat in Japanese to specify Japanese Localized shell folders and Japanese re-named Short cuts. then add into rom.
also deleate both of 2 old dat files from rom.
then flash it back to my Uni, the localized shell folders were created!
this can save a lot of time to create the Localized ROM :shock:
But,,, still testing that ROM can work correctry.......or not.
<some appurication buttons can not assained if without initboji.dat>
*************2006-May 22 aditional********************
@ to edit the dll or exe from AKU2 rom, they have some difference.
Strings can be edited only with Platform Builder now.
pls reffer to this thread
http://forum.xda-developers.com/viewtopic.php?t=49423&highlight=
Can I have your instructions?
Hi Asukal(sama):
I'm trying to localize my Universal to my local language.
I'm stuck now before boot set-up process after hard reset.
So, I would like to ask you several questions.
Could you show me your instructions / suggestions?
1) Certification Store (way 2-1)
You said I have to take out CertificationStore from registry file.
I could not find any key of "CertificationStore", so I compared my registry before and after SDK_Cert installation.
I found there are some differences in registry file, which are:
HKEY_LOCAL_MACHINE\Comm\Security\SystemCertificates\SPC\Certificates\XXXXX] –- 3 keys
HKEY_LOCAL_MACHINE\Comm\Security\SystemCertificates\Privileged Execution Trust Authorities\Certificates\XXXXX] – 3 keys
[HKEY_LOCAL_MACHINE\Comm\Security\SystemCertificates\Unprivileged Execution Trust Authorities\Certificates\XXXXX] – 2 keys
I removed "\" that locates on each line of hex data and write these keys on default.hv file.
However, the start-up process just after hard reset didn't start...
I also found some other differences on registry files, which seems certification file update time.
Do I have to put update time keys on default.hv file?
Or am I still missing something?
2) MUI (way 2-2)
I could sign *.mui files with SDK_Cert.
You said PE header must be corrected if I cannot sign *.mui.
In other words, you mean I don't have to correct PE headers because I can sign my *.mui?
As far as I checked my *.mui files, it seems OK.
3) iniboj.dat (way 3)
I could dump iniboj.dat and initflashfiles.dat and translated them to my language.
Of course I saved in Unicode (UTF-16) and removed the first 2 byte "ff fe".
When I run "delfile.exe", I noticed "delfile.exe" showed the error message that "delfile.exe" could not find iniboj.dat.
But I could add iniboj.dat with "addfile.exe".
Is this a normal message from "delfile.exe"? FYI, my base ROM is Qtek's AKU2; 1.30.77.
4) *.hv files (way 4)
I think the following is the keys that I must change.
[HKEY_LOCAL_MACHINE\System\Explorer\Shell Folders]
"StartUp"="\\Windows\\StartUp"
"Recent"="\\Windows\\Recent"
"Programs"="\\Windows\\Programs"
"Favorites"="\\Windows\\Favorites"
"Desktop"="\\Windows\\Desktop"
Even I changed these keys, I cannot start my start-up process...
Are these keys enough to start start-up process?
I appreciate any suggestions / supports / instructions!!
Thank you.
hi! Camrade!
Re Qeuestions
1;certificate sotre. 3 entries are correct.
@But i am not sure what you removed???
i did not remove any thing and copy it to HV.
@yes update time must be in HV also.
like follows.
without this. no work as sertificate authentification.
[HKEY_LOCAL_MACHINE\Comm\Security\SystemCertificates\Privileged Execution Trust Authorities]
"UpdateTime"=hex:\
00,e0,46,50,1c,96,c5,01
2;if your mui can be signed, they should be workable.
but i am afraid your mui of core-dll Strings Table were broken.
PLS reffer this thread about that!
http://forum.xda-developers.com/viewtopic.php?t=49423&highlight=
if you are not sure, pls send me one of them to check it.
3:re-iniboj.dat, as you told me the eror message of delfile.exe will notice you, because i doesnt exisit in rom files. it was in XIP area.
But dont mind that. procceed it!
4;Shell folders; that is enough in hv, to just specify the loaction of Shell folder.<this also discribed in shellres.dll.
But no start up menu if there were localized Shell folders by failed initialized 2 dat files.
@the os can boot even the shellres.dll.xxxx.mui is not worked,
just missing Programs in StarMenu.
Now i am afraid your shellres____mui is read by OS, but it was incorrect.
@to change the Dr.Johnson screen to Japanes one, replace "stylus2.192.gif" and "stylus1.192.gif" with ones from JP os.
But the fisrt sentence before Stylus work for Dr.Johnson is from Shellres.mui, so your are failed in to read shellres_mui if it was still english.
Good luck!
Almost completed
Thank you, Asukal!
With your responses and instructions, I can finally boot my Universal with my language from boot screen!
I’ll make init*.dat file and try to make more localized ROM.
It seems a little difficult (complicated) to make initflashfiles.dat file translating to Unicode character code. But I’ll try!
Again, Thank you very much!!
shugoh
pls try to write iniflshfile.dat in Katakana, instead of Code,
i did try this some part of them just now.
Seems to be worked. But not sure .........didnt test all of in this dat,
just a part of it.
if the Katakana written dat was workable, it will be so easy to create
the Shell folders in Japanese................ :lol:
Hi Asukal,
I also want to join but I don't have the hex editor....the process is so complicated and the "key" is we have you on this website that do cook the ROM for us. Thanks a lot again.
If you have invented some easy installation files that want me to try, please let me know. I tried to edit the latest O2 ROM but unsuccessful....
Cheers,
chris_khho said:
Hi Asukal,
I also want to join but I don't have the hex editor....the process is so complicated and the "key" is we have you on this website that do cook the ROM for us. Thanks a lot again.
If you have invented some easy installation files that want me to try, please let me know. I tried to edit the latest O2 ROM but unsuccessful....
Cheers,
Click to expand...
Click to collapse
free hex editors can be downloaded.
many kinds of hex editors were in web.
Anyway, if i need something need test, i will call u! :lol:
Hi, Asukal:
This my be very stupid question...
I could translate html portion of shellres.dll with your instruction.
However, I still cannot do of tapres.sll and tshres.dll.......
Maybe this is because the type of resouce is different from shellres's.
So I tried to move html of tapres and tshres to another resources using PB because the other tools I have doesn't work...
When I wanted to save modified resource on PB, PB said I could not save the new resource because PB could not load resources from executable file...
I know this question is the basic one if I want to use PB.
But if you can show (a) hint(s) to me, I would appreciate your support very much.
Thank you!
shugoh
i guess PB can only save the files as "*****.exe" or "******.dll",
but not as a "******.dll.xxxxx.mui"
so you must save it as "anyname_you_want.dll" with out xxxx.mui to other folder.
then go to next step, because files edited with PB can not to be signed.
To enable to be signed, go following steps.
1;Open "any dll" or exe which havs correct PE header with Restorator.
2;Dlelete all of resources from this dll or exe.<make empty dll>
3:On another window of Resotrator ,
Open "anyname_you_want.dll" edited and save by PB
4rag and drop all resources exept "255" resource from
"anyname_you_want.dll" to "empty.dll"
5;save this empty.dll filled with resources of "anyname_you_want.dll",
as the name of your tagert xxxx.mui
6:Close all windows of resotrator.
7;try to sign on that mui, you may able to sign on that!
Good luck
Thank you for your instruction about PB and html.
however, I still cannot save modified file even though I put file name with *.exe or *.dll.
As my test, I opened x86 file and modified its file and I can save the modified. But still cannot tapres and tshres.......
I also tried some WM5 files, but not succeeded in saving it...orz
I installed all PB functions but for MIPS or SH4, which should not necessary for WM5.
The attaced is the error massage appreared when I wanted to save modifed WM file. (I installed Japanese PB, so error message is in Japanese)
"ta.dll" is only a temporary name for modified tapres.
I appresitate your any comments.
Thank you.
shugoh
I did it!!
Asukal:
I finally can make localized tapres and tsh with your recommended tools!!
Please see my blog at your convenience!
I'll try to localize folders with init*.dat files!!
Thank you very much!!
(If I have difficulties on making init*.dat files, I may ask you suggestions after I make every effort I can make,)
Thanks again
shugoh
Hi, Asukal
I can localize init*.dat file according to your post on May-15.
As you said, it seems OK that we can describe folder names on both *.dat file, not Unicode Code #.
So far I have no trouble with these *.dat files.
Thank you.
shugoh
Glad to here that!
You have done! you r a MAN!
Keep on going Dark Side!
Hello, Asukal
I'm back...
I have had a strange problem. As a matter of fact, I haven't solved this problem even though I could make Universal ROM in my language.
When I make my Universal hard & soft reset, I always see 2 white bold lines above and below "Windows Mobile" on 2nd splash screen.
I found these lines don't appear when I change mui regional setting. I mean no white lines on 2nd splash when I change:
1) shellres.dll.0411.mui to shellres.dll.0409.mui
2) shellresapps.dll.0411.mui to shellresapps.dll.0409.mui
(I'm trying to change English ROM to Japanese.)
0411 and 0409 have exactly same contents; I just change their name and place them on "windows" folder.
3) Change mui setting both of the following from 411 to 409.
[HKEY_LOCAL_MACHINE\MUI]
"SysLang"=dword:00000411
[HKEY_CURRENT_USER\MUI]
"CurLang"=dword:411
With these changes, I can boot my Universal without white lines and Uni seems working well. (Of course, all letters except for the ones in these 2 mui are in English. But I suppose I can see Japanese if I change all 0411.mui to 0409.mui. (Haven't tested)
I also noticed I didn't change the region code in init*.dat. (i.e. LOC_0409_DIRWINDOWSHELP, not LOC_0411_DIRWINDOWSHELP)
So I changed init*.dat files and made new ROM with 0411.mui (incl. shellres & shellresapps).
However, there were still 2 white bold lines on 2nd splash...
I haven't added:
[HKEY_LOCAL_MACHINE\Security\ColdInit]
"Locale"=dword:00000411
"ColdInit2Done"=dword:00000001
"ColdInit1Done"=dword:00000001
Because my Uni has always stuck before the initial setup (screen alignment and Dr. Johnson etc.).
This time, I added these keys per your instruction, but I'm stuck again...
Do I have to add [HKEY_LOCAL_MACHINE\Security\ColdInit] ?
This would not directly relate to my experience, but I think I can find where I made mistakes.
I appreciate your response.
Thank you.
on my rom, i changed
LOC_0409_DIRWINDOWSHELP, to LOC_0411_DIRWINDOWSHELP
also i added folows
HKEY_LOCAL_MACHINE\Security\ColdInit]
but i dont think those are not reason of your problem,
did you tried to edit new one from versin nbf??
i guees the ROM was crashed,,, i never happend,
you think some reason of registry,,,
how about htis,,,
[HKEY_LOCAL_MACHINE\ControlPanel\Stylus\192DPI]
"FontArray"="500,600,900,1000,1200"
"CurFont"=dword:384
this is the for Screen resolution.
But in my case,,without this,, not happend problems like you,,,,
strange,,,,
Hi, Asukal:
I finally find the root cause of 2 bold lines on welcomehead screen!
the mui file taking charge of screen alignment on start-up set-up process causes this problem. I made the new one with PB and solved this problem!!
(I made the previous one with another tool...)
I'm very glad to inform you this and appreciate your supports very much!!!
P.S. However, I'm still stuck with Coldinit... But this is not an issue.

Opal Phone Canvas CAB

Hi,
i downloaded the Pack linked here:
http://forum.xda-developers.com/showthread.php?p=2870848
But this one is not installable on my Polaris. It says "Installation not successful".
I also downloaded M-Amines Opal Phone, but this one is also not installable correctly and it does not have this slider, that protects the buttons, that i can not click "end call" with my face
Does anyone have a Cab with the slider as shown on the pics in the link above?
I have M-Amine's 2.0 (GER) installed
Thanks...
Baxter. said:
Hi,
i downloaded the Pack linked here:
http://forum.xda-developers.com/showthread.php?p=2870848
But this one is not installable on my Polaris. It says "Installation not successful".
I also downloaded M-Amines Opal Phone, but this one is also not installable correctly and it does not have this slider, that protects the buttons, that i can not click "end call" with my face
Does anyone have a Cab with the slider as shown on the pics in the link above?
I have M-Amine's 2.0 (GER) installed
Thanks...
Click to expand...
Click to collapse
I don't remember where I got this cab from and I'm not sure whether it has the slider to answer etc. You might want to check the name/size just to make sure it isn't one you already tried. Hope it helps.
Thanks, it is the right one.
BUT: It looks weird
The Slider is not transparent and the Red Button which ends the call is only red and does not show any font.
Do you know why and how to fix it? Maybe I'm doing something wrong
Baxter. said:
Thanks, it is the right one.
BUT: It looks weird
The Slider is not transparent and the Red Button which ends the call is only red and does not show any font.
Do you know why and how to fix it? Maybe I'm doing something wrong
Click to expand...
Click to collapse
Maybe just make sure you have any other dialer uninstalled before you install this one?
Baxter. said:
The Slider is not transparent
Click to expand...
Click to collapse
This is what the Opal phone canvas looks like.
There is no transparent slider.
Sascha
Read this in another thread but can't remember where it was: Maybe try this and then attempt to reinstall the cab file. Hope this helps.
Delete reg keys under HKEY_LOCAL_MACHINE\Software\HTC\PhoneCanvas & set HKEY_LOCAL_MACHINE\Security\Phone\Skin\Enabled=0, it should then return to the default windows mobile dialer.
SaBo said:
This is what the Opal phone canvas looks like.
There is no transparent slider.
Sascha
Click to expand...
Click to collapse
Look at the Pics in this Thread:
http://forum.xda-developers.com/showthread.php?t=470510
The Phone is black-skinned and has a transparent slider. I need this, cause it looks really great
But the author only posted the raw files. Does anybody has this as a cab? I'm not a pro, i don't know how to make a cab out of the files
Baxter. said:
Look at the Pics in this Thread:
http://forum.xda-developers.com/showthread.php?t=470510
The Phone is black-skinned and has a transparent slider. I need this, cause it looks really great
But the author only posted the raw files. Does anybody has this as a cab? I'm not a pro, i don't know how to make a cab out of the files
Click to expand...
Click to collapse
OK, i got it.
It's the cab posted here and the skin posted in this thread
http://forum.xda-developers.com/showthread.php?t=470510
you just have to copy the new skin-Files to windows-directory with total commander
Thanks all
Look's good, i'm going to try it myself.
Thanks a lot!
I got it via mbarvian's upload. Just great to have it on TyTn II. Hope someone comes with a black colour.
Baxter. said:
the Red Button which ends the call is only red and does not show any font.
Click to expand...
Click to collapse
How did you solve this problem? I have it too (with M-Anime 2.0 [ITA])
mang1 said:
How did you solve this problem? I have it too (with M-Anime 2.0 [ITA])
Click to expand...
Click to collapse
You need the right language files for your ROM.
I installed mbarvian's CAB from here, and it has 3 language file:
phcanrc.dll.0409.mui
ContactAssistDll.dll.0409.mui
PhoneSettingExt.dll.0409.mui
Since I use your same ROM (M-Amine 2.0 [ITA]) I needed .410.mui files and managed to extract these
phcanrc.dll.0410.mui
PhoneSettingExt.dll.0410.mui
from AZTOR Diamond's ROM, and just copied ContactAssistDll.dll.0409.mui to ContactAssistDll.dll.0410.mui.
I am attaching these files, just unzip in \windows and reboot.
Met
P.S.
I also had to install jadeStatusIcons.cab to fix the "battery shows as always full" problem.
met67 said:
You need the right language files for your ROM.
I am attaching these files, just unzip in \windows and reboot.
Met
Click to expand...
Click to collapse
Thank you so much, my friend!
met67 said:
You need the right language files for your ROM.
I installed mbarvian's CAB from here, and it has 3 language file:
phcanrc.dll.0409.mui
ContactAssistDll.dll.0409.mui
PhoneSettingExt.dll.0409.mui
Since I use your same ROM (M-Amine 2.0 [ITA]) I needed .410.mui files and managed to extract these
phcanrc.dll.0410.mui
PhoneSettingExt.dll.0410.mui
from AZTOR Diamond's ROM, and just copied ContactAssistDll.dll.0409.mui to ContactAssistDll.dll.0410.mui.
I am attaching these files, just unzip in \windows and reboot.
Met
P.S.
I also had to install jadeStatusIcons.cab to fix the "battery shows as always full" problem.
Click to expand...
Click to collapse
Is it possible for you to upload the german files also? Would be great. Thanks
Baxter. said:
Is it possible for you to upload the german files also? Would be great. Thanks
Click to expand...
Click to collapse
Here you go...
I haven't tested these files, but they should work.
In order to extract more languages, just download the ROM in your language from AZTOR thread, extract DIAMIMG.nbh from the archive and issue these commands (you can find the executable here in XDA, just download a recent kitchen...):
NBHextract.exe DIAMIMG.nbh
ren *_OS.nb OS.nb
NBSplit.exe -kaiser OS.nb
ImgfsFromNb.exe OS.nb.payload imgfs.bin
ImgfsToDump.exe imgfs.bin
If everything is fine, you will find a "dump" folder which contains every file in the ROM, just open it and search for the MUIs in your language.
met67 said:
Here you go...
I haven't tested these files, but they should work.
In order to extract more languages, just download the ROM in your language from AZTOR thread, extract DIAMIMG.nbh from the archive and issue these commands (you can find the executable here in XDA, just download a recent kitchen...):
NBHextract.exe DIAMIMG.nbh
ren *_OS.nb OS.nb
NBSplit.exe -kaiser OS.nb
ImgfsFromNb.exe OS.nb.payload imgfs.bin
ImgfsToDump.exe imgfs.bin
If everything is fine, you will find a "dump" folder which contains every file in the ROM, just open it and search for the MUIs in your language.
Click to expand...
Click to collapse
thanks man
cr1960 said:
I don't remember where I got this cab from and I'm not sure whether it has the slider to answer etc. You might want to check the name/size just to make sure it isn't one you already tried. Hope it helps.
Click to expand...
Click to collapse
Thanks to all,
I was looking to change my dailer, and the opal one is exactly what I was looking for.
I then install the cab with the one correcting the battery status (works fine)
BUT SINCE MY PHONE IS NO LONGER RINGING NOR VIBRATING WHEN INCOMING CALL !!
I checked the register HKCU/ControlPanel/Sounds/RingTone0 Script String=av0pw3r on the default Windows Mobile ring tone
Any idea?
Many many BIG Thanks in advance !!
Hi all
I reply to myself: I got the solution:
For whatever reason the Category key in HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0 was corrupted: after Ring, some gabrage appear poluting the key.
I just earased it and leaving only Ring and now my phone is ringing and vibrating again.
Good night
Cannot install it on 3LIT3 II ROM Naked... Instalation unsuccesfull
michelD said:
Hi all
I reply to myself: I got the solution:
For whatever reason the Category key in HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0 was corrupted: after Ring, some gabrage appear poluting the key.
I just earased it and leaving only Ring and now my phone is ringing and vibrating again.
Good night
Click to expand...
Click to collapse
Thanks, i got the same problem, but didn't find a fix for it
Nice to know how to fix it

[SOLVED]Red Text on First Splash Screen

I was trying to figure out how to change the red text on the first Splash screen you see when you reboot your phone. Thanks for any help.
Mod edit: Solved
TMartin03 said:
I was trying to figure out how to change the red text on the first Splash screen you see when you reboot your phone. Thanks for any help.
Click to expand...
Click to collapse
Well I am new to ervius, but so far I've learned that you can changed the last line of the red (for a touch pro) by using the xip portex button within the kitchen, and change the date of the xip.bin file of the build that you are using.
http://www.techparaiso.com/windows-...rsion-information-on-any-windows-phone-device
The site above describes how you can change the date within the hex. Maybe the same file has the other text to change....
accessing said:
Well I am new to ervius, but so far I've learned that you can changed the last line of the red (for a touch pro) by using the xip portex button within the kitchen, and change the date of the xip.bin file of the build that you are using.
http://www.techparaiso.com/windows-...rsion-information-on-any-windows-phone-device
The site above describes how you can change the date within the hex. Maybe the same file has the other text to change....
Click to expand...
Click to collapse
The only issue is VK creates the XIP on the go. Thanks tho
EDIT: Actually that helps since it involves nk.exe. Thanks!!

[Q] Sound's Messages

Hi
I have bought HTC HD mini. When I received a massege there is no soud. How can I active the sound? Thanks
alharby said:
Hi
I have bought HTC HD mini. When I received a massege there is no soud. How can I active the sound? Thanks
Click to expand...
Click to collapse
Settings>Sound & Display>Notification Sounds>New Message>On
tzacapaca said:
Settings>Sound & Display>Notification Sounds>New Message>On
Click to expand...
Click to collapse
Thank you tzacapaca
I already do this but no sound. I do a factory setting but still no sound.
Thank you
Settings-More-Sounds & Notifications-tab(Notifications)
From "Events" choose "New SMS" and select a sound.
alharby said:
When I received a massege there is no soud. How can I active the sound? Thanks
Click to expand...
Click to collapse
It happens when you change default language of Manila.
I've changed my phone's default Russian to English and had the same issue with sms sound.
There are files for English that I make for English.
View attachment smsfix_en.zip
If you have other current phone's language you may have to rename '0409' part in
filenames like 'newtextmsg.0409.html' to your locale code.
ericsonicsson said:
It happens when you change default language of Manila.
I've changed my phone's default Russian to English and had the same issue with sms sound.
There are files for English that I make for English.
View attachment 397991
If you have other current phone's language you may have to rename '0409' part in
filenames like 'newtextmsg.0409.html' to your locale code.
Click to expand...
Click to collapse
Thank you my friend. Yes I changed the phone from English to Arabic. How can I get the code. How to install the file? Is it a .cab file?
Thank you for your help.
alharby said:
Thank you my friend. Yes I changed the phone from English to Arabic. How can I get the code. How to install the file? Is it a .cab file?
Click to expand...
Click to collapse
alharby, I'll try to explain it as simple as possible.
There are files in the attachment smsfix
deliveryreportsms_delivered.0409.html
deliveryreportsms_expired.0409.html
deliveryreportsms_failed.0409.html
newtextmsg.0409.html
newtextmsg_unread.0409.html
smssendfailed.0409.html
textmsgclass0.0409.html
You shoud rename them to match you locale id. I am not sure what it should be, try one of Arabic listed by Microsoft or look up in your \Windows\ folder for files with similar "double extentsion" - use the code like that.
For example, if your locale is Arabic - Saudi Arabia 0401, rename my files like the following:
deliveryreportsms_delivered.0401.html
deliveryreportsms_expired.0401.html
deliveryreportsms_failed.0401.html
newtextmsg.0401.html
newtextmsg_unread.0401.html
smssendfailed.0401.html
textmsgclass0.0401.html
and copy them to the \Windows\ folder, then soft-reset the phone.
My friend ericsonicsson
Thank you, I rename all the files as you written above. I am in Saudi Arabia. But when I try to trnsfer them to the phone I cannot find the windows folder. I tried but I fail.
I am sorry for interrupting you.
alharby said:
I cannot find the windows folder. I tried but I fail.
Click to expand...
Click to collapse
It's not a big problem. Use Resco Explorer or Total Commander - both shows hidden files and directories.
Many thanks myfriend ericsonicsson. I solved it by your helping.
My friend if you have the same phone Do you have a GPS programme like iGo or Garmin works with this phone. If you have can you send me the link.
Thank you
iGo works on mini. Please search this forum before asking.
ericsonicsson said:
iGo works on mini. Please search this forum before asking.
Click to expand...
Click to collapse
Thank you. I search but the link was deleted "Invalid or Deleted File"
I see... So, please ask other guys in that threads about GPS
same problem
Hi,
I have the same problem, I tried to follow your instruction but with no luck.
I can`t change the name of the files because this is system files and the device not allow this, also tried to change it from the PC when the device connected same problem.
Can you please help me with that ? How can I replace/rename the files ?
Thank`s,
You must use Resco Explorer or Total Commander.
Same problem using Resco I was unable to modify this files......
What's the error message?
I opened Resco file explorer on the device and inside the windows folder the relevant files are missing, only if i search them i can see them, tried to change the name and after soft reset i see it wasn`t saved
Menu-Options-General-tab(Browser)
Remove all ticks and press "Done".
ok, now i see that i have the old file and the new ones, when i trying to delete the old ones i get the error: "cannot delete ,in rom memory"

[Q]Contacts problem (contacts format problem)

I have synced my contacts with gmail and facebook and i have following problem :
For example, John, with number 063123456 is in my people... 063 is for operator and 123456 is number.. If he is saved in that format, when he calls me , phone will display John, but if he sends me a sms, phone will display +38163123456 (+381 area code for Serbia). If i save John in +38163123456 format, phone will display "John" in sms, but when he calls me, phone will display 063123456..
Help please
Thanks in advance
I have the same problem. It's really annoying and I hate it. But for now I just added both numbers to my frequent contacts. If someone could help us, that would be great!
+1 this is really annoying!
So no one found any solution ?
Try Settings > Phone > International assist and turn it on or off.
Not sure if this helps since i don't have this problemen, but you could try?
Discription says:
Turning on this feature will help automatically correct some common mistakes while dialing internationally or dialing while abroad.
Click to expand...
Click to collapse
So might do something with the country number!
The Following registry Tweak fixes the issue!
[HKEY_CURRENT_USER\ControlPanel\Phone]
"CallIDMatch"=dword:7
Thanks to xboxmod who provided the solution is this thread:
http://forum.xda-developers.com/showthread.php?t=907971
petrosk73 said:
The Following registry Tweak fixes the issue!
[HKEY_CURRENT_USER\ControlPanel\Phone]
"CallIDMatch"=dword:7
Thanks to xboxmod who provided the solution is this thread:
http://forum.xda-developers.com/showthread.php?t=907971
Click to expand...
Click to collapse
hey i've tried to access HKEY_CURRENT_USER\ControlPanel\Phone using registry viewer but an error message pops up saying access denied. Anyway to solve this??
BsB|oVeR said:
hey i've tried to access HKEY_CURRENT_USER\ControlPanel\Phone using registry viewer but an error message pops up saying access denied. Anyway to solve this??
Click to expand...
Click to collapse
Try using the method described here:
http://forum.xda-developers.com/showthread.php?t=907169
Works perfectly!
Thank you petrosk73. I haven't tried it yet but I hope it works!
Thank you again! Saved my WP7
4-Put this file into the attached xap provxmldeployer.xap with winrar.
Click to expand...
Click to collapse
just put it in archive or what ?
Well it doesn't work for me. Or I just don't know how to do it.
I first tried to manualy add the regestry tweaks with Regestry Editor with no luck.
Then I tried the ProvXml methode. -> Opened the NotePad -> Coppied the code:
Code:
REGEDIT4
[HKEY_CURRENT_USER\ControlPanel\Phone]
"CallIDMatch"=dword:7
-> Renamed the file to CustClear.reg and added it to the rar file provxml deployer.rar -> opened the xap program.
What did I do wrong?
EDIT: Well you have to open the xap program with winrar so that you can see the files that are inside it. You must replace the CustClear.provxml file with the new one and save it. Then run the xap program to you WP7. Now it works. Thanks again for the tip
you need to put those 2 files together (custclear created file and provxmldeplyoer.xap) with XBMOD.Files.Deployer.exe. but it force close for me ...
Laynee1 said:
you need to put those 2 files together (custclear created file and provxmldeplyoer.xap) with XBMOD.Files.Deployer.exe. but it force close for me ...
Click to expand...
Click to collapse
Just open the provxmldeplyoer.xap with WinRar on 7-zip and drag the custclear file in it, than save it. It worked for me

Categories

Resources