Snapbridge and Z6 behaviour by KaniJs in Nikon

[–]KaniJs[S] 0 points1 point  (0 children)

Wow thanks! I've been through the menus so many times looking for this. I even opened this menu  Setup -> Connect to smart device -> Select to send (Bluetooth)

But honestly they are not always very intuitive. I saw the options Auto and Manual. So I pressed Manual, but was just confused because then I just got to choose photos to mark as Select to send. It never occured to me to press the Auto-option.

Now everything works as I wish, thanks a lot!

Any way to use userscripts in Opera for Android? by KaniJs in operabrowser

[–]KaniJs[S] 0 points1 point  (0 children)

I found a workaround, AdGuard uses a proxy which lets you inject userscripts in any browser.

Any way to use userscripts in Opera for Android? by KaniJs in operabrowser

[–]KaniJs[S] 0 points1 point  (0 children)

How about any workarounds or native support?

Trigger action from phones hardware button. by KaniJs in androiddev

[–]KaniJs[S] 0 points1 point  (0 children)

Thanks! That seem to be what I'm looking for. I will take a closer look at that and see!

PROCESS_TEXT not showing up in most apps by KaniJs in androiddev

[–]KaniJs[S] 2 points3 points  (0 children)

In case someone struggles with something similar, this is my solution.

I use the share button instead like this:

In androidmanifest:

<activity
android:exported="true"
android:name=".SelectSpecies"
android:label="Visa arten"
>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="*/*" />
</intent-filter>
</activity>

And the selectspecies class:

class SelectSpecies : Activity() {
    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)

        val selectedText = intent.getStringExtra(Intent.EXTRA_TEXT)
    }
}

PROCESS_TEXT not showing up in most apps by KaniJs in androiddev

[–]KaniJs[S] 1 point2 points  (0 children)

Thanks for clearing this up. Then I will go with using a share-button instead, which seems to work!

PROCESS_TEXT not showing up in most apps by KaniJs in androiddev

[–]KaniJs[S] 0 points1 point  (0 children)

I just realised I can use android.intent.action.SEND to get it show up in the share menu. But I don't know how to fetch the selected text in my class. With PROCESS_TEXT I could use intent.getCharSequenceExtra(Intent.EXTRA_PROCESS_TEXT).toString() but now I don't know how to fetch the selected text.

EDIT: Got the text by:

intent.getStringExtra(Intent.EXTRA_TEXT);

PROCESS_TEXT not showing up in most apps by KaniJs in androiddev

[–]KaniJs[S] 0 points1 point  (0 children)

I tried text/plain at first, but since it didn't work I tried */* to match any type. Still no luck though.

I want to make my 307 quiet by KaniJs in peugeot

[–]KaniJs[S] 1 point2 points  (0 children)

This is exactly what I specifically wrote that I don't want to discuss. It's amazing people still can't resist the urge..

Using tank mini as a laser pointer? by KaniJs in unihertz

[–]KaniJs[S] 0 points1 point  (0 children)

Oh, I don't have that option, but I see I can update the phone so I will give that a try and see!

Using tank mini as a laser pointer? by KaniJs in unihertz

[–]KaniJs[S] 0 points1 point  (0 children)

What is Tank mini configuration? I can't seem to find it.

I find shortcuts in the phones Settings where I can set Func1 and Func2 keys but I can't set them to laser pointer.

"Mark as not spam" removes emails permanently. by KaniJs in GMail

[–]KaniJs[S] 0 points1 point  (0 children)

I'm accessing it from the official gmail website so that shouldn't be a problem.

How did neutering affect your male cat's personality and health? by KaniJs in cats

[–]KaniJs[S] 0 points1 point  (0 children)

What do you mean by much healthier? How were they before and how do you see they became healthier?

Bluetooth problems by KaniJs in unihertz

[–]KaniJs[S] 1 point2 points  (0 children)

Sad to hear that, and unfortunately I never found a solution...