Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
howdykeith
Old
(Last edited by howdykeith; 22nd December 2009 at 09:04 AM.)
#1  
Senior Member - OP
Thanks Meter 1
Posts: 876
Join Date: Oct 2009
Location: East Greenwich, RI
Default [Mortscript] Source Compendium

MortScript Tutorial – Step by Step

Hello,

Welcome to the MSUC. The Mort Script Source URL Compendium. Stored and sorted here are ALL known Mort scripts URLs. If they wrote it and posted it somewhere you will be able to get to there from here. How you say can we have all URL's posted here? Because you all are going to make the magic happen.

Please post URLs and we will Inject (TM pending) them here.

And Away We Go.

There are about 150 (?) mortscript posts over at Mortscript web site.

There are also about 30 (?) Mortscript apps at XDA that are unmentioned in this thread.

There are about 20 (?) Titanium plugins posted here at XDA that use Mortscript as their mode of execution.

There are about 20 (?) Mortscript apps at XDA that are unmentioned here, AND don't advertise that they are written in Mortscript.

There are maybe 10 Mort apps that are not at XDA but float in the InterEther.

There are some maybe 10 (?) or so over at TreoProCentral. Most of these scripts date back to 2007. But hello, a couple of them are outstanding. Like the Scoreboard and Forecast scripts. The URL's dont match at all any more and without the original layout it would be quite a chore bringing them back to functioning. I even found the core of my StatusTicker script from there although I had gotten the code from a app posted here.

We all wait for the newest beta of MortScript:

MortScript-4.3b15.zip [4.95 MB]
Downloaded 849 times (12/8/2009)
http://www.sto-helit.de/forum/viewto...5452&start=200
 
howdykeith
Old
(Last edited by howdykeith; 22nd May 2010 at 10:08 PM.)
#2  
Senior Member - OP
Thanks Meter 1
Posts: 876
Join Date: Oct 2009
Location: East Greenwich, RI
Default Mortscript posts over at Mortscript web site

From the Samples Department:

Backup - Adds all files listed in a text file to a ZIP archive

Clean up "recently used" - This script removes the list of recently used programs in the Start Menu.

Optional rotate and run - Optionally run an app rotated (example uses TomTom)

Stay alive - Turns off all timeouts (backlight, power off), then runs an application, and resets all values after the application is closed.

FolderSwitch - Open folder selection in Messaging

RunAIM - Establishes connection if non exists, then runs AIM. Easy to modify for other apps like PIE or ICQ clients.

One Hand (for 240x240 screens) - Enables one hand operation for TCPMP and AIM

Copy & Paste - Copy and paste options to assign to an application button


From the Forum:

Time since or until a date?
XMLRead and XMLWrite functions
 
howdykeith
Old
(Last edited by howdykeith; 6th January 2010 at 04:46 AM.)
#3  
Senior Member - OP
Thanks Meter 1
Posts: 876
Join Date: Oct 2009
Location: East Greenwich, RI
Default Further Documentation

Portable Installation on USB-Drive

How do you make a shortcut to power management? - (:MSSettings;PowerManagement.cpl.xml)


Toggle sound profiles - PostMessage("", 1156, s, 0)


LIST FOR SOME SENDSPECIAL CODES:

