I want to ask "How to cook a shortcut"? - Windows Mobile Development and Hacking General

Hi
Is there some convinient way to create shortcuts on wm5 ppc? some app with
-browse for file
-cmd line params
-browse for icon-dll
-insert icon number into cmd line
if there is no, one should be developed immediately
………

Turist said:
Hi
Is there some convinient way to create shortcuts on wm5 ppc? some app with
-browse for file
-cmd line params
-browse for icon-dll
-insert icon number into cmd line
if there is no, one should be developed immediately
Click to expand...
Click to collapse
i cant believe everybody makes it manually
Come on! You help is needed!

thanks for the idea!

OdeeanRDeathshead said:
thanks for the idea!
Click to expand...
Click to collapse
i quess its irony... ;(
nevertheless i found one _ttp://www.s-k-tools.com/sksmgr/sksmgr.html
its almost free for ex-USSR so i`ll give it a try.

Turist: you might want to read some of OdeeanRDeathshead's posts. I don't think he was being ironic.
Frankly, I've never found it difficult to write shortcuts by hand, but the sktools app is great, as ever.
V

There was no irony. As I was reading your post I was coding my app to check on startup its current location then generate a new shortcut to replace its existing one in the startup folder. One reason i use a shortcut done by hand is to get the command line arguments in it. I use the command line to tell my program if it is being started after a soft reset. If it is it minimises itself after a couple of seconds. Of course I don't need to look up the icon because my shortcut is for my executable, from memory it was just trial and error getting the correct icon for things like poutlook. I think any shortcut generator would have to be able to copy the info from existing shortcuts to make it useable over different versions/os etc.

vijay555 said:
Turist: you might want to read some of OdeeanRDeathshead's posts. I don't think he was being ironic.
Frankly, I've never found it difficult to write shortcuts by hand, but the sktools app is great, as ever.
V
Click to expand...
Click to collapse
not really difficult, but i`d like a little bit more comfortable way.
yep, sk-software is really good. paid yesterday for sktools, skshems, skshortcut manager.

OdeeanRDeathshead said:
There was no irony. As I was reading your post I was coding my app to check on startup its current location then generate a new shortcut to replace its existing one in the startup folder. One reason i use a shortcut done by hand is to get the command line arguments in it. I use the command line to tell my program if it is being started after a soft reset. If it is it minimises itself after a couple of seconds. Of course I don't need to look up the icon because my shortcut is for my executable, from memory it was just trial and error getting the correct icon for things like poutlook. I think any shortcut generator would have to be able to copy the info from existing shortcuts to make it useable over different versions/os etc.
Click to expand...
Click to collapse
you`ll never know what could happen with those little apps designed "for my internal use only"
ps: got myself vs2005, msd, wm5 sdk. would like to try to make an xml-parsing/registry-editing engine for universal registrytweaking tool. I really like the idea of RegistryWizard-tool, but not very much its design and functionality. will see...

I just finished updating my file open dialog. It can now create shortcuts that have command line arguments and it can extract the icons and their id from any file that contains them (exe dll). This will be available shortly as part of my almost (really) finished project.

OdeeanRDeathshead said:
I just finished updating my file open dialog. It can now create shortcuts that have command line arguments and it can extract the icons and their id from any file that contains them (exe dll). This will be available shortly as part of my almost (really) finished project.
Click to expand...
Click to collapse
Great! And please notice - i`m not chraging you for this brilliant idea
will it be available as standalone utility too?

The shortcut functionality will not be limited in any way on the program, but no, it will not be stand alone. I tested on jamin today (wm2005) and the handle htc give for the port is good, unlike the atom. I spent the last week converting my lists in the file open dialog to owner drawn to try and cut the display time on the windows directory. It has 1300 items and was taking 23 seconds, I have cut that to 7 seconds. Resco take 3.

Related

Add a new custom menu item to the PocketPC New button popup

Dear All
Please let me know if there is any program that can help the user add a new custom menu items to the PocketPC New button popup?
If such a program do not exits, how we can do that by tweaking registry, please instruct step by step
thank you
Tuan
http://www.developer.com/ws/pc/article.php/10947_1556191_1
basically: requires registry entries and programming a COM addin.
V
vijay555 said:
http://www.developer.com/ws/pc/article.php/10947_1556191_1
basically: requires registry entries and programming a COM addin.
V
Click to expand...
Click to collapse
Dear Sỉr
Thank you for your fast reply
I wonder to know if there is any program created for end-users to let them build their custom new menu?
I ask so because i am a end-user and do not have programming knowledge
Thank you
Tuan
I've never seen one.
Have you considered something like SmallMenuPlus?
I've never seen anyone use the New Menu like that - I could write it, but it's not very useful because it isn't on screen all the time. The start menu is always on screen.
V
vijay555 said:
I've never seen one.
Have you considered something like SmallMenuPlus?
I've never seen anyone use the New Menu like that - I could write it, but it's not very useful because it isn't on screen all the time. The start menu is always on screen.
V
Click to expand...
Click to collapse
Dear Sir
Thank you for your email
Start Menu or SmallMenuPlus help us to open app first - not open directly a new items in this app.
As for me it is really faster to open a new items with New Menu button
Tuan
So you want to create a new document, not open an application?
V
vijay555 said:
So you want to create a new document, not open an application?
V
Click to expand...
Click to collapse
Dear Vijay
Yes, that is exactly what i am looking for.
Tuan - as I said, I've never seen a program that allows you to do this easily.
It would require you to write a new registry entry and COM object per new application you want to attach to the New menu. You would also need to know what command line you need to launch.
What program do you want to open a new document for? do you know the command line?
V
vijay555 said:
Tuan - as I said, I've never seen a program that allows you to do this easily.
It would require you to write a new registry entry and COM object per new application you want to attach to the New menu. You would also need to know what command line you need to launch.
What program do you want to open a new document for? do you know the command line?
V
Click to expand...
Click to collapse
Hi Vijay
Thank you for your fast reply.
For example:
I installed some program like Info Sharp ( a replacement for default SMS tool) and some other like Ewallet, Cash Organizer Deluxe, Plan/Text Maker.
These above program was installed in storage (my device is O2i) and now i want to add new items to New button to
- open a new SMS (with Info Sharp, of course)
- open a new account or transaction (with Cash Org)
- open a new doc or speadhead with Maker
- open a new Card (with ewallet)
Yes, something like that.
Sorry for my stupid but actually i do not know command line for such actions. (how can i find these command line)
Best regards
Tuan
Tuan - i don't know these applications.
Basically, you can't open new items with the New menu without knowing the command line to start a new document in each application.
This information will be in the manual for the software, or look on the forums for that software. It's possible it can't be done - I imagine that if it could be done, the software would do it automatically when you install it.
I'm sorry, but I don't think we can do anything else yet until you can find the options to start those applications in a new document. Then I can help you write the program you would need.
If you feel confident, the program Mort Runner can do many things automatically, but is quite complicated. It's not a neat solution, but might help, but still the best way is to get the command lines :?
V
hi
Many thanks for your reply
I would check to find the command line of these apps
Tuan

Close App with Command Line

I have SPB Pocket Plus and Oxios Memory's Close and Hibernate.
I was wondering if there is any command to target and close a particular program?
Basically i'm looking for something which is extremely simple and doesn't require a massive installation of another additional program.
Guys this is real important... I hope somebody can throw some light on this. I just need a small executable to be able to close a particular appliaction via the command line so I can make a shortcut out of it.
I've looked around a lot but can't seem to find anything.
The program SKScheMa (http://s-k-tools.com/) has the ability to kill a named process.
It will let you create a script to do it.
Hi ishra,
Thanks for the tip. However i'm looking for a much simpler way to do it without having to install any additional software.
Ideally, I'd like an exe file which via a command line parameter can shutdown a partucular application.
http://www.vijay555.com/?Releases:VJTaskKiller
It will also be improved (eventually) to close invisible tasks. If you need that feature, let me know and I'll prioritse.
V
hahaha... VJ... you rock.
I dunno why I didn't think of looking up your website. It was the most obvious thing to do... I looked everywhere and I missed your site.
Thanks so much.
EDIT:
VJ, I mainly wanted this app to be able to close a program called IDTransfer. The name of the task is also IDTransfer and that is exactly what I put in the shortcut. When I click on the shortcut for some reason it says
Warning - window
'IDTransfer
' not found!
Click to expand...
Click to collapse
The following is the line in my shortcut
61#"\Program Files\vijay555\VJTaskKiller\VJTaskKiller.exe" IDTransfer
Click to expand...
Click to collapse
Vijay, same problem here. It's not working (Orbit WM6). Is there any chance to have you to take a closer look what's wrong?
I tried to run it against a couple of application in order to kill them. Results as above. Window - not found

[alt-tab] sbp pocketplus

Hi, I would extract the task switch and "alt-tab" included in spb pocket-plus... I think that it's the best, but the entire suite is too big.. about 4,5MB. Anyone can tell me a way for do that.
Does anyone had already tried to do somethings like this...
Thanks
scaltro said:
Hi, I would extract the task switch and "alt-tab" included in spb pocket-plus... I think that it's the best, but the entire suite is too big.. about 4,5MB. Anyone can tell me a way for do that.
Does anyone had already tried to do somethings like this...
Thanks
Click to expand...
Click to collapse
Install Pocket Plus trial.
Activate the 'alt-tab' program.
Isolate it.
Remove Pocket Plus.
helterskelter said:
Install Pocket Plus trial.
Activate the 'alt-tab' program.
Isolate it.
Remove Pocket Plus.
Click to expand...
Click to collapse
What do you mean with "isolate it"?
It's possible to make a separated cab with this? I would built it in on my ext ROM.
scaltro said:
What do you mean with "isolate it"?
It's possible to make a separated cab with this? I would built it in on my ext ROM.
Click to expand...
Click to collapse
Here Check this, I just packed that into cab from my ROM's OEM Package.
It will assign the voice button to alttab
WORKING CAB
I have rebuild your cab because the link inside was corrupted.
I've tried it, and works... perhaps when you invoke the app,it switch directly to the next switch. With SPB ALT-TAB you can see all apps opened, and also select with finger what do you want to restore... It's so cool.
All the other that I've seen, switch directly to next apps like your.
Then here it is, the Spb One:
ANyway in spb plus option there is an option to remove unused component
see in start-setting-system-spb pocket plus
click tools and click uninstall component
It's just an .exe file I copied to my windows directory, created a shortcut and maped it to my ptt button. worls as a standalone app like a charm.
Yes...I have tried too and works great.
It's wonderfull
Thanks.
I've installed on my PDA, it looks very nice!
In the beginning; I couldn't found it. It doesn't make automatically a shortcut to Programs. So I made it and made a shortcut too in the Traylaunch of Battery Status and as first shortcut in START. Where did you made shortcuts to this program?
Its cool~
And how about a soft-reset short-cut??
SPB Pocket Plus Voice Command Functions
Well, this thread already solved my Alt-Tab need from SPB. Has anybody been able to get the Voice Command functions to work without SPB fully installed?
I'm a voice command fan and use it constantly with a bluetooth head set. It was great to just say: "Start - Suspend" after ending a call and the phone would go into standby or "Start - Screen saver" and the screen would turn off when I'm on WIFI downloading something and want to save some battery life. I looked for these on SPB Mobile Shell and aren't available.
Anybody solved this?
maybe this is interesting for you:
MSCEInf is a nice tool which lets you analyze every .cab file:
it shows you all files, all directories and registry entries. and you can extract single files if you want.
with it i simply extracted the alttab.exe file from pocketplus and copied it on my ppc. so i didn't need to install the app.
A little more help
Ok, I could consider myself a power user, but I'm not at that level just yet. (better said, I gotta long way to go)
I got the software, I was able to Identify the executioner which would be spbservices.exe, now, how do I pull it out? Would I need to modify any registry?
Thanks
this one is really easy:
just drag&drop the cab file into the WinCE Cabs Analyser. then go to the "files" tab (if it is named so. i use the german build) and in the list with the file id 20 there is a "alttab.exe".
one simply drag&drop and you have your file ^^
I'm getting there
Trust me, it'll be easy for me after this last question:
Where do I drag and drop it? I select it and drop it in which folder? As of yet it's not working. I tried selecting it and dropping it over any other folder in Windows and it tells me it's unable to read the file, i've tried it on a browsing folder on my PPC and it doesn't answer anything, nor do anything.
Thanks for your patience.
Thanks man!
I was looking for quick-Alt-Tab applications. wunderfull....
Guys, is this copyrighted software? If so, please remove it from the thread.
We don't support piracy on this board. I will be forced to evacuate my bowels on those that are assisting and persisting. We ban first and ask questions later.
V
Help with Install...
Olay, I downloaded the SNE SPB AltTab file but I do not know what to do with it... could you explain what to do for a newbie?
Jaz
Soft Reset button
emch said:
Its cool~
And how about a soft-reset short-cut??
Click to expand...
Click to collapse
Try this one, works on my Triny

Pocket PC Shortcuts

Is there a desktop program that creates Pocket PC shortcuts? Just enter what you want it to point to, and the icon for it, and it spits out the file?
By "just enter what you want it to point to" do you mean you type in the full path?
I have written a utility that creates the lnks for the full path, although no icons are created: http://forum.xda-developers.com/showpost.php?p=2102312&postcount=117
That's pretty much perfect! But does anyone know how to incorperate a .ico?
Whatever icon the program has will be included when the shortcut is placed onto the device...
I see... so there's no way to include an icon in just a shortcut, huh? Interesting
There probably is I just haven't worked it out!
I have worked out how to do it now: http://oldsap.blogspot.com/2006/07/customising-icons-on-your-ppc-shortcut.html
Problem is, it needs the icon to be stored in a dll...
Huh... fair technique, I suppose, although having a third file aside from the program and shortcut can make things hard to manage when file numbers grow to the double digits. Thanks for looking around... good find!
l3v5y.. thank you very much. the app is very useful.
xd1936 said:
Huh... fair technique, I suppose, although having a third file aside from the program and shortcut can make things hard to manage when file numbers grow to the double digits. Thanks for looking around... good find!
Click to expand...
Click to collapse
The dll can be used for multiple images...
xd1936 said:
That's pretty much perfect! But does anyone know how to incorperate a .ico?
Click to expand...
Click to collapse
Have a look at the attachment...
It does just what you are searching for....
Shortcut Creator crashes under Windows Mobile 6 Standard
Just to let you know - I was able to install this application on my phone (Verizon SMT5800 smartphone, running Windows Mobile 6 Standard (i.e., no touch screen). However, when I ran the application, it crashed immediately, and locked the phone up so that I had to take the battery out in order to reboot the phone and regain control.
there is an OLD WinCE program called 'Launch Pad' that does this, but will it run on a smartphone? I guess you could try and see. check this link:
http://www.onhiatus.com/Software/
this requires 'Pocket C' runtime here:
http://www.orbworks.com/wince/index_20.html

Is There Any Way To Hide Programs

I Want To Know IF There Is Any Way That I Can Hide Programs Or Mask Them SO That They Don't Show Up On The Programs List And Also Hide Any Files Associated With The Program
HELP
Any Help Please
It's difficult to answer without knowing what you are trying to accomplish. Why would you want to hide programs on your own phone?
Anyway, your best luck will be with small programs, the kind that run as a single executable, that you can put somewhere on the SD card.
Im Sure Im Not The Only One With These Issues
My Girlfriend Was Always Questioning Me About Why I Always Kept My Phone Locked And Would Not Answer It When I Was Around Her So I Put A Program Called Magicall On My Phone I Don't Know If Your Familiar With That But You Can Screen Certain Calls Well As She Always Does Whenever I Leave My Phone Unlocked She Went Thru It When I Was In The Shower She Saw The Program But Couldn't Get Into It Sp She Went On The Internet To Find Out What It Was And Then She Wanted To Know Why It Was On My Phone And We've Been Arguing Ever Since So Please Help Me Id You Can It Would Be Much Appreciated Thank You In Advance
I don't have a technical answer..sounds more like it's a trust issue. Besides locking the phone, only thing I can think of is install on sd...but then you have to remember to remove the sd card when you put the phone down.
If this was a pc, I'd say install the private stuff on an encrypted volume like TrueCrypt. Not sure if there's anything like that for ppc.
This would probably work...
http://www.freewarepocketpc.net/ppc-download-freeotfe4pda-v3-00.html
But I'm telling you, it will be a real PITA to manage a setup like this. Methinks it would be easier to just get straight with the gf, but I know very little.
i tried to download the program but it said that it was not a valid ppc application any more suggestions
old_school_dave said:
This would probably work...
http://www.freewarepocketpc.net/ppc-download-freeotfe4pda-v3-00.html
But I'm telling you, it will be a real PITA to manage a setup like this. Methinks it would be easier to just get straight with the gf, but I know very little.
Click to expand...
Click to collapse
Here is a solution if you are not trying to be open with gf:
Have the program cab on sd card renamed to something that would never be used by gf, such as erasememory.cab. Use program when you need it. I don't think this will work if you are trying to use a program to keep her from finding out about other gf, you may want to use the thing from Men in Black that erases her memory.
The program from earlier, or some other virtual encryption device may work, but you may have issues due to the fact that you are running a program tied into so many others (phone, sms, etc). You may make your phone pretty unstable.
Why don't you tell her that you accidently replied to a text that sent you spam messages and you were trying some freeware program to block, or that you were getting a call from some random number that was harrassing you and you were trying this program to see if it would stop the calls. You gotta think on your feet if you are going to prevent the ***** session after she found out. Careful if she pulls the verizon/sprint bill and checks sms/calls.
if what im trying to do is not possible then is there anyway to change the icon or mask the program im up for any suggestions right now other than being honest cause I love my women
"i tried to download the program but it said that it was not a valid ppc application any more suggestions"
exe files in general are install ment to be run on the pc with the pda connected not directly on the pda!
about hiding programs then
\windows\start menu\programs and remove the shortcut goes along way
after I deleted the shortcut I tried going into my documents to open the program but it didn't open is there another way to open it also I tried changing the name of the program with this method and it worked but is there a way I can change the icon because that would be perfect thanks for your input it is much APPRECIATED and if there's anything I can help you with let me know
rsturgis0601 said:
after I deleted the shortcut I tried going into my documents to open the program but it didn't open is there another way to open it also I tried changing the name of the program with this method and it worked but is there a way I can change the icon because that would be perfect thanks for your input it is much APPRECIATED and if there's anything I can help you with let me know
Click to expand...
Click to collapse
Here is how you mask the icon.
Use total commander and navigate to Windows/Start Menu/Programs and find that .lnk file: delete it.
Find another .lnk file and copy to pasteboard. Go to another folder and paste it there (just as long as the other folder doesn't have the same link). Go into properties of that copied link and click on shortcut tab at the top. In the target field, click on File and navigate to Program Files/(DIRECTORY OF YOUR PROGRAM)/(EXECUTABLE FILE THAT OPENS YOUR PROGRAM) and click OK. Click File/Rename and call it something benign or something she wont click (like Erase Phone Memory).
You will then cut to pasteboard and navigate back to Windows/Start Menu/Programs and paste that file. You will then use that file to start the program. You could also change the name of the directory folder in program files if she knows how to navigate around in total commander/ file explorer. It will still show up in task manager as what it is though, and same goes for x button/ pocket plus.
Thanks Got It You Just Helped Me Take My Relationships To A Whole New Level
rsturgis0601 said:
Thanks Got It You Just Helped Me Take My Relationships To A Whole New Level
Click to expand...
Click to collapse
Glad to help you be so devious. Happy mongering.

Categories

Resources