Jio Phone Shortcut Customization Part 2
Jio Phone Launcher Customization Part 2
Launcher customization Part 1 See this post π
Customize Shortcuts key in Jio Phone Very easy Method Quickly Access your favorite Apps by clicking the selected button, make your own customized launcher in your device.
How to Customize Shortcut key
Here's a step-by-step guide on how to customize the Shortcut key in your Jio phone Just follow the given steps to know everything in detail.
notes:
This customization process only works with the old version launcher in the Jio phone
Follow the steps:
- Download a good text editor like Notepad++
- Download the old version launcher
Step 1: Search for > "origin", < and you should see the first beginning of the shortcuts keys.
And you should find something like this
Step 2: You have to edit this, Add or replace anything you like.
}, {
key: "onKeyDown",
value: function(e) {
var t = this;
if ("complete" === document.readyState && !v.default.query("LaunchStore.isLaunching")) {
var n = e.key;
this._longPressTimer || (this._longPressTimer = setTimeout(function() {
switch (t.clearLongPressTimer(), t._longPressActionTriggered = !0, n) {
case "Enter":
S.default.launch("origin", "app://assistant.google.com");
break;
case "SoftLeft":
S.default.launch("origin", "app://jiopay.jio.com", "lsk");
break;
case "SoftRight":
S.default.launch("origin", "app://myjio.jio.com");
break;
case t.keyToTriggerFlashLight:
k.default.toggle();
break;
case "Call":
S.default.launch("origin", "app://jiovideocall.jio.com");
break;
default:
t._longPressActionTriggered = !1
}
}, this.longPressDuration))
}
}
}, {
key: "onKeyUp",
value: function(e) {
var t = e.key;
if (this._longPressTimer && !v.default.query("LaunchStore.isLaunching")) {
if (this.clearLongPressTimer(), this._longPressActionTriggered) return void(this._longPressActionTriggered = !1);
switch (t) {
case "Call":
S.default.launch("manifestURL", "app://communications.gaiamobile.org/manifest.webapp");
break;
case "Enter":
v.default.request("openSheet", "appList");
break;
case "SoftLeft":
S.default.launch("iac", "notice");
break;
case "SoftRight":
S.default.launch("manifestURL", "app://contact.gaiamobile.org/manifest.webapp");
break;
case "ArrowUp":
v.default.request("openSheet", "instantSettings");
break;
case "ArrowDown":
S.default.launch("iac", "launch-latest-content-player");
break;
case "ArrowLeft":
S.default.launch("origin", "app://jiomessages.rjil.com");
break;
case "ArrowRight":
S.default.launch("manifestURL", "app://camera.gaiamobile.org/manifest.webapp");
break;
case "Backspace":
S.default.isLaunching && (S.default.isLaunching = !1)
}
}
Step 3: for example, I want to replace Long Key Press action to SoftLeft Key with JioStore, SoftRight Key with MMi Test and Short key Press action to ArrowDown Key to Settings App, ArrowLeft Key with Whatsapp and Arrow Right Key With YouTube App, and copy this code including the semicolan ,
Apps Name Copy this ππ
Notification = S.default.launch("iac", "notice");
Music app = S.default.launch("iac", "launch-latest-content-player");
All apps = v.default.request("openSheet", "appList");
Shortcut Menu = v.default.request("openSheet", "instantSettings");
Whatsapp = S.default.launch("origin", "app://kaios.whatsapp.net");
YouTube = S.default.launch("origin", "app://youtube.com");
Calendar = S.default.launch("origin", "app://calendar.gaiamobile.org");
camera = S.default.launch("origin", "app://camera.gaiamobile.org");
clock = S.default.launch("origin", "app://clock.gaiamobile.org");
call log = S.default.launch("origin", "app://communications.gaiamobile.org");
contact = S.default.launch("origin", "app://contact.gaiamobile.org");
fm radio = S.default.launch("origin", "app://fm.gaiamobile.org");
Lyf terms = S.default.launch("origin", "app://ftu.gaiamobile.org");
Gallery = S.default.launch("origin", "app://gallery.gaiamobile.org");
launcher = S.default.launch("origin", "app://launcher.gaiamobile.org");
music = S.default.launch("origin", "app://music.gaiamobile.org");
Browser = S.default.launch("origin", "app://search.gaiamobile.org");
settings = S.default.launch("origin", "app://settings.gaiamobile.org");
sms = S.default.launch("origin", "app://sms.gaiamobile.org");
video = S.default.launch("origin", "app://video.gaiamobile.org");
calculator = S.default.launch("origin", "app://calculator.gaiamobile.org");
Jio Store = S.default.launch("origin", "app://kaios-plus.kaiostech.com");
mmitest = S.default.launch("origin", "app://mmitest.gaiamobile.org");
Testbox tool = S.default.launch("origin", "app://engmode.gaiamobile.org");
logmanager = S.default.launch("origin", "app://logmanager.gaiamobile.org");
unitconverter = S.default.launch("origin", "app://unitconverter.gaiamobile.org");
notes = S.default.launch("origin", "app://notes.gaiamobile.org");
jioads = S.default.launch("origin", "app://jioads.jio.com");
jiomessaging = S.default.launch("origin", "app://jiomessaging.jio.com");
jiocinema = S.default.launch("origin", "app://jiocinema.jio.com");
diagnostics = S.default.launch("origin", "app://diagnostics.jio.com");
jiohelpline = S.default.launch("origin", "app://jiohelpline.jio.com");
jiogames = S.default.launch("origin", "app://jiogames.jio.com");
assistant = S.default.launch("origin", "app://assistant.google.com");
jiomusic = S.default.launch("origin", "app://jiomusic.jio.com");
jiopay = S.default.launch("origin", "app://jiopay.jio.com");
jioservice = S.default.launch("origin", "app://jioservice.jio.com");
jiomessages = S.default.launch("origin", "app://jiomessages.rjil.com");
jiotv = S.default.launch("origin", "app://jiotv.jio.com");
jiovideocall = S.default.launch("origin", "app://jiovideocall.jio.com");
jioxpressnews = S.default.launch("origin", "app://jioxpressnews.jio.com");
myjio = S.default.launch("origin", "app://myjio.jio.com");
facebook = S.default.launch("origin", "app://m.facebook.com");
filemanager = S.default.launch("origin", "app://filemanager.gaiamobile.org");
omnisd = S.default.launch("origin", "app://omnisd.831337.xyz");
jiohots = S.default.launch("origin", "app://jiohots.jio.com");
pdfviewer = S.default.launch("origin", "app://pdfviewer.jio.com");
Step 4: save the js file and Make the launcher app to OmniSD accepts app packages in the .zip format download a metadata.json Click Here to Download
Step 5: Install the launcher and firefox Settings app using OmniSD, Open the Settings app And change the launcher using the Settings app how to change the Home screen see the post π
Too Better Understand Watch the Videoππ

Comments
Post a Comment
Ask me anything here...