Making sense of Start menu, Programs, Apps et al - Touch Pro2, Tilt 2 Windows Mobile General

I have been following XDA-Developers since the days of the SX66 (Blue Angel), and have enjoyed many ROMs and improvements that came along. But there seems to be a new paradigm now, with the whole 3D/HD capabilities, and I am getting lost in the jungle of terms, capabilities, nuances, et cetera.
I am trying to make sense of the application manager, start menu, programs - whatever the correct term is - for the Tilt2 with standard AT&T shipped ROM. I have added a few applications - some that are quite new and some that I've carried with me since the days of the early IPAQs (remember those?). But I'm lost when it comes to putting these programs in a place where I can find them, and using a good tool that will manage them. (I don't presently want to put on a new ROM until I figure out for myself what my needs are.)
For example, I installed Pocket Putty - the one intended for WM6.x. It works great! But I always have to search for it... and cannot seem to add it to any of the menus involved. I go to the Programs tab... I press + to add.. and it's not in the list of programs available. So I press the Start menu and I get a list - a different list - of programs available. Not there either. I have to either search for it or open it with Total Commander or other file tool. Why are these three separate lists? That is no less than three separate/distinct program lists, and they don't seem to interrelate. How can I properly manage/synchronize them, and what do I need to do to make programs appear in these lists?
I understand there's something called Sense and something called Manila involved. I don't really want to spend the rest of my life reading about these technologies before I get the chance to use them, but I do want to understand them well enough that I know what needs to be manipulated in order to accomplish some task.
Am I forever lost? Or is there a crash course? Or something else?
Lost in the jungle

Make a shorcut of the program with total commander. Place the shortcut in your start menu >> programs. This way the program will show up in your start menu and you can add them in the programs tab.
And I thought that every program that shows up in your programs tab is somewhere to be found in your start menu . Those two are linked if I am not mistaking.

Lennyz1988 said:
I thought that every program that shows up in your programs tab is somewhere to be found in your start menu .
Click to expand...
Click to collapse
That's certainly what I expected, too. But no. So experimenting with Pocket Putty as my example: I created the shortcut on \Windows\Start Menu\Programs. I renamed the shortcut from "htc-pocketputty.lnk" to "Pocket Putty.lnk". Now I have been able to add it to my Programs tab (THANK YOU for that!). But it is not in the Start Menu. There are plenty of mismatches like that. For example, the Windows Mobile folder is visible in Start Menu, not available as an app in Programs tab (I'd rather do that and use up about 4 less buttons). MSN Weather shows up in Add Programs but not on Start Menu. Et cetera.

Related

Sport GPS software on developement

