Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot be used with Google TV Android 10 #3141

Open
vuducdong opened this issue Jan 4, 2024 · 1 comment
Open

Cannot be used with Google TV Android 10 #3141

vuducdong opened this issue Jan 4, 2024 · 1 comment
Labels

Comments

@vuducdong
Copy link

Please read contributing guidelines. Thanks.

Describe the bug

  • Cannot be used with Google TV Android 10

  • when I open the shadowsocks app, I can only choose the default sample configuration which is: example.shadowsocks.org:8388, can't add, can't edit, can't delete

image

  • Additionally, when I use the function: replace from file...and select the conf file to import, I get an error: java.io.FileNotFoundException

image

@vuducdong vuducdong added the bug label Jan 4, 2024
@egrazor
Copy link

egrazor commented Oct 22, 2024

Я нашел решение для Outline VPN, мне лень писать по-английски, потому-что я кайфую от того, что смотрю Youtube на телевизоре :)
В общем если взять за основу, что у нас есть вот такая строка подключения:

ss://$many_chars@$host:$port/?outline=1
  1. Надо декодировать $many_chars. Я это сделал с помощью python:
import base64
base64.b64decode($many_chars)
>>> b'$method:$password'
  1. Создаем JSON-файл:
{
  "server": $host,
  "server_port": $port,
  "method": $method,
  "password": $password
}
  1. И затем импортируем этот файл на телевизор и радуемся жизни

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants