WM 6.5 ROM Takedowns, Whats up? - General Topics

Hey Guys,
Did you noticed? Some WM 6.5 ROMs were taken down from XDA on request from Microsoft. I think the idea is somewhat like this : WM 6.1 ROMs were allowed as the upgrade from WM 6 to 6.1 is free, its only the operator's/Manufacturer's lazyness to not provide an update. But 6.5 wont be free upgrade, it is being considered a major release. If that is true, as it is being shown by recent takedowns, i think its no use to put time and efforts on WM 6.5 before there are devices out with it atleast, or maybe even not after that also.
What do you guys think?

Too bad,here are the snapshots of WM 6.5,looks awesome,will it be kinda sluggish on GENE?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Also for the people running the WM6.5 BETA ROMS,the Honeycomb start menu cab file is available on XDA,have any of you tried it out?

Microsoft is trying to control the leaks of WM 6.5 because it is not officially out yet. Windows Mobile 6 was ported to most (if not all) WM5 devices after it was released, and MS did not send any cease and desist orders for those ports.

@BlueAngel180: Yup, it will be sluggish, specially the honeycomb start menu. In a video by engadget released after Mobile World Congress showcasing of Wm 6.5, it was quiet sluggish even on some new VGA HTC device.
@NotATreoFan: hmm, thats enlightening So things should be fine after the official release, great! I was also waiting for that before porting 6.5 ROMs as the ones out there in beta are quiet buggy. I have found Wm 6.1 5.2.18128 Build 21109.5.0 to be most wonderfully stable and ultra fast yet, specially for the low end devices. The filesystem caching works really great in this build.
And sorry for posting in wrong section. Will take care in future

I can understand the 6.5 removals, but b16b has had his 6.1 links removed too.
http://forum.xda-developers.com/showpost.php?p=3160137&postcount=2

mobisat said:
I can understand the 6.5 removals, but b16b has had his 6.1 links removed too.
http://forum.xda-developers.com/showpost.php?p=3160137&postcount=2
Click to expand...
Click to collapse
exactly... if M$ wants to be pr!ckish over the 6.5 fine... we will find a way to eventually to test it for the chefs...
but there is absolutely no reason to pull down bob's 6.1... it is the fastest, most stable rom for my kaiser that i have tested to date

krazy_about_technology said:
@BlueAngel180: Yup, it will be sluggish, specially the honeycomb start menu.
Click to expand...
Click to collapse
i believe this can be fixed by changing the framespersecond in the titanium cpr file.

thesire said:
i believe this can be fixed by changing the framespersecond in the titanium cpr file.
Click to expand...
Click to collapse
yup already started on that http://forum.xda-developers.com/showthread.php?p=3329622#post3329622

@thesire and msd24200: Thats great, this forum has got the maximum no of geniuses I am so glad i am becoming a part of this, slowly
Anyways, can anyone tell me, what will be the size of the ROM if i cook it naked i mean, would it fit on a 128 MB ROM, 64 MB RAM device like HTC GENE without being unuable?

Another nice thing about Titanium is that at the top of the cpr files you will see two lines that say "TitaniumListView" If you change both lines to "BronzeListView" you will see that the glass panel will move like the panel in the sliding panel interface of wm 6.1 standard. Its pretty cool! I an another guy have been tweaking the cpr's for the last week or so and we have learned alot, the customization is almost endless!

Thats really great buddy, really appreciate all you people's work. BTW, are you talking about the glass panel on the Today screen?

