i want to edit SecSetting.apk
i can decompile it and recompiled it signed properly and i pushed SecSettings.apk to system and by setting permissions. all successfully done
problem is there is no settings apk
and when i clicked settings icon in statusbar it hangs and after few seconds it tells unfortunetly systemui had stooped
so i want to edit settings apk please help me in any way
pandian8552 said:
i want to edit SecSetting.apk
i can decompile it and recompiled it signed properly and i pushed SecSettings.apk to system and by setting permissions. all successfully done
problem is there is no settings apk
and when i clicked settings icon in statusbar it hangs and after few seconds it tells unfortunetly systemui had stooped
so i want to edit settings apk please help me in any way
Click to expand...
Click to collapse
provide full info about your phone so that some one can help you
here are the details about my phone:good:
model-samsung galaxy grand quattro
model no-GT-i8552
OS version-4.1.2
baseband version-i8552ddami1
pandian8552 said:
here are the details about my phone:good:
model-samsung galaxy grand quattro
model no-GT-i8552
OS version-4.1.2
baseband version-i8552ddami1
Click to expand...
Click to collapse
sorry i'm not own this phone
but every time provide full info then phone owners can help you
if you have stock rom then extract the secsetting app from it
if you have stock rom then extract secsetting app from it
Root your phone using supersu
Then install ex file explorer or any root explorer
Then open the directory /device/system/priv-app and you will find setting apk usually named secsetting.apk, bellow it you will find another file name secsetting.odex
Since the setting app is odexed(apk lacking classes.dex) like most of the system apps you need to deodex it first
You can do this with apk tool or using smali or oat2dex converter (the guides of all of them is present in xda developers)
Then finally you can take the deodexed app and do what ever you want on it
Related
Hello guys , i'm new here .. just got Galaxy S 2 and want to re-enable the CRT-Off animation effect , i went through the tutorial from free your android dot com
did the decompile and changed the value in the XML file to false .. my problem is how to put the Framework-res.apk file in the shape like it was .. tried copy and replace with Rootexplorer twice and end up with bootloop twice also i had a backup so i restored ... i'm using the stock rom jk2 v2.3.5 rooted with the speedmod-s2-k2-16 ... i found the apk manager tool here on XDA it's a handy tool but still don't know to achieve this with the the tool ... so all i need is the CRT off animation back on for a start
thanks in advance guys
After recompiling framework-res.apk you have to copy META-INF and AndroidManifest.xml from the original apk.
br
Sent from my GT-I9100 using xda premium
please explain more if possible ..
Rebuild apk. For example.
Apktool b c:\framework-res framework-resnew.apk
Then rename framework-res.apk and frameworknew.apk to framework-res.zip and framework-resnew.zip. extract framework-res.zip and put meta-inf and androidmanifest.xml into framework-resnew.zip. delete framework-res.zip and rename framework-resnew.zip to framework-res.apk.
Good luck
Br
Sent from my GT-I9100 using xda premium
D3VI0US said:
Hello guys , i'm new here .. just got Galaxy S 2 and want to re-enable the CRT-Off animation effect , i went through the tutorial from free your android dot com
did the decompile and changed the value in the XML file to false .. my problem is how to put the Framework-res.apk file in the shape like it was .. tried copy and replace with Rootexplorer twice and end up with bootloop twice also i had a backup so i restored ... i'm using the stock rom jk2 v2.3.5 rooted with the speedmod-s2-k2-16 ... i found the apk manager tool here on XDA it's a handy tool but still don't know to achieve this with the the tool ... so all i need is the CRT off animation back on for a start
thanks in advance guys
Click to expand...
Click to collapse
Try update.zip creator. Possibly work, may be!!
Please use the Q&A Forum for questions Thanks
Moving to Q&A
Can anyone please direct me to the correct tutorial(or similar) on how to modify framework-res.apk files of 2011 xperias like St15i,st18i, etc.. ????
I have been Here but it is for the earlier xperias. Does it apply to today's xperias also ???
decompile apk using apkmanager , edit files and zip.
install apkmanager first and you will get to know everything, no need for a tutorial.
metalrawk said:
decompile apk using apkmanager , edit files and zip.
install apkmanager first and you will get to know everything, no need for a tutorial.
Click to expand...
Click to collapse
I'm using Apk Multi tool, since Apk manager is no longer supporting.
My problem is that the system ui apk i have is from a custom rom(Hybrom v11) which has control panel in the notification area.
Now when i'm decompiling the system ui.apk i get an error in apk tool, an error too technical in the log for me to understand.
I get an error in Apk Manager 4.9 too probably the same as apk multi tool.
So if error occurs some part of the apk is not decompiled right ?
If it is not decompiled correctly how am i going to edit the xmls and recompile it ??
systemui.apk needa dependencies to be decompiled. check there will be an option of decompiling apk with with dependency. when it asks for dependency file, point it to framework-res.apk
metalrawk said:
systemui.apk needa dependencies to be decompiled. check there will be an option of decompiling apk with with dependency. when it asks for dependency file, point it to framework-res.apk
Click to expand...
Click to collapse
Just now did that. But apk tool says that framw-res is not the dependent apk. So what is the solution ??
decompile it without dependency and post log here.
Strange now i'm not getting any error . I really had that problem today morning. Thanks for Prompt replies prateek
Any way one off topic question . Can you tell me how to mod power menu. I want to add reboot and recovery in power menu for my st15i . Do i have to add images for it ??
its not in systemUI afaik. there is other file I forgot its name.
metalrawk said:
its not in systemUI afaik. there is other file I forgot its name.
Click to expand...
Click to collapse
Currently i'm refering This thread. It says I have to edit fw-res and Android.policy.jar . Is that method applicable to Xperia 2011 devices ??
crazyadmit said:
Currently i'm refering This thread. It says I have to edit fw-res and Android.policy.jar . Is that method applicable to Xperia 2011 devices ??
Click to expand...
Click to collapse
yes it will work
Here is modded systemui.apk
(Changes are Network Signal Color+in notification panel setting icon changed+internet icon converted to 3g icon+changed battery icon+toggle icons changed)
Note:- Before flashing ensure you have root access & you have deodex stock rom....
Method:-
Download attached systemui.apk to root of ur ext sd.
Download root explorer
Now open root explorer.
in root go to the system/app/ here find the systemui.apk n rename it to asystemui.apk (before renaming check you have given read write permission)
now click on other tab and copy that downloaded systemui.apk and paste here (before pasting check you have given read write permission)
now move asystemui.apk from system/app/here and paste in ext sd for backup
restart your phone...
Thanks to @dashingdwivedi & @Chirtagh
dashingdwivedi said:
Here is modded systemui.apk
(Changes are Network Signal Color+in notification panel setting icon changed+internet icon converted to 3g icon+changed battery icon+toggle icons changed)
Note:- Before flashing ensure you have root access & you have deodex stock rom....
Method:-
Download attached systemui.apk to root of ur ext sd.
Download root explorer
Now open root explorer.
in root go to the system/app/ here find the systemui.apk n rename it to asystemui.apk (before renaming check you have given read write permission)
now click on other tab and copy that downloaded systemui.apk and paste here (before pasting check you have given read write permission)
now move asystemui.apk from system/app/here and paste in ext sd for backup
restart your phone...
Thanks to @dashingdwivedi & @Chirtagh
Click to expand...
Click to collapse
can you provide the screen shots
asdcxz1 said:
can you provide the screen shots
Click to expand...
Click to collapse
screen shot check it out..
dashingdwivedi said:
here is modded systemui.apk
(changes are network signal color+in notification panel setting icon changed+internet icon converted to 3g icon+changed battery icon+toggle icons changed)
note:- before flashing ensure you have root access & you have deodex stock rom....
Method:-
download attached systemui.apk to root of ur ext sd.
Download root explorer
now open root explorer.
In root go to the system/app/ here find the systemui.apk n rename it to asystemui.apk (before renaming check you have given read write permission)
now click on other tab and copy that downloaded systemui.apk and paste here (before pasting check you have given read write permission)
now move asystemui.apk from system/app/here and paste in ext sd for backup
restart your phone...
Thanks to @dashingdwivedi & @chirtagh
Click to expand...
Click to collapse
screen shots
Any opinion? no one tried?
headnotfound said:
Any opinion? no one tried?
Click to expand...
Click to collapse
its working & many members have installed this systemui in my group..
Hello sir, I would like to try your systemUI, but my ROM is odexed. Could you post a link or share a deodexed ROM since I do not have the resources to deodex the ROM. Thanks
jephimax said:
Hello sir, I would like to try your systemUI, but my ROM is odexed. Could you post a link or share a deodexed ROM since I do not have the resources to deodex the ROM. Thanks
Click to expand...
Click to collapse
u can download it from below link....there are two firmwares one is prerooted stock & one is prerooted deodexed custom stock
http://forum.xda-developers.com/showthread.php?t=2380619
Hey dude,
Can u make a systemui with leaving all settings default and just change the e symbol to h
Sent from my GT-S5282 using Tapatalk
rahulsinghal said:
hey dude,
can u make a systemui with leaving all settings default and just change the e symbol to h
sent from my gt-s5282 using tapatalk
Click to expand...
Click to collapse
u can do the same wid xposed..???
dashingdwivedi said:
u can do the same wid xposed..???
Click to expand...
Click to collapse
Can u give the name of that.xposed module which can do this
Sent from my GT-S5282 using Tapatalk
Nice Share Bro
dashingdwivedi said:
Here is modded systemui.apk
(Changes are Network Signal Color+in notification panel setting icon changed+internet icon converted to 3g icon+changed battery icon+toggle icons changed)
Note:- Before flashing ensure you have root access & you have deodex stock rom....
Method:-
Download attached systemui.apk to root of ur ext sd.
Download root explorer
Now open root explorer.
in root go to the system/app/ here find the systemui.apk n rename it to asystemui.apk (before renaming check you have given read write permission)
now click on other tab and copy that downloaded systemui.apk and paste here (before pasting check you have given read write permission)
now move asystemui.apk from system/app/here and paste in ext sd for backup
restart your phone...
Thanks to @dashingdwivedi & @Chirtagh
Click to expand...
Click to collapse
Great Mod :good:
Canvas turbo A250
Hey
Can u post modded systemUI.apk for canvas turbo A250????
Jinesh33333 said:
Hey
Can u post modded systemUI.apk for canvas turbo A250????
Click to expand...
Click to collapse
what do you want to modify in that???? these days m bussy wid little work...so you upload you framework-res.apk & systemui.apk & give me link wenever i get time...i ll mod
It's ok bro.
Actually i wanted transparent status bar.
Now i did that from xposed modules.
Sent from my A250 using xda app-developers app
dashingdwivedi said:
screen shots
Click to expand...
Click to collapse
while installing systemui.apk from xda devolpers.com i messed up my phone. After rebooting my device the notification bar and soft keys have disappeared. I again put the original or stock systemui.apk and systemUI.odex but still it aint working. There is also something as SwiqiMasterRest.apk , i changed the permissions of that still it aint working. Please help guys. Please send me the permissions screenshot of all the 3 mentioned above( systemui.apk , systemUI.odex , SwiqiMasterReset.apk) ThankYou. My Phone Is Xperia C.
Anmol Bhasin said:
while installing systemui.apk from xda devolpers.com i messed up my phone. After rebooting my device the notification bar and soft keys have disappeared. I again put the original or stock systemui.apk and systemUI.odex but still it aint working. There is also something as SwiqiMasterRest.apk , i changed the permissions of that still it aint working. Please help guys. Please send me the permissions screenshot of all the 3 mentioned above( systemui.apk , systemUI.odex , SwiqiMasterReset.apk) ThankYou. My Phone Is Xperia C.
Click to expand...
Click to collapse
/system/apps need only the permissions r--r--r
and if you use deodex one then put back odexed one it wont work...
go to cwm recovery and do a wipe dalvik-cache and wipe cache.....
and if your phone is Xperia C.. you should have asked help in your own device forum
dashingdwivedi said:
screen shots
Click to expand...
Click to collapse
Can we use this with custom rom?
Sent from my Galaxy Star Running T3 Romv2 using Xda premium app
psych.half said:
/system/apps need only the permissions r--r--r
and if you use deodex one then put back odexed one it wont work...
go to cwm recovery and do a wipe dalvik-cache and wipe cache.....
and if your phone is Xperia C.. you should have asked help in your own device forum
Click to expand...
Click to collapse
I dont have cwm installed. Suggest me some other method for doing so. I dont care if my internal memory wipes, just tell me a method to get my notification toggle and softkeys back. Thanks!
i need asamsung keyboard with nuber row in I8552
not the google keyboard
i mean the original one but with number row
i found it in galaxy core
but not in grand quattro
have anyone know how to add this
Charly_Win said:
i need asamsung keyboard with nuber row in I8552
not the google keyboard
i mean the original one but with number row
i found it in galaxy core
but not in grand quattro
have anyone know how to add this
Click to expand...
Click to collapse
core keyboard will work here too !!
manojkumar8552 said:
core keyboard will work here too !!
Click to expand...
Click to collapse
but it didnt work with me
i have the stock firmware and it didnt work
Charly_Win said:
but it didnt work with me
i have the stock firmware and it didnt work
Click to expand...
Click to collapse
replace keyboard in /system/app give permission rw-r--r-- and reboot phone
manojkumar8552 said:
replace keyboard in /system/app give permission rw-r--r-- and reboot phone
Click to expand...
Click to collapse
i already done this
look what is that made for my keyboard (look at attachment)
it make me install the frimwar again
did u have avedio for that
may because i need english and arabic letters ????
I did try something similar in S2 days, the results dont really match the expectations, you have to consider the screen size, resolution and dpi in this case.
PlutoDelic said:
I did try something similar in S2 days, the results dont really match the expectations, you have to consider the screen size, resolution and dpi in this case.
Click to expand...
Click to collapse
can u help me with this
samsung keyboard now is not working
Dear charly
In your earlier post I have given the link for stock Samsung IME. Apk and its .odex file . please give proper permissions to it and check.
Also if you are unable to use it search for Shafta keyboard in XDA. it's a nodded version of google keyboard with number rows like Samsung keyboards. Also you can set your preferred language in settings.
Check if it helps you
Sent from my GT-I8552 using Tapatalk
devesh9 said:
Dear charly
In your earlier post I have given the link for stock Samsung IME. Apk and its .odex file . please give proper permissions to it and check.
Also if you are unable to use it search for Shafta keyboard in XDA. it's a nodded version of google keyboard with number rows like Samsung keyboards. Also you can set your preferred language in settings.
Check if it helps you
Sent from my GT-I8552 using Tapatalk
Click to expand...
Click to collapse
thanks devesh9 for your replay
please upload Samsung IME.apk and .odex file
and learn me how to install it
i konw how to install samsungIME.apk
but what about odex file ??
Charly_Win said:
thanks devesh9 for your replay
please upload Samsung IME.apk and .odex file
and learn me how to install it
i konw how to install samsungIME.apk
but what about odex file ??
Click to expand...
Click to collapse
download the attached .zip file
https://drive.google.com/file/d/0B_9Uqm23VXvCQlVVT00xOGxNa1k/view?usp=sharing
extract it on your sdcard. it contains the .apk file as well as its .odex file. it might be possible that you must have deleted the .odex file from the system folder also. it is necessary to have the .odex file in the syatem folder for stock odexed rom apps.
Use Root explorer. mount the system as R/W.
copy both the files to system/app/
give permissions as rw-r--r-- (see the image for permissions)
reboot the phone .
if not possible with the above, then download this app from the link below and install it
https://drive.google.com/file/d/0B_9Uqm23VXvCbXNuek94TlRlRlU/view?usp=sharing
first read the below forum for the shafta keyboard also
http://forum.xda-developers.com/showthread.php?t=2387785
hope you will be good to go.
devesh9 said:
download the attached .zip file
https://drive.google.com/file/d/0B_9Uqm23VXvCQlVVT00xOGxNa1k/view?usp=sharing
extract it on your sdcard. it contains the .apk file as well as its .odex file. it might be possible that you must have deleted the .odex file from the system folder also. it is necessary to have the .odex file in the syatem folder for stock odexed rom apps.
Use Root explorer. mount the system as R/W.
copy both the files to system/app/
give permissions as rw-r--r-- (see the image for permissions)
reboot the phone .
if not possible with the above, then download this app from the link below and install it
https://drive.google.com/file/d/0B_9Uqm23VXvCbXNuek94TlRlRlU/view?usp=sharing
first read the below forum for the shafta keyboard also
http://forum.xda-developers.com/showthread.php?t=2387785
hope you will be good to go.
Click to expand...
Click to collapse
thanks my friend for ur help
i will try it now
http://forum.xda-developers.com/grand-quattro/themes-apps/stock-keyboard-row-t2792971
this may help u ....
How can I remove the 3 dot menu in every app in motion rom....I tried using apktool but it gave me bootloop.
So plz help me port that ...It is the last feature required to make s3 neo official(stock) lollipop rom baased on touchwiz like s4
NilayNoob said:
How can I remove the 3 dot menu in every app in motion rom....I tried using apktool but it gave me bootloop.
So plz help me port that ...It is the last feature required to make s3 neo official(stock) lollipop rom baased on touchwiz like s4
Click to expand...
Click to collapse
Go to /System/build.prop with root explorer and edit it Search in the text file for :"qemu.hw.mainkeys=1" and delete it. Then just save the file and reboot
NilayNoob said:
How can I remove the 3 dot menu in every app in motion rom....I tried using apktool but it gave me bootloop.
So plz help me port that ...It is the last feature required to make s3 neo official(stock) lollipop rom baased on touchwiz like s4
Click to expand...
Click to collapse
hi
need modify file generic-kl in system/usr/keylayout folder
but in second post there is a link with zip flashable
http://forum.xda-developers.com/showpost.php?p=65462139&postcount=1094
nik60 said:
hi
need modify file generic-kl in system/usr/keylayout folder
but in second post there is a link with zip flashable
http://forum.xda-developers.com/showpost.php?p=65462139&postcount=1094
Click to expand...
Click to collapse
Yes that's the right way. You have to modify keylayout. Idk which number is for left HW key but you should be abke replace recent app to menu key and 3-dot menu will be hidden
Thanx
me to i want to remove 3dots and make it like stock swipe from down to up