Unlock Screen Programmatically - Ornate TrueSmart

[Post Deleted]

glensantacruz said:
Hi Guys,
I've ported one of my apps: eNotify to the Ornate TrueSmart:
https://play.google.com/store/apps/details?id=com.hermes.enotifylite
A couple of users have written to request that eNotify turn on the screen when a new email arrives. So that works fine. However, they would also like the screen to be unlocked so that they don't need swipe to dismiss the clock-screen to see the notification.
We have a similar option that works on most Android devices: Settings / "Dismiss Screen Lock"
In code:
Deprecated Way:
KeyguardManager keyguardManager = (KeyguardManager) context.getSystemService(Activity.KEYGUARD_SERVICE);
KeyguardLock lock = keyguardManager.newKeyguardLock(context.KEYGUARD_SERVICE);
lock.disableKeyguard();
Current Way:
getWindow().addFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD);
BUT it doesn't work on the Ornate TruSmart which leads me to believe this isn't actually a lock screen, but something else. Is there a way to programmatically dismiss this screen?
Best Regards,
Glen
Click to expand...
Click to collapse
I don't use screen lock on my TS, and your app works fine for me, awaking the screen and presenting the popup notification. One question though: When in silent mode, the vibrate feels like just one small bump, and is barely noticed. Any way to increase the vibrate, or set a pattern? Thanks.

[Post Deleted]

glensantacruz said:
Okay. Thanks for the info. I'm still attempting to track it down. Apparently, removing the lock works on some ROMS, but not others.
You can set the vibration like:
Alerts Tab (!) -> Default Profile -> Default Alert -> Bell Chime -> Vibration
There are baked in vibrations such as:
short, medium, long
But you can also hold your finger down to record one of a custom length.
Please feel free to email me at the support address if you need anything. I'd also welcome any reports of TrueSmart specific issues that need investigating.
Thanks,
Glen
Click to expand...
Click to collapse
That worked, thanks. So far so good with my TS...

@glensantacruz, eNotifyLite did not function on my device at all. Sadly once I installed the app, google search started to crash constantly. this made my TrueSmart unusable. Once I uninstalled everything worked once again.
I had high hopes for this.
Suggestion. in the setup separate SMS and email configuration. I am not interested in email in my tiny watch screen. I only really want sms, hangouts, Phone calls and basic glance-able alerts to wake my screen. On my phone I might try your app for email.. I looks very interesting and full of features.

I am a bit confused. In order to receive these notifications the ts must be connect through BT to my phone? If that is true how are u getting past the issues with BT connection with a phone

rhineymac said:
I am a bit confused. In order to receive these notifications the ts must be connect through BT to my phone? If that is true how are u getting past the issues with BT connection with a phone
Click to expand...
Click to collapse
This is not a simple situation but I will attempt to explain my solution:
For SMS
first I have a full service SIM and account for my TS on ATT
next use google voice for my primary number, this involves installing the GV app and configuring it, then getting the GV number socialized..
next I force force sms responce on my phone and my TS to use the GV # with an Xposed plugin called "XVoice+".
For EMAIL / Internet based:
first I have a full service SIM and account for my TS on ATT that is part of a 15gb shared family plan.
The final result is I receive all SMS on both devices. A couple Caveats, GV does not support the short message format so no twitter alerts. depending on the sms source, some messages are more readable on the TS then others.

Unfortunately for me I'm in Canada and lacking Google voice. Thanks for the explanation tho. Omate is doing a ota in a few more weeks fixing the BT issue. I think I will hold off and wait and see how well it works. I've spoken with Le pen and he tells me that the new fix is working very well.

Related

restricted calls... anyway to do this

