Post Magisk Modules for the HTC 10 here. - HTC 10 Guides, News, & Discussion

Have you made or found any modules made specifically for the HTC 10? Post them here and help others discover them.

I made a stock android emoji module. well, made the emoji one in the magisk downloads fully work in sense and replaced it with the stock emoji file instead.
https://drive.google.com/file/d/0B_lUEE9O_Ec0YUE0Wlpfb2E5Rkk/view?usp=drivesdk

delete

basicseamstress said:
I made a stock android emoji module. well, made the emoji one in the magisk downloads fully work in sense and replaced it with the stock emoji file instead.
https://drive.google.com/file/d/0B_lUEE9O_Ec0YUE0Wlpfb2E5Rkk/view?usp=drivesdk
Click to expand...
Click to collapse
Thanks a lot for this! Could you please tell me how can I edit the file to use other emoji pack? I'd like to try emoji one or the iOS ones.

dastinger said:
Thanks a lot for this! Could you please tell me how can I edit the file to use other emoji pack? I'd like to try emoji one or the iOS ones.
Click to expand...
Click to collapse
all you have to do is unzip the file, go to /system/fonts and replace the NotoColorEmoji.tff file with the emoji file you want. make sure you name the emoji .tff file the same way as this file. then zip the contents of the module folder and install. remember to zip the folder's contents and not the extracted module folder itself or it won't install. also leave the hTC_ColorEmiji.tff file alone, that blank file is what makes all the emojis show, replacing the HTC ones

Related

[MOD][GUIDE][THEME] - Adding Locale to the rom you want. Download available for XWJS5

