0
997 次浏览

Hi,

  There are a few tablet users here in the Central African Republic

who would like to get more familiar with Paratext Lite. A large
number of low-cost tablets was ordered and delivered about a year
ago, and I’m familiar with 3 people who’ve installed PT Lite on
them (I did 2 of the installations). The problem we’ve now seen on
2 out of 3 tablets is that after installation, the user opens
Paratext and all you see are the buttons in the top bar of the app
and a blank white screen down below. For the 1 tablet that worked,
I seem to remember seeing the fields where the registration
information could be entered on a gray background.

  Is there some kind of log file I can consult to figure out why

the app is not fully presenting itself on these 2 tablets? Has
anyone else seen this kind of behavior before? Is this even the
right place to seek help for PT Lite? Uninstalling and
reinstalling hasn’t seemed to help, and I can’t otherwise find any
obvious difference between any of the three tablets. They all had
identical configuration initially and largely still do.

Thanks,

n8_in_car
SIL CAR

较早的帖子 - 以原始语言显示
Paratext Lite (298 分) 发布
已重新显示 | 997 次浏览

7 个回答

0
最佳答案

Unfortunately the log file is stored internally to the org.paratext.ptlite application, and so is difficult to get to.

The only way I can think of investigating this would be to install android development tools on a desktop/laptop and connect the device via USB (after enabling developer mode on the device) and then run a logging command in a command prompt.

adb -d logcat | findstr org.paratext.ptlite

Then start paratext lite on android device, and examine the log as it starts.

Obviously that is a fairly complex task.

Another option might be to reset the tablet back to its original manufactures clean state, to see if that helps (if that’s an option, obviously that deletes data).

Otherwise, could you share some more details about the tablets.
Eg. Make / model numbers, Android OS they are running etc.

Also are there multiple users accounts on these tablets? (sometimes that can cause hard to understand behavior when uninstall/installing apps)

较早的帖子 - 以原始语言显示
[Moderator]
(2.4k 分) 发布

Thanks for the clues. I already have adb on my laptop, so I’ll
find out what I can see when I get access to one of the “broken”
tablets again. I’ve attached (if it works when submitting a forum
reply by email) the log output of the working tablet. I don’t have
“findstr”, but the command I used “$ adb -d logcat | grep
org.paratext.ptlite” is surely analogous.

Here’s some more info:
Manufacturer seems to be MediaTek
Model #: TK-E101GCM
Android: 6.0
Build #: KT107_V01
RAM: at least 959 MB (1 GB?)
$ adb shell getprop | grep mediatek

[ro.mediatek.platform]: [MT6580]

  Let me know if anything else would help. I'll have to verify that

the other 2 devices are identical to this one, but they were
ordered in bulk and all appear to be the same on the outside and
as far as Android goes.

  Thanks for the help in getting me started. I'll report back once

I can look at the other two.

n8_in_car

(Attachment ptlite-good.log is missing)

较早的帖子 - 以原始语言显示

Sorry assumed you were using Windows. :slight_smile:

较早的帖子 - 以原始语言显示

I did not have an opportunity to evaluate the log file as
mentioned in this thread, but for completeness’ sake I’ll conclude
by saying the solution that worked was to give PTLite a loooooong
time after first being launched before giving up on the
registration info pane to appear. I also made sure the tablet was
on wifi the whole time, in case that had some effect. I opened the
app and waited 10 or 15 minutes, periodically checking the screen
to see if there were any changes, and I never saw any. But since I
was also on childcare duty at the time, I went away from the
tablet for more than an hour before checking it again. At this
point, the registration page was finally loaded. I was able to
enter the user’s info and continue to send/receive.

  On subsequent efforts to launch the app it opened fine without

any long delays, and the app works as expected as far as I can
tell. I’ll keep the command in mind, though, if I encounter future
problems.

n8_in_car

较早的帖子 - 以原始语言显示
0

Brand and model?

较早的帖子 - 以原始语言显示
[Moderator]
(1.3k 分) 发布
0

The first time Paratext Lite starts, it does a bunch of installation tasks. Subsequent starts don’t do this so should be much quicker. However even on the slowest tablet, I can’t imagine it taking more than a couple of minutes, let alone more than 15 mins. So I don’t have any explication. Now that it starts could you do a Problem Report / Submit Feedback from the device. Perhaps that log has some info in it…

较早的帖子 - 以原始语言显示
[Moderator]
(2.4k 分) 发布
0

这是一个旧帖子,但我在同一系列的另一台平板电脑上遇到了同样的问题。由于各种原因,Paratext Lite 是通过 APK 文件安装的,该文件共享自我手机上安装的最新版本应用,即 v9.1.11.51。我希望明天能重新访问 Play Store,一旦所有者在平板电脑上重新确认他的 Google 账户信息,我就可以尝试再次安装,但这次是从 Play Store 安装,不过这是我今天能做到的。

安装 APK 后,我重启了设备(以防万一),关闭了屏幕超时,使用下面的 adb 命令在我的笔记本电脑上开始捕获调试输出,启动了 Paratext Lite,并让它运行了大约 1 小时 45 分钟。屏幕保持白色,应用从未打开,最后我不得不放弃了。

这次我像这样捕获了日志输出:

adb logcat ActivityManager:I org.paratext.ptlite:D *:S | tee -a ptlite.log