krazy_about_technology said:
Thats really great buddy, really appreciate all you people's work. BTW, are you talking about the glass panel on the Today screen?
Click to expand...
Click to collapse
yea, the glass panel, its cool, the list will move as well as the panel! Also at the top you will see after the frames per second a line that says "Loop=False"
Change that to true and it will loop the panel from the bottom of the screen to the top if you are using the hardware buttons! The layer id focus height and and the Image ID= Image Default height, will adjust the height of the glass panel, you need to change them both to the same number or your panel will look cut off, the line "Image Default" refers to the panel so if you change the width it will make the panel as wide or narrow as you want! Look below!
<Form>
<Image ID="Background" Opacity="1.0" Top="-27" Width="240" Height="320"/>
<Layer ID="StaticHomeArea" Visible="False"/>
<BronzeListView ID="HomeNav" Width="240" Height="268" Columns="1" Rows="5" ItemWidth="240" ItemHeight="27">
<Layer ID="Focus" Width="240" Height="130">
<Image ID="Image Default" Left="0" Top="10" Width="240" Height="130" ScalingAlgorithm = "TriLinear" Opacity="1.0" />
<ControlSequence ID="Action Sequence" FramesPerSecond="40" Loop="True">
<Image ID="Image" Left="0" Top="5" Width="240" Height="125" Opacity="1.0" />
</ControlSequence>
</Layer>
<Layer ID="ListItem" Visible="False" />
<Layer ID="No Items" Opacity="0">
<Text ID="Text" Width="100" Height="19" FontFamily="Segoe Condensed" FontSize="9" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">No Items</Text>
</Layer>
</BronzeListView>
<Layer ID="NPI">
<!-- NPI on left side -->
<Image ID="Left" Left="161" Top="16" Width="10" Height="10" Opacity="1.0"/>
<!-- NPI on right side -->
<Image ID="Right" Left="221" Top="16" Width="10" Height="10" Opacity="1.0"/>
</Layer>

krazy_about_technology said:
Anyways, can anyone tell me, what will be the size of the ROM if i cook it naked i mean, would it fit on a 128 MB ROM, 64 MB RAM device like HTC GENE without being unuable?
Click to expand...
Click to collapse
i try build 21159 on gene u get 40mb free space on rom and 26mb free ram @ 5mb page pool

40 MB??? That is not very usable if that is what you get without any applications They have added too much to IE, thats why the size of sys is increasing in every build, apart from other reasons. And did you got stable [email protected] 5 MB PP? The previous build i tried choked at anything less than 6.

krazy_about_technology said:
40 MB??? That is not very usable if that is what you get without any applications They have added too much to IE, thats why the size of sys is increasing in every build, apart from other reasons. And did you got stable [email protected] 5 MB PP? The previous build i tried choked at anything less than 6.
Click to expand...
Click to collapse
sorry its 54mb
regrading performance its very lag but it better to not talk about it because its beta
i see video in gizmodo even in high end phone it suck

Related

Any WM6 rom as fast as the WM5 on my wizard?

