View Single Post
Posts: 1,994 | Thanked: 3,342 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#33
Originally Posted by JonWW View Post
If I open the N900 file manager and using PuTTY on my PC I can
copy and past into PuTTY, I am able make my SD card appear with these commands in the N900 file manager
Code:
gconftool-2 -s -t bool /system/osso/af/internal-mmc-device-present true
gconftool-2 -s -t bool /system/osso/af/mmc-cover-open false
gconftool-2 -s -t bool /system/osso/af/internal-mmc-cover-open false
gconftool-2 -s -t bool /system/osso/af/mmc-device-present true
and disappear with these commands
Code:
gconftool-2 -s -t bool /system/osso/af/internal-mmc-device-present false
gconftool-2 -s -t bool /system/osso/af/mmc-cover-open true
gconftool-2 -s -t bool /system/osso/af/internal-mmc-cover-open true
gconftool-2 -s -t bool /system/osso/af/mmc-device-present false
1. Thanks a lot for thorough thinking.
2. Try to type it in X Terminal. Don't make people to install more additional software than necessary.
3. It could be saved into /usr/bin/microsdcard sh script so that instead of typing it over and over you would just execute this script(s).
 

The Following 2 Users Say Thank You to Wikiwide For This Useful Post: