Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我修理了我的手机,但前置摄像头的连接器坏了。所以我尝试打开Camera.app并检测到我无法切换回后置摄像头,因为Camera.app由于前置摄像头损坏而冻结。
当我打开自己的应用程序时,它可以使用前置摄像头制作照片。
我的手机越狱并安装了 iFile。有没有办法在文件系统上手动更改这些设置?我在哪里可以改变它?
PS:我不想进行设置重置,因为那时我已经清除了所有数据,只要我再次将相机切换到前置摄像头,相机就会工作,然后应用程序就会冻结。
我修好了它:
在列表中/System/Library/CoreServices/SpringBoard.app/N90AP.plist
/System/Library/CoreServices/SpringBoard.app/N90AP.plist
我将值设置 front-facing-camera为false
front-facing-camera
false
重新启动后它起作用了。