Is your device a tablet? Give me the link to apk you want to use and I will have it patched.
If you want to do it yourself, its easy,
1. Use apktool to decompile apk,
2. Find GMobileXTGUINativeActivity.smali, in method private isTablet
right above the return v1, make this change const/4 v1, 0x0 from 1
3. Build apk with apktool
4. Sign apk
5. Test it.
Bookmarks