我在我的新平板电脑上安装了chainfire3d,但它崩溃并进入了一个bootloop。 谢天谢地,adb可以连接到它,所以我试图用adb卸载chainfire3d 我试过了:
adb uninstall eu.chainfire.cf3d
adb shell am start -a android.intent.action.DELETE -d package:eu.chainfire.cf3d
adb shell pm uninstall -k eu.chainfire.cf3d
他们都犯了同样的错误:
soinfo_link_image(linker.cpp:1635): could not load library "libandroid_runtime.so" needed by "app_process"; caused by soinfo_link_image(linker.cpp:1635): could not load library "libhwui.so" needed by "libandroid_runtime.so"; caused by soinfo_relocate(linker.cpp:975): cannot locate symbol "glInsertEventMarketEXT" referenced by "libhwui.so"...CANNOT LINK EXECUTABLE
所以我采取了另一种方式:
adb shell
su
mount -o remount,rw -t rfs /dev/stl5 /system
rm -r /system/app/[AppName].apk
但我在我的另一个平板电脑中搜索了chainfire3d的apk文件的名称,我在这里找不到它。
请帮帮我:如何用adb卸载chainfire3d?
答案 0 :(得分:1)
- 按照this tutorial on YouTube安装并打开一个程序,用于卸载设备上安装的ChainFire驱动程序。
- 启动手机进入恢复模式(Home + Vol up + Power)。
- 通过USB线将手机插入电脑。
- 在命令提示符下打开ADB后,键入
su
以获得超级用户访问权。- 之后,您输入
cd /system/lib
- 然后输入
醇>cf3d_uninstall.sh
来源:XDA Forum