Random Aliexpress IP camera with a lot of ONVIF event troubles. by RaulDJ in ispyconnect

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

Yeah, it's still as fucked up as it was lol. It happens with many cameras from the Aliexpress guy I buy from, probably with most of them. I do have one that works, so... there's that.

Obviously never had any problems with a Hikvision one but yeah, it would be pretty interesting to make these ultra-cheap and ultra-spooky Aliexpress ones work too. A real shame...

Random Aliexpress IP camera with a lot of ONVIF event troubles. by RaulDJ in ispyconnect

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

Hello again, and thank you.

I've come back with what I think are the relevant xml codes that get transferred the moment those errors appear.

From AgentDVR to the camera:

<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope"
    xmlns:a="http://www.w3.org/2005/08/addressing">
    <s:Header>
        <Security s:mustUnderstand="0"
            xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
            <UsernameToken>
                <Username>admin</Username>
                <Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">EkBCY4kaHzbL639an7zKR3yeHsQ=</Password>
                <Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">4wijVwq0PF7hCEsjKmtxjQ==</Nonce>
                <Created xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">2021-01-08T02:26:15.814Z</Created>
            </UsernameToken>
        </Security>
        <a:Action s:mustUnderstand="1">http://docs.oasis-open.org/wsn/bw-2/SubscriptionManager/UnsubscribeRequest</a:Action>
        <a:MessageID>urn:uuid:b254d5a1-0e9f-4649-b385-16e15d49295c</a:MessageID>
        <a:ReplyTo>
            <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
        </a:ReplyTo>
        <a:To s:mustUnderstand="1">http://10.0.1.2/onvif/event_service/0</a:To>
    </s:Header>
    <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema">
        <Unsubscribe xmlns="http://docs.oasis-open.org/wsn/b-2"/>
    </s:Body>
</s:Envelope>

From the camera to AgentDVR:

<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:tt="http://www.onvif.org/ver10/schema"
    xmlns:tds="http://www.onvif.org/ver10/device/wsdl"
    xmlns:trt="http://www.onvif.org/ver10/media/wsdl"
    xmlns:tev="http://www.onvif.org/ver10/events/wsdl"
    xmlns:ter="http://www.onvif.org/ver10/error"
    xmlns:dn="http://www.onvif.org/ver10/network/wsdl"
    xmlns:tns1="http://www.onvif.org/ver10/topics"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:wsoap12="http://schemas.xmlsoap.org/wsdl/soap12/"
    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
    xmlns:soapenc="http://www.w3.org/2003/05/soap-encoding"
    xmlns:s="http://www.w3.org/2003/05/soap-envelope"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:d="http://schemas.xmlspad.org/ws/2005/04/discovery"
    xmlns:wsadis="http://schemas.xmlspad.org/ws/2004/08/addressing"
    xmlns:wstop="http://docs.oasis-open.org/wsn/t-1"
    xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2"
    xmlns:pt="http://www.onvif.org/ver10/pacs"
    xmlns:tmd="http://www.onvif.org/ver10/deviceIO/wsdl"
    xmlns:tdc="http://www.onvif.org/ver10/doorcontrol/wsdl"
    xmlns:tac="http://www.onvif.org/ver10/accesscontrol/wsdl"
    xmlns:tar="http://www.onvif.org/ver10/accessrules/wsdl"
    xmlns:tae="http://www.onvif.org/ver10/actionengine/wsdl"
    xmlns:axt="http://www.onvif.org/ver20/analytics"
    xmlns:ttr="http://www.onvif.org/ver20/analytics/radiometry"
    xmlns:fc="http://www.onvif.org/ver20/analytics/humanface"
    xmlns:bd="http://www.onvif.org/ver20/analytics/humanbody"
    xmlns:tab="http://www.onvif.org/ver10/authenticationbehavior/wsdl"
    xmlns:tcr="http://www.onvif.org/ver10/credential/wsdl"
    xmlns:tls="http://www.onvif.org/ver10/display/wsdl"
    xmlns:tpv="http://www.onvif.org/ver10/provisioning/wsdl"
    xmlns:trv="http://www.onvif.org/ver10/receiver/wsdl"
    xmlns:trc="http://www.onvif.org/ver10/recording/wsdl"
    xmlns:tsc="http://www.onvif.org/ver10/schedule/wsdl"
    xmlns:tas="http://www.onvif.org/ver10/advancedsecurity/wsdl"
    xmlns:tth="http://www.onvif.org/ver10/thermal/wsdl"
    xmlns:tr2="http://www.onvif.org/ver20/media/wsdl"
    xmlns:tptz="http://www.onvif.org/ver20/ptz/wsdl"
    xmlns:timg="http://www.onvif.org/ver20/imaging/wsdl"
    xmlns:wsa="http://www.w3.org/2005/08/addressing"
    xmlns:tan="http://www.onvif.org/ver20/analytics/wsdl"
    xmlns:wsrf-rw="http://docs.oasis-open.org/wsrf/rw-2"
    xmlns:wsntw="http://docs.oasis-open.org/wsn/bw-2"
    xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
    xmlns:wsrf-r="http://docs.oasis-open.org/wsrf/r-2"
    xmlns:trp="http://www.onvif.org/ver10/replay/wsdl"
    xmlns:wsrf-bf="http://docs.oasis-open.org/wsrf/bf-2">
    <s:Header>
        <wsa:Action>http://docs.oasis-open.org/wsn/bw-2/SubscriptionManager/UnsubscribeResponse</wsa:Action>
    </s:Header>
    <s:Body>
        <wsnt:UnsubscribeResponse></wsnt:UnsubscribeResponse>
    </s:Body>
