dbgtostorage*.* ??? - Wing, P4350 General

At me sometimes the device starts to stammer at playing music and in a root directory there are files dbgtostorage*.* which constantly grow.
At me one such problem?
In an Internet has found only it:
It is necessary to create directories radically:
DbgToStorageLog0.txt
DbgToStorageLog1.txt
DbgToStorageLog2.txt
DbgToStorageLog3.txt
DbgToStorageLog4.txt
And that for debugging and what for she in a working device with an official insertion I and have not understood it.
Tried in the register of a branch to correct or demolish dll a debugger, my animal there and then was ill, began to brake terribly at each operation. I.e. it not an output.
And has created directories, files сertainly have ceased to be created, but also the device has come to life, even began subjectively faster, and that the most important has ceased to stammer.
In general it certainly not the order with this debugger what feature of it activated also the most important who?

Which ROM version do you have? These files usually mean a debug (test) version of ROM.

ROM 1.8.411.3 Rus official.

It appears that the xpanel logger was turned on somehow.
Try doing a hard-reset or find an R2 (5.4.xxxx) ROM for your Herald - it is out already.

It is a hardware mistake!
Did all that is possible and 5.4 too has not helped. Has exchanged the device in shop, in new all is normal!

Hardware itself does not create files, this is an OS feature.

It disagree. I put different ROM, have not helped.
I think memory beaten, therefore and works a debugger.

Rather, radio works in some kind of engineering mode, and system just logs the info. There's a similar problem with P3300. I suppose this has something to do with production quality.

Did both (vvv121,ASerg) of you have solution for this kind of problem i have same problem in my xda orbit now and i haven't found any solution even googled it
please tell me what to do?

In Registry explorer (SKTools) search for key: DebugLog (HKLM\Drivers\BuiltIn\DebugLog\), rename Htc_Lib.dll (delete simbol "_"), change index from 2 to 0. Save and exit SKTools. Soft Reset.
After soft reset - delete all DbgToStorageLog.txt.
In some cooked roms this key is missing. Sorry for English poorly.

Related

CAB file version issues

