剛剛已經找出問題 是AbyssNOTEKernel42Final新增加的Sd Card mount fix所產生的問題 因為剛開機時mount是這樣的 /dev/block/vold/179:11 on /mnt/sdcard type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
不動核心想解決似乎很難 目前消極的解決方法 接上電腦進讀卡機模式一次然後中斷連線 這樣就會重新mount sdcard會變成以下這樣 /dev/block/vold/179:11 on /mnt/sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro,discard) 如此就能解決問號這個毛病 在AbyssNOTEKernel理解這個問題前先這樣吧