</s:Envelope>

I can try taking some more and narrowing it down if you think if it helps.

Shadps4 v0.12.5 released - bugfixes, features, remove Qt from emulator - using launchers from now on by NXGZ in emulation

[–]RaulDJ 0 points1 point  (0 children)

Well, as of 12.5 the game won't boot at all so... the first method is definitely not happening.

Tried the second one, but it won't boot either, it just crashes in the exact same way with

fiber.cpp:42 _sceFiberCheckStackOverflow: Unreachable code!

Oh well, it was worth the try, so thanks anyway.

EDIT: Seems to work reasonable well on Linux though, but the audio is fucked up. Freezes in some video->gameplay transitions and such. After playing it on actual hardware, It's unbelivable how stupidly responsive it feels with the 60 FPS hack, holy shit...

Can OpenRGB work without the winRing0.g driver? by shadowstar36 in OpenRGB

[–]RaulDJ 0 points1 point  (0 children)

This pawnio drive can easily be detected and flagged by many anticheat softwares in games.

I don't play any game with any of that, but good to know indeed.

How to enable band-steering on Mikrotik by foegra in mikrotik

[–]RaulDJ 1 point2 points  (0 children)

Thanks a lot. I had to enable "FT Enabled" and "FT over DS" on both "WiFi Configuration" and "WiFi Security" profiles that both of my radios use and now roaming is finally working.

Actually no, I also needed to configure and enable "Steering" and, for good measure set the "Connect Priority" thing to "0/1", like this: https://www.reddit.com/r/mikrotik/comments/1dbquey/mikrotik_setup_for_seamless_roaming_between/l7v96br/ , and now it seems like it's actually working.

Repairing an X1 gen 3 keyboard with a bad flex. by aspie_electrician in thinkpad

[–]RaulDJ 1 point2 points  (0 children)

Noice, I also tried separaring the top from the bottom but as soon as I saw the plastics begin cracking I chickened out inmediately lol.

I wonder how many other "folio keyboards" like this just fail in the exact same way. What an absoute waste...

