[APP] Modus Operandi v.0.5.2 for Android 2.x - Android Apps and Games

hi xda!
My new android application, Modus Operandi, is online .
With Modus Operandi you can create Situation based on Condition and Action.
For example if you are at home, Modus Operandi can enable wifi for you automatically.
Or, if your battery charge is too lower you can reduce screen brightness.
Every 10 minutes and any time you open the main dashboard, Modus Operandi check all the enabled Situation and if any Condition inside will be verified, all actions will be executed.
It's free.
It's modular (core + plugins).
actually there are this plugin:
Wifi Action Plugin
Battery Condition Plugin
Screen Brightness Action Plugin
Time Condition Plugin
Geolocalization Condition Plugin (Now with configurable GPS or Network, radius and actionbar search)
Airplane Mode Action Plugin
GPS - Thanks Andrea Baccega (admin @androidiani.com)
Bluetooth - Thanks Andrea Baccega (admin @androidiani.com)
Mobile Data Connection
Audio Manager
Days of Week Conditional Plugin (New!)
Another plugin are in developing.
As soon as possible, I'll release documentation for the community.
In attach you can find eclipse template for plugin developers.
Enjoy!
Italian How-to (ASAP an english version @xda, stay tuned )
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Support Modus Operandi with AD Remover:
TODO List:
* Manual Profile Settings
* Special 'Security' Situations
* Notification for manual profile choice
* Plugins Online Directory
* Widget for switch manual profile/automatic situations
* More and more plugins
ChangeLog:
v.0.5.2
* Fixed a notification bug
v.0.5.1
* Added notification when MO do a Situation check
* Added Changelog Dialog
v.0.5
* now you can configure how often Modus Operandi performe a Situation check
v.0.4.3.1
* added feature for AD Remover
v.0.4.3
* italian localization
* some optimizations
v.0.4.2
* fixed FC when configure a Situation
v.0.4.1
* minor bug fixed.
v.0.4
* added feature that allow a conditional plugin to call Modus Operandi Core to check situations.
* enable Modus Operandi Service by default (only) the first time you start Modus Operandi.
v.0.3.1
* fixed FC on Situation conf in a very few case.
v.0.3
* fixed layout problem with plugin list
* updated admob library
* removed "To Do Activities" check.
v.0.2
* Fixed layout problem with ldpi device
v.0.1
* First Release
Some screenshot:
Some plugin screenshot:

Looks Nice, Sounds very good. must test it out.
€: Can you create another App, that changes the Proxysettings? I will need your help.

Updated to v.0.3
I've added plugin eclipse template for developers.
If you need some help for plugin developing, send me a private message.
Thanks for your support !
Enjoy!

I like where this is going. Could give Tasker a run for its money if you can get some good developer support for plugins.
Only complaint: I like the simplicity of the UI, but it could use a little elegance in the design of the buttons, tabs, etc.

Does this have cell tower thing to locate position? Cause in this case, it saves more battery. Or is the geolocation using the same amount of battery?

Geolocalization plugin only use network based position, not gps: this save battery life, but your positon is not puntual. Only in a radius of 1.5km.
Sent from my Nexus One using XDA App

azatoth said:
Geolocalization plugin only use network based position, not gps: this save battery life, but your positon is not puntual. Only in a radius of 1.5km.
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
Perhaps you could include a GPS option, for those of us who aren't worried about battery life?

seboj said:
Perhaps you could include a GPS option, for those of us who aren't worried about battery life?
Click to expand...
Click to collapse
Yes, I can.
But if you use GPS, when MO check this condition... its important that GPS is always on .
I'll do that in a second step.
Thanks

Thanks for the tip! I don't mind the big radius if it saves battery. I'll be waiting for the mobile data and audio plugin before I could really start using this app. Btw what's your goal for creating this app? Just curious here. Hopefully you could implement switch to 2G network. It'll be a bonus!

Aztriltus said:
what's your goal for creating this app? Just curious here. Hopefully you could implement switch to 2G network. It'll be a bonus!
Click to expand...
Click to collapse
Because I need it and I don't want do buy Locale for $9.90 or Tasker for $6.44.
So I've developed Modus Operandi and released it and template for developers that want to code plugins for it and absolutly for free.

azatoth said:
Yes, I can.
But if you use GPS, when MO check this condition... its important that GPS is always on .
I'll do that in a second step.
Thanks
Click to expand...
Click to collapse
You could have it so when you're in a certain area (based on cell towers) it turns the GPS on, and then it can track when you get to a more specific area for other actions.

With this app, can I do something like enable auto rotate when I open picture gallery or Google Maps or certain apps and disable auto rotate when they are closed?
It looks like there is no auto rotate setting now but will this be possible in the future?

