[GUIDE][CM9/CM10] How to Enable Navbar - XPERIA X8 Themes and Apps

How to :
Open Rootexplorer,
Open system/
Search build.prop and open in text editor
add this code in build.prop
qemu.hw.mainkeys=0
save and exit , delete .bak file ,. and reboot

IndraSeGiry said:
How to :
Open Rootexplorer,
Open system/
Search build.prop and open in text editor
add this code in build.prop
qemu.hw.mainkeys=0
save and exit , delete .bak file ,. and reboot
Click to expand...
Click to collapse
thankss..

OK Thanks
i'll try

pengembara said:
i'll try
Click to expand...
Click to collapse
You can Do it

yes,...
indra 21 said:
You can Do it
Click to expand...
Click to collapse
I will do my GB

pengembara said:
I will do my GB
Click to expand...
Click to collapse
Your phone is Stock

Indra21 said:
Your phone is Stock
Click to expand...
Click to collapse
better way to have it is install xposed framework and gravitybox. it have less chance you brick your phone.

ReevPL said:
better way to have it is install xposed framework and gravitybox. it have less chance you brick your phone.
Click to expand...
Click to collapse
This more easily , broo

Related

[Q] How to install teamviewer qs

How to install teamviewer qs on based rom st15i???
mpc92 said:
How to install teamviewer qs on based rom st15i???
Click to expand...
Click to collapse
You will have to edit some line for your device in the build.prop or your find an apk to install
mihahn said:
You will have to edit some line for your device in the build.prop or your find an apk to install
Click to expand...
Click to collapse
which should I change?
mpc92 said:
which should I change?
Click to expand...
Click to collapse
Please do a backup of the build.prop before
Change these lines like that:
Code:
ro.product.model=
ro.product.brand=
ro.product.name=
ro.product.device=
reboot and you should be able to
Just tried it and it's working, but I'm not sure if the app will start on your device. You can download it and try :good:

[Q] How to remuve menus from settings.apk?