Ive tried many of the WM6 roms and some were pretty stable and usable- but the main reason I reverted back to wm5 each time was a distinct decrease in device speed.
Any wm6 rom with any features or no features with the primary requirement being speed?
Thanks
Ajay
Have you tried mfrazzz's XM6.2a? It's the fastest I've used.
i always had the impression that wm6 is faster then wm5.
For VM6 the fastest i think is a rom called spead freak but is lacking a lot of programs and things (not even camera is included) and the second is the original 318 WM6.
You can find both if you search this forum.
odd I find WM6 to be a little faster...not a huge difference but it's definitely not slower than WM5.
I think speed is in the rom itself. If its loaded with a bunch of junk then of course it will more than likely not perform as well for you as others.
mfrazzz's XM6.2a is the best one.I recommend this ....
wm6 is slower than wm5 because almost all of them have pagepool reduced, if you revert PP of wm6 to default (12M) then it will be more faster than wm5!
Go install Vista on a computer that had XP on it and then ask why it's slower over in the M$ forums.
With that said. I agree with what most have said about the XDA Mobile 6 R2a. It's what im running. And i love it. If i wanted a blazing fast PDA i'd get one with a faster CPU and more ram.
Shane
bachikho said:
wm6 is slower than wm5 because almost all of them have pagepool reduced, if you revert PP of wm6 to default (12M) then it will be more faster than wm5!
Click to expand...
Click to collapse
i am not concerned by your words... i cant see ANY performance hit with 4 mb pp so far... GUI is faster with wm06 imo.
Hallis said:
If i wanted a blazing fast PDA i'd get one with a faster CPU and more ram.
Shane
Click to expand...
Click to collapse
yeah, go buy me a one...
btw is there any wm05 kitchen similar to wm06 kitchens?
ajaymalkani said:
Ive tried many of the WM6 roms and some were pretty stable and usable- but the main reason I reverted back to wm5 each time was a distinct decrease in device speed.
Any wm6 rom with any features or no features with the primary requirement being speed?
Thanks
Ajay
Click to expand...
Click to collapse
I use Faria Crossbow and find my device speed up quite significantly (IMHO).
My office mate also run WM6 on prophet and the result is quite the same.
I think the matter is on the ROM you are using which is over populated with unnecessary applications/services?
ikanpar1 said:
I think the matter is on the ROM you are using which is over populated with unnecessary applications/services?
Click to expand...
Click to collapse
look it is overpopulated wm06 rom for wizard:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
,
,
ask me, if it is slow...
wise loaded os can be as clean one.
just stay away from useless apps that ARE taking mem when not used.....
btw, 75% of apps like home today, new 8 pos commgr, dialers etc may be optimised by resources/gfx editing..
whole idea is need to do better..
3130 bytes vs 201 bytes - same file.
nothin said:
look it is overpopulated wm06 rom for wizard:
,
,
ask me, if it is slow...
wise loaded os can be as clean one.
just stay away from useless apps that ARE taking mem when not used.....
btw, 75% of apps like home today, new 8 pos commgr, dialers etc may be optimised by resources/gfx editing..
whole idea is need to do better..
3130 bytes vs 201 bytes - same file.
Click to expand...
Click to collapse
That is very impressive! What base rom/kitchen do you use?
Yeah, I would like to find out which rom this is. I have never been able to get above 30, even in wm5.
NBD 8.0 is THE fastest ROM i have ever used regardless of WM5 or WM6
ranasrule said:
NBD 8.0 is THE fastest ROM i have ever used regardless of WM5 or WM6
Click to expand...
Click to collapse
Maybe, but all versions except muns have the missed calls problem. (you will have missed calls show as 1 or 2 sec conversations )
So i will just go with 7.9 if you really want NBD
ammarr said:
Yeah, I would like to find out which rom this is. I have never been able to get above 30, even in wm5.
Click to expand...
Click to collapse
Many WM6 builds are capable of sparing 30MB of RAM. The easiest way to achieve this is, as everyone has suggested, alter the pagepool of the rom that your using.
Many factors affect the speed of a rom. Reducing pagepool may speed up some aspects of your rom but how noticable the difference may be is dependant on what else is in your rom.
Im yet to be convinced about the actual correlation between pagepool and the speed of the rom because I am still experimenting.So far all I know is that if the WINDOWS folder of your device is overflowing with files then reducing pagepool wont increase speed very much.
icezar said:
That is very impressive! What base rom/kitchen do you use?
Click to expand...
Click to collapse
i used ..heh heh i don't remember.. doubleofour's probably..
ahh btw, its possible to turn cam driver off - gain 1.2-2.5 mb.
i made simple cab to turn cam on/off.
it is working.
its method for having >38 mb mem free(i.e. for emulators etc).
Going back to ajaymalkani's post comment...I myself went back to WM5 after 2-3 months of playing around with WM6 Roms. Many WM6 roms out there are good and tailored in their own way. Some are blazing fast while missing applications, others have all the applications but slow as hell. Touch applications definitely kill performance even with overclock. I finally got fed up as A2DP (very important to me anyways) didn't work on majority of the ROMs (it worked, but huge skipping problems even with all the A2DP settings and fixes). I finally then went back to WM5...has all the applications I need, works super fast without overclock, and got A2DP working flawlessly (no skips or hisses). WM5 works great for me but again, to each their own.
Although, I'll admit, after seeing nothin's post, that was cool how he got that much resources.
Cool
-Vac
thanks, it is occupied by stripping some unused sys functions(cabs to restore just in case).
is there any wm05 kitchen that is able to do the same with wm05?
I agree, wm5 is faster. But I just enjoy the use of wm6. the gradient bars just make it hot.