c00ller said:
With this app, can I do something like enable auto rotate when I open picture gallery or Google Maps or certain apps and disable auto rotate when they are closed?
It looks like there is no auto rotate setting now but will this be possible in the future?
Click to expand...
Click to collapse
for this setting, I need to do two plugin:
1) Condition: that return that is validate when start an app
and
2) Action: that enable/disable autorotate.
But more important... Modus Operandi must have a feature that now it's in develop: a conditional plugin (must) can call Modus Operandi when it's validate. Or Modus Operandi need to listen about app starting.
For do that a feature in MO core is needed and a plugin that do more work that now.
But, this is the way that MO need to be competitive.
So I will code this feature in the near future !

great app it could be great if control the sound for incoming calls, i had have an app that never worked, its app have a profiles that incoming at certain hour and end at other. but modus operandi could be best if include sound and vibrate controls
imagine if you set the church or movie thearer point for vibrating incoming calls and when you abandon that places the status changes to normal profile... its grate

azatoth said:
So I will code this feature in the near future !
Click to expand...
Click to collapse
Very nice, awesome

Bnto said:
great app it could be great if control the sound for incoming calls, i had have an app that never worked, its app have a profiles that incoming at certain hour and end at other. but modus operandi could be best if include sound and vibrate controls
imagine if you set the church or movie thearer point for vibrating incoming calls and when you abandon that places the status changes to normal profile... its grate
Click to expand...
Click to collapse
Now you can!
Modus Operandi Audio Action Plugin is out on the Android Market!
Enjoy!
EDIT: some screenshot

Love the app, works great! A bluetooth toggle plugin would make this perfect.

A GPS Action would be handy, too! I turn Wifi on and GPS off and vice versa depending on location.

Location detection is only GPS based or we can have cell tower based locations as well ?

At this time, location plugin work only on cell based service, no gps ;-).
Sent from my Nexus One using XDA App

Related

MobileMagic: G-Enabled, Button mapper, GPS logger and more - AVAILABLE NOW for HD2

