start menu - programs, settings... - Windows Mobile Development and Hacking General

ok, question
we know goddamn start menu,
my main problem is to make "settings" field able to launch something ELSE than pseudolauncher named "settings"
i found app from unpacked winCE rom ,that is far way better ,than wmxx settings m$hit.
look @ this, and compare both...
http://rapidshare.com/files/43325355/control.EXE.html
what files are needed to be hexedited to change that current cretinal launcher to that fast, safe app?
sry for LQ language,
..
p.s. and jesus, do not tell me about smallmenus,etc.

uhm, how does your settings field launch "settings" and "programs"?

like i said, my english is not good enough to describe what i mean..
start menu is "app", that holds (let's say) links to "programs" and "settings"(which windows are another program - pseudolauncher-like) - and these entries are two things, that i need to remap to do somethnig else, than usual....
need any idea what can be done to override these menu positions behaviour..
i hope it is clearer now...
i do not want to use start menu replacement etc, i have wm5newmenu for useful menus;
lets say i am curious...how. as simpliest try i can imagine hexediting in some files....which ones...
in other words: i want to set under "Settings" this app from link.
i cant be clearer...

Hi,
have you looked in \windows\startmenu folder? There are files and folders
that are displayed in the startmenu. Maybe you can play around with
them to get what you want. You can add or delete folders, rename the
original settings folder and add your own folder.
Ok no exe is started then, but is this necessary for you?
Houser

Best thing is you use gsfinder (freeware file explorer). With gsfinder, you can make shortcuts to your favorite applications, then copy these shortcuts to \windows\startmenu (of course you can also rename these shortcuts). This way you have your own personalized launcher

it is nice, that you are trying to help me, but i know everything about shotrtcuts .
i just need to override menu start hardcoded "programs" and "settings" assign(e)ments.
i am not noob lol

Have you tried Wisbar Advance?

helterskelter said:
Have you tried Wisbar Advance?
Click to expand...
Click to collapse
you must be kidding
(no offece, just lolled while reading).
WA is not good way to do the things
i am minimalist, you know..

I think there are no responses, because its still not quite clear what you want to have.
How about describing step by step what you want to see (or not to see) when pressing start? Because all the answers sound good to me regarding your previously described problem....
Hope you get help soon ^^

i do not want to change start menu..:S
i just want to change "programs" and "settings" tap behaviour....
only thing i can imagine is hex editing, but i do not know where menu start coded is...

Hex editing????
You need to dissemble and rewrite a core OS component.
Which means:
a) Get a good ROM dump
b) Find the DLL responsible (not sure maybe coredll.dll or aygshell.dll)
c) Unsign it
d) Get IDA
e) Read and understand all its code
f) Rewrite the relevant portion
g) Sign new file with privileged certificate
h) Copy to device
The reason you did not get the answer you seek is because this kind of undertaking is far beyond the skills and knowledge of most people on this forum including my self.
Also its way easier (if maybe not as comfortable) to use start replacement apps.
(Oh, and if you are willing to take some friendly advice: Your English is just fine, but your first post is full of curses and is very aggressive. It deters people from replying because they might get a bang on the head for their trouble. A friendlier language next time may get better results)

Related

I want to ask "How to cook a shortcut"?

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.

how to put short cut on today screen?

I want to be able to select my video and music from the today screen . Is there a way I can put a short cut there ?
At the moment I have to select start,pictures & videos,my docs, videos and scroll to the file I want to play.
Maybe I need to install a jukebox or something huh?
You need either a launcher (like iLauncher) today plug-in or something like WisBar Advanced 2 & WA Desktop.
equally you can use PHMTrayLaunch to do this...
There're many Today launchers. Please check out my review of iLauncher ( http://www.pocketpcmag.com/blogs/index.php?blog=3&p=561&more=1&c=1&tb=1&pb=1 ) and the links back to my earlier reviews. I've thoroughly compared most available solutions; based on these reviews, you'll be able to choose the best for you.
wm5newmenu
Personally, I like wm5newmenu.
hey thats brilliant guys thank you thank you . yeehaw
lvlolvlo said:
equally you can use PHMTrayLaunch to do this...
Click to expand...
Click to collapse
How do I install this ?
presumably I unzip it first on the PC and then transfer all the files to a folder (which one) on the wizard and run the exe file from there ??
could you spell it out for dumbo here please
pretty straight forward really.....download----unzip----place application somewhere on you device----launch it----place a checkmark in "Enable TrayLaunch".
Once you have that done click on Add and make shortcuts to whatever you want....i.e. a shortcut to PIE might be like this \Windows\InternetExplorer.lnk or a shortcut to the Midlet Java Manager would be something like \Windows\jmm.exe
Personally I have the PHMTrayLaunch stored in the \Windows directory then I created a shortcut to it in PHMTrayLaunch so I can call it easily...

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.

