TMobile Dash WM9 Help - Non-Touchscreen Windows Mobile Other

Somehow this was removed. A reason will be needed as this is a discussion forum and I have a legitimate inquiry. I've no time for immature administration. Have the decency to speak.
Back the to issue. I've got two .dll files for the WM9 codec and I cannot see them on my phone. Plus I cannot manipulate files in the \Windows directory even after using an app unlocker.
Any assistance will be appreciated. And again, I've no time for foolish admins. If this is in the wrong section please say so and actually step up to assist rather that just making the thread disappear.

first... you're making pretty big assumptions about the admins given the situation. unless you did something specific to piss off and admin, i quite seriously doubt your thread was removed intentionally by anyone.
that said, i don't understand your question about the .dll files. do you mean you can see them via active sync but not on the phone itself? i don't follow your problem. perhaps you can elaborate.
also... there are a vast number of files that are locked on a wm phone. app unlock does nothing to make these files accessable. if you need to del or overwrite one of these files, you're going to have to use total commander (or similar program) on the phone itself.

Yes, cannot see on phone but can see them when exploring it using my computer. This goes for any .dll files. Assumption or not, I'm not new to the discussion forum environment so what is stated above is most likely accurate.
Total Commander...care to elaborate on that?

ditto to my own previous comments and their accuracy.
at any rate, i've never specifically looked for any dll's on my phone so not sure about that. try total commander (see below).
total commander is a file explorer program that lives on your phone. much better than native explorer or resco even (imho). it will allow you to del or overwrite otherwise "locked" files.
http://www.ghisler.com/download.htm

Well TC did it so thanks for the advice. The videos a bit choppy still even with all of the plugins/codecs but I don't expect much as it is just a phone...

Related

The PANTRY

Here are some thoughts and ramblings I have been doing. For weeks and months now I have been flashing a different ROM about every 2 or 3 days, trying to find just that special one I like the best and suits my needs, which hasn’t happened yet. Then came along the Kitchens with all the ways to make it just the way I want it. I love it, and have just started in the last few days cooking my own ROM’s that do meet my needs. For arguments sake, I am using the Core 2.0n base ROM, Core Pro Kitchen. Have a Cingular 8125, Use the AT&T/Cingular Network. 1gb RAM card, and live in the US ….
Here is what I have found. If I am way off base or doing something maybe wrong, please let me know, there might be an easier way already out there, but I haven’t found it yet. And as of today, I have not bricked my phone with anything I have done below.
OK, It seems every ROM I have flashed, there was that ONE little program that stood out and really made me happy. So what I have been doing is this. I find a ROM that has that little special program I want, and use the kitchen to rip it all apart. When all is said and done, instead of flashing it right then and there, I enter the C:\Core\Kitchen\OEM or C:\Core\Kitchen\SYS and find that one certain program/package I like and cut it out and save it to a temp directory. I do that with 7 or 8 different ROMs until I get all the little parts I want. Then I take the Basic Core 2.0n and use it as my base, do all the steps right up to the part where you BUILD, and then I go to that temp directory and move all those special programs to where they belong in the Kitchen. THEN BUILD. So far it has worked great.
BUT, here is where I get to the MAIN POINT of this topic. Thinking of the word KITCHEN, I was wondering where do I go to get all my FOOD so to speak to COOK? Well in my house I go to the PANTRY. So, I was wondering, is there a way or someone who could start the PANTRY? My thinking of what it would be is a place for all those programs out there that are added to the OEM and SYS folders SEPERATLY. Kind of like an FTP site or something.
Here is an example of what could be in the PANTRY, using Total Commander as my example. And would have a TotalCommander2.zip file in it, along with all those others out there.
This is what is in my Total Commander 2 Directory, which is ready for the BUILD step.
---------------------------------------------------------
C:\Core\Kitchen\SYS\TotalCommander2
cca7de97-9353-45c7-9006-0a73bec0575f.dsm
cca7de97-9353-45c7-9006-0a73bec0575f.rgu
cecmd.exe
ftp.tfx
initflashfiles.txt
LAN.tfx
registry.tfx
Total Commander
As you can see, it’s complete with the initflashfiles.txt. dsm and the .rgu, and everything else that’s needed. So why not take that directory and everything in it and zip it up, and add it to the PANTRY. That way, say someone wanted a BASE ROM , with just Total Commander and NOTHING ELSE, they could go to the PANTRY, download that zip file, unzip it and put it in their Kitchen’s directory and it’s done. I have read a lot about the topic “How To Create A Rom Package” and this seems to be the easiest way, since 90% of them out there that we use are already built. All they need is to be placed in a PANTRY for everyone to share ? ??
Just my thoughts…………….
DaKender
You're welcome to download the OEM pack from the kitchen thread, and contribute at will for others to use.
It's a collection of programs contributed and collected by the forum users.
While managing 50+ different downloadable files would be a pain, having it all in one directory is simple, it's not that big, and easily downloaded - and updated.
Heck, take it and start your own OEM pack thread - it's not mine to say you can't.