Hi everybody!
(hi doctor nick)
I'm having a few little issues with CAB files on my pda2k.
maybe this should be in the blue angel thread, but it's to do with application development, so i put it here. I also tried the forum search, with no results.
i'm wanting to use all my customised cab files that i made for my XDA2, and use them on my new device, the PDA2K.
all of the cabs work, and all of my applications run.
however, upon installing the cab, a message comes up on my pda and says "the program you have installed may not display properly because it was designed for a previous version of windows mobile software"
i've checked the version nifo in all my .inf files.
i've compared them to newer cab files that don't give me that message.
the inf files look fine.
is this a registry setting perhaps, that i could change?
like i said, all the apps work, i just want to stop it from giving me that warning.
does anyone have any ideas?
thanks !
The warning is just about what it says: You are trying to run older (ie now specifically designed for SE) software.
Noithing to worry about when thing work as supposed.
You can get rid of the message by setting the OS verion inse the CAB files higher (but you need ie. WinCE Cab Manager by OCP Software for that) .
i know there isn't anything to worry about. the apps work.
it's just that for the purpose of creating an SOE, i don't want customers to have to click "ok" everytime they reset their device, all apps must install without prompt from beginning to end.
I have winCE cab manager, and have set the version and build number higher in the inf file, yet i can't seem to get rid of the message.
any other ideas ?
you have to set the lower version number to th version of WinCE youre using now.
Set some 'very high' value to the higher version number
There is another thread on this somewhere . . .thats where I got this info from
yeah, tried that too
i sset my version details like this:
[CEDevice]
ProcessorType=0
UnsupportedPlatforms="JUPITER","HPC"
VersionMin=3.0
VersionMax=10.00
BuildMin=0
BuildMax=100000
still no good.
anyways, i'll keep searching for the related thread. i new there would be such a discussion in here, just a matter of finding it.
I think it was versionMin=4.21
http://forum.xda-developers.com/viewtopic.php?t=15761
M4io said:
I think it was versionMin=4.21
http://forum.xda-developers.com/viewtopic.php?t=15761
Click to expand...
Click to collapse
thanks M4io,
that's the link i was looking for
ok, there seems to be something wrong here.
either that, or i'm doing it wrong (highly unlikely :lol: )hahha.
anyway, i've tried all different versions, i've tried all different build's.nothing. still won't work.
so i downloaded the latest operator settings for my device.
that cab ran no problems, so i extracted the inf, then i copied all the version info from that one, and dumped it into the inf that i'm trying to package. ran the cab on the device, and i still get that error !!
how can that be?
there must be something else in my cab, that governs version conflicts.
anyone
Hi Twinair,
please try to set it as follows:
[CEDevice]
ProcessorType=0
UnsupportedPlatforms="JUPITER","HPC"
VersionMin=3.0
VersionMax=4.21
BuildMin=0
BuildMax=-536870912
buzz
I've tried with the above settings buzz, but it still doesn't work.
does the CEsetup.dll, or setup.dll have anything to do with version control perhaps ?
could be, that you should use your own setup.dll
I really don't know now... I've never made a cab which was not complaining about the older version... (
Looked for it also in internet, but found nothing...
But if you download the trial ver of OCP CabManager, you can unpack cabs for SE and take a look there... my trial period is expired now...
Maybe you can try to use setup.dll out of such cab...
buzz
damn, still not getting anywhere.
i've put in the correct version info, i've used a setup.dll file from a known working cab file, i have the latest full version of cab manager.
i'm fresh out of ideas
back to the drawing board.
if i figure it out, i'll let you know.
This is what MSDN says at
http://msdn.microsoft.com/library/d...dnwm2k3/html/screen_orientation_awareness.asp
Installation Warning Messages
When a legacy application is installed on a Windows Mobile-based Pocket PC capable of screen rotation, the warning message will appear
This dialog is to advise the user that the application they are about to use may not be aware of square screens or screen rotation, and may not display properly in landscape mode. This dialog will only appear if the VersionMin value (which specifies the lowest OS revision number your app supports) file is less than 4.21.
Since setting VersionMin to 4.21 will prevent your application from installing on older Windows Mobile-based Pocket PCs, it is recommend that you disable this warning message by setting the BuildMax value (which is typically unused) equal to the following values:
BuildMax values
0xA0000000 Application supports square screens (240x240 pixels).
0xC0000000 Application supports screen rotation.
0xE0000000 Application supports square screens and screen rotation.
These parameters can be changed by editing the [CEDevice] section of the INF file which cabwiz uses to generate your CAB file.
so
[CEDevice]
VersionMin=4.21
VersionMax=4.99
BuildMax=0xE0000000
Should do the trick[/b]
@Shikra
...perfect man, let me test it... )))
THANX
buzz
GREAT!!! it works!!!
THANX
buzz

Help with trusted certificates on WM5?

