I just got the Viper Smart Start installed in my car and i can start it from my phone finally now, but is there a way to automatically make the app start at lets say 7am and start my car.
I hear an app called TASKER can do it, but it seems really difficult to figure out. PLZ HELP!!!! Or can someone make a profile in TASKER and let me use it.
metalman3797 said:
I just got the Viper Smart Start installed in my car and i can start it from my phone finally now, but is there a way to automatically make the app start at lets say 7am and start my car.
I hear an app called TASKER can do it, but it seems really difficult to figure out. PLZ HELP!!!! Or can someone make a profile in TASKER and let me use it.
Click to expand...
Click to collapse
Best bet is to post in the tasker forums as well. There might be a variable for this.
ShinyBuddha said:
Best bet is to post in the tasker forums as well. There might be a variable for this.
Click to expand...
Click to collapse
Checked the forums and made a post but no luck.
The smart start app is free if someone could help i would really appreciate it. I could send my Tasker.apk if you would need.
viper startsmart on android blackstone
can somebody post the android viper start smart here because i want to test it on my new android blackstone t8282 thanks
metalman3797 said:
I just got the Viper Smart Start installed in my car and i can start it from my phone finally now, but is there a way to automatically make the app start at lets say 7am and start my car.
I hear an app called TASKER can do it, but it seems really difficult to figure out. PLZ HELP!!!! Or can someone make a profile in TASKER and let me use it.
Click to expand...
Click to collapse
Did you install the vehicle module or did you have someone else install it?
which model did you get? VSS3000?
if my car have allready BT module, do I need a specific SmartStart One?
ady_uaic said:
if my car have allready BT module, do I need a specific SmartStart One?
Click to expand...
Click to collapse
Yes, the smartstart app only tells the magic black box in the car what to do. You'll still need an interface to translate it to the car.
Related
Couldn't find it by searching, is there an app or a hidden somewhere that will read the caller ID and then play the normal ring tone.
(i.e. "Incoming Call From <INSERT NAME>...."<plays ringtone>)
I wanted to try Ring Pro but didn't want to spend $3 on something that may not work.
ibegary said:
Couldn't find it by searching, is there an app or a hidden somewhere that will read the caller ID and then play the normal ring tone.
(i.e. "Incoming Call From <INSERT NAME>...."<plays ringtone>)
I wanted to try Ring Pro but didn't want to spend $3 on something that may not work.
Click to expand...
Click to collapse
Tasker can do that along with a million other things, it's a little pricey though.
hfuizo said:
Tasker can do that along with a million other things, it's a little pricey though.
Click to expand...
Click to collapse
Yeah - Trying not to spend $$$. I'm trying one of the free apps on the market to see if it does it OK. Right now it works but it uses the media volume and doesn't turn up on speaking.
Hey
can anyone suggest any app other than tasker ????
edge12345 said:
Hey
can anyone suggest any app other than tasker ????
Click to expand...
Click to collapse
with Tasker app u can create many app.. don think two much to spend on Tasker...its definitely worth for every penny
I've done a good amount of searching but can't seem to find a app that I could control my TV through voice. Has any one else found/looked for this feature. I tried Utter! But couldn't get deep enough into the remote app I'm using to run a macro. I also sorta tried Tasker but i m still learning it. If it can be done with tasker then the Utter plugin should work. I just upgraded to s4 from s3 yesterday and I've tried since then to find this but I need a little help. Thanks.
Bubba Fett said:
I've done a good amount of searching but can't seem to find a app that I could control my TV through voice. Has any one else found/looked for this feature. I tried Utter! But couldn't get deep enough into the remote app I'm using to run a macro. I also sorta tried Tasker but i m still learning it. If it can be done with tasker then the Utter plugin should work. I just upgraded to s4 from s3 yesterday and I've tried since then to find this but I need a little help. Thanks.
Click to expand...
Click to collapse
Are you talking about using it from voice through the IR blaster? Are you on stock ROM?
I wouldn't think there's a way to do this from tasker via Utter, there's no profile setup I can think of that would make sense.
FourPointedFreak said:
Are you talking about using it from voice through the IR blaster? Are you on stock ROM?
I wouldn't think there's a way to do this from tasker via Utter, there's no profile setup I can think of that would make sense.
Click to expand...
Click to collapse
Back in the day I had an Archos 5 and I was able to say 6-2-0 and it would go to channel 620. That was Android 1.4 ish. I figured there would be something similiar but better nowadays. I was hoping with Utter that the custom commands would let me run one of the macros but it could only bring up the macro menu. There are quite a few remote apps to chose from but I didnt see any with custom voice commands but thats OK. With tasker I have no idea(yet) how I would go about doing that. Maybe activate a widget if thats possible. Just a thought without proper knowledge. I am on Stock-Alpha Rom. Thanks.
Does anyone know how to configure some simple things in Tasker?
eltarod said:
Does anyone know how to configure some simple things in Tasker?
Click to expand...
Click to collapse
you really should add some more information to your question...
what do you basically ask over here?!?
There is an app called Tasker. And I would like to program some automatic tasks to it. For example to automatically turn off wifi and Bluetooth at a specific time and also turn them on on a specific time everyday.
I would recommend watching/reading some Tasker tutorials to get a feeling for the app, then you can ask more detailed questions if you are still unsure how to program something.
It certainly has a learning curve, but once you get the hang of it, it's quite fantastic!
http://tasker.dinglisch.net/guides.html
Hello this is my frist time here, I need help with my project.
1. How to detect if there are sounds from the speaker?
2. How do I make my app to be on all the time?
3. How do I detect if the phone is off?(not completely off).
thx in advance .
copent said:
Hello this is my frist time here, I need help with my project.
1. How to detect if there are sounds from the speaker?
2. How do I make my app to be on all the time?
3. How do I detect if the phone is off?(not completely off).
thx in advance .
Click to expand...
Click to collapse
I can't answer 1, but...
2. You can use services for long running background tasks.
3. Not sure exactly what you mean, do you want to detect if the screen is off?
flywheels said:
I can't answer 1, but...
2. You can use services for long running background tasks.
3. Not sure exactly what you mean, do you want to detect if the screen is off?
Click to expand...
Click to collapse
About 3: yes only when the screen is off...
copent said:
About 3: yes only when the screen is off...
Click to expand...
Click to collapse
Try receiving the ACTION_SCREEN_OFF intent in a broadcast receiver inside you're always on service. My post count is too low to post links, but there's lots of examples out there, try Googling "detect screen off android".
flywheels said:
Try receiving the ACTION_SCREEN_OFF intent in a broadcast receiver inside you're always on service. My post count is too low to post links, but there's lots of examples out there, try Googling "detect screen off android".
Click to expand...
Click to collapse
Ok thx if i will have more quest i will ask you
Need #Support
Hello Guyz,
I am a newbie. I just published my first android app in Google Play Store. I need your support to have a chance to follow my dreams...please help me grow. Rate if you like this game:
play.google.com/store/apps/details?id=com.hachi72.flynofly
Thanks
Still need help with 1.
copent said:
Hello this is my frist time here, I need help with my project.
1. How to detect if there are sounds from the speaker?
2. How do I make my app to be on all the time?
3. How do I detect if the phone is off?(not completely off).
thx in advance .
Click to expand...
Click to collapse
1. Check MediaRecorder of if you want to go deeper - Funf
2. WakeLock? Will keep the device on all time. There is no guarantee that your app will be alive all the time, there are mechanisms to free up resources in Android which can take care of your app.
3. isInteractive
surlac said:
1. Check MediaRecorder of if you want to go deeper
2. WakeLock? Will keep the device on all time. There is no guarantee that your app will be alive all the time, there are mechanisms to free up resources in Android which can take care of your app.
3.
Click to expand...
Click to collapse
Ok thank you i will get in to it later.
surlac said:
1. Check MediaRecorder of if you want to go deeper - Funf
2. WakeLock? Will keep the device on all time. There is no guarantee that your app will be alive all the time, there are mechanisms to free up resources in Android which can take care of your app.
3. isInteractive
Click to expand...
Click to collapse
I dont understand u or u dont understand me, i need to know if there is voice in the speaker not in the mic. if i mistake here plz explain me what is "Funf".
copent said:
i need to know if there is voice in the speaker not in the mic
Click to expand...
Click to collapse
It looks like there is no way for Android to capture the sound before it goes to the speaker. Voice recording apps use VOICE_DOWNLINK to record what will go to the speaker from third-party, but it for calls only.
OP, did you figure it out?
surlac said:
OP, did you figure it out?
Click to expand...
Click to collapse
Well I dont really think that there is a way to do it :/
Hi all!
Does anyone know how to not receive calls on my smartwatch?
I know its strange but I prefer use my phone to talk.
I only want to receive notifications and SMS (all normal function except communication).
I know how to transfer on the phone during a call on smartphone's screen, but I want this to be automatic.
If I unselect "call control" and "media control" in the phone's Bluetooth settings, I loose the Bluetooth connection.
Also, I want don't use "media", because I use Waze and I need the sound on the phone otherwise the sound goes on the watch.
thank you
works the same as on the u8 and all the other clones
you MUST have either media or phone audio enable, otherwise no connection, no notifications
they would need to fix this in the firmware, if that is possible at all...
Found my solution with: tasker
Sent from my HIGHWAY using XDA Free mobile app
toysnic said:
Found my solution with: tasker
Sent from my HIGHWAY using XDA Free mobile app
Click to expand...
Click to collapse
Could you please elaborate the solution. I'm facing the same issue...its very awkward to talk on the smartwatch, especially if there are people around you.
rasor99 said:
Could you please elaborate the solution. I'm facing the same issue...its very awkward to talk on the smartwatch, especially if there are people around you.
Click to expand...
Click to collapse
Download and install: Tasker app. Differents way to get it.
I don't undertstand why, but I can continue to use it after 7 trial day...
And you need to program it. It's not so easy. You have to search and to pratice in this app in order to understand.
Find in attachement, some screenshot of my tasker.
Only the 3 first profiles are need to stop bluetooth during call.
In resume, when tasker see a call, you stop BT and you set a variable to memo BT watch was ON.
If no call and memo BT watch is ON, active BT.
Sorry for my english.