Can somebody please make a tool or script that can mod apps to support muti-dpi? It would be really helpful!
Or atleast help us understand HOW to make the apps Multi-DPI, hey devs if you can please do tell us about it.
The texdroid doesnt work & xposed appsetting causes problems while logging on to certain apps.
I have the 910G COL3 XSA 5.1.1 variant on stock rom rooted.
You want touchwiz apk .with odexed it is not easy because "odexer tool" not supporting the android 5.1.
root-61 said:
You want touchwiz apk .with odexed it is not easy because "odexer tool" not supporting the android 5.1.
Click to expand...
Click to collapse
So basically is it impossible to mod the app for multi-dpi support and repackage it into an odexed apk?
I wish something could be done without installing xposed framework!
vighneshpillai90 said:
So basically is it impossible to mod the app for multi-dpi support and repackage it into an odexed apk?
I wish something could be done without installing xposed framework!
Click to expand...
Click to collapse
Odex files not compatible for edit. May be some methods (viewer) .
Odex Repackage tool the Odexer Tool and ApkTool not support Lollipop.
I want to edit camera mod for odexed roms but impossible. I hope the odexer tool developer is release the update.
Related
I figured I would convert this mod to our device using code in the unified thread. (Props to original author and Rompnit).
It took a bit of tweaking to get it to work on the Sprint variant but it seems to be functioning as intended.
This is for Odexed stock(ish) roms only!
It replaces services.jar and build.prop. If you have tweaks to your build prop that you don't want set to defaults then I recommend you install the jar and odex file manually and edit your build.prop with whatever tool you see fit
A lot of mods affect the services.jar as well, noteably the unlock hotspot mod. That's why it's included FREE with this mod.
What a deal!
The changes I made to the build.prop are simply these additions. The rest is stock
#CRT Mod
persist.sys.screen_on=fade
persist.sys.screen_off=crt
These can be changed to set your on/off animation type. Options are CRT/FADE/NONE
Standard Use at Your Own Risk stuff Blah Blah
Enjoy
It's usually better to provide a deodexed copy as odexed relies on the same exact framework that it was odexed with to be present for the files to function at all
On the other hand, deodexed will function on any rom including odexed roms (when yup delete/move the odex files affected)
CNexus said:
It's usually better to provide a deodexed copy as odexed relies on the same exact framework that it was odexed with to be present for the files to function at all
On the other hand, deodexed will function on any rom including odexed roms (when yup delete/move the odex files affected)
Click to expand...
Click to collapse
I provide Odexed mods mainly because nobody else is doing it. And because odexed versions are usually the first thing people ask for, and because deodexing seems to break too many functions I use like private mode and S-Health issues.
I'll post the edited smali if anyone wants to use it for anything.
townsenk said:
I provide Odexed mods mainly because nobody else is doing it. And because odexed versions are usually the first thing people ask for, and because deodexing seems to break too many functions I use like private mode and S-Health issues.
I'll post the edited smali if anyone wants to use it for anything.
Click to expand...
Click to collapse
I wasn't criticizing, merely commenting
CNexus said:
I wasn't criticizing, merely commenting
Click to expand...
Click to collapse
np, It's all good.
Return to Stock
How can I go back to stock? remove the CRT animation and changes you made to Services
ramik911 said:
How can I go back to stock? remove the CRT animation and changes you made to Services
Click to expand...
Click to collapse
Replace the services.jar and services.odex with a stock version and remove the added entry in build.prop
thnx
Is this only for root devices? Are there any CRT mods for none roots? I did a search and so far this is the only thread with CRT.
dwss said:
Is this only for root devices? Are there any CRT mods for none roots? I did a search and so far this is the only thread with CRT.
Click to expand...
Click to collapse
You would need root access to flash the completed product to your device.
What would it take to port the crt mod to moar 7 rom.i had it on stock rom with xposed. I want to get it back without xposed.
Does anybody know how i can get the theme-store from newer S series without root?
You'll be changing some system files bro. Definitely not possible without root.
danielcsax said:
Does anybody know how i can get the theme-store from newer S series without root?
Click to expand...
Click to collapse
you dont need root but for sure u must have TWRP Recovery to flash apks to system folders
if you use theme store alone with new touchwiz launcher then u can only apply themes to Icons & Wallpapers
if you want full device to be themed then you required the Framework Folder , SystemUI, Theme store apks, Launcher apk, new system apps
Using TWRP itself will trigger knox to 0x1 ( Warranty will be gone )
yash92duster said:
you dont need root but for sure u must have TWRP Recovery to flash apks to system folders
if you use theme store alone with new touchwiz launcher then u can only apply themes to Icons & Wallpapers
if you want full device to be themed then you required the Framework Folder , SystemUI, Theme store apks, Launcher apk, new system apps
Using TWRP itself will trigger knox to 0x1 ( Warranty will be gone )
Click to expand...
Click to collapse
What would be the best for me, do as you said and get the themestore or get some other roms?
danielcsax said:
What would be the best for me, do as you said and get the themestore or get some other roms?
Click to expand...
Click to collapse
first if you are ok with custom roms then try them as there are many roms for s5 g900f
if not happy with any custom rom then make one with minimum mods by yourself
Hello, I would like to modify my systemui to get 3minit battery mod working on my Google pixel XL.
I've deodexed system apps in the past using baksmali, but these new odexed system apps now have a systemui.vdex file as well as a systemui.odex file to go along with the systemui.apk.
Couldn't find much about the vdex files other than it's allegedly optimized dex code. I looked at jesusfreke's website and most of the threads on there were way above my comprehension level lol.
Can anyone help me out to get started on deodexing this app?
Pain-N-Panic said:
Hello, I would like to modify my systemui to get 3minit battery mod working on my Google pixel XL.
I've deodexed system apps in the past using baksmali, but these new odexed system apps now have a systemui.vdex file as well as a systemui.odex file to go along with the systemui.apk.
Couldn't find much about the vdex files other than it's allegedly optimized dex code. I looked at jesusfreke's website and most of the threads on there were way above my comprehension level lol.
Can anyone help me out to get started on deodexing this app?
Click to expand...
Click to collapse
The latest baksmali and smali can't handle vdex files yet, as far as I can tell. There's an open issue about it here: https://github.com/JesusFreke/smali/issues/555
Looks like we have to wait, sadly. This always every time Google make a new version of Android - they keep odexing files in different ways. Good for the user, but very annoying for the modder!
Ticklefish said:
The latest baksmali and smali can't handle vdex files yet, as far as I can tell. There's an open issue about it here: https://github.com/JesusFreke/smali/issues/555
Looks like we have to wait, sadly. This always every time Google make a new version of Android - they keep odexing files in different ways. Good for the user, but very annoying for the modder!
Click to expand...
Click to collapse
I was told fulmics automated deodex program works with Oreo. Haven't tried it out yet.
Pain-N-Panic said:
I was told fulmics automated deodex program works with Oreo. Haven't tried it out yet.
Click to expand...
Click to collapse
I have my own deodexing tool and I'm trying it on Oreo now. Looks like it should work.
Sent from my Sony Xperia XA1 using XDA Labs
Ticklefish said:
I have my own deodexing tool and I'm trying it on Oreo now. Looks like it should work.
Click to expand...
Click to collapse
If your personal program works, would you assume fulmic's should work as well with Oreo? As long as I updated the small/baksmali?
Pain-N-Panic said:
If your personal program works, would you assume fulmic's should work as well with Oreo? As long as I updated the small/baksmali?
Click to expand...
Click to collapse
I've no idea, sorry. I wouldn't know how that program works. You can try it, just be sure to make a backup first just in case.
Sent from my Sony Xperia XA1 using XDA Labs
Anyone got the apk for the 'Toolkit' app which was included on Nougat?
WishiHadAnR32 said:
Anyone got the apk for the 'Toolkit' app which was included on Nougat?
Click to expand...
Click to collapse
The Toolkit is called the Toolbox apk. Unfortunately afaik it consists of more then alone the toolbox.apk. When I debloat them I have to remove all :
Code:
ui_print(" - Removing Toolbox");
delete_recursive("/system/priv-app/Toolbox");
delete_recursive("/system/app/CalculatorMF_ZTE");
delete_recursive("/system/app/Gradienter");
delete_recursive("/system/app/HandingPaint");
delete_recursive("/system/app/NoiseTest");
delete_recursive("/system/app/Protractor");
delete_recursive("/system/app/Ruler");
delete_recursive("/system/app/ZteCompass");
endif;
So installing the toolbox.apk alone wouldn't do a great job.
But if you want you can try them installing one by one and see how that goes. Do mind, these ones are not deodexed and need the oat etc...so I don't give that much chance.
Here you go : A2017G-N-B12-ToolboxApks
Hello I'm interested in this too
Is possible to deodex and then run inside Oreo stock ROM ?
I have ported some of the ZenUI 6 apps from the Magisk Module provided by telegram user saktis Impreza
Download link
Gdrivehttps://drive.google.com/folderview?id=1kypmyPKJl3q0weAQQFBjsKyp5QzoUnoZ
ALL zenui Apps : wont work at all need Some coded ports or crash fixing which i cannot able to do :
Download Gdrive
Aren't the latest versions of asus deskclock, calendar, weather, gallery, contacts+phone & calculator directly usable as user apps? I'm using them on stock rom! Why the magisk module? Is there any ZenUI6.0 integration? All these apps can be downloaded from the ZenFone 6 thread and these, are directly usable on stock ROM without the need for root / magisk....
Cookie Ninja said:
Aren't the latest versions of asus deskclock, calendar, weather, gallery, contacts+phone & calculator directly usable as user apps? I'm using them on stock rom! Why the magisk module? Is there any ZenUI6.0 integration? All these apps can be downloaded from the ZenFone thread and these, are directly usable on stock ROM....
Click to expand...
Click to collapse
This is extracted from Rom which has library files included .those from the Zenfone thread aren't working or installing in stock I made them to work for stock you can try Magisk and share ,I won't
Both of you guys first read each other's posts.
In the op the apps are extracted from a magisk module, the apps are installable and doesn't require root.
The second post writer thought it is a magisk module and said they are installable no need of magisk.
The third post writer (op) thought the other person is asking for magisk and refused to make one.
Seriously guys use Google translate if you don't know English.
z1_nile said:
Both of you guys first read each other's posts.
In the op the apps are extracted from a magisk module, the apps are installable and doesn't require root.
The second post writer thought it is a magisk module and said they are installable no need of magisk.
The third post writer (op) thought the other person is asking for magisk and refused to make one.
Seriously guys use Google translate if you don't know English.
Click to expand...
Click to collapse
:laugh::laugh: I have Magisk module if anyone want I can share
Is there any zenui 6 gallery apk
Please give the link
Here you go https://drive.google.com/file/d/1caBErktldj21IbFB5S2iPJV7NNQXVbs2/view?usp=sharing
arvs47 said:
Here you go https://drive.google.com/file/d/1caBErktldj21IbFB5S2iPJV7NNQXVbs2/view?usp=sharing
Click to expand...
Click to collapse
Good work.. Can u share gallary & launcher apps ? .. all apps are corrupted from zip file link you shared.. kindly accept my request
yash8446 said:
Good work.. Can u share gallary & launcher apps ? .. all apps are corrupted from zip file link you shared.. kindly accept my request
Click to expand...
Click to collapse
This is not corrupted its due to the apps are not compatible fully with our device .I installed some of them by porting but its all crashing .. the apps I posted above were working only
arvs47 said:
This is not corrupted its due to the apps are not compatible fully with our device .I installed some of them by porting but its all crashing .. the apps I posted above were working only
Click to expand...
Click to collapse
I have zenfone 5z ... & file manager, clock & whether apps are working perfectly.... it would be great help if you could port launcher & gallery app
@arvs47
If possible, could you kindly provide the link(s) to asus contacts & tel app? And would it work on non root AZMPM1 running on pie?..... Thanks
GliderZ said:
@arvs47
If possible, could you kindly provide the link(s) to asus contacts & tel app? And would it work on non root AZMPM1 running on pie?..... Thanks
Click to expand...
Click to collapse
it wont work as like stock , i tried those contact and tele both installs but contact only works
arvs47 said:
it wont work as like stock , i tried those contact and tele both installs but contact only works
Click to expand...
Click to collapse
That's sad.... I'm missing the call recording feature so much these days.
Is there any way to extract the new icons? It'd be great if you could extract them
Port zenfone 6 launcher and dailer apps
Please port zenui 6 or zenfone 6 dailer and launcher apps
Please port zenui 6 launcher
I'll second everyone asking for a port of ZenUI. I've been side loading the old ZenUI APK into every phone I've used, including my latest phone running Android 10, but it's getting harder and harder. ZenUI is the only launcher I've found other than the old school Samsung TouchWiz ones that actually lets you arrange your apps on a grid in any way you want.