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.
我正在尝试使用 android 应用程序模拟 micro sd 卡的弹出/插入。使用根内核和 umount/mount,无济于事。似乎 umount/mount 命令不会在卡控制器上执行电源循环。
任何帮助或指示都会非常有帮助。
设备:三星 Galaxy S II
提前致谢, BTR Naidu
通过在 MMC 驱动程序堆栈中添加我自己的 ioctl 命令并从用户端可执行文件发出这些命令来实现这一点。编写自己的可执行文件的步骤是我个人博客中的文档。