diff --git a/.gitignore b/.gitignore
index ea0552d..ec4825f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ data/apps/*.apk
 release/
 data/*.log
 logger.lock
+logger.lock
diff --git a/logger.lock b/logger.lock
index bf1f725..ee3e3b3 100644
--- a/logger.lock
+++ b/logger.lock
@@ -5,7 +5,7 @@
         "pid": 26780
     },
     "RunTIme": {
-        "startTime": 1588233573984,
-        "pid": 17884
+        "startTime": 1592986481974,
+        "pid": 25068
     }
 }
\ No newline at end of file
diff --git a/package.json b/package.json
index ad5da50..780b777 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "miwatchkleaner2.0",
-  "version": "2.0.4",
+  "version": "2.0.5",
   "description": "MiWatch Cleaning Tool",
   "main": "app.js",
   "bin": "app.js",
diff --git a/pages/pages.js b/pages/pages.js
index f1322d4..b172d3f 100644
--- a/pages/pages.js
+++ b/pages/pages.js
@@ -122,10 +122,12 @@ module.exports = {
                 }
                 console.log(element + ' - ' + result.stdout);
                 logger.info(element + ' - ' + result.stdout);
-                if (element === "data\\apps\\MoreLocale.apk") {
-                    await shellExec(adbRun + ' shell pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION').then(function (result) {
-                        console.log('moreLocale Activated On Watch');
-                        logger.info('moreLocale Activated On Watch');
+
+                if (element === "data\\apps\\com.alberto.locale.apk") {
+                    await shellExec(adbRun + ' shell pm grant com.alberto.locale android.permission.CHANGE_CONFIGURATION && ' + adbRun + ' shell am start -n com.alberto.locale/com.alberto.locale.MainActivity && ' + adbRun + ' shell pm grant com.alberto.locale android.permission.CHANGE_CONFIGURATION').then(function (result) {
+                        console.log(result)
+                        console.log('Alberto Locale Activated On Watch');
+                        logger.info('Alberto Locale Activated On Watch');
                     });
                 }
             });