Today Refresh button? - Windows Mobile Development and Hacking General

Hey,
Sometimes my sense crashes..
So i have to open the Manila Theme maker to refresh the today screen.
But can someone make a button for in the startmenu? Like i have buttons to toggle wifi and bluetooth or reset the device.. so why not a button to refresh the homescreen?

I'm not a Manila user but if it's like regular homecreen plugins a simple MortScript can do it...
For a generic today redraw "app":
1- Install MortScript (if you don't have it already)
2- Create a script file with the command "RedrawToday" (paste the command without quotes into a txt file and replace the extention with mscr).
3- Transfer the file to your device and put a shortcut in \Windows\Start Menu\Programs (or whatever dir it is in your language)

frmariam said:
I'm not a Manila user but if it's like regular homecreen plugins a simple MortScript can do it...
For a generic today redraw "app":
1- Install MortScript (if you don't have it already)
2- Create a script file with the command "RedrawToday" (paste the command without quotes into a txt file and replace the extention with mscr).
3- Transfer the file to your device and put a shortcut in \Windows\Start Menu\Programs (or whatever dir it is in your language)
Click to expand...
Click to collapse
After many wasted hours searching the web for a better solution; this is unfortunately the only method I could find, it’s very slow and choppy.
I wish there was a better way to redraw individual today items quickly!

Make a shortcut to this prog.

look for michasrefresh in this forum

Related

[new release] VJBrisk - very specific file launcher

Guys, don't get excited, this is just a teeny tiny app for a special request:
http://forum.xda-developers.com/viewtopic.php?t=50460&start=0&postdays=0&postorder=asc&highlight=
I'm basically not releasing anything for a while whilst I work on my new website, which is taking ages
However, this app is just used to launch an app in the same folder, with the filename
VJTarget.exe
or a shortcut called VJTarget.lnk.
This is very specific in use. You don't need it, I'm sure.
But if you have an app that can launch an .exe, but won't launch a shortcut with a command line, then this might be for you (I know some button redefiners and Today launchers might get use out of this)
So, basically, if you want to run VJDialer with a command line in TomTom:
1. Create a shortcut to VJDialer and set it up as you normally would.
2. Check the shortcut to ensure it works.
3. Copy it to your target folder.
4. Copy VJBrisk.exe to the same target folder.
5. Rename the shortcut you made in Step 1 to VJTarget.lnk.
6. Running VJBrisk will now launch VJTarget with its command line etc.
So, setup TomTom to run VJBrisk, and VJBrisk will then launch a file called VJTarget.exe or VJTarget.lnk in the same folder.
Like I said, very specific, but a good experiment for me with some nice string classes
On my (old) website.
V
Thanx!
I will rewrite my question here, because it's + appropriated:
i will try NOW your app.... only a question:
VJbrisk.exe launch only one vjtarget.lnk or just rename it (exe) with the same name of the link to have more than 1 phone link?
(es Vjbrisk1.exe call Vjbrisk1.lnk, Vjbrisk2.exe call VJbrisk2.lnk etc ?
sorry 4 my english
:::EDIT:::::
i HAVE AN IDEA!
If a Vjbrisk.exe read from a text file vjtarget.txt :
links = 2
link1: vjdial.exe 123456789;
link2: vjdial.exe 987654321;
then by renaming as Vjbrisk1.exe or vjbrisk2.exe the program execute the link into the txt?
the counter is for vjbrisc[X].exe, from x=1 to x=[links].....
or the exe filename can be compared with a string written into the txt:
"VBrisk1.exe" = vjdial.exe 123456789
"VBrisk2.exe" = vjdial.exe 123456789
I don't know is it's possible.... however good work for all others apps that you've made !
VJBrisk will launch VJTarget.exe or VJTarget.lnk.
I could make it so that renaming VJBrisk Eg VJBrisk2.exe will launch VJTarget2.exe.
But for your TomTom setup, I suggest you just use a different folder and a different copy of VJBrisk for each app you need to run.
The text file option is possible, but may be more complicated then just renaming the .exe as I describe above.
V
ok thnx 1000
accidental presses solved
thanks again to kokotas and vijay555.
kokotas for his ROM that allows me to replace \windows\biotouch.exe without difficulty
vijay555 for his VJBrisk that allows a "new biotouch.exe" to launch a shortcut to s2u2.exe
this means slide2unlock2 will remain locked, even if there are accidental presses/brushes(due to hardware design) while my elf is in my pocket.
Hi, Vijay.
Is there any chance that you could modify this app so that it would pass the command-line parameter it was launched with on to the shortcut?
Here's what i'm trying to acchieve:
I'm using a QR Code reader called quickmark that can read a URL from the barcode, and open it in a web browser. It can ce switched to use Opera instead of IE, but it attempts to launch the executable called OperaLaunch.exe from /Windows, while my Opera9 beta exec is on the storage card, and it's called Opera9.exe
I tried to create a shortcut to it, rename it to VJTarget.lnk, and place it in /Windows along with VJBrisk renamed to "OperaLaunch.exe". When i tried to access a web page from quickmark, opera was launched, but it opened its home page, as if it didn't receive the command line parameter. Manualy running the link with URL as command line parameter worked fine, so it seems that VJBrisk doesn't pass the parameter...
[new version!] Command line support
mr_deimos - that's a really good idea. I don't know why I had never supported it before.
Can you please try this new version.
It's been years since I've made a cab, so for now, just a new .exe.
Let me know if it works ok for you.
VJBrisk 0.2 with command line support
V
Whoa, i didn't notice this version before. Thanks for making the update and sorry for the late reply.
However unfortunately it still doesn't seem to pass the command line parameters. Right now i don't have the opera9 anymore, but i tested it with netfront:
I have the vjbrisk.exe renamed to OperaLaunch.exe and vjtarget.lnk (pointing to my NetFront executable on storage card) in my /windows dir.
If i run:
Code:
\windows\vjtarget.lnk http://www.xda-developers.com
Netfront opens up, and loads the xda-dev website.
But ruunning:
Code:
\windows\operalaunch.lnk http://www.xda-developers.com
NetFronf fires up, but loads its homepage instead of this website Of course the same happens with QuickMark - it just launches NF, without loading the proper page.
vijay555 said:
mr_deimos - that's a really good idea. I don't know why I had never supported it before.
Can you please try this new version.
It's been years since I've made a cab, so for now, just a new .exe.
Let me know if it works ok for you.
VJBrisk 0.2 with command line support
V
Click to expand...
Click to collapse
it works fine, but can you make an option so that it is possible to use it multiple times in one directory =?
ex:
manila2d use on homescreen hardcoded:
-> clock.exe for timer+
-> calendar.exe for outlook calendar.
# # # #
now i want to use:
-> clock.exe for spb time
-> calendar.exe for thumbcal
so i overwrite calendar.exe + clock.exe with your tool(copy vjbrick.exe to calendar.exe + clock.exe) + make the link to vjtarget....
so how can handle your tool this for different targets ?
my idea would be that there is
1.) vjbrick.exe looks to its own exe-name and searching for a file with extension: ".vjb" . there the call is inside to the correct exefile + paramter
so for example:
1.) copy vjbrick.exe to calendar.exe + copy to windows(overwrite the orig file)
2.) generate a file calendar.vjb + inside there is: "programm files\thumbcal\thumbal.exe -day" + copy the file to \windows
manila2d->
THEREFORE: a lot of guys which are searching therefore a solution !!!!!!!!!!!
cu camel
Deprecated
Guys, VJBrisk has been updated and relaunched here
http://forum.xda-developers.com/showthread.php?p=3252253#post3252253
V

