Take screenshots from both devices and merge them
Recently I had to compare two versions of the app. I had Huawei and Samsung devices. Instead do it manually I made some research and I created script for that:…
Recently I had to compare two versions of the app. I had Huawei and Samsung devices. Instead do it manually I made some research and I created script for that:…
ffmpeg -i input.mkv -c:v libx265 -crf 23 output.mkv If selecting video and audio is important for us, then we call first the code below to find out on what…
To get default dimension: adb shell wm size To get default density: adb shell wm density To change dimension: adb shell wm size XXX To change density: adb shell wm…