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.
/dev/logo の中身は C で読めるのですが、
fd = open("/dev/logo", O_RDONLY); len = read(fd, logo_addr, 512);
今、シェルコマンドを使ってこれらのことをしたいのですが、どうすればいいですか?
使ってもいいですか
$ adb shell cat dev/logo >logo.dev
?