[SOLVED]Liddroid toggles - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

i was trying lidroid togle on my system ui ddlk1
this was my procedure--
1 download all 3 files lidroidsysemui ,lidroid res and quicksettings.apk
2 decompile systemui and lidroidsystemui
3 copied the contents from lidroidsystemui smali folder to systemui smali folder , did not replace just copied from smali of lidroid to smali of systemui
4 i got copying message if you want to merge these folder,since 'com' folder was common to both,clicked yes
5 modified the statusbarservice.smali file
6 recompiled apk
7 opened with 7zip and copied the classes.dex to system/app
8 copied systemui.apk to syatem/app and lidroid-res to system/framework
9 quicksettings.apk to system/app
10 rebooted phone but i didnt got any status bar.the wallpaper is to the top
help me

have you set the correct permissions for all the apks
they should all be rw-r-r
you can also use a tool that will actually do everything for you except edit the manifest if you want to enable flashlight
you need to have notepad++ installed to be able to edit the smali file as per instructions on the thread
also if you have edited the manifest to enable flashlight you need to resign the apk
link to tool
http://forum.xda-developers.com/showthread.php?t=2181597

abhishekr700 said:
i was trying lidroid togle on my system ui ddlk1
this was my procedure--
1 download all 3 files lidroidsysemui ,lidroid res and quicksettings.apk
2 decompile systemui and lidroidsystemui
3 copied the contents from lidroidsystemui smali folder to systemui smali folder , did not replace just copied from smali of lidroid to smali of systemui
4 i got copying message if you want to merge these folder,since 'com' folder was common to both,clicked yes
5 modified the statusbarservice.smali file
6 recompiled apk
7 opened with 7zip and copied the classes.dex to system/app
8 copied systemui.apk to syatem/app and lidroid-res to system/framework
9 quicksettings.apk to system/app
10 rebooted phone but i didnt got any status bar.the wallpaper is to the top
help me
Click to expand...
Click to collapse
Give me systemui.apk (I don't have DDLK1, I use DDLE1)
and I will do it for you.

well i am giving you my systemui.apk but i want to learn how to do this
so plzz help me
edit--
also found that the compiles app cannot install.please tell me why??

abhishekr700 said:
well i am giving you my systemui.apk but i want to learn how to do this
so plzz help me
edit--
also found that the compiles app cannot install.please tell me why??
Click to expand...
Click to collapse
I am working on your systemui. I did not find this post, because you did not mention/quote me.
If you need help then just mention me/someone by "@hnkotnis"
Anyway you cannot install that apk by Package Installer. (Also cannot install other system apps)
You need to use Aroma File Manager (my 1st choice), Root Explorer (My 2nd choice) or System Apps Installer (This has some problems sometimes).

hnkotnis said:
I am working on your systemui. I did not find this post, because you did not mention/quote me.
If you need help then just mention me/someone by "@hnkotnis"
Anyway you cannot install that apk by Package Installer. (Also cannot install other system apps)
You need to use Aroma File Manager (my 1st choice), Root Explorer (My 2nd choice) or System Apps Installer (This has some problems sometimes).
Click to expand...
Click to collapse
ok i have root explorer but how to install apk using it
it gives the option of opening with default package installer

abhishekr700 said:
ok i have root explorer but how to install apk using it
it gives the option of opening with default package installer
Click to expand...
Click to collapse
FIRST BACKUP OLD SystemUI.apk to SD Card.
I have tested this apk but still make a backup.
(BONUS ALERT!!!) I ADDED FLASHLIGHT FIX ALSO!
I have attached apk, download it.
Put it in SD Card (anywhere)
Open Root Explorer, Go to apk location long press and click copy.
Go back...back... till root.
Click system ====> app
In upper right corner there is mount r/o. if it is mount r/o click button to make r/w.
Make it like this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Then press paste.
Find and long press systemui.apk ====> permissions.
Give permissions as rw-r--r--
Reboot phone.
DONE!

hnkotnis said:
FIRST BACKUP OLD SystemUI.apk to SD Card.
I have tested this apk but still make a backup.
(BONUS ALERT!!!) I ADDED FLASHLIGHT FIX ALSO!
I have attached apk, download it.
Put it in SD Card (anywhere)
Open Root Explorer, Go to apk location long press and click copy.
Go back...back... till root.
Click system ====> app
In upper right corner there is mount r/o. if it is mount r/o click button to make r/w.
Make it like this
View attachment 2630076
Then press paste.
Find and long press systemui.apk ====> permissions.
Give permissions as rw-r--r--
View attachment 2630077
Reboot phone.
DONE!
Click to expand...
Click to collapse
hey i followed your steps but on rebooting phone the statusbar was same as before no lidroid toggles??
BTW pm me your facebook id we will talk there

abhishekr700 said:
hey i followed your steps but on rebooting phone the statusbar was same as before no lidroid toggles??
Click to expand...
Click to collapse
I added flashlight fix.
Try this one.
If this gives same error, there is one more possible error.
Try this. If this gives error, then I will go to solve that remaining doubt.
BTW No facebook id. Please respect my privacy.
If you want to contact me use XDA PM.
I was always...am always...will be always on XDA

hnkotnis said:
I added flashlight fix.
Try this one.
If this gives same error, there is one more possible error.
Try this. If this gives error, then I will go to solve that remaining doubt.
BTW No facebook id. Please respect my privacy.
If you want to contact me use XDA PM.
I was always...am always...will be always on XDA
Click to expand...
Click to collapse
no change :sorry:
pm me your facebook plzzzzzzz
i will keep it to myself only

just use the lidroid tool I gave earlier with an unmodded stock system ui
once done flash that and check that everything works except flashlight
for flashlight add this to the activity in the android manifest
Code:
<activity android:theme="@*android:style/Theme.NoTitleBar.Fullscreen" android:name="com.lidroid.systemui.quickpanel.FlashlightActivity" android:clearTaskOnLaunch="true" android:launchMode="singleTask" android:configChanges="keyboardHidden|orientation" />
resign the apk - important since you have changed the manifest you must resign
put in a flashable and zip and flash with system mounted
note - you cant put it in the rom zip and reflash - the status bar will disappear most likely due to signature mismatches as all system apps need to be signed with the same key so if thats what you are doing re-sign all your system apps with the same key or you could maybe edit the framework to allow multiple signitures

abhishekr700 said:
no change :sorry:
pm me your facebook plzzzzzzz
i will keep it to myself only
Click to expand...
Click to collapse
Try with this one.
Sorry. No FB id.

hnkotnis said:
Try with this one.
Sorry. No FB id.
Click to expand...
Click to collapse
huh....no change
gonna try the too given by marcussmith2626

marcussmith2626 said:
just use the lidroid tool I gave earlier with an unmodded stock system ui
once done flash that and check that everything works except flashlight
for flashlight add this to the activity in the android manifest
Code:
<activity android:theme="@*android:style/Theme.NoTitleBar.Fullscreen" android:name="com.lidroid.systemui.quickpanel.FlashlightActivity" android:clearTaskOnLaunch="true" android:launchMode="singleTask" android:configChanges="keyboardHidden|orientation" />
resign the apk - important since you have changed the manifest you must resign
put in a flashable and zip and flash with system mounted
note - you cant put it in the rom zip and reflash - the status bar will disappear most likely due to signature mismatches as all system apps need to be signed with the same key so if thats what you are doing re-sign all your system apps with the same key or you could maybe edit the framework to allow multiple signitures
Click to expand...
Click to collapse
tried the tool no success !!!!!!

abhishekr700 said:
tried the tool no success !!!!!!
Click to expand...
Click to collapse
trust me it works - make sure you actually have a status bar before you flash
if you are flashing with a statusbar that has already disappeared it wont bring it back!

marcussmith2626 said:
trust me it works - make sure you actually have a status bar before you flash
if you are flashing with a statusbar that has already disappeared it wont bring it back!
Click to expand...
Click to collapse
i flashed when i had a status bar

abhishekr700 said:
i flashed when i had a status bar
Click to expand...
Click to collapse
is that your unmodified systemui you have posted on page one?

marcussmith2626 said:
is that your unmodified systemui you have posted on page one?
Click to expand...
Click to collapse
yes

abhishekr700 said:
yes
Click to expand...
Click to collapse
flash this in cwm with system mounted

marcussmith2626 said:
flash this in cwm with system mounted
Click to expand...
Click to collapse
no change
am i doing something wrong???
hnkotnis gave me lot of systemui.apk i tried update.zip by you and by myself
what is happening????????????????????????

Related

APK Manager Ver 5.0 - Makes Modifying Ur Apk A Breeze (Windows/Linux)

no longer supported visit http://forum.xda-developers.com/showthread.php?t=1310151
Can this be used to change the main icon of an app?
Also can it be used to theme an app?
Thanks for this!
Sent from my GT-I9100 using Tapatalk
jameslfc5 said:
Can this be used to change the main icon of an app?
Also can it be used to theme an app?
Thanks for this!
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
yes and yes
the script in v5.0 the command numbers are the same as in 4.9 ie, to read log it's still option 21 in 5.0, but under the about option it says v5.0 is this correct, or should the command numbers be different...
I keptthe options the same there is some more tweaking that needs to be done and not being the original guy who wrote this I am reluctent to change it much. This is basically a unofficial release of his script until he decides to make more updates to this but feel free to report anything that does not work or if you see a patch I might of missed or over looked a change needed
Sent from my Droid using XDA Premium App
Wow! I was looking at APK Manager 4.9 just last night but didn't download it since I noticed it hadn't been updated since last year.
I just happened to Google again right now, and noticed this 5.0 that was just released this morning.
Thanks for updating this. I'll be playing around with it tomorrow...
I'm stumped...I'm trying to run this on Vista. I have Java installed, but when I run the script I get:
Java was not found, you will not be able to sign apks or use apktool
Press any key to continue . . .
I realize this is probably not a problem with your tool, but I'd appreciate any help offered to get it working.
***Edit*** Found my problem. When I set my path for Java I used a : instead of a ; it's working perfectly now.
I have yet to be able to decompile an app with dependencies using option 10, the managers says to drag the dependee apk in this window or type its path, I can't drag and drop anything to the manager and I don't understand type in its path, do I type the path of the location of the apk on my computer or what? Also where should the framework-res be installed, in the other folder? I didn't install apk manager in my Android folder where my SDK is located it's just on my computer under a general file/folder, does it matter where it's installed? Please help, I've asked this question on the 4.9 thread but got no response...
oh yeah I forgot to mention that the apps I'm trying to decompile using option 10 are non system apps like the ones that you get from the market that can't be decompied using option 9...
has the linux version script been updated to include the option for installing resources for dependecies
adude247 said:
I have yet to be able to decompile an app with dependencies using option 10, the managers says to drag the dependee apk in this window or type its path, I can't drag and drop anything to the manager and I don't understand type in its path, do I type the path of the location of the apk on my computer or what? Also where should the framework-res be installed, in the other folder? I didn't install apk manager in my Android folder where my SDK is located it's just on my computer under a general file/folder, does it matter where it's installed? Please help, I've asked this question on the 4.9 thread but got no response...
oh yeah I forgot to mention that the apps I'm trying to decompile using option 10 are non system apps like the ones that you get from the market that can't be decompied using option 9...
Click to expand...
Click to collapse
realy no one...
This is perfect. I've been finding myself playing with quite a few apk's lately and going through a bunch in order to test them. This will save me quite a few steps. Thanks.
Great update. Thanks
Here is a log of the error when decompileing an apk. It works fine in 4.9 with apktool 1.3.1 but gives this error in your 5.0. I have seen this where one version of apktool will decompile the apk but the newer version will not.
+1
Sent from my SCH-I500 using XDA Premium App
adude247 said:
I have yet to be able to decompile an app with dependencies using option 10, the managers says to drag the dependee apk in this window or type its path, I can't drag and drop anything to the manager and I don't understand type in its path, do I type the path of the location of the apk on my computer or what? Also where should the framework-res be installed, in the other folder? I didn't install apk manager in my Android folder where my SDK is located it's just on my computer under a general file/folder, does it matter where it's installed? Please help, I've asked this question on the 4.9 thread but got no response...
oh yeah I forgot to mention that the apps I'm trying to decompile using option 10 are non system apps like the ones that you get from the market that can't be decompied using option 9...
Click to expand...
Click to collapse
First you need to make sure the path has no empty parts
C://androidfiles/apk_manager_5.0 is fine, C://android files/apk_manager_5.0 would create issues.
You only need to install new framework`s in the following cases:
1. You decompile a system apk from a different Android platform then before (Froyo, Gingerbread eg.) - in that case you install a new framework-res.apk
2. You decompile a system apk with dependencies to a 2nd framework like in Sense ROM`s or Samsung ROM`s - in that case you will in case of Sense install a new com.htc.resources.apk
You can install these with 10 option and just drag the framework in the bottom of the script window. In the rare case this fails (never happened to me), you can manually install frameworks in apktool:
open a terminal/command prompt
cd into the folder, where your apk is located
(in this example sensation)
now type this:
apktool if framework-res.apk sensation (sensation will be a tag name of the framework)
and then after type this:
apktool if com.htc.resources.apk sensation (sensation will be a tag name of the framework)
You don`t need the tags, but in case you are working on multiple projects with apktool, it makes sense. In any case I doubt you will have issues, if you drag framework to the correct area.
zelendel said:
Here is a log of the error when decompileing an apk. It works fine in 4.9 with apktool 1.3.1 but gives this error in your 5.0. I have seen this where one version of apktool will decompile the apk but the newer version will not.
Click to expand...
Click to collapse
1.3.1 is always good to have, since sometimes new apktool versions create issues (and vice versa). For that reason I always have several versions on hand so I can just drag them in "other" folder when needed.
Exactly how do I change the path to include adb.exe, which in Android SDK 12 is in the C:\Program Files (x86)\Android\android-sdk\platform-tools path.
Because Every time I launch the script in APK Manager, I get this message "Adb was not found. You will not be able to manipulate the files on your phone". I would really like to get this working. Thanks guys.
Hi.
I would have preferred to have figured this out for myself but I'm stumped here. An unmodified framework decompiles ok but any other apk fails.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I've attached the log and the unmodified apk I'd like to mod.
Hi
Im trying to edit the framework-res.apk from my rom, to change the battery icons.
Im using APK manager to decompile the apk, then i replace the stat_sys_battery pngs with 30 custom ones. after that i edit the stat_sys_battery.xml and zzzstat_sys_battery.xml to include my pngs at specific battery percantages.
that all goes well, but when i try to compile the .apk i get some errors.
first i have to type y or n i its a system app.
i press y and enter
after that it says to navigate to /apkmanager/keep and delete all files i edited.
but all files in this folder is the stock ones (IE unedited)
i have tried a bunch of things:
1. do nothing and continue
I end up with a 4 KB unsignedframework-res.apk containing onlt meta info
2. I delete the stock versions of the files I edited
I end up with exactly what was in the keep folder, an .apk without the files which I deleted
3. I delete the stock versions of the files I edited, and replace them with my modified files
I end up with what seems to be what i need (when i open the .apk in 7-zip i see all of my pngs and xmls) but when i flash it i end up with the battery unknown icon
Can anyone enlighten me??
Ok, I have no more Java or adb.exe issues. The problem is, once I choose 9 to decompile, the cmd window closes and nothing gets decompiled. Any workaround for that? I tried to change the compatibility to XP sp3 but no help.

[HOWTO] Apk Manager ICS - decompile apk's

Hey guys iv had trouble discovering a version of apktool that would actually work on Samsung stock firmware !
Although I think I may have just found one which can decompile: HERE
This is confirmed working on CM9 .apk files.. Samsung on the other hand has been troublesome im hoping one of the dev's can offer some sort of explanation.
CRASH COURSE FOR NOOBS
First things first, you can to extract your "framework-res.apk" from "system/framework" of your rom.
You will then have to set your framework file in apktool.. Two ways of doing so:
If you have apktool installed in C:\Windows open a CMD window and type the following command: "apktool if framework-res.apk".
or
You simply rename your framework-res.apk to "1.apk" and place it in "C:\Users\<YOURUSERNAME>\framework".
You then want to extract "Apk Manager ICS" from the zip you downloaded & then place the apk you want to modify in "place-apk-here-for-modding" folder.
At this stage you can open up "Script.bat" which will execute a CMD window with a bunch of different options..
Enter "22" to set your target project, then "9" to decompile. Once the decompile completes you can then navigate to the "Apk Manager ICS/projects" folder where you will see the decompiled source of the apk.
Make your modifications to the apk and take note of the files you have edited, this is important.
To recompile select option "11". If errors persist this may be due to a incorrect commands/functions you have used in your modifications, review the log..
Navigate to "Apk Manager ICS\place-apk-here-for-modding" where you will now find a "unsigned<APKNAME>.apk". This is a recompiled version of the original apk! Or semi depending on the errors you received.
Open this file with 7zip/Winzip or what ever you use and extract the files which you had modified from the apk.. eg. SecContacts.apk\res\layout-ar-rAE\call_detail_delete.xml
You then want to open up the original apk in "Apk Manager ICS\place-apk-here-for-modding" just named "<APKNAME>.apk" in 7zip/Winzip overwrite the files with the ones you have just extracted from the unsigned version. By using this tactic you will keep the original signatures on the .apk..
Post back your results.. If anyone can add any information to this post please feel free too ! I just though id share my experiences so far.. Hopefully someone can shed a little more light!
Good luck !
God dam it, cant get it compiling anymore.. Someone figure this out please..
Well my experience with Apk Manger has been that the same one I've been using for Gingerbread works just fine on ICS, so no need for a new one necessarily. But I did find that sometimes Apk Manager could not decompile certain apks...where APKTOOL could. I do like to use Apk Manager, so I found success by decompiling them with APKTOOL, then transferring the files over to the projects folder of Apk Manager, then the rest you just do normal.
As for your instructions on how to use Apk Manager,
you did a good job describing the fundamentals of how to decompile, and recompile but I find the major flaw in your instructions is when you say "I had recieved errors when doing so.. ignore this for now." DON'T ignore that! That is saying you have an error
So if you get that error when it asks you yes or no, choose "no" and it will abort. Then type "21" and a red CMD screen will popup and run and error log. Its not real easy to read, but if you do it you will find your mistake in your edits. Correct these mistakes until you DO NOT get any errors, then proceed.
If you do this correctly and receive no errors then the "unsigned<APKNAME>.apk" that will be created in the "place-apk-here-for-modding" folder is done. Pull it out and remove the unsigned part.
The copy and paste method just leaves room for more errors, IMO. Ones that are not logged.
Good Luck!
X
EXPERIMENT said:
Well my experience with Apk Manger has been that the same one I've been using for Gingerbread works just fine on ICS, so no need for a new one necessarily. But I did find that sometimes Apk Manager could not decompile certain apks...where APKTOOL could. I do like to use Apk Manager, so I found success by decompiling them with APKTOOL, then transferring the files over to the projects folder of Apk Manager, then the rest you just do normal.
As for your instructions on how to use Apk Manager,
you did a good job describing the fundamentals of how to decompile, and recompile but I find the major flaw in your instructions is when you say "I had recieved errors when doing so.. ignore this for now." DON'T ignore that! That is saying you have an error
So if you get that error when it asks you yes or no, choose "no" and it will abort. Then type "21" and a red CMD screen will popup and run and error log. Its not real easy to read, but if you do it you will find your mistake in your edits. Correct these mistakes until you DO NOT get any errors, then proceed.
If you do this correctly and receive no errors then the "unsigned<APKNAME>.apk" that will be created in the "place-apk-here-for-modding" folder is done. Pull it out and remove the unsigned part.
The copy and paste method just leaves room for more errors, IMO. Ones that are not logged.
Good Luck!
X
Click to expand...
Click to collapse
Thanks for the input, I agree with you 100% about the error section.
My question is tho how are people decompiling camera.apk & contacts.apk to make these great mods we see.. there MUST be a way to successfully compile a sammy .apk.
Works perfectly fine with AOSP/CM9 you can decompile & recompile no problems..
I just use this great tool for decompiling samsung apks
http://forum.xda-developers.com/showthread.php?t=1053227
Sent from my GT-I9300 using xda premium
firefds said:
I just use this great tool for decompiling samsung apks
http://forum.xda-developers.com/showthread.php?t=1053227
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Any luck recompiling tho ?
I also use apkmanager i got two sets of apktool i use..
also some apk's like secsettings.apk you need to raise the heap size
for good decompile and recompile..
No problems decompile and recompile on any file cm9 or sammy roms
if you want i help you sort your prob PM me
Greets
Dragon
Wanam has provided a working APK Manager which can be found in the OP of this thread.
And also I created a batch script method for simple decompiling and recompiling but only for framework-res.apk.
I havent used any of the other repacks. I could modify it to use any apk if there is a need.
Its in my sig anyway and definitely works with framework-res.apk
fOmey said:
Any luck recompiling tho ?
Click to expand...
Click to collapse
Yep.
There is a bug in apktool.jar though.. there are problems with the decompiling of some plurals.xml which you need to fix manually
Sent from my GT-I9300 using xda premium
firefds said:
Yep.
There is a bug in apktool.jar though.. there are problems with the decompiling of some plurals.xml which you need to fix manually
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Could you provide a quick start guide to these manual fixes?
Framework-res.pk is the only file I can't recompile.
So i had a strange problem.
I do everything like this manual.
But every Time when i want to replace the framework-res.apk after it hangs in bootprocess. Its the same when i do nothing in the .apk, Just decompile and recompile.
I had this Problem on every Tool.
I want to mod the framework from CM9 on my Galaxy S2.
So what can i do? Whats the Problem?
nobnut said:
Wanam has provided a working APK Manager which can be found in the OP of this thread.
Click to expand...
Click to collapse
I confirm : working for me
I followed the instructions in the first post and got up to running Script.bat, but then I got the dreaded "Java not found" even though I have the latest java installed.
I read that the environmental variables need to be edited. Could someone give me an idea as to what the PATH should look like? Thanks in advance.
D1358531 said:
I followed the instructions in the first post and got up to running Script.bat, but then I got the dreaded "Java not found" even though I have the latest java installed.
I read that the environmental variables need to be edited. Could someone give me an idea as to what the PATH should look like? Thanks in advance.
Click to expand...
Click to collapse
Copy the path to /bin folder inside the java directory..usually c:\program files\windows\java_jdk7\bin...and then right click on computer shortcut and select properties..click on advanced and then environment variables..in the pop up box..click a new path and paste the path to the bin folder..apply it and the save it..
Sent from my iPad using Forum Runner
zoot1 said:
Copy the path to /bin folder inside the java directory..usually c:\program files\windows\java_jdk7\bin...and then right click on computer shortcut and select properties..click on advanced and then environment variables..in the pop up box..click a new path and paste the path to the bin folder..apply it and the save it..
Sent from my iPad using Forum Runner
Click to expand...
Click to collapse
So, I should type "PATH" for the variable name? This will replace the PATH value that is already there, correct? Can there be any spaces in the path?
D1358531 said:
So, I should type "PATH" for the variable name? This will replace the PATH value that is already there, correct? Can there be any spaces in the path?
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
zoot1 said:
Click to expand...
Click to collapse
Ok, thanks...I'll try it ina bit. Will I.need to reboot?
D1358531 said:
Ok, thanks...I'll try it ina bit. Will I.need to reboot?
Click to expand...
Click to collapse
I don't think so..
Sent from my iPad using Forum Runner
zoot1 said:
I don't think so..
Sent from my iPad using Forum Runner
Click to expand...
Click to collapse
OK, that didn't work...I think I have to include the Apk Manager ICS in the path somewhere, maybe even the Script.bat?

[TOOL][NoobFriendly]EAIT:Easy Apk Image Themer

Today I am proud to present my new creation EAIT - EASY APK IMAGE THEMER.
DISCONTINUED
I don't use Windows anymore, so any support for this script/app is dropped.
Download from Mediafire or from ATTACHMENT.
I see sometimes peoples get very shocked after they see my modded versions of whatsapp, so I thought lets make something which helps to *any* normal android user to edit any apk.
Keep in mind that this is not much advance tool and won't be able to do all editing.
So what exactly is EAIT, it's a simple tool which extracts APK to let you edit images and then compress it back to .apk to install on your phone.
What you need?
JRE 6/7 -download it from java.com
Any good image editor like l Photoshop, GIMP or Paint.net
steps:
1. Download .rar from above.
2. Extract in C:/
3. Take backup of app(by ES explorer) you want to edit and move it to "PLACE-APK-HERE"
4. Run main application "easy apk image themer" from folder.
5. See your current apk will be listed on top.
6. Press 1 and enter to extract
7. Minimize the window and go to 'Project' folder. You'll find appname.apk folder, click on it.
8. Browse through "res" folder and see images inside drawable folders. Edit then with help of Photoshop/GIMP/Paint.NET.
Warning: rules of editing
>never edit "imagename".9.png files or you may get force close.
>If you want to replace image then choose something that has same resolution
9. After all editing maximize the window you previously minimized.
10. Press 2 and hit enter, wait for a while.
11. Press 3 and hit enter wait for a while.
12. You will find Signed-appname.apk in your "place-apk-here" folder
13. Send that app to your phone and install ( you may need to Un-install previous one)
14. Enjoy... and press thanks if you liked it
Report any bugs/problems here only.
Some images
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
the result:-
reserved
bump
Here is a Mediafire mirror for you
I've always wanted to make an inverted Facebook app, so I might give this a shot. Thank you for your work
I’m not trying to rain on OP’s parade, but out of curiosity, aren’t there similar tools for Windows already? Sometimes with even better GUIs like elesbb's GUI APK Tool
This looks like APK Multi Tool, minus all of the extra features. Even the folder structure is the same.
please help
i did everything as mentioned in ur tutorial. i colored some whatsapp smiles. and recompiled the apk and signed it. uninstalled my previous whatsapp and installed new one. but whenever i try to open a new contact to chat with it force closes. am attaching the edited apk. plz help me.
i didnt changed any resolution of images. just coloured them.
http://www.mediafire.com/download/ew7rgzz6qaa95uu/signed_whatsapp.apk
Interesting tool, would love it if i'd see screenshots and shared apks of modified apps! :good:
Great work.!!!
Hi Ankush,
You can use the Mediafire mirror.
http://www.mediafire.com/view/2zomqhmuoknb0gm/APK-Image-Themer_3.rar
BTW, amazing job now I can theme my apps...:good::good:
Downloaded
Ankush menat said:
Today I am proud to present my new creation EAIT - EASY APK IMAGE THEMER.
Download from dropbox
Please provide me mediafire mirror(mine account is not working properly)
I see sometimes peoples get very shocked after they see my modded versions of whatsapp, so I thought lets make something which helps to *any* normal android user to edit any apk.
So what exactly is EAIT, it's a simple tool which extracts APK to let you edit images and then compress it back to .apk to install on your phone.
What you need?
JRE 6/7 -download it from java.com
Any good image editor like l Photoshop, GIMP or Paint.net
steps:
1. Download .rar from above.
2. Extract in C:/
3. Take backup of app(by ES explorer) you want to edit and move it to "PLACE-APK-HERE"
4. Run main application "easy apk image themer" from folder.
5. See your current apk will be listed on top.
6. Press 1 and enter to extract
7. Minimize the window and go to 'Project' folder. You'll find appname.apk folder, click on it.
8. Browse through "res" folder and see images inside drawable folders. Edit then with help of Photoshop/GIMP/Paint.NET.
Warning: rules of editing
>never edit "imagename".9.png files or you may get force close.
>If you want to replace image then choose something that has same resolution
9. After all editing maximize the window you previously minimized.
10. Press 2 and hit enter, wait for a while.
11. Press 3 and hit enter wait for a while.
12. You will find Signed-appname.apk in your "place-apk-here" folder
13. Send that app to your phone and install ( you may need to Un-install previous one)
14. Enjoy... and press thanks if you liked it
Report any bugs/problems here only.
Some images
the result:-
Click to expand...
Click to collapse
Will try it soon cool tool will try to mod some apps
+1 Nice tool
himanshu.khanna said:
i did everything as mentioned in ur tutorial. i colored some whatsapp smiles. and recompiled the apk and signed it. uninstalled my previous whatsapp and installed new one. but whenever i try to open a new contact to chat with it force closes. am attaching the edited apk. plz help me.
i didnt changed any resolution of images. just coloured them.
http://www.mediafire.com/download/ew7rgzz6qaa95uu/signed_whatsapp.apk
Click to expand...
Click to collapse
You've edited one .9.png which is causing FC
So from what I am seeing, this allows you to easily edit images in apps. Does it however facilitate color changing? I'd like to theme facebook into the one team blackout has
asdfasdfvful said:
So from what I am seeing, this allows you to easily edit images in apps. Does it however facilitate color changing? I'd like to theme facebook into the one team blackout has
Click to expand...
Click to collapse
Facebook is mostly coded with HEX color codes and not Images...
You should use APKtool by brut.all
There are tons of guide available for How-to-theme-with-Apktool on XDA follow them.
Ankush menat said:
Facebook is mostly coded with HEX color codes and not Images...
You should use APKtool by brut.all
There are tons of guide available for How-to-theme-with-Apktool on XDA follow them.
Click to expand...
Click to collapse
Mhm... Apktool keeps on giving me issues. I guess I'll just love without theming
Sent from my One S using XDA Premium 4 mobile app
thanks but,
Ankush menat said:
You've edited one .9.png which is causing FC
Click to expand...
Click to collapse
how do i identify that which one is .9.png file? any suggestions?
himanshu.khanna said:
how do i identify that which one is .9.png file? any suggestions?
Click to expand...
Click to collapse
See the Image...
Those image files who have name like name.9.png will be visible as name.9 in Windows dont edit them
please help
Ankush menat said:
See the Image...
Those image files who have name like name.9.png will be visible as name.9 in Windows dont edit them
Click to expand...
Click to collapse
see i edited these files and they dont have .9.png in there name.View attachment 2479108
Sure, this is similar to some of the other apk editors out there like ApkTool/ApkMultiTool but this is NEWB friendly as the op expressed. I think this is a great program for someone just starting to learn about the android os and curious about themeing their own applications. Wish I had this tool when I first started themeing with apk multi tool. Without all the fluff and extra features, this software will be very helpful for users who are specifically interested in modifying the look of their applications. Good job Ankush
Anyone have any tips on editing Hangouts.apk? More specifically I would like to modify the emoji. Does framework-res.apk need to be included or something?
Sub'ed
OK so far so good, anyone know the name or where in the APK folder (which drawable folder) I could find the background images. I am working on the facebook messenger from my Sprint GS3.
Well I managed to edit the color of one of the pictures inside an app (ended up using the clock app) and now I cannot get it to install. I deleted the old clock and tried installing from es and also flashing from TWRP but could not find the file there (guess because it was not a .zip). Has to be in system/app folder.

[MOD] [APP] [LP] [.690/1.28] [UPDATE :- 07.05.2015] Modded System Apps For LOLIPOP

Hello Friends ,
Here is some modded system apps for all sony Xperia stock lollipop firmware. Please note. This is a System Apps modded collection. So you can't install it as a normal app. You need a fully working root and a LOLIPOP firmware.. Wait for fully working recovery. After getting recovery i will make a flashable zip for easy use....
Guys.. Always make a backup before trying any mod.. I am not responsible for any bootloop or damage
(1) TELE SERVICE MOD
FEATURES
Fully Deodexed Apks
Based On Stock Tele Service .apk
Enabled 2G Only Mod
Enabled 3G Only Mod
Enabled Speaker Voice Enhancement
Disabled Annoying Data Enabled / Disabled Notifications
SCREENS
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOAD
TELE SERVICE: - Click Me !
INSTRUCTIONS
Download And Copy The Apk To Ur Phone
Move The Apk To System
Set Permission Using Root Explorer
Move The Tele Service Apk To system/priv-app/TeleService Folder
Remove Arm folder ( Must )
Reboot The Phone
(2) INCALL UI MOD
FEATURES
Fully Deodexed Stock InCallUI apk
Disabled Annoying Reject Call With SMS Option
SCREENS
DOWNLOAD
NO REJECT CALL WITH SMS: - Click Me !
INSTRUCTIONS
Download And Copy The Apk To Ur Phone
Move The Apk To System
Set Permission Using Root Explorer
Move The Apk To System/Priv-app/ InCallUI Folder
Remove Arm folder ( Must )
Reboot The Phone
(3) SYSTEMUI MODS
FEATURES
Fully Deodexed Stock SystemUI
Based On Stock SystemUI.apk
5 Button Navigation Bar Mod
Dynamic Navigation Bar Mod ( Same Color As Statusbar )
Enabled Close All Recent Mod
Disabled Google Search Bar
SCREENS
DOWNLOAD
SYSTEMUI 5 BUTTON: - Click Me !
SYSTEMUI 5 BUTTON WITH DYNAMIC NAVIGATION COLORS: - Click Me !
SYSTEMUI 3 BUTTON WITH DYNAMIC NAVIGATION COLORS: - Click Me !
For SystemUI with theme accent color support go to here
http://forum.xda-developers.com/showthread.php?p=59730087 by my bro @Ambor
INSTRUCTIONS
Download And Copy The Apk To Ur Phone
Move The Apk To System
Set Permission Using Root Explorer
Move The SystemUI Apk To system/priv-app/SystemUI Folder
Remove The ARM Folder ( Must )
Reboot The Phone
(4) VARIOUS HOME MOD
FEATURES
Fully Deodexed Home apk
Based On Stock Home.apk
Various Sized App Drawers
Small Icons
Black Folder Background
SCREENS
DOWNLOADS
6 x 5 App Drawer and 7 Dock: - Click Me !
6 x 4 App Drawer and 7 Dock: - Click Me !
5 x 5 App Drawer and 7 Dock: - Click Me !
6 x 5 App Drawer and 5 Dock: - Soon !
6 x 4 App Drawer and 5 Dock: - Soon !
5 x 5 App Drawer and 5 Dock: - Soon !
5 x 4 App Drawer and 7 Dock: - Click Me !
INSTRUCTIONS
Download And Copy The Apk To Ur Phone
Move The Apk To System
Rename Apk To home-release.apk
Set Permission Using Root Explorer
Move The Apk To system/app/home-release Folder
Reboot The Phone
(5) BLACK THEMED SYSTEM APPS
[A]. SMALL APPS LAUNCHER
DOWNLOAD :- ClicK Me !
INSTRUCTIONS
Move The Apk To system/app/smallappslauncher Folder with permission
Reboot The Phone
Note : For 5 small apps in a row with black theme mod go to here
http://forum.xda-developers.com/showthread.php?t=3070643 done by my bro @Pandemic
. CONVERSATION APP
DOWNLOAD :- ClicK Me !
INSTRUCTIONS
Move The Apk To system/priv-app/conversation Folder with permission
Remove ARM Folder If Exist
Reboot The Phone
[C]. INCALL UI APP
DOWNLOAD :- ClicK Me !
INSTRUCTIONS
Move The Apk To system/priv-app/InCall UI Folder with permission
Remove ARM Folder ( Must )
Reboot The Phone
[D]. SEMC CLOCK APP
DOWNLOAD :- ClicK Me !
INSTRUCTIONS
Move The Apk To system/app/SemcClock Folder with permission
Reboot The Phone
[E]. SKIN CORE (THEME) APP
DOWNLOAD :- ClicK Me !
INSTRUCTIONS
Move The Apk To system/app/Skin-core release Folder with permission
Reboot The Phone
I want to say a big thanks to my bro @Ambor for testing the mod and creating the Screens for me.. ( For theme picker and Semc Clock.)
[F]. CALENDAR APP
DOWNLOAD :- ClicK Me !
INSTRUCTIONS
Move The Apk To system/app/semc calendar Folder with permission
Reboot The Phone
[G]. KEYBOARD APP
DOWNLOAD :- ClicK Me !
INSTRUCTIONS
Move The Apk To system/app/textinput-tng Folder with permission
Reboot The Phone
(6) VARIOUS SIZED NAVIGATION DPI MODS
FEATURES
32 DPI
36 DPI
38 DPI
40 DPI
42 DPI
DOWNLOADS
32 DPI Click Me !
36 DPI Click Me !
38 DPI Click Me !
40 DPI Click Me !
42 DPI Click Me !
INSTRUCTIONS
Download And Copy The zip To Ur Phone
Enter Recovery
Flash The Mod
Reboot The Phone
Hi Guys.
Thanks @Rajeev kindness and assistance @serajr I present:
Dark And Light Accent Color Dialer Theme
FEATURES
-Fully Deodexed Stock InCallUI apk
-Disabled Annoying Reject Call With SMS Option
-Working Theme Engine
SCREENS
INSTRUCTIONS
-Download And Copy The Apk To Ur Phone
-Move The Apk To System
-Set Permission Using Root Explorer
-Move The Apk To System/Priv-app/ InCallUI Folder
-Remove Arm folder ( Must )
-Reboot The Phone
SYSTEMUI MODS
FEATURES
-Theme Accent Color
-Invisible Power Button
-Button in the Quick Settings screen Off
-12 Quick Settings Toggles
-To SystemUi changed color should restart your phone
SCREENS
NEW SYSTEMUI MODS FEATURES
-Theme Accent Color
-Invisible Power Button
-Button in the Quick Settings screen Off
-12 Quick Settings Toggles
-To SystemUi changed color should restart your phone
-Wi-Fi And Signal Icon From KK
SCREENS
INSTRUCTIONS
-Download And Copy The Apk To Ur Phone
-Move The Apk To System
-Set Permission Using Root Explorer
-Move The SystemUI Apk To system/priv-app/SystemUI Folder
-Remove The ARM Folder ( Must )
-Reboot The Phone
SMALL APP
FEATURES
-Theme Accent Color
-5 Button in Favorite Bar
SCREENS
INSTRUCTIONS
-Download And Copy The Apk To Ur Phone
-Move The Apk To System
-Set Permission Using Root Explorer
-Move The SmallAppsLauncher.apk To system/app/SmallAppsLauncher Folder
-Remove The ARM Folder ( Must )
-Reboot The Phone
WHITE LOLLIPOP KEYBOARD
FEATURES
-White And Dark Grey Keyboard
SCREENS
INSTRUCTIONS
-Download And Copy The Apk To Ur Phone
-Move The Apk To System
-Set Permission Using Root Explorer
-Move The textinput-tng.apk To system/app/textinput-tng Folder
-Remove The ARM Folder ( Must )
-Reboot The Phone
THEME ACCENT CALCULATOR
FEATURES
-Change Colors Accents
SCREENS
INSTRUCTIONS
-Download And Copy The Apk To Ur Phone
-Move The Apk To System
-Set Permission Using Root Explorer
-Move The Calculator.apk To system/app/Calculator Folder
-Remove The ARM Folder ( Must )
-Reboot The Phone
DOWNLOADS
Enjoy
i getting error "unfortunately, the process com.android.phone has stopped. i cant do anything.....plz help me to fix the problem
alexdonwarez said:
i getting error "unfortunately, the process com.android.phone has stopped. i cant do anything.....plz help me to fix the problem
Click to expand...
Click to collapse
Move apk with correct permission and Remove Arm folder then reboot bro.. Let me know
@Rajeev Would you mind to post some screens? Thx!
Zwulf said:
@Rajeev Would you mind to post some screens? Thx!
Click to expand...
Click to collapse
Soon.. I am searching for a way to add some screens. Because i don't have photoshop now.. Will add soon..
Nice to see this bro @Rajeev
Keep it up ^^
Sent From My Z2 On LP 5.0.2 Full Debloated !
Move apk with correct permission and Remove Arm folder then reboot bro.. Let me know
Click to expand...
Click to collapse
please specify these steps in the instructions..because of ur mod i have re install the rom
alexdonwarez said:
please specify these steps in the instructions..because of ur mod i have re install the rom
Click to expand...
Click to collapse
U should backup first my friend.. Do not blame me.. Because its ur responsibility to take a backup before trying any mod..
yEs that's my fault, so kindly put instructions for noobs like me...
alexdonwarez said:
yEs that's my fault, so kindly put instructions for noobs like me...
Click to expand...
Click to collapse
Yes. I have done it.. And i am sorry for the trouble happen to u..
Zwulf said:
@Rajeev Would you mind to post some screens? Thx!
Click to expand...
Click to collapse
Screens added buddy
im still getiing this error " getting error "unfortunately, the process com.android.phone has stopped. i cant do anything.....plz help me to fix the problem" i followed instructions correctly and deleted the arm folder and set the permissions correctly
I had it to but solved it by pressing the whole time oke and set quickly the permissions of teleservice and replace it, pfiew lucky me not needed to downgrade to 4.4.2 and losing everything ^^
Sent From My Z2 On LP 5.0.2 Full Debloated !
I had the same problem @Alex Here is original apk... You will have to click quickly to replace it
so this mod is not working....
I don't know what happened but the mod is working for me. See screens.. Don't know what happened with others... Strange.. If this mod is not working means how can i take screenshots?
Not sure if this mod don't work as I did not delete arm as you asked before but I will not test as I don't have any PC until Monday :laugh:
ric69 said:
Not sure if this mod don't work as I did not delete arm as you asked before but I will not test as I don't have any PC until Monday :laugh:
Click to expand...
Click to collapse
Hmm.. The main problem is recovery. Once recovery comes then all mods will work 100%.. Lets see..
Rajeev said:
I don't know what happened but the mod is working for me. See screens.. Don't know what happened with others... Strange.. If this mod is not working means how can i take screenshots?
Click to expand...
Click to collapse
I think,full root problem is causing it.. U told u had to unlock bl and install custom kernel to get full root.. Have other users have full root?
Btw,i m staying out of it and stick to 4.4.4 till probs r solved..
Then i'll try it..
And thank u very much rajeev bro for keeping my request... Tnx a lot

Addings app to multiwindow [Root]

adding apps to mw is very easy
you will need
- A Rooted huawei device *i'm using mate 7*
- File explorer with Fx root addon
- This https://goo.gl/fFSIgZ
just type in playstore FX and see.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
and this add-on
Open Fx and open System[Root] & Give root permissions.
now to /data/cust/xml
and add the file above .. replace if needed.
now to add an app
open in your device or sd card with fx
Android/data
if u don't know your app package name, fx shows the app icon in android/data right on the folder just copy the name.
add these lines in the file.
<mw_app package_name="com.facebook.katana"
default_visibility="1"/>
don't forget, that file shoud be in /data/cust/xml .. so u must mount read-write in FX
change the value between the quotes in the code above to the package name of the app you want.
the above one is that of facebook.
///mw_app = multiwindow app.
add the line under any line like this
default_visibility="1"/>
now after you are done adding your apps
go to settings > manage apps > all > chose Hwdualwindowlauncher
and clear its data.
Now try multiwindow and see
It wi work if u do it from the homescreen , if u open the app and try it won't. that's because you should reboot
NOTE :
- Don't add your mw_app under any line contaning *nonsystem*.
there's no way to brick your phone while doing ,u r safe.
working perfectly
thank you ahmed hambozo
great work :fingers-crossed:
---------- Post added at 02:45 AM ---------- Previous post was at 02:44 AM ----------
A7mdXpii said:
adding apps to mw is very easy
you will need
- A Rooted huawei device *i'm using mate 7*
- File explorer with Fx root addon
- This https://goo.gl/fFSIgZ
just type in playstore FX and see.
and this add-on
Open Fx and open System[Root] & Give root permissions.
now to /data/cust/xml
and add the file above .. replace if needed.
now to add an app
open in your device or sd card with fx
Android/data
if u don't know your app package name, fx shows the app icon in android/data right on the folder just copy the name.
add these lines in the file.
<mw_app package_name="com.facebook.katana"
default_visibility="1"/>
don't forget, that file shoud be in /data/cust/xml .. so u must mount read-write in FX
change the value between the quotes in the code above to the package name of the app you want.
the above one is that of facebook.
///mw_app = multiwindow app.
add the line under any line like this
default_visibility="1"/>
now after you are done adding your apps
go to settings > manage apps > all > chose Hwdualwindowlauncher
and clear its data.
Now try multiwindow and see
It wi work if u do it from the homescreen , if u open the app and try it won't. that's because you should reboot
NOTE :
- Don't add your mw_app under any line contaning *nonsystem*.
there's no way to brick your phone while doing ,u r safe.
working perfectly
Click to expand...
Click to collapse
thank you ahmed hambozo :laugh:
great work:victory:
A7mdXpii said:
adding apps to mw is very easy
you will need
- A Rooted huawei device *i'm using mate 7*
- File explorer with Fx root addon
- This https://goo.gl/fFSIgZ
just type in playstore FX and see.
and this add-on
Open Fx and open System[Root] & Give root permissions.
now to /data/cust/xml
and add the file above .. replace if needed.
now to add an app
open in your device or sd card with fx
Android/data
if u don't know your app package name, fx shows the app icon in android/data right on the folder just copy the name.
add these lines in the file.
<mw_app package_name="com.facebook.katana"
default_visibility="1"/>
don't forget, that file shoud be in /data/cust/xml .. so u must mount read-write in FX
change the value between the quotes in the code above to the package name of the app you want.
the above one is that of facebook.
///mw_app = multiwindow app.
add the line under any line like this
default_visibility="1"/>
now after you are done adding your apps
go to settings > manage apps > all > chose Hwdualwindowlauncher
and clear its data.
Now try multiwindow and see
It wi work if u do it from the homescreen , if u open the app and try it won't. that's because you should reboot
NOTE :
- Don't add your mw_app under any line contaning *nonsystem*.
there's no way to brick your phone while doing ,u r safe.
working perfectly
Click to expand...
Click to collapse
Followed all the steps, but it's not working. I'm on MT7-L09 with Lollipop B331.
Now I have nothing no apps whatsoever showing in multiwindow
just reboot, nothing less nothing more
Sent from my HUAWEI MT7-TL10 using Tapatalk
Thanks Bro. This worked had to create the folder manually.
glad it worked
Sent from my HUAWEI MT7-TL10 using Tapatalk
Works like a treat!
Multi Window is a feature that I've had deactivated since purchase because of the fact that basically only system apps were compatible, though now it works as it should (with a little manual input)!
Thanks for the post! :highfive:
Scruffykid said:
Works like a treat!
Multi Window is a feature that I've had deactivated since purchase because of the fact that basically only system apps were compatible, though now it works as it should (with a little manual input)!
Thanks for the post! :highfive:
Click to expand...
Click to collapse
glad
Sent from my HUAWEI MT7-TL10 using Tapatalk
Anyone know if this works on B331 MT7-TL10? I've tried the instruction but /data/cust/xml does not exist and can't be created.
MuPp3t33r said:
Anyone know if this works on B331 MT7-TL10? I've tried the instruction but /data/cust/xml does not exist and can't be created.
Click to expand...
Click to collapse
Hey, do you have root access? This a required part...
If you are rooted and cannot create a folder try a different root explorer. I've had it with a couple of these apps where you are unable to add / edit folders or files in root (most surprisingly I got this with ES File Explorer, which was my go-to app for years) I just recently discovered FX (just search those two letters in the Play Store) and it works like an absolute charm, and looks great at the same time! You'll have to install a root plugin, though it is linked in the app and it's free as well. :good:
[EDIT]: I see you are already using FX, sorry about that. I don't think you have the root plugin installed. Search for "File Explorer (root add-on)" on the Play Store and install it, you should then be able to create the folders once you granted the app access in SuperSU.
But besides that, yes, the cust folder in /data does not exist by default (at least it didn't on my device either), but once you create it it works a treat.
Scruffykid said:
But besides that, yes, the cust folder in /data does not exist by default (at least it didn't on my device either), but once you create it it works a treat.
Click to expand...
Click to collapse
I just happened to notice that in /data was a symlink named cust, I don't know what it was supposed to link to because it can't be opened. I renamed it to free the name and was then able to create the path and move the xml file there. Added my apps to the xml like chrome and whatsapp, cleared the data for hwdualwindow app and rebooted, still not working for dual window though, either I've done something stupid or those 2 apps don't support dual window. Ah well....
MuPp3t33r said:
Anyone know if this works on B331 MT7-TL10? I've tried the instruction but /data/cust/xml does not exist and can't be created.
Click to expand...
Click to collapse
- Root acess plugin
- click above then mount Read-Write
it will work.
and please give me a screenshot of the folder u are creating *xml* in it.
Sent from my HUAWEI MT7-TL10 using Tapatalk
A7mdXpii said:
- Root acess plugin
- click above then mount Read-Write
it will work.
and please give me a screenshot of the folder u are creating *xml* in it.
Sent from my HUAWEI MT7-TL10 using Tapatalk
Click to expand...
Click to collapse
Screenshot attached. Note I managed to get the file into the right path, just can't seem to get the feature to work.
MuPp3t33r said:
I just happened to notice that in /data was a symlink named cust, I don't know what it was supposed to link to because it can't be opened. I renamed it to free the name and was then able to create the path and move the xml file there. Added my apps to the xml like chrome and whatsapp, cleared the data for hwdualwindow app and rebooted, still not working for dual window though, either I've done something stupid or those 2 apps don't support dual window. Ah well....
Click to expand...
Click to collapse
Not sure on that synlink, it's nowhere to be found on my device. Just make sure that you create or have the following directory: /data/cust/xml. There is a cust folder in the root folder, however putting the xml files in there does not work.
I can confirm that Whatsapp and Chrome are both functioning well in MW on my device.
MuPp3t33r said:
Screenshot attached. Note I managed to get the file into the right path, just can't seem to get the feature to work.
Click to expand...
Click to collapse
Hold
permission
R , r, W
Sent from my HUAWEI MT7-TL10 using Tapatalk
Do we know if any other launcher is compatible with multi window? I'm just not a fan of the stock launcher
A7mdXpii said:
Hold permission R , r, W
Click to expand...
Click to collapse
After rolling back to B326 it seems to finally be working! Maybe something wrong with my previous install. Looks good now. Attached screenshot with Chrome and ES File Explorer running split screen.
Tried adding my launcher (Nova) to the list and it shows up on the dual screen selection menu but sadly just minimizes all apps and goes to home screen. Guess it's not ideal for 3rd party launchers.
Anyways, thanks for the tutorial mate!
A7mdXpii said:
Hold
permission
R , r, W
Sent from my HUAWEI MT7-TL10 using Tapatalk
Click to expand...
Click to collapse
so basically, create 3 folders which are data( if not already there) then create cust inside it and then create XML folder inside cust. inside XML folder, you will create a file and name it whatever you want and end it with .xml and write inside it. then go to setting and clear data and reboot.
I did this and its not working at all. I can open the multiwindow but I cant add the chrome app.
nassersa said:
so basically, create 3 folders which are data( if not already there) then create cust inside it and then create XML folder inside cust. inside XML folder, you will create a file and name it whatever you want and end it with .xml and write inside it. then go to setting and clear data and reboot.
I did this and its not working at all. I can open the multiwindow but I cant add the chrome app.
Click to expand...
Click to collapse
Which firmware are you running? I got mine to work in the path /data/cust/xml/multiwindow_whitelist_apps.xml
I have a feeling that the path may be different on some firmwares as I could not get this to work on B331, but works perfect on B326.
I see you don't have the complete xml file, download the one I've attached here and try with that, its the one I'm using on my phone.
By the way, I use ES File Explorer with the root access setting enabled. Found it better than the explorer suggested by the OP (personal preference though, use what you like)
MuPp3t33r said:
Which firmware are you running? I got mine to work in the path /data/cust/xml/multiwindow_whitelist_apps.xml
I have a feeling that the path may be different on some firmwares as I could not get this to work on B331, but works perfect on B326.
I see you don't have the complete xml file, download the one I've attached here and try with that, its the one I'm using on my phone.
By the way, I use ES File Explorer with the root access setting enabled. Found it better than the explorer suggested by the OP (personal preference though, use what you like)
Click to expand...
Click to collapse
okay I did this and it didnt work. first question,
I must name the file the same name you have ? " multiwindow_whitelist_apps.xml"
my phone info:
model: MT7-TL10
Android Version: 5.1.1
EMUI version: 3.1
I attached a pic showing the folders and there is a cust folder and a data folder when I access the #system (root) folder and when I make a file inside the XML folder
I will write this inside it:
(<mw_app package_name="com.facebook.katana"
default_visibility="1"/>
///mw_app = multiwindow app.)
right ?
I downlouded ES explorer and I founded two local and there is two data folders, which folder you guys talking about. ?

Categories

Resources