返回列表 发新帖

[问题&求助] 给我OTA URI

  [复制链接] 4
回复
1346
查看
打印 上一主题 下一主题

2

主题

6

帖子

51

积分

进阶白银

Rank: 2

积分
51
楼主
跳转到指定楼层
发表在  2020-8-25 20:17:33 来自PC端  | 只看该作者 回帖奖励 |倒序浏览 | 阅读模式
大家好

我不小心闪烁了与BOOT分区无关的内容
如果知道OTA URI,则可以恢复引导或恢复分区
终端是BlackShark 3S

谢谢大家
回复

使用道具 举报

2

主题

6

帖子

51

积分

进阶白银

Rank: 2

积分
51
板凳
发表于 2020-8-26 10:51:32 来自PC端  | 只看该作者
本帖最后由 Mi_2442587632 于 2020-8-26 10:55 编辑

@你是谁 谢谢您的回复
这意味着引导加载程序已覆盖引导
如果你可以的话,转储“启动”和“恢复”分区
你能给我吗?
我不居住在中国大陆,因此无法浏览www.blackshark.com
(您将被重定向到global.blackshark.com)
如果您在www.blackshark.com上有指向OTA的链接,请给我一个


谢谢


回复

使用道具 举报

2

主题

6

帖子

51

积分

进阶白银

Rank: 2

积分
51
地板
发表于 2020-8-26 15:14:59 来自PC端  | 只看该作者
本帖最后由 Mi_2442587632 于 2020-8-26 17:30 编辑
  1. <string name="OTA_SERVER_EXTERNAL">https://ota-api.blackshark.com/upgrade_check/</string>
  2. <string name="OTA_SERVER_EXTERNAL_OVERSEA">https://oversea-otaapi.blackshark.com:443/V1/Ota/</string>
  3. <string name="OTA_SERVER_INTERNAL">https://test-ota-api.blackshark.com/upgrade_check/</string>
  4. <string name="OTA_SERVER_INTERNAL_OVERSEA">https://oversea-testotaapi.blackshark.com:443/V1/Ota/</string>
复制代码


我知道清单服务器,但没有设备ID似乎无法获取
(indicator is null)