Background
Samsung has released a few 2.2.1 for the europe region, while those in the Asia / Middle East regions are still having 2.2 roms, and no sign of whether Samsung is going to release it, if any at all.
I took the liberty to try having additional locale in the rom (not the MoreLocale or others available in the market) and manage to get it done.
I have tried it with the South East Asia rom, with languages available in thai, viet, simplified chinese, malay and indonesian.
Disclaimer
I'm not sure if it will work with other regions such as China and Hong Kong (ZS series), or Middle East (JP series), but those who have time to spare, and want to have an authentic 2.2.1 rom, can always try.
Also, even when it can be done, I'm pretty certain it is not a 100% fit, but would dare say in the region of about 95%.
Also, it would be a long and tedious process as each system app will be needed to decompile.
Tools Needed
Apk Manager 4.9 (courtesy of Daneshm90)
7zip compression utility
2.2.1 Rom (latest is WXJS5) which I have used
2.2 Rom (other regional rom) which in this case is DXJPE for my case
Instructions
1. Create separate directories for both roms and install / unzip the apk manager in each respective directories.
2. Copy the system apps (including framework-res.apk and twframework-res.apk) for each rom to the respective folders (place-apk-here-for-modding).
3. Decompile all the system apps for each rom.
4. Navigate to the projects folder and select the apps you want to start with (probably a good idea to start with framework-res.apk)
5. Go to the res folders and in it you will find all the values folders as well. Example:
- values-en-rGB folder
- values-en-rUS folder
- values-ko folder
- values-ko-rKR folder
6. Go to your 2.2 rom folder and do the same and you will notice that these are different from the 2.2.1 folder.
7. Copy those different values-xxxxxx folders to the 2.2.1 rom res directory.
8. Recompile the apk and in the process, select yes to keep all the info intact, and apk manager will generate a keep folder.
9. Delete the resources.arsc from this keep folder and proceed to complete the compilation.
10. You will now have the unsignedframework-res.apk in your place-your-apk-here-for-modding folder.
11. Open up this apk with 7zip and you will see the resources.arsc file which is compressed.
12. Drag this file out and close the 7zip program
13. Next, right click the resources.arsc and select Add to archive from the 7zip option.
14. Make sure your option is to store (not compressed) and click on the ... icon to select the file, in this case is the unsignedframework-res.apk. This method of doing is to ensure that your resources.arsc is changed from compressed format to store format (no compression).
15. That is your first change in adding locale.
16. Repeat the above steps for the rest of the apps (I know it is tedious but the experience is well worth it).
17. Create an update zip to store these modded files (make sure you delete the prefix unsigned from the apps).
18. Like everyone says, ALWAYS do a backup of your current rom.
Disadvantages
Your apps will definitely be bigger in size and hence occupy more space.
Advantages
This is as near as you get with your region on a 2.2.1
This can be done with any stock or customized rom.
I hope the above guide will be useful for those who has time to spare, and who is willing to try it.
Please let me know if this works for other regions as well.
Any questions, please ask.
Edit:
Download is available here for those who wants locale of the SEA region. Consist of some apps that were modded.
The attached image showed the comparison of the 2 framework-res.apk.
On the left is the 2.2 rom (DXJPE), with the values-in, values-id-rID (Malay and Indonesian), and the values-mcc204-zh-rCN as the chinese as well.
On the right is the 2.2.1 rom (WXJS5), with the values having the European languages as well.
What you need to do is find those files unique in the left side and copy these to the right side.
Recompile and that's it.
The second image showed the language (in this case simplified chinese) after i selected chinese as the locale after modding the Settings.apk as described above.
thanks its quiet useful, many of friends were looking for such a thing,
I'm also running middle east rom (jpg) which I like to try 2.2.1 with support of persian language. it should be possible by your tutorial.
I have one question:
17. Create an update zip to store these modded files (make sure you delete the prefix unsigned from the apps).
Click to expand...
Click to collapse
so you mean it is not necessary to sign the apk? just rename back to original?
taha_e said:
thanks its quiet useful, many of friends were looking for such a thing,
I'm also running middle east rom (jpg) which I like to try 2.2.1 with support of persian language. it should be possible by your tutorial.
I have one question:
so you mean it is not necessary to sign the apk? just rename back to original?
Click to expand...
Click to collapse
There is no need to sign system app. Just rename will suffice.
Sent from my GT-I9000 using XDA App
Useful guide. I've been meaning to do this for a while but I didnt know how.
For step11, what .apk do we open? unsignedframework-res.apk? When I open this file, theres no resources.arsc...
and step12, what do you mean by "drag this file out"?
apparition said:
Useful guide. I've been meaning to do this for a while but I didnt know how.
For step11, what .apk do we open? unsignedframework-res.apk? When I open this file, theres no resources.arsc...
and step12, what do you mean by "drag this file out"?
Click to expand...
Click to collapse
Step 11, yes the unsignedframework-res.apk. It can't be that there is no resources.arsc. Did you encounter errors during decompiling? Use 7zip to open the framework-res.apk and see if you have resources.arsc.
I meant extract the resources.arsc.
Sent from my GT-I9000 using XDA App
Also, I recommend to decompile Settings.apk as the 3rd one. This is where the ui is.
Sent from my GT-I9000 using XDA App
g00ndu said:
Step 11, yes the unsignedframework-res.apk. It can't be that there is no resources.arsc. Did you encounter errors during decompiling? Use 7zip to open the framework-res.apk and see if you have resources.arsc.
I meant extract the resources.arsc.
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
Oh, maybe that's it; I'm getting errors. Do I have to (10) decompile with dependencies? then use the twframework from my ROM?
apparition said:
Oh, maybe that's it; I'm getting errors. Do I have to (10) decompile with dependencies? then use the twframework from my ROM?
Click to expand...
Click to collapse
Your framework-res.apk must be a modded one. There is no dependencies for the framework-res.apk. Settings.apk need the twframework-res.apk as the dependency. Let me guess, you are on Darkyy's rom?
Sent from my GT-I9000 using XDA App
Yeah definitely modded. FireFly ROM (for SGS Captivate i896).
But thanks. Excellent guide.
apparition said:
Yeah definitely modded. FireFly ROM (for SGS Captivate i896).
But thanks. Excellent guide.
Click to expand...
Click to collapse
The rom chef may have not done the moding cleanly, and hence decompiling will always end up with the errors. Perhaps you can try to see what the log of apk manager says, and solve it from there.
Thanks, I will now add chinese, arabic and hebrew to ultimate rom.
Sent from my GT-I9000 using XDA App
webstar1 said:
Thanks, I will now add chinese, arabic and hebrew to ultimate rom.
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
Hope that it will work with hebrew and, especially the right to left sentences. Let me know if it works.
Sent from my GT-I9000 using XDA App
I have tried some files for jpg rom which is persian/arabic these languages are right to left. unfortunately this method did not work. I mod browser.apk but the characters are shown seperate and also left to right. anyone knows how to mod for RTL or which apk is related to rtl?
I think RTL should be mod in .so files as i know
taha_e said:
I have tried some files for jpg rom which is persian/arabic these languages are right to left. unfortunately this method did not work. I mod browser.apk but the characters are shown seperate and also left to right. anyone knows how to mod for RTL or which apk is related to rtl?
I think RTL should be mod in .so files as i know
Click to expand...
Click to collapse
Did you try Darkyy's patch on hebrew / arabic? It's on the first post of his "Incredible" rom. Download those files and installed them and check again?
Hope this helps.
Edit: I guess maybe not, there must be something in the framework.jar that supports rtl language support for jp series. if you have the time, maybe do a baksmali for framework.jar for these 2 roms?
g00ndu said:
Did you try Darkyy's patch on hebrew / arabic? It's on the first post of his "Incredible" rom. Download those files and installed them and check again?
Hope this helps.
Click to expand...
Click to collapse
Im on stock rom js5 I think that patch will not work for it. can i use it for stock?
This is an awesome guide! I've always wanted chinese locale on Darkys rom. Gonna try this when I get home. Thanks for your hard work goondu.
taha_e said:
Im on stock rom js5 I think that patch will not work for it. can i use it for stock?
Click to expand...
Click to collapse
Darkyy's rom is also based on js5, and in that case you can always try. But always do a backup first before any attempts to try.
I wish you luck!
Edit: I downloaded it once, and found the following:
/system/app - AxT9IME.apk and Swype.apk (presumably arabic based)
/system/fonts - 11 fonts with names of hebrew and arabic on them
/system/framework - framework.jar (this one not sure what is modded, maybe ask Darkyy?)
/system/lib - 5 .so files
/system/etc - apns-conf.xml (which is not related to this)
Go try it.
psychedelic'd said:
This is an awesome guide! I've always wanted chinese locale on Darkys rom. Gonna try this when I get home. Thanks for your hard work goondu.
Click to expand...
Click to collapse
You are most welcome.
Point to note: there are some apps that do not have any other region locale, for example, SecDownloadProvider.apk and DownloadProvider.apk. You need to go through one app at a time. I made a mistake.
Having said that, if you are adventurous, you can even create your own for these 2 apks in chinese.
:O
Any ways to just replace files using root explorer to add chinese language to my rom?
All these steps are beyond my skills and knowledge.

