Affichage des articles dont le libellé est limit.. Afficher tous les articles
Affichage des articles dont le libellé est limit.. Afficher tous les articles

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






jeudi 29 janvier 2015

[Q] [XZ] Incrase the volume limit for headphone only topic






Good morning everyone.

I've been searching ,but I did not found any tips for my request.

I'd like to increase the volume for the headphones (but not the speaker) on the Xperia Z. By modifying the snd_soc_msm_2x_Fusion3 or intsalling a audio MOD. Anything for me ?

By the way my XZ runs the 10.5.1.A.0.292 firmware.

Thanks :).






mercredi 28 janvier 2015

[Q] [WinServer 2008R2] WebDAV transfer limit and AD auth topic






hi, we want to use WebDAV over IIS to give the users the ability to get on their documents etc over the internet, and I want to ask whether or not there is a way to limit the transfer per user, like 500MB per month

Also we want to do this over AD authentication, but the solution I just read somewhere has the problem it need a kerberos ticket and wont work with foreign PCs over the internet, is there a way to solve that?

Best Regards