vendredi 30 janvier 2015

Microsoft Word, Excel and powerpoint remove 10.1 display limit for free edit topic






Hi,

I have Decompile latest final version of Microsoft Word, Excel and Powerpoint apk development for tablet user..

This 3 application have no limitation for all tablet whit screensize 10.1 and lover for all other display size is necessary to avoid a license office 365...

I have Samsung Tab S 10.5 and onli for 0,4 size I need license..

I have find the metod for hacking this limit in this way :

1) smali\com\microsoft\office\licensing\DeviceConfig. smali

Find .:


Code:


.method private static isDeviceFreeEditEx()Z

add after .prologue .:


Code:


    const/4 v0, 0x1
    return v0


Find .:


Code:


.method public static isLssd()Z

add after .prologue .:


Code:


    const/4 v0, 0x0
    return v0


2) smali\com\microsoft\office\playStoreDownloadManage r\ValidateExpansionFile.smali

Find .:


Code:


.method private verifyObbFile()Z

add after .prologue .:


Code:


    const/4 v3, 0x1
    return v3



I have recompiled and all work fine... no message to purchase office 365 compare on my Tab S and I'm able to edit document...

Only problem is after 2/3 minutes application close automatic whitout any message...

Anyone can help me to perform nullkified edit feature for tablet whit display size > 10.1?


Resource ::

1) Word .:
https://play.google.com/store/apps/d...ft.office.word
2) Excel .:
https://play.google.com/store/apps/d...t.office.excel
3) Powerpoint .:
https://play.google.com/store/apps/d...ice.powerpoint

Thank's and Regards






Aucun commentaire:

Enregistrer un commentaire