Official WM6.1 presentation.. ON HTC UNIVERSAL!

http://www.phonemag.com/mobile-internet-explorer-61-hands-on-at-ctia-042170.php
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LOL... I can't believe to MY EYES!
Not only that, but they demoed PIE 6, which is the new version shipping at the end of the year, which includes flash lite 3. This shows current generation devices will have enough power to run flashlite 3 when it comes out.
Surur
Any dump of that ROM???
..Maybe videocall works too!!!
lol, that's a full screen static image being displayed. Nothing shown suggests they are actually rendering you tube on the Uni.
galt said:
lol, that's a full screen static image being displayed. Nothing shown suggests they are actually rendering you tube on the Uni.
Click to expand...
Click to collapse
The video also show a lovely Uni
teixeirabmb said:
The video also show a lovely Uni
Click to expand...
Click to collapse
I was talking about the video. That's a still image being displayed on the screen.
galt said:
I was talking about the video. That's a still image being displayed on the screen.
Click to expand...
Click to collapse
At 0:55 you can see something.. like a zoom on Universal.
And anyway: if it is a screenshot.. Why there is the green softkey for keyboard?
But Windows Mobile 6.1 will be officially released for HTC Universal?
alex783 said:
But Windows Mobile 6.1 will be officially released for HTC Universal?
Click to expand...
Click to collapse
I'm optimistic but I'm sure that it won't be...
alex783 said:
But Windows Mobile 6.1 will be officially released for HTC Universal?
Click to expand...
Click to collapse
Unlikely
A lot of the Original development for WM6 was done on the Universal, because thats what the Engineers at Microsoft have (and because its so awesome )
So it would appear that Microsoft's Engineers are doing dev of WM6.1 on the Universal too. While this may mean that there is not likely to be an official version; it does offer hope of some nice ROM and driver leaks...
UPDATE:
I love it how the video says "Windows Mobile Browser 6.0 on WM 6.1" and yet the site is claiming "Mobile Internet Explorer 6.1"
DJ Palmis said:
At 0:55 you can see something.. like a zoom on Universal.
And anyway: if it is a screenshot.. Why there is the green softkey for keyboard?
Click to expand...
Click to collapse
At 55 seconds the presenter has changed the device that is being projected on to the larger display. The zooming you see is the person taping the event zooming THEIR camera out to capture the whole screen. The IMAGE displayed on the JasJar doesn't change except when they swap one (possibly a different unit, lol) in to view with a STATIC portrait display of a web page. The keyboard icon you see is a frequent graphic artifact in Windows Mobile, often when full screen applications are interrupted (like orientation changes) the stupid little keyboard icon appears and doesn't go away even when full screen mode is returned. I did actually see that in PIE frequently on my Uni, but i believe also in many full screen image viewers.
I guess I just chuckle when a static image of a browser feature that isn't going to be finished for 9-12 months is displayed on an old device becomes a call for a ROM dump and hope for a 6.1 upgrade for the Uni. If it was capable of rendering the YouTube video, wouldn't they have shown it playing the video? Sure the Uni might get this feature down the road, but only if the XDA hackers put one together after it's made available for other device.
*Edit - that's definitely a device swap @ 1:15: never before in the history of Windows Mobile has a Universal changed from landscape to portrait and redrawn the screen entirely in less than 1 second.
galt said:
The zooming you see is the person taping the event zooming THEIR camera out to capture the whole screen.
Click to expand...
Click to collapse
Oh.. I see.. You're right.
Yes, He has two Universals. The probability of an official WM6.1 is nonexistent.
I had only an hope to dump that rom.. But you say it's a stupid picture.. Now.. I don't have even an hope!