Import .reg files with C# (or c++)?

I'm working on an app, it will probably be up on here within the week. One thing the app will need to be able to do is import .reg files to the registry. I've already done a great deal of searching (both xda and google) without any real luck.
Are there any solutions which don't involve writing a .reg parser? C# is preferred but I'm fine with using interop to win32 calls. Perhaps I missed it, but if there's a utility that's built into windows mobile that can be called, that is perfectly acceptable as long as it reliably exists in windows mobile 6 or higher. I'd also consider a utility that can be bundled if it's tiny and liberally licensed (my app will be freeware).
It would be great if there was also something that did the exports as well. I don't need this today, but I'm pretty sure I will in the very near future.
If lacking any of these options, please point me in the direction of some good .reg parser code if anybody knows of something that's particularly worth using.
http://www.eggheadcafe.com/software/aspnet/30798599/using-reg-file-to-import.aspx
found by
http://www.google.dk/search?q=c#+import+.reg+ce&hl=da&start=10&sa=N
Rudegar said:
http://www.eggheadcafe.com/software/aspnet/30798599/using-reg-file-to-import.aspx
found by
http://www.google.dk/search?q=c#+import+.reg+ce&hl=da&start=10&sa=N
Click to expand...
Click to collapse
I hope this doesn't sound rude, but I've seen that and several other similar postings (as I said, I did some searching). This one in particular was from a year and a half ago and comes just shortly after the first winmo 6.0 phone would have hit shelves. I was being optimistic that there may have been some developments in the field since then. The goal, of course, is to avoid reinventing the wheel.
With a couple more hours of digging around I still haven't found any results, so I'll probably write a parser and post it as well.

Please need help noob registry edit how to

Is there any YouTube video or forum or something that will teach me how to edit my registry I have wp7 hd7 thanks
I seriously question the logic of anybody who needs to ask a forum for a "YouTube video or forum or something" instead of just entering some terms into your preferred search engine asking for this. You're trying to do something quite delicate and potentially destructive, although typically registry editing can be undone with a hard reboot if you screw up. That said, yes, it's possible.
First, you need developer unlock. There's a number of ways to get it. I personally have an apphub (developer) account, but Chevronwp7 labs is cheaper unless you're a student.
Second, you need to either be on pre-Mango (anything up to 7403 will work) or be interop-unlocked. I'm not going to go into the details of how to interop-unlock an HD7, but it's possible; I did it. There are instructions on the Development and Hacking sub-forum, along with an app (U2M7720).
Third, install any of the very large number of apps that can do registry editing. The standard one is the very obscurely-named "Registry Editor" app by schaps on http://touchxperience.com. If you'r enot on Mango yet, you can also grab Advanced Explorer from Codeplex; it gives registry and filesystem access in the same app but was never updated for mango.

[Q] radios auto off timeout

in windows mobile it is possible thru such apps as advanced configuration
where the radios will auto off when the phone idles for a xx period of time and will turn back on once the phone becomes active
i like to know if anyone knows how to do it on a windows phone
http://www.freewarepocketpc.net/ppc-download-advanced-configuration-tool.html
there is a place for Q's, you should use it.
Why did you not link to the original site? @schaps of TouchXperience, the same guy who wrote Advanced Config. for WP7, wrote the WinMo version. It has a forum and everything, even...
What you're asking for *might* be possible using SetDevicePower, although it may require an interop-unlocked phone. I'm not sure if the background agents are "smart" enough to detect idle time in this way.
Also, seriously, post in the correct section. You've been here easily long enough to know better.
Thread moved.. remember.. if you can tag it with [Q], it not not belong in a forum not including Q&A...
GoodDayToDie said:
Why did you not link to the original site? @schaps of TouchXperience, the same guy who wrote Advanced Config. for WP7, wrote the WinMo version. It has a forum and everything, even...
What you're asking for *might* be possible using SetDevicePower, although it may require an interop-unlocked phone. I'm not sure if the background agents are "smart" enough to detect idle time in this way.
Also, seriously, post in the correct section. You've been here easily long enough to know better.
Click to expand...
Click to collapse
i am on custom rom. is there anything in registry to edit?

collaborator / help /testing

i hope this ok to post this here
hey guys ive been around a while but was away at her majesties pleasure for several years, i recently got the samsung galaxy s22 ultra and ive created a tool = bat/exe file to make adb a little more automated for those new to xda, or a little less confident using adb commands, im no expert myself but know enough to survive
what im here asking is
if anyone is willing to test and/or collaborate with me in making this tool a little more polished and less device specific, i havent yet rooted my device for reasons i wont bore you with, but i will be soon.......
my original thread is here
Ii have atattched the text file and the exe below (the exe is in a .rar file)
one more question......
google keeps flagging my exe files as malicious, even though the code is safe, as you will see.
is it, do you think ? because my script opens a browser to my xda thread at some intervals of the process to offer guidance to those needing help with certain aspects of adb use
thanks for your time

Categories

Resources