[Title] Do not command change-booting-mode.sh because it does not exist
authordonghyuk.yang <donghyuk.yang@samsung.com>
Tue, 16 Apr 2013 12:49:35 +0000 (21:49 +0900)
committerdonghyuk.yang <donghyuk.yang@samsung.com>
Tue, 16 Apr 2013 12:49:35 +0000 (21:49 +0900)
in device

org.tizen.nativeplatform/src/org/tizen/nativeplatform/pkgmgr/RPMPackageCommander.java

index f7e24f9..c028ada 100644 (file)
@@ -155,9 +155,12 @@ public class RPMPackageCommander {
                // set update mode
                PackageManagerOuputReceiver rec = getNewOuputReceiverWithConsole();
                //rec.cleanLog();
+               
+               /* change-booting-mode.sh file does not exist in device
                if (!device.isEmulator()) {
                        RPMPackageCommander.changeUpdateModeForDevice(device, rec);
                }
+               */
 
                // install
                String command = String.format("%s;%s", getResetDbCmd(),
@@ -686,6 +689,7 @@ public class RPMPackageCommander {
                executeDeviceShellCommand(device, command, rec);
        }
 
+       /*
        private static void changeUpdateModeForDevice(IDevice device,
                        PackageManagerOuputReceiver rec) {
 
@@ -693,6 +697,7 @@ public class RPMPackageCommander {
                rec.cleanLog();
                executeDeviceShellCommand(device, command, rec);
        }
+       */
 
        private static void actionBeforeUseZypper(String path) {
                if (pkgInstalledSuccessfullyForRootstrap(REMOVE_PKGS, path)) {