Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

packages-apps-CMFileManager: Commit

packages/apps/CMFileManager


Commit MetaInfo

Révisiona8625e05fb26b476758985bb5cbab8d21e40f28e (tree)
l'heure2015-12-18 11:53:11
AuteurKeith Mok <kmok@cyng...>
CommiterRaj Yengisetty

Message de Log

Fix filemanager not launch

M is using toybox instead of toolbox, some commands in filemanager
relies on toolbox utilities, there are minor difference in handling.
This change removes the "-Gn" argument pass to id command for retrival
the uid/gid, tested on both M and L, there is no need to add -Gn argument,
but in L, it seems -Gn is ignored. In M it will output wihtout the numerical
values causing parsing exception during startup.

Change-Id: I6aac8e94a80671df0a247ffcaf7d69364d7c9ad2

Change Summary

Modification

--- a/res/xml/command_list.xml
+++ b/res/xml/command_list.xml
@@ -41,7 +41,7 @@
4141
4242 <!-- Console info -->
4343 <command commandId="groups" commandPath="/system/xbin/groups" commandArgs="" />
44- <command commandId="id" commandPath="/system/bin/id" commandArgs="-Gn" />
44+ <command commandId="id" commandPath="/system/bin/id" commandArgs="" />
4545
4646 <!-- FileSystem -->
4747 <command commandId="mount" commandPath="/system/bin/mount" commandArgs="-o %1$s,remount -t %2$s %3$s" />
Afficher sur ancien navigateur de dépôt.