[Q] how can i add or edit whatsapp for custom emoticons ?

I would like to add some emoticons into whatsapp
Sent from my GT-I9100 Westcrips ICS using xda premium
RodneyNL said:
I would like to add some emoticons into whatsapp
Sent from my GT-I9100 Westcrips ICS using xda premium
Click to expand...
Click to collapse
You probably wont be able to add any, you can change the current ones by editing the apk, signing it then installing it. Once you open up the apk (with 7zip, winrar etc.) look inside the drawable-hdpi folder. Thats probably where the emoticons are kept.
I can help if you need.
You might want to check out these custom whatsapp's by yorzua :
http://forum.xda-developers.com/showthread.php?t=1543631
Thanks for your reply om gonna try it out i'll let you know of i need your help (probably i will need it xD)
Sent from my GT-I9100 using xda premium
Adding icons to whatsapp
Hey Guys has anyone tried adding new icons into the default whatsapp?
Or do the modded versions allow adding additional GIF'S to be added to the instant messenger?
Thanks
yes i have tried it, but it's useless since the recipient of the emoticon should have the "moded" version too, so that he could see the emoticon
Just wanted to add that Ive noticed the Iphone has new icons and I can view them on my phone which dont have those icons :/
esk02k said:
You probably wont be able to add any, you can change the current ones by editing the apk, signing it then installing it. Once you open up the apk (with 7zip, winrar etc.) look inside the drawable-hdpi folder. Thats probably where the emoticons are kept.
I can help if you need.
You might want to check out these custom whatsapp's by yorzua :
http://forum.xda-developers.com/showthread.php?t=1543631
Click to expand...
Click to collapse
I used 'Formatter' to rename (whatsapp) .apk file into .zip did required changes (replaced one .png smiley file) & again renamed it into .apk
But then, I'm not able to install it (even after uninstalling previous version). An error saying 'Application not installed' shows.
How can I modify .apk files (in terms of replacing only the smiley image files) & repack it into proper .apk file so that I'll be able to install it without any error?
Please help me..
thanks
yogz214 said:
I used 'Formatter' to rename (whatsapp) .apk file into .zip did required changes (replaced one .png smiley file) & again renamed it into .apk
But then, I'm not able to install it (even after uninstalling previous version). An error saying 'Application not installed' shows.
How can I modify .apk files (in terms of replacing only the smiley image files) & repack it into proper .apk file so that I'll be able to install it without any error?
Please help me..
thanks
Click to expand...
Click to collapse
i also want a new smiley, for example a puking smiley
After modifying the apk i think you should resign it to be able to install it
Check zipsigner from the play store
Sent from my GT-I9100G using XDA Premium 4 mobile app
fmardini said:
After modifying the apk i think you should resign it to be able to install it
Check zipsigner from the play store
Sent from my GT-I9100G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
so i have to download the whatsapp.apk, unrar it, change the icons in it, and resign it?
Were are the folder?
I am getting a "parsing" error by installing whatsapp
jonny.pl said:
i also want a new smiley, for example a puking smiley
Click to expand...
Click to collapse
That is exactly what I am trying to do here.
I was looking for the same & found these.
http://www.techgyd.com/whatsapp-stickers-free-android-iphone/12739/
Good idea, but not practical
In order to install an apk, it must be properly signed and with a password that only the developers know. If you own the app though, you will still need to to decompile and recreate the apk structure by turning the directories of the zip into an android structure, since the compiling will change pretty much everything.
Worst part of it all, if you somehow manage to change and install the app, only you will be able to see it since only the apk installed on your phone has those custom emoticons.
Cheers :good:
how do I put emoticons on viber /whatsapp for sell
Just get your friends to use wechat, has all the emos in the world. Whatsapp is crap

