Revert "CB-8683 updated windows and tizen specific references of old id to new id"

This reverts commit 96b8f515b390aef3f6be1b773c39dffe58fe0a88.
diff --git a/src/tizen/AccelerometerProxy.js b/src/tizen/AccelerometerProxy.js
index 47fe642..b534422 100644
--- a/src/tizen/AccelerometerProxy.js
+++ b/src/tizen/AccelerometerProxy.js
@@ -21,7 +21,7 @@
 
 (function(win) {
     var cordova = require('cordova'),
-        Acceleration = require('cordova-plugin-device-motion.Acceleration'),
+        Acceleration = require('org.apache.cordova.device-motion.Acceleration'),
         accelerometerCallback = null;
 
     module.exports = {
diff --git a/src/windows/AccelerometerProxy.js b/src/windows/AccelerometerProxy.js
index b5fec0b..d275f8b 100644
--- a/src/windows/AccelerometerProxy.js
+++ b/src/windows/AccelerometerProxy.js
@@ -22,7 +22,7 @@
 /*global Windows:true */
 
 var cordova = require('cordova'),
-    Acceleration = require('cordova-plugin-device-motion.Acceleration');
+    Acceleration = require('org.apache.cordova.device-motion.Acceleration');
 
 /* This is the actual implementation part that returns the result on Windows 8
 */