how do i make my t-mo mda

run a program when the phone first starts up?
To be as short as you with your question:
WINDOWS > AUTOSTART
add shortcut or executable
well let me b a little more long winded so i can get a more specific answer...i want to take a program and automatically have it run whenever i turn on the phone...which would in-tern..make my life much easier...what would be the way for me to do such a thing...thank you in advance...i would appreeciate it
Yep, my answer is still the same:
Add a shortcut of that particular program to the WINDOWS AutoStart folder. You might have a shortcut for the program you want to run at startup in your START MENU ??? Open FILE EXPLORER (or similar applications), navigate to: C:\Windows\Start Menu\Programs and copy the shortcut. Now navigate to C:\Windows\AutoStart and paste the shortcut there.
Junner2003 said:
Yep, my answer is still the same:
Add a shortcut of that particular program to the WINDOWS AutoStart folder. You might have a shortcut for the program you want to run at startup in your START MENU ??? Open FILE EXPLORER (or similar applications), navigate to: C:\Windows\Start Menu\Programs and copy the shortcut. Now navigate to C:\Windows\AutoStart and paste the shortcut there.
Click to expand...
Click to collapse
I'm confused. On my Apache, you place a shortcut to the program you want to run in "\Windows\Startup" I use Total Commander to make the shortcut, but there are other ways. Isn't the MDA the same?
It depends on your ROM version too!
If you do not have an AUTOSTART folder but a STARTUP folder then you have to put it in there! On my MDA it is called AUTOSTART