[Q] How to Change Fonts on CM10.1?

I can't find anything in the settings for changing the font and rom toolbox does nothing but send my phone into a boot loop... Anyone know how(can explain)?? I have a lot of font apk's from GB I'd like to use.
Go the hard way: fonts are stored under /system/fonts and you just have to replace them all you like with a root-enabled file explorer. If your fonts are in an APK pack, extract with WinRAR/WinZIP and look for .ttf files inside.
Sent from HTC Incredible S @ CM10.1
Is it just like a drag and drop? Would I replace the ones in there? Or just add the,... If I add them how dovI enable them? If I'm replacing them, would I rename them to the system name? Does it change instantly, or what? I'm not really "familiar" with this :/
KooladeKC said:
Is it just like a drag and drop? Would I replace the ones in there? Or just add the,... If I add them how dovI enable them? If I'm replacing them, would I rename them to the system name? Does it change instantly, or what? I'm not really "familiar" with this :/
Click to expand...
Click to collapse
Rename to the system names (but there are many font files, do make sure which you want to replace!) and replace them. Don't forget to set permission to rw-r--r--. Then just reboot to see effect. If anything happens just flash the original ROM without wiping anything.
Sent from Xperia Mini Pro SK17i @ CM10.1
AndyYan said:
Go the hard way: fonts are stored under /system/fonts and you just have to replace them all you like with a root-enabled file explorer. If your fonts are in an APK pack, extract with WinRAR/WinZIP and look for .ttf files inside.
Sent from HTC Incredible S @ CM10.1
Click to expand...
Click to collapse
All of the fonts are individual apk files.. How do you extract the ttf files?
KooladeKC said:
All of the fonts are individual apk files.. How do you extract the ttf files?
Click to expand...
Click to collapse
I mean, can't you open the apk's with WinRAR or WinZIP? (if necessary, change the file extension to .zip) Extract and seek .ttf files in it. I can't guarantee you will find it though, as I always directly fetch readily-available ttf files and never used these font APKs. Maybe that's different.
A bit offa topic: why change when system default (the Roboto font family) is beautiful enough?
Sent from HTC Incredible S @ CM10.1
When I change some of the file I get stuck in a forever boot. Am I doing something wrong?
Sent from my HTC Vision using Tapatalk 2
TayOnG1 said:
When I change some of the file I get stuck in a forever boot. Am I doing something wrong?
Sent from my HTC Vision using Tapatalk 2
Click to expand...
Click to collapse
Then you must be doing wrong, or you might haven't set correct permissions after replacing files.
Anyway, I'm free on summer vacation, so you can send me the fonts you want to use (font name or file, both are okay, BUT it has to be a font family with at least bold, italic and bold+italic variants!), and I'll see if I can pack up a flashable zip for you.
AndyYan said:
Then you must be doing wrong, or you might haven't set correct permissions after replacing files.
Anyway, I'm free on summer vacation, so you can send me the fonts you want to use (font name or file, both are okay, BUT it has to be a font family with at least bold, italic and bold+italic variants!), and I'll see if I can pack up a flashable zip for you.
Click to expand...
Click to collapse
I see now what I was doing wrong. The font I was trying to use wasn't bold and I was trying to load it into a bold file in the system folder. Thank you for the quick response.
I know this isn't apart of the tread but how would you go about packing fonts in a zip to flash?
Sent from my NookColor using Tapatalk 4 Beta
TayOnG1 said:
I know this isn't apart of the tread but how would you go about packing fonts in a zip to flash?
Sent from my NookColor using Tapatalk 4 Beta
Click to expand...
Click to collapse
Normally I have to base my flashable zip on an already existing one, then I just replace the fonts inside, slightly tweak the update-script, repack, re-sign and all done. Dunno how to go into details...
Sent from Google Nexus 4 @ CM10.1.2