My fourth message of the day ... I'm inspired !!!
I'm one of a little runners and cyclers group whose want evolve in my sport and use new technology to practice sports.
3 of our have baught and HTC trinity to have an all in one solution : GSM, music player and GPS.
We have test a lot of offroad program, gps tuner,beegps,nimo,noni,... and we are not satisfacted about them... We have ideas which the best program must have but we are so poor programers to do it.
So I would like to know if some of best programers of this forum could make it for us ?
Are you interested ?
We could send you all of ours ideas, with explained pictures ...
PS sorry if it's not the good place to post this ...
thank
Bike GPS
I have a Dopod D810 and I am developing a GPS application for it, mainly because nothing I tried out there did everything I wanted, and was suitable for use on a bike.
My app is a
- Raster-based GPS application
- Music Player
- Phone 'answerer'
- Text message display
- Big buttons (so you can press them while riding)
- Good reliability
I initially developed it for my Dell Axim X51v.
It supports importing/exporting routes and tracks to and from GPX and KML files, and can do playback of tracks. (ie it works with Google Maps/Earth routes and tracks)
It supports importing locations from names files.
It supports maps in TFW, SDW, JPG and BSB formats.
Any music files supported by windows media player are supported.
If you have any maps in one of the above format, this is for you!
wahou !
it's look like what i'm looking for ... without pearhaps a graph which expose speed and altitude during the trip... but i'm so interested ! what is the programation language use ? could you send me sources ?if you want, I can send you some draws to complet with option your soft ?
Its done in C++; sorry, I'm not going to release the source, but I'm happy to get any ideas you have.
oh, I forgot, there's a PC version off the same code base which makes it easier to see playback, build routes, etc. I'll add some speed/altitude/time graphs to it over the weekend some time if I get a chance.
I'll also eventually put the installers on my web site.
ok... it's not a problem that you don't release source... just ... could you send me just how you get speed, altitude and position ... you dialogue with the P3600 GPS... is there library or only code lines ?
My idea...
-make a rotation of your cards in function your deplacement like tomtom.
-on my soft, i would like record precedent trip to do versus when I take the same road. This versus could compare KM all long the time and bip me when i'm late.
-the graph which compare my speed and variation of altitude all long my trip
-instant speed/speed trip/time/km
Initially, I used the GPS API in the microsoft SDK, but its not reliable enough (sometimes it stops signalling updates on its event), so I wrote my own from scratch and the NMEA documentation.
- Sorry, I'm not familiar with tomtom, so I'm not sure what your after with your first request.
- Its not exactly easy to track a previously taken path and map it to the current path, but it could be done. The biggest problem is storage of your previous paths. I have about 24GB of old tracks saved! I'm waiting for an 8GB mini SD !
I'll have a look into the idea though.
- Displaying (and even graphing) current speed/time/altitude, ect are trivial and I already do that. I'll look into graphing.
Is anyone else interested in this app?
I would be interested in this for cycling and hiking.
Sorry for this question but why don't you let members of this forum download sources of your GPS API ? Or directly the API compiled to let other programing theirs applications if it is better than windows API ?
For my application I need only to know :
- Altitude
- trip point (x,y)
- how to solve to have speed (v=D/t)
Have you seen http://gpsdash.com/news.php
I'm always looking for more choice...here is one that many of my sport crazed friends are using. I may start using it for tracking my motorcycle rides too. Here is the software http://www.rungps.net/Wiki.jsp?page=HomeEN . Here is the online tracking server http://www.gps-sport.net/index.jsp .
The reason I'm not releasing source is because I may, at some time in the future, make this into a commercial product and I don't want to ruin my chances with that.
The other is that I don't really think it is of much benefit to most people to release source for an application. I think it is far more useful to make a library of the useful functionality, with a well documented API of the thing, so that people can start at a higher level to implement their ideas. Since I don't yet have such a library, I can't release that either .
I went riding on the weekend (its nice and sunny here), so I didn't get any more done on this.
From other people's responses, it looks like there's plenty to choose from anyway.
Once again, Yannn, there is documentation in the Microsoft SDK on how to access the gps (its called gpsapi).
Finally
I have finally decided to release an early version of this software.
Its at
http://www.lukepaton.com/BikeGPS/
If you are able to set things up for yourself, and want to give it a try, go ahead. I haven't got a huge amount of time to support it, so it might take some playing around to get it working, particularly at first. There isn't a manual or help for it, so go looking through all the menus and see what you can find!
To get started, from the View menu, have a look at settings, and set up your paths and then from the Map|File menu, choose, Re-Read All Maps.
Cheers,
Luke
Hi Luke
Thanks for the release. On first run, I got the message:
"Open File \CF Card\Data\BikeGPSMaps.mdt failed"
When I hit OK it closes. I made this directory path and chucked a .jpg in it and then it ran.
I see in Settings>Paths your default project is pointing to your compact flash card so I changed these to \Storage Card\...\
I have had a good look through the menus, it seems to be a pretty nice useful kit. I like the .sid support and export to .csv, even converts from OziExplorer Probably wouldn't use the player or sms fuctionality though.
Logged some data to the .gps_log file, will try and use it later.
Just can't see where to open map image. When I click open map it doesn't have anything in the list to select... No need to bother yourself with a full user manual, but it would be good to load a map background.
Sorry, I first developed it for a Dell Axim, and an iPaq before that. They have CF Cards...
To get it to have some maps to open, Map|File|Re read all maps looks in the map path (Settings|Paths|Map Path) (Mine is \Storage Card\Maps\).
It prompts you for the kind of files to load (KAP, TIF, SID, MAP).
Yes, MAP is from Oziexplorer - some of the map CDs I bought used MAP files, but the code to interpret map files is a bit of a mess, and it doesn't support oziexplorer ozf files...
After that, Map|File|Open Map|All Maps should give you something to open.
You have to select a single map (multiple selection is for delete).
Anyway, its good to see that someone could even get the thing installed
Cannot access menu, progrram will stop after prompt of missing file, it is not installed in memory card/data either. Also shortcut is missing.
Hi Fimae,
I used resco to add a shortcut, but the install program is supposed to put it in 'programs'.
Not sure what you mean by 'cant access menu'. There are about 7 menus, not including popups. Is the main menu visible?
See above about storage card. I'll make it allow you to browse for the storage card the first time it runs.
Thanks for your feedback.
Luke
Now I'm all motivated
I've done an update which should make it easier to work out whats going on when first installing. It will prompt for the path to your files.
At the first prompt, enter /Storage Card/, or wherever your storage will be.
It automatically creates Data/ and Maps/, so put your maps under /Storage Card/Maps/.
The web page now displays the last version and update date.
what about the mount ???
Hi, plz tell me if ur using any good cycle mount to hold trinity securely on the handle bar? where & how much u bought it for??? Anyone???
After trying Arkon mounts and a few cheapies, I found the best was a metal case,
(like this http://cgi.ebay.com.au/Metal-Hard-C...yZ150774QQssPageNameZWDVWQQrdZ1QQcmdZViewItem) attached using double sided tape and a cable tie!
The problem with the Arkon-style mount is that they don't hold the device securely enough and are too bulky.
sthawk said:
Hi Fimae,
I used resco to add a shortcut, but the install program is supposed to put it in 'programs'.
Not sure what you mean by 'cant access menu'. There are about 7 menus, not including popups. Is the main menu visible?
See above about storage card. I'll make it allow you to browse for the storage card the first time it runs.
Thanks for your feedback.
Luke
Click to expand...
Click to collapse
I ment that program stops to error dialog, and when i click it ok, application exits without seeing any menus. But now it worked wery well after writing \Storage Card\, thank you wery much.
I know this must be stupid question (like where is the any key) but i really does not understand what kind of form i have to use to copy maps to Bike gps? I have route66 and tomtom navigator maps (and for testing only miomap) in my storage card, i supposed that i cannot use map files from those apps?

Suggesting New Ingredients for Cooking Tasty ROM's

Hi there i feel there's a need for a thread such as this where anyone can post and suggest any good applications which he/she feels should be part of a ROM.
1) My first suggestion would be an application call QuickMenu. i put a pic down there. It is a really cool windows xp-type start menu, so you dont need to go through all folders. it replaces the retro start menu Windows Mobile has.
2) My second suggestion is this one called " T-Mobile Soft Key ". it provides the custumisation of the soft keys in the home menu.
Start Menu by dotFred
Hmmm... I think dotFred has something similar to your suggestion. I think he's still working on it.
Code:
[URL]http://www.dotfred.net/FdcStartMenu.htm[/URL]
I would like to think I have fairly normal size hands and these type of menus are just too small for me to use with my thumb..
I dunno who you guys do it without hitting the wrong thing all the time.. nice apps though gonna have to check them out.
MrDSL said:
I would like to think I have fairly normal size hands and these type of menus are just too small for me to use with my thumb..
I dunno who you guys do it without hitting the wrong thing all the time.. nice apps though gonna have to check them out.
Click to expand...
Click to collapse
It would look like ass, but you could put a separator between each menu. That would probably space them out enough.
Or you could use the scrollwheel.
My addition to this is WM5NewMenu. Super small, super light and totally useful. It is basically a customizable new menu ala WM2003. It has tons of options, but my favorite is the ability to set a new SMS/Call to a specific person. It beats the hell out of opening the Messaging app and searching through the contact list.
I agree
the point is to use your stylus not your fingers.
so the menu is appropriate
larsuck said:
It would look like ass, but you could put a separator between each menu. That would probably space them out enough.
Or you could use the scrollwheel.
My addition to this is WM5NewMenu. Super small, super light and totally useful. It is basically a customizable new menu ala WM2003. It has tons of options, but my favorite is the ability to set a new SMS/Call to a specific person. It beats the hell out of opening the Messaging app and searching through the contact list.
Click to expand...
Click to collapse
This is really different from the one posted here. This one does not replace the windows start menu.
Personally, I have a few apps that I'd like for 2 different ROMs
Lite ROM like CRC's could use HTC Album, ClearTemp, and the latest Schaps Config.
I'd really like a custom ROM built on a VERY lite ROM, with the SPB Apps cooked in (un regged of course, I have them all licensed and can add after hard reset) PocketPlus, mobileshell, and phonesuite cover a fairly broad feature set of all the freeware and such built into the Full ROMs. Building them in might save a bit of space and possibly make them quicker. It would be a fairly custom build and I i'd only expect licensed users to get the benefit of those apps... but quite frankly, they are top notch apps with lots of features worth paying for. Makes it hard to go back to the freeware/HTC apps
roomtek*8525 said:
This is really different from the one posted here. This one does not replace the windows start menu.
Click to expand...
Click to collapse
Yes, thank you roomtek. WM5NewMenu is quite different from QuickMenu. I use both together and almost never have to use a stylus or my fingers.
While it is nice to have some apps cooked-in, one problem is that once an app is updated then the cooked-in software becomes out of date.
I agree...
larsuck said:
Yes, thank you roomtek. WM5NewMenu is quite different from QuickMenu. I use both together and almost never have to use a stylus or my fingers.
While it is nice to have some apps cooked-in, one problem is that once an app is updated then the cooked-in software becomes out of date.
Click to expand...
Click to collapse
i agree, but there are some app's that never get updated. such as mobile word, powerpoint and excel, calc1-lite, audio manager, E-Java, PIM backup,Screen capture, HTC-Zip,etc.
Besides a new ROM comes out almost every month, and most basic apps dont get updated that much...
Controlling the device from The desktop via usb
There is also an app which is very very small in size <100kb for microsoft CE devices, called " remote display control ", and it could serve as a good ingredient for a ROM. The application is built by microsoft, so it's virtually bug free.
The app can be included into a ROM because unlike other app's it is hardly updated, as you can see this version was created in 2001.
I really like this application cause i can use my mouse as the stylus to operate the device, which appears as a 240 x 320 window on the windows desktop PC, as long as my Windows mobile phone is connected to the PC.
It works on my WM6.1 Rom, despite how old the app is.

