I Mean change the text message Ringtone.
I know how to change the Phone Ringtone
But no idea how to do with the text message.
I use XDA IIS
thanks
In WM2003:
Start -> Settings -> Sounds & Notifications -> Notifications -> event
Regards, M
THanks
er, what I have here is default ringtone for the event/message.
How can I use my personal ringtone in My Document\---?
:roll:
I never tried it, but what if you overwrite a default tone (stored in rom so not so easy to change or delete) in \windows and assign it to the event? You can overwrite rom files & restoring is dead easy just delete the ram file!
I tried it with Alarm4.wav & replaced it with a mp3 the 'preview' didn't work. Got no wav at the moment, so you have to give it a shot yourself.
Cheers, M
HI,Oltp
I have got a few .wav HERE
But, I have no idea which fold under the windows\ I should put them in.
You know we can only change the ringtone from the default fold but browse from other folds.
So, which fold you have tried before? :lol:
try overwriting \windows\alarm1.wav
Ok This works, I got home and put a small .wav over the \windows\alarm4.wav my default for reminders. It previews ;-)K
Tested it with a scheduled appointment, works t
Now it's your turn,
M
HI,just try.....
but I cant find the \windows\alarm4.wav
or any similar alarm.wav under the \windows FOLD
are they under any specific fold after \windows
I use 2003SE as well
cheers
What kind of browser are you using? I don't see them with my PC explorer via Act.sync & using resco exporer with the option 'hide files in rom' there invisible too.
The normal ppc file explorer shows them & resco of course when you uncheck 'hide files in rom'.
They're in \windows no sub folder. Names can be found in the event box too. I'am sorry don't know how to be more specific than, just go to \windows with the default ppc file explorer.
Cheers, M
Any wav will do
Hi Exec,
It's even more simple, just put your .wav in \windows & you can select it in the list-box of the notifications tab. So no need to look for existing wav files.
Tried it myself & it works.
Regards, M
Any wav will do
Hi Exec,
It's even more simple, just put your .wav in \windows & you can select it in the list-box of the notifications tab. So no need to look for existing wav files.
Tried it myself & it works.
Regards, M
Hi, you are the man!!!
god its really work
cheers
MERRY CHRISTMAS!
Same to you:
MERRY CHRISTMAS
Before I write this tutorial, I would like to special thanks the following people:
1. Mamaich from Xda-developers for the build image tools
2. Sorg for starting the P525 hacking project and bring a lots tools to P525
3. Ingvarr for his P525RomTool for decrypting and calculating the ROM checksum
**** Warning, you could ruin yr device by doing the following. No one except yourself have to take the full responsibility if anything goes wrong ********
***** Section 1: obtain the imgfs_raw_data.bin from the rom *****
1. create nb0 file from CAP file by "P525RomTool.exe -d galaxy.cap"
2. create the imgfs_raw_data.bin file by "prepare_imgfs.exe ROMGalaxy.NB0 -nosplit"
3. Then modify the content by method 2a or 2b
***** Section 2a (Modify Rom content by Add/Remove files) ******
This method is very easy and relative low risk
1. Remove files in the Rom by "Delfile.exe <file name in the rom>"
2. Add files to the Rom by "Addfile.exe <file in yr computer>" (If the program crash, the rom is probably full)
***** Section 2b (Modify Rom content by extract and re-package) *****
More complicate and BuildImgfs.exe take a long time to build a package (Highly recommand to create a 256mb Ramdisk http://users.compaqnet.be/cn021945/RAMDisk/ramdiskfree.htm and work yr files over there to speed things up and reduce disk i/o). And BuildImgfs.exe probably have quite serious memory leak and cause the computer run slower everytime you run it. But this method is more flexable and manageable.
1. extract the content by "viewimgfs.exe imgfs_raw_data.bin"
2. add/replace/remove files in the dump directory
3. package the content back to imgfs_raw_data.bin by "BuildImgfs.exe" (take a shower then come back )
****** Section 3 (optional: Modify the registy content of the Rom file) ******
1. Get the default.hv and user.hv from 2b.1
2. do the following in DOS to convert the registry to readable format :
REM ****************************
SET _FLATRELEASEDIR=.
rgucomp -o default.hv -nologo > wwedefault.txt
rgucomp -o user.hv -nologo > wweuser.txt
REM ****************************
3. Add "REGEDIT4" in the beginning of the files, leave a blank line at the end of the file and save the file as UTF-16 or Unicode format.
4. Edit the files for registry setting
5. Do the following to replace the registy file w/ yr modification
REM *** Registry ****
Delfile.exe default.hv
Delfile.exe user.hv
attrib -h -s -r *.hv
SET _FLATRELEASEDIR=.
copy /y wwedefault.txt boot.rgu
RGUCOMP -b
copy /y boot.hv default.hv
Addfile.exe default.hv
copy /y wweuser.txt boot.rgu
RGUCOMP -b
copy /y boot.hv user.hv
Addfile.exe user.hv
REM *** Registry ****
******** Section 4 (Optional: Create Folders or copy files from \Windows to other directory)
1. Get the initflashfiles.dat from 2b.1
2. Study the sytnax (quite easy to understand) and modify it
3. Replace the file by
REM *** Configure the folder ****
Delfile.exe initflashfiles.dat
Addfile.exe initflashfiles.dat
******* Section 5 Convert imgfs_raw_data.bin to ROMGalaxy.NB0***************
1. Do the following to convert the file and update it's checksum
REM *** checksum ****
make_imgfs.exe ROMGalaxy.NB0 -nosplit
P525RomTool.exe -s ROMGalaxy.NB0
2. Copy the ROMGalaxy.NB0 and ASUS.UnlockLangID.exe to a newly FORMATED MiniSD.
3. Run the ASUS.UnlockLangID.exe on the P525, press and hold the "Camera" button and reset. And the update proceduce will begin.
***** Section 6 (Partly Tested) *************************
1. Rom from different language leave you different usable rom space. e.g WWE: ~73mb, HK & TW: ~58mb.
2. Therefore, imgfs_raw_data.bin from different language vary in size and give you different space to put yr files.
3. So, if you want more space to put in yr custom files for WWE rom. Do 2b.1 to extract the content and replace the bin and nb0 file w/ HK or TW's one before you do 2b.3. This gives you ~10mb more to put in yr custom file. (Tested. But must use 3.43 TW/HK for 3.43 WWE version, use w/ previous version, e.g Sorg's beta6, will have problem)
4. To have most usable Rom space w/ HK or TW rom, we could try the opposite of 3. (not tested)
***** Section 7 (NEW) Rom size adjustment *************************
The site is in Chinese and I am too lazy to translate. The tools posted there can adjust Rom size of P525
http://pdaclan.com/thread-3036-1-1.html
************* Download the tools here: http://rapidshare.com/files/23108941/asus.rar.html *********************
tks a lot for so particular tutorial
jack,could u plz help tell the method that how to free the rom space we don't use,so we could have >80MB strorage space like SORG's simple rom,that will be great!
ferryboat said:
jack,could u plz help tell the method that how to free the rom space we don't use,so we could have >80MB strorage space like SORG's simple rom,that will be great!
Click to expand...
Click to collapse
I am not sure if it will work. but you can follow Section 6 and use Sorg's 80mb simple rom as a template.
I personally won't do it since I prefer to custom build and have all my most frequently use program inside the rom to save my backup space and time.
vibranze said:
1. i installed wince cab manager and from there i can actually see the .cab contents, including where the files/folders will go, but how to fill up the registration info using wince cab? or i need to play aroung with wwwedefault.txt and wwweuser.txt?
2. i opened the initflashfiles.dat with notepad++ and see a lot of garbage there, how can I learn the structure and edit it?
3. i used method 2a to delete the files but at the same time use method 2b to dump the directory of .bin, is it ok? can i say section 3 & 4 is applicable if i use method 2b?
4. for section 5, i got the following error, not sure if this is expected or not.
C:\Asus P525\ROM Cooking\Jackleung\asus>make_imgfs.exe ROMGalaxy.NB0 -nosplit
Searching for IMGFS start... Found at 003F4000
Fixing... Done!
C:\Asus P525\ROM Cooking\Jackleung\asus>P525RomTool.exe -s ROMGalaxy.NB0
ASUS P525 ROM Tool 1.01
Proper CRC is 6111a0b1, Stored CRC is 6ade8d02
Calculated and stored CRCs does not match
Do you want to update the stored CRC (y/n)? Y
new CRC written.
5. what editor you use to save the text file to UTF-16 or unicode format?
Click to expand...
Click to collapse
1. Yes. Registry entries under HKEY_CURRENT_USER goes to wweuser.txt and the rest goes to wwwdefault.txt
2. Use a editor that can handle multiple format (DOS/Unix/Unicode ...etc). I personally prefer UltraEdit
3. Yes. And yes, U need 2b step 1 in order to dump the content and obtains the *.hv and initflashfiles.dat
4. Yes, it's normal.
5. See answer 2
Rom suitable for Cantonese people
Customized Rom w/ 72mb usable rom left (59mb version w/ lot more included software at the bottom)
http://rapidshare.com/files/23159904/ROMGalaxy.NB0.html
Custom rom based on 3.43 WWE Rom w/ Chinese input (Both CHT and CHS) and display support and 72mb rom space left. (May post another one w/ 58mb rom space left but w/ lots more buildin program (e.g. SKYPE) in the rom if there is a request for that)
To install this rom:
1. download the NB0 file and the asus.rar from above.
2. Format the MiniSD and copy the ASUS.UnlockLangID.exe to the MiniSD
3. Run the ASUS.UnlockLangID.exe from P525
4. Press and hold the camera button, and soft-reset.
5. Follow the onscreen instruction to continue the rom update.
*******************************************************
Things got removed from the original ROM:
1. All the help files and htmls, TSK, template ....etc)
2. Asus Profile (Pocketmax PhoneAlarm is much better)
3. Pocket Excel (SoftMaker Office is much better)
4. Pocket Powerpoint (seldom use it and there are better alternative)
5. WM5 GPS Sharing (since it's never work, use GPS Gate instead)
6. MySecret folder
7. Program to perform Hard-reset (use Up + softrest instead)
8. ..... etc
Things Added/Replaced
1. CHT/CHS Chinese display support
2. Chinese Pinying and writing input support
3. MS Daylight Savings Time patch included
4. Replaced w/ CANTONESE voice command
5. Resco File Export 5.42. (6.0 beta is still very buggy)
6. SPB Backup.
7. Speed Dial Today plugin from Palm
8. WM5 New Menu
9. Multipad
10. TCPMP 0.72RC1 w/ all the codec
11. AE Button Plus
12. Torch program to use P525 as a Torch
13. Safemode and AltTab from SPB Pocket Plus
14. Replace calculator w/ Omega One-Calc
15. Lots of WM5 registry hack for best performance
16. 72mb usable rom space intead of 58mb from official HK and TW rom
17. startup welcome screen and skip the stupid training course after hard-reset.
*** Note: The rom set silent and use vibrate mode by default since I don't want people around me to hear any sound if I did a hard-reset
******************************************************
update pack patched as attachment (I got the files from Kavana (thx) at http://www.asuspda.net/thread-3275-1-1.html)
To patch, just use the delfiles/addfiles procedures w/ the files in myfiles.zip and use the method I mentioned above.
Update:
1. Add BkGenuis to backup SMS
2. Add Celetask for very easy task switching
3. Add MemEmpty for release memory
4. replace Call History w/ nice icon
5. replace cameralnk.exe for quick camera startup (skipped picture browsing)
******************** Customized Rom w/ 59mb usable rom left ***************
and ~2mb is being used for all the skin files (removable). So you will see only 57mb left.
Download link: (w/ the fixed mentioned below)
http://rapidshare.com/files/24395921/ROMGalaxy.NB0.html
Software add/replace from the 72mb version: (Some files are taken from Kavana (thx) at asuspda)
1. Add BkGenuis to backup SMS
2. Add Celetask for very easy task switching
3. Add MemEmpty for release memory
4. replace Call History w/ nice icon
5. replace cameralnk.exe for quick camera startup (skipped picture browsing)
6. SwitchSIP for for SIP switching
7. Skpye 2.2.018
8. FlexWallet
9. PhoneAlarm 1.6 beta9
10. Pocket Alarm
11. Novii Remote Control
12. Resco Audio recorder
13. Resco Picture Viewer (+ screen capture)
14. Wisbar Lite
15. Replace MSN w/ Windows Live (and Live Messenger) ** Release version (thx to Boel**** from XDA developers)
16. Soti Pocket Controller (client)
*** Was missing pocketAlrm2.exe for PocketAlarm and dpupdate.txt for SPB backup, download "asus.zip" and just place them in Windows directory or use addfile to add those back to the rom (I also attach my user registry setting to fixed the Phonealarm issue mentioned in page 4) ***
jackleung said:
Customized Rom w/ 72mb usable rom left
http://rapidshare.com/files/23159904/ROMGalaxy.NB0.html
Custom rom based on 3.34 WWE Rom w/ Chinese input (Both CHT and CHS) and display support and 72mb rom space left. (May post another one w/ 58mb rom space left but w/ lots more buildin program (e.g. SKYPE) in the rom if there is a request for that)
To install this rom:
1. download the NB0 file and the asus.rar from above.
2. Format the MiniSD and copy the ASUS.UnlockLangID.exe to the MiniSD
3. Run the ASUS.UnlockLangID.exe from P525
4. Press and hold the camera button, and soft-reset.
5. Follow the onscreen instruction to continue the rom update.
*******************************************************
Things got removed from the original ROM:
1. All the help files and htmls, TSK, template ....etc)
2. Asus Profile (Pocketmax PhoneAlarm is much better)
3. Pocket Excel (SoftMaker Office is much better)
4. Pocket Powerpoint (seldom use it and there are better alternative)
5. WM5 GPS Sharing (since it's never work, use GPS Gate instead)
6. MySecret folder
7. Program to perform Hard-reset (use Up + softrest instead)
8. ..... etc
Things Added/Replaced
1. CHT/CHS Chinese display support
2. Chinese Pinying and writing input support
3. MS Daylight Savings Time patch included
4. Replaced w/ CANTONESE voice command
5. Resco File Export 5.42. (6.0 beta is still very buggy)
6. SPB Backup.
7. Speed Dial Today plugin from Palm
8. WM5 New Menu
9. Multipad
10. TCPMP 0.72RC1 w/ all the codec
11. AE Button Plus
12. Torch program to use P525 as a Torch
13. Safemode and AltTab from SPB Pocket Plus
14. Replace calculator w/ Omega One-Calc
15. Lots of WM5 registry hack for best performance
16. 72mb usable rom space intead of 58mb from official HK and TW rom
17. startup welcome screen and skip the stupid training course after hard-reset.
*** Note: The rom set silent and use vibrate mode by default since I don't want people around me to hear any sound if I did a hard-reset
Click to expand...
Click to collapse
Great Job Jackleung, you are an Asian Sorg
1. What is actually different between Cantonese (HK) and Taiwanese version other than the pronounciation?
2. Do you mean your ROM based on Asus ROM 3.43? Or 3.34?
3. Does softmaker have capabilities to edit word, excel and powerpoint file? Or only excel?
4. I thought hard reset is poweroff button + softreset? I might be wrong.
5. By using cantonese voice command, can I record english command instead?
6. May I know the details step on how you do the registry hack for maximum performance? Are you using tools like tweaks2ks, sktools to tune it first then export the registry to wwweuser and wwwedefult?
7. Until now I'm still a bit blur on the ROM/RAM terminology. When you said 74MB usable ROM left, do you mean we can only install or occupied the ROM up to 74MB?
8. Is there a tools to edit galaxy.cap directly? Or even better, I imagine if there is a tools to read galaxy.cap, do a software P525 simulation like Soti remote control (we are seeing Asus P525 from PC but based on galaxy.cap), learn all the setting we set then save it back to galaxy.cap Anyone dare to take the challenge to build that software?
9. Can we post a request for an applications / features to be included in your ROM? I start first.
- Set SMS/Email default input to T9 Abc (no. 1 priority).
- Replace default photo & video viewer with Resco Photo Viewer
- Add Adobe reader, flash lite.
- Add mobipocket reader - to read pdb, txt, html.
- Add vito audio notes - to record incoming/outgoing call.
- Add Citrix ICA client - to allow PIE to access Citrix terminal server
- Add profimail - pop3/imap client that i think better than flexmail
- Add pocket music
- Add pshutxp
- Add soti pocket controller enterprise client
- Add .net compact framework 2 sp2
- Add common time mNotes - to sync with Lotus Notes email
- Add pockettty
- Add pocket breeze
- Add tweaks2k, sktools (ignore if you think the tweaks is alreay optimal)
- Add Netfront browser with Java support, this is to access java enabled internet banking
- novi remote
- etc.
Sorry if a bit too much
Cheers,
Vibranze
jackleung said:
I am not sure if it will work. but you can follow Section 6 and use Sorg's 80mb simple rom as a template.
I personally won't do it since I prefer to custom build and have all my most frequently use program inside the rom to save my backup space and time.
Click to expand...
Click to collapse
tks jack,i will have it test
btw,i'm interested in add T9 sim. chinese input to new rom
replace with blow file
2006-10-21 22:43 158,088 T9AWEngine.dll
2006-10-21 22:43 50,056 T9CBoPoMoFo.dll
2006-10-21 22:43 76,680 T9CCEngine.dll
2006-10-21 22:43 344,968 T9CCSimpLdb.dll
2006-10-21 22:43 266,120 T9CCTradLdb.dll
2006-10-21 22:43 51,592 T9CPinyin.dll
2006-10-21 22:43 45,960 T9CStroke.dll
2006-01-01 00:00 1,166 T9CUDB.0404.dat
2006-01-01 00:00 1,168 T9CUDB.0804.dat
2006-10-21 22:43 43,400 T9CUdbEditor.exe
2006-10-21 22:43 41,352 T9EnglishLdb.dll
2006-10-21 22:43 34,696 T9MyWord.exe
2006-10-21 22:43 17,288 T9Settings.exe
and modify below reg
REGEDIT4
[HKEY_LOCAL_MACHINE\T9 Input Method]
"Current LDB"="0804"
"Current IME"="0600"
"Default Chinese Ldb"="0804"
"Default Alpha Ldb"="0409"
[HKEY_LOCAL_MACHINE\T9 Input Method\Settings]
"Word List Delay"=dword:00000000
"Options"=dword:0000331F
"Traditional Pinyin"=dword:00000000
[HKEY_LOCAL_MACHINE\T9 Input Method\MUI]
[HKEY_LOCAL_MACHINE\T9 Input Method\MUI\Languages]
"Available"="0409,0404,0804"
[HKEY_LOCAL_MACHINE\T9 Input Method\LDBs]
"0409"="\\Windows\\T9EnglishLdb.dll"
"0804"="\\Windows\\T9CCSimpLdb.dll"
"0404"="\\Windows\\t9cctradldb.dll"
[HKEY_LOCAL_MACHINE\T9 Input Method\IME Order]
"0804"="0600,0500"
"0404"="0700,0500"
[HKEY_LOCAL_MACHINE\T9 Input Method\IME]
"0600"="\\Windows\\t9cpinyin.dll"
"0700"="\\Windows\\t9cbopomofo.dll"
"0500"="\\Windows\\t9cstroke.dll"
"0400"="\\Windows\\t9aw.dll"
[HKEY_LOCAL_MACHINE\T9 Input Method\CUDB Editor]
"Parent Window"=dword:00000000
"search Method"=dword:00000002
"PrePopulated"=dword:00000001
[HKEY_LOCAL_MACHINE\T9 Input Method\Accelerator]
"Chinese"=dword:00000000
but T9 sim chinese input doesn't display in new 3430 WWE rom,i wonder could u plz help me find my fault...tks!
First, the purpose I am starting this thread is too share ideas of how to custom build P525 rom and I will share whatever ROM I am using since I have to build it anyway. I probably don't have time and energy custom build and debug for individual (unless you can convince me this is a must software for ME too ) . Of course, I am more than happy if you find errors on my build so that I can perfect it.
A general rule of software that I will put in the rom as follow:
1. Very important and useful that has to be survival after hard-reset (e.g Resco Explorer and TCPMP)
2. Software with frequently update (e.g. Pocketbreeze) WILL NOT be consider
To answer yr question
1. I didn't see any and this question should goes to the other thread.
2. 3.43WWE is the latest
3. Why don't you google it and see what it does??
4. Yes, U are definitely wrong.
5. Cantonese VC understand and speak Cantonese. It doesn't matter what language of VC you use if you record and use "voice tag" only. But you can always use Delfile/Addfile to put back the English VC.
6. No. Google is yr friends here. In fact, there are couple wikis in Xda-developers for WM5 optimization.
7. RAM is seperate thing after WM5. To see what I mean, compare the "start > Settings > Memory" and you will know I mean.
8. No. I don't even need to start this tutorial if such tool exist.
9. No. Unless you can convince me I need to have this software for myself first. ;p Currently on my plan in priority (not sure how many I can fit):
- Skype
- PocketAlarm
- Flexwallet
- Resco Picture Viewer
- Resco Audio Recorder
- Pocketmax Phonealarm
- Novii Remote control
- soti pocket controller enterprise client
I found Sktools is very unstable for P525 (Hard-reset is need if use it's optimize setting)
ferryboat said:
tks jack,i will have it test
btw,i'm interested in add T9 sim. chinese input to new rom
replace with blow file
....
but T9 sim chinese input doesn't display in new 3430 WWE rom,i wonder could u plz help me find my fault...tks!
Click to expand...
Click to collapse
I don't have time to look at it. What I would suggest is compare the file and registry content of WWE and CHT rom. "Beyond Compare" is a very good tool for that. And you may want to look into this forum for help: http://www.pdadn.com/forum/viewthread.php?tid=1264&highlight=t9
jackleung said:
First, the purpose I am starting this thread is too share ideas of how to custom build P525 rom and I will share whatever ROM I am using since I have to build it anyway. I probably don't have time and energy custom build and debug for individual (unless you can convince me this is a must software for ME too ) . Of course, I am more than happy if you find errors on my build so that I can perfect it.
A general rule of software that I will put in the rom as follow:
1. Very important and useful that has to be survival after hard-reset (e.g Resco Explorer and TCPMP)
2. Software with frequently update (e.g. Pocketbreeze) WILL NOT be consider
To answer yr question
1. I didn't see any and this question should goes to the other thread.
2. 3.43WWE is the latest
3. Why don't you google it and see what it does??
4. Yes, U are definitely wrong.
5. Cantonese VC understand and speak Cantonese. It doesn't matter what language of VC you use if you record and use "voice tag" only. But you can always use Delfile/Addfile to put back the English VC.
6. No. Google is yr friends here. In fact, there are couple wikis in Xda-developers for WM5 optimization.
7. RAM is seperate thing after WM5. To see what I mean, compare the "start > Settings > Memory" and you will know I mean.
8. No. I don't even need to start this tutorial if such tool exist.
9. No. Unless you can convince me I need to have this software for myself first. ;p Currently on my plan in priority (not sure how many I can fit):
- Skype
- PocketAlarm
- Flexwallet
- Resco Picture Viewer
- Resco Audio Recorder
- Pocketmax Phonealarm
- Novii Remote control
- soti pocket controller enterprise client
I found Sktools is very unstable for P525 (Hard-reset is need if use it's optimize setting)
Click to expand...
Click to collapse
Thanks Jack.
One more question, how to dump the content of the current running WM5?
Cheers,
Vibranze
jackleung said:
I found Sktools is very unstable for P525 (Hard-reset is need if use it's optimize setting)
Click to expand...
Click to collapse
Heya jackleung
have been using sktools since i got this puppy, and its been very very stable every since. Have been using it to apply tweaks, benchmarking, cleaning. No worries.
Current Versions:
SKTools 3.1.4.1
ROM WWE 3.43
jackleung said:
I don't have time to look at it. What I would suggest is compare the file and registry content of WWE and CHT rom. "Beyond Compare" is a very good tool for that. And you may want to look into this forum for help: http://www.pdadn.com/forum/viewthread.php?tid=1264&highlight=t9
Click to expand...
Click to collapse
with great tks for your give directions,i've add sim t9 to rom!
ferryboat said:
with great tks for your give directions,i've add sim t9 to rom!
Click to expand...
Click to collapse
hi,
what is sim t9? i thought by default p525 came with t9 input method? correct me if i am wrong.
cheers,
vibranze
Rapidshare download problem
Hi, Rapidshare is driving me crazy. I have been trying for days to download the ROMGalaxy.nb0 in page 1, but rapidshare will not allow me under the free account. Can anyone share the file in other downloading sites. Thanks
hi chuaniau,
i uploaded it for you, you can download it from :
http://www.medankia.org/ROMGalaxy.part1.exe
http://www.medankia.org/ROMGalaxy.part2.rar
http://www.medankia.org/ROMGalaxy.part3.rar
actually it is worth to pay for rapidshare premium membership, it's really fast and a lot of good stuff over there, some more it's not that expensive.
let me know once you downloaded them, i will delete them. thanks.
hope this help.
cheers,
vibranze
vibranze said:
hi,
what is sim t9? i thought by default p525 came with t9 input method? correct me if i am wrong.
cheers,
vibranze
Click to expand...
Click to collapse
simplified chinese T9 SIP
improvement patch update on #5
hi jackleung,
thanks for the patch.
how would addfiles know where to locate the files from windows into p525, eg. if the .lnk file i need to put it under \Windows\Start Menu\Programs how do we do it? Or addfiles will add everything under \Windows ?
And how to do the registration of the software before addfiles them into p525?
Thanks.
cheers,
vibranze
Tks Jack.
Several points want your help.
When I edit the initflashfiles.dat, what edit tool I shou use? What kinds of format I should save it after I finished edit?
could you tell me how to find out the related files form the main file of one application? for example, I want to delete the biz card recongnization, how can I fond which files should I delete?
Jack,
Thanks for the How to info.
How can we replace Chinese page warning of Hardreseting by phone green button to English?
And how to change ROM info in Device Information page?
Hello everyone,
I have a problem, to create my rom, when I edit in default.hv some changes, such as the 4 columns, the modes camera .... when installing rom, disappear are changing, as if it had not changed anything.
I do not know if it will be for sometime provxml overwrites something, or is not that.
thank you all!
sorry for my english google translate
you should not edit default.hv.
Make a .rgu (name it for example tweaks put it in the SYS folder) file and set your settings there.
I usualy make a .reg file and put all my settings in there. Then I make that a .cab file (with QuickCab 1.0) and convert it to a package (with Ervius Package Creator v2). Works like a charm
whyen you edit the hive. any RGU or provxml files would over write the settings. thus why they do not stick.
iXiR said:
you should not edit default.hv.
Make a .rgu (name it for example tweaks put it in the SYS folder) file and set your settings there.
I usualy make a .reg file and put all my settings in there. Then I make that a .cab file (with QuickCab 1.0) and convert it to a package (with Ervius Package Creator v2). Works like a charm
Click to expand...
Click to collapse
wow!
run ok!
thx!
- Michy's Installer -
Have you ever got an "Installation Unsuccesfull" message? Or a "Uninstall failed" message? Or worst thing an "Missing privileges" while installing a cab?
Now this messages are gone. With my installer, which is a complete Wceload and uninstaller replacement, any installation will complete without any problem
Main features:
Full repleacement for winceload
Select if you want or not to run setup dlls
Avoid failing for missing privileges
Get the space that an'installed app consumes after installing too
Search within your device the cabs you have and select what you want to install
Analyze FB_Install folders
Batch cabs installation
Installation processes can be aborted any time
If you are overwriting exes, they will be automatically terminated before installing
Advanced cab analyzer (view files contained, shortcut, regs, extract them......etc)
- MichyPrima_UC -
This system will let you to install:
.reg
.cab
.rgu
.xml
.provxml
.exe
Putting them in your SD/Microdrive/Diamond internal storage in the folder FB_Install. And them will be installed at first boot.
Information about files you can install:
- Files .cab -
For a base installation of cabs you can put them in the folder FB_Install. Setup DLL will not be executed to avoid setup freezes. Anyway, there are ways to customize how your cab will be installed:
Installation to SD
Installation to MD
Activating Setup DLL
Possibility to use wceload to install (not advised)
For using them:
If your cab is mycab.cab and you want to install it to sd, simply create a file called mycab.tosd. if you want to install to MD, the name will be mycab.tomd, if you want to enable setup dll, the name will be mycab.enabledll. If you want to install using wceload... use .old extension.
- Files .reg, .rgu, .provxml e .xml -Simply put them to FB_Install directory
- Files EXE - For a simple execution put them in FB_Install folder. If you need command line arguments, simply put them in a file called as your exe, but with .arguments extension.
- All files - All files can be skipped using .skip extension. eg if your file is mycab.cab , create a file with mycab.skip and it will not considered
- Other special functions: -
File/folder structure restore
Creating the structure on SD it will be reversed into storage. We have more than only one folder where we can put our files (in FB_Install):
CopyInWindowsFolder (\windows)
CopyInProgramsFolder (\windows\start menu\programs)
CopyInProgramFilesFolder (\program files)
CopyInFavoritesFolder (\windows\favorites)
CopyInFontsFolder (\windows\fonts)
CopyInStartupFolder (\windows\startup)
CopyInRootFolder (\)
So, for copy/overwrite files in windows folder, only thing you need is to create a folder in FB_Install with name CopyInWindowsFolder. This is a recursive copy, so all subfolders will be copied.
Shortcut restoring
You can specificate the shortcut to create in shortcuts.txt file and put it in FB_Install folder. Each line will be a shortcut to create. The first part of the line contains where the shortcut will be, 2nd where the shortcut will point. The two parts are separated by ":".
We have ids there to:
%SD% (\storage card)
%PROGRAMS_STARTMENU% (\windows\start menu\programs)
%PROGRAM_FILES% (\program files)
%STARTUP% (\windows\startup)
%MYDOCUMENTS% (\my documents)
Example line:
%PROGRAMS_STARTMENU%\Test.lnk:%SD%\myprogram.exe
This line will create a "Test.lnk" in programs which points to \storage card\myprogram.exe.
Possibility to avoid final reset (not advised)
Just create a file with name NoResetAtEnd without extension in FB_Install folder.
Possibility to temporarily skip customization
Just create a file with name SkipCustomization without extension in FB_Install folder.
Do you want to process config lines to runcc?
Create a file with name AddToConfig.txt and there put your config lines.
Possibility to delete files or folder
Create a file with name Delete.txt. Each line is something to delete. You can use IDs as shortcuts
All I have to say is
Wow, sounds extremely "will have it now"!
Cool
Michy,
This shold be a nice addition to the tool box.
cheers
BR
Attempt of graceful recovery from dbl post
Cool
Michy,
Very nice work. I can't wait to see this released.
Cheers
BR
Michy, you are great!!
Wow, this must have been a LOT of work. Tnx a lot for your efforts!!
Sounds great!
Sounds very useful for those of us that change roms often.
Good work.
PS
My personal holy grail would be an APP that records changes as apps are installed to a point where I am happy then be able to gather all of the changes and build an install routine! Am I dreaming?
Wow sounds awesome and a gui, can't wait & thankyou
SIMPLY AMAZING!!!! cant wait...this should save me tons of time, and unlike other appz this seems easy 2 use and great!!!....thanks for ALL the hard work! ..waiting patiently
ehi my friends! good job, I'm sure that this program is excellent as the other your developments!
Put it online
This sounds amazing!!!
Italians do it very well!!!
Translators needed!!!
Please if anyone interested translating my application, this is the english file to translate and post back:
Code:
<?xml version="1.0" encoding="UTF-16" standalone="yes"?>
<Language>
<FormMain>
<ListviewColumn1>File</ListviewColumn1>
<ListviewColumn2>Dest</ListviewColumn2>
<ListviewColumn3>Instl.Size</ListviewColumn3>
<ReadyMsg>Ready.</ReadyMsg>
<AbortSoftKey>Abort</AbortSoftKey>
<InstallingMsg>Installing </InstallingMsg>
<AddItemBtn>Add item</AddItemBtn>
<RemoveItemBtn>Remove item</RemoveItemBtn>
<InstallSoftKey>Install</InstallSoftKey>
<MenuSoftKey>Menu</MenuSoftKey>
<MenuItem1>Exit</MenuItem1>
<MenuItem2>About</MenuItem2>
<MenuItem3>Clear list</MenuItem3>
<MenuItem4>Enable setup dll</MenuItem4>
<MenuItem5>Get cabs from storages</MenuItem5>
<MenuItem6>Load FB_Install folders</MenuItem6>
<MenuItem7>Uninstaller</MenuItem7>
<MenuItem8>Cab Info</MenuItem8>
<Msg1>Not enough space for this cab: </Msg1>
</FormMain>
<SearchCabsForm>
<Title>SearchCabs</Title>
<ListViewColumn1>File</ListViewColumn1>
<OkSoftKey>Ok</OkSoftKey>
<MenuSoftKey>Menu</MenuSoftKey>
<MenuItem1>Refresh</MenuItem1>
<MenuItem2>Select all</MenuItem2>
<MenuItem3>Unselect all</MenuItem3>
<MenuItem4>Invert</MenuItem4>
<MenuItem5>Cancel</MenuItem5>
</SearchCabsForm>
<SelectCabDialog>
<Title>Select cabs</Title>
<OkSoftKey>Ok</OkSoftKey>
<MenuSoftKey>Menu</MenuSoftKey>
<MenuItem1>Up</MenuItem1>
<MenuItem2>Select all</MenuItem2>
<MenuItem3>Unselect all</MenuItem3>
<MenuItem4>Invert</MenuItem4>
<MenuItem5>Cancel</MenuItem5>
</SelectCabDialog>
<SelectDestinationDialog>
<Title>SelectDestinationDialog</Title>
<OkSoftKey>Ok</OkSoftKey>
<CancelSoftKey>Cancel</CancelSoftKey>
</SelectDestinationDialog>
<Uninstaller>
<Title>Uninstaller</Title>
<ListviewColumn1>App</ListviewColumn1>
<ListviewColumn2>Mem.Usg.</ListviewColumn2>
<UninstallSoftKey>Uninstall</UninstallSoftKey>
<RefreshSoftKey>Refresh</RefreshSoftKey>
</Uninstaller>
</Language>
the filename should be Installer_CID.xml where cid is your cid. eg for italian: 410, english 409.
Edit: of course the italian one is already made by me
Thst is a great tool, anxiously waiting for release! Thank you sooo much!
Looks like a great tool ,and tools like this make other phones look primitive
Russian?
I might do a Russian translation. as soon as I have the time. in any case, I wanted to subscribe, so I made a post.
Looking forward to the release. when is it?
looks like an awesome tool... is it gsm specific or will it run on cdma phones?
Wow, nice release!! simple but powerful =)
benoahriz said:
looks like an awesome tool... is it gsm specific or will it run on cdma phones?
Click to expand...
Click to collapse
Should work fine on CDMA devices. A CAB's a CAB, CDMA or GSM
Dave