Could someone please help?
I have an XDA Exec (HTC UNIVERSAL) Ive been searching for days to a solution for this without avail and you guys seem to know what your talking about! Im very new to this and need a solution to this error when i try to install some applications and run them:
" X cannot be opened. Either it is not
signed with a trusted certificate, or one of its components cannot be
found "
Is there any way you can disable this in WM5? my WM5 version is OS 5.1.1700 (Build 14354.0.1.1)
Or is there any way whatsoever you can get around this? please if anyone can help do let me know and post!!
Thankyou !!
Is your phone locked ?
It may be locked or your operator prevent installing all of 3d party applications. In this case reinstalling "clean" WM5 may help (I'm not sure though) - I'm only a newbie in WM5.
Another reason that application you run trying access trusted functions - like allocation of the physical memory. In this case I'm not sure what can be done - reinstallation of WM5 will not help.
Its unlocked! so if i re-install wm5 it wont say this when i install programs? i have tried resetting the phone and installing different roms but nothing works! is there any particular rom i should be looking to install? or anything i can put in the extended rom to install after a hard reset to sort this out? PLZ HELP!
I have had that problem, too and I was going crazy. Then I tried the following tweak but I do not really know why it should work, it just did:
in HKLM\System\ObjectStore is a reg key "RegistryType=1", which means Hive based registry.
When you set it to "RegistryType=0", which means FILE based registry, all changes you do in the registry will stay there also if you reboot with device's reset button...
BUT AFTER YOU CHANGE THIS VALUE, FIRST REBOOT HAS TO BE DONE WITH SOME SOFTWARE, NOT WITH THE RESET BUTTON.
Subsequent reboots can be done with reset button then. :lol:
there is another tweak that gets rid of the warning messages, but I did not use that one
really! which software could i use to reboot the phone??
also is resco registry okay to view and change this? it says registry type 0x0 (1) i have now changed it to 0x0 (0) is this correct? i performed a soft reset but im stil getting the error message! is this because i need to use software to reboot?
yep, the first soft reboot needs to be done with software. After that you can use the usual way again.
After I had done this I removed all "problem apps" and then reinstalled them and it worked.
What software did you use or could i use to reboot my ppc chuckchuck?

Automatic install after hard-reset

I've got a slight problem with this device, probably also with all other WM5.0 devices.
There's this application which I have developed to operate as a shell around Windows Mobile, so users have limited functionality. This is to relieve the people at the helpdesk, since users can't mess up settings and install virusses anymore (at least not that easy).
The way I installed the software on Windows Mobile 2003 (SE) was to install my Autorun.exe in the \Storage\2577\ directory and my cab-files, which needed to be installed, in the \Storage\Main\ directory.
I also used the folders \Storage\Downloads\ and \Storage\Installed\, but to keep things simple I won't mention further anymore.
This solution worked like a charm. After every hard-reset/cold-boot my application was installed again and users could happily operate their devices once more.
Now, as the WM2K3 devices aren't available anymore, I need to port the application to WM5.0. After some minor modifications the software now finally works on WM5.0, except for the installation.
It appears that there isn't an Internal Storage folder anymore. This is probably because of the fact that WM5.0 has the so called 'persistant memory'.
The problem is, the memory is completely erased when doing a hard-reset/cold-boot. I do this by pressing the 3 buttons on the side and pressing the [reset]-button also. After a while the device will perform the hard reset (as usually).
Now, I've read in the Google groups that the root-directory of WM5.0 devices operates as the internal storage, but it appears that this information is faulty. The root folder is also emptied after a hard-reset.
Also my contacts and appointments dissapear after the hard-reset, which is normal WM2003 behaviour, but I thought they were persisted on WM5.0. Perhaps they only meant they are persisted when the battery is drained.
Well, in short:
Where can I put files on a WM5.0 device, specifically the Qtek 9100, so they aren't deleted after a hard-reset?
Is it even possible on a WM5.0 device, if so which device(s)?
Quick solution would be to use a SD-card and let my Autorun work with the OnCardInsert function, but that doesn't really float my boat....
WM5 uses its Extended ROM (Ext-ROM) to install customized software, which survive a hardreset.
Even though the answer isn't exactly what I was looking/hoping for, it did help a little.
First I was looking for the search-string 'persistant memory' or 'persistant storage' which gave numerous results, but none of them with answers to my problem.
Now I used Extended ROM as a search-string and that did help a bit better. Didn't even think about using this before, oh well, it appears posting a question does help indeed.
One of the answers I found was this:
[HKEY_LOCAL_MACHINESystem StorageManager ProfilesTRUEFFS_DOC1]
"MountHidden"=dword:00000000
"Folder"="ExtendedROM"
"PartitionDriver"=""
"Name"=""
"DefaultFileSystem"="FATFS"
[HKEY_LOCAL_MACHINESystemStorageManagerAutoLoadTRUEFFS_DOC1]
"Bootphase"=dword:00000002
"Order"=dword:00000001
"LoadFlags"=dword:00000001
"DriverPath"=" DriversBuiltInTrueFFS1"
The bold registry values need to be edited. This way you should be able to see the Extended ROM in the file explorer.
Well, it doesn't. You still can't see it. It is however possible to access the extended rom and write files to it by making files in \\Extended_ROM\\.
Still trying to figure out how to copy/move CAB-files to this directory, but that should only be a matter of time. Otherwise, the work-around is already in my head
total commander would do the trick, just type "\extended_rom" and copy up to 9.5mb of cab's

Help Please - renamed registry folder & can't change it back!

What a numpty!
I was trying to get HTC Home Weather working thru T-Mobile UK using v1.5HTCHomeproxy0409.cab (without success), so went into the registry using Total Commander to check the Proxy settings.
Unfortunately I got as far as \\\Registry\HKLM and was trying to double click the "Software" folder but instead it went into edit folder name mode and whilst distracted by the wife managed to change the folder name to "n"
Whatever I try, I can't rename it "Software". I've tried creating a new "Software" folder and copying the files across, but a few won't copy:
/Apps/Shared/ "\Windows\mscoree.dll" and
/Apps/Shared/ "\Windows\Intellipad.dll" and
plus some .NET Compact Framework files in /Microsoft/ folder - but I'm guessing these are something the prev user had and wont affect the normal functions / programmes I will use
so... is there any way I can put the files I moved from
\\\Registry\HKLM\Software back, do I need to etc ????
Would appreciate a bit of advice from someone less accident prone!!!!
Its a (recently bought off eBay) , ex T Mob (UK I think) unbranded with HTC home etc. Can't work out how to see what version of HTCHome was on, but guess I've written over it with the proxy.cab now - the icons have changes and have lost today screen battery indicator, but that's a problem for another day!
Not sure what the ROM is, if its an original or cooked (OS ID looks normal to me, WM5?), but ExtROM looks like its been hacked by its name - dferriera WM5SE
G4 Wizard
ipl 2.21.0001
spl 2.21.0lip
gsm (radio?) 02.71.11
os 2.26.10.2 WWE
Well, if it wont change back, you can always hard reset or reflash to a new ROM...and if you do the later, all of the prerequisites have been done for you, you have HardSPL allplied already, and the correct radio ROM version for most of the ROMs, so you can flash away!
Thanks Ashasaur.
As you've probably noted from my profile and foolish behaviour, I'm new to this, does anyone mind just explaining the above comments on the ROM flash for me please?
-all of the prerequisites (?) have been done for you
-you have HardSPL (?) applied already: Is this related to the Server Proxy I've been trying to patch to HTC home for the weather fix?
-and the correct radio ROM version for most of the ROMs: does that mean I need to be careful I pick a ROM to match my radio version somehow?
If I can't find a way to rename the registry file, I'll have to go for a hard reboot, ROM flashing will be my next project once I feel I've done enough reading to understand what I'm doing and what not to do!
Thanks.
In order:
1-Prerequisites)-You have got HardSPL flashed succesfully to your device which leads to;
2-HardSPL)-Since you have a G4 device, in order to flash a non-carrier ROM you have to have HardSPL applied to your device, and you can tell that yours has been done by your IPL and SPL. Your IPL or 2.21.0001 indicates that you have a G4 Wizard, and your SPL or 2.21.Olip means that you have HardSPL applied already, otherwise you would have had to do it in order to be able to flash any ROMs...which leads to;
3-Radio)-What I mean by correct radio for most of the ROMs is that 2.71.11 is regarded as one of the more stable radio ROMs out there, and together with version 2.19.X, they are the preferred versions, though any version will work with any ROM, some work better than others.
Hope that helps!
Yes it does, thanks - especially now it has prompted me to read the wiki on hardSPL.
So maybe flashing a new ROM is not too far away...
Does the ROM contain the Windows operating system, in which case can I upgrade to WM6 / 6.1 (version currently says WM5) on my device, will I find a selection with info on what's in them on the downloads pages? (can't get access right now for some reason)
Cheers
I just did this today with my Touch Pro, it's alarmingly easy to break your device like this.
I think I have it fixed ... after I made the mistaken renaming, the device had locked up (or grown very slow) so I soft reset it. That rebuilt a large portion of the Software folder. After that, I copied the remaining keys in the renamed folder to clipboard and overwrote whatever was in the new Software folder.
Phone seems to be back to normal, but I'll be on the lookout for anything that didn't quite work. If that's the case I may have to hard reset.
@burnsy, yes, most of the download pages contain what the ROMs have in them, but I would look at my review thread in the Wizard Mobile 6 section...its called ROM Features......such such such, its got a list and ratings of the ROMs that you may find interesting.
Nice one ashasaur, sounds like just what I want. Should keep me off he streets...
Dr G, seems you're getting on a bit better than I am - my device won't let me copy all the files into the new folder. Noticed that I can receive but no longer send email, even after deleting and reinstalling my account, but that could equally have been caused by the htc home proxy files I was playing with!
I feel a hard reset coming on...

