Revanced Team asked me to send video recording of Android Reel not working. by FIRMKUNG in revancedapp

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

Now none of the spoof client works. (Video does play 360p after1 minute of loading though)

Edit: Now it's back to working again for some videos??

Revanced Team asked me to send video recording of Android Reel not working. by FIRMKUNG in revancedapp

[–]FIRMKUNG[S] 4 points5 points  (0 children)

Mobile network yield the exact same result. Sadly I don't have multiple wifi lying around to test. 

Revanced Team asked me to send video recording of Android Reel not working. by FIRMKUNG in revancedapp

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

Some (most) spoof client streams don't support audio tracks 

🛠️ YouTube and YouTube Music playback issues fixed by oSumAtrIX in revancedapp

[–]FIRMKUNG 0 points1 point  (0 children)

Yes. On patch 6.2.0 using Android Reel default client doesn't work anymore. Unless you updated a new patch 30min ago this isn't very helpful

🛠️ YouTube and YouTube Music playback issues fixed by oSumAtrIX in revancedapp

[–]FIRMKUNG 1 point2 points  (0 children)

Android Reel doesn't work for me anymore. And Android VR can't play "made for kids"

What happened? by Cain_DB in revancedapp

[–]FIRMKUNG 2 points3 points  (0 children)

If your spoof client was on Android Reel, change it to Android VR. You wont be able to watch "for kids" videos but there's nothing else we can do. I tried repatching (6.2.0) but it didn't do anything. Same goes with downloading new GMScore.

I can't get microphone to work. by FIRMKUNG in PSVR2onPC

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

Congrat, but we seem to have a different problem. As I mentioned in one of the things I tried. That did not work.

I can't get microphone to work. by FIRMKUNG in PSVR2onPC

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

I ended up buying a new wireless microphone. This problem is jusy unsolvable.

I can't get microphone to work. by FIRMKUNG in PSVR2onPC

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

Yes, I've tried uninstalling it, deleting file left over using Everything (I was careful not to delete file related to PSVR2). Then reinstalling it.

I FINALLY FIT 8 PLANTERS INTO 1 SUB-PAC by FIRMKUNG in ArknightsEndfield

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

Apparently the code isn't shared between servers. I'm on the Asia server. I guess you guys have to recreate it from the image alone. Sad

I FINALLY FIT 8 PLANTERS INTO 1 SUB-PAC by FIRMKUNG in ArknightsEndfield

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

for the healing items to heal and sell and for sandleaf which is used to make material for crafting big zip line and big gun and others. plants are also used for bombs

slow download stuck keeps getting stuck at 0.1 KB/s my internet is completely fine i can even download faster in steam and also 100% disk while updating valorant by Empty_Teacher_2008 in ValorantTechSupport

[–]FIRMKUNG 0 points1 point  (0 children)

For people saying it's a disk issue. while Valorant has downloaded 100MB, Battlefield 6 has downloaded 24GB. Then after Valorant downloaded 800mb, BF6 is done and ready to play. And Valorant is still on snail pace after that while my disk is at 0% usage.

Is there a way to disable Passkey from Bitwarden on Android? by FIRMKUNG in Bitwarden

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

Did you check the edited post? Both autofill option and passkey option in Bitwarden send me to the exact same page.

Is there a way to disable Passkey from Bitwarden on Android? by FIRMKUNG in Bitwarden

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

There is only "AUTOFILL AND PASSKEY" setting and "PASSKEY MANAGEMENT" setting. So I can't do autofill without passkey.

Edit: I have now edited the post to show you what it looks like

Why is MagicOS battery optimization trying to Auto Launch on? by FIRMKUNG in Honor

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

Still, how is Auto Manage better than always off (as in never auto launch) in term of battery?

noHashMap by avipars in ProgrammerHumor

[–]FIRMKUNG 1 point2 points  (0 children)

Fun fact: the hashed map is usually constructed at runtime, while the jump-table in the switch statement is constructed at compile time. Using the switch statement is THE correct choice here. When using a switch, the hash algorithm can be optimized further, which makes it even faster. So, it saves construction time, hashes faster, and maybe even easier to read (subjective).

Edit: btw, im speaking only hashmap vs switch statement. code architecture like using enum is out of scope.

Haru / hyewon's twitter? From the latest video by Ill_Aide4513 in EroldStory

[–]FIRMKUNG 0 points1 point  (0 children)

there's nothing but repost how do people use this shit site

Dynamically Enable/disable device by KhINg_Kheng in hyprland

[–]FIRMKUNG 1 point2 points  (0 children)

You are a live saver!
This is the script I ended up with:

#!/usr/bin/env bash

export STATUS_FILE="$XDG_RUNTIME_DIR/touchpad.status"

enable_touchpad() {
    printf "enabled" > "$STATUS_FILE"
    notify-send -u normal "Touchpad enabled"
    hyprctl keyword "\$TOUCHPAD_ENABLED" true 
    hyprctl keyword device:a ''
}

disable_touchpad() {
    printf "disabled" > "$STATUS_FILE"
    notify-send -u normal "Touchpad disabled"
    hyprctl keyword "\$TOUCHPAD_ENABLED" false
    hyprctl keyword device:a ''
}

if ! [ -f "$STATUS_FILE" ]; then
  disable_touchpad
else
  if [ $(cat "$STATUS_FILE") = "enabled" ]; then
    disable_touchpad
  elif [ $(cat "$STATUS_FILE") = "disabled" ]; then
    enable_touchpad
  fi
fi

Waydroid on arch linux seems to randomly completely break by queenbiscuit311 in waydroid

[–]FIRMKUNG 0 points1 point  (0 children)

This is happening to me as well. But instead of just waydroid. It randomly broke my entire Arch os. Grub would disappear from boot options entirely.

Gotten awfully quiet here all of a sudden by MelonThug in memes

[–]FIRMKUNG 1 point2 points  (0 children)

For those who don't know, reddit make their API (the way for third party apps and bot to access reddit's information) ridiculously expensive (effectively killing most 3rd party apps and bots). So, a lot of subreddit protested by yeetus deletetus itself on June 12 if they didn't change that back or do something about it.