adbkit
adbkit copied to clipboard
Running adb shell sync command after all adb operations
If we don't run the below command then the adb doesn't sync the changes to userdata.img file and hence rending the adb operations temporary at times.
'''adb shell sync'''