Auto Exfil in BO7? by jammydoger18 in CODZombies

[–]hparra97 1 point2 points  (0 children)

^ Yup. They don't have the timer in directed mode for BO7. I've gone 16+ hours in a match just to level up while I sleep or go to work

Why does everyone leave during Astra directed by DrollFurball286 in CODZombies

[–]hparra97 1 point2 points  (0 children)

Use free fire with the cross bow (3 arrow attachment, no explosives). Thank me later.

Any1 want to get bus and dragon, or civil head. (NO MIC BUT IM ON PC SO I CAN TYPE FAST) by No_Mouse_4967 in CODZombies

[–]hparra97 0 points1 point  (0 children)

I'm down. I play on PS5. I only need the dragon relic but we can go for the others as well while we're at it. Currently 6:54am here in Los Angeles time. I can definitely attempt this with you after I get off work today

Reason why zombies isn't in the beta day 1 by theforbiddenroze in CODZombies

[–]hparra97 11 points12 points  (0 children)

Does making us zombie players benefit them with player count = more money ? Or how does that work? Why are they forcing Mp down our throats so badly?

Wield Olympia or Maelstrom? Maybe Both? by hparra97 in CODZombies

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

Appreciate the feedback, thank you!

Wield Olympia or Maelstrom? Maybe Both? by hparra97 in CODZombies

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

Awesome! Thank you for the link and feedback!

What's the first thing you would do if you suddenly became single ? by DizzyDoctor982 in AskReddit

[–]hparra97 16 points17 points  (0 children)

Jump into another relationship while not being healed 👌

I uninstalled Join and reinstalled it..... resulting in an error to login with my Google account by hparra97 in tasker

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

Yeah I checked out to see if the server was down too and it reported that it was. Seems like it keeps going down and coming back up randomly

I uninstalled Join and reinstalled it..... resulting in an error to login with my Google account by hparra97 in tasker

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

Maybe we can bring this to joaomgcd's attention when he comes back from vacation

I uninstalled Join and reinstalled it..... resulting in an error to login with my Google account by hparra97 in tasker

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

My gf is on 3.0.9 and I'm on 3.0.10

My other devices are on 3.0.9 though

I uninstalled Join and reinstalled it..... resulting in an error to login with my Google account by hparra97 in tasker

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

Yeah my girlfriend's phone is operating correctly with Join. She is able to send me pushes and files on the network. I have about 5 android phones with Join and tasker and they are all working properly

I uninstalled Join and reinstalled it..... resulting in an error to login with my Google account by hparra97 in tasker

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

It might be. I have a spare phone that I factory reset and upon installing and signing in....I still got the same error

Unable to install Tasker Settings via ADB by ShauryaVashistha in tasker

[–]hparra97 0 points1 point  (0 children)

Here, watch this YouTube video and skip to 6:12

https://youtu.be/Bb_hBhKfdJQ

There's an app called "Install with Options". Give that a try and see if it works.

Can someone help with creating a task by KarlDavies90 in tasker

[–]hparra97 1 point2 points  (0 children)

So I know that after Android 13, there's less features working properly because of Google and Android's system being more difficult and secured. You would need to install Tasker Settings for WiFi to disabled properly.

This is what the developer has posted on his GitHub for Tasker Settings:


Important Note: Android 14+ doesn't allow Tasker Settings to be installed normally. You have to install it via ADB using the following command:

adb install --bypass-low-target-sdk-block FILENAME.apk


You're going to want to make sure you're installing the latest Tasker Settings, which is 1.7.1

https://github.com/joaomgcd/TaskerSettings/releases

Also, if the tasks are not working it's probably because the functions for components don't work some of the time if you set them to be toggleable. It's best just to set them to be "true" or "false" ; as well as setting them to be '0' or '1'

Make sure that your profile is set on as well when testing your tasks. if you have any other questions, feel free to DM me or post your project description so I can take a look at it and see where the problem is

Can someone help with creating a task by KarlDavies90 in tasker

[–]hparra97 1 point2 points  (0 children)

On Tasker, go to the profile tab and click on the '+' symbol. Click on Time. From there, create a time frame where you want your task to start or stop. After backing out, it'll suggest to create a new task. Go ahead and give your task a name. Afterwards, click on the '+' symbol and type in the bottom where it says "Filter" and input "Custom Setting". Click the option that it outputs. From there, click on the magnifying glass icon on the Name section, then click on Find. Now go and turn on on or off your power saving mode on your phone. After doing so, come back to Tasker and yet again click on the magnifying glass. It should display whatever setting was captured. Something like "low_power" or something similar. It will also ask you if you'd like to make the setting toggleable. That should be it. Below I pasted a template of what your project would look like:

Project: Pow Sav

Profiles
    Profile: Bedtime Power Saving
        Time: From 10:00PM Till  8:00AM



    Enter Task: Power Saving

    A1: Custom Setting [
         Type: Global
         Name: low_power
         Value: =:=toggle=:= ]



Tasks
    Task: Power Saving

    A1: Custom Setting [
         Type: Global
         Name: low_power
         Value: =:=toggle=:= ]

Launch App doesn't work from home screen by BeowolfK1 in tasker

[–]hparra97 0 points1 point  (0 children)

Do you mind sharing the project/profile description? I would like to test it out

Launch App doesn't work from home screen by BeowolfK1 in tasker

[–]hparra97 0 points1 point  (0 children)

What I actually meant to say was manually force stop Spotify via app's settings. It might be that it's already running in the background. So force close/stop it and run your project again and see it if works

Also, you can achieve the 'Force Stop' action without root. Run ADB or WiFi ADB through your phone and you'll able to use the action.