Microsoft voice command...remove "start" - General Topics

Hi,
I like microsoft voice command but i use it, just to start mortscript scripts.
I am just wondering if there is any possibilities to remove the fact to say "Start" before each call of a script. I checked the registry, the .DAT files, the ini files, etc... in the pocket itself, but unfortunately without success.
Nobody know? or at least nobody know if there is a possibility to change "start" by an other word ?
Thx,
JBX028

Related

Creating HTCCPL application shortcuts?

I am struggling a little here and don't know why this isn't working, I was hoping someone has been through this before and knows how to do it
OK, I understand the registry settings needed to add applets to the settings pages for HTC applications. You create two registry keys and increment the 'TotalApplets' registry value to include enough for all the 'applet extensions'. I have backward engineered some existing ones to see this. Now I am trying to add another application without just creating a physical shortcut file. I have created an OEM package that has the following .rgu file:
Code:
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settings\OEM]
"SMSInboxThreadingDisabled"=dword:00000000
[HKEY_LOCAL_MACHINE\ControlPanel\SMS Mode]
"Group"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\HTC\HTCCPL\Applet16]
"CmdLine"=""
"Name"="SMS Mode"
"Path"="SMS.exe"
"Title"="SMS Mode"
I have then built my ROM and the Icon doesn't appear on the Settings, System page. The application is there as I can use file manager to browse to it and then execute it. I have verified that all the registry settings are there, however the Icon is not displayed. I know I could simply create a physical shortcut and put it in Start Menu\Settings, however I would prefer to get it working this way, and it's bugging me now...
Any takers?
Oh, its the 'sms.exe' application from ce4arab.com that allows you to change the WM 6.1 threaded SMS view settings.
Andy
i dont know if you found the solution or not..but did u change the " Total Applets " also..because if u didnt..it would'nt read any other added Entries
its in
HKEY_LOCAL_MACHINE\Software\HTC\HTCCPL
Click to expand...
Click to collapse
ather90 said:
i dont know if you found the solution or not..but did u change the " Total Applets " also..because if u didnt..it would'nt read any other added Entries
its in
Click to expand...
Click to collapse
I did solve it, however it is a bit of a weird one.... The SMS.exe application I was trying didn't have an Icon embedded in the file so when viewed in Explorer (on a PC or on the Wizard) it just looked like a regular .exe file. I simply swapped the file for another Threaded SMS enabler/disable someone else posted and it all worked.
I am not 100% sure it was just the fact the file didn't have an Icon, however that is all I can put it down to.
I have other issues now though; I can't get .NetCF 2.0 to work in my re-cooked 5.2.19588 ROM The Threaded SMS app is a .Net application so it's there and looks pretty, however it doesn't run.........
Andy

How do I remove this Notification at Startup?

Whenever I restart my device, a new window opens:
Voicecmd.exe
The file 'voicecmd' cannot be opened.
Some certificate not signed or a component is not found.........
I had installed the MS Voice Recognition software, and then uninstalled it. After the uninstallation, this window pops up at each startup.
THanks
lamborg said:
Whenever I restart my device, a new window opens:
Voicecmd.exe
The file 'voicecmd' cannot be opened.
Some certificate not signed or a component is not found.........
I had installed the MS Voice Recognition software, and then uninstalled it. After the uninstallation, this window pops up at each startup.
THanks
Click to expand...
Click to collapse
Look for SK Tools and clean up your registry
Dirk
look in windows/startup and look for the icon/name of voice command, delete it. You shoudlnt then get that error on start up. Yes ok there will still be reg entries but unless ur confident in playing with the registry, i wouldnt bother.

WinMo6.1 - Notification Error on startup

When starting my WinMo6.1 device my start screen welcomes begins wiith a Notification Error which is......
Cannot Execute \windows\myphoneruntime.exe
I have actually removed Microsoft myphone beta as i believe it was resulting in conflicts with TF3D not loading, but my phone obviously believe's its still their.......
What I need to know is how or where should I look in the registry editor to remove the line entry which is causing my device to think it needs to run a program which has been un-installed?
Thanks in advance........
First thing to check is if there is a shortcut in the \windows\startup folder, and delete it if there is.
Failing that use a registry editor with a search feature, (I use resco), and search for and delete any references to it.
Thanks for the advice. I have downloaded and installed the Resco stuff (very cool software compared to what i was using) but I still couldnt find anything. I haven't exhausted all search options yet, but I didnt think it would take much finding to be honest. Will let you know if i get this fixed