[Q]Shortcuts in TF3D

I'm just wondering if there is a possibility to create shortcuts in the Programs-Tab of TF3D of applications that are not installed but just run by clicking the .exe-file in the file explorer.
Like it is with GPong2D.
Does anyone know?
yep, just use a good file explorer like total commander (the stock file exploer may work). go to where you have the .exe storied and copy it. then go to windows/start menu/programs and just paste the .exe there. you can now launch it from the programs list. and when you use tf3d to add a program to the launcher it should show up. hope this helps

How to CHANGE QuickMenu Folder Icons?

Okay, I searched for "change icons" and got two pages of threads on how to change program icons. Some provided great information; however, none addressed my need.
I'm interested in changing only FOLDER icons, and ONLY those in QuickMenu (see attached images). The folder icons are all the same except for two, the Games folder and the Office Mobile folder. They both have a small file inside the directory that's called "icon."
I would like to change any and all directories to whatever icon I choose, or design. Is this possible? If so, how?
Thanks,
Peter
Try PExplorer - it works magic!!!
http://www.heaventools.com/
Confused???
eenbox said:
Try PExplorer - it works magic!!!
http://www.heaventools.com/
Click to expand...
Click to collapse
Thanks for the quick reply. I had a look at that program, and the web site, and I'm completely confused. It looks like a program for my PC, and not my phone. Furthermore, I don't see anything mentioned on how to change an icon.
HELP!
ADDENDUM: Furthermore, as I said in my original post, I DO NOT want to change program icons, such as exe files or dll files. From what I can tell, PExplorer is desiged to modify the inner workings of exe and dll files, etc.
I want to change the icons for a directory (folder image). These are not programs or dlls.
Thanks,
Peter
Figured it out ...
I figured it out. It took a bit of thought, and some weird manipulation using Notepad, but now I can change any QuickMenu icon to almost whatever I want, as long as there's either an EXE or DLL file that contains the icon.
Cheers!
----------------------------------
Since I don't plan to return to this thread, and since there may be someone who wants to know what I did, here's my solution:
REMEMBER: This solution ONLY works if you want to change folder icons WITHIN the QuickMenu subset of folders. It does NOT work on program icons, or for any other icons for that matter (ONLY QUICKMENU FOLDERS).
01) Find an EXE or DLL file with the icon you want. If this file contains more than one icon, then you'll need to know the icon number within the program. This can be quite difficult to determine. However, for the purpose of this discussion, I'm assuming you want to use the MAIN icon, which is usually designated as icon "0" (zero) within the EXE or DLL file. We'll go with "0" for this discussion.
02) Your phone should already have at least one (probably two) folder icon files. The two in question are usually used for the Start Menu Games directory and for the Start Menu Office Mobile directory. Using Total Commander or any similar program (File Explorer will NOT work), make your way to either the Games or Office Mobile directory within the Windows\Start Menu. Whether it's the Games folder or the Office Mobile folder, you should find a shortcut file called icon. This is the file that determines how the folder will appear within the QuickMenu structure.
03) Copy this file to your PC. Anywhere will do as long as you remember where you put it. Make a second copy of it just in case you "ruin" your attempt to change the icon using these instructions. At least you can go back to what you had before.
04) Right click on this file and select Properties. In the General tab, uncheck the Read-only box. Click on Apply.
05) Open NotePad on your PC.
06) Within NotePad, click on File and then on Open. The Open dialogue box appears. At the bottom of this dialogue box are three horizontal white boxes. The second box has the title "Files of type." The default entry is "Text documents (*.txt). Click on the down arrow and change this to "All files." Now find the icon file you copied to your PC in (3) above and open it within NotePad.
07) You will see a line of instructions at the top of the file. These instructions tell your phone where to find the icon image. What we need to do, therefore, is change the instructions to another icon image.
08) Now let's assume that you have a Start Menu folder within QuickMenu called PDF files, and you would like that folder to have the Adobe Reader icon. To do this, change the line of instructions from what it currently reads to the following:
1#AdobeReaderLE.exe,-0
09) Make sure there's a carriage return after the final "0"
10) Re-save the file. The file name must not be changed. It must always remain as "icon."
11) Now copy this new file to the actual PDF directory within your phone's Start Menu. Soft reset your phone and the PDF folder will now have the Adobe icon.
DONE!
Here are some tips:
The above example assumes that the AdobeReaderLE.exe file is in your main Windows directory. If the EXE file you want to use is anywhere else, you need to direct the instructions appropriately. Here's an example for an EXE file contained on your Storage Card, and within the Program Files directory. Let's say you installed BsB Tweaks to the Storage Card, and you want to use the main BsB icon for one of your Start Menu folders. Here's how the instructions would look:
1#\Storage Card\Program Files\BsB\Tweaks\BsB Tweaks.exe,-0
Remember to always save the file with the name "icon." Always put the revised icon file inside the directory whose appearance you want to change.
Happy Changing!
Peter
P.S. Since I can't seem to add images to a post after the fact, I will submit another post shortly with images to show you what I did with my phone.
Before and After Images
As promised, attached (below) are images to show you what I did with my phone.
Peter
thanks alot man, i have been looking for days, to find a way to do this!!!!

