the first real XDA Flame user meeting point
You are not logged in.
Offline
Surely not. It is the second part of the diskimage.nb0 file, after the Microsoft Windows Mobile SPL (Secondary Program Loader) and before the RAWFS and the IMGFS partitions.
Look here: http://www.xdaflameusers.com/viewtopic.php?pid=4672
Offline
Hmm, nice to know
.
But as I see You're saying that neither "MBR sector" nor "ULDR" is actually needed in diskimage.nb0, is that right?
So when we do hard-reset we actually load defaults from "System Partition" and "IMGFS" ?
I thought it is more like it's loaded from "ULDR"... What do You think ? Is that possible?
Last edited by malloth (2008-03-09 18:25:03)
Offline
MBR sector is needed. It is like with your desktop PC system drive. MBR is the list of the available partitions. ULDR you can erase AFAIK.
Offline
The eboot for the flame seems to be at 0x02,0x02. I found this from the recent ROM made available by MWG for download. The filename is updatesource.txt.
;Eboot,OS
;===========
;0x00,0x01
;0x00,0x02
;0x00,0x03
;0x00,0x80
;0x01,0x00
;0x01,0x01
;0x01,0x02
;0x01,0x03
;0x01,0x80
;0x02,0x00
;0x02,0x01
;0x02,0x02
;0x02,0x03
;0x02,0x80
;0x03,0x00
;0x03,0x01
;0x03,0x02
;0x03,0x03
;0x03,0x80
;===========
0x02,0x02
Offline
Seems like nobody is really interested in WM5 anymore.
I have managed to flash my self cooked in January WM5.
I have always wanted to integrate the anti-theft app (IIWPO = interesting interaction with previous owner) found in xda-dev, and hard reset will not remove this feature, so this cooked rom's addition are
1. Registry for the anti-theft app with my info in it, so if this info changes due to theft will alert me with info of the thief. So only I can use this rom.
2. The anti-theft app's exe in windows directory.
3. The anti-theft app's startup in windows\startup directory.
Seems working fine.
Like the original WM5 on flame, it does not suffer from sleeping beauty issue (even with Wi-Fi on).
I have flashed also the QWERTY's WM6 Test 2, it has the sleeping beauty issue (only with Wi-Fi on), before registry tweak.
Another intesting finding, all that I have backup from original wm5 can recover on orginal wm5, but does not work with cooked wm5, not to mention that the backup does not work on wm6.
Any pointers for me for original wm5 vs cooked wm5?
Offline
Have there been any advancements regarding the SIP issue?
Offline
I think the sip issue will not be solved before wm7. Microsoft have heared us. that we need a better memory management.
But I have succeeded after tweaks to add 2 sips: english and french calligrapher, and resco keyboard.
Offline
thierryb wrote:
But I have succeeded after tweaks to add 2 sips: english and french calligrapher, and resco keyboard.
How have you succeededt to add SIP ? I 'm very interested in the french calligrapher.
Last edited by ledut (2008-03-31 15:28:45)
Offline
I can add PCM Keyboard with no hassle, and that's the only one I personnaly need
If you have problems one particular SIP, make it load first using default_im or im_selector (find them at xda-dev)
Last edited by lastnikita (2008-03-31 12:23:15)
Offline
@ledut: do you have calligrapher and the french pack? have you already installed them?
@lastnikita: I have installed pocketcm keyboard, but never succeeded to activate it. Can you explain precisely how you did it? and wich version of cm keyboard?
Offline
Well Thierry I know SIPs often raise problems so that's the first thing I install after a hard-reset, along with default_im (did you try it ?)
I used PCMK 0.13 and now 0.14. It may not work if it isn't started first (default_im)
Offline
ok, I will see about default_im.
I do exactly the same concerning Calligrapher, I started it first putting it first in the startup folder.
Offline
I'm going to test your tips :
- default_im
- put it first in the startup menu
Actually, French calligraper isn't the SIP I want to use. I want to succeed installing the french version of PDA Keyboard.
Offline
hai guys........
can somebody rebuild wm5 rom?
we know this rom is more stable than wm6.
so why not just rebuild wm5 rom with some modification..in ..:
1. tmail.exe ---> for messeges (sms mms and email) with from wm6 is more friendly i think.
2. phone skin --> modification from htc device. so we dont install again new skin just flashing.
3. the taskbar color --> can this copy from wm6?? so we have a display from wm6 in wm5.
this just my idea..i am newbie so i dont know it can do or not...
Offline
Studying the IMGFS part of the XDA Flame ROMs I am starting to suspect this:
There are section entries with header magic number 0xFFFFF6FD, but main part of them has header magic number 0xFFFFFCFD, which is less known from other devices. These section entries stay for module parts of mainly EXE and DLL executable files. It is known that the XDA Flame ROM is of the NOR type, allowing XIP (execution in place). It is possible not only for the so called XIP part of the ROM, but also for the IMGFS part, even if not so common. I guess that the 0xFFFFFCFD section header indicates XIP sections.
There may be a problem in all the homemade ROMs, that all these sections are marked as 0xFFFFF6FD and so they are probably being loaded to the RAM before execution. It brings delays, may block the internal bus and/or freeze the device especially when waking from sleep.
See also:
itsme: http://www.nah6.com/~itsme/cvs-xdadevto … dmsflsh.pl
thierryb: http://xdaflameusers.com/viewtopic.php?pid=2392#p2392
Offline
devictoria wrote:
There may be a problem in all the homemade ROMs, that all these sections are marked as 0xFFFFF6FD and so they are probably being loaded to the RAM before execution. It brings delays, may block the internal bus and/or freeze the device especially when waking from sleep.
WOW !
Offline
guys is there anyone who would like to work on a wm6.1 rom for i-mate ultimate 6150?