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 .:
add after .prologue .:
Find .:
add after .prologue .:
2) smali\com\microsoft\office\playStoreDownloadManage r\ValidateExpansionFile.smali
Find .:
add after .prologue .:
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
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
Code:
const/4 v0, 0x1
return v0
Code:
.method public static isLssd()Z
Code:
const/4 v0, 0x0
return v0
Find .:
Code:
.method private verifyObbFile()Z
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