[APP] Tasker: how to set default application? - Android Apps and Games

Hi, I hope I'm posting in the right forum here!
Several people have said that the following is possible, but nobody knows how to actually do it!
I want to make tasker switch my default browser whenever I have mobile data enabled. The task would be pretty similar to the "switch input method" function, but I can't figure out how to do this.
Is it possible?
Sent from my GT-I9000 using XDA App

Bump
Sent from my Nexus 7 using Tapatalk 2

May I bump this?
I'm searching everywhere for a hint of whether my task is possible:
I have a plan that consists of 200 minutes, and unlimited calling to my 'Fav 10'.. I also have a data cap of 1Gig. I would like for Tasker to keep track of my minutes used (rounding up as my carrier does not bill by the second), and once it reaches a defined count (200), it'd switch my default phone dialer over to Skype for ONLY the phone numbers that are not part of my Favourite Ten (or Dell Voice, however Google Voice is not available in Canada at the moment).
Skype rates are 3cents/minute, compared to 45cents for every extra minute on my plan; it is possible to $3+tac for call forwarding, but it doesn't seem to let me exclude callers from the feature. Also, I'm trying to live within certain budgets, as I am a student.
As well, I would like to be presented with an option box, to use either my native phone dialer or Skype, if I am approaching my 1gb cap (even a MB over will cost me a large chunk of money).
So... I'm searching and continuously searching... but I ask for anyone's help who may have.
Thanks a lot everyone..
Ryan

I think it's doable, at least some of it, but you would need someone who knows a lot about the logic syntaxes in Tasker and their limitations, which I unfortunately don't.
Sent from horseback.

Thanks for the insight.
After only having Tasker for a few days, just by what I wrote above I can definitely see it as maybe possible.
But, as like you, I don't know enough of this to even begin, I'm afraid.
I'll keep an eye on this thread and bump it every so often until I give up, or until I'm told to stop

adytum said:
Hi, I hope I'm posting in the right forum here!
Several people have said that the following is possible, but nobody knows how to actually do it!
...
Is it possible?
Click to expand...
Click to collapse
This is not an exact "set default application", but you can try this. Make the task with shortcut (and call it myBrowser). This task will run a different apps depending on the conditions (WiFi, Mobile Data, etc.).

memberfive said:
This is not an exact "set default application", but you can try this. Make the task with shortcut (and call it myBrowser). This task will run a different apps depending on the conditions (WiFi, Mobile Data, etc.).
Click to expand...
Click to collapse
Thanks, but it's over a year since I posted that, and actually started to do the exact thing you mentioned shortly thereafter myself
Sent from horseback.

Open a web page in a non-default browser / changing the default application
adytum said:
Hi, I hope I'm posting in the right forum here!
Several people have said that the following is possible, but nobody knows how to actually do it!
I want to make tasker switch my default browser whenever I have mobile data enabled. The task would be pretty similar to the "switch input method" function, but I can't figure out how to do this.
Is it possible?
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
Prerequisites:
1. Root access
2. Tasker installed
It depends on the Action/Mime Type that you want to change but for opening an url in a non-default browser this works - I tested it.
Create new task: Misc>Send Intent
Action: android.intent.action.VIEW
Cat: None
Mime blank
Data: "your url"
Extra blank
Package: com.android.browser or com.webbrowserminiapp or "the package of whatever browser you want to use"
Class blank
Target: Activity
The rest is peace of cake.

Related

[Idea] automatic updater/downloader

