• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Themes [Javascript] Need some help.

It's been a while since I worked with javascript, but since that's an attribute of the tag, you should be able to change it.

Yeah - after writing that, I just tested something and it works.

First, give the tag one more attribute: "id", then you can use the following:
HTML:
myScript = document.getElementById('myScriptId');
myScript.setAttribute('theme', 'github-dark');

I had tried this same code yesterday, but it didn't work. That's because I was inserting this code in the <header> which was before the widget code. So now I put the code in the <footer> after the widget code and now it works flawlessly. Silly mistake :rolleyes:.

Thanks for taking the time, much appreciated! :)

Files in internal storage

Hi Kutacz15!

I was wondering the same thing as I had the file also. The fsdump.1.dat is F-Secure log, so if you have F-Secure installed and you have scheduled scan also set to run at 5 am it changes every day. I figured that out when I changed the file extension to be .txt and it just showed a log of my last scan made by F-Secure. You can try it also to see it for yourself!

What do you think to the S10+

By the way, I do miss the LED notifications a lot. Due to nature of my work my phone is ALWAYS on mute mode, and the light was great indicator I had something going on. Now I have to manually pick up it and check at random.
Pity they couldn't stick the LED in the speaker or something.

Have you considered using Edge lighting for notifications. It works great and is definitely more visible than a LED, even when the phone is facedown.

The Edge Lighting and Always-On Display feature (which shows notification icons) makes me not miss the LED at all. Battery usage seems to be minimal with these features enabled.

2 sim setup isn't working

Hi
I have 2 sims in my Motorola One and I have it set up for "always ask" when calling. But the problem is... it doesn't. It used to but now it just just chooses at random which sim to use and doesn't even show which SIM I am using. It is extremely irritating.
I am using the default Phone app but I am open to switching if anyone knows an app that always asks for which SIM to use.
Thanks
Jay

Kotlin - 'break' and 'continue' are only allowed inside a loop

problem is solved.
Code:
when (e.action) {
    MotionEvent.ACTION_DOWN -> run {

and

Code:
if (mOpenedItems.size == 0) return@run

// Disallow our parent Views to intercept the touch events so long as there is

// at least one item view in the open or being closed state.
requestParentDisallowInterceptTouchEvent()
if (mFullyOpenedItem != null) {
    mHasItemFullyOpenOnActionDown = true
    if (mActiveItem === mFullyOpenedItem) {
        resolveActiveItemMenuBounds()
        // If the user's finger downs on the completely opened itemView's menu area,
        // do not intercept the subsequent touch events (ACTION_MOVE, ACTION_UP, etc.)
        // as we receive the ACTION_DOWN event.
        // If the user's finger downs on the fully opened itemView but not on
        // its menu, then we need to intercept them.
        if (mActiveItemMenuBounds.contains(mDownX, mDownY)) {
            return@run
        } else if (mActiveItemBounds.contains(mDownX, mDownY)) {
            return true
        }
    }

Can anyone please tell me what is meaning of this notification on left side??

Font-wise it resembles the S that Samsung use in many of their app names, but as I don't use any Samsung apps even on my Samsung device I can't be sure what notifications they produce.

It's not samsung. It's mi.

That's why m worried. My hubby is not behaving the way he used to from last month.

M bloody tense now. &#128546;&#128546;&#128546;

Please someone help in finding this symbol.

Notification Panel Resets to Default on its own

After moving the 5 notifications I prefer into the top active row, the panel resets itself to the default spontaneously (usually within 5-10 minutes). klingelton kostenlos
I prefer to add Airplane Mode and Do Not Disturb to the top 5 rows, but again my Sprint Note Edge keeps resetting to default.... Frustrating but not a major problem. I cleared the cache partition several times. Anyone else having this issue?
samsung klingeltone

Filter

Back
Top Bottom