HD2 certificate/component problem

Up until a few days ago, my HD2 was working fine. Then I tried to install Android. I used the one that you just copy to the storage card and run a file called zharet.exe ( !!NOT HARET.EXE!! ). I think it was Cotulla's ROM. First time, it crashed. Second time, meaning after I installed Radio ROM version 2.12, which is required (more specifically, 2.08 or above is required, but 2.12 was easier to find), it started and installed, then rebooted. Third time it worked and was able to send a text message to my stepfather. I switched back to WinMO to ask him if it got there, then I started Android again. It crashed, sending me to the boot screen of WinMO. Upon this start I was no longer able to run many files (executables), the running of which resulted in the message "The File *PROGRAM NAME* 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."
I have tried numerous fixes:
Soft reset
Reinstalling the applications
Seeing if .NET Compact Framework was installed; the phone claimed it was, but I couldn't find any trace of it and so I tried to reinstall it. I was not able to, so I "uninstalled" it from the phone, which still thought it had it; the operation took no time, so I doubt it was there in the first place. When I tried installing it to the phone again, it said that this version was already in the ROM. Also tried installing an older version of the CF, but it just said I had a newer version.
Switching memory cards (3 different ones)
Renaming the memory card and restarting, a fix recommended to some other people who had a problem with similar symptoms. It refused to cooperate and said that the memory card could not be renamed.
My next step will be to rename the memory card using a device other than the phone itself.
I don't want to hard reset as I wish to keep my messages and contacts, but if that's what is needed to "un-half-brick" this phone, I will of course do it. The way it acts now, I might as well have kept my n95.
It is worth noting that HardSPL should be installed, as it was required for the Radio ROM flash.
EDIT: HardSPL install IS verified, boot screen reads as follows:
PB81100 HX-BC
SPL-1.42.HSPL XE
0x05
CotullaHSPL 0x30
In this thread, Gargoyle999 is describing my exact problem: forum.ppcgeeks.com/showthread.php?p=1882858
Keep in mind that this phone is Norwegian with Telenor as its carrier, although the phone itself is not locked and capable of using any carrier.
EDIT: The files that may not be run are mostly third-party ones, like MorphGear, zharet, Google Maps and so on. Most programs that came with the phone, like Copilot, Footprints and Opera work.
I am not too familiar with XDA, so forgive me if I am posting in the wrong section or making some other rookie mistake xD
I am having the same issued on one of my HD2's...anyone??? Help!!!!
This is NOT and android problem.
I'm not exactly sure, but it's a security measure in WinMo that disallows unsigned programs from running after the system has crashed due to those programs running, probably to protect the system from malicious programs.
All you need to do is disable security on it. There are various thread on this site in different places that tell you how to. Personally, I found the mobile security configurations manager(windows) is the best way. Just plug in your phone in WinMo, using activesync, open the program, and load device. Then you can just select no security, and provision it. It'll overwrite all the proper registery settings and whatnot for you.
Also, GOOGLE IT. I found all this information myself just by searching "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" +windows mobile 6.5
Yes, yes Google it...I understand...But guess what? I did and found the same utility. And guess what? I got another error when it tries to install a cab file on the phone and for whatever reason the cab file errors out...I came here after reading and trying a ton of stuff and happened upon the OP's topic today.
Another thing is I realize it may not be an Android specific problem BUT prior to installing the mattcfroyo build and then attempting to test another build I didn't have any issue installing a cab file from the SD card. Also before anyone offers about installing another SD card I tried that also and no haps.
Weird and I am still searching for a solution but again XDA is the spot and researching here has not provided me with a working solution as of now....sssooooo...HELP!? Or not...
lstrike said:
Yes, yes Google it...I understand...But guess what? I did and found the same utility. And guess what? I got another error when it tries to install a cab file on the phone and for whatever reason the cab file errors out...I came here after reading and trying a ton of stuff and happened upon the OP's topic today.
Another thing is I realize it may not be an Android specific problem BUT prior to installing the mattcfroyo build and then attempting to test another build I didn't have any issue installing a cab file from the SD card. Also before anyone offers about installing another SD card I tried that also and no haps.
Weird and I am still searching for a solution but again XDA is the spot and researching here has not provided me with a working solution as of now....sssooooo...HELP!? Or not...
Click to expand...
Click to collapse
Look up all of the google registry fixes, and try every single one of them.
If none of them work and the program I recommended doesn't work, backup and hard-reset.
then, when it's done first thing use that program to disable security.
Also, most custom ROMs have security disabled by default.
Well I just went ahead and flashed a new rom and I am good to go...
I have tried your application. Got the same results as lstrike, error when installing CAB file. Also, how am I supposed to edit the registry when I can't run third party programs?
Will flash Miri's ROM soon. Any idea of whether or not that one has security disabled by default?
sigh i got the exact same problem after trying to run andriod.... any luck?
same problem here, did anyone face the problem then resolve it?
I found the solution !
When the error appears just go to marketplace, download the free version of Resco Explorer
(Resco was the first official registry app I found but if there's another in marketplace i guess it will do just fine)
After this open Resco Registry (included in Resco File Explorer) and go to
HKEY_LOCAL_MACHINE\Security\Policies\Policies
Then go to 0000101a and change DWORD Data value to 1
Now every thing is perfect and you can open all of your apps
Good luck !
Thank you, this solution saved my day!
Rat01 said:
When the error appears just go to marketplace, download the free version of Resco Explorer
(Resco was the first official registry app I found but if there's another in marketplace i guess it will do just fine)
After this open Resco Registry (included in Resco File Explorer) and go to
HKEY_LOCAL_MACHINE\Security\Policies\Policies
Then go to 0000101a and change DWORD Data value to 1
Now every thing is perfect and you can open all of your apps
Good luck !
Click to expand...
Click to collapse
Excellent! great work, thank you!
Rat01 said:
When the error appears just go to marketplace, download the free version of Resco Explorer
(Resco was the first official registry app I found but if there's another in marketplace i guess it will do just fine)
After this open Resco Registry (included in Resco File Explorer) and go to
HKEY_LOCAL_MACHINE\Security\Policies\Policies
Then go to 0000101a and change DWORD Data value to 1
Now every thing is perfect and you can open all of your apps
Good luck !
Click to expand...
Click to collapse
Thank you!

Categories

Resources