Imagine...
You come back home (or arrive at work), your device connect to WiFi. Then, automatically, your device sends/receives emails, your weather program updates, xtra downloads it's data, whatever you set it up for. Now, I have to do it all myself, to avoid charges.
A few programs do it automatically when connected to WiFi but not enough of them. I would love to have it done for me. An application that would start predefined programs (such as xtra) and trigger certain events (user defined) upon connection to WiFi.
Is it possible? Anyone smart enough out there?
sabestian said:
Imagine...
You come back home (or arrive at work), your device connect to WiFi. Then, automatically, your device sends/receives emails, your weather program updates, xtra downloads it's data, whatever you set it up for. Now, I have to do it all myself, to avoid charges.
A few programs do it automatically when connected to WiFi but not enough of them. I would love to have it done for me. An application that would start predefined programs (such as xtra) and trigger certain events (user defined) upon connection to WiFi.
Is it possible? Anyone smart enough out there?
Click to expand...
Click to collapse
see this link or this link
ThreadMoved
@ nir36
I certainly don't want to "get myself in trouble" or do anything resulting in "Disciplinary Action" against me... I am a law obeying citizen, well, most of the time. Could you please move this thread Q&A to get me out of this pickle, please? Sorry for causing trouble.
@ Hammerz
Thanks for these. WifiLocations is a cool program but it does the opposite thing to what I thought about, actually. CommMgrPro... I will have to look into it closer but it seems to be an overkill and still not doing what is needed.
It should be: WiFi connecting should start predefined applications and or trigger certain actions within them. It should be universal, any location, any network. The point of it is to download as much needed data from the net to our devices as possible whenever the opportunity arises. For free, automatically and exactly what we need.
sabestian said:
@ nir36
I certainly don't want to "get myself in trouble" or do anything resulting in "Disciplinary Action" against me... I am a law obeying citizen, well, most of the time. Could you please move this thread Q&A to get me out of this pickle, please? Sorry for causing trouble.
@ Hammerz
Thanks for these. WifiLocations is a cool program but it does the opposite thing to what I thought about, actually. CommMgrPro... I will have to look into it closer but it seems to be an overkill and still not doing what is needed.
It should be: WiFi connecting should start predefined applications and or trigger certain actions within them. It should be universal, any location, any network. The point of it is to download as much needed data from the net to our devices as possible whenever the opportunity arises. For free, automatically and exactly what we need.
Click to expand...
Click to collapse
lol dude.. don't make fun of me
this is a regular format we use.
nir36 said:
lol dude.. don't make fun of me
this is a regular format we use.
Click to expand...
Click to collapse
Don't worry, I am far from a trouble maker. A few smileys haven't killed anyone yet! All the best.
Bumpity bump for the thread question/idea! I hate remembering to do it all, maybe I'm lazy, I don't know. And I always forget to update something. I should perhaps scribble a list of "to do on wifi connection" things on a yellow posted note and tape it to my device...

[Q] Any simple/no-frills gps tracker which sends data to own website?