BETA AVAILABLE NOW for HD2
Download: View attachment MobileMagic_1550.zip
MobileMagic is supposed to make your life with your HTC easier.
in the following I try to provide a quick overview what the
software can do:
In general it activates automatic G rotation for any app!
Buttons and Events that can be assigned to actions:
Rotation of your device triggers special actions
(Eg FaceDown turns screen off)
Shake X,Y,Z events
Stylus In
Stylus Out
Power button (short)
Power button (long)
Volume Up (1 to 3 time)
Volume Down (1 to 3 times)
Take Call (1 to 3 times)
Home -> Not supported yet
Backspace (1 to 3 times)
Hang Up (1 to 3 times)
GPS Fix Found
GPS Fix Lost
Portrait During Call -> Not supported yet
No Portrait During Call -> Not supported yet
Actions that can be assigned:
Start Application
Play Sound
Save window info -> Not supported yet
Screen On
Screen Off
Screen Toggle
DenyRotate (this is in particular for App rules see below)
Rotate Potrait
Rotate RevPotrait
Rotate Landscape
Rotate RevLandscape
Lock Screen
Soft Reset
Hard Reset
Show MobileMagic
Hide MobileMagic
Power Off
Show Home
Show Dial
Vol Up
Vol Down
DPad Left
DPad Right
DPad Up
DPad Down
LightUp
LightDown
GPS On
GPS Off
BT Off
BT On
BT Discoverable
BT Toogle (On)
BT Toogle (Disc)
Wifi On,Off,Toggle
Phone On, Off, Toggle
Activate Stay On
Deactivate Stay On
App Rules:
This are rules that deactivate rotation for specific apps or
force them to a particular rotation.
Be aware of that only DenyRotate, Rotate Potrait, Rotate RevPotrait, Rotate Landscape
Rotate RevLandscape are considered as valid rules.
So as of right now you cannot assign playing a sound when a certain app opens.
Seperate app profiles:
For using the seperate app profiles do the following:
1. Create App rule for the application you target
2. Select "Seperate Profile for App"
3. Save App rule
4. Select profile and edit
Options:
AutoStart MobileMagic
Start hidden
Stay On
Speed/Cache optimizer
GPS
GPS while power off
How to install:
You need to install .NET compact framework 3.5
Afterwards you can just copy the contents of the attached ZIP
onto your device.
Be aware of that many options only get active after you explicitly exit
MobileMagic and you restart it.
Please be advised: You use this software at your own risk.
I deny any responsibility or liability.
v 1.5.5.0 features:
GPS control extended
EnergySaving option
MM sound On/Off
Several bug fixes
v 1.5.1.0 features:
Shake X,Y,Z events
Several bug fixes
v 1.5.0.0 features:
New finger friendly GUI
Dev environment changed to HD2
Touch HD version history
v 0.9.9.25p features:
Solved "not supported dialog" issue.
Solved "Start hidden" issues.
It should work now for all devices.
v 0.9.9.2 features:
Little fix for "Close Active Application"
Should not kill apps anymore that it is not suposed to.
v 0.9.9.1 features:
Action "Close Active Application" added
Allowing to use some additional actions on WindowEvents/AppRules
which before were only available for button assignment.
(This is still limited since you can only choose actions, but you
cannot configure parameters)
v 0.9.9.01 features:
Fix for AppRule
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Video
A German video which shows MMs power can be found here:
MobileMagic - Funktionen im Handumdrehen
(The video still shows the old GUI. Now it is much more finger friendly)
Download
View attachment MobileMagic_1550.zip
Reserved
Reserved Reserved Reserved
Reserved
Reserved Reserved Reserved
Pictures added
So pictures have been added.
People that know the old version, will see a big difference...
I am still looking for some testers, pls pm me...
BETA AVAILABLE NOW for HD2
Merry Christmas to all of you
BETA AVAILABLE NOW for HD2
see first post
I`m so sorry. It doesn`t work on my german HD. Mistake: KeyNotFoundException
Could you send me your debug.txt via PM. I will try to look into the issue.
Update v 1.510
v 1.5.1.0 features:
Shake X,Y,Z events
Several bug fixes
Now it works, thanks for it.
How configuration, option utilize with this program? More explications please.
love it. thank you.
Do you plan a languages german also ?
Hey!
Nice app. I realy like the G-sensor functions.
Seems you can't control hard buttons. Been trying to add function to "Take call" button, but it doesn't work. Backspace doesn't work either.
NEO130 said:
Do you plan a languages german also ?
Click to expand...
Click to collapse
In case there are some others that request it, I will add mutli language support
which will allow different language files.
staneb said:
Hey!
Nice app. I realy like the G-sensor functions.
Seems you can't control hard buttons. Been trying to add function to "Take call" button, but it doesn't work. Backspace doesn't work either.
Click to expand...
Click to collapse
They will not work within HTC Sense. But should work anywhere else?
Can you test that?
Yerry said:
They will not work within HTC Sense. But should work anywhere else?
Can you test that?
Click to expand...
Click to collapse
With Sense off it works.
One other issue.....I get massive battery drainage (135mA in standby).
staneb said:
With Sense off it works.
One other issue.....I get massive battery drainage (135mA in standby).
Click to expand...
Click to collapse
Could you please define "Standby"?
Is it when you "turned off" the phone by the power button?
Or is it in case you turn of the screen, with MMs features.
Also could you let me know which tool you use to
check battery drainage?
by standby I meant the phone "turned off" by power button. I use Batlog to monitor battery consumption.
Now, with MM turned off I have between 6 an 30 mA.
staneb said:
by standby I meant the phone "turned off" by power button. I use Batlog to monitor battery consumption.
Now, with MM turned off I have between 6 an 30 mA.
Click to expand...
Click to collapse
I will look into it, but one more question:
Do you have GPS or StayOn from GPS Control menu active?
Yerry said:
I will look into it, but one more question:
Do you have GPS or StayOn from GPS Control menu active?
Click to expand...
Click to collapse
No, GPS and WiFi turned off.
Maybe if someone else could test the application and give some feedback. It could be that there is just something incompatible with my ROM. I use Dexter Series (build from 15th december).

