Anyone playing with On{x} - AT&T, Rogers HTC One X, Telstra One XL

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.

Related

[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] Tasker: how to set default application?

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.

Severe security flaw in HTC-sense, sensation affected.!!!

Ran accross this article just now, relized you all had to read this. It appears HTC ****** up hard.
http://www.androidpolice.com/2011/1...e-numbers-gps-sms-emails-addresses-much-more/
Scary stuff.
I'm so damn tired of all companies taking the liberty to just monitor our lifes just how they like, no matter if its google, microsoft, facebook, apple or HTC. What anoyys even more is how we passivly is forced into accepting it, and just shrudd our shoulders about it. Reading this, I wish I was smart enough to strike back somehow.
The article says "Some Sensations" I'd like to know what that means
Good find.
Pikabat said:
The article says "Some Sensations" I'd like to know what that means
Click to expand...
Click to collapse
Try running the app...
errr ok this is scary though. i wanna ask what's htcLaputa.apk is?
Sent from my HTC Sensation XE with Beats Audio using xda premium
The offending app is HtcLogger.apk and I've only seen it in the newer ROMs - I automatically removed it before this story broke as it didn't sound useful. End of the day you just have to be careful when you install new apps (e.g. direct from trusted sources)
I really wouldn't worry too much about it, typical media hype
EddyOS said:
The offending app is HtcLogger.apk and I've only seen it in the newer ROMs - I automatically removed it before this story broke as it didn't sound useful. End of the day you just have to be careful when you install new apps (e.g. direct from trusted sources)
I really wouldn't worry too much about it, typical media hype
Click to expand...
Click to collapse
This is the example of how we/some of us just go used to this kind of things and started to accept things we never would have a few years back.
How exactly do you determine whats a trusted source? Obviously weve already had a bunch of malwares entering the market.
I use apps only from the company in question. 'Facebook for Android' from Facebook, 'Twitter' from Twitter, etc...only use about 20 apps all in anyway so I don't think I'm at risk
I'm not saying what's been found out isn't bad - it is - I just don't really care. People are far too paranoid these days
EddyOS said:
I use apps only from the company in question. 'Facebook for Android' from Facebook, 'Twitter' from Twitter, etc...only use about 20 apps all in anyway so I don't think I'm at risk
I'm not saying what's been found out isn't bad - it is - I just don't really care. People are far too paranoid these days
Click to expand...
Click to collapse
Im not using so much apps either, on the other hand I want to be able to try some "fun" app from androidmarket without fearing theft og my personal information.
Its not about paranoia to me, I couldnt care less about wheter or not some random dude can read my sms. But Im rather angry about the companies doing just as they like, mainly to direct commercials and ads conected to your personality. Did you know facebook, after their latest update, now saves a certain cookie after your logout and sends all urls you visit with your browser back to their server..?
Well, now Im going offtopic in my own thread.
Id like to see HTC comment on this atleast.
Again, if Facebook care if I open a YouTube video every now and then then that's up to them - I'm not interesting!!
Would be nice to see what HTC say but I'm not going to hold my breath!
Im starting to loose faith in htc
Sent from my HTC Sensation 4G using xda premium
I tried to run the app, seems like my Sensation is not affected (Dutch one, that is)
so, in order to gain any kind of advantage, those apps need to know this vulnerability exists, am i right? just deleted that apk file, along with some other ones.
As the Android Police blog appears to have melted, here's Aunty's take on it
http://www.bbc.co.uk/news/technology-15149588
Oh noes naughty people can access:
The list of user accounts, including email addresses (but apparently not usernames or passwords)
A log of recent GPS locations (so you can be stalked!!!!)
Phone numbers taken from recent call logs (so people you call can be stalked!!!)
SMS data, including recent numbers and encoded messages (meh if they want to read "Park 123 543" be my guest)
HTC's response:
"HTC takes our customers' security very seriously, and we are working to investigate this claim as quickly as possible," the company said in a statement.
"We will provide an update as soon as we're able to determine the accuracy of the claim and what steps, if any, need to be taken."
EddyOS said:
The offending app is HtcLogger.apk and I've only seen it in the newer ROMs - I automatically removed it before this story broke as it didn't sound useful. End of the day you just have to be careful when you install new apps (e.g. direct from trusted sources)
I really wouldn't worry too much about it, typical media hype
Click to expand...
Click to collapse
Is there a way to tell if the offending app (Htclogger.apk) is on your phone without rooting?
jggonzalez said:
Is there a way to tell if the offending app (Htclogger.apk) is on your phone without rooting?
Click to expand...
Click to collapse
Remember it appears you are absolutely fine unless you install an app which is written to access the log files.
As Androidpolice says, the info could be used to clone your device, not only read some of your contacts. Now of course, you are fine as long as you do not install any malicious app, but I would even feel uncomfortable knowing that HTC can read ANY activity from my device at ANY point in time WITHOUT asking for my permission (or even after I denied that permission as shown in the video). The VNC thingie would also bug me cuz it is an app without any apparent use for the user and it does not serve a specific purpose - its just there until "someone" needs it. Now of course HTC wants to improve on user feedback and pulling it is much more convenient than asking for it, but if they want my opinion and see what I'm using they should at least ask me for it. That said, let's hope HTC addresses this problem in the very near future and does clarify why those apps are there and what purpose they serve. I will run the test app again after the next OTA for sure.
kwiggington said:
Im starting to loose faith in htc
Sent from my HTC Sensation 4G using xda premium
Click to expand...
Click to collapse
I don't think HTC is the problem.
I believe the problem is Google.
Ever go to the Google Android market place and see what they want to run in the background before they let you in?
I don't go near the place.
majesensei said:
As Androidpolice says, the info could be used to clone your device, not only read some of your contacts. Now of course, you are fine as long as you do not install any malicious app, but I would even feel uncomfortable knowing that HTC can read ANY activity from my device at ANY point in time WITHOUT asking for my permission (or even after I denied that permission as shown in the video).
Click to expand...
Click to collapse
You're misssing the point.
The phone has this feature so that should you enable "Tell HTC" it can then send the info to HTC, if you don't enable that it just sits on your phone as a system log.
xaccers said:
You're misssing the point.
The phone has this feature so that should you enable "Tell HTC" it can then send the info to HTC, if you don't enable that it just sits on your phone as a system log.
Click to expand...
Click to collapse
True, and I agree that this is not a scary thing for itself. I am not a fan of conspiracy theories, but think about a combination of things: The log is created and sits there. There is a VNC client embedded deeply in your system by your manufacturer for no reason, which gives access to your device from a remote location. I am from Germany and used to a debate about data preservation (which is illegal, in Germany), but there are other countries that have a much broader "grey-zone" for these kind of things. I wonder where those Sensations with the HtcLogger.apk are ([email protected]?). We are all running the same Android build (as long as we don't root our phones), some are affected, others aren't. I just find it weird, and I doubt that some rogue dev at HTC programmed these apk's just for the fun of it.

[New App] AirDroid Lets Your Desktop Control Your Android Phone Over WiFi

For those who spend a lot of time looking at a computer, and can't be bothered to look at their phone very often, Sand Studio has introduced AirDroid, an app that allows users to control their Android Phone from a computer via WiFi.
http://www.youtube.com/watch?feature=player_embedded&v=WfNnQxpw7Uw
http://www.youtube.com/watch?v=BfXRhSIm-m0
The great thing about AirDroid is that it works - it's easy to start up, and functions flawlessly (in my experience). The interface is also very polished - mimicking a desktop launcher complete with moveable icons, a task bar, and controls that allow you to do just about anything.
One of the most impressive features is the ability to access SMS messages, manage them, and send messages right from a web browser. Users can also manage contacts, uninstall/backup apps (AirDroid will download your apps as apk files), browse files, access the Android Market, and manage music and ringtones, in addition to the ability to look at phone information from CPU status to battery level and beyond.
Best of all, AirDroid is completely free from the Android Market. With all the powerful features it offers, this app is certainly worth checking out.
ITS FREE
DOWNLOAD
https://play.google.com/store/apps/details?id=com.sand.airdroid&feature=search_result
the market is blocked my country
can someone put mirror please
mehdi.moha said:
the market is blocked my country
can someone put mirror please
Click to expand...
Click to collapse
befarmain
http://www.megaupload.com/?d=AURZDHQ2
wish i could send and recieve whatsapp messages from it...
edit: just installed the app..sometimes the app makes the phone go crazy!! i have to logout fro the browser or turn off wifi for the phone to become normal.
This is without a doubt 'the best' app for controlling your phone from your browser. I've installed and played with many and this one tops the lot in my opinion.
It's clean, easy to use, great interface (both on the phone and PC).
Side note: This thread would probably be much better off in General Android Apps and Themes forum - http://forum.xda-developers.com/forumdisplay.php?f=530. The app isn't specific an LG Optimus.
---------- Post added at 12:31 PM ---------- Previous post was at 12:07 PM ----------
mehdi.moha said:
the market is blocked my country
can someone put mirror please
Click to expand...
Click to collapse
It's also available on the official website: http://www.airdroid.com/apk/airdroid_1127.apk
saw this in a google search, was just about to post in the GNote forum....
Anyone else used this? Am very tempted, but concerned of legitimacy of app (never heard of devs and truly paranoid about security )
Sent from my GT-N7000 using xda premium
SpyderTracks said:
Anyone else used this? Am very tempted, but concerned of legitimacy of app (never heard of devs and truly paranoid about security )
Click to expand...
Click to collapse
I'm a little hesitant to try out apps like this as well but they have nothing but good feedback on the market and a good following on both Facebook and Google+, as well as having their own website, so I was happy to give it ago.
@smackdownn Yeah I am with you on the whatsapp, this app is brilliant.
@Nucleotide & SpyderTracks Seriously? Whats the issue with privacy? Scared these devs are going to email or sms your gf while you are out? Either that or learn to hide your porn somewhere that is not your phone. I have said this before on so many occasions, when you were using a nokia/winmo/other NON android phone, they sneakily NEVER asked for permissions, but you installed apps that could pretty much do anything on your phone anyway
This app is by far the best solution I have tried in this regard, it just works and damn well too
@Cornelha
Lol.... I get what you're saying, but I think it's a little naive... the information we hold on smartphones these days compared to "our old nokias" means security is vital. After years of dodgy torrents, malware and hacked accounts, I've learnt to take it a bit more seriously, albeit probably to the extreme
Sent from my GT-N7000 using xda premium
This app is fantastic. We were the first to review it:
http://www.androidstatic.com/must-have-air-droid-lets-you-control-your-phone-from-your-browser
SpyderTracks said:
Lol.... I get what you're saying, but I think it's a little naive... the information we hold on smartphones these days compared to "our old nokias" means security is vital. After years of dodgy torrents, malware and hacked accounts, I've learnt to take it a bit more seriously, albeit probably to the extreme
Click to expand...
Click to collapse
I agree. I don't have anything I would call "sensitive data" on my phone but I do have a lot of contact information such as names, addresses, email addresses, phone numbers and other information which although not really sensitive, I still don't want other people to have - especially if I don't know about it. Not only that but apps can track your location, the buttons you press on your phone, numbers dialed, text messages sent, websites you visited, and the list goes on.
With that in mind I take caution when installing any app. I check for things like the amount of reviews on the market, the quality of the reviews (good vs. bad), does the developer have a website, a Facebook page with a good following, and so on.
one of the best app i ever know
good job mate
slow files transfers but great app !
have been using it for about 2 days and I have to say it is great...downloading files takes a very long to though
-love the SMS from desktop feature and comes very handy for different ROM users when putting files on devices
Love this app
Sent from my HTC Desire using XDA
i love this app!!!! i wish it would have a feature like an android simulator as well so we can open certain apps like whatsapp via mac/pc...
I have been using Lazy Droid but after using this for couple of days, I have uninstalled Lazy Droid. Nice app. thanks
I love AirDroid!!! It helps me to transfer photos and files from my phone to my PC wirelessly. I don't need to carry my cable anywhere with me. It's a great app. Nice job!
what do you have to install on the PC? if you want to link a PC to smartphone, for example
FASAR said:
what do you have to install on the PC? if you want to link a PC to smartphone, for example
Click to expand...
Click to collapse
You don't need to install on the PC. You just need to open the browser and visit web.airdroid.com to log in. Then you can manage you phone on the web. Easy, right?

3DS Streetpass

Hi all,
I live in a country where it seems, or at least feels like, I am the only person who has a 3DS. Its got some great games but some use Streetpass for good benefits.
I read online that one could simulate Streetpass by having an Android Hot-spot named a certain way, but it also requires the hot-spot to have a MAC address within a certain range of numbers.
It seems that spoofing the mac was far easier on older versions of android. It does not work on my OP6. Does anyone know an effective way to do it on more up to date versions of android?
I use this app but you need root.
NateDev said:
I use this app but you need root.
Click to expand...
Click to collapse
Thanks!
How did you set it up? To me, it seems that this app doesn't change the mac.
Edit: Actually it seems more that Nintendo might have discontinued their Streetpass Relay system.
I can't imagine it taking much to keep it online. Streetpass interactions are rather minimal, just a code of "a user exists" + a list of games. The 3ds can then check the associated profile via normal Internet for additional preferences. Most games that use it just power up the username after repeat "visits" and don't even interact with any profiles.
But for many people, the relay was the only way to get Streetpass. Disabling the relay really messes up people using things like Tamagochi 3ds, which was only released last year.
It's not really that big of a loss. My jRPGs will work fine regardless.
Sent from my OnePlus 6 using XDA Labs

Categories

Resources