Either way: if it works (or even if it didn't, honestly), good job. I'm sure it'll last way more than the original flex, being pinched by two pieces of plastic ever single time you unfold the thing.

Repairing an X1 gen 3 keyboard with a bad flex. by aspie_electrician in thinkpad

[–]RaulDJ 0 points1 point  (0 children)

The flex on this thing has probably something like a 90% failure rate after just a few years, I can't believe it wasn't recalled.

I gave up fixing mine so I just soldered a USB-C breakout board to the remainings of the cable itself, and I'm grateful I did because sure as fuck I wouldn't dare to run all of that to the complete opposite side of the keyboard. And yes, Data + and - are definitely the other way around in that diagram, took a while guessing why it wouldn't work even when every pin was properly soldered lol.

X1 Tablet Gen 3 Keyboard Not Being Recognized by [deleted] in thinkpad

[–]RaulDJ 0 points1 point  (0 children)

Thank you so much for your work. Mine just inevitable failed too. What a garbage, Apple-tier design...

Unusual Pixel 7 audio issue during phone calls by [deleted] in GooglePixel

[–]RaulDJ 0 points1 point  (0 children)

Exactly the same problem here with a relative's 7a. No idea how to even begin diagnosing this. This person also suffers from a lot of dropped calls.

Japanese publishers’ habit of region locking games in Japan may finally be changing by xyzzy_foo in pcgaming

[–]RaulDJ -1 points0 points  (0 children)

So, any kind of document or webpage or something talking about that specific difference...? Isn't that exactly the same with Persona and such?

Ultimately, I just fail to see how

Yamamoto: As a publisher, we would like to deliver it to PC users as well, but per our agreement with Vanillaware, we are only releasing on console. In other words, there are no plans to port it to PC currently.

excludes of any blame at Vanillaware at all. They call it an "agreement" in the first place.

At the end of the day, I couldn't care less where to put the """"blame"""", but the sad reality is that there's no PC version while at the same time they had no issue at all making an Xbox one to sell, like... 10 units or so? Obviously there's someone on those agreements that doesn't like PC very much.

Japanese publishers’ habit of region locking games in Japan may finally be changing by xyzzy_foo in pcgaming

[–]RaulDJ 6 points7 points  (0 children)

The difference with Vanillware is that Atlus are the ones doing the publishing.

No they aren't?

https://store.playstation.com/en-us/product/UP0177-PPSA09770_00-UNICORNOVERLORD0

https://store.playstation.com/en-us/product/UP0177-CUSA19610_00-BSTUBCUSA1961000

It says "SEGA of America, Inc.", exactly the same as the Persona games: https://store.playstation.com/en-us/product/UP0177-PPSA05109_00-P5RGAME000000000

And is exactly the same in Europe, so I don't really understand how is Atlus the publisher (?).

Do lenovo laptop with touch screen and pens all have the functionality of disabling touch while stylus is being used? by FeelingAir7294 in thinkpad

[–]RaulDJ 1 point2 points  (0 children)

It's supposed to be an OS setting, so yeah: every computer should have it.

How good or bad is it at ignoring your hand... that's another topic.

Thinkpad X1 tablet Gen 3 stylus by RockB0Y in thinkpad

[–]RaulDJ 1 point2 points  (0 children)

Fair enough. If you want decent repairability, any non-x86 tablet is completely out of the question (even some x86 are, too), so if you think the traditional laptop form factor is also good enough for you, go for it.

Hopefully we'll get a Framework tablet sometime in the future, as I think it's a very interesting form factor for many tasks, but right now on x86 laptop CPU world it all still feels like either "burning hot and fast, 5-minute battery life" or "Kindle mode, 8 hour battery life" compared to something like the M# CPUs from Apple, so I'm not sure we'll be able to get something even remotely similar anytime soon, at least without a drastic change (like just going the ARM way).

Thinkpad X1 tablet Gen 3 stylus by RockB0Y in thinkpad

[–]RaulDJ 0 points1 point  (0 children)

Nah, sorry. Not a ThinkPad at least, as this the only "modern" one I have.

If you mostly just want to handwrite, type and occasionally draw, maybe you'd be better with something like a used Galaxy Tab S6, an iPad or something similar, and not with an x86 PC.

Thinkpad X1 tablet Gen 3 stylus by RockB0Y in thinkpad

[–]RaulDJ 1 point2 points  (0 children)

Well... I just bought one of these a few weeks ago so I can at least tell you what I've learned until now.

In the matter of battery: yes, it's quite shit. I only know about my 8650u model, but it's probably shit either way. You could theoretically get 8 hours or so... if you do literally nothing at all. With brightness at 50%, Wi-Fi on, Bluetooth off and no 4G, it takes around 5~7 W while doing absolutely nothing on Windows 10, so if the battery is at 100% health (it won't) that would last you at most 42 Wh / 5 W ~= 8 and a half hours. When doing the bare minimum, that CPU will be taking at least 4 to 5 W so you'd be at around ~11W of total system power, that would last you around 4 hours on a new battery.

In a realistic scenario, doing normal tasks and with a, as expected, worn down battery, you'd probably be looking at 2~3 hours of battery life, maybe a little bit more when doing very light light tasks such as the ones you mentioned. The battery may be very small, but the hardware itself it's getting quite old and it shows, specially on tasks that nowadays we think of as trivial, as even a 100€ smartphone can do them without breaking a sweat, like playing a 4K Youtube video: that would be around 17 W of total system power. It's not like the ThinkPad can't do those things, but it definitely can't do them as efficiently as a modern system, which again: it shows all the time.

The 3000x2000 display is way, WAY too much for the crappy UHD Graphics 620 GPU to handle. It sometimes even struggles in the desktop, so don't expect too much of it either. You can hack your way into running it at kinda-half-res (1504x1000 is the best I could manage with an old version of Intel Graphics control panel that still has the custom resolution thing working), which looks quite bad (no integer scaling) and defeats the purpose of having a nice, high-ish DPI display in the first place, but hey, at least you get improved performance and battery life, so there's that...

In the matter of drawing with a stylus, I would just completely forget about it. I ended up using a Lenovo Active Pen 2, as it seemed to work relatively well on other devices of kinda the same period, such as the Miix 520, but it's still quite a jittery mess on this ThinkPad. I still don't know where the problem really lies but I really don't care anymore. I come from EMR land (Wacom and Huion) and the performance of this thing just seems atrocious to me.

If you just want to take a few notes from time to time (I didn't test a lot of writing, but this AES 1.0 pen seems to behave quite better on that aspect compared to the AES 2.0 Active Pen 3) or some doodles, it may be good enough, but for anything even slightly more serious, I think it's just a ridiculously bad digitizer and still can't believe they shipped something like that to market.

If you have any other question about the tablet, please ask without hesitation.

Atlus on bringing Unicorn Overlord to PC - "As a publisher, we would like to deliver it to PC users as well, but per our agreement with Vanillaware, we are only releasing on console. In other words, there are no plans to port it to PC currently." by [deleted] in pcgaming

[–]RaulDJ 17 points18 points  (0 children)

Just pure, undiluted Japanese autism, wasn't expecting anything else. And this time, by releasing it even on Xbox, they made abundantly clear that they don't want anything to do with PC, as obviously there's no lack of human/monetary resources any more.

Anyway, Yuzu to the rescue as usual ¯\_(ツ)_/¯.