[APP] Hide Folders

I've noticed recently that there's quite a few people asking how to hide folders on Windows Mobile. There's a few applications out there, but they're either completely overkill (they do a million more things and are therefore massive), or they're not free (or a mixture of the two).
Since I wanted this functionality myself, I decided to write a very simple application to allow me to toggle the hidden state of folders. This application should be considered in beta state, but it works fine for me so far. It's not fancy in the slightest, and I have no plans to make it look anything special, but if I get enough response then I'd put some time aside to "tart it up" a bit.
I'd be grateful if people could let me know of any problems with it. It's targeted for WM 4+ (I have 6.1), using .Net 2.0.
All that aside, I hope some of you do find it useful.
You can download it here...
http://www.johnmolyneux.co.uk/downloads/hidefolders.cab
I was recently informed about a review for this application, which can be found here...
http://mobilityupdate.com/hide-your-folders-on-windows-mobile-using-hidefolders-application/
Thanks for the great review Ella
Cheers,
John.
Hi,
Works well on my Kaiser (See my sig for the rest of my specs).
Nice little app, I use Resco and Total Commander, so I don't have much use for it, but I'll keep the CAB just in case.
I like the loading when you expand the tree rather than loading all folders at the start.
Ta
Dave
Cheers for doing that Dave - I don't know about you, but I'm always relieved when things work for others!
As for the loading when you expand the treeview nodes, I had to add that because it was taking about a minute to start the program, if it was getting the whole directory structure. The Windows folder alone was taking around 40 seconds!
Anyway, thanks again. I appreciate the test and report
Updated to v1.1. I've sorted the folder lists alphabetically, and I've added an about screen, mainly to acknowledge the guy that made the icons I used for the application.
it didn't work. i set a folder in the storage card to hidden mode bt the folder is still visible! when i use file explorer!
i have asus p320
hackerzlab said:
it didn't work. i set a folder in the storage card to hidden mode bt the folder is still visible! when i use file explorer!
Click to expand...
Click to collapse
Hi.
It sounds to me like you've got 'Show all files' enabled. In File Explorer, go to Menu and make sure 'Show all files' is unchecked.
Cheers.
hide folder working fine
working great in htc 3450...
but make sure in file explorer u unchecked show all files....[]
Work well on Xperia, thanks
Great piece of app. Really appreciated. You need to uncheck "show all files" & you will have your files hidden. But the problem I faced is mainly with the Touch commander 2.51 which doesn't have any of this option. I tried this on Resco explorer & files were hidden. So overall w/o touch commander it worked like charm.
Just an humble suggestion John
WHy don't you create an app that could lock files, I mean that could just rename them with ascii letters which can't be opened unless provided password[which would rename the folder again.] I have searched for this kind of app but couldn't find one so your release would be a hit with this function. Thanks allover.
Regards
Saksham Katyal
hidefolders review:
http://mobilityupdate.com/hide-your-folders-on-windows-mobile-using-hidefolders-application/
kakachopra said:
working great in htc 3450...
but make sure in file explorer u unchecked show all files....[]
Click to expand...
Click to collapse
Yeah but still doesnt work successfully. if you use a photo viewing program like resco photo viewer hidden files are still viewable. SKB mobile safety suite locks well, cant see it but takes forever with large files and you need alot of phone memory.
Im sure someone must have a program that has the best of both worlds???
How do i use it???
Hello and thanks for the cab....How do i hide a folder in Htc hd?The program just lets me go through the paths and when i find the folder i want to hide it has to options ...on the left "about" on the right "exit" It does't says anywhere menu or hide.....Any succestions?
Thank you in advance.
johncmolyneux said:
I'd be grateful if people could let me know of any problems with it. It's targeted for WM 4+ (I have 6.1), using .Net 2.0.
All that aside, I hope some of you do find it useful.
.
Click to expand...
Click to collapse
thanks 4 the app!
works great on ipaq 600
if it is not to hard can you make the app popup as a combination of hardware keys?
2 make it simple one can select from predefined combination
like: key1&key4 ,key1&key2…. (from settings/buttons)
or if it is not to hard adding read key combination option (in the app settings)
anyway thanks
Edit: to not let it woke in the background the combination will be entered after taping the apps icon (the apps icon says )
CARPEDIEM8 said:
Hello and thanks for the cab....How do i hide a folder in Htc hd?The program just lets me go through the paths and when i find the folder i want to hide it has to options ...on the left "about" on the right "exit" It does't says anywhere menu or hide.....Any succestions?
Thank you in advance.
Click to expand...
Click to collapse
Found a program called Hide my stuff v3.6, works much better than this one and the SKB. it truly hides files or all files within a folder, no frills so is very fast to hide, unhide, you can even edit or beam files whilst its in a hidden state etc. found it by chance but works very well.
thank you veru much ! I will try that!
appreciating your help . it is working fine for me
Works great on my BlueAngel..thank you man!
EREZYAD said:
if it is not to hard can you make the app popup as a combination of hardware keys?
2 make it simple one can select from predefined combination
like: key1&key4 ,key1&key2…. (from settings/buttons)
or if it is not to hard adding read key combination option (in the app settings)
anyway thanks
Edit: to not let it woke in the background the combination will be entered after taping the apps icon (the apps icon says )
Click to expand...
Click to collapse
works great!! Thanks
and if could add up some function like that, it would be perfect!! Thanks again
You need AEButtons to assign software to hardware keys. I've never used it myself, but lots of people use it very succesfully.
Hope this helps
Im glad to say that the hide folders works great. Does anybody know a way to hide files (not folders) under the My Device for a WinMobile 6.5? I want to do this to clean the screen and not to accidentally delete files.
The only files/folders I want to see when I open File Explorer are:
My Documents
Storage Card

