gpt4 book ai didi

android - 如何在运行 Gingerbread 的有根 NexusOne 上安装 sqlite3

转载 作者:太空狗 更新时间:2023-10-29 15:43:51 25 4
gpt4 key购买 nike

我 Root 了运行 Gingerbread 的 nexus one。但是就像下面的帖子一样,我找不到 sqlite3,想在 Nexus One 上安装 sqlite3:

Why do I get a "sqlite3: not found" error on a rooted Nexus One when I try to open a database using the adb shell?

我在 1 个 shell 中做了

$ adb shell
$ su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system

在另一个 shell 中,我做到了

$ cd ~/NexusOne/SuperOneClickv1.7-ShortFuse
$ adb push sqlite3 /system/bin
failed to copy 'sqlite3' to '/system/bin/sqlite3': Permission denied

我试过这个答案。但我明白了。我显然有“sqlite3”,但它不允许我移动到/usr/bin。

# mv sqlite3 /usr/bin
failed on 'sqlite3' - No such file or directory
# pwd
/mnt/sdcard
# ls sqlite3
sqlite3
# mv sqlite3 /usr/bin
failed on 'sqlite3' - No such file or directory
# ls -l sqlite3
----rwxr-x system sdcard_rw 24120 2010-10-16 22:04 sqlite3

如何在我的 Nexus one 上创建“/usr/bin”?在我的 shell 路径上有/usr/bin 吗?

最佳答案

使用以下命令序列。在输入“su”命令之前解锁您的设备以查看授予访问权限的对话框

$ adb push sqlite3 /sdcard/
$ adb shell
$ su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
# dd if=/sdcard/sqlite3 of=/system/bin/sqlite3
# chmod 4755 /system/bin/sqlite3
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system

关于android - 如何在运行 Gingerbread 的有根 NexusOne 上安装 sqlite3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5250400/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com