i want to ask if any body tried already to remove menus from settings like i want to hide the about phone on stock settings.apk deodexed on jb 4.2 i want to get rid of some menus in my settings i ported dakele os to mtk6589 so i would like to ask if how to? since it is a ported rom some of the menus are not a feature of my stock rom and i want to hide or remove them just to prevent boot loop for example like this in the attachment below i want to get rid of the ad block or sensor_cali .. ..
i badly need help kinda excited to release my ported rom hehe
TIA:good::fingers-crossed:
uppdate: ive done some experement in settings_header.xml i tried to change the name of about phone to phone only and it works so my conclusion is settings_headers changes the appearance of the settings menu
I have not used ICS or JB much but it's possible.
I know exact process of how to do that on GB but not ICS. You'll have to decompile Settings.apk and look for the xml which controls the layout of app.
iamareebjamal said:
I have not used ICS or JB much but it's possible.
I know exact process of how to do that on GB but not ICS. You'll have to decompile Settings.apk and look for the xml which controls the layout of app.
Click to expand...
Click to collapse
yes i think its the settings.header yet everytime i change something in that xml,recompile success, and push my mooded settings but the problem is it wont open systemUI stops everytime i try to open settings from the noti. bar and there's no icon for settings in the drawer ive check the permission its rw-r-r and its correct . ive also tried drag and drop signing still the same problem
marc2777 said:
yes i think its the settings.header yet everytime i change something in that xml,recompile success, and push my mooded settings but the problem is it wont open systemUI stops everytime i try to open settings from the noti. bar and there's no icon for settings in the drawer ive check the permission its rw-r-r and its correct . ive also tried drag and drop signing still the same problem
Click to expand...
Click to collapse
Which tool are you using to compile apps? And System apps don't need to be signed. Maybe that's the problem.
If you want, you can check out Ultimate Guide in Android Development Section which shows how to correctly compile system apps. Its sticky(noun, not an adjective ) there
iamareebjamal said:
Which tool are you using to compile apps? And System apps don't need to be signed. Maybe that's the problem.
If you want, you can check out Ultimate Guide in Android Development Section which shows how to correctly compile system apps. Its sticky(noun, not an adjective ) there
Click to expand...
Click to collapse
sorry gotta bad english here tnx gonna check it out
marc2777 said:
sorry gotta bad english here tnx gonna check it out
Click to expand...
Click to collapse
editing the xmls dose not change anything any suggestions but using apk multi tool works it didnt cause any systemui fc and the settings is properly installed but as i said as i edit xml it didnt change anything in the setting menus
marc2777 said:
editing the xmls dose not change anything any suggestions but using apk multi tool works it didnt cause any systemui fc and the settings is properly installed but as i said as i edit xml it didnt change anything in the setting menus
Click to expand...
Click to collapse
Then maybe that xml doesn't change it
Or, did you delete the modded files from keep folder?
marc2777 said:
editing the xmls dose not change anything any suggestions but using apk multi tool works it didnt cause any systemui fc and the settings is properly installed but as i said as i edit xml it didnt change anything in the setting menus
Click to expand...
Click to collapse
Are you extracting the resources.arsc from the new apk and dropping it back again after compiling?
XperienceD said:
Are you extracting the resources.arsc from the new apk and dropping it back again after compiling?
Click to expand...
Click to collapse
since im using multi tool i dont know if that resource.asrc is original from my original apk for example i already compiled my modded settings.apk shud i keep the resource.asrc or shud i get the resource.asrc from the original and unmodded settings.apk?
1757 fuchet
iamareebjamal said:
Then maybe that xml doesn't change it
Or, did you delete the modded files from keep folder?
Click to expand...
Click to collapse
ive read alot of tuts on how to add apps on settings menu yes it is possible since it is possible to add then maybe it is possible to delete ive tried to reverse the tuts on adding to delete the menus specially on the settings_header.xml and strings tried to edit those xmls after editing recompile i directly push it to my phone i tried to push unsigned and signed apks yet i get same results nothing change i got a feeling that resource.asrc has something to do with this
marc2777 said:
ive read alot of tuts on how to add apps on settings menu yes it is possible since it is possible to add then maybe it is possible to delete ive tried to reverse the tuts on adding to delete the menus specially on the settings_header.xml and strings tried to edit those xmls after editing recompile i directly push it to my phone i tried to push unsigned and signed apks yet i get same results nothing change i got a feeling that resource.asrc has something to do with this
Click to expand...
Click to collapse
If you've read my guide, you would know that you'll have to add resources.arsc from new app to old app and then push old app to your phone
iamareebjamal said:
If you've read my guide, you would know that you'll have to add resources.arsc from new app to old app and then push old app to your phone
Click to expand...
Click to collapse
can you lead mo to ur link/? so this means the created resources.asrc from my mooded apk will be transfered to my original apk am i ryt? and ill push my old apk ?
marc2777 said:
can you lead mo to ur link/? so this means the created resources.asrc from my mooded apk will be transfered to my original apk am i ryt? and ill push my old apk ?
Click to expand...
Click to collapse
Here you go
http://forum.xda-developers.com/showthread.php?t=2326393
I hope its good enough to make it clear
iamareebjamal said:
Here you go
http://forum.xda-developers.com/showthread.php?t=2326393
I hope its good enough to make it clear
Click to expand...
Click to collapse
tnx im reading this but as i check my log something is weird in the res forlder of settings.apk since this is a ported rom there are some folders that multi tool cant read
marc2777 said:
tnx im reading this but as i check my log something is weird in the res forlder of settings.apk since this is a ported rom there are some folders that multi tool cant read
Click to expand...
Click to collapse
Upload your apk.
XperienceD said:
Upload your apk.
Click to expand...
Click to collapse
http://www.4shared.com/account/home.jsp#dir=VTulsuo_ everything you need is in that link i hope you can help me im havng a hard time T_T
marc2777 said:
http://www.4shared.com/account/home.jsp#dir=VTulsuo_ everything you need is in that link i hope you can help me im havng a hard time T_T
Click to expand...
Click to collapse
Access denied?
XperienceD said:
Access denied?
Click to expand...
Click to collapse
access denied ? where sir? in the links?
marc2777 said:
access denied ? where sir? in the links?
Click to expand...
Click to collapse
Works now, but no Settings.apk?
XperienceD said:
Works now, but no Settings.apk?
Click to expand...
Click to collapse
o my god my settings.apk is gone reuploading demet

