我有一些问题使用我/数据分区。除此之外,当我用Astro应用程序浏览其内容时,它似乎是空的。手机从未生根植根,它在最后一小时内至少重置了三次,所以我希望它至少最小的运作。
为什么/ data partitize为什么空?出厂重置时,是否不应该包含某些东西?这是我不一致的原因(也许他们不是不一致:他们缺失)UID?
ps:即使手机从未扎根,我也会放置大号标签,因为我希望它返回其原始状态: - )
我有一些问题使用我/数据分区。除此之外,当我用Astro应用程序浏览其内容时,它似乎是空的。手机从未生根植根,它在最后一小时内至少重置了三次,所以我希望它至少最小的运作。
为什么/ data partitize为什么空?出厂重置时,是否不应该包含某些东西?这是我不一致的原因(也许他们不是不一致:他们缺失)UID?
ps:即使手机从未扎根,我也会放置大号标签,因为我希望它返回其原始状态: - )
I am having some issue with my /data partition. Among other things, when I browse its contents with the Astro app, it appears to be empty. The phone has never been rooted and it has been factory-reset at least three times in the last hour, so I would expect it to be at least minimally functioning.
Why is the /data partition empty? When factory reset, is it not supposed to contain something? Is this the cause of my inconsistent (maybe they are not inconsistent: they are MISSING) UIDs?
PS: I am putting the unrooting tag even if the phone was never rooted, since I would like it to go back to its original state :-)
没有root astro无权查看/数据目录的内容。它可能将其显示为"空" ,试图优雅地处理它,我猜(但这主要是猜测)。但是,除了给您一条消息时,它似乎是一个相当明智的替代方案,也可以为您提供一条消息,这些信息说明"权限被拒绝" 或类似物。
Without root Astro doesn't have permission to view the contents of the /data directory. It probably displays it as "empty" in an attempt to handle it gracefully, I would guess (but that's mostly a guess). It seems like a fairly sensible alternative to other solutions, though, aside from perhaps giving you a message that says "Permission Denied" or similar.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有