Faheem Pervez

Results 19 comments of Faheem Pervez

Also got this message. I also got an email in my inbox from Google right away: > We recently blocked a sign-in attempt to your Google Account > > **If...

> Given that this extension is open source, I can assure you that the your login data is handled safely. My apologies, I didn't mean to imply that there's anything...

> So you want PMX to receive an Intent to trigger ADB connection and restart Watcher. Right? Exactly. My phone isn't rooted so I have Tasker/Termux connect to ADB using...

Yes. Once paired (and with the "Disable adb authorisation timeout" developer option turned on just to make sure the pairing isn't forgotten after some time), you can pretty much have...

Hi, Thanks for this, and for the recent switch to an autotools-based system. I managed to build the Firefox variant of this (curl-impersonate-ff.exe and libcurl-impersonate-ff-4.dll) on 64-bit Windows 11 with...

I appear to have been exaggerating. By automation, I tend to mean in the CI/GitHub Actions sense, but I guess that could also mean someone running a script after preparing...

> I'm afraid you need to do that yourself. Once you get a routine that refreshes the screen you can paste it here and we can integrate it I have...

Yeah, that's understandable. I found the receiver in the boot-framework: ```java // android.app.activity: private Window mWindow; public void onReceive(Context context, Intent intent) { if ("android.eink.force.refresh".equals(intent.getAction())) { int intExtra = intent.getIntExtra("rightnow",...

Oh, duh, sorry. I created a Hello World app in Android Studio, dragged a button and then put this in: ```java Button button = (Button) findViewById(R.id.button); button.setOnClickListener(new View.OnClickListener() { public...

Oh, wow, after just now hearing of `kdeconnect-cli` and trying it myself, I do not disagree. At least this isn't the code where it reads processes' environment variables... But I...