RSSAmplifier

Blog

tosiek kodowanie znaków

tosiek

tosiek.plRSS feed ↗15 posts

Latest posts

Set default modem binary MBN with PDC Tool for Qualcomm HS-USB WWAN Adapter for VoLTE, VoWiFi, VoNR, IMS

You may brick your phone. Do it on your own risk. Do the backup first:Create an EFS backup in TWRP, OrangeFOX Recovery.Do the QCN and XQCN backup before you begin.QCN: QPST > Software download tool > Backup > save in QCN formatXQCN: QPST > QFIL > Tools > Backup and restore > save in XQCN […]

Replace battery in Leifheit Dry & Clean 51000 3.7V

There is two versions of BFN18650 1S1P batteries in Leifheit Dry & Clean: 3.7V 1800mAh – Li-Ion 3.2V – probably LiFePo4 (Li-Po) Check voltage on device: Both are 18650 1S1P size. You have to buy version without extra protection pcb because it won’t fit. If you would like to replace the battery just open case in left back corner. Disconnect the old one and solder connector to the new one. You can…

BICUŚ – INTERFEJS

BICUŚ

trim fucked up my data on Crucial SSD

As always after upgrade Windows 10 it won’t boot. So as always I recreate the boot partitions by deleting them and create new one. This time I have deleted by mistake my system partition, don’t worry just repair partition table. Then I have restored it. All files was OK. First boot take a lot of […]

Cannot install MTP Device and cannot find wpdmtp.inf

On Windows versions N and KN there is no Media Feature Pack. MTP and PTP dirvers (wpdmtp.inf) is included in this pack. Without it you cant send files to and from the Android phone. Media Feature Pack for N and KN versions of Windows 10 (choose your language) https://www.microsoft.com/en-us/software-download/mediafeaturepack or https://www.microsoft.com/en-US/download/details.aspx?id=48231…

Arduino Nano with ATmega 328PB and Arduino IDE support

I did not notice that i bought Arduino clone with ATmega328PB not with the ATmega328P, there is CH340C USB-UART chip. 328PB version is newer chip, some kind better than old. Main disadvantage that chip is not supported by Arduino IDE and it came with unsupported bootloader to load sketches via Arduino IDE (even with added […]

Entware and pyLoad on Android 7.1 TV Box

Description: Entware is repository full of apps for embeded linux like android on tv box. I have prepared installation script to install it from scratch because android is different. You have to rebuild folders in root on every reboot. Root partition is rebuilt on every boot from the image. I will use /data partition to […]

Simultaneous dual wan access and bind app (pyload, transmission) on interface to ip on Asus Router

Asus routers has builtin DualWan in two modes. First one, Failover disables second WAN until first one stop works so you cannot use it. Loadbalancing – no one know what it is doing, it has closed sources and you do not know when do you connect which interface. First disable builtin DualWAN and leave as […]

Segmentation fault by unrar parts of archive on Asus Router

Unrar and unzip installation: opkg install unrar unzip UNRAR 5.50 freeware Copyright (c) 1993-2017 Alexander Roshal Just simply change dir and use short paths. First cd to your directory with parts of archive: cd /home/Downloads unrar x archive.part01.rar If you want run unrar in background use nohup and & on the end. nohup unrar x […]

Aria2 on Asus Router with AsusWRT Merlin

Built-in Download Master from Asus is not very good. So you can install Entware and Aria2 Download manager on your router. You have to connect USB hard drive but first create and Linux partition on it (recommended ext4). On Windows you can use MiniTool Partition Wizard on linux just use GParted. You can shrink main […]

Windows 10 black screen and cannot boot after windows update 11.2017 – November 2017

Yesterday i’ve got system updates: KB4048951 KB4048954 KB4049011 I shut down my computer. Today when i turn it on i’ve got error 0xc0000225. One of them killed my system. My Windows 10 is 1703 Creators Update. There is a new version 1709 Fall Creators Update. To solve it you have to boot computer from usb […]

Windows 7 cannot run apps as admin by UAC prompt

I had a problem with running apps as admin on the administrators accounts (users in group administrators). But not only as admin, nothing happen on every UAC prompt when i click Yes to run. I cannot run any elevated application. Some time ago i had set auto login on non admin user account via netplwiz.exe […]

LEDE / OpenWRT NAT and OpenVPN performance on TP-Link TL-WR1043ND V4

Results measured with iperf 3.1.3. LuCI lede-17.01 branch (git-17.152.82987-7f6fc16) LEDE Reboot 17.01.2 r3435-65eec8bd5f WiFi: 40MHz, channel 1, client: Broadcom 802.11ac WAN connected to 1GBit switch. TP-Link TL-WR1043ND V4: Chip: Qualcomm Atheros QCA9563 CPU Frequency: 750MHz Flash: 16MB RAM: 64MB WiFi: QCA9563 [bgn 3×3:3] LAN Switch: QCA8337N Stock firmware TL-WR1043ND(EU) V4 3.16.9 Build…

EXT4-fs (sda): couldn’t mount RDWR because of unsupported optional features (400)

I could be happen on EXT3 or EXT2 too. This error mean that there is enabled file system feature that does not supported by kernel. I’ve got an error when I make EXT4 partition with e2fsprogs (mkfs.ext4) newer then my kernel. First solution is create ext4 with oldertools: apt-get remove e2fslibs e2fsprogs and install older. […]

An error occurred while updating “title” (connection time out)

When you try to install game on Steam yo have that error and game won’t finish downloading you have to: Disable AV (all modules like hips, firewall and others) Disable Windows Firewall Disable ADGuard, Admuncher and other ad blocking apps Connect directly to internet, stop all VPNs Clear download cache (right click on game -> […]