MEMORIAL DAY SALE: Use Coupon Code MEM12 at checkout to save 15% on ALL BlackBerry accessories this weekend!
Join Our 3 MILLION+ Members Today! Register Here | Login
Go Back   BlackBerry Forums at CrackBerry.com > Stuff for your BlackBerry Smartphone! > BlackBerry Apps

Like Tree53Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
    Thread Author   #1  
Old 09-23-2011, 01:10 AM
CrackBerry Genius
Device(s): 8900, 9000, 9700, 9780, Samsung (6 days), 9800, iPhone4 (5 days), 9900
 
Join Date: Mar 2009
Posts: 2,821
Likes Received: 123
Thanked 199 Times in 163 Posts
Default ShortcutMe Updated for All BB Models (More Macros, Recurring Auto Launch, etc)!

ShortcutMe is now updated for all BB models:
99xx, 98xx, 97xx, 96xx, 95xx, 93xx, 91xx, 90xx, 89xx, 88xx, 85xx, 83xx, 82xx, and 81xx running BB OS 4.3+ to BB OS 7
(Latest Update at the end of this post)

In short, the new version (5.8.2.0 for devices running OS 7, and 5.5.6.0 for others) has new set of macros requested by macro enthusiasts, it allows other apps to run macros in ShortcutMe, and it allows you to create recurring auto launches (in addition to the other auto launches in earlier versions).



About ShortcutMe: YouTube clip: ShortcutMe 5 in action






New in ShortcutMe 5.8.2.0 & 5.5.6.0:

- Allows creating Recurring Auto Launches (Launch something every 30 minutes?)

- Allows other apps (MyOwnIcons, MediaKeyBooster, etc) to run macros before and after running a shortcut in ShortcutMe (Runs pre-Macros -> a Shortcut in ShortcutMe -> Post-Macros).

- Allows other apps running their macros in ShortcutMe

- Removed the white screen bug when a shortcut in category was remotely called.

- Removed the white screen bug when a shortcut similar to other shortcuts was remotely called

- Added 2 new functions: Radio_On and Radio_Off (turning cellular radio on and off). These can also be used as macros.

- Following macros added:
IsBtOn (returns true when Bluetooth is On)

IsWifiOn (returns true when Wifi is On)

IsRadioOn (returns true when Radio is On)

IsNfcOn (returns true when NFC is On)

SetVolume (Sets Audio volume)

ScreenSwipe (Simulates a finger swipe on screen)

IsConnectedToCharger (returns true if BB is connected to a charger)

HasRadioConnection (returns true if BB is connected to a cellular network)

HasWifiConnection (returns true if BB is connected to a wifi network)
- Removed a Scheduled Autolaunch bug

- Removed QWERTZ/AZERTY keypad bug for BBs with OS 7


If you have switched to 9900,9300, 9810, 9850, 9860, 9350, 9360, 9370 contact the store you bought ShortcutMe from and ask them to switch your account to ShortcutMe for your device model.

UPDATE: 5.8.3.1 is released for all BB models running BB OS 7
5.5.6.1 is also released for all other BB models running BB OS 4.3+, 5.x, and 6.x


The followings are new in these versions:

* Added following macros:
- LED (Example: LED On;LED Off; LED Blink)

- SetLedColor (Example: SetLedColor green; SetLedColor 120,120,120; )
(Defined colors: green, red, blue, yellow, orange, purple, white)


- IsDefined (Example: Set $var=2; If2 IsDefined $var;Then2;Vibrate100;EndIf2; )
* Fixed store/restore function for Sorting

* Removed the bug when an extra ‘;’ was added (in macro editor) to a macro on a new line

* Fixed remote launching of Search_xx shortcuts from MediaKeyBooster, and MyOwnIcons

UPDATE: 5.9.0.0 is released for all BB models running BB OS 7
5.6.0.0 is also released for all other BB models running BB OS 4.3+, 5.x, and 6.x


New:

* && and || is now allowed for IF and WHILE macro statement
Example: If0 $Var1 && IsAppRunning Memopad;Then0; ... ; Else0; ... ;EndIf0;

* ‘Prompt’ macro accepts variables
Example: Prompt $Var;

* ‘Prompt’ macro also allows you to continue with the macros or stop them.