[Q] Lockscreen Fonts

Is there any way to add a custom font on the personal message on the lockscreen?
D4V3Y said:
Is there any way to add a custom font on the personal message on the lockscreen?
Click to expand...
Click to collapse
Should be in framework res. Probably framework-res/values/styles. Have to decompile. edit and recompile.
prdog1 said:
Should be in framework res. Probably framework-res/values/styles. Have to decompile. edit and recompile.
Click to expand...
Click to collapse
Would I need a custom recovery for that?
D4V3Y said:
Would I need a custom recovery for that?
Click to expand...
Click to collapse
Need APKtool to do. Once edit can do with root explorer. If device is not rooted can't be done unless there is an Xposed module for it. MUST HAVE at LEAST ROOT. And font must be available to root.
prdog1 said:
Need APKtool to do. Once edit can do with root explorer. If device is not rooted can't be done unless there is an Xposed module for it. MUST HAVE at LEAST ROOT. And font must be available to root.
Click to expand...
Click to collapse
What do you think the widget would be called in the framework-res/res/values/styles?
p.s. Thanks for the help so far

remove the S Finder and Quick Connect from the notification bar

hi. plz any way to remove the S Finder and Quick Connect from the notification bar G900F lollipop 5 G900FXXU1BOA3 ?
aladin429 said:
hi. plz any way to remove the S Finder and Quick Connect from the notification bar G900F lollipop 5 G900FXXU1BOA3 ?
Click to expand...
Click to collapse
using xposed installer and wanam xposed,u will have this option
aladin429 said:
hi. plz any way to remove the S Finder and Quick Connect from the notification bar G900F lollipop 5 G900FXXU1BOA3 ?
Click to expand...
Click to collapse
Easy to do...look here first...
http://forum.xda-developers.com/galaxy-note-3/development/dev-tw-lollipop-torch-5way-reboot-t2997748
Good Luck
Airboner said:
using xposed installer and wanam xposed,u will have this option
Click to expand...
Click to collapse
Xposed doesn't works with ART yet.
Airboner said:
using xposed installer and wanam xposed,u will have this option
Click to expand...
Click to collapse
Xposed doesn't works with ART
Oh sry then,didnt know it.
Try editing your build prop
ro.product.name and ro.product.device from "kltetmo"(or whatever is there) to "klteatt"
I know for a fact editing your build prop file can affect your notification drop down.
I used Xposed G-touchwiz . You can remove dere .
Verstuurd van mijn SM-G900F met Tapatalk
Mr Moore said:
Try editing your build prop
ro.product.name and ro.product.device from "kltetmo"(or whatever is there) to "klteatt"
I know for a fact editing your build prop file can affect your notification drop down.
Click to expand...
Click to collapse
thanks . :fingers-crossed: work great for me
aladin429 said:
thanks . :fingers-crossed: work great for me
Click to expand...
Click to collapse
How do you edit the build prop?
m3davis said:
How do you edit the build prop?
Click to expand...
Click to collapse
BEFORE STARTING: DO A BACKUP!
1. Download a root file explorer
2. go to /system
3. find and open build.prop in a text editor
4. edit whatever you want
5. reboot(or else nothing will change)
6. profit
guetzli32 said:
BEFORE STARTING: DO A BACKUP!
1. Download a root file explorer
2. go to /system
3. find and open build.prop in a text editor
4. edit whatever you want
5. reboot(or else nothing will change)
6. profit
Click to expand...
Click to collapse
Thanks! When I did that and changed the KLTESPR to KLTEATT and rebooted my phone threw an error message over and over dealing with the network. So I dont think I can edit build.prop on OA6 to remove S Finder and Quick Connect.
m3davis said:
Thanks! When I did that and changed the KLTESPR to KLTEATT and rebooted my phone threw an error message over and over dealing with the network. So I dont think I can edit build.prop on OA6 to remove S Finder and Quick Connect.
Click to expand...
Click to collapse
are you on lollipop(I think so, but just to be sure I ask again)? It happened to me too...I'm still experimenting with this on lollipop, I can't seem to be able to change kltexx to kltevzw, my SystemUI crashes when rotating the phone :/
Edit: klteatt doesn't work either, I'm trying the rest now
Edit 2: I can't get any of them to work. Could this be because I'm not on BOA6 yet?
guetzli32 said:
are you on lollipop(I think so, but just to be sure I ask again)? It happened to me too...I'm still experimenting with this on lollipop, I can't seem to be able to change kltexx to kltevzw, my SystemUI crashes when rotating the phone :/
Edit: klteatt doesn't work either, I'm trying the rest now
Edit 2: I can't get any of them to work. Could this be because I'm not on BOA6 yet?
Click to expand...
Click to collapse
I'm on OA6 Stock Sprint. so yeah im on lollipop 5.0. I know there is a method out there.
m3davis said:
I'm on OA6 Stock Sprint. so yeah im on lollipop 5.0. I know there is a method out there.
Click to expand...
Click to collapse
there has to be. I gave up for now, I can't live without full-screen youtube videos, so I guess I'm stuck with the stupid buttons at the moment...
Does anyone else know a possible solution?
It does work but only if you change ONLY ro.product.name=klteatt
If you change device=spr it will loop the networkservice error and lock you out.
Doing this also changes your data icons from sprint/spark to the att/4glte one....fine with me to get rid of the damn buttons.(Did it with xposed previously on KK )
Airboner said:
using xposed installer and wanam xposed,u will have this option
Click to expand...
Click to collapse
would help if xposed didnt cause bootloop running alliance rom
cbrracer7 said:
would help if xposed didnt cause bootloop running alliance rom
Click to expand...
Click to collapse
dont run then alliance
guetzli32 said:
are you on lollipop(I think so, but just to be sure I ask again)? It happened to me too...I'm still experimenting with this on lollipop, I can't seem to be able to change kltexx to kltevzw, my SystemUI crashes when rotating the phone :/
Edit: klteatt doesn't work either, I'm trying the rest now
Edit 2: I can't get any of them to work. Could this be because I'm not on BOA6 yet?
Click to expand...
Click to collapse
Same here.
Works, but SystemUI crashes
For Galaxy note 4 use below.
ro.product.name=trltvzw