[REQ]How to create a Quick Link to "Games"

Hi,
I'm new in Manila... and the HD2.
How to create a Quick Link to a subfolder like "Office Mobile" or "Games".
I was able to Create a Name and an Icon by changing HKLM/software/htc/manila/Home, but don't find how to create a path to a subfolder like "Office Mobile" or "Games".
I try to modify "exePath" registry key (\Windows\Menu Démarrer\Programmes\Jeux ), but it doesn't work...
any idea?
hum hum, it seems to be difficult to find a good way
Perhaps it's possible to do it using Morscript...
On my old Omnia, I created a file called Games.mscr, where we find :
Run \Windows\SamsungPrograms.exe,\Windows\Menu Démarrer\Programmes\Jeux
my problem is that I don't find the "SamsungPrograms.exe" equivalent in the new HD2 !!!
please, any idea ?
for the moment, I create a shorcut to "Games" with RescoExplorer...
but it opens with RescoExplorer
I'm sure we can find better way to open directly the "Games" (or "Office" or "Multimedia" or ...) directory with a Quicklink.
I'm sure you have the answer , please, share it
I think I found something impossible to do with Leo !!!
or you don't want to share your solution?
fredcom2 please share your solution. so Want to have this.
sorry for my bad english...
in my previous message, I'd like to say that I probably find something impossible to do with Leo.
I'd love to have a solution for a Quicklink to a folder, but I don't have...
My previous phone was an Omnia and it was possible to create a Morscript shortcut with something like that :
"Run \Windows\SamsungPrograms.exe,\Windows\Menu Démarrer\Programmes\Jeux"
but I don't find the equivalent of "SamsungPrograms.exe" in our Leo ... so no solution for the moment.
sad
This should give us a clue... http://forum.xda-developers.com/showpost.php?p=4922420&postcount=33
Another clue... seems like we need a string value saying Command http://forum.xda-developers.com/showthread.php?t=518217
Hi tboy2000,
thanks for your time.
you pinpoint what is NOT working for our HD2.
in "old" manila, we had to change something like "HKLM\Software\HTC\Manila\ProgramLauncher\18"...
but we have no more "Manila\ProgramLauncher" key.
in fact we have something close : "HKLM\software\htc\manila\Home\18" and we have "exepath" instead of "Command"... but it's not working for me as my folder is always open by RescoExplorer or FileExplorer and NOT with the StartMenu Launcher.
I probably do something wrong, but I'm not able to find what's wrong
http://forum.xda-developers.com/showthread.php?t=607682 (post# 9)
Hi,
any news about this subject?
I'm allready working with a shortcut opening the "Game" folder with FileExplorer (or RescoExplorer), but not directly in the StartMenu...
any idea?
I had this question too but then found an alternative solution which involves 1 extra press:
move the games folder [which you see when you press the windows hardbutton] to the top of that screen; then all you do is press windows button; press "games" and Robert is your Uncle
Hi,
many month later, same question : is there any clean solution to open a subfolder like "Office Mobile" or "Games".
It was possible with my older phone (Omnia), I saw video where it's possible with Iphone... so is there a way to do it with our HD2?
fredcom2 said:
Hi,
many month later, same question : is there any clean solution to open a subfolder like "Office Mobile" or "Games".
It was possible with my older phone (Omnia), I saw video where it's possible with Iphone... so is there a way to do it with our HD2?
Click to expand...
Click to collapse
pm watcher64. maybe if you are nice to him, he will explain it to you. Yes there are ways, he made a shortcut for me for my movies folder.
edit: here is his post explaining how to do it:
http://forum.xda-developers.com/showpost.php?p=7276404&postcount=15
@nrfitchett4
thanks for your answer...
BUT this shortcut only opens a FileExplorer directory...
what I mean, and what I want, is to open directly the Windows Program windows in the good directory (say Multimedia or Games or Tools).
Again, it was possible with my old WM Samsung Omnia, ant it's possible with Iphone.
edit: in RescoExplorer, it's possible to create a shortcut of a directory with "Files/SendTo/asAShortcut"... but, as fileExplorer, it just open RescoExplorer and not the Windows Program windows
works for me with normal file explorer of windows.
i just make a shortcut with the file explorer and copy it to windows/startmenu.
DN41
I'm sorry for my bad english...
I know that it's possible to have a shortcut who opens FileExplorer or RescoExplorer in a directory like Windows/StartMenu/Programs/Games ... BUT it's completly different that opening the "Games" directory by Start/Games... this is not the same screen.
So my question is : is it possible to open directly the Start/Games?
on the 2 pictures below, we can see the difference between the 2 possibles open...
im not sure it does shortcuts to folders on the homescreen, if it was s simple and easy method im sure you would have been directed to it already