* Added ‘IsInPortrait’ macro
Returns TRUE if device is in Portrait mode (and FALSE for Landscape Mode).

* Added ‘GetUpTime’ macro
Returns up time in hhmmss format where hh is hour, mm is minutes, and ss is seconds after the device is turned on.

* Added ‘GetTime’ macro
Returns time in hhmm format where hh is hour, and mm is minutes of the day.

* Added ‘GetDay’ and ‘GetMonth’ macros.
Return format is a 2 digits number

* Added ‘Sum’, ‘Sub’, ‘Mult’, and ‘Div’ macros
Result of these math operations is stored in $$Result variable.
$$Rest variable is set to the rest of the Div operation over 2 numbers.

Example:
Set $Var1=3;
Sum 2, $Var1;
Prompt $$Result; (5 will be shown).
Div 7,$Var1;
Prompt Res:$$Result, Rest:$$Rest; ("Res:2, Rest:1" will be shown)


* Can launch apps with ’ _’ in their name

* BB_OS-like exit from Shortcut Settings and Macro Editor page (ESC key = Cancel)


UPDATE: 5.9.1.0 is released for all BB models running BB OS 7
5.6.1.0 is also released for all other BB models running BB OS 4.3+, 5.x, and 6.x


New:

- Following macros are added
'Show' (Shows a message, and gives option to continue or stop macros afterwards)

'IsHeadSetConnected' (Returns TRUE if a headset is connected to the BB)

'KeypadLockKey' (Locks the keypad)
- If * is added in front of the key clicking macros, those macros will turn them into SpecialKey Click macros

- Removed 'SetVolume' macro

- Removed the bug related to 'Set' macro

- Remote apps can now stop suspended macros.


UPDATE: 5.9.2.0 is released for all BB models running BB OS 7
5.6.2.0 is also released for all other BB models running BB OS 4.3+, 5.x, and 6.x

New

* Following macros are added:
- ‘ElseIf ‘ (IF sentences can now have ElseIf tests)
- ‘GetForeground’ (returns name of the application that is in foreground)
- ‘GetSCMVersion’ (returns version of the ShortcutMe currently running)
* Fixed a bug in following macros:
- ‘GetDay’ (returns day of month)
- ‘KeypadLockKey’ (locks the keypad)
* ‘Launch’ macro now accepts parameter after application name (launch Call, +1416…)

* If Space is clicked in Shortcut Settings page it will go to Macros field.

* Keyboard Shortcuts for Dialog boxes

* If AppName is not set, user can choose to go back to set it.

* Can now launch NFCLauncher application

UPDATE: 5.9.3.0 is released for all BB models running BB OS 7
5.6.3.0 is also released for all other BB models running BB OS 4.3+, 5.x, and 6.x

New

* Macros can now run ‘==’ and ‘!=’ on Strings

* Followings macros are added to the app:
WaitTil, WaitTilDelay, LaunchAndWait, GetBatteryLevel, NavMovePlusShiftOn , NavMovePlusAltOn, and NavMovePlusNothing

* Show and Input macros now comes to foreground without showing ShortcutMe’s main page

* Input macro accepts text (Input $Var1 ,Please enter your year of birth; )

* The bug "!= for integers" is removed

* ShortcutMe comes to foreground when an error is detected



UPDATE: 5.9.6.0 is released for all BB models running BB OS 7
5.6.6.0 is released for all other BB models running BB OS 4.7+, 5.x, and 6.x
5.6.5.9 is released for all BB models running BB OS 4.3+, 4.5 and 4.6 (this one is only available on App World)

New

[B]
* NFC_Toggle accept parameter (location of the NFC from the top item (1) in the Manage Connections)

* Blueooth_Toggle accepts parameter (location of the BT from the top item (1) in the Manage Connections)

* Added IsValidNumber and IsValidText macros
(These macros can be used to check if a variable contains a number or a text)

* Added 2 new operators (EndsWith and StartsWith) for macros
Ex:

IF2 $var1 endsWith 2;
THEN2;
....
ELSE2;
....
ENDIF2

* A bug related to Show macro is removed.