I accidentally deleted my settings can anyone help me?

I accidentally deleted my settings app on android 5.1 phone now can any one help me to recover my settings app ididnt backup any app and i fully remove system app by root explorer now pls anyone help me
alnahian201 said:
I accidentally deleted my settings app on android 5.1 phone now can any one help me to recover my settings app ididnt backup any app and i fully remove system app by root explorer now pls anyone help me
Click to expand...
Click to collapse
I think you deleted it permanently.
Yes i deleted it permanently
alnahian201 said:
Yes i deleted it permanently
Click to expand...
Click to collapse
Maybe there is a trash bin in the app, maybe you can try that. It might show deleted files.
No there was no trash bin
alnahian201 said:
No there was no trash bin
Click to expand...
Click to collapse
Maybe you can try a setting APK, look on APKMirror.
What can i search
alnahian201 said:
What can i search
Click to expand...
Click to collapse
Search on Google: Settings 7.1.2 APK.
But my android version is 5.1.1
alnahian201 said:
What can i search
Click to expand...
Click to collapse
android 5.1 settings apk download
Are you rooted? which manufacturer?
Yes rooted .
A unknown manufacturer
alnahian201 said:
Yes rooted .
Click to expand...
Click to collapse
I don't see the settings APK anywhere.
alnahian201 said:
Yes rooted .
Click to expand...
Click to collapse
after you download settings apk then install then use Titanium Backup to convert it to a system app then reboot but make sure to remove important files to OTG pen drive if you have OTG support
Can i apply any companys settings apk. Example: Xiaomi Inc , Samsung
alnahian201 said:
Can i apply any companys settings apk. Example: Xiaomi Inc , Samsung
Click to expand...
Click to collapse
You can try it.
alnahian201 said:
Can i apply any companys settings apk. Example: Xiaomi Inc , Samsung
Click to expand...
Click to collapse
do you know what chipset it is like MTK etc.?
Ok I will Try ItIn Advance Thanks A lot.
No i dont know
alnahian201 said:
No i dont know
Click to expand...
Click to collapse
You can use CPU-Z app to see.

Categories

Resources