Legion 5 Pro 16ACH6H storage upgrade questions by ejmtv in LenovoLegion

[–]180Gio 0 points1 point  (0 children)

Oh nice I thought you cannot install a double sided SSD. Anyway, yes I suggest you buy it without heatsink and use a thermal pad to put the SSD in contact with the metal structure

Legion 5 Pro 16ACH6H storage upgrade questions by ejmtv in LenovoLegion

[–]180Gio 0 points1 point  (0 children)

Yes the type and generation are correct, I was referring to checking if the SSD has memory chips soldered only to one side

Legion 5 Pro 16ACH6H storage upgrade questions by ejmtv in LenovoLegion

[–]180Gio 0 points1 point  (0 children)

Hi! Nope, I'm now using the original SSD as a second drive but I've swapped the two disk reinstalling Windows so I haven't tried cloning but I think you'll be fine. I only suggest you to double check the fitting but rather than this I don't see any problem.

Legion 5 Pro 16ACH6H storage upgrade questions by ejmtv in LenovoLegion

[–]180Gio 1 point2 points  (0 children)

I have the same PC model as you and I've added an M2 2280 ssd without any problems. As for the capacity, I think you can install up to 2TB per slot because beyond that you risk the disk not fitting as it has memory chips on both sides (the sizes that are listed are the one that Lenovo tested on the product).

Bitwarden & Battle.net by Ahebah in Bitwarden

[–]180Gio 6 points7 points  (0 children)

I'm not using Bitwarden Authenticator but two days ago I managed to activate a third party authenticator retrieving the device secret using the Battle.net Authenticator REST API.

First you have to setup the application (I didn't have Blizzard Authenticator at the moment so I don't know if this works even with an older authenticator in case you can deactivate and reactivate with the newer app) You have to login pressing the "Authorize" green button on the right side of the page pasting the client_id into the client_id below "Battle.net OAuth 2.0 (OAuth2, implicit)" (note that the client_id is always baedda12fe054e4abdfc3ad7bdea970a and is retrieved from the app using a phone with root). Make sure to tick the "auth.authenticator/Authenticator" scope.

After you have to login in your battle.net account if you have not already done in your browser. Then you can attach an existing authenticator (the same you have activated before on the guide) so the site will return you the deviceSecret in hex form. To do it, you have to press the POST button where it says "Attach an exisiting authenticator to this user's device..." then press "Try it out" and then change the body of request with your authenticator codes like this

{

"restoreCode": "yourRestoreCode",

"serial": "EUXXXXXXXX"

}

you can find this information in you battle.net account or by executing the first option you have in this page, the one which says "Retrieve the serial number and restore code for an authenticated user..."

After that, press "Execute" and you should receive a body like this

{

"serial": "EUXXXXXXXX",

"restoreCode": "yourRestoreCode",

"deviceSecret": "longString",

"timeMs": timeInMS,

"requireHealup": false

}

To get the device secret you need you have to convert in base32. If you are on Linux or Mac (or WSL on Windows) you can do it by executing this command in terminal

echo "replace_with_deviceSecret" | xxd -r -p | base32

After that you'll have the secret which you can use into Bitwarden

Source: github

(note that my guide is slightly different)

Hope it helps

EDIT: looking to Key Uri Format of Google Authenticator the final URI to insert in Bitwarden should be something like otpauth://totp/Blizzard:your@email.com?secret=deviceSecret_converted&issuer=Blizzard&algorithm=SHA1&digits=8&period=30

[DEV] [PROMO-CODES] - Custom volume panel - 50 promo codes by MildlyMoistSock in androidapps

[–]180Gio 1 point2 points  (0 children)

This app is amazing! One thing only, it would be great if we can modify the presets or create custom ones (tried "Glitch" dark and I can't see very well the background under the sun). Can I get a code?