Heya all.
I have two questions regarding a touchwizhome apk i am using (added for reference)
- One about removing a useless button from the menu
- And one about combining it with wallpaperchooser (also added for reference)
The issue about the button is that when pressing the menu button while in the app drawer, it shows an option to launch the "galaxy essentials" app (as shown in the screenshot added).
I have disabled this app and pressing it now says "app not installed" instead. So I just want the button to go, but i can't find any xml's i can edit for this and I don't know where to look for it in the smali files.
There is one folder called menu with options_menu.xml that has the line for this menu item in it tho.
I have tried adding the tags "android:visibility="gone" android:visible="false" and android:showAsAction="never" but none of those make it disappear and removing the line entirely just breaks the menu
So any help on this would be really appreciated!
The other problem I am having is that this touchwiz launcher was designed to work with the S5 wallpaperchooser, but I am using it on a note 2 (kitkat 4.4.2) which has a different wallpaperchooser.
When I install the S5 wallpaper apk the launcher works and lets me select wallpapers, but when I try using my original wallpaper apk the launcher doesn't recognize it and just says "app not installed"
Both wallpaperchoosers can be opened via phone settings tho, except that if I try to open the S5 wallpaper via phone settings, it force closes when I try changing the lockscreen wallpaper.
Both wallpaperchoosers have the same package name (com.sec.android.app.wallpaperchooser) but only the S5 one (Called wallpaperpicker) responds to the launcher. I have decompiled and compared both, but I don't know where to look or what to change to make my original wallpaperchooser respond to the launcher in the same way.
So any help on this one would also be really appreciated :D
Thanks in advance
I have two questions regarding a touchwizhome apk i am using (added for reference)
- One about removing a useless button from the menu
- And one about combining it with wallpaperchooser (also added for reference)
The issue about the button is that when pressing the menu button while in the app drawer, it shows an option to launch the "galaxy essentials" app (as shown in the screenshot added).
I have disabled this app and pressing it now says "app not installed" instead. So I just want the button to go, but i can't find any xml's i can edit for this and I don't know where to look for it in the smali files.
There is one folder called menu with options_menu.xml that has the line for this menu item in it tho.
I have tried adding the tags "android:visibility="gone" android:visible="false" and android:showAsAction="never" but none of those make it disappear and removing the line entirely just breaks the menu
So any help on this would be really appreciated!
The other problem I am having is that this touchwiz launcher was designed to work with the S5 wallpaperchooser, but I am using it on a note 2 (kitkat 4.4.2) which has a different wallpaperchooser.
When I install the S5 wallpaper apk the launcher works and lets me select wallpapers, but when I try using my original wallpaper apk the launcher doesn't recognize it and just says "app not installed"
Both wallpaperchoosers can be opened via phone settings tho, except that if I try to open the S5 wallpaper via phone settings, it force closes when I try changing the lockscreen wallpaper.
Both wallpaperchoosers have the same package name (com.sec.android.app.wallpaperchooser) but only the S5 one (Called wallpaperpicker) responds to the launcher. I have decompiled and compared both, but I don't know where to look or what to change to make my original wallpaperchooser respond to the launcher in the same way.
So any help on this one would also be really appreciated :D
Thanks in advance
Aucun commentaire:
Enregistrer un commentaire