* Removed some bugs related to the User Interface
[\B]
__________________
App World asks you to pay again for ShortcutMe 6? DON'T PAY! Get it from here
ShortcutMe, (on sale, %20 off) The Ultimate Shortcut application for BlackBerry
NFCShortcuts, (aka NFCLauncher for BB) Tap a card to launch an application, a task, or your macro shortcut in Shortcutme
MyOwnHotKeys, Override default hotkeys and create your own hotkeys
MediaKeyBooster, Assign media keys to 16 applications/tasks/macro shortcuts

Last edited by Vijik; 03-19-2012 at 05:35 AM.
Reply With Quote Tip this Post
Liked by pdl2mtl90, MrLynd54, Polopoulos and 1 others like this.
Thanked by 6 erogoka (04-05-2012), FTBBoy2115 (09-25-2011), gbsn (09-25-2011), Juggalo20 (09-24-2011), pdl2mtl90 (09-23-2011), Polopoulos (09-23-2011)
  #2  
Old 09-23-2011, 02:15 AM
CrackBerry User
Device(s): 8700v
Carrier: Vodafone
 
Join Date: Sep 2009
Posts: 56
Likes Received: 1
Thanked 4 Times in 4 Posts
Default

Thx for hard work, just got mobihand upgrade email.

Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote Tip this Post
Thanked by Vijik (09-23-2011)
  #3  
Old 09-23-2011, 03:34 AM
Banned
Device(s): SGS2, PB16, 9810
Carrier: att
 
Location: us
Join Date: Jan 2009
Posts: 1,596
Likes Received: 84
Thanked 160 Times in 109 Posts
Default

Quote:
Originally Posted by Vijik View Post
- Added 2 new functions: Radio_On and Radio-Off (turning cellular radio on and off). These can also be used as macros.

- Following macros added:
IsBtOn (returns true when Bluetooth is On)

IsWifiOn (returns true when Wifi is On)

IsRadioOn (returns true when Radio is On)

IsNfcOn (returns true when NFC is On)

SetVolume (Sets Audio volume)

ScreenSwipe (Simulates a finger swipe on screen)

IsConnectedToCharger (returns true if BB is connected to a charger)

HasRadioConnection (returns true if BB is connected to a cellular network)

HasWifiConnection (returns true if BB is connected to a wifi network).
Torch 9810

isradioon, works fine
hasradioconnection, works fine
iswifion, works fine
haswificonnection, works fine
isbton, this one makes shortcutme prompt to see if you want to enable bluetooth with a dialog box that contains yes or no, for which one has to press either so the check completes, did you intend to make it this way?

Whats the usage for screenwipe? cant seem to make it work either by screenswipe100 or screenswipe100,100 or screenswipe.

Last edited by gbsn; 09-23-2011 at 03:43 AM.
Reply With Quote Tip this Post
Thanked by Vijik (09-23-2011)
  #4  
Old 09-23-2011, 05:41 AM
CrackBerry Abuser
Device(s): 9900
Carrier: Bell
Pin: 3^3=__F7883B
 
Join Date: Sep 2011
Posts: 113
Likes Received: 21
Thanked 17 Times in 13 Posts
Default

Awesome upgrade. Much appreciated.

Here's a Password Toggle macro using the new "IsPasswordEnabled" macro.
*macro updated in ShortcutMe Macro forum thread.

Cheers.

Last edited by ONE618; 10-22-2011 at 03:09 PM.
Reply With Quote Tip this Post
Thanked by Vijik (09-23-2011)
  #5  
Old 09-23-2011, 06:12 AM
CrackBerry User
Device(s): 9900 (Bold)
Carrier: Bouygues
 
Location: Paris, France
Join Date: Jul 2009
Posts: 23
Likes Received: 1
Thanked 1 Time in 1 Post
Default

Thank you very much for the upgrade!

I bought my new bold 9900 two days ago and was sad yesterday when i realized that my AZERTY keypad wasn't fully recognized by the application... And when i woke up this morning i saw there was an upgrade available, and guess what? Yeah the glitch was fixed!

Keep up the good work Fonware, this app is one of the reasons i'm still sticking to Blackberrys today.
Reply With Quote Tip this Post
Thanked by Vijik (09-23-2011)
    Thread Author   #6  
