ret=Shell.sh("find "+path+" -type d -maxdepth 1 | while read ITEM ; do if [ -f $ITEM/module.prop ]; then echo $ITEM; fi; done");
if(ret.isEmpty()&&Shell.rootAccess())ret=Shell.su("find "+path+" -type d -maxdepth 1 | while read ITEM ; do if [ -f $ITEM/module.prop ]; then echo $ITEM; fi; done");