[MOD][CM12.1 BETA 3/20150506] Google Android System Webview

Introduction
Google has updated Android System Webview for Lollipop, but is only exclusive for stock Nexus ROMs. The app is available in Play Store but renders unusable for non-Nexus ROMs. The 'framework-res.apk' contains a string that links the webview to the stock package 'com.android.webview,' and the updated webview uses the package name 'com.google.android.webview.' This mod replaces the link for the Webview from stock to the updated package.
An Xposed module is available but Xposed Framework is in its 'Super Alpha' stage for Android 5.1.1. This mod is for those who don't want to test an unstable build yet.
Instructions
NOTE: Ensure that a backup is available in case things get out of hand.
Download and install Android System Webview from Play Store or replace the stock webview with Delta GApps Webview Addon (flash).
Download the attached file and place it in the device's storage.
Flash the downloaded file through recovery.
Reboot the system.
DIY Tutorial
If you have other mods installed, you can apply this mod alongside them.
Requirements
Windows Platform
A PC
Modified framework-res.apk
Instructions
Go to iBotPeaches' Apktool website and follow the installation instructions for Apktool 2.x.
Place the modified framework-res.apk together with the previously downloaded files in the same folder.
Hold 'Ctrl' + 'Shift' and right-click inside the folder and select 'Open command window here'.
Type in:
Code:
apktool if framework-res.apk
This imports the framework, which is what the 'if' stands for.
Type in:
Code:
apktool d framework-res.apk -s
This decodes the apk. The '-s' variable makes it decode only the resources, which saves us more time in decompiling.
Navigate to 'framework-res\res\values'.
Open up strings.xml and find 'config_webViewPackageName'.
Replace 'com.android.webview' with 'com.google.android.webview' and save.
Type in:
Code:
apktool b framework-res -c
This rebuilds the apk, which is what the 'b' stands for. The variable '-c' copies the original AndroidManifest.xml and META-INF folder. These contain the signatures of the apk and are necessary to function properly.
The recompiled framework-res.apk will be placed in 'framework-res\dist'.
Overwrite the existing framework-res.apk manually or replace the one in the flashable zip with the newly modified framework-res.apk.
thanks for your guide bro
will try this soon, but what we know how this work, if we success install this mod?
Nicklas Van Dam said:
thanks for your guide bro
will try this soon, but what we know how this work, if we success install this mod?
Click to expand...
Click to collapse
The only way I found out it was working was when I removed/replaced the stock webview, Google apps didn't force close at boot. I haven't thought/found other ways on how to.
elmkzgirxp said:
The only way I found out it was working was when I removed/replaced the stock webview, Google apps didn't force close at boot. I haven't thought/found other ways on how to.
Click to expand...
Click to collapse
So I must deleted stock android web view?
Nicklas Van Dam said:
So I must deleted stock android web view?
Click to expand...
Click to collapse
It's not necessary as it is guaranteed to work. But if you really wanted to make sure, then you can go ahead and replace/remove the stock webview.
elmkzgirxp said:
It's not necessary as it is guaranteed to work. But if you really wanted to make sure, then you can go ahead and replace/remove the stock webview.
Click to expand...
Click to collapse
is this will make bootloop? i used cm and this very fragile for that thing
Nicklas Van Dam said:
is this will make bootloop? i used cm and this very fragile for that thing
Click to expand...
Click to collapse
No. You should consider the risk when dealing with these things. Otherwise don't attempt to do such modifications.
elmkzgirxp said:
No. You should consider the risk when dealing with these things. Otherwise don't attempt to do such modifications.
Click to expand...
Click to collapse
i'm not consider that -_-, but i'm very lazy to reflash again if this bootloop. ok thanks for suggest
i've do patch to core.jar from lucky patcher. that's why i lazy with that thing -_- . if reflash it take much time to patch it again
@elmkzgirxp
is there way to check if webview is working??
also there are three files related to webview in aosp ROMs at /system/lib folder
1)libwebviewchromium.so
2)libwebviewchromium_loader.so
3)libwebviewchromium_plat_support.so
do they need replacement as Google webview also has libwebviewchromium.so file
mepsilon2 said:
@elmkzgirxp
is there way to check if webview is working??
also there are three files related to webview in aosp ROMs at /system/lib folder
1)libwebviewchromium.so
2)libwebviewchromium_loader.so
3)libwebviewchromium_plat_support.so
do they need replacement as Google webview also has libwebviewchromium.so file
Click to expand...
Click to collapse
The only way I know is that it doesn't return error messages on certain apps in logcat.
If you're talking about AOSP, the three libraries are used by webview.apk, the stock one. If you are using 5.0+, then it's not necessary to remove them, as the libraries in the /system/app folder takes precedence. But if you're using 4.0+, then you have to replace them. Most flashable zips do this work for you, unless you're doing it manually.
elmkzgirxp said:
The only way I know is that it doesn't return error messages on certain apps in logcat.
If you're talking about AOSP, the three libraries are used by webview.apk, the stock one. If you are using 5.0+, then it's not necessary to remove them, as the libraries in the /system/app folder takes precedence. But if you're using 4.0+, then you have to replace them. Most flashable zips do this work for you, unless you're doing it manually.
Click to expand...
Click to collapse
thanks
I'm on 5.1.1. Google webview has it's own libwebviewchromium.so shouldn't it have it's own libwebviewchromium_plat_support.so and libwebviewchromium_loader.so also??
---------- Post added at 10:42 AM ---------- Previous post was at 10:28 AM ----------
I guess it shouldn't as stock webview also has only libwebviewchromium.so Other 2 lib files must be common for both webview
mepsilon2 said:
I guess it shouldn't as stock webview also has only libwebviewchromium.so Other 2 lib films must be common for both webview
Click to expand...
Click to collapse
Right, of course, I forgot. The other two libraries are still necessary for it to function, but they rely on different libwebviewchromium.so.
elmkzgirxp said:
Right, of course, I forgot. The other two libraries are still necessary for it to function, but they rely on different libwebviewchromium.so.
Click to expand...
Click to collapse
I don't know if people already know this or not. but There is now no need to compile and decompile framework. there is a new commit which support both type of webview. Here is link for SlimRom
https://github.com/SlimRoms/frameworks_base/commit/72556d08c5a50d01252c74e1cec361ee24edd6e6
This support I have found in CM and AICP ROM too but not in ParanoidAandroid
mepsilon2 said:
I don't know if people already know this or not. but There is now no need to compile and decompile framework. there is a new commit which support both type of webview. Here is link for SlimRom
https://github.com/SlimRoms/frameworks_base/commit/72556d08c5a50d01252c74e1cec361ee24edd6e6
This support I have found in CM and AICP ROM too but not in ParanoidAandroid
Click to expand...
Click to collapse
Yeah, this thread is actually outdated, but I am unable to delete it. This could just be for future reference.

