reject call with sms
-
If I cannot answer a call, it is possible to reject the call with an SMS.
Unfortunately, I could not find the settings for these texts.
Where are these texts stored? -
@chris_bavaria yeah ! Sth like "can't answer i'm in a tense 1v5 csgo match" would be quite useful
-
@Emphrath said in reject call with sms:
can't answer i'm in a tense 1v5 csgo match
lol the best reason to not answer ever
-
@chris_bavaria said in reject call with sms:
If I cannot answer a call, it is possible to reject the call with an SMS.
Unfortunately, I could not find the settings for these texts.
Where are these texts stored?If you are talking about the default sms that we can reply in incoming call: https://gitlab.com/ubports/development/core/telephony-service/-/blob/main/approver/approver.cpp#L93
-
@lduboeuf
Yes, that's exactly what I meant.
Is there a config for this?
Thanks -
@chris_bavaria said in reject call with sms:
@lduboeuf
Yes, that's exactly what I meant.
Is there a config for this?
ThanksThey are hard coded afaik. So not customizable
-
@lduboeuf
Editing directly the file text maybe ?
Like we can do for messaging bubble colors ? -
@Keneda said in reject call with sms:
@lduboeuf
Editing directly the file text maybe ?Not possible as it is right now, or it would be changed for anyone.
Like we can do for messaging bubble colors ?
Where can we do that ?
-
@lduboeuf said in reject call with sms:
@Keneda said in reject call with sms:
@lduboeuf
Editing directly the file text maybe ?Not possible as it is right now, or it would be changed for anyone.
Like we can do for messaging bubble colors ?
Where can we do that ?
With Circle Message?
https://open-store.io/app/circle-message.mivoligo
Edit: I meant like Circle Message, to edit Systeminfo
-
@chris_bavaria said in reject call with sms:
With Circle Message?
Have you tried that yourself? That's not what the app does. Install it and you'll see.
-
@lduboeuf said in reject call with sms:
Not possible as it is right now, or it would be changed for anyone.
I meant on our own device, not on dev side.
@lduboeuf said in reject call with sms:
Where can we do that ?
There, remember ? ^^
-
@Keneda said in reject call with sms:
@lduboeuf said in reject call with sms:
Not possible as it is right now, or it would be changed for anyone.
I meant on our own device, not on dev side.
@lduboeuf said in reject call with sms:
Where can we do that ?
There, remember ? ^^
Ah ok isee, a bit hacky way But for the default sms messages they are compiled, so will not be doable like it is for non compiled code.
-
@lduboeuf
Oh, you mean the .cpp file is not reachable under this state directly on the device ?
Anyone needing to edit .cpp files must do from git cloned, then compile the telephony app (if even possible to do that without compiling all UT OS lol) ?
Then manual install on device ?
Yes, a bit more complicated