[CLOSED]Controlling some smartphone features via Alexa voice assistant on smartwatch - Amazfit

Mod edit: @devmet34 Thread closed as duplicate of
Controlling some smartphone features via Alexa voice assistant on smartwatch?
Hello, I was wondering if its possible to control some phone features from alexa on watch? For instance, i want google maps on my android phone to navigate me to home by using alexa voice on watch. Like i say "alexa take me home" and it will...
forum.xda-developers.com
Please review the XDA Forum Rules with special emphasis on rule no. 5 and post only ONCE! If you feel you've posted in the wrong forum, just report your thread and let us move it instead of creating a new one. Thanks for your cooperation.
Regards
Oswald Boelcke
Senior Moderator
Hello,
I was wondering if its possible to control some phone features from alexa on watch. For instance, i want google maps on my android phone to navigate me to home by using alexa voice on watch. Like i say "alexa take me home" and it will open google maps on phone and navigate to home. Or i say "alexa play music on my phone" or "alexa call mike" it will call mike on phone etc. Assuming that watch doesnt have standalone navigation and play music features. Controlling these features on phone using alexa voice on smartwatch would be amazing really (i think wear os watches can do it). I guess this can be achieved via watch's companion app on phone if implemented. Thanks

@devmet34 Thread closed!
Please review the XDA Forum Rules with special emphasis on rule no. 5 and post only ONCE! If you feel you've posted in the wrong forum, just report your thread and let us move it instead of creating a new one. Thanks for your cooperation.
Regards
Oswald Boelcke
Senior Moderator

Related

Minimalistic 5-App ROM