First, WITHOUT USING ANY 3RD PARTY APPS
If someone calls from a blocked/restricted number, is there any function in the Titan that would allow me to set it to not ring (or to only vibrate, or have a special ringer for only restricted calls)? I tried making a contact called restricted, but that didnt work.
Second, if the above is not possible, what are some 3rd party apps that I might try? I never pick up blocked calls, and I dont even want to hear it ring.
It's not exactly a 3rd party application, more like a service; check out www.youmail.com . If somebody with a blocked number calls me, it says "the number you are calling does not take calss from unidentified callers, please hang up and reveal your number."
rajuabju said:
First, WITHOUT USING ANY 3RD PARTY APPS
If someone calls from a blocked/restricted number, is there any function in the Titan that would allow me to set it to not ring (or to only vibrate, or have a special ringer for only restricted calls)? I tried making a contact called restricted, but that didnt work.
Second, if the above is not possible, what are some 3rd party apps that I might try? I never pick up blocked calls, and I dont even want to hear it ring.
Click to expand...
Click to collapse
Ummm.... There has to be a million. Ok not that many but seriously There are even some that are developed on XDA! I could find that one though ;c(
Here is one that is pretty popular. Im sure others will chime in with there favorites too.
http://www.wm6software.net/communication/call_firewall.html
I could swear I had done this in the past.... But I cant figure it out now.
You can try Ringo... it might do the trick...
http://ringomo.com/windows.php
If you dont want to hear it ring... I recommend SPB Phone Suite...
It has a blacklist feature to ignore calls.. ignore and never ring.
Also it has a great today plugin for showing your vmail, unread messages.. etc (I recommend turning off the big buttons though.. the default look is ugly IMHO)
And my favorite feature, you can set the phone to vibrate, or silent for a period of time (5 mins, 15mins, 30 mins.. etc) This is a life saver since I often need to silence my phone for meetings, and then a few hours later I realize... I have 20 missed calls because I never set it back.
### Edit ###
I just set SPB Phone suite to blacklist "Private" calls.
I then blocked caller ID and called from my home phone... Nothing.. no ring, no flash, the phone ignored it.
It did ring on the callers end the normal number of rings before going to vmail... I.E. it didn't go right to vmail like when you hit ignore.
Superb. SPB Phone Suite does exactly what I want with regards to calls from blocked numbers.
Thanks!
kareem9nba said:
It's not exactly a 3rd party application, more like a service; check out www.youmail.com . If somebody with a blocked number calls me, it says "the number you are calling does not take calss from unidentified callers, please hang up and reveal your number."
Click to expand...
Click to collapse
This site is very slick. Thank you for sharing it.
To test ignoring calls I added my desk phone number to the block list. I called it up, my phone woke up, but never rang and didn't give a notice of a missed call. My desk phone was greeted with the message I left it on youmail.com which happened to be the default smart greeting. Very very cool to have this feature without installing a thing on my phone.

[MOD][Xposed][4.0.3+] Diverted call detector

I've developed an Xposed module to detect when diverted (forwarded) calls are incoming. This is the support thread for this module.
The module is available here: http://repo.xposed.info/module/ch.masshardt.divertedcall
Please report any problems in this thread.
Thanks for using your time to developed this.bi am so sorry but I have no idea what this mod does. Can you please explain a little better as I don't know what diverted means.
Thanks!
A diverted call is an incoming call that was forwarded from another phone. The problem is that the number that is displayed on the phone is the calling number and not the number of the phone the call was forwarded from. So the number could be from the local country but was forwarded from a phone in a different country and there is no way to see that. With this mod it is at least possible to display a message with Tasker when such a call is incoming.
There are also other threads about this problem:
https://code.google.com/p/android/issues/detail?id=11026
https://code.google.com/p/android/issues/detail?id=2544
Deleted
Any chance you could give some further detail on how to set up within Tasker?
I've uploaded an example Tasker profile on pastebin: http://pastebin.com/G4FDZe4M
Just download the example and save it as an xml file on your phone. In Tasker the profile xml can be imported by short pressing the "PROFILE" tab in Tasker and selecting "Import".
Interesting module, but I'm not really sure what problem this app is trying to solve...
When I receive a call that was diverted I'm being shown the original callers number with a text "forwarded call" below it - but that may be due to my use of CM?
However the 2 problems I do have with diverted calls can't be addressed with this mod afaict:
- In call log there's no indication whether a call was forwarded
- Different ringtone can't be set as the standard ringtone is played by Phone app and I could use tasker only to play an additional one but not replace it.
It's actually really cool if it works as I think it does. I've been getting a lot of random calls recently, all telemarketer. (Yay me)
Over half of them have my hometown's area code, but I know they are not actually that number from research. My phone at least does not say anything about it being a forwarded call. It would be nice to have an idea if they are actually a telemarketer calling or a friend that I had lost his number.
It depends on the rom that is running on the device. Google did not implement this notification in their source code, but some roms added this feature. E.g. on my Sony device I only receive a toast message for about 2 seconds that the call was diverted. Most of the time it takes more than two seconds until I notice that the phone is running so this notification doesn't help much. Also with the intent it is possible to do other things. For instance the phone could be muted or unmuted when such a call is incoming. I for an example use the plugin to unmute the phone when a diverted call is incoming if I am in charge of my office's 24/7 hotline. For this it would be really cool if also the redirecting number could be reported, but I don't think that this information is available in the 3g protocol.
Thenetstriker said:
There are also other threads about this problem:
https://code.google.com/p/android/issues/detail?id=2544
Click to expand...
Click to collapse
As the person who created that issue in 2009, thanks for this module
Haven't quite got it to work yet in tasker yet though!
great idea .... thanks for update ....
Any updates on this whether it works before i purchase Tasker from Google Play
Thanks.
You can also use this with other apps than Tasker. Everything that supports Android Intent's should work.
@Thenetstriker
Hi, I'm trying to use this module.
I tried with tasker and e-robot but is working only one time (only for the first event).
If i reboot the phone is working again for the firs event but not the others following.
Any idea?
Tks.
problem
Thanks for your effort!
I meet the same problem with @mbgheban, "It is working the first time. If i reboot the phone, it work again for the first event but not the others following. Tasker cannot receive any more intent".
I am using android 6.0.
---------- Post added at 02:57 PM ---------- Previous post was at 02:47 PM ----------
Moreover, only ver1.1 can work at the first event. Version 1.0 didn't work even the first time.
What's the difference between these versions?
unrooted?
did anyone find a way to get a notification without rooting the phone?
I am using a S8 which is showing a forwarded call notification but of cause too short...

Notifications about the blocked call

Hi!
My amazfit works great besides one thing. Although I am not sure if it's not the problem on the phone sideā€¦ So I use an app to block unwanted calls. It works fine on the phone, I don't get any call from the blacklist.
But Amazfit notifies me about it! For a few seconds I see what number is calling me. It's really annoying since I need to check my watch every time it vibrates. I think it is because Amazfit is higher in the priority list, so first the call goes there, then it is blocked in the app. Is there a way to switch that, so the call is blocked before it goes to the Amazfit? Thanks!
No. Unless, maybe, there is a third-party app compatible with your warch that can handle call notifications with some filter or delay. I don't know any...

My V30+ struggles with sending/receiving multiple recipient texts

I'm having an ongoing problem communicating via text with more than one recipient at one time. I am running Stock (rooted Oreo), have tried numerous texting apps (Message, Pulse, Signal, etc) If I copy two people, it sometimes takes forever to send out the text. And quite often when one of the recipients replies back, I do not see it or it arrives much much later, or they squirt onto my phone all at once. Am on T-Mo and use wifi calling. Any ideas? I use my phone for work, so solid communication is required with my tech out in the field.
I have used Messages (Google's replacement for the stock messaging app) and Hangouts for multiple-person texting for years with no issues. I didn't see you mentioned these, so I wanted to mention it. I'm on stock rooted VS996 on TotalWireless.
As mentioned, I have used Messages, Pulse, Signal , they all seem to suffer from this same issue. If I go in settings, and disable combine group texts, the individual ones get to recipients, but then that defeats the purpose of using multiple texts. The two people I most often text with use Apple phones, unsure if that is a factor. very frustrating when trying to work from home & run service department. I thought Google closed Hangouts?
christoophat said:
I thought Google closed Hangouts?
Click to expand...
Click to collapse
Not yet. I use it every day, as does my wife.
Ahh, crapple... that's likely the problem. Crapple loves to do non-standard crap, and that may be issue you're facing. Their incompetence makes SMS group texting impossible (because they suck at using standards).
That said, apparently you may be able to force MMS on your Android, to work around their idiocy: https://joyofandroid.com/group-messaging-android/
schwinn8 said:
Ahh, crapple... that's likely the problem. Crapple loves to do non-standard crap, and that may be issue you're facing. Their incompetence makes SMS group texting impossible (because they suck at using standards).
That said, apparently you may be able to force MMS on your Android, to work around their idiocy: https://joyofandroid.com/group-messaging-android/
Click to expand...
Click to collapse
Indeed Crapple. Checked out the link, but it seems that I already have these settings in place. (Messages and Pulse are the two I switch between) Trying Textra now. Thank you for posting this
Do your MMS work? I haven't had a video gif work in Messages in a year!
I can text gifs. I support our two service techs out in the field, and we text each other all day. So I text them both some info, or a question to answer or whatever. It may take up to a minute for the app to show my text has been sent. Then I don't hear anything back from either guy. So I retext hey did you see my earlier text? Then they will reply, yes, and I answered you. But I do not have any response. Then later on, suddenly it get several texts squirt thru all at once, minutes or hours later. They both have iPhones. Here at home, wifi calling is the only way for me to use my phone as we have horrible signal at the house.
Yes, MMS works for me in Messages just fine. I also get them on my work phone (Moto Z3) from iPhone users, too. No issues whatsoever...
schwinn8 said:
Yes, MMS works for me in Messages just fine. I also get them on my work phone (Moto Z3) from iPhone users, too. No issues whatsoever...
Click to expand...
Click to collapse
I wonder what the heck is wrong with my service? Anyone on Verizon with the US99820h not getting MMS to animate? Mine literally just come in as blurry pictures and tapping it does nothing.
@christoophat: Do you have Battery Saver or Data Saver enabled? If so, turn them off.
But if you have poor cell signal at home (I am familiar with that predicament) then SMS (including MMS) will always be spotty.
You can get a Google Voice number and use that instead: It all goes through data (WiFi or Mobile data) for calls as well as messages. I'd do that in your case.
You'll have to give your coworkers the Google Voice number instead of your current mobile number. Behind the scenes you can (optionally) route incoming and/or outgoing calls through your mobile number instead of using data. But certainly at home just let it use data.
In the old days, you'd use the Hangouts app to do Google Voice messaging and calls. I still do. But today you're probably better off using the Google Voice app, which has everything built in.
Edit: I should have mentioned that you can also port your current number to Google Voice if you don't want to give your coworkers a different number. But that will terminate your current mobile carrier account. And it can sometimes take a day or two to go through.
TheDannemand said:
@christoophat: Do you have Battery Saver or Data Saver enabled? If so, turn them off.
But if you have poor cell signal at home (I am familiar with that predicament) then SMS (including MMS) will always be spotty.
You can get a Google Voice number and use that instead: It all goes through data (WiFi or Mobile data) for calls as well as messages. I'd do that in your case.
You'll have to give your coworkers the Google Voice number instead of your current mobile number. Behind the scenes you can (optionally) route incoming and/or outgoing calls through your mobile number instead of using data. But certainly at home just let it use data.
In the old days, you'd use the Hangouts app to do Google Voice messaging and calls. I still do. But today you're probably better off using the Google Voice app, which has everything built in.
Edit: I should have mentioned that you can also port your current number to Google Voice if you don't want to give your coworkers a different number. But that will terminate your current mobile carrier account. And it can sometimes take a day or two to go through.
Click to expand...
Click to collapse
Battery saver is always off. I set up a Google Voice number to try out with my techs to see if that does any better. Many thanks for your response. I am lucky to get one bar here at home (null zone)
christoophat said:
Battery saver is always off. I set up a Google Voice number to try out with my techs to see if that does any better. Many thanks for your response. I am lucky to get one bar here at home (null zone)
Click to expand...
Click to collapse
A great benefit of Google Voice is that you can make/receive calls and send/receive messages on any number of devices, including right inside Gmail on your computer. I write most messages this way because I prefer a real keyboard and selecting/editing with a mouse. I also do a fair number of calls this way. My PC has a wired connection which means lower latency than WiFi.
We also have Ring Central phone app, but it's used mostly for client only communication, so I can keep personal phone number separate. But you can't do multiple texts to anyone outside Groups (people who also have RC on their phones), so that is limiting.
Hah, I didn't realize the Google Voice is a separate app now that I will use to text. Will try this out & see if it does a better job. Thanks again

Amazfit GTR2- new user, binding to multiple phones

Hello.
I just bought this watch recently, never used a smartwatch before.
Very happy with it, the battery life is amazing, it's been five days of average use (I don't use health monitoring) and it's only at 15% battery.
One major issue I have, which I didn't consider and didn't know, is it not possible to switch phones and have the watch just sync up with the app on that phone?
I was hoping I will be able to switch from my private phone to a company phone as needed, but each time you have to unpair from the first phone and pair to another, and the watch performs factory reset each time.
Is this how all smart watches behave?
Is there a way to get arround that?
It's a shame that switching phones is such a procedure.
Another question, often when I recieve calls, it doesn't always show the contact Name, only the number in the first notification. And then if during the call I scroll down the notifications, it will show a second one with the actual name of the contact, I basically get two notifications when I recieve a call, when I look at my watch it just shows a number calling.
When recieving messages and email, it works fine, it shows the name of the contact, but not when recieving calls.
I have all app permissions allowed and enabled.
Is there a custom rom that can improve these features and enables some modifications?
Thank you.

Categories

Resources