Related
Hi there,
Coming from a Blackberry Bold 9700 and being now the proud owner of a Samsung Galaxy S, I have to confess I miss a tiny little feature that I had with the BB and that the SGS doesn't have: when I used to put my BB in its case, it would lock the phone automatically.
Well, I know that is an old feature of all BB and that it works via a magnetic mechanism of some sort.
My question is: would it be possible to develop such a feature for the SGS, using the proximity sensor?
Or... is there any existing app that already does this?
FYI, I use this case: http://www.amazon.co.uk/GENUINE-KRU...1?ie=UTF8&s=electronics&qid=1284032013&sr=8-1
Thanks!
Benny
One small question: is this topic in the appropriate forum or should it be in the "Android Development" one?
This could really belong in any of the forums, it's about accessories, an application for locking the phone, and the development of such an application. Congrats, for what it's worth!
But...I don't think this is possible. I'm just another uneducated user though, so what do I know!
This looks cool :
http://androidforums.com/htc-desire/94942-use-proximity-sensor-disable-screen-while-pocket.html#post930969
Thanks for the info, Danesh!
That tool seems to be quite perfect for the job. But I'm afraid it does not work with my (and, I assume, any) SGS...
Can someone take a look at it and see if it can be modded in order for it to work?
Thanks a bunch!
Sent from my GT-I9000 using XDA App
It works but u need to plugin ur headphones first.
Daneshm90 said:
It works but u need to plugin ur headphones first.
Click to expand...
Click to collapse
Oh, ok... But that kind of defeats the purpose I intended to use it for.
Sorry to be such a pain, but is there someone who can enable the sensor to do its job even with no headphones plugged in?
Thanks again!
Benny_Lx said:
Oh, ok... But that kind of defeats the purpose I intended to use it for.
Sorry to be such a pain, but is there someone who can enable the sensor to do its job even with no headphones plugged in?
Thanks again!
Click to expand...
Click to collapse
Im currently creating such an app. Heres wht imma implement :
Using orientation sensor + proximity sensor, if ur phone is in vertical position and proximity sensor returns a 0 for 5s, then the screen turns off (haven't implemented this part yet).
So far i have it working where it sets the brightness to 0 when its dark for 5s, and sets to original brightness when its not dark. Will keep u posted.
Edit : I might not do orientation sensing, cuz tht'll cause too many variations where its not fathomable.
Neone know of any private api's or nething tht allows an app to disable screen ? Might open tht guys app to see.
Daneshm90 said:
Im currently creating such an app. Heres wht imma implement :
Using orientation sensor + proximity sensor, if ur phone is in vertical position and proximity sensor returns a 0 for 5s, then the screen turns off (haven't implemented this part yet).
So far i have it working where it sets the brightness to 0 when its dark for 5s, and sets to original brightness when its not dark. Will keep u posted.
Edit : I might not do orientation sensing, cuz tht'll cause too many variations where its not fathomable.
Neone know of any private api's or nething tht allows an app to disable screen ? Might open tht guys app to see.
Click to expand...
Click to collapse
Thanks, man! That seems awesome!
I would gladly give you a hand, but the truth is I am just a lawyer... lol
I can help you test that, though.
Thanks again.
Just a bump...
Sent from my GT-I9000 using XDA App
hi there.
first of all i think u dont need something like that .. i was a bb user too.. and trust me u dont need.. sgs touch screen only respond to finger.. u can try pen.. or try touching it with your clothes or trew your clothes the screen and see that nothing hapens GL.. so why is necesary the magnetic lock? i dont see the point
I suppose you could set something like this up with Tasker? Using the orientation sensor?
I see a few people asking about this and I found this app that works on my HTC One X.
Screen Filter:
https://play.google.com/store/apps/details?id=com.haxor&hl=en
If you just want to switch the lights off, set the filter to 100% then un-tick the enable softkey back light. It works great when watching videos or using it as a nightstand clock.
Hope their wasn't a thread about his. I did a few searches and couldn't find anything, hope this helps a few people.
Does it save the preference after reboot? I use Adjbrightness and after rebooting I have to load the app up again.
Sent from my HTC One X using xda app-developers app
I will have a look but I think you have to reopen it.
Sent from my HTC One X using xda app-developers app
I had a test now and it doesn't start on boot. But when you start the app after a boot it then knows what your last settings were. Hope that helps.
Sent from my HTC One X using xda app-developers app
K, when I have the time I was thinking of writing my own app that does this.
Sent from my HTC One X using xda app-developers app
If u put the app (screenfilter) in some autostart program it will work fine, if u dont wanna enable it manually.
This text was generated by a HoX device, in symbiosis with thoughts from someone else
ououououo said:
If u put the app (screenfilter) in some autostart program it will work fine, if u dont wanna enable it manually.
This text was generated by a HoX device, in symbiosis with thoughts from someone else
Click to expand...
Click to collapse
That is a great idea, I was wondering if there was an app like that I will have a look and see how well that works. But it's really nice to disable those lights, gives the phone a really neat appearance.
Roars21 said:
That is a great idea, I was wondering if there was an app like that I will have a look and see how well that works. But it's really nice to disable those lights, gives the phone a really neat appearance.
Click to expand...
Click to collapse
I did this on my previous device (xperia u, to get rid of the annoying LED-bar )
NOTE:
*** If you accidentally make your screen go BLACK ***
1. Pull your battery
2. Uninstall the app to reset your bad brightness setting
3. Reinstall the app and use it normally again"
Click to expand...
Click to collapse
I am kinda worried about this happening on my HOX...the fist step is already too much trouble to go through.
jimmy2027 said:
I am kinda worried about this happening on my HOX...the fist step is already too much trouble to go through.
Click to expand...
Click to collapse
Don't worry if you hold down the power button for a couple seconds it simulates a battery pull. Then when you start up, provided you don't have it on a autostart app you can then go in and change the settings. Also if you do set the brightness too low it gives you 10 seconds to approve it or it will just revert your settings. If that makes sense.
Make a new file, call it 99KeyOff.sh and put this in it:
#!/system/bin/sh
# ========================================
# init.d script for key light off. ONE X.
#BACKFROMTHE[/QUOTE]STORM
# ========================================
#disable Key Backlight
echo begin set Key Backlight - KB
echo KB - set permissions rw
chmod 0666 /sys/class/leds/button-backlight/brightness
echo KB - set Key Backlight 0
echo "0" > /sys/class/leds/button-backlight/brightness
echo KB - set permissions ro
chmod 0444 /sys/class/leds/button-backlight/brightness
echo KB - done!
Put it in the init.d folder or run it manually in a terminal emulator or script manager.
Unfortunately that doesn't work on the Maximus ROM. I think it's because the rootfs mounts read only. I tried adding a remount line to the top but nothing happened.
Sent from my HTC One X using xda app-developers app
Screen Dimmer
The minimum screen brightness is too damn bright to use in the dark.
Run the app, click "Load" next to "n5dim", change your brightness to the minimum (and then up a bit and back down) and notice how much dimmer it is.
The brightness at all other levels stay the same.
Source: https://github.com/mzhou/n5dim
Fast Charge
This works by setting the registers on the bq24192 charger chip to allow as much input current (from USB/AC) as possible, as well as allowing as high a charge current as possible (to the battery).
From limited tests I've performed in the past, this actually isn't enough to get faster charging, so further investigation will be needed, though your testing will be much appreciated.
It will take effect on the first time you plug in after clicking "Load". If you're already plugged in, you need to unplug and replug for it to take effect.
Source: https://github.com/mzhou/n5charge
General
To use either of these, you need any kernel which supports modules (CONFIG_MODULES=y).
I've attached (modules_boot.img) a stock kernel with the config changed to support modules.
modules_441_boot.img is for 4.4.1, while modules_boot.img is for 4.4.0.
Does this dim further than setting '1' in /sys/devices/mdp.0/qcom,mdss_fb_primary.160/leds/lcd-backlight?
(Also I noticed your CSE email, a fellow UNSW student?)
Cyb3rGlitch said:
Does this dim further than setting '1' in /sys/devices/mdp.0/qcom,mdss_fb_primary.160/leds/lcd-backlight?
(Also I noticed your CSE email, a fellow UNSW student?)
Click to expand...
Click to collapse
Yes. Dragging the brightness slider to the minimum already sets 1 there.
There's values hard coded in the platform data to internally restrict the value to a minimum of 5 (but that's of little consequence).
The main gain is is from the "full scale current" (you can find an explanation in the datasheet for lm3630) which has been hard coded to 18 in the platform data. Bringing it down to 0 makes a huge difference.
(sup)
Nice work! I wonder why they limited it. Possibly to stop people putting their phone into an unusable state during the day?
Cyb3rGlitch said:
Nice work! I wonder why they limited it. Possibly to stop people putting their phone into an unusable state during the day?
Click to expand...
Click to collapse
I've done it to myself many times when I did this to my old phone.
Also updated the attachment in the OP to be compatible with more kernels.
Tested working on Franco.
Very cool! :good:
AWESOME! Is there maybe a mod like this for the NN7 (new nexus 7 )
Is there any advantage to this method over using an app like lux?
Sent from my Nexus 5 using XDA Premium 4 mobile app
adzjwarner said:
Is there any advantage to this method over using an app like lux?
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No app will be able to get the backlight this dark.
I'm not sure what Lux does, but if it modifies the colours to produce a darkening effect, then the contrast will be very bad.
adzjwarner said:
Is there any advantage to this method over using an app like lux?
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hey there, I'm actually the developer of Lux. The main purpose of Lux is to replace your auto brightness system without the need for root access. That being said, there's no reason why this neat kernel module couldn't be added to a root plugin for Lux.
Cyb3rGlitch said:
Hey there, I'm actually the developer of Lux. The main purpose of Lux is to replace your auto brightness system without the need for root access. That being said, there's no reason why this neat kernel module couldn't be added to a root plugin for Lux.
Click to expand...
Click to collapse
Ah cool.
I tried out Lux and I'm not sure if it's a limitation in the free version, but it only sets the backlight brightness (/sys/class/leds/lcd-backlight/brightness) to a minimum of 10 before it starts doing colour adjustment instead.
My module treats the value 1 as special for making the backlight super dark. Dragging Android's built in brightness slider uses the full range of values 1-225 inclusive.
There's no reason it couldn't just map the full 1-255 to a wider range, but I initially wanted to lean towards keeping things as stock as possible.
arararagi said:
Ah cool.
I tried out Lux and I'm not sure if it's a limitation in the free version, but it only sets the backlight brightness (/sys/class/leds/lcd-backlight/brightness) to a minimum of 10 before it starts doing colour adjustment instead.
My module treats the value 1 as special for making the backlight super dark. Dragging Android's built in brightness slider uses the full range of values 1-225 inclusive.
There's no reason it couldn't just map the full 1-255 to a wider range, but I initially wanted to lean towards keeping things as stock as possible.
Click to expand...
Click to collapse
It does that because some devices do silly things near 0 like putting the device to sleep. You can change the minimum brightness in settings to 1 which should fix this (although I suspect it might round 0.01*255 to 2. I'll have to check my codebase).
Cyb3rGlitch said:
It does that because some devices do silly things near 0 like putting the device to sleep. You can change the minimum brightness in settings to 1 which should fix this (although I suspect it might round 0.01*255 to 2. I'll have to check my codebase).
Click to expand...
Click to collapse
Somehow overlooked that when I was skimming the settings. (And it does round to 2 ).
I could make 2 or anything less than 5 special so that Lux users can benefit. Or maybe just make it configurable with a parameter at insmod time...
arararagi said:
Somehow overlooked that when I was skimming the settings. (And it does round to 2 ).
I could make 2 or anything less than 5 special so that Lux users can benefit. Or maybe just make it configurable with a parameter at insmod time...
Click to expand...
Click to collapse
Whatever you feel works best. A parameter sounds like the most flexible solution though.
This is exactly what I was looking for!
Could I get a bit more explanation of how to install this though? Do I flash the kernel in recovery and then run the command from a shell on my phone, or on my computer?
Thanks for making this.
Sent from my Nexus 5 using xda app-developers app
I'll be watching this thread intently. I currently use lux as well.
rockingondrums said:
I'll be watching this thread intently. I currently use lux as well.
Click to expand...
Click to collapse
Ditto!
Sent from my Nexus 5 using XDA Premium 4 mobile app
Nelsocracy said:
This is exactly what I was looking for!
Could I get a bit more explanation of how to install this though? Do I flash the kernel in recovery and then run the command from a shell on my phone, or on my computer?
Thanks for making this.
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Flash the kernel in whatever normal way you choose.
Extract and copy n5din.ko to your phone.
Use root and put it in /data so that apps with SD card access can't mess with it.
Run "insmod /data/n5dim.ko" on your phone. This can be with a terminal emulator or adb or script manager.
I'm probably gonna be making more modules so I might make an app to simplify the process.
Cyb3rGlitch said:
Hey there, I'm actually the developer of Lux. The main purpose of Lux is to replace your auto brightness system without the need for root access. That being said, there's no reason why this neat kernel module couldn't be added to a root plugin for Lux.
Click to expand...
Click to collapse
OhHai! Big fan of the app, it's saved my eyes when internetting in bed for many many months now! (Though I probably should just not internet at night)
I'll leave the plugin stuff to somebody who knows how to do that and rejoice when(if) it happens. :good:
arararagi said:
Flash the kernel in whatever normal way you choose.
Extract and copy n5din.ko to your phone.
Use root and put it in /data so that apps with SD card access can't mess with it.
Run "insmod /data/n5dim.ko" on your phone. This can be with a terminal emulator or adb or script manager.
I'm probably gonna be making more modules so I might make an app to simplify the process.
Click to expand...
Click to collapse
That worked perfectly, thanks.
This is really dim! I'm impressed. If you ever decide to modify it like you mentioned earlier so that the full brightness adjustment was available I'd be interested. It would be useful to have access to all the brightness levels between yours and the ordinary minimum brightness.
Sent from my Nexus 5 using xda app-developers app
3.5mm Klick Click Button & USB OTG
Since I almost never use 3.5 port, this additional button nicely fits on my Nexus 5.
To control this little device, need to use KlicK. By using Tasker and Secure Settings I got functional second power button. However, I've no idea how to get exact power button, cause in my case I cannot press one to wake display and press again to turn it off.
It possible to use 1, 2, 3 click action and program them to any installed app.
Also, I got a nice small black USB OTG.
Battery draws just a little bit more by 7 hours sleep I spent 4% and usually for the same without it, drawing is about 3.5 hours per 1%.
Unfortunately, I found that in Skype sound is dispersing while this button is connected.
p.s. BTW, would be great to get the same idea for microusb, cause I almost do not use it too.
It would be a lot harder to get the same functionality over the USB port as it is not hard wired for this kind of things.
For extra buttons I'd recommend you Dimple or something similar.
Have a nice day!
The one you got is the cheap version of real one. Probably will end up with bugs and unsupported app.
My wife owns a xiaomi phone, she is Chinese, and I copied the Mikey app off of it. Then I did some digging and found a English version of the Mikey app at the this site:
http://en.miui.com/thread-18958-1-1.html
Wondering if anyone is willing to test it.....
Sent from my Nexus 5 using XDA Premium 4 mobile app
As the site requires a username and pass to download, here is the latest English version of the Mikey app
http://ppl.ug/B2TC04xXC_A/
Sent from my Nexus 5 using XDA Premium 4 mobile app
x111 said:
3.5mm Klick Click Button & USB OTG
Since I almost never use 3.5 port, this additional button nicely fits on my Nexus 5.
To control this little device, need to use KlicK. By using Tasker and Secure Settings I got functional second power button. However, I've no idea how to get exact power button, cause in my case I cannot press one to wake display and press again to turn it off.
It possible to use 1, 2, 3 click action and program them to any installed app.
Also, I got a nice small black USB OTG.
Battery draws just a little bit more by 7 hours sleep I spent 4% and usually for the same without it, drawing is about 3.5 hours per 1%.
Unfortunately, I found that in Skype sound is dispersing while this button is connected.
p.s. BTW, would be great to get the same idea for microusb, cause I almost do not use it too.
Click to expand...
Click to collapse
How exactly did you get this working with the klick app? I have one, but there's no shortcut or tasker option I see on there.
frigidazzi said:
How exactly did you get this working with the klick app? I have one, but there's no shortcut or tasker option I see on there.
Click to expand...
Click to collapse
It's very easy, while you made an action in tasker, you just need make an app via tasker, install it and direct those app for klick.
New update of Chinese app "klick" and now Skype as normal without interruption.
so far a nice button,
not sure yet how correctly make a wake up app for in.
x111 said:
New update of Chinese app "klick" and now Skype as normal without interruption.
so far a nice button,
not sure yet how correctly make a wake up app for in.
Click to expand...
Click to collapse
my version is 0.977 , is there a newer one ?
rayiskon said:
my version is 0.977 , is there a newer one ?
Click to expand...
Click to collapse
no, it's just me updated on it cause I didn't use my button till Skype was incompatible with it.
x111 said:
no, it's just me updated on it cause I didn't use my button till Skype was incompatible with it.
Click to expand...
Click to collapse
You can also buy one from gearbest for $0.39 + free shipping using coupon code GBSMR
dealhunter said:
You can also buy one from gearbest for $0.39 + free shipping using coupon code GBSMR
Click to expand...
Click to collapse
thanks for sharing, the coupon code work for me. just $0.39
Apparently doesn't work well off custom roms...
works great off the shelf with another xiaomi phone i had...and samsung.. hmmm.
bah, 1.72 only.
dealhunter said:
You can also buy one from gearbest for $0.39 + free shipping using coupon code GBSMR
Click to expand...
Click to collapse
thanks for sharing.
also, found that if you just select "home" in klick app, it works like a power button when screen off and device is locked, that so cool.
no need anymore tricks with tasker.
x111 said:
thanks for sharing.
also, found that if you just select "home" in klick app, it works like a power button when screen off and device is locked, that so cool.
no need anymore tricks with tasker.
Click to expand...
Click to collapse
that's been one of my profiles since the first day
1 click - home (power on)
2 clicks - starts endomondo (i cycle a lot)
3 clicks - starts camera
long click - quick settings
The "available on lock screen" option has a bit of a security issue, if you have a pattern lock and start the camera with the app you're able to view previous pics. Normally they're locked out if you have a pin/pattern lock.
Other than that this thing works great
Just wanted to say was on the Mahdi rom and was getting a google voice to text message so decided to try android L. Klick works much better on L then it did on that rom.
1 - home
2 - camera
long - flashlight
Works well (though the double click you have to time it a bit)
11/05/2022: UPDATED the instructions and the rules.
NOTICE: This method is no longer relevant for the U2-baseband firmware and Android 13-based GSIs, they should work out of the box.
After a couple of weeks of the real-world use of SM-A325 with LineageOS GSI installed, I've found that the phone has no real proximity sensor and that's a real problem. The so called "virtual" proximity sensor mentioned by Samsung is obviously just an emulation done by reading the tilt sensor (vertical position) and the touchscreen (touch anywhere in the upper half).
Almost all of the GSIs use the generic Call app, so just a slight accidental touch with your ear or finger and you can have a whole bunch of functions activated. There is a solution though:
Install the "Automation" app (open-source) by Jens Schröder
Go to the "Rules" tab and press "Add Rule"
Give the new rule some name (e.g. "Turn screen off during call")
Press "Add trigger", "Phone call", "State" = "started", "Call direction" = "any". Press "Save".
Press "Add action", "Turn screen on or off", "Deactivate"
"Save Rule"
If the rule is marked with the yellow dot go to the "Overview" tab, start the service and give the needed permissions
Also press "Control center", "Settings" and make sure that "Start at system boot" is checked.
And another, mode advanced version (if that's too complicated you can just import the attached settings file):
Go to the "Rules" tab and press "Add Rule"
Give the new rule some name (e.g. "Turn screen off during call")
Press "Add trigger", "Phone call", "State" = "started", "Call direction" = "any". Press "Save".
Press "Add trigger", "Device orientation"
Position the phone vertically (Pitch = 0±5) and press "Apply"
Enter tolerances: 180, 70, 180
"Must apply" checked
Press "Save"
Press "Add trigger", "Screen state", "on"
Press "Add action", "Turn screen on or off", "Deactivate"
"Save Rule"
I recommend setting "Signal frequency" in "Device orientation settings" in the settings to 500 ms. This way there will be much lesser chance of lag when phone is lifted up to the ear, while the battery consumption by the Automation app will still remain negligible.
That's it. Now when you receive a call the screen will be turned off. You can turn it on during the call by pressing the side button, the call will not be interruped. When using the advanced version of the rules the side button works only when the device is held horizontally, unfortunately there is no way to improve this but I think that is a very minor issue (or just use the simple version instead).
Updated rules, working with Automation v1.7.6.
This causes an issue in video calling on whatsapp where the phone turns the screen off again and again.
Captain_cookie_200 said:
This causes an issue in video calling on whatsapp where the phone turns the screen off again and again.
Click to expand...
Click to collapse
Try the rule that I am using now. It's much simpler and much more reliable. If it does not work for you then probably this solution is just incompatible with WhatsApp. BTW, I am not using it and don't recommend to anyone as it's the privacy-violating app.
uluruman said:
Try the rule that I am using now. It's much simpler and much more reliable. If it does not work for you then probably this solution is just incompatible with WhatsApp. BTW, I am not using it and don't recommend to anyone as it's the privacy-violating app.
Click to expand...
Click to collapse
oh. btw how do i import these files??? and that small brown message sooo your living without screen turning off on its own? and privacy invading.... WAIT WAS IT TRACKING MY STUFF ALL ALONG?
Captain_cookie_200 said:
oh. btw how do i import these files??? and that small brown message sooo your living without screen turning off on its own? and privacy invading.... WAIT WAS IT TRACKING MY STUFF ALL ALONG?
Click to expand...
Click to collapse
Any free commercial app is doing this. That's why it's free.
uluruman said:
Any free commercial app is doing this. That's why it's free.
Click to expand...
Click to collapse
but aint this open source. its on the f droid store. and over there, there are only open source apps.
and how do i import it btw. the xml file. thanksss
To import the rules put them in some folder, start Automation, press Control center, Import configuration and choose that folder.
Captain_cookie_200 said:
but aint this open source. its on the f droid store. and over there, there are only open source apps.
Click to expand...
Click to collapse
I was talking about WhatsApp, of course.
uluruman said:
I was talking about WhatsApp, of course.
Click to expand...
Click to collapse
oh yes... whatsapp... i am forced because of my school groups and my whole family using it.. otherwise i would ditch it. anyways thanks for your time
It seems that this problem is no longer present at least with the latest Android 13 stock firmware (A325FXXU2CVK3) or even slightly older used together with LineageOS 20.0 or even 19.0. Using the Android 13 firmware also cures another long-standing issue - the non-functional MTP file transfer. Analyzing the kernel source reveals that Samsung obviously abandoned their own f_mtp_samsung driver in favor of the standard f_mtp.
uluruman said:
It seems that this problem is no longer present at least with the latest Android 13 stock firmware (A325FXXU2CVK3) or even slightly older used together with LineageOS 20.0 or even 19.0. Using the Android 13 firmware also cures another long-standing issue - the non-functional MTP file transfer. Analyzing the kernel source reveals that Samsung obviously abandoned their own f_mtp_samsung driver in favor of the standard f_mtp.
Click to expand...
Click to collapse
i am aware. unfortunately gsi's lag alot on android 13 and i was getting almost 1 fps on hill climb racing. yep. i dont know why... thats why im sticking to android 11 firmware.
Captain_cookie_200 said:
i am aware. unfortunately gsi's lag alot on android 13 and i was getting almost 1 fps on hill climb racing. yep. i dont know why... thats why im sticking to android 11 firmware.
Click to expand...
Click to collapse
Hmm. I'm currently using Lineage 20.0 (td version) installed upon the unaltered A325FXXU2CVK3 firmware and I didn't notice any difference in performance.
uluruman said:
Hmm. I'm currently using Lineage 20.0 (td version) installed upon the unaltered A325FXXU2CVK3 firmware and I didn't notice any difference in performance.
Click to expand...
Click to collapse
i see. there was a huge performance drop for me
@uluruman
Hi! First of all sorry for my mechanic English hehehe.
I just broke my proximity sensor cause water... , Now im trying this method but I have a question.
Exist some way to put audio in the calls speaker ( the topside speaker used in calls)? For example, I want to listen some Whatsapp audio in private.
I want to put the smartphone on my ear and then automation change the speaker, besides turn off the screen.
I didn't saw any option, just the script option that I don't know how to use it and the "boardcast" option that i dont know how to use it neither.
Thanks in advance.
ADDJ69 said:
@uluruman
Hi! First of all sorry for my mechanic English hehehe.
I just broke my proximity sensor cause water... , Now im trying this method but I have a question.
Exist some way to put audio in the calls speaker ( the topside speaker used in calls)? For example, I want to listen some Whatsapp audio in private.
I want to put the smartphone on my ear and then automation change the speaker, besides turn off the screen.
I didn't saw any option, just the script option that I don't know how to use it and the "boardcast" option that i dont know how to use it neither.
Thanks in advance.
Click to expand...
Click to collapse
I am sure that Automation can't do that, changing whatever speaker is used for sound output is ruled entirely by the particular phone app.
ADDJ69 said:
@uluruman
Hi! First of all sorry for my mechanic English hehehe.
I just broke my proximity sensor cause water... , Now im trying this method but I have a question.
Exist some way to put audio in the calls speaker ( the topside speaker used in calls)? For example, I want to listen some Whatsapp audio in private.
I want to put the smartphone on my ear and then automation change the speaker, besides turn off the screen.
I didn't saw any option, just the script option that I don't know how to use it and the "boardcast" option that i dont know how to use it neither.
Thanks in advance.
Click to expand...
Click to collapse
there was a app i think i saw on playstore. it wont automate it but u can switch entire audio output to ear piece. then u can revert it back lager manually