Hi,
Does anyone know if there's any GPS Tracking software which can send httppost data (or other form of data transfer) to a custom website?
I want it to send the regular gps data, such as Date/Time, Longitude, Latitude, Height, Speed and Heading (or whatever is available).
I can write my own web software in php/mysql - but I haven't got a clue about how to write my own android app.
I don't want any fancy maps displayed, I just want the software to acquire gps fix, and send it at user set intervals (example every 1 minute) to my own custom web application.
I had previously been using software on my old Nokia 5800 which sent it to a 3rd party server and I could import the data via xml (see here: http://madstu.net/tracker/ ) but I haven't found any such solutions for Android yet.
Any help would be appreciated
Stu.
You could probably do this very simply with one service and an activity to set the interval and some status. You should look at some android tutorials and you can probably do it in less than an hour.
thanks, yes this is what I've been learning. I created a hello world app by following a tutorial, but I'm afraid that might just be my limit!
Sent from my Defy using Tapatalk
You can use Run.gps for your job.
You can customize it to send data to custom server. In section 6.2.1 in the manual explains how you do it.
Regards
Thanks, I've been trying this since this morning and it seems to work on and off, I will continue to trial it though until I find something better/simpler
Never heard of run.gps, but I do this exact thing in Tasker. I am a long time user of TrackMe, a Windows Mobile tracking client, however I didn't really use the client that much but I've made extensive use out of the web server that went along with it. Data goes into it from several possible sources, and I have several things that extra data out of it (Google Earth to visualize, even geotagging photographs, etc).
I have a long outstanding "offline mode" that's missing from its functionality, ie: you don't want to upload, or it fails to upload so it stores the data for later and uploads it when it can. I really want to put this in some day, but it's semi-complicated and honestly editing complex tasks on my phone is tedious Otherwise it's fully functional and for me works great. Let me know if you're interested.
Yes I'd be very interested in this, please.
Like you said, the "offline mode" would be awesome too, I'd previously used Viewranger on my old Nokia 5800 which had this offline option and worked well.
Cheers
MadStu said:
Yes I'd be very interested in this, please.
Like you said, the "offline mode" would be awesome too, I'd previously used Viewranger on my old Nokia 5800 which had this offline option and worked well.
Cheers
Click to expand...
Click to collapse
Are you using the TrackMe web server? Otherwise, what I have won't be of all that much use.
khaytsus said:
Are you using the TrackMe web server? Otherwise, what I have won't be of all that much use.
Click to expand...
Click to collapse
No, But I have my own server. How is the data sent? I can customise my web software to receive whichever variables are sent.
MadStu said:
No, But I have my own server. How is the data sent? I can customise my web software to receive whichever variables are sent.
Click to expand...
Click to collapse
Fairly straightforward, API calls.. Not really documented anywhere I'm aware of, but here's an example.. But it could be easier to adapt the Tasker profile rather than your softwae?
/trackme/requests.php?a=upload&u=user&p=password&lat=dd.ddddddd&long=dd.ddddddd&do=2011-02-06%2009:10:00&tn=Tripname_Date&sp=0.0&alt=279.0&ang=0&db=8&comments=Optional%20Comments&bs=98
So while it's not difficult, I'd say if you already have a POST/GET type API there, it's probably easier to adapt the Tasker profiles. If you're still interested, I'll export and sanitize and put 'em here.
Yeah I could just edit to match mine. I'm very interested in your sanitized profile(s) though. I've been playing with it and can't get it to work.
Thanks
After some more playing I've done it
Thanks for letting me know about this. Works well and I've got to start automatically when I open up the awesome MM Tracker app

[APP][2.1+] ** OVERVI3W [v1.50] - November 20th 2012 - With Geo-fencing**

______OVERVI3W_____
Now you see all calls, bookmarks, internet history, text messages and contacts through your web browser. Track down and Lock down your phone remotely and many many other features. Geo-fencing capabilities now added!
PLEASE, IF YOU LIKE THIS SOFTWARE THEN RATE IT OR ADD COMMENTS TO THE ANDROID MARKET. IT WOULD BE VERY HELPFUL.
INSTRUCTIONS CAN BE FOUND HERE
** MAKE SURE YOU REBOOT AFTER INSTALL **
YOU CAN DOWNLOAD V1.50 DIRECTLY FROM HERE:
http://goo.gl/prtJf
PLEASE UNINSTALL THE OLDER VERSIONS BEFORE INSTALLING NEWER VERSIONS
If posting back any issues, please include your phone model, android version, phone carrier and ROM (if not stock)
****** CHANGE LOG ********
___________________________
V1.50- November 20th, 2012
* The issues with the block lists have been fixed up. You can add a block for any number 4 digits or greater and it will be found if the transmission ends with those four digits. Example: if your block is 4567 then the phone number 555-123-4567 would be found. so would 34567,234567,123457,...,5551234567
* The GPS module has been rewritten and is MUCH more efficient and accurate at the same time.
* Geo-fencing has been added so now you can define regions on a map and set rules to alert you as to if the phone entered or left those regions during stated days and times.
Keep in mind that this feature is still beta. Try to give extra ~30 feet extra room just to be sure you don't get false positives. This will do a check on every GPS check-in time to see if you have entered or left defined areas. So accuracy is only going to be as accurate as check-in time periods. In general I recommend people don't ever alter the default 15 minutes however.
* The "discreet communications" option didn't make it into this release because of time constraints, but will be available in the next release. Time-estimates will be posted when available.
___________________________
OLDER REVISIONS HAVE BEEN REMOVED TO MAKE ROOM FOR NEW ONES...
<< Reserved for future use >>
Preety powerful stuff man, count me in.
Sounds like a great app. Can't wait to see beta working and out.
jzero88 said:
Preety powerful stuff man, count me in.
Click to expand...
Click to collapse
wonderful, just send an email request to the address on post 1
The first batch should be going out later tonight
Windows Mobile tester, subscribed. Email sent.
This sounds like a GREAT application!
I have a question though... Does your app NEED to have GPS enabled to track down your phone? If it does, what happens if you don't have GPS enabled? Is there a way to enable GPS remotely through the web interface?
Also, does it track the content of the sms messages? Or only the phone number?
Thanks in advance! I'm loving the features on your app already but just wish for a few questions to be answered
The app does not require GPS to be enabled. If no GPS is found, it will triangulate from cell towers. This method is not as accurate however.
I currently do not have a remote "enable gps" command, but I will look into that. It does sound like a great feature to add.
Email sent. Looking forward to a reply.
If people haven't received there downloads yet, check your spam folder.
I've been sending them out via BCC, that way everyone is not getting everyone else's email addresses.
The subject line will be "OVERVI3W - ALPHA TESTING"
chetstriker said:
The app does not require GPS to be enabled. If no GPS is found, it will triangulate from cell towers. This method is not as accurate however.
I currently do not have a remote "enable gps" command, but I will look into that. It does sound like a great feature to add.
Click to expand...
Click to collapse
Thanks chetstriker! This is the one thing that I feel that the other (2) apps I've tried have been missing. I won't name the apps since this is your thread and all but if you DO find a way to enable gps remotely, I think that you'd be ahead of your competition. Best of luck with your app
On the Atrix it force closes when selecting the enable button after entering my password, i tried several times.
On the Captivate (no sim) I was able to enable admin. I then went to the unfairwair website and "locate" showed the phones exact location. I also tried the "turn on ringer" and was given the responce "false" twice.
WiredPirate said:
On the Atrix it force closes when selecting the enable button after entering my password, i tried several times.
On the Captivate (no sim) I was able to enable admin. I then went to the unfairwair website and "locate" showed the phones exact location. I also tried the "turn on ringer" and was given the responce "false" twice.
Click to expand...
Click to collapse
Thanks for the feedback, I'll have to take a deeper look at what could cause the Attrix to FC. For the Captivate however, It's normal to see "False" on the transaction tab. All commands have a completed status of False until the command has actually launched on the phone. This could take up to 5 minutes.
You would also have to refresh the web page to see the change of status.
<< important note >>>
The "goodies" tab (the one with all the controls.) runs great on all browsers EXCEPT IE7+
typically if you press commands such as "Lock Phone", "Send Message", "Wipe Phone", etc. they should pop-up commands to ask you for more information or confirmation. Internet Explorer version 7+ has javascript alert command and others disabled by default (unlike every other browser.)
You'll have to use any other browser to use these commands, until I re-write that part.​
Just sent an email, looking forward to trying out your application!
poor minds
If you think you want to know..you don't. This can only ruin your lives.
vorcigernix said:
If you think you want to know..you don't. This can only ruin your lives.
Click to expand...
Click to collapse
What is this referring to?
Anyway, I've been testing for 3 straight hours and no bugs found so far. Just reporting in.
Mail sent.
Good job mate!

[Q] Triumph, Google Voice, and mac basic questions

I've put off getting a smartphone as long as possible, but did enough research that I think the Triumph on Virgin's $35 plan with Google voice is a smart way to go. I still have some questions about this new OS, programs, and environment, and really like the smart people on this forum, and hope you won't mind a few questions.
-What’s the best VOIP app for working with Google Voice? I've come across GrooVe IP, but would like reassurance whether it's the best option. I'd like to make calls over wifi, but I'd also like to know whether Virgin Mobile's 3g coverage is fast enough for voip (generally...). I wouldn't want to do this routinely as I'd be afraid they'd throttle me. But I would like someone who knows to share their opinion.
-How do I find out my wifi signal strength? 3G strength? GPS strength? Or even just where I can learn what the icons on the top bar stand for, and what their range is? There must be a good app for this, and I'd love a recommendation.
-If I wanted the option, how (specifically) would I switch from making a voip/data plan outgoing call to the regular phone cell plan? Would Android be smart enough to do this automatically without a wifi signal? Or would I need to change a setting in Google Voice? Any thoughts most appreciated.
-How do I find what apps are running (in background?)? Percentage of system resources, and how to kill them? I’m guessing there are apps for that. Does Android kill a process when you return to home screen? What are some of the general rules?
-I have a mac. I’m guessing most of the programs that let you manage files, root the phone, install Cyanogen mods, etc, are PC based. I found Android File Transfer, but am not clear on it's limits. Are there better options? What will the AFT program be good for? [Emulating PC’s is a pain I would rather avoid, but I have been thinking of running virtual box to donate some processing time to the Large Hadron Collider, so I might be able to run some of these PC programs]. Any advice most welcome.
-Any skins or options to turn the google apps into light text on dark background? (I'm aware of and have used the option in Gmail). I hate black text on white background. I'm kooky that way.
This Android phone is good looking, the plan costs much less than a thousand a year (which I refuse to pay), and I LOVE the Google voice options to turn your text and calls into computer files which you can archive as you wish. The Google voice activation / text / search is far superior to iAnything, voip/wifi is the balls, and I think a lot people who've been holding off from getting a smartphone will jump on this combo, and this thread may help them. Many thanks...
dcnblues said:
-How do I find out my wifi signal strength? 3G strength? GPS strength? Or even just where I can learn what the icons on the top bar stand for, and what their range is? There must be a good app for this, and I'd love a recommendation.
-How do I find what apps are running (in background?)? Percentage of system resources, and how to kill them? I’m guessing there are apps for that. Does Android kill a process when you return to home screen? What are some of the general rules?
Click to expand...
Click to collapse
With respect to these questions, I'm not an expert, but I'll provide a list of programs I use.
For WiFi signal strength, I'd recommend Wifi Analyzer from the Market. For 3G strength, I'd recommend Cellumap. For GPS Strength, GPS Status + Toolbox or GPS Test.
The manual for the phone can be found on either the VMUSA or Motorola web site. It will explain some of the icons. Although when using the phone, I often see stuff not explained in the manual.
For examining the phone's processes, I recommend SystemPanel from the Market (paid for version has history), and/or Android Status.
There are people that tell you NOT to kill anything on the Android OS manually. I use 1Tap Cleaner and Advanced Task Killer from the market if I see the phone behaving a bit sluggish. Android OS loads stuff in memory readying it for future use. How it does so (intelligently) I don't know. I see stuff being partially loaded I never use. I have never had a problem using either program.
YMMV
GrooveIP works great over 3g...I dunno how much we will be able to use it once they start capping data..bastards
dcnblues said:
-What’s the best VOIP app for working with Google Voice? I've come across GrooVe IP, but would like reassurance whether it's the best option. I'd like to make calls over wifi, but I'd also like to know whether Virgin Mobile's 3g coverage is fast enough for voip (generally...). I wouldn't want to do this routinely as I'd be afraid they'd throttle me. But I would like someone who knows to share their opinion.
Click to expand...
Click to collapse
GrooVe IP is actually the only thing i've bothered to use because it worked well enough, I havn't put it to test over 3g... In the future, you can root the phone and update it to sprint PRL (Their towers instead of VMU) - People have reported up to like 6-900kbps doing this... I would suggest to not factor this last suggestion in yet as you won't be extremely comfortable with your first smart phone being messed with (But a possibility nonetheless)
dcnblues said:
-How do I find out my wifi signal strength? 3G strength? GPS strength? Or even just where I can learn what the icons on the top bar stand for, and what their range is? There must be a good app for this, and I'd love a recommendation.
Click to expand...
Click to collapse
i will back the suggestion of wifi analyzer, it will map out locations of wifi/cellular tower, it gave me beef on another phone that ran @ 600mhz but this one is 1000mhz.
dcnblues said:
-If I wanted the option, how (specifically) would I switch from making a voip/data plan outgoing call to the regular phone cell plan? Would Android be smart enough to do this automatically without a wifi signal? Or would I need to change a setting in Google Voice? Any thoughts most appreciated.
Click to expand...
Click to collapse
With grooveip and google voice it will ask you on all outbound calls after you press dial: Would you like to make this call with.... A) non-Google Voice B) Google Voice (same story w/ sending an sms except it will ask when you create the sms because google voice has it's own sms application, keep in mind w/ gvoice you can forward calls to your google chat account (and that's what makes grooveip ring instead of forwarding the call to your cellular number[i think])
dcnblues said:
-How do I find what apps are running (in background?)? Percentage of system resources, and how to kill them? I’m guessing there are apps for that. Does Android kill a process when you return to home screen? What are some of the general rules?
Click to expand...
Click to collapse
there are tons of application managers and task killers, I recommend to ignore all of them.... Someone brought a Samsung Prevail(Boost mobile Galaxy) into work the other day(Radioshack) - Anytime they killed tasks their touchscreen went out till reboot.... Android is supposed to self manage tasks and processes... realistically you just have to make sure not to leave your bluetooth wifi and gps on all the time... Also taking the screen brightness down a fuzz from max will help batt life tremendously... Android will suspend a process and kill an activity when you return to homescreen.... What I mean by that is that if you're in the browser and you hit home then you go back to the browser, you're on the same page still... but likely not to have any of your text still there if you were in an input field.... (This is probably an inaccurate example due to programmers being able to add a save activity state [this is something that when you for example hit back or hold the home button down to switch applications will store your current information, so when you're editing the text field it will save that data, THEN kill the activity/suspend it so that when you return it is still there, but the process is not draining the battery down at the moment.])
One of androids key attributes is the quick application switching via holding down the home button but some applications like pandora will run 'ongoing' so that you can multitask, while others will suspend so that you can save battery.... Kind of as a rule of thumb, unless it is monitoring or actively outputting it will be suspended.... so apps like pandora and wifi tethering continue to function when you switch applications because tehy'er ongoing whereas a note editor application would suspend itself untill it's brought back to focus because how are you going to type without it forefront?
dcnblues said:
-I have a mac. I’m guessing most of the programs that let you manage files, root the phone, install Cyanogen mods, etc, are PC based. I found Android File Transfer, but am not clear on it's limits. Are there better options? What will the AFT program be good for? [Emulating PC’s is a pain I would rather avoid, but I have been thinking of running virtual box to donate some processing time to the Large Hadron Collider, so I might be able to run some of these PC programs].
Click to expand...
Click to collapse
First off nice LHC Mac joke I take it we're running the server edition cause hey, more is never enough.
I honestly can't tell you much from the mac POV other than that it would hopefully work the same as the linux instructions but i kind of expect version/dependency differences... to be fair this triumph is rootable by application ran on the phone (Which you can GMail to yourself and download as attatchment, bluetooth, wifi shared folder, usb mounting, or download directly to the phone..) The custom recovery is installed via drag and drop on USB Removable Disc so it's not nearly as bad as some of the other phones would be,
dcnblues said:
-Any skins or options to turn the google apps into light text on dark background? (I'm aware of and have used the option in Gmail). I hate black text on white background. I'm kooky that way.
Click to expand...
Click to collapse
Feel free to, they exist, I would however suggest against them... I walk to work a lot and it's a pain in the ass to read those emails when you have the sun on the screen; granted everything is harder this was damn near impossible... Nonetheless check for the black apps listed in xda/android/themes and apps... I'll link soon. http://forum.xda-developers.com/showthread.php?t=1206774
dcnblues said:
This Android phone is good looking, the plan costs much less than a thousand a year (which I refuse to pay), and I LOVE the Google voice options to turn your text and calls into computer files which you can archive as you wish. The Google voice activation / text / search is far superior to iAnything, voip/wifi is the balls, and I think a lot people who've been holding off from getting a smartphone will jump on this combo, and this thread may help them. Many thanks...
Click to expand...
Click to collapse
I would like to point out that with the GVoice extension/app for google chrome
you can continue your SMS conversations that way... I recieved one of the CR48s and this has been AWESOME for me.
As far as voip services, I have found using 3g too slow. That said I do recommend sipdroid. It will setup a pbx account for you using your google voice number. Upon connecting to wifi, sipdroid will start running allowing you to make and receive calls.
Sent from my MOTWX435KT using XDA App
Thanks guys for the very useful help. I'm kind of burned out on all the research, and kind of bummed that this red-hot, billion dollar business seems to be run by such morons. SO many unnecessary complications to offering consumers simple, workable products and services.
This has been a great help.
bigvandal said:
GrooveIP works great over 3g...I dunno how much we will be able to use it once they start capping data..bastards
Click to expand...
Click to collapse
I'm actually kind of grateful to Virgin Mobile for the $35 dollar plan. I can communicate via voice to text, for a fair price, so until I have a real problem, I'm not going to call them bastards. Until I have a problem, of course...
I do hate the BS in advertising 'unlimited' plans, but having them smirking in their headquarters as they say to themselves 'but we didn't say at what rate...'
On the other hand, people downloading movies over cell frequencies aren't exactly providing solutions to the problem either...
rubbachicken said:
GrooVe IP is actually the only thing i've bothered to use because it worked well enough, I havn't put it to test over 3g... In the future, you can root the phone and update it to sprint PRL (Their towers instead of VMU) - People have reported up to like 6-900kbps doing this... I would suggest to not factor this last suggestion in yet as you won't be extremely comfortable with your first smart phone being messed with (But a possibility nonetheless)...Android is supposed to self manage tasks and processes... realistically you just have to make sure not to leave your bluetooth wifi and gps on all the time... Also taking the screen brightness down a fuzz from max will help batt life tremendously... Android will suspend a process and kill an activity when you return to homescreen....
Click to expand...
Click to collapse
Dude, thanks very much. For this and all the information. Colossally useful.
Groove IP is actually having a problem today due to some change in the Google servers. Hope it's resolved soon as I'd like to get this running.
Quick confirm: Triumph is LCD and not AMOLED, Correct?

Anyone playing with On{x}

Has anyone tried Microsofts answer to tasker?
Sent from my HTC One X using xda premium
JamesR913 said:
Has anyone tried Microsofts answer to tasker?
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Do not understand?
You talking about an app?
From Microsoft? You think they be busy with the WM thing? (which I care less about)
Yes it is an app that is similar to tasker. You program it on the website and then install the app and it automates certain things. As of right now it is only available on Android
Sent from my HTC One X using xda premium
I'll check it out because apparently I'm too stupid to use Tasker.
I tried to figure it out but I got lost.
Apparently, users hate it so far. The app requires your Facebook login, which is ridiculous. Its also being speculated that the app is farming data about your behavior through this app, and passing it to Faacebook.
http://betanews.com/2012/06/06/microsoft-gives-back-to-android-but-users-say-no-thanks/
Link to the app on the Play Store:
https://play.google.com/store/apps/details?id=com.microsoft.onx.app
Hmmmm
redpoint73 said:
Apparently, users hate it so far. The app requires your Facebook login, which is ridiculous. Its also being speculated that the app is farming data about your behavior through this app, and passing it to Faacebook.
http://betanews.com/2012/06/06/microsoft-gives-back-to-android-but-users-say-no-thanks/
Link to the app on the Play Store:
https://play.google.com/store/apps/details?id=com.microsoft.onx.app
Click to expand...
Click to collapse
I see a lot of the bad reviews seem to be about the facebook login, didnt see much about the actual product. Did not see much about the farming data and such.
I actually think this is a good idea. Facebook is a solid method of identification, and can be used cross platform. It may be true microsoft is giving an android exclusive (temporarily) as a beta test. When/if they roll it out to microsoft/apple phones they would not have to change their authentication model. It would be ridiculous to request "Live" for windows phones, "Apple ID" for iphones, and google ID for android users. This simplifies the process and allows me to change phones easier. I am not a fb advocate, in fact I personally dont like logging in to sites and such using my fb page, but as I said I do understand it. Clearly the fb authentification is respected, if the New York legislature thinks it should be required to comment on any webpage
http://www.wired.com/threatlevel/2012/05/anonymous-online-speech-ban/
(Not getting into a political debate lol but the facebook model "works").
EDIT: I do not use tasker and am not an experienced android user, but I may try this out and attempt to give feedback.
gunnyman said:
I'll check it out because apparently I'm too stupid to use Tasker.
I tried to figure it out but I got lost.
Click to expand...
Click to collapse
Tasker is actually pretty simple to use, once you understand what its asking for.
Forexample lets make a program that silences your Ringer, Turns off WiFi and Bluetooth every Mon-Fri 8:30am - 3:30pm (Work day).
First, it asks you for the Profile Name, This is just something to identify the task. Lets call this Work.
Next it asks you for the "First Context" This can be considered your first "Variable" for us we want it to be Monday thru Friday. So we click "day"
then Change the "Month" to "Week Day", and Select Mon-Friday.
Click the Green Check mark.
Now it asks for a Task. This is what you want to do, so click New Task: And Name it, lets name it "Vibrate,Wifi,BT"
Now we can click the Plus in the bottom right and it brings up a menu of all the possible things we can mess with. For this instance, lets click Audio, then Silent mode. Now we want Silent mode to turn on, so change the "mode" to On click the Check mark
Now Click the plus, to add wifi and Bt off. Then click the Check mark.
Now to add the time, click and hold on your context, then click add. Now you can add "time" and set your times.
All Done.
That was an example of a simple program. Tasker can do a lot more, so explore and test
gunnyman said:
I'll check it out because apparently I'm too stupid to use Tasker.
I tried to figure it out but I got lost.
Click to expand...
Click to collapse
I agree. Tasker is WAY to involved to try and set up the simplest of tasks. I played with it for about an hour and uninstalled it.
Tasker is the best app I've ever owned. It's simple to set up if you just stop and look at what each thing is.
I started playing around with this today, had a few interesting ideas but there are still quite a few issues and limited api usage available.
This could be a pretty powerful tool if they open up the api's, easier for most than tasker, and can be as complex as you can code.
also i prefer to do all my programming on the pc and transfer to the device which on{x} provides.
Never used tasker so can't compare. But, onx seem fine so far if you like to get your hands dirty in JavaScript. You can still use published recepies if you are no into coding. It is still very buggy and consumes a lot of battery juice.
Sent from my HTC One X using XDA
Good thing with Tasker is that it doesn't require any programming knowledge. This obviously requires knowledge of javascript to get the full potential.

Categories

Resources