Related
Has anyone been successful in getting the extended rom hack to work on the Hermes. The CAB file i downloaded and ran said sucessful but I still cannot see it in my explorer. Has anyone tried themanual registry hack?
Try this, it works on mine.
low405 said:
Try this, it works on mine.
Click to expand...
Click to collapse
How can the Extended ROM then be protected again ?
Try this registry hack to hide the Extended ROM again, haven't tried it, but just messed around with the cab a little bit and found this:
Code:
HKLM\SOFTWARE\Drivers\MSYSEXT
"Background"=0x0 (0)
"Foreground"=0x0 (0)
HKLM\System\StorageManager\Profiles\EXT_FLASHDRV
"MountHidden"=0x1 (1)
Let me know if it works
Problems with Extended ROM
Okay guys I have looked all over for a solution to my problem. A few days ago I tryed updating my ROM. I had a crash and thought I almost lost my TyTN. I was able to recover from Bootloader and save it some what. I can now update the ROM but every one I use does not allow me to see the extended ROM whether I use the program or the reg. Hack. Any advice on were to look or any Idea on what to do?
pof how can i do with wm6
thanks
... since this problem is bugging us with aku3.x and crossbow roms.
Especially with the crossbow rom, this seems to be the only problem. The other issues are already fixed, or are easy to get fixed (since they have already been fixed in earlier roms).
In addition to this, I think that if we work together we have greater chances of solving this frustrating issue.
So this is what I have tried (with no success):
1) replace the battdrv.dll with one from a prophet
I get the common result where the device will charge only when you softreset with the cable inserted. You also get a square in the "Model No" in device information (Module address conflict?) Someone solved the square issue in an aku 3.x rom. I would like to know how it was fixed.
2) replace the battdrv.dll with one from an HTC artemis
No charging/status indication. Model No is reported as "WIZA200"
3) I unloaded camera and keyboard driver to see if there are any conflicts with them - no difference
andrew_sh said:
... since this problem is bugging us with aku3.x and crossbow roms.
Click to expand...
Click to collapse
A possible way is to write a wrapper for the batterydriver, which logs information and try finding the differences in pnp, etc.. between a working rom and a non working rom with the prophet-driver.
You could try following too:
- don't touch the batterydriver in original aku3-rom
- do following while device finished boot and os is running:
- copy battdrvr.dll from prophet and rename it to \windows\battdrvr_New.dll (into the new rom)
- change the registry-value HKLM\Drivers\BuiltIn\Battery\Dll = battdrvr_New.dll
- wait some minutes and do a softreset
-->it will not survive a hard-reset, but i guess this could solve module-overlapps..
hope this helps,
ikarus
ikarus said:
A possible way is to write a wrapper for the batterydriver, which logs information and try finding the differences in pnp, etc.. between a working rom and a non working rom with the prophet-driver.
You could try following too:
- don't touch the batterydriver in original aku3-rom
- do following while device finished boot and os is running:
- copy battdrvr.dll from prophet and rename it to \windows\battdrvr_New.dll (into the new rom)
- change the registry-value HKLM\Drivers\BuiltIn\Battery\Dll = battdrvr_New.dll
- wait some minutes and do a softreset
-->it will not survive a hard-reset, but i guess this could solve module-overlapps..
hope this helps,
ikarus
Click to expand...
Click to collapse
Thanks for the info.
I just tried it.
Result:
I get the square in the device info.
No charging/no battery status.
Strange isn't it? I wonder why the model no gets f**d up.
To my knowledge, "usbfn.dll" is involved as well, so maybe you gotta play around with that one as well...
MusicMike said:
To my knowledge, "usbfn.dll" is involved as well, so maybe you gotta play around with that one as well...
Click to expand...
Click to collapse
I tried replacing this file. The result is that activesync stops working completely.
MusicMike said:
To my knowledge, "usbfn.dll" is involved as well, so maybe you gotta play around with that one as well...
Click to expand...
Click to collapse
i do agree.. don't know which dll's, but maybe there are more dll's used for battery..
There is a tool called depends or similar, which can figure this out..
depends is part of free eVC++ (\Program Files\Microsoft eMbedded C++ 4.0\Common\Tools\depends.exe)
ikarus
ikarus said:
i do agree.. don't know which dll's, but maybe there are more dll's used for battery..
There is a tool called depends or similar, which can figure this out..
depends is part of free eVC++ (\Program Files\Microsoft eMbedded C++ 4.0\Common\Tools\depends.exe)
ikarus
Click to expand...
Click to collapse
ahh, thats a handy tool, thanks for the tip !
attached is a cab which could fix this issue.
my contribution to the great work of our rom-cooker
ikarus
ikarus said:
attached is a cab which could fix this issue.
my contribution to the great work of our rom-cooker
ikarus
Click to expand...
Click to collapse
Thanks ikarus, i'll try tomorrow.
So have you tried this? Did you find out what was causing the problem?
andrew_sh said:
So have you tried this?
Click to expand...
Click to collapse
MusicMike tested it, but it needs more testing hehe
andrew_sh said:
Did you find out what was causing the problem?
Click to expand...
Click to collapse
not yet... in part yes, but i don't want to write explanations which could turn out to be wrong...
I'm back, testing it now
Jesterz said:
I'm back, testing it now
Click to expand...
Click to collapse
Welcome back! hehe damn it's been a long time
HELP
okay i have the japnease wm6 rc7 both files its all in jap appantly the battrey issue is fixed and all the other problems can someone help me to convert the language into english and then i can test on my prophet we may have a fully working wm6 rom here guys please need help for final stages.
WM6 100% working on prophet
Hi i just installed wm6 rc7 and i can confirm usb charging and sound all works on prophet flawlesly i need a hero to covert the language into english please can someone help
c3l5o said:
so I was just wondering what does the app change in my phone to make it work... I didn't eve have to soft reset it once...
Click to expand...
Click to collapse
jutley said:
Hi i just installed wm6 rc7 and i can confirm usb charging and sound all works on prophet flawlesly...
Click to expand...
Click to collapse
great. i have some thoughts about the cause, but i don't have an verified explanation for the cause.
Actually i don't have enough time to do more investigation for... So i can explain what the cab is doing.
It's a very slight solution.
The cab creates a notification for the "Notification Broker", which in turn starts XDADev_BatFix.exe each time usb gets connected.
(That is there is no extra thread running, there is no dll loaded, there is no system service running and no extra resource needed. It is almost like before.)
XDADev_BatFix.exe does only set a PowerEvent and exits afterwards.
that's it.
Best regards,
ikarus
anyone sucess pls post...
i'll try tomorrow
ikarus said:
great. i have some thoughts about the cause, but i don't have an verified explanation for the cause.
Actually i don't have enough time to do more investigation for... So i can explain what the cab is doing.
It's a very slight solution.
The cab creates a notification for the "Notification Broker", which in turn starts XDADev_BatFix.exe each time usb gets connected.
(That is there is no extra thread running, there is no dll loaded, there is no system service running and no extra resource needed. It is almost like before.)
XDADev_BatFix.exe does only set a PowerEvent and exits afterwards.
that's it.
Best regards,
ikarus
Click to expand...
Click to collapse
Ok thanks ikarus! Really is a smart and slight solution
guitarz said:
anyone sucess pls post...
i'll try tomorrow
Click to expand...
Click to collapse
It IS working indeed
This fix tested and working on Qtek S200! Its one of the 2,2 clean roms from a few months ago. The battery problem has been my biggest annoyance! Thanks!
I also tried XDADev_BatFix on my 818Pro with AKU3.3-Jester-b1 ROM.
Looks like it really solve the battery charge problem.
Thanks ikarus!
Worked
It Worked on I-mate JamIn, Thanks.
some times the device do not wake up after it sleeps
I have just finished a quick lite rom based on Helmi_ C AKU 0.70 rom which I find very stable even for a beta.
Everything Remains the Same apart from what I took out the rom which as follows:
1. Htc audio manager
2. HTC HOME Plugin
3. Office Mobile
4. OneNote Mobile
5. BT_FTP=1_2_30490_1
6. JbedJava_MIDP=0_0_20070726_1_1
7. HTC task manager
8. Voice Speed dial
9. WindowsLive
Rom is working fast with only one bug which i'm trying to fix which is:
After Flashing the rom and after configuration and reset the rom wont boot. But if you reset it before CONFIGURATION the rom works ok as normal. very strange.
I will try to fix it but I have got all the configuration cabs which can be install manual. These files are:
1. Configure_COMgr175.CAB
2. Configure_DDI171.CAB
3. Configure_GPS.CAB
4. Configure_Key.CAB
5. Configure_WLAN.CAB
6. WiFicountrycode.CAB
Total storage memory is 133.16 mb and free program is 74.15 mb
Cabs can be found in my thread which is located here.
http://forum.xda-developers.com/showthread.php?t=332438
Link>>> Rom has got more work to do will fix it as soon I got some more time.
Still a problem with configuration just soft rest before config starts.
Install config cabs below, enjoy
Thanks to POF and OLIPRO for all there hard work and tadzio with contributing in helping us with customising his tools so they can work for kaisers. And thanks to everyone who was helping with the kaiser project.
I will be making or modyfing roms as lite as possible which I think is the best way to go as programs gets updated regular.
reservation
Reservation for updates
cant wait for this lite rom! please dont forget to take out extra junk like windows update and windows live messenger. The more lite the better
duttythroy said:
Coming Soon
Click to expand...
Click to collapse
Why do you do thisto us?
I hope soon means very soon soon
The rom is working fine just need to reset befor it starts its configuration. I will post it as soon as I can. If I find the fix I will post the fixed rom with more stuff taken out the rom.
link is up
link is up
Still a bug with config but cabs are available for now
Awesome, this is the lite ROM I was looking for! Will try it out asap.
cheers
maryjos said:
Awesome, this is the lite ROM I was looking for! Will try it out asap.
Click to expand...
Click to collapse
helmi_c done a great job with the rom I didnt have to do nothing with it might strip it down further for who love ultr lite roms but not losing any stability of course
There is more work to be done on this rom
I realise there is more work to be done on this ROM. First I forgot and allowed the configuration to go on. So I had to reflash (forgot HR would do) and prevent installation of the configuration. I then installed the cabs posted, but device refused to boot after soft-reset
So I am back on Helmi's ROM.
Dutty, you must have removed the power icon in settings as I could not find it to see how much longer I could go on trying to revive my device without running out of power
victoradjei said:
I realise there is more work to be done on this ROM. First I forgot and allowed the configuration to go on. So I had to reflash (forgot HR would do) and prevent installation of the configuration. I then installed the cabs posted, but device refused to boot after soft-reset
So I am back on Helmi's ROM.
Dutty, you must have removed the power icon in settings as I could not find it to see how much longer I could go on trying to revive my device without running out of power
Click to expand...
Click to collapse
same here I must have deleted something in the rom I also found huge battery drain my highly suspicions are one of the activation cabs is causing this.
Sorry guys my first rom didnt made it as yet will pull it down as i think its not stable.
Cheers
My apologies
I have taken down the rom found a huge battery drain in rom.
Well, I installed it and everything went okay. Installed the extra cabs and looked good. I wanted to try WisBar instead of the start menu app I'd been using before so installed their latest versions. Whoops that made a total mess of things, locked up at the end of install and still was locking up after soft resets. So had to hard reset and start all over again. I've not used this app before, so not sure if it was the ROM causing the problem or not.
duttythroy said:
I have taken down the rom found a huge battery drain in rom.
Click to expand...
Click to collapse
Ah, okay, yeah I've continued to have problems with it, keeps locking up on me when doing a soft reset. So guess it wasn't wisbar that was the problem. I'll go back to the standard HTC Rom for now.
to moderators
Can you please close this thread as lite rom has been made by helmi so thus all support should be in that forum. thanks
Hi,
I've just upgraded my mda pro to wm6.1, specifically 3.2 thingonaspring.5.2.1933.18533.REALVGA
On start up or reboot, I get two pop up box errors.
ssdamon.exe
"THE FILE "SDDAEMON" CANNOT BE OPENED. eITHER IT IS NOT SIGNED WITH A TRUSTED CERTIFICATE, OR ONE OF ITS COMPONENTS CANNOT BE FOUND.IF THE PROBLEM PERSISTS, TRY REINSTALLING OR RESTORING THIS FILE"
elatepushservice.exe
The file elatepushservice.exe can not be opened .....
I've tried reflashing and cold reboots, but its still the same. The other functions work fine as far as I can tell.
Also I think the mda pro has retained some of my old settings, i.e. it has remembered the outgoing call duration, even after the rom upgrade ! Is there a way of clearing this info ??
Can any one help ?
Thanks
fs
Try finding the cab "sdkcerts.cab" to disable certificate checks and try it else reflash the rom once again and try.
fyi, the rom you're flashing is a WM6.0 build and NOT wm6.1
Fix?
Had the same issue, but it was related to a file that was removed from the windows directory search the ROM thread I think the file was something like olce?.dll to confirm its the same issue try installing isilo and see if the same error happens.
Hi guys where is Thingonaprings 6.1 ROM I didn't relise he'd released on?
No, he’s just confused between WM 6.0 and WM 6.1 it did take me a while to realize I am not superman too.
WizP said:
Hi guys where is Thingonaprings 6.1 ROM I didn't relise he'd released on?
Click to expand...
Click to collapse
firestormer said:
Hi,
I've just upgraded my mda pro to wm6.1, specifically 3.2 thingonaspring.5.2.1933.18533.REALVGA
On start up or reboot, I get two pop up box errors.
ssdamon.exe
"THE FILE "SDDAEMON" CANNOT BE OPENED. eITHER IT IS NOT SIGNED WITH A TRUSTED CERTIFICATE, OR ONE OF ITS COMPONENTS CANNOT BE FOUND.IF THE PROBLEM PERSISTS, TRY REINSTALLING OR RESTORING THIS FILE"
elatepushservice.exe
The file elatepushservice.exe can not be opened .....
I've tried reflashing and cold reboots, but its still the same. The other functions work fine as far as I can tell.
Also I think the mda pro has retained some of my old settings, i.e. it has remembered the outgoing call duration, even after the rom upgrade ! Is there a way of clearing this info ??
Can any one help ?
Thanks
fs
Click to expand...
Click to collapse
Hi,
Just remove sddaemon.lnk from windows/startup folder.
(when in doubt, just paste this file elsewhere)
greetings,
Wout
I am getting the same thing. None of these "fixes" has any effect whatever. I thought this was a thread full of knowledgeable persons. Why all the stab-in-the-dark answers? Doesn't anybody know what REALLY causes this trouble?
I can use the windows media player all the time befor I rom one new rom which intergrated rm player in the windows media player, then ,I could use the wm player to play rmvb medias, one day, I found that i couldn't use the wm player to play any thing even mp3, but i can use sofeware to solve this problem like using core player. I have romed it for many time by different roms, but that does not work.
I want to know what's wrong with my phone? Is that hardware problem? Does anybody have the same problem like me? How can I solve this problem?
pollux_09 said:
I can use the windows media player all the time befor I rom one new rom which intergrated rm player in the windows media player, then ,I could use the wm player to play rmvb medias, one day, I found that i couldn't use the wm player to play any thing even mp3, but i can use sofeware to solve this problem like using core player. I have romed it for many time by different roms, but that does not work.
I want to know what's wrong with my phone? Is that hardware problem? Does anybody have the same problem like me? How can I solve this problem?
Click to expand...
Click to collapse
So... you've flashed a custom rom, and now have some problems?
First, soft reset - test
Uninstall related software - test
re-install related software - test
hard reset - test
flash different rom - test
Sounds like a software problem to me, but if you still have problems with using WMP on a basic stock rom, then maybe you have something more serious.
Oh - and remember to check the files you are using for test arent corrupt!
Beeble said:
So... you've flashed a custom rom, and now have some problems?
First, soft reset - test
Uninstall related software - test
re-install related software - test
hard reset - test
flash different rom - test
Sounds like a software problem to me, but if you still have problems with using WMP on a basic stock rom, then maybe you have something more serious.
Oh - and remember to check the files you are using for test arent corrupt!
Click to expand...
Click to collapse
Thanks a lot.
There is another question.how can I uninstall related software? I can't find the WMP.......
I tried the last two methods. that does not work. Maybe uninstall related software and re-install related software will be ok. But I can't find the .cab file.
If you have flashed a different (lite, or oem) rom, and not installed anything else, then you dont need to worry about removing any software - the flash will have removed it.
When you say you cant find wmp, you mean you cant find how to uninstall\re-install it? or you cant find the program on your phone?
afaik, you cant remove wmp (except maybe when cooking a rom). But if you have a fresh setup, and open an mp3 from file explorer - what happens?
Does media player load? load & crash? load & play, but with no sound? give an error message?
Beeble said:
If you have flashed a different (lite, or oem) rom, and not installed anything else, then you dont need to worry about removing any software - the flash will have removed it.
When you say you cant find wmp, you mean you cant find how to uninstall\re-install it? or you cant find the program on your phone?
afaik, you cant remove wmp (except maybe when cooking a rom). But if you have a fresh setup, and open an mp3 from file explorer - what happens?
Does media player load? load & crash? load & play, but with no sound? give an error message?
Click to expand...
Click to collapse
yeah, I can't find how to uninstall\re-install the WMP. I know where it is. It is in the "windows" document. I can use WMP to play the "ring sound" of the system.
I fresh the rom,and if I open the WMP, the system deads. I have to restart it.If I open an mp3 from file explorer, it just load, and give an error message:The system can not find the file specified.
I thought that was caused by I put the mp3 files in a Chinese name dicument, so I moved the files to the "My document" of the storage card, that does not work either. I can't even play the wma files.
Every rom has the same result. I don't know what's the problem with my phone.
I'm afraid i have no idea what the problem is. really sorry i cant help
Beeble said:
I'm afraid i have no idea what the problem is. really sorry i cant help
Click to expand...
Click to collapse
Thank you all the same
I found what the problem is!
I can play files on my phone, but not on the storage card!
I format the storage card, everythig is ok!
hope this could help someone else.