View Full Version : [Tutorial + Links] The new s600 touch.dll cooked into roms
xangma
19-05-2008, 06:41 PM
I got my Touch Dual last Thursday and knew nothing about it and here I am, still know nothing :D But I do know you need to have your device CID unlocked or whatever. You know the drill, and if you don't. Search.
Right, a kind fellow from this thread here (http://forum.xda-developers.com/showthread.php?t=392465) provided us with a touch.dll (some sort of display driver) from a Dopod s600, or commonly known as touch dual. What's so good about it? It's the best driver we've got as far as I know.
I've put it into these 3 roms:
Niki Project Rom v1.0 WM6.1 CE OS 5.2.19716 ( Build 19716.1.1.0 ) WITH NEW DRIVER
Mirror 1 (http://rapidshare.com/files/116067287/TOM_Niki-Project_WM6.1_WWE_16keys_signed_Ship_s600.exe.html )
http://asapload.com/112873
WM6.1 Mary v0.2 OS 5.2.19716 (Build 19213.1.0.4) WITH NEW DRIVER
http://asapload.com/112868
WWE Asia
http://www.ziddu.com/download.php?uid=Z7OglZysaq2bnOKnYaqhkZSqXqydmZyu1
German Shipping ROM (thanks to mactron :D)
http://rapidshare.com/files/117870556/RUU_Nike_HTC_DE_1.31.407.09_Ship_s600_touc.dll.rar .html
US Niki 6.1 v1.0 w/ S600 Touch.dll implemented by mactron
I have not tested this rom personally. please see mactron for issues within this ROM.
rapidshare: http://rapidshare.com/files/12032683...h.dll.rar.html
megaupload: http://www.megaupload.com/de/?d=8X38BXT7
Nike_Original_NLD_ROM_v1.31.404.09_Patched_Touch_D LL.exe - Neliz
http://rapidshare.com/files/120248548/Nike_Original_NLD_ROM_v1.31.404.09_Patched_Touch_D LL.exe.html
Don't ask me why the size varies so much when the difference in the dll files is like 2kb. It works (I say that meaning, for me) so just go with it.
Pretty much, I was trying to use "kaiserkitchen_01-20-08" to do it but had problems rebuilding with BuildOS etc. I just didn't get it. I found this guide here (http://www.xdasite.com/showthread.php?p=8976) and followed it. It's not hard. but I will copy and paste it and edit it to my own liking cause I changed it a bit and my bits are in blue. All of these tools come with kaiser kitchen. Think of your Niki as a Kaiser for now.
Here comes Part 1 of the real nuts and bolts - the tools. It's all very well me spouting off about how much I've accumulated on the subject of .rgu files and all that....without the tools I'd know nothing.
The IMGFS Tools are without doubt at the centre of the toolset you'll use for cooking because they do all the real hard work associated with taking an .nbh file and splitting it open then taking a whole bunch of files and turning it into a single .nb file.
These tools are the product of two evolutions of the same idea, and certainly I'm indebted to the authors (Mamaich and Tadzio of XDA-Devs fame) for the creation and subsequent development of the toolset.
The Tools are (in order):
- NBInfo: which provides information about an .nbh file.
- NBHExtract: which extracts the various .nb files from within a .nbh file.
- NBSplit: Splits the OS.nb into its "payload" and "extra" portions.
- IMGFSFromNb: takes the IMGFS portion from an OS.nb.payload
- IMGFSToDump: extracts ("Dumps") all files from an IMGFS file.
- IMGFSFromDump: Reconstitutes the contents of a "Dump" into an IMGFS file.
- IMGFSToNb: Uses an OS.nb.payload as a road-map, in conjunction with a new IMGFS file, to create a new OS.nb.payload
- NBMerge: Creates a New OS.nb from the original Os.nb.extra and the new OS.nb.payload.
....and you're done!
....well not quite, you'll need the command lines. I've separated each part of the process into manageable chunks, ordered the folders etc. so (hopefully) it's easy to follow.
NBInfo <nbh-filename> - this is only really useful if you get what the outputs are, and I don't universally. If you scroll up you can see some interesting stats, like where the IMGFS partition begins and where the XIP is located.
Didn't use
NBHExtract <nbh-filename> (or drag-and-drop) - this splits your .nbh file into its .nb components, and you can even take a look-see at the splash screen! Rename your OS.nb and copy it to the next folder. You'll also get a whole mess of other .nb files. Keep them or ditch them, it's your choice, if they're not there when you re-flash, these parts are not over-written, with the exception of ExtROM, which is left empty if you do an OS-only.
Grab your RUU_Signed, grab your tools and put them in a folder. Run cmd. Navigate to folder. Type "nbhextract ruu_signed.nbh" to get your "02_OS.nb" file and rename it to "OS.nb".
NBSplit -hermes|-kaiser|-titan|-wizard|-athena|-sp <nbh-filename> - look, no mention of Artemis (Orbit), so Orbit users can skip this step.
I typed "nbsplit -kaiser os.nb". I now have 2 extra files, os.nb.extra and os.nb.payload. Leave the extra for now, deal only with payload.
IMGFSfromNb <OS.nb-filename> imgfs.bin - this creates an IMGFS file from your OS.nb (now the fun part), called "imgfs.bin"
Type "imgfsfromnb os.nb.payload imgfs.bin"
IMGFSToDump imgfs.bin - this creates a folder called "Dump", and extracts all the files from your imgfs.bin into it.
(The eagle-eyed among you will note there's another app in there, RecMod.exe, this is used by IMGFSToDump to construct certain of the exe and dll files in the dump, don't worry)
Type "IMGFSToDump imgfs.bin". If you do not have "cecompr_nt.dll" in your folder with your tools it will not work.
Now you have a dump folder. This can be used to cook from. Put files in, take files out, edit files, it's your choice from here. However, as you might expect, if you were to play around too much with certain files, things may stop working later....
Now, this is the tricky bit. I replaced the whole touch.dll folder in "dump" with the new one. If you do not "g'reloc" the folder. Your Niki will freeze at the second splashscreen. I don't get g'reloc. I Never will. This is how I made it work for me.
In windows, have g'reloc in your folder with the rest of your tools. Rename your "dump" folder to "SYS". Open g'reloc. It should say "Total 411" or some silly number. If it says "Total 1", you've done it wrong and good luck cause I know nothing about it. Anyway, run it with default settings. Done. Rename your "SYS" folder back to "dump". Continue.
Now, to reverse the process, copy your entire "Dump" folder, OS.nb AND the 'imgfs.bin' you created in the last step to the next folder down, to begin reconstruction.
IMGFSFromDump imgfs.bin imgfs-new.bin - this uses the original imgfs.bin as a road-map to create a new one (creatively titles imgfs-new.bin) based upon the contents of your dump folder, and compresses the result.
Type "IMGFSFromDump imgfs.bin imgfs-new.bin" in cmd.
IMGFSToNb imgfs-new.bin OS.nb OS-new.nb - as you've probably worked out by now, this is the last-but-one step. This takes your imgfs-new.bin (itself constructed from your revised dump) and uses the original OS.nb as a road-map to create a new one.
Here is where it's different, if you just type imgfstonb it tells you the usage ... so ... we need to rename some files. Rename your original "imgfs.bin" to "imgfs-old.bin" and then rename your "imgfs-new.bin" to "imgfs.bin".
Now, rename your "os.nb.payload" to "os-in.nb.payload". Now type "imgfstonb imgfs.bin os-in.nb.payload os-out-nb.payload". Nearly done.
NBMerge -hermes|-kaiser|-titan|-wizard|-athena|-sp OS-new.nb - is used in conjunction with the "Extra" file created by NBSplit (remember this isn't necessary for Artemis/Orbit) to make a complete OS.nb.
Now, the usage of this tells us something completely different. Rename "os-out.nb.payload" to just "os.nb.payload". Oh and before I forget. DELETE OS.NB NOW. Now type "nbmerge -kaiser os.nb -conservative". This creates your new one.
Here's something to try. Get an nbh file and go through the process described above, without making any changes. Logically at least, you should get an identical OS.nb at the end - though don't be surprised if it's smaller because Tadzio has mastered the art of efficiently re-packaging stuff into an IMGFS file.
Now you have a new OS.nb file. Open up "htc rom tool". Select it and NO RADIO, it's already there! Type "NIKI***" in the model id box or it wont flash. Make sure there's not another "RUU_Signed.nbh" in your folder and save the new one as "RUU_Signed" ... or "RUU_Signed2" just to be safe. Then shove it in a flashing folder or use the kaiserkitchen tool to flash it. Done.
EDIT: There will be loads of edits but Mods, if you want me to take the file down as it's not really mine. Just say.
EDIT2: Oh yeah! Not responsible! For anything! Ever!
EDIT3: If the version of Toms ROM doesn't work. Try this (http://www.ziddu.com/download.php?uid=aK2gmZqtZrKZlOKnZqqhkZSqY6yclpSo6 ) one.
DaVince
19-05-2008, 06:50 PM
Wow! Nice work! But I think you forgot the link for this one:
WM6.1 Mary v0.2 OS 5.2.19716 (Build 19213.1.0.4) WITH NEW DRIVER
xangma
19-05-2008, 06:54 PM
Wow! Nice work! But I think you forgot the link for this one:
WM6.1 Mary v0.2 OS 5.2.19716 (Build 19213.1.0.4) WITH NEW DRIVER
Just testing it now. Give me a couple of mins =)
NetrunnerAT
19-05-2008, 07:01 PM
have some one make benchmarks??
xangma
19-05-2008, 07:05 PM
have some one make benchmarks??
I didn't. So I don't know if the driver is better for the Mary ROM yet. Valvarin established that it's better than the one in the Niki Project ROM though. Someone more experienced will be able to tell me i'm sure.
tom_codon
19-05-2008, 07:17 PM
well done...!
So who can help me extract and upload oemdriver from s600 rom and put link here for me ?
I will add in my V2.0 :)
Best Regards..!
Thanks
xangma
19-05-2008, 07:19 PM
well done...!
So who can help me extract and upload oemdriver from s600 rom and put link here for me ?
I will add in my V2.0 :)
Best Regards..!
Thanks
http://forum.xda-developers.com/showthread.php?t=392465
It's in there =) Sorry for taking your ROM. Hope you're ok with it. Wouldn't mind you checking it over to see if it's ok really. I've flashed it, dumped it and checked the filesize of the touch.dll to see if it matches the s600 one and it does. I'm just doing it for the Mary v0.2 ROM now (which works too by the way, had a bit of a hiccup creating the final NBH file cause the NIKI*** has to be capitals.) Will upload it all soon =)
tom_codon
19-05-2008, 07:27 PM
http://forum.xda-developers.com/showthread.php?t=392465
It's in there =) Sorry for taking your ROM. Hope you're ok with it. Wouldn't mind you checking it over to see if it's ok really. I've flashed it, dumped it and checked the filesize of the touch.dll to see if it matches the s600 one and it does. I'm just doing it for the Mary v0.2 ROM now (which works too by the way, had a bit of a hiccup creating the final NBH file cause the NIKI*** has to be capitals.) Will upload it all soon =)
no problem my friend :)
xangma
19-05-2008, 07:31 PM
So anyways! I'm uploading the Mary v0.2 ROM now. It's all good. Hopefully it's a newer driver than the one that was originally in there.
Feedback anyone? Does it work properly on your Niki?
EDIT: That was stupid. I need to give you more upload links first!
soulcrusher
19-05-2008, 07:50 PM
Very nice indeed, feels like my dual is 1000 times faster now!! :)
Great job!
Klutsh
19-05-2008, 08:00 PM
So anyways! I'm uploading the Mary v0.2 ROM now. It's all good. Hopefully it's a newer driver than the one that was originally in there.
Feedback anyone? Does it work properly on your Niki?
EDIT: That was stupid. I need to give you more upload links first!
Any sign of that link yet?
tom_codon
19-05-2008, 08:02 PM
Very nice indeed, feels like my dual is 1000 times faster now!! :)
Great job!
Really ??? :)
Interesting..!
shinji_73
19-05-2008, 08:05 PM
Could this great work from xangma (thank you btw) be useful to have Manila working om Niki?
xangma
19-05-2008, 08:06 PM
Any sign of that link yet?
Yep, there is :D Going to do it separately on RapidShare in a second I think. That site is weird. Oh I get it. You have to wait their time limits to get the link. Open and wait.
Klutsh
19-05-2008, 08:07 PM
Thanks for the link,
"You have exceeded your Download Quota!"
from Badongo.com, I've never used their site before!!
Grabbed from rapidshare instead. :)
Blackdragon_860
19-05-2008, 08:33 PM
OK, Mary Rom is a little bit faster but not 1000 times..
but thx for your work.
xangma
19-05-2008, 08:34 PM
OK, Mary Rom is a little bit faster but not 1000 times..
but thx for your work.
=) Even a little is better until we get some new kaiser drivers =D That would be nice.
zkyevolved
19-05-2008, 08:48 PM
Has anyone tried the Niki Project version yet?
Klutsh
19-05-2008, 08:48 PM
OK, Mary Rom is a little bit faster but not 1000 times..
but thx for your work.
I have to agree, only a slight improvment, I think now it's a case of waiting for the GPU drivers... and waiting... and waiting
tom_codon
19-05-2008, 08:50 PM
no more faster for me
anyway i will look in it . Thanks xangma .
Else anything in future ?
http://i249.photobucket.com/albums/gg233/nikiproject/Wm7.png
http://i249.photobucket.com/albums/gg233/nikiproject/Wm71.png
http://i249.photobucket.com/albums/gg233/nikiproject/wm73.png
just take some pictures video demo of microsoft.As u can see.In pictures.Ours niki device running WM7 :D
So why we need change device ?
Will have something in next times for all !
xangma
19-05-2008, 08:51 PM
Has anyone tried the Niki Project version yet?
I don't count right? :p
xangma
19-05-2008, 08:52 PM
What we need are some solid benchmarks!
EDIT: Sorry about all the double posts
Klutsh
19-05-2008, 08:55 PM
just take some pictures video demo of microsoft.As u can see.In pictures.Ours niki device running WM7 :D
So why we need change device ?
Will have something in next times for all !
Nevermind got what you meant
zkyevolved
19-05-2008, 08:55 PM
I don't count right? :p
Sure you do, but I just don't want to brick it and not be able to get it to work again :-\. lol. And OF COURSE you count :D you're the creator! :D Kudos for you, and your hard work!
xangma
19-05-2008, 09:03 PM
Sure you do, but I just don't want to brick it and not be able to get it to work again :-\. lol. And OF COURSE you count :D you're the creator! :D Kudos for you, and your hard work!
HardSPL? Then you're ok I think. But I don't know, i've only been here since Thursday. I'm not sure if it's any better! Remember that =P We need someone to run a benchmark on the original Mary v0.2 rom, and i'll do the new one.
EDIT: Benchmarking tool here
http://vsbench.virtualspaghetti.com/
EDIT:
Niki with P6550 RUU_Sedna_HTC_WWE_1.10.405.1_Radio_Sedna_1.58.21.2 3_signed_Test ROM => OS part only
graphics 1096
others 1669
jpeg 2175
game 1293
sound 0658
final score: 1378
Niki with P6550 RUU_Sedna_HTC_WWE_1.10.405.1_Radio_Sedna_1.58.21.2 3_signed_Test ROM => Sedna OS + Radio
graphics 1112
others 1792
jpeg 2201
game 1309
sound 0736
final score: 1430
Niki with WM 6.1 Niki project rom
graphics 1094
others 1803
jpeg 2208
game 1276
sound 0672
final score: 1410
Niki with ported Drivers from S600
graphics 1159
others 1972
jpeg 2445
game 1407
sound 0794
final score: 1555
SPB benchmarks:
Arkaball frames per second (frames/sec)
MDA 107; MDAII 98.4; niki_sedna 153; niki_S600 152; niki WM6.1 143;
DDB BitBlt
kaiser 392.9 fps
niki with Sedna Rom 406 fps
niki with S600 Drivers 412 fps
niki with WM6.1 402fps
with the S600 Drivers it works a little bit smoother but no Video playback
acceleration...
but the touching issue is solved with the driver :D
And now the new ones on the Mary v0.2 ROM
graphics 1265
others 2157
jpeg 2606
games 1556
sound 0792
overall 1675
Looking good =D
zkyevolved
19-05-2008, 09:15 PM
I used this method:
The attached SSPL, USPL and HardSPL are based on the Nike shipped SPL v1.16
EDIT: HardSPL v.1.15 (MFG - manufacturing) with rtask support now added. I highly recommend to install this version !!!
1. download the attached files
2. REMOVE SIM and SD CARDS !!
3. connect usb cable
4. copy sspl-1.16-nike.exe to your device and run it (usb cable must be connected!)
5. after a few seconds "USB" appears on the display
6. unplug and replug the usb cable
(OPTIONAL, better to skip it! step 7. if you only want to test the sspl try flashing the attached splash screen by running ROMUpdateUtility.exe from flash-splash-niki)
8. you can now flash the hardspl-1.15mfg-nike.nbh by running ROMUpdateUtility.exe from flash-uspl-niki
9. after installing the hardspl you can flash any rom (rom cook project here (http://forum.xda-developers.com/showthread.php?t=355397))
Note:
The USPL is not a "HardSPL" which means it gets overwritten when you flash a full ROM. You have to run the SSPL if you want to flash any ROM again.
The HardSPL is never overwritten which in case of flashing trouble is a great insurance. Should you want to flash another SPL or USPL you must run the SSPL.
Important:
Use at your own risk! I'm not responsible for any damage to your device caused by using the attached files.
Credits:
Pof, Des, Olipro and thanks to arc for testing this.
Donations:
Any donation amount is greatly appreciated :)
from this page:
http://forum.xda-developers.com/showpost.php?p=1777082&postcount=1
If you say that's HARDSPL, which as i read it isn't. :-\
xangma
19-05-2008, 09:21 PM
I used this method:
from this page:
http://forum.xda-developers.com/showpost.php?p=1777082&postcount=1
If you say that's HARDSPL, which as i read it isn't. :-\
See I did it a different way so I don't know. You'll have to ask someone else sorry. Someone who knows more on it than me.
Klutsh
19-05-2008, 09:25 PM
Here my bench test
Mary V0.2 S600
Graphics 1020
Others 1844
Jpeg 2376
Games 1317
Sound 0656
overall 1442
xangma
19-05-2008, 09:48 PM
Here my bench test
Mary V0.2 S600
Graphics 1020
Others 1844
Jpeg 2376
Games 1317
Sound 0656
overall 1442
And that's the one I just uploaded right? What happened there then?! =P
soulcrusher
19-05-2008, 10:03 PM
=) Even a little is better until we get some new kaiser drivers =D That would be nice.
The difference in benchmarks is very small, the touchscreendrivers wont make the system much faster (except of course, if you tap the screen:rolleyes:). But when i type (i use pcmkeyboard) things are way better, normally i had to wait about a second (!) to open a shift menu or something. Pcm contacts is still a bit twitchy with finger scrolling, but I think its pcm and not the driver:p;)... Rts games like age of empires also work alot better now:D
xangma
19-05-2008, 10:29 PM
The difference in benchmarks is very small, the touchscreendrivers wont make the system much faster (except of course, if you tap the screen:rolleyes:). But when i type (i use pcmkeyboard) things are way better, normally i had to wait about a second (!) to open a shift menu or something. Pcm contacts is still a bit twitchy with finger scrolling, but I think its pcm and not the driver:p;)... Rts games like age of empires also work alot better now:D
Awesome. Glad to hear it. At least it did something =) At the moment i'm looking at a new "official" kaiser rom that has WM6.1 in it. You know what that means! The actual drivers!
Obviously we don't know yet.
But it's looking good! Maybe a May 2nd ROM date.
jcostanza4
19-05-2008, 10:34 PM
I dont know if anybody is going to cook and benchmark the stock WWE Rom but I would be interested in that one. Ive never cooked before but let me know if I can be of any help.
If there is no interest in creating one of these, I may just wait it out till the US Touch Dual 850 Rom gets released and dumped before flashing agian.
jcostanza4
dtm203
19-05-2008, 11:15 PM
ye can someone put these drivers into the wwe rom for me and others?
DaVince
20-05-2008, 02:12 AM
Holy sh*t! :eek: Finally!!!! I'm so happy! My main problem is now gone! The touch screen bug is fixed! I can now play touchscreen games again! And gesture apps will now work without lags!! Awesome! The video acceleration is still not there, but at least the main problem of the touchscreen bug is gone! I LOVE YOU GUYS! :D
alec_cy
20-05-2008, 04:15 AM
The touch.dll is only a touch driver that do not make your phone slow when you touch the screen. There are more new drivers in S600's rom that maybe faster than old drivers. I do not have test the bench mark yet.
dcd1182
20-05-2008, 06:58 AM
its not a surprise, but in case i can save anyone time:
this driver does not work on msm7500
delta37
20-05-2008, 07:34 AM
does this fix require me to install a new ROM? or can i just add/replace the touch.dll files?
wmn79
20-05-2008, 09:10 AM
At the moment I think you should upgrade your rom. I'm not aware of a manner to just replace your touch.dll files
xangma
20-05-2008, 09:23 AM
The touch.dll is only a touch driver that do not make your phone slow when you touch the screen. There are more new drivers in S600's rom that maybe faster than old drivers. I do not have test the bench mark yet.
There probably are. I would not know which ones. Maybe you could link us to the rom and we could have a look?
Holy sh*t! :eek: Finally!!!! I'm so happy! My main problem is now gone! The touch screen bug is fixed! I can now play touchscreen games again! And gesture apps will now work without lags!! Awesome! The video acceleration is still not there, but at least the main problem of the touchscreen bug is gone! I LOVE YOU GUYS! :D
Did you find that out yourself or did I tell you? That's awesome either way though. Glad it works for you =)
does this fix require me to install a new ROM? or can i just add/replace the touch.dll files?
At the moment, replacing the ROM is the only way. I don't know much about cabs.
seth2006
20-05-2008, 11:31 AM
Installed the touch.dll on a Neon200 everything works thine except i have no touchflo functionality.
Anyone have any clue if its the actual dll that did this? It´s strange the hardware should be the same.
Any suggestions...
xangma
20-05-2008, 11:37 AM
Installed the touch.dll on a Neon200 everything works thine except i have no touchflo functionality.
Anyone have any clue if its the actual dll that did this? Itīs strange the hardware should be the same.
Any suggestions...
I do know the dll does interfere with the TouchFLO interface. Search it up. Other users have been trying to implement TouchFLO into other phones using this method. Good luck?
flashmp3
20-05-2008, 02:56 PM
Hi,
I had NETdRG french ROM and altough i've hard reset 2 time and try to reinstall the NEW MARY modified with driver ROM, I still get the NETDRG screen when i turn on the phone and it is impossible to launch application that I install. I have the message that says the application isn't signed.......
What should i do?
EDIT: Problem solved by rebooting my PC. Then strangly, new files appeared in the folder of the ROM (there were only customRUU and one other file before). Weird! But now everything is ok. You can see the speed difference immediatly at the first boot when you calibrate the screen with the stylus
EDIT2: Problem not solved with first solution but I found that the problem was due to a corupted splash screen file from the NetDRG ROM. Solution is to flash with the origigan splash available here http://forum.xda-developers.com/showthread.php?t=355730&page=6
animelover
20-05-2008, 05:09 PM
Or to exclude the splash screen from NBH file! ;)
flashmp3
20-05-2008, 05:11 PM
And then reinstall .NET 3.5......don't know why but it solved the problem of not being able to launch an application
animelover
20-05-2008, 05:15 PM
I hope that the new touch.dll works for my ROM ...! I've customized it extremely for my needs and didn't want to use a new ROM! :(
delta37
20-05-2008, 06:31 PM
At the moment, replacing the ROM is the only way. I don't know much about cabs.
awww cr*p... :( don't want to replace my rom. so far so good...
DaVince
20-05-2008, 07:56 PM
awww cr*p... :( don't want to replace my rom. so far so good...
Trust me. It's worth it. ;)
xangma
20-05-2008, 08:04 PM
Trust me. It's worth it. ;)
So does it actually fix the touch problem then?
soulcrusher
20-05-2008, 09:33 PM
So does it actually fix the touch problem then?
Yes it does work realy realy well;)
It's worth it, if you already had niki project 6.1 you can make a full backup with sunnysoft backup and then, after flashing, restore the backed up image, it doesnt overwrite anything which has to do with the driver. So you wont lose any settings and you'll still have the driver:)
mjanek20
20-05-2008, 10:34 PM
After flashing to Mary 0.2 I have problems both with the onscreen keyboard and a hardware one. I can only type in the numbers but no letters at all. Do you have any idea how to fix it ?
xangma
20-05-2008, 10:49 PM
After flashing to Mary 0.2 I have problems both with the onscreen keyboard and a hardware one. I can only type in the numbers but no letters at all. Do you have any idea how to fix it ?
Yeah er ... hoped that was just me on that one. I had to do a hard reset and it has been good since. I think you're supposed to do a hard reset after flashing a new ROM anyway. Sorry, should have said.
mjanek20
20-05-2008, 11:08 PM
I did a hard reset and everything went back to normal, eeeeheee normal ... my device working 10 times faster is not normal ;) I love this rom with the touchscreen driver problem fixed. This is great !!
mjanek20
20-05-2008, 11:10 PM
One more thing though ... I'm missing Java support in Mary rom. Is there a way to add it ... I would love to have it as I like those nice Java games.
xangma
20-05-2008, 11:15 PM
One more thing though ... I'm missing Java support in Mary rom. Is there a way to add it ... I would love to have it as I like those nice Java games.
Oh yeah, didn't even notice! I mean these modified ROMS are good. But not good enough. I'm waiting for Toms new rom, it's going to be amazing.
mjanek20
20-05-2008, 11:17 PM
Does it mean that I cannot 'CAB install' Java support somehow?? ;(
xangma
20-05-2008, 11:17 PM
Does it mean that I cannot 'CAB install' Java support somehow?? ;(
Nah I think you can. Google jblend cab. I think. It's just a guess.
animelover
20-05-2008, 11:24 PM
One more thing though ... I'm missing Java support in Mary rom. Is there a way to add it ... I would love to have it as I like those nice Java games.
Search for Esmertec Jbed 20080222.3.1 over XDA Developers! It's the best Java MIDlet manager at this time I think!
edgie168
20-05-2008, 11:36 PM
After flashing to Mary 0.2 I have problems both with the onscreen keyboard and a hardware one. I can only type in the numbers but no letters at all. Do you have any idea how to fix it ?Did you install another keyboard? Like PCM's, the Diamond keyboard, etc? If so--and if you want to use the physical keypad to text--you might have to uninstall them.
mjanek20
20-05-2008, 11:49 PM
I've installed Esmertec Jbed 20080222.3.1 and everything is nice apart from the thing that Soft Buttons does not seem to work ... at least for M&M2. Is there a solution for that ?
mjanek20
21-05-2008, 12:07 AM
Bad news ... my keyboard problem apeared again. After using the device for some time ... I'm not sure if it's the thing I've installed or the app that I've run but again I get only numbers from both keyboards.
mjanek20
21-05-2008, 12:20 AM
Seems that turning on Java app f... this up ... SILLY.
DaVince
21-05-2008, 02:59 AM
Bad news ... my keyboard problem apeared again. After using the device for some time ... I'm not sure if it's the thing I've installed or the app that I've run but again I get only numbers from both keyboards.
Get rid of PocketCM keyboard. It f*cks up everything that uses input. Seriously.
If you want to use PCM keyboard, you're gonna have problems with the keypad. And if you manage to actually get the keypad to work, it will lag badly when typing on threaded SMS.
DaVince
21-05-2008, 03:02 AM
So does it actually fix the touch problem then?
HELL YEAH!!! I can finally enjoy touchscreen games and gesture driven apps again! Like the really cool PointUI 1.51a. :D
disflipissofresh
21-05-2008, 05:14 AM
what does s600 do? any difference from the original rom?
flashmp3
21-05-2008, 10:05 AM
Is there a way to have it? Cause it is not included in the Mary ROM
DaVince
21-05-2008, 10:26 AM
what does s600 do? any difference from the original rom?
If you think everything slows down everytime you touch the screen, the s600 driver incorporated in this ROM fixes that.
If you don't think you're having problems, you don't need this.
Klutsh
21-05-2008, 10:48 AM
Is there a way to have it? Cause it is not included in the Mary ROM
Download the Mary V0.2 Rom in the first post
flashmp3
21-05-2008, 10:51 AM
That's what I have and no Audiobooster in it !
EDIT: Solved by installing Htc Audio Booster cab available in the thread of all HTC cabs in Development and Hacking section.
Ps: Installing that gives audiobooster with a blue skin and modify audiomanager skin to the blue one to.
DaVince
21-05-2008, 06:11 PM
I request the Mods to sticky this. This is way too important to be missed.
xangma
21-05-2008, 10:11 PM
I find the Mary rom has bugs for me =( Like IE freezes the whole system when I start it up =( Oh well. As long as it benefits others =)
DaVince
22-05-2008, 03:47 AM
I find the Mary rom has bugs for me =( Like IE freezes the whole system when I start it up =( Oh well. As long as it benefits others =)
I have that too. But who uses IE?!? :D
flashmp3
22-05-2008, 10:15 AM
I have problem in Mary ROM too. I can't modify the number of tabs in HTC HOME. If I don't put all, HTC HOME won't display and I have to reset to be able to enter the today option
DaVince
22-05-2008, 02:38 PM
I have problem in Mary ROM too. I can't modify the number of tabs in HTC HOME. If I don't put all, HTC HOME won't display and I have to reset to be able to enter the today option
Strange.. HTC Home works normal on mine. I can modify the number and which tabs to display with no problems on the Mary ROM.
xangma
22-05-2008, 02:45 PM
I may sound like an idiot here but I think i've just had a breakthrough in the graphics drivers, no joke.
Just cooked another rom and ran it. When I pressed the screen to align it. the cross ran around the screen as smooth as silk. It starts up so much quicker. So much more responsive. Just doing a benchmark.
EDIT2: Hmmm benchs seem the same. Will transfer more dlls. Not from kaiser or diamond by the way.
EDIT3: I am actually running the Chinese Dopod s600 rom right now and doing benchmarks on it. Interesting. I don't think there will be anything really. I will report back though. I did find a cab it has in the ROM that replaces CIF.DLL though. But that's something to do with the camera or something. I don't know.
EDIT4: The benchmarks show nothing (SPB and Vspaghetti or whatever). But the new DDI.DLL from the s600 ROM feels quicker. I don't know ...
EDIT5: In fact, I was completely wrong. The DDI.DLL in the original one in the first post is best.
Billokko
22-05-2008, 05:37 PM
is possible to install only the dll without re-install the rom?
xangma
22-05-2008, 05:37 PM
is possible to install only the dll without re-install the rom?
Not any way I know of. Someone tried it and they had to hard reset.
Billokko
22-05-2008, 05:40 PM
ok... i'll re-install the tom rom and I'll see the difference..
Billokko
22-05-2008, 06:05 PM
when I try to install the tom's rom it say to me:
"The Update utility can not open the requested file. Please check your update utility..."
What could I do?
When i installed the original tom's rom everything was ok..
Sorry for my double post
animelover
22-05-2008, 06:27 PM
Search for "Custom RUU" Package, I think in the Custom Splashscreen thread and use these update tools! You have simply to replace the NBH file there!
xangma
22-05-2008, 08:48 PM
when I try to install the tom's rom it say to me:
"The Update utility can not open the requested file. Please check your update utility..."
What could I do?
When i installed the original tom's rom everything was ok..
Sorry for my double post
Does it get to 100% and then give you an Error 270 etc? If so I ran into that today, it's my own stupidity. I'll fix it.
DaVince
23-05-2008, 08:52 AM
Just cooked another rom and ran it. When I pressed the screen to align it. the cross ran around the screen as smooth as silk. It starts up so much quicker. So much more responsive. Just doing a benchmark.
Damn it.. this really got me all excited :eek: :(
Keep trying man.. I wish you all the best. :D
Will you kindly post/share that ROM too..? If the screen alignment worked like that, it has to be something. I wanna try some games on that ROM and see if there's a difference.
muzikfreakah
23-05-2008, 10:05 AM
Ive finally worked up the guts to try this, but ive schedule it next week. Questions for the experts, if you dont mind guys.
1.) How do I know the SPL that shipped with my nike?
2.) Which of these ROMs have all the same basic files as the stock nike and what makes them different from the stock nike rom.
3,) Which of these ROMs have the HTC abc fix, screenfix and cam fix built in?
4.) Is there a way to backup my entire nike now and just restore them all back after flashing?
Thats about it, the rest will be me trying to follow everyword to flash me nike.
DaVince
23-05-2008, 10:50 AM
Ive finally worked up the guts to try this, but ive schedule it next week. Questions for the experts, if you dont mind guys.
1.) How do I know the SPL that shipped with my nike?
- Look at the bootloader. Turn off device. Press and hold camera button then turn on.
more details here (http://forum.xda-developers.com/showthread.php?t=369760&highlight=bootloader)
2.) Which of these ROMs have all the same basic files as the stock nike and what makes them different from the stock nike rom.
- The new 6.1 ROMs have a completely different ROM base with almost every app and dlls updated. Tom's niki project v1 is the closest to original WM6.1 ROM with additional apps. The Mary ROM is the closest to a vanilla since it's already stripped out of the unnecessary apps.
3,) Which of these ROMs have the HTC abc fix, screenfix and cam fix built in?
- None of the ROMs have the abc fix (only asian users gain from this fix). I don't know about the camera fix (and I don't really care since the bug only occurs when using the front camera in M picture size). The only 2 ROMs with the touchscreen bug fix is on the first post of this thread.
4.) Is there a way to backup my entire nike now and just restore them all back after flashing?
- Yes. There are quite a number of backup programs out there such as SPB Backup and the like. But it could cause some problems when restoring from different versions of ROM bases.
Good luck.
xangma
23-05-2008, 02:59 PM
This may be the camera fix. Maybe. Test it. It replaces ... ummm CIF.DLL I think? Check it out.
http://www.ziddu.com/download.php?uid=aqqdmZSqb6uZnJzza6qZnJGlbqebl5yta g%3D%3D9
*cooks that rom for DaVince to try*
DaVince - This is the Mary Rom with the TOUCH.DLL and the DDI.DLL from the s600 rom.
http://www.ziddu.com/download.php?uid=bK%2BelZqpaLGfnOKnZKqhkZSqYaycm5a q4
Also, i've just cooked Toms Rom again with just the touch.dll. Updated the first post.
muzikfreakah
24-05-2008, 01:56 AM
1.) How do I know the SPL that shipped with my nike?
- Look at the bootloader. Turn off device. Press and hold camera button then turn on.
more details here (http://forum.xda-developers.com/showthread.php?t=369760&highlight=bootloader)
2.) Which of these ROMs have all the same basic files as the stock nike and what makes them different from the stock nike rom.
- The new 6.1 ROMs have a completely different ROM base with almost every app and dlls updated. Tom's niki project v1 is the closest to original WM6.1 ROM with additional apps. The Mary ROM is the closest to a vanilla since it's already stripped out of the unnecessary apps.
3,) Which of these ROMs have the HTC abc fix, screenfix and cam fix built in?
- None of the ROMs have the abc fix (only asian users gain from this fix). I don't know about the camera fix (and I don't really care since the bug only occurs when using the front camera in M picture size). The only 2 ROMs with the touchscreen bug fix is on the first post of this thread.
4.) Is there a way to backup my entire nike now and just restore them all back after flashing?
- Yes. There are quite a number of backup programs out there such as SPB Backup and the like. But it could cause some problems when restoring from different versions of ROM bases.
Good luck.
Thanks man, will let you know how it goes, woulve dont it today but have a wedding to attend to. Next week it is :-)
@xangma: Keep em coming! :D
DaVince
24-05-2008, 11:44 AM
This may be the camera fix. Maybe. Test it. It replaces ... ummm CIF.DLL I think? Check it out.
http://www.ziddu.com/download.php?uid=aqqdmZSqb6uZnJzza6qZnJGlbqebl5yta g%3D%3D9
*cooks that rom for DaVince to try*
DaVince - This is the Mary Rom with the TOUCH.DLL and the DDI.DLL from the s600 rom.
http://www.ziddu.com/download.php?uid=bK%2BelZqpaLGfnOKnZKqhkZSqYaycm5a q4
Also, i've just cooked Toms Rom again with just the touch.dll. Updated the first post.
Thanks xangma! I'm downloading it now. Will post later for any findings. :cool:
Btw, the camera fix cab can be downloaded on the HTC Club website. It's a very minor fix for a rare issue:
4/11/2008
Hot fix for Touch Dual 2nd camera problem
Taking a picture with the second camera may result in a distorted image when the resolution is set to medium size (M) and the review duration is set to “No Review.” If this happens, please download and install this hot fix to resolve the problem.
I've attached the file.
EDIT: Tried the uploaded ROM with the silky smooth Screen Alignment app.. nothing special. It's doesn't show any graphical performance improvements on any game I tried. (KRally, Skyforce, etc.) Oh well.. :(
Also, i've just cooked Toms Rom again with just the touch.dll. Updated the first post.
xangma, what is the difference between the Toms one you reposted yesterday compared to the one you initially posted? I thought the initial is also the touch.dll without ddi.dll?
xangma
24-05-2008, 03:55 PM
EDIT: Tried the uploaded ROM with the silky smooth Screen Alignment app.. nothing special. It's doesn't show any graphical performance improvements on any game I tried. (KRally, Skyforce, etc.) Oh well.. :(
Yeah it was a shock but then =( Sorry for getting your hopes up. I'm just silly.
xangma, what is the difference between the Toms one you reposted yesterday compared to the one you initially posted? I thought the initial is also the touch.dll without ddi.dll?
They should be both identical. It's just someone posted that it didn't work, so I built it from scratch again just to be sure =)
mjanek20
24-05-2008, 08:38 PM
I have been using this ROM for several days now and I have 2 big problems. Maybe somebody has already solved them as I'm getting crazy from browsing the forum:
1. After disabling threaded SMS style SMS notification sound does not work. I know it's a known problem but did somebody managed to disable threaded SMS without loosing the sound functionality ?
2. In some apps keyboard input does not work and instead of letters I got only numbers. This happens e.g. in some Java apps, in new Opera 9.5 and some others. In SMSes XT9 seems to work nicely.
Please help.
mjanek20
24-05-2008, 09:01 PM
I've just found the solution for the first issue here:
http://forum.xda-developers.com/showthread.php?t=368046
Changing this registry key will disable threaded SMS but will not disable notifications
HKEY_CURRENT_USER\Software\Microsoft\Inbox\Setting s\OEM
"SMSInboxThreadingDisabled"=dword:1
If you don't have this key go ahead and add it.
The second problem lies still unresolved though ...
xangma
24-05-2008, 10:23 PM
I have been using this ROM for several days now and I have 2 big problems. Maybe somebody has already solved them as I'm getting crazy from browsing the forum:
1. After disabling threaded SMS style SMS notification sound does not work. I know it's a known problem but did somebody managed to disable threaded SMS without loosing the sound functionality ?
2. In some apps keyboard input does not work and instead of letters I got only numbers. This happens e.g. in some Java apps, in new Opera 9.5 and some others. In SMSes XT9 seems to work nicely.
Please help.
Yeah no idea about number 2 there. I have the same thing. I think it's nothing to do with the touch.dll. It's the ROMs fault =P
xangma
25-05-2008, 12:31 AM
WWE Asia version here : http://www.ziddu.com/download.php?uid=Z7OglZysaq2bnOKnYaqhkZSqXqydmZyu1
Pagepool also changed to 8mb cause I wanted to know what it did.
muzikfreakah
25-05-2008, 06:53 AM
I have been using this ROM for several days now and I have 2 big problems. Maybe somebody has already solved them as I'm getting crazy from browsing the forum:
1. After disabling threaded SMS style SMS notification sound does not work. I know it's a known problem but did somebody managed to disable threaded SMS without loosing the sound functionality ?
2. In some apps keyboard input does not work and instead of letters I got only numbers. This happens e.g. in some Java apps, in new Opera 9.5 and some others. In SMSes XT9 seems to work nicely.
Please help.
For the second problem, do you have pocketCM keyboard installed, I had that problem before when I installed that keyboard.
muzikfreakah
25-05-2008, 06:58 AM
Btw guys, I have some additional questiosn:
1.) When I flash my ROM with any of those two ROM, will that update my ROM ver, Radio Ver and Protocol ver?
2.) Is there an original ROM available so I can flash back if im not happy with the results (I doubt ill need to but it would be good to have a fall back)
badaas
25-05-2008, 08:11 AM
Btw guys, I have some additional questiosn:
1.) When I flash my ROM with any of those two ROM, will that update my ROM ver, Radio Ver and Protocol ver?
2.) Is there an original ROM available so I can flash back if im not happy with the results (I doubt ill need to but it would be good to have a fall back)
tom's rom is radio free, ROM only update
maciekish
25-05-2008, 01:08 PM
Where do i get the tools please?
mactron
27-05-2008, 12:38 AM
I integrated the new touch dll in German shipping ROM. Everything seems faster and smooth. Could you please add the Link to first Post?
http://rapidshare.com/files/117870556/RUU_Nike_HTC_DE_1.31.407.09_Ship_s600_touc.dll.rar .html
xangma
27-05-2008, 11:22 AM
I integrated the new touch dll in German shipping ROM. Everything seems faster and smooth. Could you please add the Link to first Post?
http://rapidshare.com/files/117870556/RUU_Nike_HTC_DE_1.31.407.09_Ship_s600_touc.dll.rar .html
Awesome! Done.
mactron
27-05-2008, 02:34 PM
Thanks! :-)
WWE Asia version here : http://www.ziddu.com/download.php?uid=Z7OglZysaq2bnOKnYaqhkZSqXqydmZyu1
Pagepool also changed to 8mb cause I wanted to know what it did.
Does this contain eng/chs/cht/jpn/kr?
xangma
28-05-2008, 12:43 PM
Does this contain eng/chs/cht/jpn/kr?
No idea sorry. You'll have to check it out.
the_fish
28-05-2008, 06:14 PM
hi,
wanna flash my mda touch plus with the german shipping rom because the tmobile rom is slow as ass... so do i need to cid unlock my device if its already german?
thanks in advance...
mactron
28-05-2008, 10:51 PM
Yes you have to!
No idea sorry. You'll have to check it out.
Just tested it, its the stock room from HTC Asia. Only english and is WM6.0. Nothing special apart from it being a HTC rom.
the_fish
29-05-2008, 07:39 AM
Yes you have to!
with what unlocker did u do it? does elf unlocker work?
animelover
29-05-2008, 11:53 AM
I reflashed my Touch Plus (Niki200) with the SoftSPL firstly and secondly with the HardSPL! After that you're be able to flash any ROM you like! ;)
If you need the orignal SPL due to waranty issues, search for SPL 1.16.000 (or as me for download link :D)!
the_fish
29-05-2008, 02:23 PM
I reflashed my Touch Plus (Niki200) with the SoftSPL firstly and secondly with the HardSPL! After that you're be able to flash any ROM you like! ;)
If you need the orignal SPL due to waranty issues, search for SPL 1.16.000 (or as me for download link :D)!
hi, really ANY rom? also if its not cid unlocked? anyway syntax error told me that if theres no wwe in the rom name its cid unlocked. is it sure?
edit: stupid question, whats netdrg rom? searched it but didnt find info on it, is it a gps rom? is touch.dll included?
badaas
30-05-2008, 06:40 AM
any more drivers to be added to the current build from the s600?
just a curious Niki fan :D
animelover
31-05-2008, 10:25 PM
hi, really ANY rom? also if its not cid unlocked? anyway syntax error told me that if theres no wwe in the rom name its cid unlocked. is it sure?
edit: stupid question, whats netdrg rom? searched it but didnt find info on it, is it a gps rom? is touch.dll included?
Have you really searched? :confused:
Original NetDRG GER (http://forum.xda-developers.com/showthread.php?t=384924)
the_fish
31-05-2008, 11:27 PM
oops sorry for not editing post i already found...
twolf
02-06-2008, 11:34 PM
This may be the camera fix. Maybe. Test it. It replaces ... ummm CIF.DLL I think? Check it out.
http://www.ziddu.com/download.php?uid=aqqdmZSqb6uZnJzza6qZnJGlbqebl5yta g%3D%3D9
*cooks that rom for DaVince to try*
DaVince - This is the Mary Rom with the TOUCH.DLL and the DDI.DLL from the s600 rom.
http://www.ziddu.com/download.php?uid=bK%2BelZqpaLGfnOKnZKqhkZSqYaycm5a q4
Also, i've just cooked Toms Rom again with just the touch.dll. Updated the first post.
thanks so much for this, the video-stylus feedback is just perfect now!
:D
Neliz
04-06-2008, 02:18 PM
Hi all,
I have a question.
I want to create an dump from my original dutch unbranded rom but with the s600 touch.dll inside. I already dumped the original rom (raw) and placed it together with an RUU_signed.nbh (WWE) in the BaseROM folder. Now i have extracted all the necesarry files using the !BEGIN.CMD script. After that i have a couple of folders in my kitchen (SYS, OEM etc). Is it enough to just replace the touch.dll folder in the OEM driver, run greloc.exe from within the nikikitchen directory and then rebuild the ROM?
In this tutorial they do not use nikikitchen but instead use the IMGFS Tools (that are also used by the kitchen ofcourse).
http://forum.xda-developers.com/showthread.php?t=393387
The extracted folder names are different in this tutorial. It looks like if the ROM and SYS folder are mixed together in an folder named dump.
I do not excactly know how g'reloc works, but could it be a problem for g'reloc that the nikikichten extracts the rom in different folders instead of in one (dump) like in the tutorial?
xangma
04-06-2008, 03:45 PM
Hi all,
I have a question.
I want to create an dump from my original dutch unbranded rom but with the s600 touch.dll inside. I already dumped the original rom (raw) and placed it together with an RUU_signed.nbh (WWE) in the BaseROM folder. Now i have extracted all the necesarry files using the !BEGIN.CMD script. After that i have a couple of folders in my kitchen (SYS, OEM etc). Is it enough to just replace the touch.dll folder in the OEM driver, run greloc.exe from within the nikikitchen directory and then rebuild the ROM?
In this tutorial they do not use nikikitchen but instead use the IMGFS Tools (that are also used by the kitchen ofcourse).
http://forum.xda-developers.com/showthread.php?t=393387
The extracted folder names are different in this tutorial. It looks like if the ROM and SYS folder are mixed together in an folder named dump.
I do not excactly know how g'reloc works, but could it be a problem for g'reloc that the nikikichten extracts the rom in different folders instead of in one (dump) like in the tutorial?
It's no problem for g'reloc. It uses the SYS folder. I don't know how to do it with the nikikitchen though sorry. I've done it before, but just can't remember.
Neliz
04-06-2008, 04:38 PM
It's no problem for g'reloc. It uses the SYS folder. I don't know how to do it with the nikikitchen though sorry. I've done it before, but just can't remember.
I know that g'reloc uses the SYS folder, but when you extract using nikikitchen you also have a OEM folder and that's exactly the folder where i replaced files in. I'm not sure if g'reloc will see these changes in the OEM folder. I was wondering if someone else already created a (custom/patched) rom with nikikitchen and how they used g'reloc.
arazvan2002
13-06-2008, 11:25 AM
please you could include in this rom WM6.1 Mary v0.3.3 OS 5.2.19716 the s600 drivers if they are not included already?
dekoning
13-06-2008, 11:32 AM
please you could include in this rom WM6.1 Mary v0.3.3 OS 5.2.19716 the s600 drivers if they are not included already?
to my knowledge, it is already included.
arazvan2002
13-06-2008, 11:48 PM
to my knowledge, it is already included.
thanks.I've been installed and is great.
Here my bench test
Mary V0.2 S600
Graphics 1020
Others 1844
Jpeg 2376
Games 1317
Sound 0656
overall 1442
Stock WM6.0 HTC ROM with old touch.dll - PT(Portuguese)
http://audigyfiles.com.sapo.pt/VSBench/vsb20071.jpg
http://audigyfiles.com.sapo.pt/VSBench/vsb20072.jpg
http://audigyfiles.com.sapo.pt/VSBench/vsb20073.jpg
http://audigyfiles.com.sapo.pt/VSBench/vsb20074.jpg
Maybe I will try with the new .dll later...
Neliz
16-06-2008, 11:28 AM
Hey Xangma,
Could you add this one to your startpost?
http://rapidshare.com/files/120248548/Nike_Original_NLD_ROM_v1.31.404.09_Patched_Touch_D LL.exe.html
Thanx ;)
xangma
16-06-2008, 12:48 PM
Hey Xangma,
Could you add this one to your startpost?
http://rapidshare.com/files/120248548/Nike_Original_NLD_ROM_v1.31.404.09_Patched_Touch_D LL.exe.html
Thanx ;)
Done =) ....
soulman79
17-06-2008, 06:37 PM
Hi,
I´ve got a swedish HTC dual touch.. Bought it at a swedish retailer 2weeks ago.
Witch Rom am i supposed to have? Witch the 600dll offcourse...
// Charlie
amostalmor
26-06-2008, 02:36 PM
I got my Touch Dual last Thursday and knew nothing about it and here I am, still know nothing :D But I do know you need to have your device CID unlocked or whatever. You know the drill, and if you don't. Search.
Right, a kind fellow from this thread here (http://forum.xda-developers.com/showthread.php?t=392465) provided us with a touch.dll (some sort of display driver) from a Dopod s600, or commonly known as touch dual. What's so good about it? It's the best driver we've got as far as I know.
I've put it into these 3 roms:
Niki Project Rom v1.0 WM6.1 CE OS 5.2.19716 ( Build 19716.1.1.0 ) WITH NEW DRIVER
Mirror 1 (http://rapidshare.com/files/116067287/TOM_Niki-Project_WM6.1_WWE_16keys_signed_Ship_s600.exe.html )
http://asapload.com/112873
WM6.1 Mary v0.2 OS 5.2.19716 (Build 19213.1.0.4) WITH NEW DRIVER
http://asapload.com/112868
WWE Asia
http://www.ziddu.com/download.php?uid=Z7OglZysaq2bnOKnYaqhkZSqXqydmZyu1
German Shipping ROM (thanks to mactron :D)
http://rapidshare.com/files/117870556/RUU_Nike_HTC_DE_1.31.407.09_Ship_s600_touc.dll.rar .html
US Niki 6.1 v1.0 w/ S600 Touch.dll implemented by mactron
I have not tested this rom personally. please see mactron for issues within this ROM.
rapidshare: http://rapidshare.com/files/12032683...h.dll.rar.html
megaupload: http://www.megaupload.com/de/?d=8X38BXT7
Nike_Original_NLD_ROM_v1.31.404.09_Patched_Touch_D LL.exe - Neliz
http://rapidshare.com/files/120248548/Nike_Original_NLD_ROM_v1.31.404.09_Patched_Touch_D LL.exe.html
Don't ask me why the size varies so much when the difference in the dll files is like 2kb. It works (I say that meaning, for me) so just go with it.
Pretty much, I was trying to use "kaiserkitchen_01-20-08" to do it but had problems rebuilding with BuildOS etc. I just didn't get it. I found this guide here (http://www.xdasite.com/showthread.php?p=8976) and followed it. It's not hard. but I will copy and paste it and edit it to my own liking cause I changed it a bit and my bits are in blue. All of these tools come with kaiser kitchen. Think of your Niki as a Kaiser for now.
Now you have a new OS.nb file. Open up "htc rom tool". Select it and NO RADIO, it's already there! Type "NIKI***" in the model id box or it wont flash. Make sure there's not another "RUU_Signed.nbh" in your folder and save the new one as "RUU_Signed" ... or "RUU_Signed2" just to be safe. Then shove it in a flashing folder or use the kaiserkitchen tool to flash it. Done.
EDIT: There will be loads of edits but Mods, if you want me to take the file down as it's not really mine. Just say.
EDIT2: Oh yeah! Not responsible! For anything! Ever!
EDIT3: If the version of Toms ROM doesn't work. Try this (http://www.ziddu.com/download.php?uid=aK2gmZqtZrKZlOKnZqqhkZSqY6yclpSo6 ) one.
I want to create an backup from my original English unbranded HTC Dual 20 Keys(niki100) rom - where can i find the software?
10x
New touch.dll from a JPN Docomo NEON Ship ROM. Tested on NIKI 100.
It appears more responsive than the touch.dll from Dopod S600. Try it an chose the one wich works best on you.
Itīs smaller than the S600 one, by 0.5Kb(77Kb vs 77.5Kb).
;)
xangma
02-07-2008, 08:03 AM
New touch.dll from a JPN Docomo NEON Ship ROM. Tested on NIKI 100.
It appears more responsive than the touch.dll from Dopod S600. Try it an chose the one wich works best on you.
Itīs smaller than the S600 one, by 0.5Kb(77Kb vs 77.5Kb).
;)
*examines* Is there anywhere I could get the full rom?
twolf
02-07-2008, 02:56 PM
is this newer one any better with 3d?
;)
*examines* Is there anywhere I could get the full rom?
Here: http://forum.xda-developers.com/showpost.php?p=2314616&postcount=3
is this newer one any better with 3d?
;)
It will fix the touch panel slowdown on 3D apps, like the Dopodīs touch.dll version, only that this version appears more responsive to the touch, I recomend to try it.
Iīm using it now on my cooked ROM and itīs working like butter :D
twolf
03-07-2008, 10:43 AM
when wiil there be cooked roms with this brand new driver?
Blackdragon_860
03-07-2008, 12:57 PM
You can find a update of my rom with the new touch.dll soon here:
http://forum.xda-developers.com/showthread.php?t=403597
touch dual is realy faster..
m4ssnet
03-07-2008, 01:48 PM
Anyone can cook inside all best ROM around ?
Blackdragon did it (V2), left mary's ROM and Tom's Rom ;)
XYPEROX
02-09-2008, 07:26 PM
Just testing it now. Give me a couple of mins =)
Couple of minutes . oh my god im stuck fourdays on backup and you need just couple of minutes to test it. you rock man.
can you plz give me the answers on these questions:
1. how to backup original rom on niki that i can return it later
2. do you know a link to some tutorial how to install rom on niki
3. is it cooking the rom instaling new rom on device?
scoba
12-09-2008, 09:43 AM
if you want to use new driver you do not need to reflash your device. Read my post here http://forum.xda-developers.com/showthread.php?t=392465&page=2
Tiago Machado
25-09-2008, 11:09 PM
xangma, I have a problem.
How do you cook rom's with IMGFS-Tools if in step NBSplit -hermes|-kaiser|-titan|-wizard|-athena|-sp <nbh-filename> - look, no mention of Artemis (Orbit), so Orbit users can skip this step.
there's not a nike option?
Also I've reached to step IMGFSToDump imgfs.bin - this creates a folder called "Dump", and extracts all the files from your imgfs.bin into it. and I'm having the following problem: "could not load cecompr_nt.dll. Aborting"
what am I doing wrong?
fktsndr
26-09-2008, 03:59 AM
Could you help me reconstruct these dumped raw files?
http://rapidshare.com/files/77103304/Niki-1.31.405.09-WWE-dabs.zip.html
This rom version does not exist in flashable format unfortunatelly:(
16-key
ROM is WWE 1.31.405.09 dated 10/31/07
Radio is 1.58.16.27
And I did not find a working method or tutorial...
animelover
27-09-2008, 03:51 PM
xangma, I have a problem.
How do you cook rom's with IMGFS-Tools if in step there's not a nike option? [...]
Use "-kaiser" because the cooking process is the same for Niki, Polaris and Kaiser!
Tiago Machado
27-09-2008, 05:35 PM
Originally Posted by Tiago Machado
Please anyone can help me? I have the following problem. I can cook with no problems, but when I use Rom Tools, I only have kaiser (and other options), but no niki option..... So I choose one of them and when I flash I have ate 1% the error "Invalid Model ID". I think the problem is conected with what I said.
Forget this, I solved the problem :D
I have another problem. I've done the following: I've dumped an OEM WWE Rom, extracted it, and then I deleted the folder touch.dll and copy another one (with better video drivers). And then I cooked and flashed But I had a problem. My niki do not respond the touch at configuration screen (the one with to align screen...) I think it's because what xangma saids:
Now, this is the tricky bit. I replaced the whole touch.dll folder in "dump" with the new one. If you do not "g'reloc" the folder. Your Niki will freeze at the second splashscreen.
So I've g'reloc the folder but happens the same... Anyone can help me?
EDIT: another thing,
when I almost finish cooking and htc rom tool pops up, we have to put the radio .nb? I'm asking because I dont have a radio file .nb and I really dont know where to find it I saw tutorial (cooking guide from kaiser), but doctor jay already had a .nb radio file, so I still dont know where I going to find it...
Tiago Machado
27-09-2008, 09:44 PM
Ok, I flashed and it looks like everything went well. But, I've installed my first rom (basically its a WWE OEM Rom with drivers from dopod s600), but everything looks the same. Is it normal?
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.