[App] ZDbox v 4.2.421 - All-in-one Tool box [ Updated ! 2014-1-8]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What's New
4.2.421 changelog [ Jan 8, 2014 ]
1. [Optimize] Menu and settings.
2. [Optimize] Battery info accuracy .
3. [Add] Calendar icon.
Click to expand...
Click to collapse
Google Play Store Link: https://play.google.com/store/apps/details?id=com.zdworks.android.toolbox
Click to expand...
Click to collapse
The most popular system optimize toolbox with more than 20,000,000 users now.
ZDbox is an amazing all-in-one toolbox.It can save your battery and boost your android running speed!
ZDbox holds a collection of useful tools and has a nice and easy to use interface. With ZDbox you’re getting your mobile/cell phone under control, do easily some optimization and customize it to your needs.
An essential tool which you will love!
—————— Join Beta Test Group ——————
Please help us improve ZDbox by being the Beta tester in here: https://plus.google.com/u/0/communities/117635809710935165203
Click to expand...
Click to collapse
Widgets:
Keep screen always on, kill all tasks, WiFi on/off, airplane mode on/off, brightness adjustment, sound settings, rotate screen on/off, bluetooth on/off, start/stop sync, switch between 2G/3G/4G,
app lock on/off, GPS on/off, APN on/off (mobile access point),LED flashlight on/off
Battery info:
Monitoring and showing information about remaining battery time, temperature, health, time since last boot, necessary time until full charge and so on
one tap power saver :click battery saving button to turn Battery saving mode on/off. Turn off Battery saving mode to resume the previous mobile status before battery saving.
Traffic counter:
Monthly/daily mobile data usage overview, shows remaining data traffic, detailed data usage information for each app.
Do not disturb:
Just set days and the time when you need your privacy and you won’t be disturbed by your phone. Set phone to silent, vibration or airplane mode.
App lock:
Protect apps with a password or pattern, for exmaple your contacts, Facebook, Twitter, Whatsapp,Gmail and so on.
Task killer:
· Kill all apps at once, define protected apps which won’t be killed, set auto kill when screen gets locked, mark single or multiple apps to kill.
· If your phone is rooted,you can use root task killer to stop self-starting apps and save more battery.
history eraser:
clean your(Browser history,market search history,Google Map search history,Gmail search history,Clipboard)
Uninstaller:
Shows used/available internal and SD card memory. Apps can be easily uninstalled. Single or multiple (batch) uninstall possible.
App to SD:
Move apps to your SD card. Single or multiple (batch) move possible. Only for Android 2.2 and 2.3.
Cache Cleaner:With Cache Cleaner you can clean your cache of phone.protect your secret without a trace.
—————— Thanks to following people for all their effort and support ——————
Zamana, Jarek Mazur, Zhengyi Zhang, Johan Jaworski, Михаил Семашко, Lumir Strauch, Rongrong Xu, Meiyan Quan, Sebastian Klaus, ahmet erdem,
Yasuo Yamazaki, אלישיב סבח‬‎, factorymark, Muhammad Almufathaly
———————— ZDbox Team is seeking business cooperation on a global scale ——————
1.International Agency
2.Advertising Service
3.Independent CP (Content Provider)
4.Channels Cooperation
Contact: [email protected]
———————— Contact us —————————
If U have any problem, please contact us: [email protected]
Twitter: https://twitter.com/ZDbox
Google+: https://plus.google.com/117708970313185239989
Facebook: https://www.facebook.com/ZDboxinter
Website: http://zdbox.net
Prompt communication is better than one star comment! :laugh:
Click to expand...
Click to collapse
Looks great...can it be set up as a widget? It would be nice to have it as a fullpage widget on the home screen!
Brilliant, I love it If something comes up, you'll hear it. Lovin' it so far...
Looks good. Could you add the ability to sort applications in the "App Lock" scree?
Love it so far no problems, like the protection option the most.. thanks for this great application..
Sent from my SPH-D700 using Tapatalk
Permissions seem OK... Installing...
Very well put together app. Impressive!
This is awesome man, installing it now.
very nice! I really like the ability to lock apps, brilliant!
Cool app, except for the app protection feature, which doesn't seem to work. Even after locking my apps, I can use them freely, it doesn't ask for the password...
sreenath_pkd said:
Cool app, except for the app protection feature, which doesn't seem to work. Even after locking my apps, I can use them freely, it doesn't ask for the password...
Click to expand...
Click to collapse
Same problem I have. Anyone know a fix?
Sounds interesting. Will this app be avalible over the market soon?
Sounds very powerful. But a few screen shots as preview would be better.
Ive only been using this for like 5 minutes and i'm thoroughly impressed. Only thing i could think of to make this better, is some widgets and toggles, but regardless this app is AMAZING. Thank you.
Had this on for all of 2 minutes after seeing it recommended on another forum (word spreads fast apparently!!), love it!
Can see it replacing alot of apps for some people. Really well done especially for a first release.
Feature requests
- battery/3g usage widgets? This would mean I could kill another couple of widgets
- on the detailed data screen, it shows combined 3g/wifi data usage, can it be implemented so we can just see either 3G *or* wifi, rather than combined? Would be a good way of spotting rogue downloaders (of course the summary would still show that now, but it'd be easier to spot problems on 3g which is where it costs you $$ if things go bad).
Edit - just found a bug
2g/3g traffic -> more detail -> touch on an app and get FC of com.zdworks.android.toolbox, then goes back to main app summary screen.
HTH
Thank you very much for this *Great* App I'm lovin it!
Excellent work!
One thing, is it possible to have an increment of ONE minute in DO NOT DISTURB?
Then it would be perfect!
Cheers!
DAVE©
Brilliant.
Does it work in landscape? I would love to use it on my Streak.
Nice app. I've got a suggestion about the mobile network netcounter settings. The app considers only data per month. Could it be possible to customize it a bit more? I've got a data plan which gives me 50 MB per day (not per month) so I cannot use this part of the app because doesn't fit with my dataplan. Another nice thing could be to hide the standar battery icon (the one near the clock) when the Notification Icon si set to "Battery". Another nice thing could be the Ignore List in the Task Killer (there are some apps I don't ever want to kill).
Anyway I like it a lot!
This sounds interesting! I will give it a try and be back with feedback
Very cool application but it has some issues on my galaxy s , App Lock feature if enabled the application keeps crashing else everything seems fine.. Loving it

