Hi !
As you know, Android has a limit for call logs which is currently set to 500. There was a module working on Kitkat which seemed to break this limit, but this module doesn't work anymore on Marshmallow.
So my question is : is it possible to build a module which breaks the call logs limit of Android and works on Marshmallow ?
I tried to edit framework.jar myself but with no success, the file required is no longer available through neither framework.jar nor framework.odex.
Thanks for your help !
Can you provide me the source for trimnot? Or describe what it modifies?
Trimnot doesn't have a thread here or a github :/
I think that we have to change a value in CallLog.smali or CallLog$Calls.smali, but I didn't find these files in the framework...
Sent from my Nexus 5
You could try to decompile the APK, using an online tool. Decompiling isn't always perfect, but it comes close to the actual source.
Related
Dears....this post because since one week I'm struggling with decompiling and re-compiling the framework-res.apk for my LEWA rom on TCL Idol X+ s960 MTK6592.
Below some background:
1. I'm able to decompile the framework-res.apk without errors
2. Even without any modification I re-compile it with following steps:
a. Using apktool v2.0 and putting resources.asrc into decompiled folder then "apktool b fremwork-res" without any error (just getting warning: unable to find sources)
b. By copying the original META-INF and AndroidManifest into the new apk
3. When I put the new framework (again without any modifications, but just DE and RE compiled) into flashable zip of LEWA rom and flash it via TWRP, I get always the phoe freezing at boot logo.
I really do not have any clue on what I'm mistaking during this process.....anyone with some idea?...
THANK YOU IN ADVANCE!....
popo72 said:
Dears....this post because since one week I'm struggling with decompiling and re-compiling the framework-res.apk for my LEWA rom on TCL Idol X+ s960 MTK6592.
Below some background:
1. I'm able to decompile the framework-res.apk without errors
2. Even without any modification I re-compile it with following steps:
a. Using apktool v2.0 and putting resources.asrc into decompiled folder then "apktool b fremwork-res" without any error (just getting warning: unable to find sources)
b. By copying the original META-INF and AndroidManifest into the new apk
3. When I put the new framework (again without any modifications, but just DE and RE compiled) into flashable zip of LEWA rom and flash it via TWRP, I get always the phoe freezing at boot logo.
I really do not have any clue on what I'm mistaking during this process.....anyone with some idea?...
THANK YOU IN ADVANCE!....
Click to expand...
Click to collapse
Your best bet would be to run a logcat after you install. To be honest you will most likely have to build your own APK tool as MTK devices dont use the standard android setup so the apktool will not work on it.
zelendel said:
Your best bet would be to run a logcat after you install. To be honest you will most likely have to build your own APK tool as MTK devices dont use the standard android setup so the apktool will not work on it.
Click to expand...
Click to collapse
First of all really thank you for the quick feedback! Actually I had the suspect that MTK roms are different and this because in order to correctly (or at least without error) decompiling framework-res.apk, I had to load with apktool IF not only the framework-res.apk but also the Lewa-res.apk and the Mediatek-res.apk.
If it is needed to create a different apktool, I'm wondering how all the custom roms I see on network based on MTK devices are managed....I will have better investigation on it....
popo72 said:
First of all really thank you for the quick feedback! Actually I had the suspect that MTK roms are different and this because in order to correctly (or at least without error) decompiling framework-res.apk, I had to load with apktool IF not only the framework-res.apk but also the Lewa-res.apk and the Mediatek-res.apk.
If it is needed to create a different apktool, I'm wondering how all the custom roms I see on network based on MTK devices are managed....I will have better investigation on it....
Click to expand...
Click to collapse
You also have to install the system ui apk as well. Most of them are dirty hacks by using winzip to open the apk and then change the images out. MTK devices are not really a big thing on this site as they are still not main stream or even widely developed on. Most people avoid MTK devices.
zelendel said:
You also have to install the system ui apk as well. Most of them are dirty hacks by using winzip to open the apk and then change the images out. MTK devices are not really a big thing on this site as they are still not main stream or even widely developed on. Most people avoid MTK devices.
Click to expand...
Click to collapse
That I didn't know....so I have to also install SystemUI....great suggestion...:good:....I will try it hoping this is the missing part!....Yes...I know...MTK are very painful...I'm just realizing this....
Hi @popo72
Can you help me for this device i have some issues to have sounds working with speaker...
Thx in advance
Regards
Dexx
Hi...could you better explain your problem?
popo72 said:
Hi...could you better explain your problem?
Click to expand...
Click to collapse
Hi Popo72.
I have TCL S960 and try to port ROM everything seems to be working only the speaker.
I cannot listen music or watch movie and the phone cannot ring.
This is the issue.
Thx
Envoyé de mon MI 2 en utilisant Tapatalk
Here is the famous @rovo89 and @Tungstwenty's App Settings Xposed module, fixed for perfectly working on Android Lollipop 5.1.1.
[UPDATE 18-08-2015]
Additionally add more resolution modes to fake screen resolution (Screen Dimension) to load hi-res resources destined to tablets, sending real tablet metrics, so it works, in example, with Spotify
Details in original thread: http://forum.xda-developers.com/xposed/modules/mod-app-settings-v1-9-2014-05-14-t2437377
Works on Android 2.3+.
WARNING: on Lollipop 5.1.1 use with Xposed framework v71-sdk22 by @romracer from this thread: http://forum.xda-developers.com/xposed/super-alpha-posted-permission-xposed-t3072979 and Xposed Installer 3.0 alpha 4 from the original thread: http://forum.xda-developers.com/showthread.php?t=3034811
I fixed it long time ago and uploaded to original thread.
Do you use my fixes?
If not, please upload your fixes and/or the whole app source code. Anybody can do harmful xposed module and do it as "a fix for, mod of" some famous xposed module like this one (AppSettings). Then it becomes really dangerous.
pyler said:
I fixed it long time ago and uploaded to original thread.
Do you use my fixes?
If not, please upload your fixes and/or the whole app source code. Anybody can do harmful xposed module and do it as "a fix for, mod of" some famous xposed module like this one (AppSettings). Then it becomes really dangerous.
Click to expand...
Click to collapse
Thread udated with the source code and more tweaks.
I installed it and it work for my camera and my phone apps. I would like it work with autodesk sketchbook pro, is it possible?
paldave said:
Here is the famous @rovo89 and @Tungstwenty's App Settings Xposed module, fixed for perfectly working on Android Lollipop 5.1.1.
[UPDATE 18-08-2015]
Additionally add more resolution modes to fake screen resolution (Screen Dimension) to load hi-res resources destined to tablets, sending real tablet metrics, so it works, in example, with Spotify
Details in original thread: http://forum.xda-developers.com/xposed/modules/mod-app-settings-v1-9-2014-05-14-t2437377
Works on Android 2.3+.
WARNING: on Lollipop 5.1.1 use with Xposed framework v71-sdk22 by @romracer from this thread: http://forum.xda-developers.com/xposed/super-alpha-posted-permission-xposed-t3072979 and Xposed Installer 3.0 alpha 4 from the original thread: http://forum.xda-developers.com/showthread.php?t=3034811
Click to expand...
Click to collapse
Make it compatible with marshmallow.
Thanks in advance!
It's available on official thread (with an unofficial build).
Inviato dal mio GT-I9505 utilizzando Tapatalk
Can work with hTC One M9 sprjnt stock rom
Hey there!
I wanted to ask if someone here can help me with finding out how to mod the ScreenOff-Animation in 7.1, as I'd like to change it back to the TV-Off Animation from Android 4.
I read a couple of threads, linking a xposed module which doesn't work currently in Android 7 and there is also an App on the Play Store, but it also doesn't work anymore for Android 7.
If anyone has any experience with this, is this as simple as creating a Bootanimation, does it involve heavy modding of system files?
Greetings,
Raphael.
Hi
I managed to get the xposed module ScreenOffAnimation running on LOS 14.1 by using the unofficial version of the xposed module by the PurifyOS team
https://forum.xda-developers.com/xposed/xposed-android-nougat-sdk-25-arm64-t3639221http://
After installing the framework use the XposedBridge.jar file in the second post of this link
https://forum.xda-developers.com/xposed/modules/app-gravitybox-v7-0-0-tweak-box-android-t3653953
Just copy it to the /system/framework folder
Reboot and enjoy
Hello there.
First of all I am not a developer or modder like many of you here in XDA. Though I like to mess with my phone to make it work the way it should. I am posting this thread asking for help.
Currently I am trying to get the native firewall in MIUI 8 to block system apps from using WiFi, without success.
I am following the instructions posted by a developer in MIUI forum to modify Security app: link http://en.miui.com/thread-531515-1-1.html (original developer Nicolas72)
There are some minor differences between the code in the original thread and the ones I am working with (due to different versions of the apk), but in general it's the same method. However, bootloop are the only results I got.
Steps I followed:
Deodex app, decompile, make changes to the smali code, recompile and put the apk back to the phone (set permissions, delete corresponding odex file and reboot the phone. And bootloop.
My phone Kenzo is currently running stock MIUI 8.2.4.0 Global Stable, Official unlock.
Can anyone help me to get this done?
Thank you in advance.
Sorry for my broken English
Seem like there is no one using stock MIUI here.
Restrict wifi usage for system apps on MiUi 9 or above.
Were you able to find any solution or work around?
I have tried smali patcher and the following method with no luck:
How to disable FLAG_SECURE on Nougat
Hi all, is there a way to disable FLAG_SECURE on Nougat? Before update from Android 6 I used Xposed module to do that, but I need a way to disable it on Nougat untill Xposed will be relised. Thanks for attention
forum.xda-developers.com
I used Tickle My Android to decompile/recompile services.jar and found this file:
services.jar\smali_classes2\com\android\server\wm\WindowManagerService.smali
Then I basically did the recommended changes in the link above. But that didn't work.
How should this be done in Android 10?
malcolmy said:
I have tried smali patcher and the following method with no luck:
How to disable FLAG_SECURE on Nougat
Hi all, is there a way to disable FLAG_SECURE on Nougat? Before update from Android 6 I used Xposed module to do that, but I need a way to disable it on Nougat untill Xposed will be relised. Thanks for attention
forum.xda-developers.com
I used Tickle My Android to decompile/recompile services.jar and found this file:
services.jar\smali_classes2\com\android\server\wm\WindowManagerService.smali
Then I basically did the recommended changes in the link above. But that didn't work.
How should this be done in Android 10?
Click to expand...
Click to collapse
same case help me with that want it for prime...
darkdragon24 said:
same case help me with that want it for prime...
Click to expand...
Click to collapse
Smali Patcher was updated shortly after I posted this thread. It worked for me.