• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/base


Commit MetaInfo

Révision81fbb1f689f6e4942bb0c92be2effb0f744e9ca1 (tree)
l'heure2009-07-21 10:20:44
AuteurYi Sun <beyounn@gmai...>
CommiterYi Sun

Message de Log

swatch to use mountd so that we can auto mount sdcard

Change Summary

Modification

--- a/services/java/com/android/server/MountListener.java
+++ b/services/java/com/android/server/MountListener.java
@@ -40,8 +40,8 @@ final class MountListener implements Runnable {
4040
4141 // ** THE FOLLOWING STRING CONSTANTS MUST MATCH VALUES IN system/vold/
4242
43- // socket name for connecting to vold
44- private static final String VOLD_SOCKET = "vold";
43+ // socket name for connecting to mountd
44+ private static final String VOLD_SOCKET = "mountd";
4545
4646 // vold commands
4747 private static final String VOLD_CMD_ENABLE_UMS = "enable_ums";