[GH-ISSUE #51] 1.10版本海信电视闪退 #45

Closed
opened 2026-02-27 05:56:51 +03:00 by kerem · 7 comments
Owner

Originally created by @etern on GitHub (Jan 24, 2025).
Original GitHub issue: https://github.com/hxh19950701/WebViewTvLive/issues/51

手机能用。电视安装后,启动闪退。
又换回1.9可用

Originally created by @etern on GitHub (Jan 24, 2025). Original GitHub issue: https://github.com/hxh19950701/WebViewTvLive/issues/51 手机能用。电视安装后,启动闪退。 又换回1.9可用
kerem 2026-02-27 05:56:51 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@hxh19950701 commented on GitHub (Jan 25, 2025):

试一下:
WebViewTV_1.10.4.apk: https://url08.ctfile.com/f/62089408-1450569347-f28242?p=5845 (访问密码: 5845)

<!-- gh-comment-id:2613645868 --> @hxh19950701 commented on GitHub (Jan 25, 2025): 试一下: WebViewTV_1.10.4.apk: https://url08.ctfile.com/f/62089408-1450569347-f28242?p=5845 (访问密码: 5845)
Author
Owner

@etern commented on GitHub (Jan 25, 2025):

1.10.4试过了,还是闪退。

另外,1.9能进去app,但是进tbs调试下载内核,就会crash。
1.9这个问题上周安装也遇到了,安装后第二天自己好了。

<!-- gh-comment-id:2613702493 --> @etern commented on GitHub (Jan 25, 2025): 1.10.4试过了,还是闪退。 另外,1.9能进去app,但是进tbs调试下载内核,就会crash。 1.9这个问题上周安装也遇到了,安装后第二天自己好了。
Author
Owner

@etern commented on GitHub (Jan 27, 2025):

电视连adb看日志,我一直没调通。

编译你的代码用模拟器跑了一下。

启动时有个数组索引报错,部分堆栈是:

at java.util.Objects.checkIndex(Objects.java:359)
at java.util.ArrayList.get(ArrayList.java:434)
at com.vasthread.webviewtv.widget.PlaylistView.setCurrentPage(PlaylistView.kt:71)
at com.vasthread.webviewtv.widget.PlaylistView.setPlaylist(PlaylistView.kt:48)
at com.vasthread.webviewtv.activity.MainActivity.initChannels(MainActivity.kt:144)
at com.vasthread.webviewtv.activity.MainActivity.onCreate(MainActivity.kt:75)

如果启动时加载不到playlist,好像就会走到这里,帮忙看下是否闪退原因?

<!-- gh-comment-id:2614671226 --> @etern commented on GitHub (Jan 27, 2025): 电视连adb看日志,我一直没调通。 编译你的代码用模拟器跑了一下。 启动时有个数组索引报错,部分堆栈是: at java.util.Objects.checkIndex(Objects.java:359) at java.util.ArrayList.get(ArrayList.java:434) at com.vasthread.webviewtv.widget.PlaylistView.setCurrentPage(PlaylistView.kt:71) at com.vasthread.webviewtv.widget.PlaylistView.setPlaylist(PlaylistView.kt:48) at com.vasthread.webviewtv.activity.MainActivity.initChannels(MainActivity.kt:144) at com.vasthread.webviewtv.activity.MainActivity.onCreate(MainActivity.kt:75) 如果启动时加载不到playlist,好像就会走到这里,帮忙看下是否闪退原因?
Author
Owner

@StrollStars commented on GitHub (Jan 27, 2025):

@hxh19950701 TCL电视,同1.10.4闪退,1.9.2可以进入,但存在只有CCTV1的问题。
此外,能看见网页,电视内容部分黑屏,没有提示“不支持视频播放”字样。

<!-- gh-comment-id:2615848214 --> @StrollStars commented on GitHub (Jan 27, 2025): @hxh19950701 TCL电视,同1.10.4闪退,1.9.2可以进入,但存在只有CCTV1的问题。 此外,能看见网页,电视内容部分黑屏,没有提示“不支持视频播放”字样。
Author
Owner

@hxh19950701 commented on GitHub (Jan 28, 2025):

最新版暂时没有开源了。

电视连adb看日志,我一直没调通。

编译你的代码用模拟器跑了一下。

启动时有个数组索引报错,部分堆栈是:

at java.util.Objects.checkIndex(Objects.java:359) at java.util.ArrayList.get(ArrayList.java:434) at com.vasthread.webviewtv.widget.PlaylistView.setCurrentPage(PlaylistView.kt:71) at com.vasthread.webviewtv.widget.PlaylistView.setPlaylist(PlaylistView.kt:48) at com.vasthread.webviewtv.activity.MainActivity.initChannels(MainActivity.kt:144) at com.vasthread.webviewtv.activity.MainActivity.onCreate(MainActivity.kt:75)

如果启动时加载不到playlist,好像就会走到这里,帮忙看下是否闪退原因?

<!-- gh-comment-id:2617686257 --> @hxh19950701 commented on GitHub (Jan 28, 2025): 最新版暂时没有开源了。 > 电视连adb看日志,我一直没调通。 > > 编译你的代码用模拟器跑了一下。 > > 启动时有个数组索引报错,部分堆栈是: > > at java.util.Objects.checkIndex(Objects.java:359) at java.util.ArrayList.get(ArrayList.java:434) at com.vasthread.webviewtv.widget.PlaylistView.setCurrentPage(PlaylistView.kt:71) at com.vasthread.webviewtv.widget.PlaylistView.setPlaylist(PlaylistView.kt:48) at com.vasthread.webviewtv.activity.MainActivity.initChannels(MainActivity.kt:144) at com.vasthread.webviewtv.activity.MainActivity.onCreate(MainActivity.kt:75) > > 如果启动时加载不到playlist,好像就会走到这里,帮忙看下是否闪退原因?
Author
Owner

@hxh19950701 commented on GitHub (Jan 28, 2025):

可能是360加固的原因,试试不加固的版本。
WebViewTV_1.10.5.apk: https://url08.ctfile.com/f/62089408-1451591935-8e8ba7?p=5845 (访问密码: 5845)

<!-- gh-comment-id:2617736462 --> @hxh19950701 commented on GitHub (Jan 28, 2025): 可能是360加固的原因,试试不加固的版本。 WebViewTV_1.10.5.apk: https://url08.ctfile.com/f/62089408-1451591935-8e8ba7?p=5845 (访问密码: 5845)
Author
Owner

@etern commented on GitHub (Jan 28, 2025):

1.10.5启动闪退解决了👍

但x5内核还是装不上(tbs调试点击“安装线上内核”就crash)只有上周安装成功一次,这几天再没成功过。

<!-- gh-comment-id:2617946224 --> @etern commented on GitHub (Jan 28, 2025): 1.10.5启动闪退解决了👍。 但x5内核还是装不上(tbs调试点击“安装线上内核”就crash)只有上周安装成功一次,这几天再没成功过。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WebViewTvLive-hxh19950701#45
No description provided.