[APP][2.2+][V 3.1] Profile Flow, A Profile Management App

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Profile Flow, a profile manager for android
Profile Flow can make your Smart Phone MORE Smarter, it can automatically Switch Profiles for you, gives your phone a different personality..
Profile Flow can be used in a number of ways. Here's a few we can think of :
* Silence it automatically when you are in office and make it scream on top of its voice when you are in busy market.
* Use mobile data when on the move and start slurping from office wifi when you reach your office.
* Automatically let some one know that you have left a particular location (say order for a pick up from the train station at the destination) or let your wife/husband know that you have left the office and that they could start cooking dinner, so it's hot and fresh when you arrive home.
* Remind you to pick up flowers from a local store before you reach home.
These are just a few, we would love to hear how Profile Flow helped you .
Profile Flow can activate based on
* Based on Date
* Based on Time Range
* Based on Date Range
* Based on Day
* Based on Location (GPS)
* Based on Charging
* Based on Battery Level
* Based on Location (Cell ID)
* Based on Time Interval.
* Based on WIFI Networks.
* Based on Bluetooth Networks.
* Based on Headphone. (NEW)
* Based on Calendar event. (NEW)
And can do these tasks automatically based on above conditions
Wireless and Network
* Enable or Disable Wifi
* Enable or Disable Wifi Hotspot
* Enable or Disable Bluetooth
* Enable or Disable Bluetooth Discoverability
* Enable or Disable Aeroplane Mode
* Enable or Disable GPS (depends on Android versions)
* Enable or Disable Auto Sync
* Enable or Disable Mobile Data
Sounds and Volume
* Change Ring Tone
* Change Ring Type
* Change Ring Volume
* Change Notification Volume
* Change Notification Tone
* Change Alarm Volume
* Change Media Volume
* Change Vibration Mode
* Trigger Alarm
Display
* Change Brightness
* Change Auto Brightness
* Show Notification
* Enable or Disable Auto Rotation
* Set Display Timeout
* Change Wallpaper
Application
* Launch other Apps
Phone
* Place a Call
* Send SMS
Please do give Profile Flow a try and help us improve this little tool in becoming the personal assistant you will ever need.
For more information visit us at www.agcTools.com
Screenshots
Video
Please do give Profile Flow a try and help us improve this little tool in becoming the personal assistant you will ever need.
For more information visit us at www.agcTools.com
News articles about Profile Flow
● XDA-FORUM
● XDA-TV
● HackMyAndroid
● bitmagazine-mc
Change History
In Version 3.1 (NEW)
● New Activation Method - Headphone Insertion.
● New Activation Method - Calendar Event.
● Feature to add Profile Icons.
● Major bug fixes.
In Version 2.9
● Bug fixes with WIFI Activation method (for Nexus 4 devices)
In Version 2.8
● New Activation Method - Based on WIFI Networks.
● New Activation Method - Based on Bluetooth Networks.
● Feature to merge Cell Based Locations.
● Battery usage improvements.
● Tasks, Launch App bug fix.
● Major bug fixes.
In Version 2.6
● Themes - Dark and Light themes added.
● New Task - Auto Brightness.
● New Task - Launch Apps.
● 'Never' added to Display Timeout task
● 'Ongoing Notification' added in Settings
● Changes to Customer Support feature.
● Bug Fix - Brightness Task was not working properly.
● Bug Fix - Wallpaper Task was not working properly.
● Other small bug fixes.
In Version 2.5
● New Activation Method - Time Interval.
● New Activation Method - Cell ID based location.
● Battery usage improvements.
● Major bug fixes.
In Version 2.2
● New Task - Alarm.
● Added Credits.
● Added some title images.
● Small bug fixes.
In Version 2.1
● Small bug fixes.
In Version 2.0
● Small bug fixes.
Our other Apps
.....Download...............Download.......
awesome app... i used tasker all these days.. but this app makes thinks soo simple.. cool :good:
Similar to tasker but with a simple and easy to use touch. Thanks for sharing and making this
tool is really helpful n very very easy to use and scope for adding entry and exit task for the profile is really huge n definitely a very well executed app ......
thanks a lot for ur comments.. we will be adding more features soon... Please let us know how we can improve
I will like to remind you to please add the Open Source Library credit's to your app's about page or settings page.
I can see your have used external Library's in your app which you having given credits to in the app.
Since this will also have a Premium Pro version i will suggest that u add the credits or it will potentially let you to trouble.
A Developer to Another :angel:
Nice app, upgraded to pro to get the location based options.
Now, is there any option to set a location based alarm? It would come in handy when I have 24 hour shifts to wake me in the morning. I would no longer have to remember to set the alarm myself everytime.
I'll wait for Pro to be in the Play Store, looks awesome!
Is location activation based on GPS or cell data?
Looks and works very great Thanks for that awesome work
Jubei71 said:
Is location activation based on GPS or cell data?
Click to expand...
Click to collapse
I am wondering the same..
just bought the pro version, I'm playing with it now. Keep it up! :good:
I have already done the changes for it, Will be in version 2.2
Sorry that i missed it in the first version.
GadgetCheck said:
I will like to remind you to please add the Open Source Library credit's to your app's about page or settings page.
I can see your have used external Library's in your app which you having given credits to in the app.
Since this will also have a Premium Pro version i will suggest that u add the credits or it will potentially let you to trouble.
A Developer to Another :angel:
Click to expand...
Click to collapse
andreaspe said:
I am wondering the same..
Click to expand...
Click to collapse
Its both... We use Both GPS and Cell information (when GPS disabled)
this depends on what is available and which is more accurate..
amithgc said:
Its both... We use Both GPS and Cell information (when GPS disabled)
this depends on what is available and which is more accurate..
Click to expand...
Click to collapse
So i presume there is a cell id recorder function ? If yes i can record and assign more than 1 cell-ids for a specific area?
Another question.. is there a holo dark theme or is it only white?
The app looks great, i will buy it immediately if the cell-id recorder function is there
I can not find the pro version in google play. Can somebody please link to it? Thanks in advance.
Sent from my GT-N7000 using xda premium
andreaspe said:
So i presume there is a cell id recorder function ? If yes i can record and assign more than 1 cell-ids for a specific area?
Another question.. is there a holo dark theme or is it only white?
The app looks great, i will buy it immediately if the cell-id recorder function is there
Click to expand...
Click to collapse
we have plans for Dark Theme, Our Graphic designers are working on it... will be out in a month
and regarding cell-id, You dont have to worry about that.. We manage it internally... U set the location in the map.. and we will find out the cell-id internally... it works like magic
amithgc what about location specific alarms?
Sent from my HTC One using Tapatalk 2
amithgc said:
we have plans for Dark Theme, Our Graphic designers are working on it... will be out in a month
and regarding cell-id, You dont have to worry about that.. We manage it internally... U set the location in the map.. and we will find out the cell-id internally... it works like magic
Click to expand...
Click to collapse
Yes but that way i have to rely on maps and gps for the location. Im talking about a map/gps independent location awareness (cell-id). I know that is not as accurate as gps but there are some of us who dont use gps at all ! All the profile applications that i tried (and i tried almost everything) either they lack this function or they dont implement it in a consistent way or they use only gps. The only exception is tasker but is a pain to set it up and setting profiles (probeez) which is not maintained anymore.
Also something very useful will be an icon on the notification bar assigned to every profile (visual indication of current active profile) and the ability for the user to change it.
Just my thoughts. The app is great keep up the good work !
andreaspe said:
Yes but that way i have to rely on maps and gps for the location. Im talking about a map/gps independent location awareness (cell-id). I know that is not as accurate as gps but there are some of us who dont use gps at all ! All the profile applications that i tried (and i tried almost everything) either they lack this function or they dont implement it in a consistent way or they use only gps. The only exception is tasker but is a pain to set it up and setting profiles (probeez) which is not maintained anymore.
Also something very useful will be an icon on the notification bar assigned to every profile (visual indication of current active profile) and the ability for the user to change it.
Just my thoughts. The app is great keep up the good work !
Click to expand...
Click to collapse
We will see how best we can do it.. we will think about it and will let you know
and regarding the profile icons, we have already started doing it

