Featured

Accessing OneDrive like a local drive on Linux with onedriver

If you’ve ever wished your OneDrive files just appeared in your Linux filesystem, no clunky sync clients, no waiting while 100 GB of data crawl in the background, then meet onedriver . It’s a clever little tool that mounts OneDrive as a native filesystem on Linux, making your cloud files act like local files without actually syncing them all. onedriver mounts your OneDrive account to a directory (for example, ~/OneDrive ) so you can use your files through your file browser or CLI as if they were on your machine.  It does on-demand download : a file is only fetched from OneDrive the moment you try to open it — you don’t have to wait for everything to sync.  Bidirectional behavior: changes on OneDrive show up locally; write operations locally are reflected remotely. (Though “sync” here is more subtle than full-sync clients.)  Works offline for previously opened files. If you lose connectivity, the filesystem becomes read-only until you’re back online.  Installat...

Unlock The Bootloader on Windows Phone



Download windows phone internals and read the instructions. You might want to download windows device recovery tool from the windows phone internals app too 


Navigate to unlock bootloader and tap on  download all 




This will download two files , one for your device and possibly another ffu of the Lumia 950XL as well as the emergency files 

Note: don't try to unlock bootloader without emergency files. Also you might want to remove any sdcard 



Follow the prompts to boot the phone into flash mode






Enable 'show hidden files' in windows file explorer, the files you downloaded will be in C:\ProgramData\WPinternals\Repository

Tap on unlock and make a coffee etc, just don't touch the phone or exit wpinternals.

You can also flash the stock ffu at any time as well 

Comments