Updated 13th Oct,error fixed, KAISER - PV ROM OS 5.2.19971 MANILLA INSPIRAT by Medkid

PDAVIET KAISER WM 6.1 OS 5.2.19971 build 19971
Version 1.1F_MK_PV
​By Medkid​
Special thanks to:
PhamQuang
cmonex
zhaonian
Sonblack
Dvha79_ddt
Hoangdat_vista
Ancola66
TranMinhMan
Phamnhatthanh
Nhocbanme
chi-tai dang
Poorlyduck
Presentation: take a look at my previous beta test ROM, online
Clip Watch http://clip.vn/watch/Diamond-Touch-UI-on-My-Kaiser/WTqa,vn
And here you are some of the pictures of the "official" Release:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Some more information:
This Rom is based on HTC Official rom FOR HTC OPAL OS.5.2.19971
Included:
Diamond Touch UI by Ancola66 , and Homescreen plusplus by chi-tai dang with "Manilla" look, but you can slide every things smoothly (hey do not blame on me for scratching your device's screen after you flash and use this Rom , he he joking)
Poorlyduck ultimate suite (calculator, WMP skin, S2P)
S2P, Image viewer
WKtask 1.1.7.3
Tom Tom navigator
HTC OPAL dialpad (thanks to mbarvian for his sharing)
Icons upgraded
Last but not least, it's now full kernel trusted mod (thanks for the help of cmonex), so that you can enjoy your kaiser fully functions now, he he, I hate the wait cursor
and some more, let's test and feel ...
Download:here we go, link attached........................
Username and password: PDAVIET
To unrar: thanks medkid
And here is my splash image for kaiser, just incase you like it: http://www.mediafire.com/?bmjj91wwgbx
Previous Roms: go to 2nd Post of this thread.
(who Can tell me the last picture is on an Iphone or a PPC device ? )​
Some more pictures of my Rom
mirror link
Code:
http://rapidshare.com/files/153808174/PV_ROM_KAISER_19971F_by_Medkid.rar
To unrar: thanks medkid
Code:
http://rapidshare.com/files/151993636/PV_ROM_KAISER_19971_by_Medkid.rar
Code:
http://rapidshare.com/files/151778804/PV_ROM_KAISER_20755_F2_by_Medkid.rar
Code:
http://rapidshare.com/files/150216469/PV_ROM_KAISER_20755_F_by_Medkid.rar
To unrar: thanks medkid
Link is attached at the 1st post, enjoy
Congratulations!Thanks for your sharing.
Ohhh nice, so its got the Manilla look, but it doesnt actually use the Manilla 2D UI???
Any comments on the speed and stability of this 1 guys? Im very interested
just downloaded a little while ago.
Speed / Stability seems to all be there...looks great, working great.
only criticism I have thus far are the icons could have been a little more graphical, still messing around with them to see what takes me where.
Also, can not find an email set up yet.
other then that, seems to be working great, if i find any bugs / issues I will be sure to post them.
What version of tomtom is installed?
chrisrc1985 said:
just downloaded a little while ago.
Speed / Stability seems to all be there...looks great, working great.
only criticism I have thus far are the icons could have been a little more graphical, still messing around with them to see what takes me where.
Also, can not find an email set up yet.
other then that, seems to be working great, if i find any bugs / issues I will be sure to post them.
Click to expand...
Click to collapse
Great
Hows the speed though? Thats the big issue for me!!! The Manilla ROMs ive used have been prone to random pauses that can sometime last a second or 2 and sometime up to 10 seconds...
Any weird experiences like that?
I noticed the same thing with the manilla.
Speed seems to be fine, stability as well.
like i said it may take a bit to get use to some of the icons.
Also, I am noticing that i am having a problem connecting to the gprs network.
any help no that would be appreciated.
Thank You,
Chris
landscape support?
randomguy321 said:
Ohhh nice, so its got the Manilla look, but it doesnt actually use the Manilla 2D UI???
Any comments on the speed and stability of this 1 guys? Im very interested
Click to expand...
Click to collapse
i dont get it....
when i first read this i thought u mean it uses an HTC home theme that resembles manilla LOL...
so what did u mean?
i believe it does support landscape.
No connection to MEdia Net - Anyone know of how to do that.. i tried setting my connection to wap.cingular but no luck so far.
A weather and email tab would be nice. The rom shows speed has speed and stability so far.
The GPS would be better if removable (Not all of us like tomtom).
Great work.. Congrats!!!
Tomtom
CAn't seem to locate any maps in what I believe is TomTom7 ? Anyway to uninsatll it as I have TomTom6 with maps
need to download the maps i believe.
anyone else experiencing a 'error synchronizing' issue when it comes to send / receive email???
also have an issue connecting to the internet, even though my 3G is being picked up..or supposbly being picked up
-- Problem was fixed...if you are having the same problem go to you connections tab - > advanced -> make sure the drop down is set for my ISP that will set email / internet
smooth so far, works faster than the manillla roms. i'm getting certificate untrusted error in making a few prrogs work. anyone know how to correct this?
randomguy321 said:
Ohhh nice, so its got the Manilla look, but it doesnt actually use the Manilla 2D UI???
Any comments on the speed and stability of this 1 guys? Im very interested
Click to expand...
Click to collapse
This is the UI: http://www.chi-tai.info/software_45...tus-advanced-1.06.346-build-0346-released.htm
Jeannette
duckhunt
anyone have the cab for this version of duck hunt?

WM 6.5 Native Kernel/nk.exe/xip.bin for Universal

Hi friends!
I think the topic pretty much says it all;
This is a native WM 6.5 Universal OEMXIPKernel/xip.bin/nk.exe - aware of the new Slot 60/Slot 61 virtual memory layout - what does this mean for you as a chef?
Now you don't have to recmod any modules in \SYS anymore, to port over WM 6.5! And you have 64mb free to convert more files to modules!
But you will need to use a relocation tool that is aware of the new memory layout;
Ervius Visual Kitchen + Bepe's New Kitchen do this with the "Real WM 6.5 AKU" checkbox
There's also a build of "WMReloc" 2.0 floating around that may support this, that would be compatible with the "old style" kitchen (buildos + g'reloc, it would replace g'reloc)
http://rapidshare.com/files/245799862/HTCUniversal-WM65-nk-xip.zip
My friend, you are soooo fast!
I was working from last couple of days exactly for the same. You have saved my resources.
Thank you so much.
By the way, did you patch it for 128mb ram support?
Cheers
I can smell ANOTHER WM 6.5 ROM COMING .....
Mmmm..Yummy
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

			
				
Da_G said:
Ervius Visual Kitchen + Bepe's New Kitchen do this with the "Real WM 6.5 AKU" checkbox
Click to expand...
Click to collapse
where can we download these kitchens??¿?
this just means that in bepe kitchen you can remove the line
set OLDKERNEL=1
or set it like this:
set OLDKERNEL=
Good luck everybody and thank Da_G for this great share!
guys, didn't anybody notice some strange battery behavior using this new wm 6.5 nk.exe?
the sypthoms are the following:
when the pda is runnig, everything is ok. when i turn it off by pressing the power button, everything is ok. but when i turn it on, it immediately says that it is running out of battery and in battery properties there is 0% istead of 90% as before. all wireless radios turn off and the phone dies quickly. after this i can power it on and it will start again but will work until i press the power button again or it will go to sleep automatically.
this problem happens even while charging. i mean that while the uni is turned off and charging, there is orange light and everything is ok. but when i turn it on, orange light goes away and there is no charging status on screen and it sais again 0% battery and die.
you can say that i have battery problem. but:
1) i have checked 2 batteries, 1 good and 1 not very good. the result is exactly the same
2) i have 2 exactly same roms that differ only by using oemxipkernel. rom which uses old nk.exe runs good and battery do not perform such strange things. rom which uses new nk.exe does not like my battery.
any suggestions?
it seems that nobody except me experience this problem?
anyway, it is solved by using original stock oembatterydriver.
good luck guys building your native 6.5 roms! =)
hi guys, did anybody make it working for 128 ram?
Da_G said:
Hi friends!
I think the topic pretty much says it all;
This is a native WM 6.5 Universal OEMXIPKernel/xip.bin/nk.exe - aware of the new Slot 60/Slot 61 virtual memory layout - what does this mean for you as a chef?
Now you don't have to recmod any modules in \SYS anymore, to port over WM 6.5! And you have 64mb free to convert more files to modules!
But you will need to use a relocation tool that is aware of the new memory layout;
Ervius Visual Kitchen + Bepe's New Kitchen do this with the "Real WM 6.5 AKU" checkbox
There's also a build of "WMReloc" 2.0 floating around that may support this, that would be compatible with the "old style" kitchen (buildos + g'reloc, it would replace g'reloc)
http://rapidshare.com/files/245799862/HTCUniversal-WM65-nk-xip.zip
Click to expand...
Click to collapse
rapidshare Error:
Due to a violation of our terms of use, the file has been removed from the server.
don't bother,sun it is not the real deal anyway
How not a BIG DEAL?
If this is workling, ITS a good thing.
First will give us less chance of get less virtual mem.
Why minor thing? CAN be explained? JUST to be clear?
And thanks to DA_G and everyone working in that.. Nice thing dude. do me get out mine shell to be here again. ( besides no time to compile a new rom with your XIP and test.
).
BUT THANKS.....
Can someone explain me, WHY we cant download anymore this? and at da_g forum + QUR PPC tell "The same thing do I need to repeat this? No more native kernels..." NO MORE THIS?
IM out from internet. And i cant get this in time.
ITs coming back the DARK ages of "HIDING EVERYTHING GOOD?" or any other problem?
IM not asking about the file by itself. BUT THE WHY.
Thaks in advance.
Da_G, could you please repost it?... it'd be nice to have another two slots available more modules, more free RAM, more speed
+1
for Universal 6.5 native kernel
Just waiting.
Can please somebody reupload it? Thanks
Here you go
http://www.megaupload.com/?d=OGS5H8U4
No one has an hint on how to patch this new nk.exe to support 128 Mb UNIs?
I'll try to ask to Da_g, but if someone has knowledge in this, please help.
I've tried many of the new 6.5 builds, they work fine but I've problems with ringtones and sounds in general, many of those don't work at all. I've read that the problem could be the different modules allocation on 6.5.
So, I think that the right nk.exe could fix these problems.
Correct me if I'm wrong

