I decoded an apk file with apktool and in three smali file I replaced this line const/16 v1, 0x2000 with const/16 v1, 0x400 in text editor in order
const/16 v1, 0x2000
const/16 v1, 0x400