[APP][2.3+] iPulse (connection manager)

Hi guys!
here my first android app mainly born for personal usage and, now, considered "mature" enough for the brave members of this community
iPulse is an application that let you pulse the data connection (and WiFi in the pro version) depending on several configurable events.
Extremely useful to awake services that needs internet connection (e.g. push mail) without necessity to keep it always on, thus reducing greatly the battery usage.
iPulse can ignore the connection status, operate in manual mode for connection always on, connection always off (as a standard connection on/off manager) or in a totally automatic mode, driven by events. The different operating modes can be switched using widgets and/or commands in the notification area (Android >= 4.1).
The configurable events that can activate the data connection (and WiFi in pro version) in automatic mode are:
Timer (frequency, duration, and daily range)
Screen on and unlocked (with optional delayed timeout)
Battery charge (AC or USB)
The configurable events that can deactivate the data connection (and WiFi in pro version) are:
Expire of scheduled timer
Screen off (with optional delayed timeout and list of foreground apps)
Low battery signal (ignored when battery is in charge)
iPulse works on any Android device version starting from 2.3 (Gingerbread) and doesn't requires device ROOT. It is available in English and Italian. The free version is without any ads, the pro/donate version has more widgets and the possibility to handle also the WiFi/Tethering connections.
Notes:
There is an online manual that describes all the features (you can find it here as well: http://www.thinksoft.it/android/iPulse/manual/ipulse-user-manual.htm).
Since dual SIM support is not standard in Android, it could be that iPulse won't work properly on dual SIM devices.
The first time you install it don’t forget to run the app and accept the EULA to properly configure and enable it.
I would like to hear your comments and suggestions, please post them here or send them to "ipulse AT thinksoft.it"
Here some screenshots as published also in the market:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here the links for the google play market:
Free: https://play.google.com/store/apps/details?id=it.thinksoft.ipulse&hl=en_GB
Pro/donate: https://play.google.com/store/apps/details?id=it.thinksoft.ipulsepro&hl=en_GB
Have a nice day!​
Going to give this a try while at work. My signal there is spotty at best. Over a 9 hour shift it takes a toll on the battery. I have Automate It turn data off once work starts but I miss emails throughout the day unless I toggle manually.
Tomorrow I'll give this a shot and see if this helps. If so I'll buy your pro even though I have no need for the advanced options.
If you have weak signal I suggest you to raise the data connection timeout, try at least 180 seconds, you can even go up, that is the maximum time to wait for a successful connection.
Sent from my GT-I9100 using xda app-developers app
New version just published. Here the news:
- Fix bug: always auto start on reboot
- Feature: customize widget colors (including transparency)
- Feature: automatically switch on data and wifi connections on power/screen event
- Feature: disabled connection timeout on power/screen event
- Feature: logged connection timeout expired events
- Feature: increased log (25, 50, 100, 200)
- Feature: new set of icon for status bar
Interesting
If this could use root to force roam and allow roam preferences, it was make this already astounding app better.
Sent from my SPH-L710 using XDA Premium 4 mobile app
JohnnyEpic said:
If this could use root to force roam and allow roam preferences, it was make this already astounding app better.
Sent from my SPH-L710 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hi,
Do you mean the possibility to override the "Data roaming" setting in the Android preferences (the flag highlighted in the image)?
Best regards,
Marco
Will try. Thanks
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
matrixzone said:
Will try. Thanks
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
Feel free to ask any question or doubt you my have
A new version has been published!
Here the main changes based on your feedbacks:
Fix bug: disable airplane mode with charger connected doesn't enable connection
Fix bug: rapid switch between auto/manual/auto sometimes doesn't enable connection
Fix bug: screen off event before screen on timeout expiration sometimes doesn't enable connection
Fix bug: aesthetic fixes in the settings
Fix bug: connection suspension on 2G network on incoming/outgoing calls
Feature: compatibility timer (tested on Huawei Ascend P1)
Feature: improved user manual (widget customization)
Enjoy!
Best regards,
Marco
Version 2.5.0 (1.5.0 Pro) just published!
Here the main changes based on your feedbacks:
Fix bug: sometimes data connection is not properly turned off after ending a call (only in 2G mode)
Fix bug: sometimes data connection is not properly turned on when switching on screen
Fix bug: missed activation event on screen on during wait for timer timeout
Fix bug: WiFi icon and command in status bar were not synchronized properly [1.5.0 Pro]
Fix bug: crash on setting tethering command in status bar [1.5.0 Pro]
Fix bug: time scheduler span across midnight (when activation on > activation off)
Feature: restructured settings section (best on tablet)
Feature: interface adjustments for device with big screen
Feature: new timer model for Android 4.4 (KitKat)
Enjoy!
Best regards,
Marco
Just pushed a little update (2.5.1/1.5.1 Pro):
- Fix bug: occasional vanishing of the buttons in the notification area for some versions of Android
Enjoy!
Best regards,
Marco
Just published an update:
Ver. 2.6.0/1.6.0 (Pro)
- Feature: removed integrated manual (available online) to save memory usage
- Feature: the low battery threshold to disable iPulse is now selectable
- Feature: show next events in status bar (selectable from settings)
- Feature: added menu item to send e-mail to developers
Enjoy!
Seems awesome. Something like DS battery saver pro. Does your app prevent wakelocks from apps that want to sync when screen off?
Martinhdk said:
Seems awesome. Something like DS battery saver pro. Does your app prevent wakelocks from apps that want to sync when screen off?
Click to expand...
Click to collapse
Hi Martinhdk,
iPulse doesn't directly interact with apps (doesn't stop them), it controls the activation of the connection depending on events programmed (timer, screen, power), app that are "connection aware" (most of them) will connect and download automatically as soon as they will see the connection active.
Give a try to the free version it's full featured (except that doesn't manage the WiFi connection) and has no ads at all.
For any other question feel free to ask, I'll be glad to try to help you!
Best regards,
Marco
Version 2.6.3 / 1.7.1 Pro just published!
Here the main changes based on your feedbacks:
Feature: added list of apps to monitor to keep connection active with screen off
Fix bug: removed erroneous toast notification
Fix bug: timer rescheduled erroneously (when timer event is the sole event configured)
Updated Android support library
Enjoy!
Best regards,
Marco

