more shortcuts

97 views
Skip to first unread message

I Understand I Exist

unread,
Apr 12, 2019, 5:20:52 PM4/12/19
to comp.mobile.nokia.8110
dear all,
earlier, i had an idea
what if we could make shortcuts that are persistent in the notifications menu 
sadly i lost interest in programing the minute i got accepted in medicine college
do u think this could actually work if it is i can give it a shot

Ivan

unread,
Apr 12, 2019, 5:25:46 PM4/12/19
to comp.mobile.nokia.8110
can you explain yourself better?

I Understand I Exist

unread,
Apr 12, 2019, 6:10:35 PM4/12/19
to comp.mobile.nokia.8110
what if we can make some nitifcations that cant be cleared and when clicked at, will do actions

speeduploop

unread,
Apr 12, 2019, 6:22:22 PM4/12/19
to comp.mobile.nokia.8110
Why?
A normal app is simpler to create, doesn't need more key-presses to start and doesn't pollute the notices view.
--> so much cleaner experience...

I Understand I Exist

unread,
Apr 12, 2019, 6:38:56 PM4/12/19
to comp.mobile.nokia.8110
well its just a thought, but if u recall, old symbian phones had lots of shortcuts that made using them really really easy, if seen this launcher app here, if one can make it appear first thing without going to the apps drawer, that will save us huge time 

I Understand I Exist

unread,
Apr 12, 2019, 6:41:42 PM4/12/19
to comp.mobile.nokia.8110
well, ihave this idea, if i can integrate both custom launcher app and enable stuff app i can improve something on my phone

AdvancedHACKERniV1

unread,
Apr 13, 2019, 12:22:47 AM4/13/19
to comp.mobile.nokia.8110
Are you talking about the widgets that we could interact with and customize to our needs ?

Screenshot (8).png

And are you talking about "EnableStuff" app ?

I Understand I Exist

unread,
Apr 13, 2019, 12:31:24 AM4/13/19
to comp.mobile.nokia.8110
yup, exactly like that but simpler

AdvancedHACKERniV1

unread,
Apr 13, 2019, 1:07:28 AM4/13/19
to comp.mobile.nokia.8110
You mean just simple plain shortcuts accessible via the homescreen ?
And I don't understand how "EnableStuff" comes here into picture.

I Understand I Exist

unread,
Apr 13, 2019, 3:38:53 AM4/13/19
to comp.mobile.nokia.8110
heres what i have in mind, note that these pics are photoshopped hoping that they would make it clear
i needed the enable stuff app to get codes from it and use them in custom launcher 
2019-04-13-10-16-42.png
2019-04-13-10-19-17.png
2019-04-13-10-20-11.png

AdvancedHACKERniV1

unread,
Apr 13, 2019, 3:45:53 AM4/13/19
to comp.mobile.nokia.8110
You can use the "Settings API" to enable and disable stuff.
List of the different things you can do with the API: https://developer.mozilla.org/en-US/docs/Archive/B2G_OS/Platform/Settings_list

perry

unread,
Apr 13, 2019, 4:03:59 AM4/13/19
to comp.mobile.nokia.8110
you can set your own shortcuts in launcher.gaiamobile.org .app

line 4005

  switch (n) {
                                case "ArrowDown":
                                    return void E.default.launch("manifestURL", "app://contact.gaiamobile.org/manifest.webapp");
                                case "ArrowLeft":
                                    return void E.default.launch("manifestURL", "app://email.gaiamobile.org/manifest.webapp");
                                case "ArrowRight":
                                    return void E.default.launch("manifestURL", "app://sms.gaiamobile.org/manifest.webapp");
                                 case "ArrowUp":
                                    return void E.default.launch("manifestURL", "app://custom-launcher/manifest.webapp");
                                case "Call":
                                    return void E.default.launch("manifestURL", "app://communications.gaiamobile.org/manifest.webapp");
                                case "SoftLeft":
                                    E.default.launch("iac", "notice");
                                case "Enter":
                                    this.simmcc ? "460" !== this.simmcc && "250" !== this.simmcc || b.default.request("openSheet", "appList") : "460" !== this.mcc && "250" !== this.mcc || b.default.request("openSheet", "appList");
                                    break;
                                case "SoftRight":
                                    return void b.default.request("openSheet", "instantSettings")

I Understand I Exist

unread,
Apr 13, 2019, 5:54:39 AM4/13/19
to comp.mobile.nokia.8110
cool, imma try it
Reply all
Reply to author
Forward
0 new messages