Hello fellow more experienced rom devs,
I have been looking through the guides on how to develop my own rom. Let me briefly explain what I want to do:
I would like a ROM that has only 5 apps: calls, text, Google Maps, Youtube Music, and the camera.
No Google Play Store, no web browser, no search, no option to sideload apps, etc.
Myself and a several peers are looking to disconnect. But why go by something like the light phone or punkt or a dumb phone when our current phones have everything we need, but we would like to limit their functionality.
I have two questions. How hard of an undertaking would this be for a noob to develop a rom like this?
Is there some sort of ROM already that can be customized to fit this criteria?
Thank you,
microzee said:
Hello fellow more experienced rom devs,
I have been looking through the guides on how to develop my own rom. Let me briefly explain what I want to do:
I would like a ROM that has only 5 apps: calls, text, Google Maps, Youtube Music, and the camera.
No Google Play Store, no web browser, no search, no option to sideload apps, etc.
Myself and a several peers are looking to disconnect. But why go by something like the light phone or punkt or a dumb phone when our current phones have everything we need, but we would like to limit their functionality.
I have two questions. How hard of an undertaking would this be for a noob to develop a rom like this?
Is there some sort of ROM already that can be customized to fit this criteria?
Thank you,
Click to expand...
Click to collapse
@microzee
Please read the guidances that are stuck on top of every forum prior to your next posting like
[ATTN] : Read before posting - Any questions posted here will be MOVED or CLOSED
Please read the below before posting. Any questions not development related will be moved or closed. Forum Searching | Posting | The Basics: (Make sure you've read them before starting a new thread) Forum Rules Forum Search Google Forum...
forum.xda-developers.com
I've moved the thread to Q&A.
Regards
Oswald Boelcke
Senior Moderator

Help with writing Xposed module to bypass audio recording limits.

Hello all,
I am interested in writing an Xposed module to enable all Android audio recording apps to have the ability to record all types of audio regardless of if a given app tries to block it, and including phone calls. Is this the appropriate way to handle the goal here? I believe I have tracked down the function calls in the Android API that need to be spoofed to achieve this, but I am still struggling. If I share what I have so far, would it be appropriate to ask here? I am not even sure if Xposed is the right way to go about this. Perhaps it should be done using Zygisk?
Thank you.
David B. said:
Hello all,
I am interested in writing an Xposed module to enable all Android audio recording apps to have the ability to record all types of audio regardless of if a given app tries to block it, and including phone calls. Is this the appropriate way to handle the goal here? I believe I have tracked down the function calls in the Android API that need to be spoofed to achieve this, but I am still struggling. If I share what I have so far, would it be appropriate to ask here? I am not even sure if Xposed is the right way to go about this. Perhaps it should be done using Zygisk?
Thank you.
Click to expand...
Click to collapse
@David B.
Prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
I've moved the thread to Android Q&A.
Thanks for your cooperation.
Regards
Oswald Boelcke
Senior Moderator
Hello.
I would like this!
Why just audio? What about video too?
What automated recording? I like it for VoIP and videoconferencing.
Oswald Boelcke said:
@David B.
Prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
I've moved the thread to Android Q&A.
Thanks for your cooperation.
Regards
Oswald Boelcke
Senior Moderator
Click to expand...
Click to collapse
I apologize for the error. Even though I have been an XDA member for a while, I'm not one of the most active members, and therefore sometimes still struggle with navigating to the proper forum when asking questions. Thank you for pointing this out and correcting it.
timofonic said:
Hello.
I would like this!
Why just audio? What about video too?
What automated recording? I like it for VoIP and videoconferencing.
Click to expand...
Click to collapse
Well, for video, there's really nothing that needs done that isn't already available in other Xposed modules. The only reason video recording would be blocked by an app is if it sets FLAG_SECURE, and there are already several Xposed modules that override it. Here is the one that I use on my phone: https://github.com/VarunS2002/Xposed-Disable-FLAG_SECURE
As for automated recording for VoIP and videoconferencing, that is outside the scope of what I would like to achieve with this module. Ideally, what I want this module to do nothing more than allows audio recording apps to access audio streams that they would not normally have access to. I am not sure if this is feasible though. Currently, all apps that have the ability to intercept audio streams that are not accessible through the Android API are closed source. The community needs an open source solution, and I would like to provide that, but I need help.
So, does anyone have an interest in this? Unfortunately I am kind of at a dead end until this is sorted out.
I'm very interested in this, but I'm not a developer unfortunately.
timofonic said:
I'm very interested in this, but I'm not a developer unfortunately.
Click to expand...
Click to collapse
Thanks for your interest! If you know of anyone that is experienced with Xposed module development and would be willing to help me out, please pass this along to them.
Hello all! Is there still nobody with an interest in doing this?
I'm interested in this project as well, for change of that outdated VoIP recorder, but don't have any knowledge about it unfortunately, we have to somehow make more people know about this thread
Zoki88 said:
I'm interested in this project as well, for change of that outdated VoIP recorder, but don't have any knowledge about it unfortunately, we have to somehow make more people know about this thread
Click to expand...
Click to collapse
Agreed! I have no idea how to get exposure for this thread though. If you have any ideas, please share!
David B. said:
Agreed! I have no idea how to get exposure for this thread though. If you have any ideas, please share!
Click to expand...
Click to collapse
I can only try mentioning this thread with link in my posts i'll put in other threads as will asking people for something else, and also if i make my own thread for asking something, will mention this thread, i don't have other better idea than that
Zoki88 said:
I can only try mentioning this thread with link in my posts i'll put in other threads as will asking people for something else, and also if i make my own thread for asking something, will mention this thread, i don't have other better idea than that
Click to expand...
Click to collapse
I think that would be very useful!
Is there any way to make this thread alive and bring some developers? With new android versions upcoming and new devices, we won't be able to use boldbeast voip recorder anymore, and there's literally not a single alternative app to it, even cube acr isn't that good, can't record discord, skype, zoom etc..
Zoki88 said:
Is there any way to make this thread alive and bring some developers? With new android versions upcoming and new devices, we won't be able to use boldbeast voip recorder anymore, and there's literally not a single alternative app to it, even cube acr isn't that good, can't record discord, skype, zoom etc..
Click to expand...
Click to collapse
I'd love to invest time in this again, but unfortunately, my personal life is packed with other things that are limiting my free time to further investigate this at the moment.

Fixing a Broken Android App

Hello Everyone,
Let me start out by saying if this is the wrong forum please feel free to relocate this post.
I have a general question about fixing a broken Android App. SkyWatcher USA makes an app for Android for the Astronomy buffs. Many of the telescope manufacturers use a controller called SynScan that allows "Go-To" operation of the telescope mount. Many also have either built-in WiFi or sell an adapter that allows you to "tether" your scope to your Android device. This allows many 3rd party planetarium apps to control the scope's computerized mount. SkyWatcher's app is called SynScan Pro.
One of the app's features is getting GPS location data from the device. Since the introduction of Android 12 that feature is broken. I was thinking I've been waiting for months for an update that will restore the ability to use the location sensor in my device but it isn't available yet. Currently if you enable use of the location sensor the app crashes.
My question is how does one with little app building experience find good info on how to fix this broken function and bring the app up to Android 12.
Thanks
FernBch said:
Hello Everyone,
Let me start out by saying if this is the wrong forum please feel free to relocate this post.
I have a general question about fixing a broken Android App. SkyWatcher USA makes an app for Android for the Astronomy buffs. Many of the telescope manufacturers use a controller called SynScan that allows "Go-To" operation of the telescope mount. Many also have either built-in WiFi or sell an adapter that allows you to "tether" your scope to your Android device. This allows many 3rd party planetarium apps to control the scope's computerized mount. SkyWatcher's app is called SynScan Pro.
One of the app's features is getting GPS location data from the device. Since the introduction of Android 12 that feature is broken. I was thinking I've been waiting for months for an update that will restore the ability to use the location sensor in my device but it isn't available yet. Currently if you enable use of the location sensor the app crashes.
My question is how does one with little app building experience find good info on how to fix this broken function and bring the app up to Android 12.
Thanks
Click to expand...
Click to collapse
@FernBch
It's indeed the wrong forum. Therefore I suggest prior to your next posting to please read the guidances that are stuck on top of every forum like
[ATTN] : Read before posting - Any questions posted here will be MOVED or CLOSED
Please read the below before posting. Any questions not development related will be moved or closed. Forum Searching | Posting | The Basics: (Make sure you've read them before starting a new thread) Forum Rules Forum Search Google Forum...
forum.xda-developers.com
and the others. I've moved the thread to Android Q&A as it didn't qualify for development.
Thanks for your cooperation.
Regards
Oswald Boelcke
Senior Moderator

Fake location to India for call recording?

Hi All,
My POCO M4 Pro does call recording via the google phone app, but you have to manually hit the record button each time.
The option to 'record all calls' is only available if your location is set to India.
I've tried the following:
Set 'Region' to India.
Spoof GPS location to India via developer options.
Used a VPN location in India
Each time I have cleared cache/all data for the phone app(s) and rebooted but it still doesn't work.
I wondered if I need to use an India based ROM, but I can see the 'record all calls' option for a split second each time I open the relevant settings page, but it is removed almost instantly each time, so I belive it is built into my 'Global' ROM, but is being disabled by my location.
Does anyone know what Google phone is looking at to determine my location?
I've considered changing my google play account to India, or creating a new google profile based in India to see if that fools it...
Does anyone have any ideas?
Many thanks!!
ben73 said:
Does anyone know what Google phone is looking at to determine my location?
I've considered changing my google play account to India, or creating a new google profile based in India to see if that fools it...
Does anyone have any ideas?
Click to expand...
Click to collapse
@ben73
Welcome to XDA. I hope you'll always get the support you require.
However, prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
and the others. I've moved the thread to Android Q&A.
Thanks for your cooperation.
Regards
Oswald Boelcke
Senior Moderator

Need for advice LENOVO TAB M10 TX-606-F

Hello,
first of all I apologize in advance for my mistakes, but not being at ease with the English language I prefer to use a translator.
I just rooted this tablet with TWRP & Magisk.
Now I want to change some features in the settings menu.
For example, I want to prevent the user to delete an application.
I tried app locker to block for example termux but unfortunately you can still delete the desired application. Of course, app locker can't be deleted but the applications it protects can.
on the other hand, is it possible for example to switch the tablet to airplane mode from 9 PM and to grey out the functionality to avoid that the person reactivates the connections ?
Sorry this is a lot to ask but if you can help me it would be nice.
thank you and good day to all
cyrildad said:
on the other hand, is it possible for example to switch the tablet to airplane mode from 9 PM and to grey out the functionality to avoid that the person reactivates the connections ?
Click to expand...
Click to collapse
Hello and good afternoon, @cyrildad
Welcome to XDA. I hope you'll always get the support you require.
However, prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
and the others. I've moved your thread to Android Q&A.
Thanks for your cooperation!
Regards
Oswald Boelcke
Senior Moderator
oh I'm really sorry, and especially thank you for the referral

Categories

Resources