[App][9.0+] System MonCon (System Monitoring and Control)

Hello all. Back with a new app called System MonCon after a long time. It's the beginning of the app and will grow further with your support and suggestions.
It's not that I have created a great thing. Only trying to bring small, simple and often quick info required kind of things at one place.
A combination of noticeable 3 things:
Check real-time battery temperature, screen time, and internet speed. Track subscription data consumed for the given time. Control and save yourself from digital addiction with over use indicators.
Navigation bar alternative with many features. One assistive floating button with many controls. Gain more screen area by disabling default navigation bar.
Automatic wallpaper changer with custom directory selection, and configurable time to change. Configure it and the automatic wallpaper changer will keep it doing for you.
Full charge battery alarm to protect from over charging, also has configurable voice indicators for low charging and max charge.
Seeking your support to test functionality on many verities of devices. Once the core feels stable in verity of devices, I will plan for more feature additions.
Check some screenshots for a quick glance:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download: https://play.google.com/store/apps/details?id=com.iglint.android.systemmoncon (Google Play)
Thank you.
Updates:
v1.4_ap
☛ Added Change keyboard action (Available with Popup controls)
☛ Bug fix. Unable to start service because of parameter specified as non-null is null.
v1.3_ap
☛ Every 5 mins added for Wallpaper changer
☛ Internal optimization
v1.2_ap
☛ Added Volume(s) controller as a new Action.
v1.1_ap
☛ Added temperature unit selectable as Celsius or Fahrenheit.
☛ Added auto Wallpaper changer from selected directory.
v1.0_ap
☛ Internet speed meter, daily usage and quota tracking.
☛ Battery temperature monitoring with alert.
☛ Screen time tracking with alert and usage info for 7 days.
☛ Navigation control to use device with full screen area.
Updates:​v1.5_ap
☛ Added battery charging alarm feature.
☛ Bug fix.
Starts speaking the charging status from, as set in the settings of charging section. Also includs 100% charged alarm. Custom alarm sound file can be used. By default it's a long beep.
Hope this feature addition will be useful for some.
Great, i think better if we can change opacity of widgets. And useful with cpu, gpu clock!
And custom time format: actualy current time with sec!?
Thank your work and keep it up
oldman20 said:
Great, i think better if we can change opacity of widgets. And useful with cpu, gpu clock!
Click to expand...
Click to collapse
Just waiting for some more users and test results to make the core a bit more stable and responsive in varieties of devices. After wards, I will be adding more customization features and options too.
And custom time format: actualy current time with sec!?
Click to expand...
Click to collapse
Didn't get that. Screen time is already with seconds.
prahallad said:
Just waiting for some more users and test results to make the core a bit more stable and responsive in varieties of devices. After wards, I will be adding more customization features and options too.
Didn't get that. Screen time is already with seconds.
Click to expand...
Click to collapse
Yes, but i need option for current time with sec in fullscreen mode
oldman20 said:
Yes, but i need option for current time with sec in fullscreen mode
Click to expand...
Click to collapse
Ok, so you need an on screen clock with seconds. Added to queue.
Updates:
v1.6.1_ap​☛ Alert for Low battery added.
☛ Mostly dependencies updated.
Updates:
​v1.6.2_ap
☛ Added "Clipboard memo" action
☛ Ready for Android S
Clipboard memo, is an action which can be added as an action to soft nav floating control, or can be added to Popup controls. Text clips can be added to clipboard memo and can be copied to clipboard using a single tap on it. Helpful for those who needs to copy past same content quite frequently.
Updates:
v1.6.3_ap
☛ Popup controls and Volume controls redesigned.
☛ Apps from Popup controls can be opened in freeform mode using long press. ("Force activities to be resized", and/or "Enable freeform windows" needs to enabled manually from Developer options).
☛ Dependencies updated.
great app @prahallad. im installed this app on my oneplus 7T.
just some suggestions:
1) internet speed meter - use B instead of By
2) track daily data dashboard - use Wifi not Wify
Updates:
v1.6.4_ap
☛ Now all installed apps are available in the selection list.
☛ Popup controls and Volume controls updated.
☛ Apps from Popup controls can be opened in freeform mode using a long press. ("Force activities to be resized", and/or "Enable freeform windows" needs to be enabled manually from Developer options).
☛ Dependencies updated.
☛ Bug fix.
Although I am not a good video creator, but have tried to explain as much as possible
Updates:
v1.6.5_ap
☛ Compiled for Android Tiramisu with dependencies update.
☛ Some bug fixes and corrections as suggested.
great,, keep it up! thanks

Categories

Resources