tasker setup HTC connect - One (M9) Q&A, Help & Troubleshooting

hi everyone
im just wondering if anyone knew how to set tasker app to trigger HTC connect to miracast device.
and code or script i need to input? or is there additional addon i need to instal to trigger the action.
currently i have tasker and secure setting addon
also i have microsoft wireless display device.
device is HTC M9, unlock bootloader and rooted,
thanks in advance

Related

Remote desktop blackstone from PC

Does anyone know if this is possible.
I currently use the remote desktop feature of my ppc to control my desktop pc, but is it possible to do it the other way around? I am aware of that you can use activesync remote display. But this requires the phone to be docked.
The reason I asked is that I left my phone at home today and while I was at work I thought it would be really useful to remote in and check my missed calls and sms.
nickone said:
Does anyone know if this is possible.
I currently use the remote desktop feature of my ppc to control my desktop pc, but is it possible to do it the other way around? I am aware of that you can use activesync remote display. But this requires the phone to be docked.
The reason I asked is that I left my phone at home today and while I was at work I thought it would be really useful to remote in and check my missed calls and sms.
Click to expand...
Click to collapse
Yes its possible : http://www.mymobiler.com/ -- I think it had a posibility to function through internet!

Toggle wifi calling based on SSID?

I've been looking for a way to do this, but have only found a tasker plug-in that can do it for a Samsung phone if it's rooted. I don't want to root and wanted to see if there were any other ways to do it.
What was the plug-in you found for the Samsung devices?

Couple of Bluetooth doubts

Hi there. First of all, I'm NO root. So I can't use Wanam Xposed. Maybe we can help each other to solve these issues.
-Is it possible to disable bluetooth popup when enabling it? I don't want to select my already connected device each time I want to enable BT.
-Is it possible to change the default player for BT? When I'm connected to my car and I touch "play" button, the default Music app in the phone starts, not the lastest one or any other app. I'd like to open another app instead (podcast player).
-Is it possible to enable Bluetooth WITHOUT unlocking the phone? I mean, from the lockscreen. (I have fingerprint security)
Thanks!
Why?
This link doesn't make any sense, you wind up in the same place on a browser instead of the app that I paid for that doesn't work.
Pp.
AFIK there is no way to hide the Bluetooth popup without root. Also I don't mind the popup, better than having to go all the way through settings to connect to a Bluetooth device that I am not already paired with. also if multiple Bluetooth devices in the area that are paired you will just connect to one and you will have to go to settings to switch to the other device.
Default player would also have to be changed through root, If you even can.
And no you cannot turn off anything or open notifications when there is a screen lock. The whole point is to stop people from doing things to your phone while it is locked. However you can setup safe locations (uses gps to find your location) where your phone will stay unlocked just like when you have a trusted device connected via Bluetooth.

Smart Lock

Hi there,
I am trying to create a Smart Lock Xposed simple plugin - very similar to GravityBox's Trusted WiFi - albeit without the need of any connected device (WiFi, BT).
I would like to have app with two buttons, to enable trusted condition, so that I can just unlock my phone, when I am at trusted place, or just when I want to.
I have checked this class on GitHub:
https://github.com/GravityBox/Gravi...ceco/lollipop/gravitybox/ModTrustManager.java
I do not know how to proceed further.
Thanks for any help in advance
bump..

[APP] [OPENSOURCE] Android TV Gamepad Touchscreen simulation No ROOT needed