sendspecial(#)

Code:

91: startmenu (on some devices it might be home button)
92: back key (not the backspace key but back key for closing applications which is available on some devices such as diamnd or blackstone)
93: menu key
112: left softkey
113: right softkey
114: accept call (green button)
115: hang up (red button)
117: volume up
118: volume down
126: data disconnect (example)
127: toggle speaker
133: devicelock
223: power off

a complete list is available here but requires some try&error to find out...

Whole list:
Have a look here for some further explanation of Virtual Key codes:

http://msdn.microsoft.com/library/de..._Key_Codes.asp

http://msdn.microsoft.com/library/de...alKeyCodes.asp
VK_LBUTTON 1
VK_RBUTTON 2
VK_CANCEL 3
VK_MBUTTON 4
VK_XBUTTON1 5
VK_XBUTTON2 6
VK_BACK 8
VK_TAB 9
VK_CLEAR 12
VK_RETURN 13
VK_SHIFT 16
VK_CONTROL 17
VK_CTRL 17
VK_MENU 18
VK_PAUSE 19
VK_CAPITAL 20
VK_HANGEUL 21
VK_HANGUL 21
VK_KANA 21
VK_JUNJA 23
VK_FINAL 24
VK_HANJA 25
VK_KANJI 25
VK_ESCAPE 27
VK_CONVERT 28
VK_NONCONVERT 29
VK_ACCEPT 30
VK_MODECHANGE 31
VK_SPACE 32
VK_PRIOR 33
VK_NEXT 34
VK_END 35
VK_HOME 36
VK_LEFT 37
VK_UP 38
VK_RIGHT 39
VK_DOWN 40
VK_SELECT 41
VK_PRINT 42
VK_EXECUTE 43
VK_SNAPSHOT 44
VK_INSERT 45
VK_DELETE 46
VK_HELP 47
VK_0 48
VK_1 49
VK_2 50
VK_3 51
VK_4 52
VK_5 53
VK_6 54
VK_7 55
VK_8 56
VK_9 57
VK_A 65
VK_B 66
VK_C 67
VK_D 68
VK_E 69
VK_F 70
VK_G 71
VK_H 72
VK_I 73
VK_J 74
VK_K 75
VK_L 76
VK_M 77
VK_N 78
VK_O 79
VK_P 80
VK_Q 81
VK_R 82
VK_S 83
VK_T 84
VK_U 85
VK_V 86
VK_W 87
VK_X 88
VK_Y 89
VK_Z 90
VK_LWIN 91
VK_RWIN 92
VK_APPS 93
VK_SLEEP 95
VK_NUMPAD0 96
VK_NUMPAD1 97
VK_NUMPAD2 98
VK_NUMPAD3 99
VK_NUMPAD4 100
VK_NUMPAD5 101
VK_NUMPAD6 102
VK_NUMPAD7 103
VK_NUMPAD8 104
VK_NUMPAD9 105
VK_MULTIPLY 106
VK_ADD 107
VK_SEPARATOR 108
VK_SUBTRACT 109
VK_DECIMAL 110
VK_DIVIDE 111
VK_F1 112
VK_F2 113
VK_F3 (green key) 114
VK_F4 115
VK_F5 116
VK_F6 117
VK_F7 118
VK_F8 119
VK_F9 120
VK_F10 121
VK_F11 122
VK_F12 123
VK_F13 124
VK_F14 125
VK_F15 126
VK_F16 127
VK_F17 128
VK_F18 129
VK_F19 130
VK_F20 131
VK_F21 132
VK_F22 133
VK_F23 134
VK_F24 135
VK_NUMLOCK 144
VK_SCROLL 145
VK_OEM_FJ_JISHO 146
VK_OEM_NEC_EQUAL 146
VK_OEM_FJ_MASSHOU 147
VK_OEM_FJ_TOUROKU 148
VK_OEM_FJ_LOYA 149
VK_OEM_FJ_ROYA 150
VK_LSHIFT 160
VK_RSHIFT 161
VK_LCONTROL 162
VK_RCONTROL 163
VK_LMENU 164
VK_RMENU 165
VK_BROWSER_BACK 166
VK_BROWSER_FORWARD 167
VK_BROWSER_REFRESH 168
VK_BROWSER_STOP 169
VK_BROWSER_SEARCH 170
VK_BROWSER_FAVORITES 171
VK_BROWSER_HOME 172
VK_VOLUME_MUTE 173
VK_VOLUME_DOWN 174
VK_VOLUME_UP 175
VK_MEDIA_NEXT_TRACK 176
VK_MEDIA_PREV_TRACK 177
VK_MEDIA_STOP 178
VK_MEDIA_PLAY_PAUSE 179
VK_LAUNCH_MAIL 180
VK_LAUNCH_MEDIA_SELECT 181
VK_LAUNCH_APP1 182
VK_LAUNCH_APP2 183
VK_OEM_1 186
VK_OEM_PLUS 187
VK_OEM_COMMA 188
VK_OEM_MINUS 189
VK_OEM_PERIOD 190
VK_OEM_2 191
VK_OEM_3 192
VK_OEM_4 219
VK_OEM_5 220
VK_OEM_6 221
VK_OEM_7 222
VK_OFF (power off) 223
VK_OEM_AX 225
VK_OEM_102 226
VK_ICO_HELP 227
VK_ICO_00 228
VK_PROCESSKEY 229
VK_ICO_CLEAR 230
VK_PACKET 231
VK_OEM_RESET 233
VK_OEM_JUMP 234
VK_OEM_PA1 235
VK_OEM_PA2 236
VK_OEM_PA3 237
VK_OEM_WSCTRL 238
VK_OEM_CUSEL 239
VK_DBE_ALPHANUMERIC 240
VK_OEM_ATTN 240
VK_DBE_KATAKANA 241
VK_OEM_FINISH 241
VK_DBE_HIRAGANA 242
VK_OEM_COPY 242
VK_DBE_SBCSCHAR 243
VK_OEM_AUTO 243
VK_DBE_DBCSCHAR 244
VK_OEM_ENLW 244
VK_DBE_ROMAN 245
VK_OEM_BACKTAB 245
VK_ATTN 246
VK_DBE_NOROMAN 246
VK_CRSEL 247
VK_DBE_ENTERWORDREGISTERMODE 247
VK_DBE_ENTERIMECONFIGMODE 248
VK_EXSEL 248
VK_DBE_FLUSHSTRING 249
VK_EREOF 249
VK_DBE_CODEINPUT 250
VK_PLAY 250
VK_DBE_NOCODEINPUT 251
VK_ZOOM 251
VK_DBE_DETERMINESTRING 252
VK_NONAME 252
VK_DBE_ENTERDLGCONVERSIONMODE 253
VK_PA1 253
VK_OEM_CLEAR 254

*Red seems interestinger
*I think i will make a SendSpecial tester so we try these from the comfort of a utility.
 
howdykeith
Old
(Last edited by howdykeith; 23rd January 2010 at 10:56 PM.)
#4  
Senior Member - OP
Thanks Meter 1
Posts: 876
Join Date: Oct 2009
Location: East Greenwich, RI
Default Command Timeline (Lest we forget)

Red Items are missing from the PDF...

MortScript-4.3b15:
FtpUpload command:
FtpUpload( \^<source file>"", <target file>"", <server>"", [ <user>"" [, <password>"" [, <passive?> [, <port>] ] ] ] )

An abridged view of MortScript 4.3b11 as it pertains to choosing Mortscript commands and their origination to the Mortscript environment. You may need to check the version of your script to make sure it encompasses the commands you need. No reason to force the phone to update Mortscript if it is going to work as is...

MortScript-4.3b14:
On the default value for Choice, make sure you're using the latest beta, that is a bug that has been fixed in one of the releases of B13, as noted here:
Changes:
- removed debug messages on Reset
- ScreenShotClick should work on every platform (except non-touchscreen devices, obviously...)
- MaxIndex ignored empty values in-between
- ReadLine delivered rubbish if last line was not ended with CR
- SleepMessage non-fullscreen. Should still be fullscreen on Smartphones.


MortScript-4.3b13
Bugfix update...
- Choice and SetMessage Font bugs (no idea why it wasn't in last b12 post...)
- SelectDirectory adjusted to PC (didn't work since 4.3b2...)
- Fixed ElementCount and MaxIndex
- Input omits empty message

Version 11 is posted here, this is Mortscript current non beta version.
The Include Command starts at Beta 1.

MortScript 4.3b11
Small update/patch:
- Desktop: fixed file name bug ("file <first letter of filename> not found") and registering a new MortScript.exe location now should work
- Added MortScriptExe(), returns complete path of interpreter (e.g. "\program files\mortscript\mortscript.exe"), so you don't need to fiddle with SystemPath.
- Made 2nd Join parameter optional
- Horizontal scroll bar should appear when entries in Choice or status window require it. At least I told Windows so (necessary window style set).
b11:
- MortScriptExe(), returns complete path of interpreter (e.g. "\program files\mortscript\mortscript.exe"), so you don't need to fiddle with SystemPath.
- Made 2nd Join parameter optional

b10:
- SinH/CosH/TanH (hyberbolic) (ArcSin/-Cos/-Tan already existed, missing in manual)
- Exp(x) (=EULERT^x)
- Join( array, concatenator )
- InArray( array, value )
- optional codepage parameter for all INI functions (incl. ForEach)
- RegWriteExt/RegReadExt (.reg style), RegType

b9:
- Bugfix: MaxIndex returned -1 for empty arrays
- Bugfix: For/Next (wrong internal stack handling)
- Bugfix: allow equal sign in file names (if \ appears first, otherwise hard to separate from var=value parameter).
- Supports for unnamed parameters, which are put to global argc/argv. But only without "/" or "-" at the beginning.
- ToggleWLAN( TRUE/FALSE ), completely untested so far.

b7:
- improved error handling (should fix "Exit" problem of medush, wrong line number, and some other things like "invalid parameter count" after errors in expressions)
- ChoiceDefault fixed (missing last entry)
- better key handling in choice dialog (phew, what a mess to let Windows do that without MFC...)
- ActiveScripts(...), parameters like ProcList
- WriteLine( file, line [,codepage] ) and CloseFile( file ) (both untested so far!). WriteLine writes without closing the file and appends line break itself (faster than Write with append), CloseFile closes files opened by ReadLine or WriteLine
- Fixed bug with empty array in ForEach ... in array(...)
- Fixed nesting bug after "Next"
- Added "Default" for Choice(Default)/Switch structure.

b6:
- New, faster array handling for numerical indexes up to 256. Also increases the limit for Choice etc. to 256 elements.
- Break and Continue, optionally with BLOCK_* to break/continue an other object (e.g. Break( BLOCK_FOR ) in a Switch statement)
- ExitSub( value ) - like Return, but leaves Sub
- Try/Catch/EndTry - Break skips to Catch block, Continue to EndTry. If none of those is invoked, the Catch block is skipped. (It's more like a stuctured On Error Goto, not really an exception handling like in C++ or Java)
- ProcList( [with path? [, search string ] ] ) - array with the currently running processes. Search is case-insensitive and does not regard the path, "with path?" only modifies the result.
- FindWindow( title [, position, case-sensitive?, only app windows?, include invisible?, window class ] ) - looks for the "best fit" window with given properties. All parameters starting from position are optional... "App windows" means windows without parent or the Desktop as parent and some window styles common for "normal" application windows. Position: ANYWHERE = "title" contained anywhere in the title, BEGINNING = title starts with given string,
COMPLETE = entire title given.
- FindWindows( .... ) - Like FindWindow, but returns an array with all fitting windows, and the title is optional (use "" for all windows).
- FindWindow(s) and ActiveWindow now returns a special window variable (VAR_WINDOW) instead of just the name, which allows Send... etc. to work faster because it's not necessary to search a window with a fitting name.
- WndClass( window ) - Class name of a window
- autorun.exe passes parameters to MortScript.exe

b5:
- Bugfix in Sub parameter handling

b4:
- Fix in .ini file parsing (last line wasn't handled correctly if not finished with new line)
- Different argc/argv handling for Subs with named parameters

b3:
- Bugfix for the problems with variable assignments and "wrong" nesting

b2:
- Fixed some parsing problems

Here we receive the Include Command:

b1:
- Comments should work everywhere without troubles, even after lines continued with \ at the end. Comments can be started with #, //, and ;. (The latter was added because I sometimes happen to add a ; at the end of the line, being used to it from C++ and Java...)
- Maybe faster execution, esp. if there are many assignments/function calls
- Subs can get a parameter list after the function name. These are created as local variables and assigned with the parameter values on invocation - or they'll remain empty (IsEmpty) if not enough parameters were passed.
- Subs can be invoked with @function( [parameters] ). So Call is only required for "Reflection", i.e. dynamic invocation of different functions (Call( variable, ... )).
- The same works inside of expressions. Here, the value set with "Return" is, well, returned, or "empty" if nothing is returned.
- If a numerical value is set with Return in the main program (outside of any Sub), this value is used as exit value, so it can be queries with e.g. rc = RunWait( "...\MortScript.exe", "...\script.mscr" ). Or, which usually makes more sense (because in MortScript, using Include and Sub is better), from external programs.
 
howdykeith
Old
(Last edited by howdykeith; 13th December 2009 at 02:57 AM.)
#5  
Senior Member - OP
Thanks Meter 1
Posts: 876
Join Date: Oct 2009
Location: East Greenwich, RI
Default Older Commands, but just as fun as the new ones

Additional Command Sources

Red Items are missing from the PDF...

Description:v4.11b7:
- New attributes "romfile" (WM) and "compressed" (desktop) for FileAttribute.
- New command SetTime.
- Some bugfixes.

v4.11b6:
- DirContents( Verzeichnis, Typ ) - Files/sub directories of a directory.
- ReadLine( Datei [, Kodierung] ) - read a single line from a text file.
- Some bugfixes.

v4.11b5:
- New assignment operators +=, -=, /=, *=, &=, and \= (like in C, x+=1 is the same as x=x+1).- (condition) ? (true value) : (false value) in expressions (like in C).
- Status window is created only after it's about to be displayed (some PNAs seem to have troubles with invisible windows...).
- StatusMessageAppend( text ) - appends text to last status message.
- StatusRemoveLastMessage() - removes last status message.
- CharAt( string, position ) - returns single character of string.
- UcChar( code ) - character for given unicode value.
- UcValue( zeichen ) - unicode value for given character.
- Min( wert, wert {,wert} ), Max( wert, wert {,wert} ) - returns smallest resp. biggest value of parameter list (numerical comparison).

v4.11b4:
- Strings can be given in single quotes (not in commands in old syntax style, for compatibilty).
- Comments with "#" after commands and assignments (not for lines continued with backslash and not all control structures).
- Removes old scripts with same process ID from registry at startup.
- Format( number, decimals [, leading] )
- added optional parameter for min. digits before decimal point.
- RepeatString( string, count ) - returns string repeated count times.
- TimeStampUTC() - current time as UTC (universal time).
- TimeZoneName(), TimeZoneBias(), TimeZoneDST() - some informations about current time zone, bias is offset to UTC in minutes.
- Bugfix: Status list font update should work.
- Bugfix: Clear works with references ([...]).
- Bugfix: File dates in local time (instead of UTC).

v4.11b3:
- SendKeys should be more reliable than b2.
- ScriptProcExists should work on more devices.
- StatusInfo( title [, info ] ) - sets title and list info text for status window.
- StatusType( ST_HIDDEN|ST_LIST|ST_MESSAGE [, keepOpen] [, allowCancel ]] ) - sets style of status window: ST_HIDDEN = not visible (default), ST_LIST = list of last entries, ST_MESSAGE = only last message visible; keepOpen = user has to tap OK button after script finished; allowCancel = show cancel button (works similar to KillScript).
- StatusHistorySize( count ) - number of entries in list.
- StatusMessage( message [style [, keepOpen] [, allowCancel ]]] ) - add/show a new message, optionally change style, too.
- StatusClear() - removes all previous messages.
- StatusShow() - bring status window to foreground, by default this happens only when StatusType makes the window visible, adding new messages keeps it in background if another window was activated.
- StatusListEntryFormat( item height [, font size, font name ] )
- style for list entries, parameters like SetChoiceEntryFormat.
- WriteStatusList( file name [, append [, code page ]] ) - saves the list entries to a file (e.g. for debugging).

v4.11b2:
- Include( ) to include the Sub functions of other files (included file must not include main routine!).
- Error message if a Sub is declared multiple times.
- Error messages with line number and file name.
- SendKeys should work faster and more reliable.
- CurrentCursor( [ ) returns the cursor type of the given or active window. It will not work for applications without window or application starts!
- Some internal preparations for future status window and multithreading.

v4.11b1:
- Unit parameter for disk/memory queries (BYTES, KB, MB, or GB, which are global variables - so no quotes are required!).
- Global variables for the registry keys (so RegRead( HKCU, "Software\Dunno", "Anything" ) will work, too).
- New function ScreenToChars(...) to convert a screen part to an array of strings.
- SetVolume updates registry on PPCs.
- New function GetVolume().<P>

v4.1:
- Improved parser speed.
- Improved variable handling (local variables, IsEmpty(), Clear()).
- Improved array handling (multi dimensional, functions for initialization and getting size).
- Improved math (floating point support, trigonometry, rounding, constants like PI, power operator, ...).
- Improved sub routines (parameters, return values).
- Improved control structures (For loop, ElseIf, ForEach in array with index variable, Switch with strings or floating point).
- Improved file handling (Unicode and code page support, Unicode with prefix even for MortScripts themselves, write ini entries).
- Improved compatibility for PNAs (toolhelp.dll only loaded when required).
- Improved dialogs (selection for files and directories, small facelifts, selectable fonts).
- Several other new functions, like Replace (for strings), getting window positions and screen size, ...
- Some bugfixes.

v4.0:- Versions for PC, Smartphone, and PNA.
- All new syntax ("Function( expr., expr., expr. )" instead of "Function string, {expr.}, %variable%", variables without %, ...).
- Functions in expressions, many old conditions/commands also available as functions.
- Support of ZIP files and COM ports.
- Several new system functions (battery level, screen on/off, notifications, ...).
- Some bugfixes.

v3.1:
- Renamed to MortScript, new extension .mscr.
- Multiline statements (with "\").
- Expressions as parameters (with "{ expression }").
- Simplified "If expression" with parentheses or braces.
- ^CR^, ^LF^, and ^TAB^ for quoted strings.
- ForEach loops.
- Switch conditions.
- Read and write text files (IniRead, ReadFile, WriteFile).
- Download files from internet (Download, IniRead, ReadFile).
- Overwrite parameter for XCopy, Copy, Move, and Rename.
- Other new commands: RegDeleteKey, Input, SleepMessage, GetVersion, GetSystemPath, GetColorAt, GetRGB, GetWindowText.

v3.0:
- Variables.
- Expressions.
- Subroutines.
- Some new comparsion possibilities.
- Retrieve values from the Registry or the current time.
- Checking for and killing running applications.
- Avoid/postpone auto power off (IdleTimerReset).

v2.61:
- Bugfix: Error message for Delete was shown on successfull deletion.
- Choice selection: First entry is preselected, bigger buttons.

v2.6:- New tool: Autorun.exe.
- Choice selection.
- New condition "regKeyExists".
- Optional title for Message and If question.
- New commands: MouseDblClick, CreateShortcut, Rotate, SetBacklight, SetVolume, Reset, Exit.

v2.5:
- Improved error handling (error messages, abort on errors, ErrorLevel command).
- Enabled If conditions and While loops.- Added "Message", "MkDir", and "RmDir" commands.
- "Run" supports parameters.
- Fixed the problem with menus (If MouseClick opened a menu, the script wasn't continued until the menu was closed manually).

v2.3:
- Added "New" command.

v2.2:
- XCopy, Move, and wildcards for Delete.
- Added RegDelete.
- Copy doesn't overwrite no more (use Delete before if necessary!)

v2.1:
- Repeat loops.- Hint when started without parameters.

v2.0:
- Mouse clicks.
- File operations.
- Write in registry.
- More Send commands (SendKeys, direction pad, Home/End).
- Improved parser (optionally space instead of "=", parameters in quotes).
 
howdykeith
Old
(Last edited by howdykeith; 26th May 2010 at 01:54 AM.)
#6  
Senior Member - OP
Thanks Meter 1
Posts: 876
Join Date: Oct 2009
Location: East Greenwich, RI
Default [WM6.5] Titanium plugins that use Mortscript

Info and guides -

A Guide to Windows Mobile 6.5 - Link
Tips and tweaks for the newest era of Windows Mobile, version 6.5.

Walk-through - Link

How to create Titanium skins - Link

List posted from above. Will sift through:
All standard plugins
IsmToday
http://forum.xda-developers.com/showthread.php?t=535682



COffice
http://forum.xda-developers.com/showthread.php?t=510362

TWolf Multiplugin
TWolf Multiplugin

Artesea Twm6.5r

System Panel


BlueProdigy - Appointments in Titanium

CAccessories
CAnalogClock
CComm
CContact
CDigitalClock / CHeroClock
CFacebook
CLauncher, CSettings, CGames, CApps1
CManilamenu
CQuickNotes
CS2P
CVolume

JMLLauncher
JMLPanex
JMLToday
[AddOns/Skins/HowTo's] JMLToday - make YOUR (jmlto)Day!
Multi-Button-Plugins:AppLauncher & Speeddials
JMLTraffic

NRG Weather - Smartphone

Opera Favorites

PlayIt! - Control S2P / Nitrogen | Uses: JMLPanex, TICS

Titanium CommManager
Titanium-Hero Sense UI (QVGA,VGA PORTRAIT)
Titanium Fullscreen Weather
Titanium Weather
Titanium Weather - QVGA|OMNIA Ported Build 21193 to 21501
TitaniumRSS ["Black Beauty"]
TitaniumStarter [Subfolder search]

Titanium Customizations Collection

Themes w/Mortscript as integral:
Titanium LTD (titanium theme)
gchris Theme
 
howdykeith
Old
(Last edited by howdykeith; 26th April 2010 at 05:58 AM.) Reason: Titanium FileChanger2
#7  
Senior Member - OP
Thanks Meter 1
Posts: 876
Join Date: Oct 2009
Location: East Greenwich, RI
Default Titanium plugins - The Utilities

Also... if you could point me in the right direction for your tutorial I would love to look at it. I like to understand what the certain files do and such.
[TUT] CPR File Editing (Catered for the Excalibur)

Adding
Removing
CPR Utils

Application for theme switching in WM 6.5 Titanium
Classic - Titanium Today Toggle - (for NON TF3D/Manila Devices)
Classic - Sense(manila) - Titanium Today Toggle
Theme switching in WM 6.5 Titanium

HowTo easily change your Plugin from ATPluginInstaller to TICS_installer

Titanium CPR helper - http://forum.xda-developers.com/showthread.php?t=520857
Did a small online tool in flash to help skinners and developers code the CPR's more easily.

Titanium FileChanger2
 
howdykeith
Old
(Last edited by howdykeith; 29th December 2011 at 01:51 PM.) Reason: iniEditor: get a friendly menu out of an .ini file
#8  
Senior Member - OP
Thanks Meter 1
Posts: 876
Join Date: Oct 2009
Location: East Greenwich, RI
Default 30 (?) Mortscript apps at XDA

HTC Sense:
facebook tweaks script
Disabling Sense - Improve YouTube, IGO8, etc...
Sense 2.5 Mods (Fast theme switch)

iPhoneToday:
iFonz: Active Weather Icon +5day forecast
IPTWeather: - AccuWeather forecast in iPhoneToday
Mortscripts for iPhone Today v1.4+
music player on iPhoneToday
S2PC for iPhonetoday - (Albumart yeha)

MANILA (M2D/M3D):
I C THRU U 0.8 - Transparent bars, M2D slider and more
M2D, jumping to any tab
MANILA2D(QVGA) - Auto Update Manila2D weather and set it as wallpaper


Spb Mobile Shell:
alienguise
Calendar Replacement Version MS2
Contacts App Replacement Version MS2
Spb Mobile Shell - Microsoft Today - HTC Sense/Touchflo3D Switcher
Vostradamus Mobile Shell Manager
MSkip ProPlus Freedom
MSkip ProPlus Windows Phone 7 Theme

TF3d:
switching between TF3D , today , titanium , Mobile shell
TF3D StandBy

WAD:
[SKN] WP7 LeSScro edition

These scripts are of varied purpose:

Application for theme switching in WM 6.5 Titanium
Auto-Backlight Trick Hack
Auto Installer Tool
Auto syncing ActiveSync through bluetooth

backGrounder - Boot/phone/shutdown image installer
Backup & Restore your Cemail.vol easily
BSweather
- complete clone of the BSWeather

CallBreaker - listens for incoming calls. When it happens, it checks in our agenda if the current appointment has a state of BUSY. If not, then it does nothin. But if yes, it first rejects the call and then sends an SMS to the caller, including in the message the appointments ending time, taken from the agenda - like "I'm busy till 12:30am".
Change your Default Calendar
Change your Default Contact Manager and This
Changing the left softkey in titanium by page/plugin
check your ss signal strength when you have no signal

CycHowdy Messenger

Device Installer - Little autoinsstaller for software, files & settings

Checks for new sms and vmail every 5 min and plays any wav file you have specified

"FlashBack" - Backup & autorestore for hardcore Flashers/Cooks
auto install Cab's reg's and move file to root folder after fresh install

Gameloft games Backup/Restore
GetCoords, Progname, Umlaute

hAndySoftware - Rhodium Tweaks and Utilities
- Hide Folder - A utilty to hide folders from HTC Album
- hAndyFlip - A utility to turn off the screen when the device is face down
- hAndyUtils - A number of utilities and tweaks I use, wrapped together including some of the above
- DPB - A utility to disable the power button when the keyboard is open
HomeScreen PlusPlus UI Theme: Floyd

iniEditor - Get a friendly menu out of an .ini file
Initflashfiles.dat
Internet Link Launcher (AKA Favorite Script)

JZ SmartMort - Copy/Paste- Opera Mini & Mobile, NetFront, Skyfire, Iris & MORE

Long keypress

Measure and compare your battery capacity
MortScript Suite 2.0
MP-NT - Use you stock Headset as remote
Mr-tones
MS Voice Command - Advanced Config

oblyvaeon Random Ringtones

Pocket SportsCenter Expanded - Uses Billboard

QuickGPS database updater

RAM Sweeper 2 Config Tool
RandomRingtone
ReLoad - to simplify reinstalling cab files, and restoring files back to the device from a zip file

SASHIMI - regexport the values YOU want
scheduled light sensor (off at night)
SD Autorun solution for any Windows Mobile ROM
S2P player with Album Art (WAD2) - wallpaper, icons and scripts included
S2PC for iPhonetoday (Albumart)
s2u2weather + IPhonetoday weather + translation
S2U2 lock/Unlock and playwave+Customizer

SkinZone.org Backup & Restore
Small tool to toggle Softick Card Export
StatusTicker - Info ticker for your phone
sUC - suiller UC way
- Mod of Suiller'UC -> SUPER EASY Auto restore (Like UC/UC2) Just by copy/paste

TamerSpClock - Speaking Clock with Chime & Signal Strength detector
taskmanager with a kind of submenu functionality
The Mortifier
The True ActiveSync Fix
tomtom open after 10 min
Tweakster

Show Device UpTime

UCMe2 - Selective backup and SDConfig tool for reflashing

Vasquez Talk To Me - Speaking clock

weathPaper
WifiNoStandby - stop wifi going to sleep
Wombat's PhoneRoam (Roam Without incurring Data charges!)
WPC: WallPaper Changer

XDA_UC V1.0.05, Automated & Silent User & Cook, Configuration Service
XDA_UC Autoconfiguration User To User Thread
Mortscript XML Parser
Mortscript XML Parser
 
howdykeith
Old
(Last edited by howdykeith; 17th June 2010 at 10:25 PM.) Reason: Battery Saving Screen Brightness Toggle, Control TouchPlayer
#9  
Senior Member - OP
Thanks Meter 1
Posts: 876
Join Date: Oct 2009
Location: East Greenwich, RI
Default Mortscripts at Other Sites

http://rotlaus-software.de/
ScreenSaver Skin for rlToday
WM7 Skin (TimeZone, 5 days Weather, LastCaller, Date, Clock) for rlToday

TreoCentral.com
LED Killer
LED Notification for All But Email
LEDUp
RunAIM, Poutlook folder switching
XCast/theForceCast
Pocket SportsCenter
Pocket SportsCenter Smartphone Edition
MyBeacon 0.1
TreoVibe
cDate: Today date to replace the carrier logo
Carrier wars *LOL*
Carrier Plugin Refresh
Treo Alerts 8.2
TreoVibe
StockCenter
Ebag's Massive Registry Tweak Script
WM6 A2DP settings - You be the judge
Hack 12: call in progress
InCall
RingtoneRND: Changes the ringtone randomly - I had no idea!
MortScript Menus -- Hyperlinks to .MSCR in .HTML Files
Tweakster
Chimer 1.3
Pocket PodCenter
Profiler

scan the NMEA codes from the GPS

Samsung Omnia
Dis-/Enable Motionsensor with one click
disable press the action key to unlock the touch keys

ModaCo:
ActiveSync Autoclose & ScreenToggle
Backlight Toggle, Utility to Toggle Brightness Between Auto and Manual Adjustment
Battery Saving Screen Brightness Toggle
Controling Rotation on our Omnia
Control TouchPlayer using the headphones button!, Use headphones to control media players
Toggle Active Sync/Mass Storage


Mobilitysite
TT6 launching script with max sound volume
PIE Launching script with 4096 Mo RamDIsk on demand for PIE cache
Rotate Script with PocketBreeze Display optimization on Today screen
High Res Script for Landscape Browsing with PIE
Opera 8.65 Launching script with RamDisk on demand for Opera cache
Coreplayer
kill ActiveSync
Disabling today items using mortscript
 
howdykeith
Old
(Last edited by howdykeith; 20th May 2010 at 04:47 AM.) Reason: SPB MS3 - Stop and Go
#10  
Senior Member - OP
Thanks Meter 1
Posts: 876
Join Date: Oct 2009
Location: East Greenwich, RI
Default Mortscript at other sites

http://www.skinzone.org/:

SkinZone.org Backup
Audio manager with Audio booster
Run and Hide Trackr
Set iContacts as default, or back to stock
Run Flexmail on reset of PPC And hide in background
Automatically turn on Bluetooth, and Sync via Active Sync
WMP to Start playing from preloaded library
Close a program.. run a program, then when that program closes re-start the other program
run Audio booster then run WMP and load library
switch beteen dialers easily
backup saved game data to a certain folder
Battery percentage script and icons for iphontoday plugin
when pocket player exits, turn off bluetoot
FlashBack script with auto restore capablilties
displays a list of system info


http://forum.ppcgeeks.com/:
Scottymomo's Pocket Sports Center
Personalizer ... Change you carrier name app
Mortscript to toggle Standard vs Roam Only in 6.5
toggling TF3D2 to titanium/SPB3/HTC Sense/Androkkid/iPhone
WeatherPanel 2010
4-in-1 switcher
Toggling TF3D2 to titanium/SPB3/HTC Sense/Androkkid
Sense: Neodium & Plutonium
Sense 2.5 Mods (Fast theme switch)
Plutonium Co0kie
Cab to run UC anytime
Mort script to click "YES" during Opera 10 UC install
Batch/Script Files to Organize the Startmenu
iGuidance Script to get around TTS not always working
Handling Cabs with Prompts
backup your Opera Speed Launch list and saved user names and passwords
Cab to Set your Outlook Signature During UC (or anytime)

http://www.winmo-experts.com/:
SASHIMI AutoInstaller RAW Edition v.8.0
Makisu XML Maker v.1.9.2
Doppleganger v.1.1

code.google.com:
cards - Learningsoftware for PocketPC and PC
listpro2web - Use MortScript / PHP to publish and synchronize ListPro task lists

PeraSite:
PeraCount
PeraStats
PeraProfiler
PeraCount with Clock

pocketnow.com:
Rotate Screen when launching application
Getting rid of an annoying pop-up overlay in omnia
True 3D Clocks for X1

Run Times
Update SPB Insight, Windows Live, HTC and Home Weather, then keylock

.i900playeraddict:
BootWait 1.1
Changer le curseur du i900
Désactiver / Activer la rotation automatique
Lancement de Jeux à résolutions différentes
Rotation d'écran
Script Tweaks


lakeridgesoftware:
dagosjt Script Suite 2.0
Accuweather - Plugin / display XML data in WAD2
WAD Workaround
SMS Message Preview and Here and Here.

PlayPause

Site de toniolol
HTC Home Weather 2 backGround Wallpaper
SPB MS3 - Stop and Go
Switch M2D
TF2D_NetC

get weather forecast information from the local official observatory, refresh HTC Home/Manila2D Weather tab and S2U2
PP Weather
PP Weather

 
Post Reply+
Tags
mortscript
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

One Stop Guide Shop for the Newbie and Dev

It’s been well established that XDA-Developers isthedestination for resources relating to … more

What Happened at Google I/O 2013 – XDA Developer TV

Unless you just emerged from a deep, dark, dank cavern under the Earth, you know … more

Forums Added for the LG Optimus G Pro and Sony Xperia Tablet Z

Not too long ago, we talked about how Sony was continuing its AOSP efforts on … more

Permanent Screen Off for the Visually Impaired

Most of us take the simple act of waking up our devices and having a quick glance at the … more