Software reviews for Cotulla's WWE R1 WM 6.5

The most unexpected and wonderful thing happened to Magician user is WM 6.5! (Thanks to Cotulla's brilliance). Thought that we can use this tread to post the list of software’s found working or interesting links for WM 6.5 specific themes/software, tweaks/ registry settings specific to get to once needs or any other related to R1 WM 6.5 on Magician.
1) PIM Backup working nice
2) SPB back up working
3) MS Voice command 1.6 not working properly
4) TCPMP working nicely (using the one posted in Cotulla's 3.03 thread one)
5) Resco explorer working fine
6) Second today working fine
7) Memory maid working fine
8) I used to use pocketnav for closing apps now it is spoiling the beauty so checking if ay other can be used to actually chose between close and minimise
Updated on 1-sep-09** This has everything one can use to make their R1 look beautiful http://forum.xda-developers.com/showthread.php?t=511052
@@ I come here for adding water....
xiaojin1985 said:
@@ I come here for adding water....
Click to expand...
Click to collapse
Sorry Xiaojin did not get the context, if it is on missing Magicain set and SD card keep alive, they are like drivers and primary ones for the ROM itself so not listed
I mean that I go to your thead for just adding water @@
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
BTW do you play Plants vs Zombies?
xiaojin1985 said:
I mean that I go to your thead for just adding water @
BTW do you play Plants vs Zombies?
Click to expand...
Click to collapse
You know the best Xiaojin on Magician after Cotulla, i am seeing 6.5 for the first time , than you.... no searching for above game
So do I,ha ha...
I have started a research for CHOME before,but I found it is too hard to write my plugin for it.
j_svas said:
Thought that we can use this tread to post the list of software’s found working or interesting links for WM 6.5 specific themes/software, tweaks/ registry settings specific to get to once needs or any other related to R1 WM 6.5 on Magician.
Click to expand...
Click to collapse
Yes this definitely would be interesting and also can be used to lure 64M magician users to upgrade.
At present I see no software I need that runs only in WM6.5 but not 6.1, and I use SPB Mobile Shell 3.0 so shell isn't big issue to me.
By the way XiaoJin and/or other expert with experience in upgrading ram (in China), (1) how much and (2) how many percentage that my Magician will survive with the ram upgrade, in Guangzhou? - Any referral
After upgraded, and if everything works, I think the only problem with Magician is no wifi. Though in China again I don't mind, to make all our oversea friends envy, I use China Mobile CMNET RMB$6/10MB per month package (RMB$6 is less than 1 USD) GPRS and that works great with email and stuff.
In Guangzhou:
RAM Chips - 20CNY,you need 2 chips,40CNY
Tech for upgrade - 10~~~50CNY,dependented on the man you find.
RAM費用系20文一顆,要兩顆,甘既系話你要出40文
之後你要溫個師傅幫升級,人工費大概系10文至50文之間咯
anybody saw 1024mbit chips, which can be installed to Magician board?
so 256 mbytes in common. maybe Samsung have such?
Unfortunately I have searched detail about Infineon chips before I upgraded to 128M....Also I want a bigger one so I searched many information about this.
The biggest model for Magician and other device with PXA27x is HYB25L512160AC-7.5.
It is a 512MBit(64MBytes) SDR chip,and there are no another stable chips with bigger size
Up to 1024MBit are DDR chips,which can't place in Magician board
http://item.taobao.com/auction/item_detail-0db1-8d964fc91eafe25c7fda0248887ec565.jhtml
I heard Samsung have chips which can be installed instead of Infeon.
http://www.samsung.com/global/business/semiconductor/productList.do?fmly_id=136
I found this datasheet
I will search more...
HYB25L512160AC-7.5 is a chip with 54-pin FBGA...
http://www.datasheetcatalog.com/datasheets_pdf/H/Y/B/2/HYB25L512160AC-7.5.shtml
adding to the list of softwares
SPB pocket plus works fine
Second today works gr8
Ftouch SL works nice
Resco explorer works fine
I googled and could not find any nice Widgets for wm 6.5, any one have an idea and also in today's items we have one item called Windows default, similarly any other nice 6.5 today themes/ pluging like this ?
seems only 512 mbit chips
xiaojin1985 said:
In Guangzhou:
RAM Chips - 20CNY,you need 2 chips,40CNY
Tech for upgrade - 10~~~50CNY,dependented on the man you find.
Click to expand...
Click to collapse
Thanks XiaoJin for your info.
I am aware that my magician will not be stable after the ram upgrade.
You speak Cantonese quite well. haha.
升級有風險,要三思,不過如果師傅技術好就無事
6.5 themes and plugins
Updated on 1-sep-09** This has everything one can use to make their R1 look beautiful http://forum.xda-developers.com/showthread.php?t=511052

Categories

Resources