Jump to content

UCyborg

Platinum Sponsor
  • Posts

    2,587
  • Joined

  • Last visited

  • Days Won

    28
  • Donations

    100.00 USD 
  • Country

    Slovenia

Posts posted by UCyborg

  1.   Is the old way of accessing still complaint with the SCA? Customer's knowledge - password, customer's possession - certificate.

    3 hours ago, jaclaz said:

    Iron, 43.0.2300.0

    This one should still render it properly with default configuration at least (just the background color, shouldn't be oversized).

    3 hours ago, jaclaz said:

    XP SP2 (yes I know)

    Sure you do. :P

    43 minutes ago, siria said:

    Noticed it only five days ago, but in my case (old K-M) the size is the same, here I only see the different background color.

    I don't only notice it, but it's actually irritating to my eyes.

    Edit:

    7 minutes ago, Wunderbar98 said:

    The first instance does not have obvious tags, additional instances include 'font-size:1.3rem'. Chrome must display this, other browsers maybe ignore.

    That's interesting, so only Iron on @jaclaz's machine takes this into account for some reason?

  2. Didn't mention this yet, but at some later point, I've confirmed that the app was only picking up on SELinux status somehow, so removing Magisk for the activation process was unnecessary. Maybe the more accurate description is that permissive SELinux lets the app see something it doesn't like, but I'm unable to confirm that theory.

    I'd report the issue to Magisk developer to help improve MagiskHide, but unless you actually know the technicalities on how some app is picking that your device is not "clean" (https://github.com/topjohnwu/Magisk/issues/1152), it's pointless.

    Some banks still send you the SMS with the code to confirm it's really you rather than rely on the app. In my case, the reliability of the particular app is also a problem. You don't get a lot of bad user reviews on Google Play unless your app is really fishy.

    4 hours ago, Gansangriff said:

    Actually, there is a root checking taking place on my bank account too.

    The title of this topic refers to: https://en.wikipedia.org/wiki/Rooting_(Android) Financial apps don't like rooted phones.

     

    Regarding COVID-19 app in this country, they called it #OstaniZdrav (translates to #StayHealthy) and since 14th December, if you cross your municipality's border and your reason is not one of the allowed exceptions for which you have a confirmation like a permit from your employer, you're permitted to move around if you have the activated app on your phone. If a cop pulls you over and you have neither, you're either warned or pay a fine, then sent back to where you came from.

    There are reported reliability issues with the app, a lot of people don't have the smartphone, others don't have the phone that would support the app (it requires Android 6.0+), it's considered unconstitutional since there's no alternative for those that can't use it for one reason or another etc. etc.

    The whole crisis has turned into a political game and people have had bad attitude since the beginning. Your typical Slovene's mentality, even when reasonable measures were just recommended rather than enforced: "It's recommended, therefore, it only applies to others, not me.". They've opened up certain shops/services temporarily recently until the holidays and of course people rushed there in big numbers as usual. Third wave is already anticipated for the next year. Slovenia is currently at the top in the deaths per million (last 7 days) criteria, according to this: https://www.statista.com/statistics/1104709/coronavirus-deaths-worldwide-per-million-inhabitants/

    App or no app, I don't think it matters at this point.

  3. UMDF drivers are bundled in WMP11 installer and may either be installed automatically along with WMP11 or separately by running two installers packed inside WMP installer file.

    When I got those drivers ready, it still wouldn't work, device wouldn't be installed (as if drivers were missing). I had to find the device key in registry under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB and modify CompatibleIDs setting by adding USB\MS_COMP_MTP at the top then finally trigger the driver update from Device Manager. Afterwards, the device was installed successfully and showed in My Computer.

    USB debugging enabled in Android may also prevent MTP from being seen on the computer if ADB drivers aren't installed and working, so my advice to anyone would be to start with USB debugging disabled and worry about that after you get MTP alone working.

  4. On 12/10/2020 at 12:30 PM, UCyborg said:
    On 12/10/2020 at 10:44 AM, j7n said:

    I do notice sluggish performance of the NM28 browser after a longer session, as if some tabs are still open in the background, consuming memory and CPU time.

    Old bugs inherited from the old Firefox codebase that appear to have been fixed in later official Firefox releases.

    Not so sure about that anymore after a bit more testing. The whole multi-process thing just makes it easier to reclaim memory since you can just terminate the process without having to deallocate explicitly allocated memory.

    I think browser devs in general should slow down a bit and go back to basics.

  5. Web browser (and/or graphics driver DLL) may also leak memory and those damned multi-process browsers take significant amount of memory before you even open any website.

    10 hours ago, Jaguarek62 said:

    How? When I boot up my computer I use for work, immediately my ram usage is through the roof. https://prnt.sc/w4n0xu

    My work laptop (Win10 1809 x64) idles at about 3 GB, but I didn't set it up from scratch and I might have left some less obvious stuff running, which accumulate. Initially, idle RAM usage was about 5 GB and both MS SQL and MySQL servers were running in the background. The same OS build on my home desktop would usually be at 1,3 GB.

    A screenshot from my personal laptop (Win10 1809 x86):

    aOywZPd.png

    It can get tight, but I can work with that. The most impactful change regarding resource usage that I tend to do is that I disable Windows Defender, though I suppose that's not the most suitable configuration for the common folk.

  6. Aye. And guess what's the alternative...another app...HID Approve, exists as Android 5+ app and as Windows 10 UWP app. :}

    And they suggested it without sending me the user name and activation code. When I asked them about those, they just sent me the link to the same instructions saying I need to input the user name I'm supposed get in the email and the code which I'm supposed to get in the SMS. I guess the user name is the same as the one used to login to the bank site, but no sign of the SMS neither.

    People are insufferable.

  7. There is indeed a difference between VLC versions due to what kind of icons developers chose to put on the buttons. But this topic was started as a discussion for the solution about the technical problem that happens under specific circumstances and causes the application to render GUI in the old fashion, like how it was always done before Microsoft added visual style functionality in Windows XP.

    The topic was also initially placed in Vista sub-forum, which I think was appropriate, considering it is related to Vista specific issue. The workaround ensures theming works for the application so the buttons and other GUI elements get background texture from Microsoft's Aero theme. That's all there is to it.

    It doesn't seem like this discussion is going anywhere, so I believe that unless there is an interest in fixing the issue at the OS level, we can just call it a day.

    BTW, I have tested the following code snippet:

    SetDefaultDllDirectories(LOAD_LIBRARY_SEARCH_SYSTEM32);
    HMODULE hUxThemeLib = LoadLibraryExW(L"C:\Windows\System32\UxTheme.dll", NULL, LOAD_WITH_ALTERED_SEARCH_PATH);

    It works as expected on Vista. So if the code that loads UxTheme.dll used the absolute path, there wouldn't be a problem. It's also done like that on Win7.

  8. My computer went to sleep yesterday and then didn't wake up, just fans were spinning, it didn't respond to reset button. Turning it off and on again, no change. I took the card out and then it started working.

    Guess I'm better of buying a new ethernet card. It isn't as much of an emergency as long as the phone works. There's no cable setup in this house, but sometimes I plugged the PC to my laptop, which has ethernet and wireless adapters bridged so that way I could connect the PC directly to the home network without having a NAT point in the way.

    The backstory is that I've apparently damaged onboard ethernet card by accidentally plugging in PS/2 keyboard while the computer was on. It's still detected by the OS, but AI NET 2 in BIOS reports funky status for pairs 4-5 (alternates between "Open" and "Failed") and 7-8 (constant "Open"). The normal status is "Normal".

    I don't suppose it can be fixed and even if it was taken somewhere for the repair, I imagine the cost would go way beyond the price of a new ethernet card. Oh well...

  9. When I thought this was solved...over a week ago, I got some vague error on the web page after confirming logon credentials, the push notification didn't arrive on the phone. It arrived on second try, but after confirming it on the phone, I get another vague error on the phone and this error persists. I can still get in with emergency one-time password, but it's only meant as a means to reset a forgotten password. If some action will have to be confirmed on the phone, it's going to be a problem.

    Absolutely nothing has changed on my device, I even restored backup of data partition from the time it worked, but all that did is that now even the push notification doesn't arrive anymore when trying to get in the normal way. Maybe because I reactivated the app some time after the backup because I wanted a different PIN that can't be changed otherwise. It still doesn't arrive when restoring the current state.

    I think the time has come to go somewhere else. I might have just found a suitable alternative, even better at some other aspects besides online banking.

  10. 11 hours ago, Dixel said:

    @TECHGEEKusually has the most rare problems , unique problems I'd say , which others don't.

    This is quite easily reproducible. I've known about the existence of this issue on Vista for a while, though never looked into it deeply.

    11 hours ago, Dixel said:

    I've never had any issues with VLC's Aero on Vista . It worked without any patching , as you can see by my first post in this topic , before your suggestion

    Your screenshots make it really hard to see the problem due to whatever customizations you applied.

    2 hours ago, win32 said:

    So what has problems is uxtheme.dll.

    I forgot about that DLL and the fact that even old programs that use older comctl32.dll still have skinned scrollbars and menus, so that's another clue.

    2 hours ago, win32 said:

    LoadLibraryExW("uxtheme.dll", 0x0000000000000000, LOAD_WITH_ALTERED_SEARCH_PATH) called from "USER32.DLL" at address 0x0000000076941879.
    LoadLibraryExW("uxtheme.dll", 0x0000000000000000, LOAD_WITH_ALTERED_SEARCH_PATH) returned NULL. Error: The parameter is incorrect (87).

    Bingo! LOAD_WITH_ALTERED_SEARCH_PATH flag may only be used with absolute path to the DLL, otherwise the behavior is undefined.

  11. 10 hours ago, jaclaz said:

    Actually AFAIK the "temporary" partition ID used by Partition Magic was 0x3C:

    https://www.win.tue.nl/~aeb/partitions/partition_types-1.html

    You're right, I didn't have the list opened so was going from my memory...

    10 hours ago, jaclaz said:

    If a given volume has been (once) mounted in the second (on second partition) intance of windows it will have two entries in the Registry in Dosdevices (not connected to partition ID), it is possible that Windows tries to access the volume nonetheless and does something triggering the need to run CHKDSK.

    It was definitely mounted in the past. I forgot to mention, if I have already booted Windows on partition 1, before I hibernate it to boot OS on partition 2, I have to give that partition a drive letter (let's assign a letter H) then run the following:

    mountvol H: /P

    Otherwise the OS on partition 2 will be upset. Has to be done once per clean boot of OS on partition 1. It's like the action done by mountvol doesn't persist across reboots. I'll have to check what mountvol reports for partition without drive letters that I have run the previous command on after reboot, right after the running the command it says: *** NOT MOUNTABLE UNTIL A VOLUME MOUNT POINT IS CREATED ***

    10 hours ago, jaclaz said:

    as a side note it would be interesting to know WHY you do that procedure

    I figured I can do that to save session in one OS, then I can go try something in another OS and then be back right back where I left. And since this doesn't reset uptime timer and everything else to reload from scratch, it doesn't disrupt seeing how the OS fares with longer periods without rebooting. But when two Win NT 6.x+ OSes are involved, this little problem occurs.

    10 hours ago, jaclaz said:

    Personally I would rather make a backup of the bootsector (only the first sector) then 00 it all (and later restore the backup).

    So first 512 bytes of partition I want to hide (I've verified that sectors are 512 bytes on my disk)?

  12. Sure, they look a bit different. But @TECHGEEK was referring to the problem that has to do with comctl32.dll library, which happens if you call SetDefaultDllDirectories.

    I was wrong about the version of comctl32.dll being loaded though. Even unmodified VLC loads the correct version, so the problem is something else. Can't really say if it's the library itself or some other component.

    I guess the first time I noticed the problem with another program, I didn't actually check with Process Hacker and made assumption since the classic theme looking controls are common with old software that don't have a directive embedded in the manifest to load the version 6 of library (details).

    Older versions of the library don't support visual styles, version 6 supports both visual styles and classic look.

  13. Besides shutting the other OS down, because if it contains Windows, it can only be unmounted with full shutdown. I looked at the list of known partition IDs provided by fdisk (not the ancient DOS fdisk, but the one you typically get with Linux distros), one of them is 0x3F 0x3C, which is/was supposedly used by PartitionMagic software to prevent Windows from touching the partition while it's being modified.

    However, Windows 7 and later apparently do something with the other partition, regardless if its ID is 0x3F 0x3C or whatever other unrecognized ID or even the special ID marking it as hidden. So if I hibernate Windows instance on partition 1, change partition 1's ID from Linux, boot the Windows instance on partition 2, that actually has automounting disabled, then reboot to Linux, restore partition 1's original ID and reboot to Windows instance on partition 1, that instance will notice something funny on its NTFS file system and want a reboot to run chkdsk.

    Windows XP seems to leave the partition alone, if it has either an unrecognized ID or special ID marking it as hidden, but newer Windows versions are menaces in that regard. So maybe I should change something else to make the partition unrecognizable, perhaps changing its magic number "NTFS    " to something else. Thoughts?

  14. 49 minutes ago, TECHGEEK said:

    Yes, I see what VideoLan did to VLC. Those Win10 buttons look very boring, don't you think :puke:? I hate those square, bland buttons.

    They didn't do anything, it uses buttons provided by the operating system by default.

    54 minutes ago, TECHGEEK said:

    However, VLC on Windows 7 looks like how it is supposed to look on Vista also with proper, curved buttons, somewhat matching with Aero design (without modifications to vlc.exe).  Peculiar.

    Because Win7+ doesn't have the bug that Vista has.

  15. Right, 64-bit Windows sucked on that laptop. I'm still of opinion that the whole 64-bit thing is way overrated. Sure, maybe some tasks are faster, but you gotta take into account that 64-bit code takes more space, fills CPU caches faster etc.

    Edit: though 64-bit OS is probably the cleanest approach to be able address more RAM. I'm just not convinced about every user application being compiled in 64-bit mode.

  16. You shouldn't remove any byte as that will make the entire binary file useless. Just put the text cursor in front of "S" of SetDefaultDllDirectories (the hex value of 53 will get highlighted so you'll see what to change), then put the cursor in front of highlighted 53 and make it 00. Before you type it, make sure the program is in Overwrite mode, it's indicated in the status bar and can be changed by pressing Insert key. Overwrite mode is default though and the program warns you when you make any action that changes the size of the file.

×
×
  • Create New...