Command to rotate landscape when GPS icon is pressed?

Is there any command I can add to my iGO Amigo shortcut to make my device turn landscape before launching iGO?
Of corse there's always mortscript, but I'm clueless as to how to use that..
thanks!
btw the name of the exe I'm using is called amigo_pna.exe
You may be hesitant to use mortscript, but someone has actually already written a script to do this for Tomtom. Check it out at http://forum.xda-developers.com/showpost.php?p=1096841&postcount=4 and you might be able to modify it to your needs.
EDIT
Just realised that download is no longer available. Try http://forum.xda-developers.com/showthread.php?t=438929 instead.
thanks I'll try editing this. If I've installed mortscript already then does my device just recognize the .mscr file type? Or how do I actually make the file work?
Yes, .mscr should be associated with mortscript and just run like any program.
You can open it in any text editor on your pc to change it.

[Q] Messed up registry

Hello,
I experimented with the WP7 Root Tools and tried to add an own theme by creating a folder called "2" inside the Themes folder in the registry. After I did that I could not open any app anymore. I can't open the Root Tools app or any other marketplace-app. I tried to fix the problem with the MFG menu of my LG e900 but I can't start that either.
Do you have any way to fix my problem? I don't want to reset my phone and loose all my text messages and my dictionary!
If you don't have a recent backup (which you seriously should; why would you go poke the registry without knowing one???) then yeah, hard-reset it pretty much the only option. You could try opening the Theme control panel in Settings and see if it clears things up for you, or you could try writing an app that uses the LG provxml driver to delete the offending registry key *BEFORE THE APP LOADS ITS UI* so that it *might* get run before crashing, but those are my only guesses as to waht might save you.
If you're going to semi-blindly poke the registry, *ALWAYS* have a backup at hand.
GoodDayToDie said:
you could try writing an app that uses the LG provxml driver to delete the offending registry key *BEFORE THE APP LOADS ITS UI* so that it *might* get run before crashing
Click to expand...
Click to collapse
Do you think this is possible? So I might give it a try.
Do you know where I have to read to learn this?
Do you have any WP7 dev experience? The basic concept is pretty straightforward, but it helps if I don't have to explain the basics of app development. I've attached a ZIP archive that contains the source code for a very basic app that uses LG provxml.
Your app will need the following things:
NewSysInfoComDLL.dll (native library that talks to the LG provxml driver).
WPInteropManifest.xml (file that allows your app to talk to native code).
ID_CAP_INTEROPSERVICES in WMAppManifest.xml (to access drivers).
Reference to the InteropServices .NET framework DLL (for the ComBridge API).
In the constructor for the main page, or possibly even in the app initialization code that goes in App.xaml.cs - whichever place gets executed first - you'll need to do the following:
Initialize the COM bridge to the native library (the *Interop*.cs files will help here).
Call the LG provision XML API with a provxml string that deletes the registry ney you created (you can find the provxml reference for Windows Compact 7 on MSDN).
If you're very lucky, this will fix your registry before the app tries to read the registry, goes looking for the additional theme data, doesn't find it, and crashes.
reason adocde
Thank you so far!
I am a very basic programmer, so I don't know very much about it, but I have created a few apps already.
The example looks really interesting, but I think it only shows how to read a registry key. How can I write one instead?
ProvXML reference (I did tell you how to find this yourself...) http://msdn.microsoft.com/en-us/library/gg155017.aspx
You want the registry provider, obviously, and you want to delete a key, so that will be a nocharacteristic element.
Physatty said:
Hello,
I experimented with the WP7 Root Tools and tried to add an own theme by creating a folder called "2" inside the Themes folder in the registry. After I did that I could not open any app anymore. I can't open the Root Tools app or any other marketplace-app. I tried to fix the problem with the MFG menu of my LG e900 but I can't start that either.
Do you have any way to fix my problem? I don't want to reset my phone and loose all my text messages and my dictionary!
Click to expand...
Click to collapse
i had the same issue, but i tried it a few months ago manually, to manage the second folder. but i messed the same thing up, its not the fault of wp7 root tools, its just to the registry. my out was an hard reset. which resets the registry too.
Dinchy87 said:
i had the same issue, but i tried it a few months ago manually, to manage the second folder. but i messed the same thing up, its not the fault of wp7 root tools, its just to the registry. my out was an hard reset. which resets the registry too.
Click to expand...
Click to collapse
And that's what I did now.

Categories

Resources