Here are 54 dynamic icons and 1957 icons. Could some one take it and make themes

https://drive.google.com/file/d/1uUFsIc7QJZ79klatiUTPKpr1qFUfV54g/view?usp=sharing
Nearly all the apps covered. I don't have tools for oppo theme so if someone here has it, please use these icons and make themes. And please share your theme here.
Thank you.
you don't need tools,
1. change extension from .theme to .zip and extract it.
2.find icons file and replace it or you can extract it(add .zip extension)
3. repack all, for icons.zip, delete .zip extension and for theme archive, change extension from .zip to .theme
Your tool is file manager app ?️, just use it!
Good luck!
Thank you. I have tried this but failed. Let me try it again and see how things goes.
CStelică said:
you don't need tools,
1. change extension from .theme to .zip and extract it.
2.find icons file and replace it or you can extract it(add .zip extension)
3. repack all, for icons.zip, delete .zip extension and for theme archive, change extension from .zip to .theme
Your tool is file manager app ?️, just use it!
Good luck!
Click to expand...
Click to collapse
No, it doesn't work. I have tried again with several themes. And when I apply these themes, the icons don't show up.
Could you please also try with it? If you have a working theme, could you please share it?
Thank you very much.
CStelică said:
you don't need tools,
1. change extension from .theme to .zip and extract it.
2.find icons file and replace it or you can extract it(add .zip extension)
3. repack all, for icons.zip, delete .zip extension and for theme archive, change extension from .zip to .theme
Your tool is file manager app ?️, just use it!
Good luck!
Click to expand...
Click to collapse
haotingliu1990 said:
No, it doesn't work. I have tried again with several themes. And when I apply these themes, the icons don't show up.
Could you please also try with it? If you have a working theme, could you please share it?
Thank you very much.
Click to expand...
Click to collapse
Your icon pack is not fully compatible with color os 5.1
Theme screenshot: https://drive.google.com/file/d/1560m9G2aAuGP59byykJuqOeNCfJlqeEv/view?usp=drivesdk
One element on the zip file is missing... It is the "allapps.xml"... The one thing that is very important to generate the icons onto homescreen...
CStelică said:
Your icon pack is not fully compatible with color os 5.1
Theme screenshot: https://drive.google.com/file/d/1560m9G2aAuGP59byykJuqOeNCfJlqeEv/view?usp=drivesdk
Click to expand...
Click to collapse
Thank you very much! Seems like something missing in the pack. I will find it and post it here again. One question about the icons is: are the dynamic icons working, like: the config icon should rotate.
arbayxda said:
One element on the zip file is missing... It is the "allapps.xml"... The one thing that is very important to generate the icons onto homescreen...
Click to expand...
Click to collapse
I will look for it today. Thank you for the information.
arbayxda said:
One element on the zip file is missing... It is the "allapps.xml"... The one thing that is very important to generate the icons onto homescreen...
Click to expand...
Click to collapse
Thank you, I found the file and rebuild the theme. The link is here and it works:
haotingliu1990 said:
Thank you, I found the file and rebuild the theme.
Click to expand...
Click to collapse
Awesome. So, you can modify my theme for own use but you don't have my permission to share it. Please edit your reply and delete url.
Have a nice day!
CStelică said:
Awesome. So, you can modify my theme for own use but you don't have my permission to share it. Please edit your reply and delete url.
Have a nice day!
Click to expand...
Click to collapse
Sorry will do it right now.

Categories

Resources