[App][BETA] Kill**** - process killer

This is my first app for WinCE so please be nice!
Rant
It seems I'm part of a minority of users who understand that mobile devices and PDA's are not designed to run multiple apps at once. You can, but anyone with a decent sense of quality will agree that it's a rubbish experience once you get under 50% free memory. In fact the iPhone by default design doesn't let you multi-task apps (jailbreak changes this) which may be one of the reasons peeps think its a faster device. I say I'm part of a minority because most apps around are coded so that when you hit the 'x' close button they minimize instead of close (even by holding x). Also Windows has no inbuilt mechanisms for keeping your apps closed, and none of the roms I've tried (cooked or otherwise) seem to have these types of tools included.
Disclaimer
Firstly I hope I haven't reinvented the wheel or stolen anyone else's idea. I didn't research for months but didn't find anything like this around so apologize in advance if I upset anyone. Also I provide this tool "as-is" in BETA form - so it could damage your device - so use at your own risk.
Kill****?! What is it?
It is a simple app that kills running processes.
Why would I want it - what's wrong with Task Manager?
A common example is you open up Calc to do divide a dinner bill, lookup how to get home in Google maps, send an SMS to a friend and hit Home key. Then you wonder why the thing is running like a dog. You open task manager and notice you have these 3 freakin apps are open still and taking up your memory. So you're expected to open Task Manager after every time you're finished with an app?...no I dont think so..because you've got Kill****! You manage an exemption file, assign the app to one of your softkeys (or events) and it will quickly, quietly kill all other **** running for you.
How Does It Work?
It stores a text file on disk with names of processes that you wish to exempt. You can manage this via the included config tool. When you run the app (which is a console app) it just kills every running process other than the ones on your exclude list. The exclusion file is stored in your default MyDocuments folder and is called something like "NoofnyKill****.settings". Real simple.
What Do I Need To Run It?
Microsoft Windows Mobile (4 and above)
Microsoft .NET Compact Framework 3.5
How Do I Install It?
Simply run the attached CAB and everything is installed for you. 2 icons are added to your Start Menu (the config tool and the console app itself). The app is installed in the default Programs folder.
How Do I Use It?
If the exceptions file does not exist it will be created new and will contain all of the running process at the time the app ran.
The best instructions are;
1) Have your device in your preferred state with only your basic apps running.
2) Open the config tool from the start menu (Kill**** Config).
3) All of the running processes will list with a check next to them (which 4) means they will be exempted).
4) Click Menu -> Save Exceptions and close the config tool.
5) Assign the console app (KilL****.exe) to one of your softkeys or other buttons using your favorite tweak tool.
What Else Do I Need To Know?
I am not responsible for anything negative or positive this app will do to you, your device or life. Use at your own risk. I have not tested this app well and can only guarantee that I have fundamentally screwed something up. If anyone does use it and wants help I will do my best but try to help by giving as much detailed info as possible when reporting any bugs. I'm open to suggestions and are planning to put the source code up here if anyone shows interest.
That's about it - hope it makes someone's life a little brighter.
Hi!
This looks interesting. Is there anyway to cook this into a ROM properly? I dont like to have users make a file in their my documents folder.
Cheers
Epiphany
EpiphanyNL said:
Is there anyway to cook this into a ROM properly? I dont like to have users make a file in their my documents folder.
Click to expand...
Click to collapse
Thanks...i can have the file live anywhere really, I just chose MyDocuments cause its easy and accessible. It's easy to even have them define in the config tool where they want to save the settings. I'm new to mobile dev and the whole rom cooking thing, so could you expand about what would be needed to cook this app into a rom?
actually after giving it more thought it would be more practical to store this in the registry. I chose to use a text file at first because I was not going to bother have a config app and you could modify it using notepad or something.
In registry would be the most preferred method yes.