Old 09-23-2011, 06:25 AM
CrackBerry Genius
Device(s): 8900, 9000, 9700, 9780, Samsung (6 days), 9800, iPhone4 (5 days), 9900
 
Join Date: Mar 2009
Posts: 2,821
Likes Received: 123
Thanked 199 Times in 163 Posts
Default

Quote:
Originally Posted by gbsn View Post
Torch 9810

isradioon, works fine
hasradioconnection, works fine
iswifion, works fine
haswificonnection, works fine
isbton, this one makes shortcutme prompt to see if you want to enable bluetooth with a dialog box that contains yes or no, for which one has to press either so the check completes, did you intend to make it this way?
....
No, it was not the intention with IsBtOn.
On my 9900 it returns TRUE if Bluetooth is on exactly as you requested it.

What BB OS do you have?

Can someone else also try to see how IsBtOn works on their BB?
__________________
App World asks you to pay again for ShortcutMe 6? DON'T PAY! Get it from here
ShortcutMe, (on sale, %20 off) The Ultimate Shortcut application for BlackBerry
NFCShortcuts, (aka NFCLauncher for BB) Tap a card to launch an application, a task, or your macro shortcut in Shortcutme
MyOwnHotKeys, Override default hotkeys and create your own hotkeys
MediaKeyBooster, Assign media keys to 16 applications/tasks/macro shortcuts
Reply With Quote Tip this Post
    Thread Author   #7  
Old 09-23-2011, 06:28 AM
CrackBerry Genius
Device(s): 8900, 9000, 9700, 9780, Samsung (6 days), 9800, iPhone4 (5 days), 9900
 
Join Date: Mar 2009
Posts: 2,821
Likes Received: 123
Thanked 199 Times in 163 Posts
Default

Quote:
Originally Posted by gbsn View Post

...
Whats the usage for screenwipe? cant seem to make it work either by screenswipe100 or screenswipe100,100 or screenswipe.
Screenswipe macro simulates a swipe from point1 (X0, Y0) to point 2 (X1,Y1). For example swipe from upper left corner to somewhere in the middle of the screen:
Screenswipe 0,0,150,200;

Is this what you had in mind when you requested this macro?
__________________
App World asks you to pay again for ShortcutMe 6? DON'T PAY! Get it from here
ShortcutMe, (on sale, %20 off) The Ultimate Shortcut application for BlackBerry
NFCShortcuts, (aka NFCLauncher for BB) Tap a card to launch an application, a task, or your macro shortcut in Shortcutme
MyOwnHotKeys, Override default hotkeys and create your own hotkeys
MediaKeyBooster, Assign media keys to 16 applications/tasks/macro shortcuts
Reply With Quote Tip this Post
  #8  
Old 09-23-2011, 06:41 AM
CrackBerry Abuser
Device(s): 9930 (Bold Touch), OS v7.1.0.402 (rel 1333); PlayBook OS v2.0
Carrier: Verizon
 
Location: Upstate NY
Join Date: Jun 2007
Posts: 291
Likes Received: 6
Thanked 10 Times in 10 Posts
Default

@vijik: During a device restore yesterday (replaced 9930 due to display backlight failure), I noticed that the "Sorting main page based on:" setting on the Common Config page was not restored from the SCM config backup. Not a high priority, but could you please take a look when you have a minute? Thanks.

Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote Tip this Post
    Thread Author   #9  
Old 09-23-2011, 07:06 AM
CrackBerry Genius
Device(s): 8900, 9000, 9700, 9780, Samsung (6 days), 9800, iPhone4 (5 days), 9900
 
Join Date: Mar 2009
Posts: 2,821
Likes Received: 123
Thanked 199 Times in 163 Posts
Default

Quote:
Originally Posted by visortgw View Post
@vijik: During a device restore yesterday (replaced 9930 due to display backlight failure), I noticed that the "Sorting main page based on:" setting on the Common Config page was not restored from the SCM config backup. Not a high priority, but could you please take a look when you have a minute? Thanks.
Sure, I will fix it.

Can you see how 'IsBtOn' macro behaves on your BB?
(If2 IsBton;then2;vibrate200;EndIf2)

Posted from my CrackBerry at wapforums.crackberry.com

Last edited by Vijik; 09-23-2011 at 07:14 AM.
Reply With Quote Tip this Post
  #10  
