hello everybody
i wanted to ask if it would be possible to replace for example the odex'd google apps with the deodex'd apps from cmgapps (deodex'd ones) as our devices is HDPI too!
Related
Hi I thought id start a new thread as there may be other members who wouldn't see it in the k8 post that may be able to help. I have managed to decompile the stock k8 smartwatch launcher called launcher2.apk and have found the folder with the watch faces however I have no idea how to add more clocks to this so have tried using photoshop to amend the ones already there. I have recompiled the apks and put it in the original launchers folder but it wont let me install and wont load when replacing the original. Although watchmakeer is a great app I kinds prefer the way the stock launcher works and being able to hold and switch through faces. If anyone can give advice or compile a modded apk with extra faces or advise me how to make the watch recognise this as an alternative launcher so i can choose between original stock launcher and modded launcher It would be a big help.
soulclaimed said:
Hi I thought id start a new thread as there may be other members who wouldn't see it in the k8 post that may be able to help. I have managed to decompile the stock k8 smartwatch launcher called launcher2.apk and have found the folder with the watch faces however I have no idea how to add more clocks to this so have tried using photoshop to amend the ones already there. I have recompiled the apks and put it in the original launchers folder but it wont let me install and wont load when replacing the original. Although watchmakeer is a great app I kinds prefer the way the stock launcher works and being able to hold and switch through faces. If anyone can give advice or compile a modded apk with extra faces or advise me how to make the watch recognise this as an alternative launcher so i can choose between original stock launcher and modded launcher It would be a big help.
Click to expand...
Click to collapse
Ok so ive figured out now how to decompile, amend watch faces in apk with photoshop, recompile and sign the apk and now it works in my phone just need to work out how to add extra watchfaces as opposed to amending the existing ones...
so I decompiled and added extra watch faces in the folder and amended the code file that lists all the image files I expected this might add them as extras but this didn't work, what have I missed?
Odex file?
Buddy how do I do it I want to change my watch faces using the stock launcher I'm just bored of the current ones
Hey everyone,
I used a deep debloating flashable zip and it looks like it removed the Samsung Accessory Service Framework (It is required APK to connect your Samsung smartwatch) so does any body know what is its name in /system/app OR /system/priv-app , so I can install it back from extracted stock ROM, thanks everybody!
Regards,
addas4
Hello,
Under MM, it was possible to mod icons with CSCAppResource.apk, see [GUIDE] [Advanced] How to make an IconPack for Samsung Touchwiz [JellyBean].
Since Nougat, I do not find the way to make that it works.
Any idea please?
Thanks
PS : rooted phone of course.
Yep, struggling here too with nougat ...
I guess it has to do with what Samsung made with touchwiz with nougat as they re-branded the launcher as Samsung Experience. Something happened where the new version of the launcher does not pick up the apk/xml we use.
Hello
Thanks ahmed_ais for your feedback.
Hope someone could find the tip to make it back, maybe modded Touchwiz Launcher.
Does someone know if it is possible to add 3rd apps in Samsung Theme?
It seems that it only works with Samsung app ones.
It could be a solution
Found a solution !!
Hey, I just wanted to update you guys about a solution I have found: Substratum
It's a very big and deep theme engine worth checking out. I was able to theme apps icons throughout the whole system (including Touchwiz Experience launcher) without touching any apk so it's as clean as CSCAppResource approach.
Substratum can do a hell lot more of course, thanks to everyone contributed to this project. I have attached some screenshots from my setup using an icon pack found online (take a look at 3rd party apps icons)
Hello,
Can U provide us please more details how to proceed?
Thx
peyronnx said:
Hello,
Can U provide us please more details how to proceed?
Thx
Click to expand...
Click to collapse
Yea sure ...
First of all one would need to download the substratum theme template from here. We need to pay attention to step 3 from the description of that template as this is what we will be doing. Knowing that any app should have an icon either in one or more of /res/drawable folders or one or more of /res/mipmap folders, we need to put our themed icon in that location in assets folder within the substratum them.
Let's take an example of Facebook app. The launcher icon for that app is located at: com.facebook.katana/res/mipmap-xxxhdpi-v4/icon_katana.png (and perhaps other mipmap folders as well, I didn't check). Therefore, I should include the same hierarchy in my substratum theme like this: MySubstratumTheme/app/src/main/assets/overlays/com.facebook.katana/res/mipmap-xxxhdpi-v4 and there I put the new icon with the same name icon_katana.png (the name is defined in the app's manifest file so it should be exactly the same).
Once done, we build the theme and we push and install it to the phone then proceed with Substratum app.
Please someone would like to provide the apk? Mine is corrupted
Hello guys I have fixed my problem
First I installed an app called APK EXTRACTOR and I extracted the original APK from my system
Then I installed it
It didn't work
Then I Uninstalled updates and replaced the app with factory APK
Now it's working
Ps : I had this problem after trying to update the keyboard app with random APK from APK mirror site, don't do it it won't work as Samsung APKs are device specific
Here is the original thread https://forum.xda-developers.com/galaxy-tab-a/help/samsung-keyboard-longer-updating-t3585807
What files do not change in the rom ?? Or what files can you change ?? For example , I have a phone version android 4,4 and want to become like 6.0 without downloading a new ROM just change some files until the interface change and statut bar and menu parametrs Plzz help me And what is the role of each files of system file
etc
Usr
Media
App
Framwark
Vondor
...
:crying:
This may or may not be relevant, but should be sufficient to describe the amount of work involved in theming.
The Dell Streak ran Android 2.3.x when it reached its end of life. At the time I had gotten my S4 I was the last person doing any actual work on the device. One of the things I made for that device was a theme named "Traveller ICS". Its goal was to port elements of the new (at the time) Holo styling in Android 4.0 to the older version of Android. A LOT of files were edited to make this happen, as all of them had drawable elements that needed changing.
F:\system\app\Browser.apk
F:\system\app\Contacts.apk
F:\system\app\DellSettingsProvider.apk
F:\system\app\DeskClock.apk
F:\system\app\Email.apk
F:\system\app\Gallery3D.apk
F:\system\app\Mms.apk
F:\system\app\Phone.apk
F:\system\app\Settings.apk
F:\system\app\SettingsProvider.apk
F:\system\app\SystemUI.apk
F:\system\framework\framework-res.apk
The included text file below lists all the files in just one of the apps listed above. Not every file will need to be altered, but virtually all the images will need to be changed, and more than a few XML files. The point of the matter here is that it is not an easy task to re-theme the whole of Android to look like Android 6.x. It's a lot of work, and given the existence of substratum, not worth the effort.
Change ROMs. Hard-coded theming of Android is a *****, and you don't want to do it if you don't have to.
EDIT: Please note, if you are attempting to modify a Touchwiz ROM to look like later versions, I don't know whether it's possible or not, but I seriously wouldn't try it with the Touchwiz framework either.
Strephon Alkhalikoi said:
This may or may not be relevant, but should be sufficient to describe the amount of work involved in theming.
The Dell Streak ran Android 2.3.x when it reached its end of life. At the time I had gotten my S4 I was the last person doing any actual work on the device. One of the things I made for that device was a theme named "Traveller ICS". Its goal was to port elements of the new (at the time) Holo styling in Android 4.0 to the older version of Android. A LOT of files were edited to make this happen, as all of them had drawable elements that needed changing.
F:\system\app\Browser.apk
F:\system\app\Contacts.apk
F:\system\app\DellSettingsProvider.apk
F:\system\app\DeskClock.apk
F:\system\app\Email.apk
F:\system\app\Gallery3D.apk
F:\system\app\Mms.apk
F:\system\app\Phone.apk
F:\system\app\Settings.apk
F:\system\app\SettingsProvider.apk
F:\system\app\SystemUI.apk
F:\system\framework\framework-res.apk
The included text file below lists all the files in just one of the apps listed above. Not every file will need to be altered, but virtually all the images will need to be changed, and more than a few XML files. The point of the matter here is that it is not an easy task to re-theme the whole of Android to look like Android 6.x. It's a lot of work, and given the existence of substratum, not worth the effort.
Change ROMs. Hard-coded theming of Android is a *****, and you don't want to do it if you don't have to.
EDIT: Please note, if you are attempting to modify a Touchwiz ROM to look like later versions, I don't know whether it's possible or not, but I seriously wouldn't try it with the Touchwiz framework either.
Click to expand...
Click to collapse
First thank you for helping me I downloaded the ROM S8 and installed it on the S4 by adding the files after the ROM S4 I understood my intention. But if there was a danger on the phone, tell me before spoiling the concert Change CPU values
Sorry, but you're going to have to figure that out on your own, because I don't have an answer to that question.
Strephon Alkhalikoi said:
Sorry, but you're going to have to figure that out on your own, because I don't have an answer to that question.
Click to expand...
Click to collapse
I am randomly asked because when I search I find edits on ROM cyanogenmod but I want to modify the ROM on an official
For example, I already have S4 on Android 6.0.1
Port ROM note7
I meant to download rom note7 edit to fit my phone