[Q] Task Manager: How To Change The CPU Priorities?

Eg, when using Task Manager on PC, i go to the CPU prosess tab and now im able to change the CPU priority of any program to: very high/high/medium/low/very low.
Can we do this with WM?
Rn
You can set the priority level of a thread, not of a process.
The system scheduler works quite different from desktop Windows. A thread with a priority level above normal can lock the entire system. An application must be designed very well if it want to change the priority level of one of its threads.
...
id like to 'trial and error'.
i understand the risk of locking the system = my own fault if it does.
but id still like to know your info about the system scheduler and changing the priorties please.
even if i cant get it to do what i want, ill still learn something new
Rn
ps, thanks for your reply
raving_nanza said:
but id still like to know your info about the system scheduler and changing the priorties please.
Click to expand...
Click to collapse
Here you find to both subjects a very good answer.
Just install dotfred's task manager, and set the priorities with it. If you screw up, it doesn't matter. A soft reset restores them to the stock configuration.
...
cheers dude, ill download and try it now.
Rn
update
i tried dot fred TM, but didnt like it though :/
cant i just add a .reg for each specific program that i want to have a higher cpu priority?
eg, something like this:
Dword="priority256", Value="XXX"
("XXX" = eg: "255" is normal priority)
???
Rn
raving_nanza said:
i tried dot fred TM, but didnt like it though :/
cant i just add a .reg for each specific program that i want to have a higher cpu priority?
eg, something like this:
Dword="priority256", Value="XXX"
("XXX" = eg: "255" is normal priority)
???
Rn
Click to expand...
Click to collapse
Not that I'm aware of; this stuff isn't set in the registry, except for a few thread priorities for the file system that are in the boot.rgu, and aren't user accessible. You can get a program called Speedbooster that will automatically watch for specific processes opening, and will then adjust thread priorities to however you want them. Wait, I'll save you the time and money, because it sucks. It changes all thread priorities for a given process, and most of the time makes things worse instead of better. You're better off just doing it with a task manager manually for a while, and then giving up and realizing it's a waste of time. Lol.
...
Farmer Ted said:
Wait, I'll save you the time and money, because it sucks. It changes all thread priorities for a given process, and most of the time makes things worse instead of better.
Click to expand...
Click to collapse
Yeah i already found SpeedBooster on google but its not freeware, which cant be cooked into roms
I suppose it would be cool if someone develops an app dedicated to do this = no task manager, no nonsense, no nothing, just a simple small app which lets you select a program and set its priority.. Simples!
Farmer Ted said:
and then giving up and realizing it's a waste of time. Lol.
Click to expand...
Click to collapse
Basicly i wanted to increase the priority of Total Commander and Opera10 because their the main two programs i use. (probably the main two programs everyone uses.)
I think your right though dude, ill take your advice and give up now before i do waste my time, my precious ORD time! lol
Cheers dude!
Rn
I tried increasing the priorities of PIE and UCWEB with sppedbooster, and the problem is that it slows down finger-scrolling dramatically, to the point that the browsers were unusable. You can make a sppedbooster package, but just not distribute it. I cooked it in for a while, when I was determined to convince myself I hadn't blown twenty bucks on a piece of crap.
Why do you need to speed up total commander? I use it all the time, too, and it's pretty snappy. I'd suggest limiting the number of processes and not using manila to optimize speed.
...
Farmer Ted said:
I tried increasing the priorities of PIE and UCWEB with sppedbooster, and the problem is that it slows down finger-scrolling dramatically, to the point that the browsers were unusable. You can make a sppedbooster package, but just not distribute it. I cooked it in for a while, when I was determined to convince myself I hadn't blown twenty bucks on a piece of crap. Why do you need to speed up total commander? I use it all the time, too, and it's pretty snappy. I'd suggest limiting the number of processes and not using manila to optimize speed.
Click to expand...
Click to collapse
i wanted to speed up total commander because its slow at accessing some folders eg, accessing the windows folder, there is a lag i dont like waiting for and increasing the cpu priorities for TC would reduce this lag
ive deleted the manila package, it eats up way too much storage/ram, so iv made my own skin for a today screen, which is aprox 1mb.
obviously manila is eye candy but im prepared to loose it for the increase in storage/ram.
i also didnt want manila in my rom due to the fact i dont actually like it, ok some stuff is cool eg, album and audio manager the way they rotate and the slide effect but its so gdam popular so most roms look the same, i wanted my rom to be differant. (i didnt want to be a sheep )
you gave me an idea for increasing the touch velocity of the finger scrolling, could anyone tell me whats the highest velocity were able to use?
(both up and down velocities? )
is there one for left and right?
(obviously there must be, but do you know whats it called so i can find it?)
thanks again dude!
Rn
The easiest way to speed up access to the windows folder is just to select 'hide files in rom' in the settings. Then you can get into it quickly. Looking at rom files is pretty useless most of the time, anyway. The downside is that TC then doesn't show the plugins folder in the device root. You can also set shortcuts on the hotlist to folders you might want to access, like startup or the start menu. Finally, you can just limit the number of rom files during cooking to speed things up; the fewer the better, obviously.
...
Farmer Ted said:
The easiest way to speed up access to the windows folder is just to select 'hide files in rom' in the settings. Then you can get into it quickly. Looking at rom files is pretty useless most of the time, anyway.
The downside is that TC then doesn't show the plugins folder in the device root. You can also set shortcuts on the hotlist to folders you might want to access, like startup or the start menu. Finally, you can just limit the number of rom files during cooking to speed things up; the fewer the better, obviously.
Click to expand...
Click to collapse
id rather have everything viewable in the rom rather than to hide files, useless or not. im sure everyone else would probably do the same, that way you can see exactly what you have got.
i also like to have hidden files always viewable on my pc too. eg, in my kitchen nothing is hidden, ive went through every folder and almost every file has had its hidden properties removed, including the files that dont un-hide when using the hidden files toggle on pc, which was weird
the plugin folder is one of the main functions i use TC for as i dont use regedit.exe or any other registry viewer other than TC. so i wouldnt want to be dissabling that function, if i dissable it i may as well add fexplore.exe back into the rom and use that instead
yeah, thats one of the good things about TC = the ability to create shortcuts with the >>>, however i always make them myself with a good old .txt file with the link wrote inside
agreed, the less files the better, obviously lol
at the moment my rom for blackstone is 103mb ... storage is aprox (18 - 20mb) ... ram is aprox (40 - 50mb) in use after the initial first boot and customisation.
ill search my kitchen for the finger velocity up/down scroll tonight.
if i can improve the scroll ill be nbecause the scroll is really crap!
Rn
btw:
if anyone wants to Alpha test my rom then private message me because i wont be uploading it for public use untill its Beta.
im just finishing the today screen skin but ill start letting people Alpha test it after that.
(basicly to find bugs, recomendations bla bla bla.)
I totally forgot this, but the process manager in sk tools has an option to create shortcuts with a command line that will change priorities. You could create one for total commander, and then use a mortscript that would launch TC, maybe wait a few seconds, then run the shortcut to bump up the priority.

Categories

Resources