I haven't posted enough to create a thread in dev forum nor putting links please if some moderator wants to move this to dev and fix the urls would be great.
I just wanted to share a project that I worked on during 2018. It allows to simulate touch events in Android TV with your gamepad (mainly for Nvidia Shield TV) and play touch based games without rooting the device. It actually needs a computer connected through ADB to work so this is another point why Shield TV is best to use because it allows ADB over wifi. You can configure several gamepad inputs that map to taps in some coordinates or 'virtual joysticks' with configurable center and radius in the screen.
It has been always open source but now I'm sharing because I don't plan to work on it anymore and I welcome anyone who wants continue the development. I wrote both user guide and developer guide on how to set it up.
github.com /Shyri/TouchMapper/wiki/User-Guide
github.com /Shyri/TouchMapper/wiki/Developer-Guide
Also I made a desktop app that would make a non-developer user easier to start the ADB process. You can find both repos here:
github.com /Shyri/TouchMapper
github.com /Shyri/TouchMapperLauncher
..that's exactly what I was searching for.... but the fact that you need a pc connected via adb all the time throws me off a bit.
So, I have 2 Questions:
My Shield is rooted using Magisk. Is there a way to use the app without the need of a pc connected via adb if it has root access? I mean could you come up with sth. like that?... probably not, since you don't plan on working on it anymore :'( . I'm no dev god, I cannot do it myself.
Second question: I got the ps4 remote play app to work on my Shield and I can stream ps4 to it. However I'm unable to connect any controller to it (all controllers that work just fine elsewhere won't work in the ps4 app). Also app has possibility to register a dualshock4 controller but that also does not work.
But the app has a touchbutton overlay! Do you think your app could work to send inputs?
Edit: Wait.....reading the mapping guide of yours, I wonder: Couldn't I do this somehow with Tasker app also?
trohn_javolta said:
..that's exactly what I was searching for.... but the fact that you need a pc connected via adb all the time throws me off a bit.
So, I have 2 Questions:
My Shield is rooted using Magisk. Is there a way to use the app without the need of a pc connected via adb if it has root access? I mean could you come up with sth. like that?... probably not, since you don't plan on working on it anymore :'( . I'm no dev god, I cannot do it myself.
Second question: I got the ps4 remote play app to work on my Shield and I can stream ps4 to it. However I'm unable to connect any controller to it (all controllers that work just fine elsewhere won't work in the ps4 app). Also app has possibility to register a dualshock4 controller but that also does not work.
But the app has a touchbutton overlay! Do you think your app could work to send inputs?
Edit: Wait.....reading the mapping guide of yours, I wonder: Couldn't I do this somehow with Tasker app also?
Click to expand...
Click to collapse
Yeah having adb connected is kind of a bummer but it is very comfortable through wifi or ethernet.
If your device is rooted you should be able to use any app in Play Store with this purpose I think.
My app is running the code in a separated process ran by adb and receiving gamepad input from the app process. I guess a modification that runs that code from the app process if root is detected would make it work without needing adb.
I don't know about the Tasker app capabilities for this purpose.
ShyriVi said:
Yeah having adb connected is kind of a bummer but it is very comfortable through wifi or ethernet.
If your device is rooted you should be able to use any app in Play Store with this purpose I think.
My app is running the code in a separated process ran by adb and receiving gamepad input from the app process. I guess a modification that runs that code from the app process if root is detected would make it work without needing adb.
I don't know about the Tasker app capabilities for this purpose.
Click to expand...
Click to collapse
I can now confirm that with root it's possible by using Tasker + AutoInput Plugin.
However it's no working solution for the ps4 remote play app The overlay of the app disappears after some time and moving the mouse it appears again, also it's disturbing.
One can register a ps4 controller in the app, which for me does not work I guess once registered the overlay disappears.
One thing I didn't try yet is the sixaxis controller app.
The idea would be then to map the ps4 controller input to a connected xbox one controller.
That's the reason I'm doing this: I want to play on my ps4 with a xbox one controller. Via win pc this seems to be possible... but I feel like it's such a waste of power..
Also there are such usb dongles that enable to do this, I should have bought one from the getgo.... But now I'm just being stubborn, I wanna make this work
Edit: Oh, forgot one thing: Do you plan on also posting this in geforce forum and r/ShieldAndroidTV subreddit? I think it would be important to have it there as well.
If you allow, I can do that and redirect any questions to this thread here, if not that's also fine. Just a thought, maybe this way you'll find someone to take over the project.
trohn_javolta said:
I can now confirm that with root it's possible by using Tasker + AutoInput Plugin.
However it's no working solution for the ps4 remote play app The overlay of the app disappears after some time and moving the mouse it appears again, also it's disturbing.
One can register a ps4 controller in the app, which for me does not work I guess once registered the overlay disappears.
One thing I didn't try yet is the sixaxis controller app.
The idea would be then to map the ps4 controller input to a connected xbox one controller.
That's the reason I'm doing this: I want to play on my ps4 with a xbox one controller. Via win pc this seems to be possible... but I feel like it's such a waste of power..
Also there are such usb dongles that enable to do this, I should have bought one from the getgo.... But now I'm just being stubborn, I wanna make this work
Edit: Oh, forgot one thing: Do you plan on also posting this in geforce forum and r/ShieldAndroidTV subreddit? I think it would be important to have it there as well.
If you allow, I can do that and redirect any questions to this thread here, if not that's also fine. Just a thought, maybe this way you'll find someone to take over the project.
Click to expand...
Click to collapse
Haha what you are trying to do is certainly waste of power, but I can understand the stubbornness to make it work, it happens to me all the time. This project is indeed the result of being stubborn and not wanting to root my shield.
In any case, what you are trying to do should be possible with my app and, as I said, I guess it wouldn't be too hard to make it work from rooted devices without having adb connected. For the moment I am very busy with other projects but I'll let you know if I can find some time to adapt it.
I'll post it to that reddit too, i already posted it to r/androidtvdev but didn't know about r/ShieldAndroidTV. Thanks!
Just to say, that tasker has an adb pluging that lets me send adb commands over tcp to the device its running on, lets me trully force close apps on a non root shield, maybe this combination of apps could do away with the pc requirement

Categories

Resources