这是日志输出文件(文本文件必须压缩为 ZIP 才能被批准上传):
ptlite.zip (3.3 KB)

在我看来,里面似乎没什么内容,但也许还是会有帮助。我会感激你们能给出的任何建议。也许这些设备就是不适合 Paratext Lite 的要求?我不知道,但这肯定是一个反复出现的问题。

机器翻译自 English
(298 分) 发布

感谢提供跟踪信息!

  1. 既然你知道如何进行调试 :slight_smile: ,并且设备已经处于开发者模式,你能否尝试以下操作(当 Paratext Lite 正在运行并显示白屏时):
    a. 在运行 adb 的设备上打开 Chrome。
    b. 导航到 “chrome://inspect/#devices
    c. 几秒钟后,它应该会显示你的平板电脑,以及一个指向“移除调试会话”(“inspect”)的链接
    d. 点击 inspect
    e. 在出现的窗口中,点击“Console”选项卡。是否有任何错误?如果有内容,你能否分享它?

  2. 值得尝试从 Play Store 更新“Android System WebView”。

机器翻译自 English

Thanks for the tips. I wasn’t able to try out #1, but I’ll keep it in mind for possible future issues. I was on a short timetable with these two users, who were only visiting the main office for a few days. But I was able to confirm that updating “Android System WebView” fixed the problem.

Hopefully if anyone (read: me) encounters this problem again a year or two from now, then they’ll be able to find this thread and be pointed to at least one solution.

0

供参考 @hindlemail

机器翻译自 English
[Moderator]
(2.1k 分) 发布
0

不幸的是,Android 平板电脑市场非常多样化,有些平板电脑与某些应用配合得不好。此时,选择不同品牌的平板电脑可能是一个不错的选择,但希望 Paratext 支持团队能帮助解决这个问题。

机器翻译自 English
[Moderator]
(2.1k 分) 发布
0

Hey all,

This is not an answer but to add another similarly related issue.

Someone came in with a new tablet that he wanted to use for Paratext Lite. He's been using Paratext Lite on a smartphone no problem for a while now and it still works fine there. However, upon installing Paratext Lite on the tablet, it only opens to a blank white screen. Even after waiting over 1.5 hours...

Tablet information: Manufacturer, iDeal; Model, NoteBook 12 PRO; Tablet system version, Android 12.0

Related threads (from 2022!) I found but still didn't resolve the issue:

1.) https://support.bible/9957/paratext-lite-white-screen-will-not-start

Yeah, tried updating Android System WebView, but I cannot find it on Google Play Store, and found that Chrome interferes with Android System WebView (if one is enabled the other is or must be disabled...) See related thread #3.

2.) https://support.bible/5966/paratext-doesnt-installation-updating-android-system-webview

For this second thread, it's a bit more involved, I didn't have the time to try and by now the individual has returned to the village with the tablet.

3.) Issue with Android System WebView & Chrome compatibility

This third link (not a support.bible thread) was what came up on my research when I had trouble updating Android System WebView (ASWV) and also found the incompatibility of both ASWV and Chrome being enabled at the same time. While Chrome is up-to-date, for some reason the tablet is preventing the update of ASWV! The tablets ASWV version is in the 60s while the current version out there is in the 120s!

Seems like, one of the thing that needs to be taken care of first is to get the tablet to update ASWV to the current version in the 120s...! But the tablet is not having that... I found THIS concerning addressing the updating ASWV issue. But the tablet is no longer with us to test. So, maybe something to look into when the tablet returns into hour hands to troubleshoot again.

So, until then, any thoughts? Suggestions? Reactions?!

Thanks!

(109 分) 发布

相关问题

0
7 个回答 1.2k 次浏览
Hi there, Has anyone tried installing Android on an old laptop to use Paratext Lite? One of our translators has an old ... under GNU General Public License (GPL) 2.0 or later.
alex_larkin 379 发布 提问于 九月 6, 2021
0
1 个回答 543 次浏览
I have been trying to install a local resource into paratext Lite. I am interested in both Installing a personal, ... appear that I can browse to make it look elsewhere.
PeterK 119 发布 提问于 七月 23, 2018
0
1 个回答 207 次浏览
你好。 Paratext Lite 的最低和推荐系统要求是什么? 我正在为一家本地圣经翻译组织(BTO)提供建议,他们正在准备一份新的项目提案,想知道应该购买哪种平板电脑。8GB 内存对于可选性能来说足够吗?我需要检查处理器或其他规格吗? 我查看了 Play Store 上的应用描述和本论坛,但找不到相关信息。 非常感谢!
alex_larkin 379 发布 提问于 二月 28, 2024
+1
2 个回答 321 次浏览
Chromebook running on ARM processor Just recently the developer team acquired an ARM powered Chromebook to see what it would ... some updates as we can. For the team, anon089134
[Moderator]
anon089134
239 发布
提问于 三月 12, 2020
0
2 个回答 223 次浏览
I have a user trying to install both Paratext 8 patch 8.0.100.84 and Paratext 9 (not at the same time ). For ... that something would at least appear on the screen.) Any thoughts?
jeffh 1.4k 发布 提问于 十月 22, 2019
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
I urge you, brothers and sisters, to watch out for those who cause divisions and put obstacles in your way that are contrary to the teaching you have learned. Keep away from them.
Romans 16:17
3,044 个问题
6,004 个回答
5,671 条评论
2,026 位用户