shortcut to haret

how can we make a shorcut on home screen to run haret?
tried a search but no luck.. .lotta old info.
thanks.. noob.
Why not just use an Android boot loader? It will even run CLRCAD for you first.
Same way you get anything else to quick link. Just put HARET.EXE in the start menu>programs folder in windows. Dunno if its safe to run from memory rather than SD though. Do this at your own risk.
To create shortcut that you can add to Sense, use file explorer and locate the exe. Click and hold it and select copy. Then go to \Windows\Start Menu\ and go edit - paste shortcut (or words to that effect).
You can then add it as a quicklink to your home tab.
But, that's how you add a shortcut. That won't help you run Android as you need to run 2 apps, not 1.
Instead, do what donkeypunch85 suggested and download an Android boot loader.
OR
Since Clrcad.exe doesn't do anything and it won't affect the System, just make a copy (not shortcut) of it and paste it in :/Windows/StartUp , then everytime you boot your device clrcad.exe will automatically launch,
then do this :
johncmolyneux said:
To create shortcut that you can add to Sense, use file explorer and locate the exe. Click and hold it and select copy. Then go to \Windows\Start Menu\ and go edit - paste shortcut (or words to that effect).
You can then add it as a quicklink to your home tab.
Click to expand...
Click to collapse

Categories

Resources