我们尚未对设备ID进行任何“Brute-force”索引,因为我们担心它会被服务器阻止。

  1. curl -LvH "User-Agent: %1$s/%2$s (Linux; Android)" https://test-ota-api.blackshark.com/upgrade_check/
  2. *   Trying 134.175.254.108...
  3. * TCP_NODELAY set
  4. * Connected to test-ota-api.blackshark.com (134.175.254.108) port 443 (#0)
  5. * schannel: SSL/TLS connection with test-ota-api.blackshark.com port 443 (step 1/3)
  6. * schannel: checking server certificate revocation
  7. * schannel: sending initial handshake data: sending 198 bytes...
  8. * schannel: sent initial handshake data: sent 198 bytes
  9. * schannel: SSL/TLS connection with test-ota-api.blackshark.com port 443 (step 2/3)
  10. * schannel: failed to receive handshake, need more data
  11. * schannel: SSL/TLS connection with test-ota-api.blackshark.com port 443 (step 2/3)
  12. * schannel: encrypted data got 3150
  13. * schannel: encrypted data buffer: offset 3150 length 4096
  14. * schannel: sending next handshake data: sending 126 bytes...
  15. * schannel: SSL/TLS connection with test-ota-api.blackshark.com port 443 (step 2/3)
  16. * schannel: encrypted data got 274
  17. * schannel: encrypted data buffer: offset 274 length 4096
  18. * schannel: SSL/TLS handshake complete
  19. * schannel: SSL/TLS connection with test-ota-api.blackshark.com port 443 (step 3/3)
  20. * schannel: stored credential handle in session cache
  21. > GET /upgrade_check/ HTTP/1.1
  22. > Host: test-ota-api.blackshark.com
  23. > Accept: */*
  24. > User-Agent: %1/%2 (Linux; Android)
  25. >
  26. * schannel: client wants to read 102400 bytes
  27. * schannel: encdata_buffer resized 103424
  28. * schannel: encrypted data buffer: offset 0 length 103424
  29. * schannel: encrypted data got 223
  30. * schannel: encrypted data buffer: offset 223 length 103424
  31. * schannel: decrypted data length: 194
  32. * schannel: decrypted data added: 194
  33. * schannel: decrypted data cached: offset 194 length 102400
  34. * schannel: encrypted data buffer: offset 0 length 103424
  35. * schannel: decrypted data buffer: offset 194 length 102400
  36. * schannel: schannel_recv cleanup
  37. * schannel: decrypted data returned 194
  38. * schannel: decrypted data buffer: offset 0 length 102400
  39. < HTTP/1.1 200 OK
  40. < Date: Wed, 26 Aug 2020 07:10:00 GMT
  41. < Content-Type: application/json; charset=utf-8
  42. < Content-Length: 47
  43. < Connection: keep-alive
  44. <
  45. {"Code":603,"Message":"SIGN_ERROR","Data":null}* Connection #0 to host test-ota-api.blackshark.com left intact
复制代码







回复

使用道具 举报

730

主题

5万

帖子

7万

积分

版主

Rank: 7Rank: 7Rank: 7

积分
76941

优秀版主热心鲨粉测评达人

发表于 2020-8-27 10:46:57 | 只看该作者
建议申请售后  
发表言论仅代表个人观点,有问题欢迎理性反馈私聊我问题简述和联系方式最好是微信等。您好目前针对Joy  UI  11  版本 大家有线使用黑鲨服务  选择对应的模块进行反馈,或者黑鲨社区--咨询一下在线客服 谢谢!!!
回复

使用道具 举报

2

主题

6

帖子

51

积分

进阶白银

Rank: 2

积分
51
6#
发表于 2020-8-27 22:38:28 来自PC端  | 只看该作者
@鲨哩鲨气 谢谢您的回复

我已经发送了电子邮件至“ techsupport@blackshark.com
还有什么我应该做的?

谢谢
回复

使用道具 举报

发表回复

您需要登录后才可以回帖
登录/注册

本版积分规则

发表回复

提示 关闭

是否需要对本帖进行继续编辑,并重新设置首页贴的显示大图?如不需要,请直接点击左侧立即上首页按钮

立即上首页
继续编辑

2

主题

6

帖子

51

积分

进阶白银

Rank: 2

积分
51
楼主
发表在  2020-8-25 20:17:33 来自PC端  | 只看该作者 回帖奖励 |倒序浏览 | 阅读模式
大家好

我不小心闪烁了与BOOT分区无关的内容
如果知道OTA URI,则可以恢复引导或恢复分区
终端是BlackShark 3S

谢谢大家
回复

使用道具 举报

2

主题

6

帖子

51

积分

进阶白银

Rank: 2

积分
51
板凳
发表于 2020-8-26 10:51:32 来自PC端  | 只看该作者
本帖最后由 Mi_2442587632 于 2020-8-26 10:55 编辑

@你是谁 谢谢您的回复
这意味着引导加载程序已覆盖引导
如果你可以的话,转储“启动”和“恢复”分区
你能给我吗?
我不居住在中国大陆,因此无法浏览www.blackshark.com
(您将被重定向到global.blackshark.com)
如果您在www.blackshark.com上有指向OTA的链接,请给我一个


谢谢


回复

使用道具 举报

2

主题

6

帖子

51

积分

进阶白银

Rank: 2

积分
51
地板
发表于 2020-8-26 15:14:59 来自PC端  | 只看该作者
本帖最后由 Mi_2442587632 于 2020-8-26 17:30 编辑
  1. <string name="OTA_SERVER_EXTERNAL">https://ota-api.blackshark.com/upgrade_check/</string>
  2. <string name="OTA_SERVER_EXTERNAL_OVERSEA">https://oversea-otaapi.blackshark.com:443/V1/Ota/</string>
  3. <string name="OTA_SERVER_INTERNAL">https://test-ota-api.blackshark.com/upgrade_check/</string>
  4. <string name="OTA_SERVER_INTERNAL_OVERSEA">https://oversea-testotaapi.blackshark.com:443/V1/Ota/</string>
复制代码


我知道清单服务器,但没有设备ID似乎无法获取
(indicator is null)

我们尚未对设备ID进行任何“Brute-force”索引,因为我们担心它会被服务器阻止。

  1. curl -LvH "User-Agent: %1$s/%2$s (Linux; Android)" https://test-ota-api.blackshark.com/upgrade_check/
  2. *   Trying 134.175.254.108...
  3. * TCP_NODELAY set
  4. * Connected to test-ota-api.blackshark.com (134.175.254.108) port 443 (#0)
  5. * schannel: SSL/TLS connection with test-ota-api.blackshark.com port 443 (step 1/3)
  6. * schannel: checking server certificate revocation
  7. * schannel: sending initial handshake data: sending 198 bytes...
  8. * schannel: sent initial handshake data: sent 198 bytes
  9. * schannel: SSL/TLS connection with test-ota-api.blackshark.com port 443 (step 2/3)
  10. * schannel: failed to receive handshake, need more data
  11. * schannel: SSL/TLS connection with test-ota-api.blackshark.com port 443 (step 2/3)
  12. * schannel: encrypted data got 3150
  13. * schannel: encrypted data buffer: offset 3150 length 4096
  14. * schannel: sending next handshake data: sending 126 bytes...
  15. * schannel: SSL/TLS connection with test-ota-api.blackshark.com port 443 (step 2/3)
  16. * schannel: encrypted data got 274
  17. * schannel: encrypted data buffer: offset 274 length 4096
  18. * schannel: SSL/TLS handshake complete
  19. * schannel: SSL/TLS connection with test-ota-api.blackshark.com port 443 (step 3/3)
  20. * schannel: stored credential handle in session cache
  21. > GET /upgrade_check/ HTTP/1.1
  22. > Host: test-ota-api.blackshark.com
  23. > Accept: */*
  24. > User-Agent: %1/%2 (Linux; Android)
  25. >
  26. * schannel: client wants to read 102400 bytes
  27. * schannel: encdata_buffer resized 103424
  28. * schannel: encrypted data buffer: offset 0 length 103424
  29. * schannel: encrypted data got 223
  30. * schannel: encrypted data buffer: offset 223 length 103424
  31. * schannel: decrypted data length: 194
  32. * schannel: decrypted data added: 194
  33. * schannel: decrypted data cached: offset 194 length 102400
  34. * schannel: encrypted data buffer: offset 0 length 103424
  35. * schannel: decrypted data buffer: offset 194 length 102400
  36. * schannel: schannel_recv cleanup
  37. * schannel: decrypted data returned 194
  38. * schannel: decrypted data buffer: offset 0 length 102400
  39. < HTTP/1.1 200 OK
  40. < Date: Wed, 26 Aug 2020 07:10:00 GMT
  41. < Content-Type: application/json; charset=utf-8
  42. < Content-Length: 47
  43. < Connection: keep-alive
  44. <
  45. {"Code":603,"Message":"SIGN_ERROR","Data":null}* Connection #0 to host test-ota-api.blackshark.com left intact
复制代码







回复

使用道具 举报

730

主题

5万

帖子

7万

积分

版主

Rank: 7Rank: 7Rank: 7

积分
76941

优秀版主热心鲨粉测评达人

发表于 2020-8-27 10:46:57 | 只看该作者
建议申请售后  
发表言论仅代表个人观点,有问题欢迎理性反馈私聊我问题简述和联系方式最好是微信等。您好目前针对Joy  UI  11  版本 大家有线使用黑鲨服务  选择对应的模块进行反馈,或者黑鲨社区--咨询一下在线客服 谢谢!!!
回复

使用道具 举报

2

主题

6

帖子

51

积分

进阶白银

Rank: 2

积分
51
6#
发表于 2020-8-27 22:38:28 来自PC端  | 只看该作者
@鲨哩鲨气 谢谢您的回复

我已经发送了电子邮件至“ techsupport@blackshark.com
还有什么我应该做的?

谢谢
回复

使用道具 举报

首页预览
正文预览
确认发布
取消
快速回复 返回顶部 返回列表