Old 09-23-2011, 07:08 AM
Banned
Device(s): SGS2, PB16, 9810
Carrier: att
 
Location: us
Join Date: Jan 2009
Posts: 1,596
Likes Received: 84
Thanked 160 Times in 109 Posts
Default

Quote:
Originally Posted by Vijik View Post
Screenswipe macro simulates a swipe from point1 (X0, Y0) to point 2 (X1,Y1). For example swipe from upper left corner to somewhere in the middle of the screen:
Screenswipe 0,0,150,200;

Is this what you had in mind when you requested this macro?
Oh, i didnt realize it needed a starting and ending point. Yeah, i got it working good now, thanks.

The isbton macro only shows that window with the two options when bluetooth is off, when its on, it works fine as expected.
Im on a torch 9810 OS 7.0.0.353

Last edited by gbsn; 09-23-2011 at 07:11 AM.
Reply With Quote Tip this Post
  #11  
Old 09-23-2011, 07:24 AM
CrackBerry Abuser
Device(s): 9930 (Bold Touch), OS v7.1.0.402 (rel 1333); PlayBook OS v2.0
Carrier: Verizon
 
Location: Upstate NY
Join Date: Jun 2007
Posts: 291
Likes Received: 6
Thanked 10 Times in 10 Posts
Default

Quote:
Originally Posted by Vijik View Post
Sure, I will fix it.

Can you see how 'IsBtOn' macro behaves on your BB?
(If2 IsBton;then2;vibrate200;EndIf2)

Posted from my CrackBerry at wapforums.crackberry.com
@vijik: IsBton behaves a bit strangley. It works as expected if Bluetooth is enabled, but I receive the following dialogue if it is not: "The ShortcutMe_Touch_application requires Bluetooth to be enabled. Enable Bluetooth?".

 BlackBerry® Bold™ (aka Touch) 9930, OS v7.0.0.362 (rel 1702), Platform 5.0.0.552, VZW 

Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote Tip this Post
  #12  
Old 09-23-2011, 08:09 AM
CrackBerry Abuser
Device(s): 9700 (Bold)
Carrier: AT&T/Cingular
Pin: 218EE76E
 
Location: Tulsa, OK
Join Date: Sep 2008
Posts: 284
Likes Received: 1
Thanked 9 Times in 8 Posts
Default

I was having problems with Scheduled Launch and that has been fixed...thanks so much!
__________________
Brent Hughes
Bold 9700
Reply With Quote Tip this Post
    Thread Author   #13  
Old 09-23-2011, 11:38 AM
CrackBerry Genius
Device(s): 8900, 9000, 9700, 9780, Samsung (6 days), 9800, iPhone4 (5 days), 9900
 
Join Date: Mar 2009
Posts: 2,821
Likes Received: 123
Thanked 199 Times in 163 Posts
Default

gbsn and visortgw,

Can you check and see if you have one of the SCM permissions set to Prompt ('Expand' permissions first)

Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote Tip this Post
  #14  
Old 09-23-2011, 01:27 PM
Banned
Device(s): SGS2, PB16, 9810
Carrier: att
 
Location: us
Join Date: Jan 2009
Posts: 1,596
Likes Received: 84
Thanked 160 Times in 109 Posts
Default

All permissions are set to allow for scm.

Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote Tip this Post
  #15  
Old 09-23-2011, 01:37 PM
CrackBerry Abuser
Device(s): 9930 (Bold Touch), OS v7.1.0.402 (rel 1333); PlayBook OS v2.0
Carrier: Verizon
 
Location: Upstate NY
Join Date: Jun 2007
Posts: 291
Likes Received: 6
Thanked 10 Times in 10 Posts
Default

Quote:
Originally Posted by Vijik View Post
gbsn and visortgw,

Can you check and see if you have one of the SCM permissions set to Prompt ('Expand' permissions first)

Posted from my CrackBerry at wapforums.crackberry.com
None set to Prompt. "Security Timer Reset" and "Display Information While Locked" set to Deny by BES policy -- all others set to Allow.

Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > Stuff for your BlackBerry Smartphone! > BlackBerry Apps   ShortcutMe Updated for All BB Models (More Macros, Recurring Auto Launch, etc)!

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes