[Q] Cell Broadcast / Emergency Alert settings - AT&T HTC One (M7)

I'm using a developer edition HTC One on AT&T running the TrickDroid ROM. Under Settings > Call, Cell Broadcast is enabled, however I do not have any channels listed. I did not receive an amber alert that went out last night and it got me curious.
Does anyone know what the channel settings are for Cell Broadcast on AT&T?

There are no channels to configure for CMAS, as special channels are allocated for presidential, extreme, severe, and amber alerts. Most ROMs have checkboxes to select the alert types.

There must be some extra configuration necessary because I don't have any alert type checkboxes and I did not receive the alert all my friends got
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Doesn't appear to support CMAS, CM has this:

Related

Bluetooth Message Access Profile

I've seen threads for many devices started but no responses so I'm wondering if it's a bug in Android or not. I use MAP to see texts on my Toyota Camry. It's supposed to be able to read email as well. However, there are times where the MAP settings aren't saving and the look actually changes. In one instance I get this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
With this screen the settings won't save and messages can't be read. If I reset the phone, however, and go back to the MAP settings it will sometimes change to this:
With the setting screen like this, the car can access text messages but not emails. Has anyone else experienced something similar?
Sent from my HTC One X using Tapatalk 2
The setting likely means enable/disable the Bluetooth Message Access Profile (MAP) and not the email app. Their e-mail app probably doesn't even export the data, never mind implementing a bridge to the MAP.

[Q] I need help making a Star Trek-themed launcher

I'm currently using some fakery to scroll the live wallpaper (my app broadcasts the new X/Width parameters, but it's a bit laggy) and will do some more fakery to support widgets (both methods will only work with another Star Trek app I made: https://play.google.com/store/apps/details?id=com.omnicorp.lcarui.test&hl=en since I want to keep everything LCARSian.)
My questions are as follows:
High priority:
What is the code to either bring up the Create Shortcut dialog, or get a list of the shortcut types currently registered?
I understand that once the app creates a shortcut, it sends it to the launcher via intents I'll have to listen to.
Low priority:
What is the code to scroll the live wallpaper the correct way?
I'm using android:[email protected]:style/Theme.Wallpaper to show it.
Demo of what I've got so far:
http://sites.google.com/site/neotechni/Home/programs/Starbase1.apk
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Ambient Display setting has no effect

Hi,
as per thread's title, I can't see any difference when switching this setting on. Is it just me?
Thanks for any info.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I does work for me.
If the Display is turned off and you receive a message or whatsapp or email and so on, the display activates and is showing the lockscreen.
If this option is turned off and a msg comes in there is no reaction at all, so the display remains dark. (Other than the sound / vibrate / light etc.)
Well, in this case I can confirm it doesn't work for me.
(Mmmh... now it's more than one thing that's not working...)
Any suggestion? The feature looks quite nice.
OK, it works when setting one lock method at least, I.e. swipe to unlock. I had nothing set before.
Not sure it makes sense, but at least it works.

Disable MAC Randomization for a WIFI profile when the configuration option is missing

My daughter has a Moto G7 running Android 10 at college and needs to disable MAC Randomization for her wireless profile in order to connect. However, the option in the profile settings to use the device mac is completely missing. I am working with Motorola support, but they are currently telling me that they are "working with campus IT" which I don't expect to help at all. I was able to use a dialer code to bring up the wifi settings and it absolutely shows macrandomization=1.
Does anyone have any ideas on how to change that setting? I really don't want to root the phone since it goofs up many of the apps she uses and she has been using her laptop for a hotspot. But it's crazy frustrating that it would probably be just fine if I could edit the settings file to change that value.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[/IMG]
[/IMG]

Where should the audio processor be mounted in Android?

I'm new to android and new to anything related to audio processing.
The thing is, I have a simple deep learning model to eliminate noise (barking dogs, cars, ...). I want to apply (use) it to the audio output on android phone (ex: when I call messenger, the sound comes from my friend have barking, I will turn on my app to get rid of dog barking, I will turn on my app to eliminates dog barking) but I don't know how to do it. I have found an architecture on Windows that shows where my model is located:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
On picture display shows both incoming and outgoing audio for a conversation. Can someone tell me how it looks in android or any information, I've seen something here but for a novice like me it's too little information.

Categories

Resources