[Q] How to run two programs at once?

Alright, alright, before anyone says "WinMo has always been able to multitask" let me ask my question. I have the Skype .cab as well as WM Audio Redirect .exe on my phone.
They work wonderfully together (albeit through a few glitches, like not being able to run my start menu after using Redirect, so I have to soft reset), but I was wondering if there was a program (preferably) or a way (through registry) that I could have the Redirect .exe run FIRST when I click the Skype icon, so I don't have to run the Redirect .exe, then minimize and start Skype up.
So, in summary, I want to:
- Click the Skype icon
- Redirect .exe runs FIRST
- Then Skype opens
- ????
- PROFIT!!!
Is there such a way? Or am I doomed to opening WM Audio Redirect, minimizing it, then opening Skype?
Help appreciated.
PS - I did look through the forum and the magical website named Google for my answer, but my problem is the wording of this question. It's a bit difficult to get across this idea to search engines.
UPDATE: READ POST 3 for instructions for a temporary fix. Watch out below, .CAB files follow in the morning (US Eastern Time).
Because getting a reply in any reasonable amount of time seems unlikely, I'll describe what I've found: Mortscript.
Except, yes, I have to learn how to make the Mortscript first. So when finals are over, I'll get to work on it, so all the little boys and girls of the Touch Pro 2 corner of XDA can have a way to run WM Audio Redirect and then Skype.
I'll keep this thread updated as often as possible with my progress. It shouldn't be too hard though, and I'll post all the .CAB and .ZIP files when I'm done (Skype 3.x, WM Audio Redirector, and the Mortscript file).
Yes, it will happen. I have enough experience with scripting and half a brain to make this work.
No it won't happen right away, as I have finals and then I have to test the crap out of all this to make it work. So sit still.
UPDATE: Slight breakthrough has been made. I'm sure for those who care enough, it'll be good news for them. For those that don't, well, just ignore this post and go on with your merry life. .CABs are posted in ORIGINAL POST.
POSITIVES: It works. What more do you want? (A working MortScript, duh)
NEGATIVES: You're mapping a key. One you're probably not even using right now. Quit whining. I'm still working.
Attached are the all the .CABs that make running WM Audio Redirector and Skype together a streamlined process. The steps are as follows:
1. Download ALL .CABs (pretty obvious really).
2. Install the SDKCerts .CAB, then the RhodiumKbdControl_GSM .CAB to your DEVICE. Your phone will reboot afterwards, so read on while you're waiting. That way you can put all that excitement boiling up within you from having a working Skype download into finishing this short and temporary guide (until I've learned how to make a MortScript for it, then of course you'll have to read the next guide, at which point it'll be DOUBLE the excitement, and you'll be so much more excited - so much so in fact that you go and read the entire Encyclopedia Britannica while waiting for the .CABs to download).
3. After the .CABs are installed, you're of course going to download Skype to your MEMORY CARD and WM Audio Redirector into this path on your DEVICE MEMORY (after extracting the folder): \Windows\Start Menu\Programs\Tools (at least that's where I always stick it, you can stop at "Programs" if you want a useless folder bogging down your aesthetically pleasing "Start Menu').
4. Almost done! Now, about mapping that key that you're probably not using much anyway. Here's what you're gonna do: go to your "Start Menu," then "Settings," then "System," and finally "Keyboard Config." After you've made it to there on your long mecca to the promised Working Skype Download, you're going to click "Menu" then "Add Key."
At this point you'll map whichever key you choose (I used the "OK" key on my keyboard) to TWO functions with just the single click option. Click the "+" slightly lower on the screen, and click "Run Program" for the choice of keymap. Navigate to your Skype download on your MEMORY CARD and choose the Skype.EXE.
Next, click the "+" AGAIN and map another program - this time it'll be the WM Audio Redirector (the file is known as TROCA2.EXE, but you can just navigate to wherever you placed it).
5. Click the "OK" softkey button, and it'll put you at the entrance screen (the one you were introduced to when you first opened the app). Click "Update Config" and BAM! You're all set. Just click the key you mapped, and both programs will open, first the Audio Redirector then Skype. Don't close out TROCA2.EXE or Skype through the earpiece won't work. Just let it do it's thing, and sit back and wait for both to load.
PS - If you get ahead of yourself and forget to click "Update Config" you're going to have to go through steps 4. & 5. again. Just a warning.
Until next time when I have the MortScript ready.

Categories

Resources