Can I ask making navigationbar? - Sony Xperia P, U, Sola, Go

soft key~
onscreen key~
navigation key~~
what ever.
I try to decompile and compile framework-res.apk, but apktool, apkmanager don't obey me!!!!
I have tried that 2 hours but failed.
So I ask you.....
Please make navigation bar in xperia S.
ps.Does Anyone know about disabling hardwarekey(menu,home,back) for using navigation key conviniently?

Related

[Q] Adjusting the lockscreen rotary slider position

Hi guys, I was wondering if anybody knows how to adjust the rotary wheel's position on the lock screen, I'd like to maybe move it a little lower if possible. I'm guessing that the positioning must lie in an XML somewhere, but which and where? It's no big deal if it can't be practically done, the ROM remains awesome either way.
I'm using a NAA and D_d CM7.2.0.4 on the mini
Thanx in advance guys
And props to all the devs on this forum!! You guys are the reason why dynamite comes in small (mini) packages!!
it is in framework-res.apk
xml's are in layout:
keyguard_screen_tab_unlock.xml
keyguard_screen_tab_unlock_land.xml
keyguard_screen_unlock_landscape.xml
keyguard_screen_unlock_portrait.xml
Thanx but now how do I edit them, what program do I use because when I open them up on my phone, all I see is... stuff, no values.
you need to edit them on pc by using Apk Maneger and Notepad++.
maybe if i will have some time i will fix framework for your device but you can try it if you want
THANK YOU!!! I appreciate the offer but I'm going to try for myself first but if I have problems, I'll let you know!! Thanx again!
Edit: Ok, extracted apk and opened one of the XMLs in Notepad ++ but its different stuff, "SOL" "NUL" where are values you can edit? How do you change Notepad ++ to show numbers that humans can read ?

[Q]please I need help with smali/xml for system UI.apk

Im trying to port in the widget controls for the status bar. Ive been able to add the png images and Edit the public/ids/strings but when i edit the status bar extended xml or the status bar service smali thats when it will force close.
any help would be much appreciated!
I have attached my project up till problems occured
phone kyocera echo
m9300
Or maybe a guide from Samsung I used the vibrant code to port over a power menu mod so maybe it would work?? Any links?? I've only seen a detailed guide on nexus
Edit solved...
Sent from my MB855 using XDA App
Mind posting up what you did to fix it and a finished screenshot? Might help others in the future.
its in the smali code i started over from scratch using the nexus guide and for got to edit the id that calls the notification layout into play..
also editing the staus bar expanded doesnt work i copied the i9000 one completely and recompiled but when i decompiled it again it was the original so it doesnt need changing.. any ?'s just ask..

[Q] Questions About virtual buttons

Recently i have found a guide to add virtual buttons
Here: http://forum.xda-developers.com/showthread.php?t=1364757&nocache=1
I am willing to use it but before that i have some questions About it
After installing it will i be able to use the phone buttons (the hardware buttons)????
If i will do it.. What is the optimal navigation bar height for Samsung Galaxy Gt-I9100 S2????
What are the odds that it will brick my device???
Please help me to find answers quickly.
Thanks...
Doron12349 said:
Recently i have found a guide to add virtual buttons
Here: http://forum.xda-developers.com/showthread.php?t=1364757&nocache=1
I am willing to use it but before that i have some questions About it
After installing it will i be able to use the phone buttons (the hardware buttons)????
If i will do it.. What is the optimal navigation bar height for Samsung Galaxy Gt-I9100 S2????
What are the odds that it will brick my device???
Please help me to find answers quickly.
Thanks...
Click to expand...
Click to collapse
Yes u will be able to use your hardware buttons
I always use 24px height for nav bar
It will never brick your device...maximum you can get some bootloops..
Sent from my GT-I9100 using xda app-developers app
Thanks.. I guess i will install it then..
A little bit of more help
I have managed to decompile, edit, and recompile the apk
But still few stuff left unanswered
While recompiling i have got thi s line
W: could not find resources
And 8 warnings (something about language en_gb en_us and stuff like that)
Will it affect or brick my device if i use it???
Do i need to sign the app before use it???
Is zipsigner good enough????
Doron12349 said:
I have managed to decompile, edit, and recompile the apk
But still few stuff left unanswered
While recompiling i have got thi s line
W: could not find resources
And 8 warnings (something about language en_gb en_us and stuff like that)
Will it affect or brick my device if i use it???
Do i need to sign the app before use it???
Is zipsigner good enough????
Click to expand...
Click to collapse
If u r getting errors while compiling...
Don't use that apk
U have to sign the apk before using it..
Nd I don't knw about zipsinger
Sent from my GT-I9100 using xda app-developers app

Navigation Bar Spacing Width Problem!

After much searching on xda, I successfully added softkeys to my galaxy note 10.1 (2014) by editing build.prop ("qemu.hw.mainkeys=0") and then reduced the height/width to 36, by decompiling, editing and recompiling framework-res.apk.
Yet, as you can see in the attached picture, the navigation bar keys are spaced out edge-to-edge, both in landscape and portrait, making it quite cumbersome to use.
My question is, what do I need to do to adjust the space between the navigation bar keys, to make it more normal like a Nexus 7 or 10 device?
I'm on kitkat with Samsung TW, but since these softkeys were added on, I'm guessing only stock kitkat related files need to be edited. But I have no idea what I need to edit, to keep the buttons closer together ....
All help and advice would be dearly appreciated!!
Jnn1 said:
After much searching on xda, I successfully added softkeys to my galaxy note 10.1 (2014) by editing build.prop ("qemu.hw.mainkeys=0") and then reduced the height/width to 36, by decompiling, editing and recompiling framework-res.apk.
Yet, as you can see in the attached picture, the navigation bar keys are spaced out edge-to-edge, both in landscape and portrait, making it quite cumbersome to use.
My question is, what do I need to do to adjust the space between the navigation bar keys, to make it more normal like a Nexus 7 or 10 device?
I'm on kitkat with Samsung TW, but since these softkeys were added on, I'm guessing only stock kitkat related files need to be edited. But I have no idea what I need to edit, to keep the buttons closer together ....
All help and advice would be dearly appreciated!!
Click to expand...
Click to collapse
Were you ever able to resolve this issue? Same tablet same problem.
7786 said:
Were you ever able to resolve this issue? Same tablet same problem.
Click to expand...
Click to collapse
Nope. It seems I need to modd framework and SystemUI, but since the latter included samsung enhancements, decompiling and recompling it is a mess.
I ve tried several xposed framework modules to no avail too. Gravity Box allows me to change buttons and commands of the navbar but not the spacing between the keys.
I am unfortunately not a developer, and don't have the ability to deodex, modd, recompile SystemUI without breaking other stuff. Hoping some custom roms will have the function in the future.
If you find a solution, do let me know. I ll keep you posted if I find one too.
Sent from my SM-P600 using XDA Premium 4 mobile app
Same problem with my Grand 2 custom rom there is too much of space after the back key

[Q] landscape mode for Xiaomi Roidmi APP

Hello friends
I want to edit roidmi apk to create landscape orientation for this app, but after edit AndroidManifest.xml, recompile and sign, the app won't install. I tried to decompile and recompile and sign the app via apktool without any changes or edit for test and saw the app won't install again! So I don't know what kind of decompiler should be good for this project. Anyone can help me please.. cuz I need Roidmi landscape for tablet UI in car and I have to edit this app. By the way I wonder why the app lost it size about 2 MB after recompiling even with no mode or changing.
Thank you in advanced.
no one have any plan?
no idea yet? I have to edit this app.. please help me if you can..

Categories

Resources