380 questions
0
votes
2
answers
122
views
Is there no door-open voice intent?
When creating a new bixby home studio project on the select voice intents step there is no door-open voice intent in the door bixby voice category. Why? Closing a door works fine without ever touching ...
0
votes
1
answer
116
views
Android 12 prerequisites for launcing app from bixby key?
I made an app a while back that has no activity, it just runs some code such as setting phone to mute / unmting when i try to open the app. On my S8+ i could remap the bixby key to single press open ...
0
votes
2
answers
115
views
How can I fix Bixby Studio Simulator error?
Error Screenshot
I tried many times, but I couldn't find an answer about unknown error. Does anyone know about this error?
0
votes
1
answer
85
views
Bixby Capsule asks for login indefinitely
I am working on enabling Bixby Oauth2 Authorization on some actions.
I have configured the authorization.bxb as follows:
authorization {
user {
oauth2-authorization-code (PROVIDER) {
...
0
votes
1
answer
111
views
How to make an user login into a capsule in Samsung Bixby
I am working on a Samsung Bixby Capsule which interacts with 3rd party site(X.com).
For example:
A user has an account in X.com now the user can login to his account using X.com credentials in Bixby ...
0
votes
1
answer
179
views
Cannot Log In Bixby Studio
Bixby Studio could not contact the authentication system at https://bixbydevelopers.com. Please check the URL url and your internet connection, and try again.
[error] [electron] Unable to fetch valid ...
0
votes
1
answer
148
views
bixby must use a named dispatch phrase
i am define dispatch-name,but will my define hint,throw error must use a named dispatch phrase
i dont know why,i am use Language is chinese
capsule-info {
display-name (摇骰子)
description (摇骰子)
...
0
votes
2
answers
198
views
How to make capusle that launches a specific app?
So, I was thinking of making a capsule for launching a specific app in the phone. Now apps can be called by their commonly spoken names. For eg. Instagram can be called "insta", Facebook can ...
1
vote
1
answer
705
views
Bixby Capsule - Interacting with Existing Application?
I was thinking of creating a Bixby Capsule that interacts with the Google Keep (or Samsung Notes) app, and adds stuff to a list/new note. Is this possible?
If not, does anyone have any idea of what ...
-1
votes
1
answer
533
views
Bixby command for currency converter
I wanted to try the currency converter feature of bixby where i ask it to convert the value from lets say USD to INR. This feature was in earlier updates of bixby. But when i tried it now, it wont ...
0
votes
1
answer
96
views
How to extract one phone number from contact.FindContact search results in Bixby Capsule
The goal of capsule is to borrow just One contact number from the contact search result of contactInfos of type ContactInfo and output or add into a structure with other properties.
Getting ...
0
votes
1
answer
53
views
how to replace has-details with card component per deprecation 6812
I have some result views that use "has-details" which is now deprecated.
e.g.
render {
if (size(this) > 1) {
list-of (this) {
default-sort-order {
sorting(this....
0
votes
1
answer
35
views
How to I add a select all training during selection prompt
One of the input prompt in Bixby is selection prompt and it is useful to select all items and continue with the action in some cases, for example, add all items to cart, send message to all members in ...
1
vote
1
answer
72
views
ERROR This version of viv.geo contains errors, upgrade required in bixby
I created a function that shows the current location in text using viv.geo.
Version 9.27.9 worked fine before, but now it shows an error.
The 9.27.9 version is also available on the bixby developers ...
0
votes
2
answers
492
views
Open automate flow with bixby key
I made an automate flow to start record in until I switch screen off, I made it to be my personal quick recorder.
I want to use bixby key to trigger the flow when I click it but I can't do it.
What I ...