I recently started to mess with android system. I learned how to port ROM's between devices with the same screen size. The problem popped up when I tried to port a NEO V ROM to mini. I got it running, but the screen was was too big for the mini.
Can anyone give me a clue on how to port screen size please?
I've searched google, but no success on porting different screen size ROM's
All app images and framework are of different size. You will have to resize every image. A lot of work.
Via Tapatalk 2.0 on ICS
I advice you to use faststone resizer, instead of resizing image by image..
Sent from my WT19i using XDA
Thanx for replying!
I'm just starting to understand how android works so any help is welcome
I know how to open apk's and resize images in them. That's no problem.
But as far as I know everything in the framework folder is java .jar?
Any hint on how to to resize framework?
i think u must pm to ExPeacer how to port hdpi to mdpi
You may find this helpful:
http://forum.xda-developers.com/showthread.php?t=785864
iONEx said:
I recently started to mess with android system. I learned how to port ROM's between devices with the same screen size. The problem popped up when I tried to port a NEO V ROM to mini. I got it running, but the screen was was too big for the mini.
Can anyone give me a clue on how to port screen size please?
I've searched google, but no success on porting different screen size ROM's
Click to expand...
Click to collapse
you can port mini framework to ported rom.may you change density display to 160?
thanx for helping!
Changed "ro.sf.lcd_density=" from 240 to 160 and it worked alright
Then I replaced hdpi system apk's with the same mdpi system apk's for now. All working ok
As for unique system apk's, I'll resize png files with image scaler.
iONEx said:
thanx for helping!
Changed "ro.sf.lcd_density=" from 240 to 160 and it worked alright
Then I replaced hdpi system apk's with the same mdpi system apk's for now. All working ok
As for unique system apk's, I'll resize png files with image scaler.
Click to expand...
Click to collapse
good luck!
Can you write tutorial how you ported the rom from arc/neo to mini???
Please
singh_dd93 said:
Can you write tutorial how you ported the rom from arc/neo to mini???
Please
Click to expand...
Click to collapse
or even between mdpi would be great, asked a lot of people, no one gives clear sets of instructions, just pieces
something organized would be greatly appreciated
gandhar said:
or even between mdpi would be great, asked a lot of people, no one gives clear sets of instructions, just pieces
something organized would be greatly appreciated
Click to expand...
Click to collapse
Same here i posted a thread as well but no one replied
Sent from my Xperia Mini using XDA
I'm definitely no dev, but I'll try to put something together for you
It's nothing more than replacing/overwriting files&folders.
This is what worked for me. I'm no expert, I figured this on my own. So it
may or may not be all correct. Feel free to correct me, I'm happy to learn
If you port mini/minipro/live/active, you don't need to replace camera
drivers or bootanim since they have the same cam and bootanim res.
If you're porting NEO ROM, you have to replace camera or it won't work.
These are folder/files you have to copy from mini ROM to ROM you're porting:
in /etc replace:
/firmware folder
ppp folder
wifi folder
sensors.conf
hw_config.sh
pre_hw_config.sh
vold.fstab
in /usr replace:
keychars folder
keylayout folder
[it's for hard and soft keys]
in /system/lib replace:
/hw folder
[contains the files which control the sensors and lights such as GPS and
the accelerometer]
>>>build.prop<<<
You have to change ALL MT11, SK17, ST17 etc. entries to ST15i.
Also replace codenames i.e. mango to smultron.
It's best to have a mini build.prop side by side and just do some
copy/pasting
-------------------NEO V [HDPI to MDPI only]-------------------
-CAMERA driver-
in /usr/semc replace:
camera folder
/lib/
libarccamera.so
libcamera.so
libcameraservice.so
libcamera_client.so
libCaMotion.so
liboemcamera.so
libseccamera.so
libseccameraadaptor.so
Replace bootanimation in /media
>>>APK replace<<<
If porting NEO V to mini (hdpi to mdpi), you have to replace some APK's in
/system/app.
Replace only SAME APK's from mini ROM to NEO V ROM.
That's what I did anyway.
All other apk's you have to resize to mdpi.
You can do it the hard way and resize ALL png's inside the apk's to mdpi.
I just replaced those same files and that's it. I was testing anyway.
If you don't do it, you'll have a hard time with apps since they'll be too
big for mini screen.
Also for HDPI to MDPI, find this line "ro.sf.lcd_density=" and change it
from 240 to 160
Or you'll boot into a seriously wrong sized screen
-------------------NEO V [HDPI to MDPI only]-------------------
That's it!
I hope I haven't forgot something
If you find this useful, I may post it as a thread....
i had also figured out to port roms from MDPI to MDPI but was unable to port from HDPI to MDPI.
Thanks a lot for great info.
how did u converted hdpi to mdpi apk...
instead of png ..
what else is needed to be convert ...
xml files?
if yes how
vermilion871 said:
how did u converted hdpi to mdpi apk...
instead of png ..
what else is needed to be convert ...
xml files?
if yes how
Click to expand...
Click to collapse
I didn't convert at all it would take to long.
I just replaced the apk's with identical, but MDPI sized apk's from another ROM.
Most ROMs have similar sys apps. If not take from two ROMs...
Sent from my ST15i
thank u ..
well i m trying to port miuiv4 to my mdpi device...
please guide... some tips ...
I'm no real dev
I'm just experimenting. So I think you might get much better help from like expeacer or ramezzidane. They're MIUI devs.
Also kamarush seems to be willing to help a lot of folks. So you might ask him too, he's a great dev
MIUI dev threads:
http://forum.xda-developers.com/showthread.php?t=1724798
http://forum.xda-developers.com/showthread.php?t=1578109
Also how to port MIUI guides:
http://www.modaco.com/topic/352934-auto-limpot-a-tool-for-automatic-miui-porting/
http://www.modaco.com/topic/341986-how-to-port-miui/
http://forum.xda-developers.com/showthread.php?t=1499411
hope that helps a bit
thanks a lot..
Related
I just want to resize a lot of .9.PNG's !
I am making a theme who is for hdpi devices and I want to convert to mdpi devices (our devices) so I need to resize all the PNG's !
I think I must decompile the framework-res from the theme, resize the PNG (I use VSO Image resizer) and recompile the framework-res with the resized PNG's
Is that right ?
Thanks in advance for your help
PS : Sorry for my bad english
Plancton.fr said:
I just want to resize a lot of .9.PNG's !
I am making a theme who is for hdpi devices and I want to convert to mdpi devices (our devices) so I need to resize all the PNG's !
I think I must decompile the framework-res from the theme, resize the PNG (I use VSO Image resizer) and recompile the framework-res with the resized PNG's
Is that right ?
Thanks in advance for your help
PS : Sorry for my bad english
Click to expand...
Click to collapse
First, our devices are LDPI not MDPI
and for the .9.png click here
Héhé ldpi yes ! But in the framework-res from Slade ROM the PNG's are in "drawable-mdpi", my mistake
And I search on google "resize .9.png" and not "edit .9.png", my second mistake x)
Thanks
So I think I can decompile the apk whith "Apk manager", resize the PNG's, and recompile. Is thaht ok ?
go here and choose download
azadtaufiq said:
go here and choose download
Click to expand...
Click to collapse
That didnt help...patches were not restored on resizing
sunny.xgcp
found a bug and was not allowed to post in dev thread
You should search for 9patch-resizer on code dot google got com. (Don't have enough rights to post an url)
I made this tool that is basically what you are looking for
Why resize them in the first place?
If you have hdpi images you want to use on a mdpi rom, just put them in a 'drawable-mdpi' folder. Android will resize them automatically. You could have a, for example, 100x100 image and it will be shrunk by the system to the right dimensions.
i really like that keyboard very convenient for me. please help!
350 views and even one answer..
I tried my self to port it but with no luck
No one for now expect Achotjan
Copied all files to gingerdx but also have FC..
something missing?
Some devs says this keyboard need sony's framework to work
i like it too, but no work
You need SE framework from that rom
Sent from my X8 running nAa and D_d piece of art called MiniCM9.
I have manage to install it, with all options, on GingerDX 25
(as you can see in below screenshots)
Screenshots: http://db.tt/too3Sqvi
But also have FC
Something missing..
If anyone want to try and can give a hand, here is a flash zip
International keyboard: http://db.tt/3FMPnKWJ
To unistall it delete the zip path files
Superuser_ said:
I have manage to install it, with all options, on GingerDX 25
(as you can see in below screenshots)
Screenshots: http://db.tt/too3Sqvi
But also have FC
Something missing..
If anyone want to try and can give a hand, here is a flash zip
International keyboard: http://db.tt/3FMPnKWJ
To unistall it delete the zip path files
Click to expand...
Click to collapse
have keyboard but dont work
Never said that it work
I just post it if anyone want to help to make workable..
Superuser_ said:
350 views and even one answer..
I tried my self to port it but with no luck
No one for now expect Achotjan
Copied all files to gingerdx but also have FC..
something missing?
Some devs says this keyboard need sony's framework to work
Click to expand...
Click to collapse
350 + views because everyone thought u probably posted solution... ppl generally dont read REQ
Needed things to make working original SE keyboard:
in /system/apps: textinput-tng.apk
in /system/libs: libXT9.so and maybe libtouchpal.so (not sure)
in /system/usr: xt9 folder what contains dictionary files (a lot of SEMC_????????_xt9.ldb file)
No need framework I'm on the road now, cant make .zip, but this is not hard, everybody can copy these files from SDE rom.
pilu1978 said:
Needed things to make working original SE keyboard:
in /system/apps: textinput-tng.apk
in /system/libs: libXT9.so and maybe libtouchpal.so (not sure)
in /system/usr: xt9 folder what contains dictionary files (a lot of SEMC_????????_xt9.ldb file)
No need framework I'm on the road now, cant make .zip, but this is not hard, everybody can copy these files from SDE rom.
Click to expand...
Click to collapse
Okay, tried to install the zip and gave me force close everytime
It also replace the X8 stock keyboard (default input)
I'm waiting for you then
Sent from my E15i using XDA
pilu1978 said:
Needed things to make working original SE keyboard:
in /system/apps: textinput-tng.apk
in /system/libs: libXT9.so and maybe libtouchpal.so (not sure)
in /system/usr: xt9 folder what contains dictionary files (a lot of SEMC_????????_xt9.ldb file)
No need framework I'm on the road now, cant make .zip, but this is not hard, everybody can copy these files from SDE rom.
Click to expand...
Click to collapse
Take a look my zip I had in there all files except libtouchpal.so
Edit: also have fc with libtouchpal.so
Superuser_ said:
Take a look my zip I had in there all files except libtouchpal.so
Edit: also have fc with libtouchpal.so
Click to expand...
Click to collapse
Still not work?
Sent from my E15i using XDA
Nope!
Something other missing...
you could try with this one over here....
google for "MiniCM7-SEMC_kb.zip" at code.google.com
it work on x10, but as its a diferent screen res, it looks really tiny.
but over x10 mini pro it looks really nice.
All credit to it's owner
Someone knows how to adapt it for hdpi screens?
Sullivan302 said:
you could try with this one over here....
google for "MiniCM7-SEMC_kb.zip" at code.google.com
it work on x10, but as its a diferent screen res, it looks really tiny.
but over x10 mini pro it looks really nice.
All credit to it's owner
Someone knows how to adapt it for hdpi screens?
Click to expand...
Click to collapse
So, does anyone know what has to be changed to make SEMC keyboard work?
Anyone?
pilu1978 said:
Needed things to make working original SE keyboard:
in /system/apps: textinput-tng.apk
in /system/libs: libXT9.so and maybe libtouchpal.so (not sure)
in /system/usr: xt9 folder what contains dictionary files (a lot of SEMC_????????_xt9.ldb file)
No need framework I'm on the road now, cant make .zip, but this is not hard, everybody can copy these files from SDE rom.
Click to expand...
Click to collapse
Waiting for your new news :victory:
any updates on this?really like this keyboard...
No dude..
To work need my update files
The problem in my update was textinput-tng.apk
why?
because the apk use xperia resources framework
if someone can emblem and cyanogen to(resources.arcs) maybe can be workable
If your bootloader is unlockable,flash the latest SDE to enjoy,if not sorry..
This keyboard works for CM9 and CM10 . Could someone port it for GB?
http://forum.xda-developers.com/showthread.php?t=1867187
Hi, guys. I got a lot of Xperia theme accent apks from Xperia T Jelly Bean or Xperia Z dump. So, I'm wondering to port Xperia 2012 theme accent changer until it will work such as NXT without defaulthemes. Then, I spend much time to recompile all of apks. So, I tested lot of theme accent apps. I got FC when I select theme on settings menu
TODAY, I'M HAVING A PLAN TO START DEVELOPING 2012 XPERIA OR ORIGINAL XPERIA Z THEME ACCENT APKS PORT MUST BE WORK ON 2011 XPERIA LINE UP WITHOUT DEFAULTTHEMES. IF I CHANGE A THEME, COLOR OF SEMCCLOCK.APK, ONOFFTOOLS.APK AND MUSIC WIDGET WILL CHANGE TO OTHER COLOR !!!
I listed all of apks should be go on to get working. It contains :
BlackTheme.apk
BlueTheme.apk
BlackBlueAccentTheme.apk
GreenTheme.apk
OrangeTheme.apk
PinkTheme.apk
Purple.apk
Skin1.apk
Skin-picker.apk
Skin-upholseter.apk
Which it will placed on system > app
Guys, If you want to help me to developing theme changer without DefaultThemes.apk, I'm giving you download link
http://www.mediafire.com/?02ouaf28ykzmouq
I hope anyone can help me to make it work immediately
and let's take a time to make something that I gave for you to make it works completely that I wondered
Best Regards
Danis Ariandi
Re: [DEV][THEME][WIPE]Porting 2012 Xperia theme accent changer ( without DefaultTheme
Ask aeon... He's the framework master here
Sent from my Sensed ST18i with Tapatalk 2
Themes FC ?
Please tell me by [WIPE] you mean [WIP] which is Work in Progress.
But I do hope somebody can port the 2012/2013 theme system to our phones.
DdcCabuslay said:
Please tell me by [WIPE] you mean [WIP] which is Work in Progress.
But I do hope somebody can port the 2012/2013 theme system to our phones.
Click to expand...
Click to collapse
Oh my god, I'm wrong to write. So, It means work in progress maybe
Sent by my SMART XPERIA ROM
Any chanse to make it work?
am2222 said:
Any chanse to make it work?
Click to expand...
Click to collapse
In progress but I must find other source
Sent from my LT15i using xda app-developers app
Found
I found resources from vendor \ overlay, (com.sonyericsson.home-res.apk and com.sonyericsson.thememanager-res.apk) I hope this is something to help. Here
Jeka_Osokin said:
I found resources from vendor \ overlay, (com.sonyericsson.home-res.apk and com.sonyericsson.thememanager-res.apk) I hope this is something to help. Here
Click to expand...
Click to collapse
But I think it should modified framework-res.apk
Sent from my LUCKY MIND
Or guys, did you have successful to recompile SemcGenericUxpRes.apk ?
Sent by my MIND
Test this file!
danisariandi said:
Or guys, did you have successful to recompile SemcGenericUxpRes.apk ?
Sent by my MIND
Click to expand...
Click to collapse
It won't make trouble with apktool compiling.
I really hope you can port theme changer it would be awesome
Please someone HELP ME !!!
danisariandi said:
Or guys, did you have successful to recompile SemcGenericUxpRes.apk ?
Sent by my MIND
Click to expand...
Click to collapse
Check this thread http://forum.xda-developers.com/showthread.php?t=2190716
Oh thanks for helping, anyone know how to port like BlackTheme.apk and etc into 2011 Xperia Devices ?
danisariandi said:
Oh thanks for helping, anyone know how to port like BlackTheme.apk and etc into 2011 Xperia Devices ?
Click to expand...
Click to collapse
If someone would know it, he would have done it. Its a bold task... ...you need an Xperia Z/T etc for sure to test and debug with it... ...about FC, take a logcat and look whats wrong... ...
jader13254 said:
If someone would know it, he would have done it. Its a bold task... ...you need an Xperia Z/T etc for sure to test and debug with it... ...about FC, take a logcat and look whats wrong... ...
Click to expand...
Click to collapse
Mmmmm... I have only arc but, I don't know how to port that ?
danisariandi said:
Mmmmm... I have only arc but, I don't know how to port that ?
Click to expand...
Click to collapse
How to port that and that?!
You need to implement the same things and files as sony did for different device series...
jader13254 said:
How to port that and that?!
You need to implement the same things and files as sony did for different device series...
Click to expand...
Click to collapse
and you need also to talk other devs to help me with porting that, right ?
Is this worth porting?
Basically what does it do, change overlay colors? Like default themes?, can somebody share a screenshot or video or something like that to show its cool?
Hallo, I tried a lot of apktools and aapts but I am unable to recompile framework-res Every time resources have diferent size than stock framework-res and I have no idea how to hack them. If some one allready hacked them please help here! Seems Sony using an totally new aapt tool which is not public? I tried to recompile framework-res without modifying them but every time I getting boot loop.
munjeni said:
Hallo, I tried a lot of apktools and aapts but I am unable to recompile framework-res Every time resources have diferent size than stock framework-res and I have no idea how to hack them. If some one allready hacked them please help here! Seems Sony using an totally new aapt tool which is not public? I tried to recompile framework-res without modifying them but every time I getting boot loop.
Click to expand...
Click to collapse
framework from stock???
Yes
Note: mean about modifying xml files, not drag and drop from the one to the another... ! I have resigned all apks (including framework-res) and have no boot loop but framework-res can not be recompiled and signed, only signed! Allso drag and drop not working if xml files is modified! Hope you understand what I mean?
munjeni said:
Yes
Note: mean about modifying xml files, not drag and drop from the one to the another... ! I have resigned all apks (including framework-res) and have no boot loop but framework-res can not be recompiled and signed, only signed! Allso drag and drop not working if xml files is modified! Hope you understand what I mean?
Click to expand...
Click to collapse
Have U tried to drag 'n drop AndroidManifest.xml and META-INF folder from stock to modified framework-res and overwrite everything ( of course using archive manager )??
I needed to do this in my MIUI port ( CyanogenMod10 based ) for X8, because after every recompile I needed to copy them to not get bootloop
NeveHanter said:
Have U tried to drag 'n drop AndroidManifest.xml and META-INF folder from stock to modified framework-res and overwrite everything ( of course using archive manager )??
I needed to do this in my MIUI port ( CyanogenMod10 based ) for X8, because after every recompile I needed to copy them to not get bootloop
Click to expand...
Click to collapse
No, I have success in resigning unmodified stock framework-res, so META-INF have no sense because new META-INF is signed by new key and its working! There is problem with "format" ...seems Sony have his own aapt and apktool which making totaly diferent "format" than apktool and aapt that we using. I tried many of the aapt | apktool but .arsc have totaly diferent size (allso png files is with totaly diferent size)... !
Have u used the apk manager by diamondback??
http://forum.xda-developers.com/showthread.php?t=1619473
I am working in Linux machine!
munjeni said:
I am working in Linux machine!
Click to expand...
Click to collapse
have you figured out the problem yet??
and one thing I wanted a favour........
I wanted to change the rotation fix for your MIUI to back to its original state..... decompiled the framework-res.apk from the MIUI and changed the some values in framework-res/res/values/bools.xml and then recompiled it and when I replaced it with the default one I was getting the status bar of different width from the original..... it was almost double..... I also tried by just replacing some images just for test and the same thing happened........
Can you tell me whats the problem is????
Hey bro,
Even I was stuck with this issue for a while I think it was Spaun_Studio who found out how to fix this issue Its basically to do with apktool not bundling the required nxt drawables as needed Anyway, Here's the fix :
1) After decompiling, go to apktool.iml and delete the following lines :
usesFramework:
ids:
- 2
Click to expand...
Click to collapse
2) Go to res/values and open styles.xml. There, delete all references to sonyericcson.uxp:drawable (Delete the entire line)
Then, compile and it will work
Credits to Spaun_Studio and not me for the idea
Cheers
@[email protected] said:
have you figured out the problem yet??
and one thing I wanted a favour........
I wanted to change the rotation fix for your MIUI to back to its original state..... decompiled the framework-res.apk from the MIUI and changed the some values in framework-res/res/values/bools.xml and then recompiled it and when I replaced it with the default one I was getting the status bar of different width from the original..... it was almost double..... I also tried by just replacing some images just for test and the same thing happened........
Can you tell me whats the problem is????
Click to expand...
Click to collapse
Seems you missing something!
Min3r said:
Hey bro,
Even I was stuck with this issue for a while I think it was Spaun_Studio who found out how to fix this issue Its basically to do with apktool not bundling the required nxt drawables as needed Anyway, Here's the fix :
1) After decompiling, go to apktool.iml and delete the following lines :
2) Go to res/values and open styles.xml. There, delete all references to sonyericcson.uxp:drawable (Delete the entire line)
Then, compile and it will work
Credits to Spaun_Studio and not me for the idea
Cheers
Click to expand...
Click to collapse
Thanks mate for info, I will try soon! Its looking like problem you mentioned!
munjeni said:
Thanks mate for info, I will try soon! Its looking like problem you mentioned!
Click to expand...
Click to collapse
If you can help with the steps it would be great....... IF you are free then please help........ Thanks....
Hey Bros, anyone have a CM10.1 edited version of SystemUi and Framework-res like Xperia Z/ZQ/i1? I didn't find it here, and i am trying to do this, but is really complicated to me too. If anyone can help me, please talk.
Sorry for my english, brazillian here . Sent from my Xperia Live with Walkman using xda premium
nathanchausse said:
Hey Bros, anyone have a CM10.1 edited version of SystemUi and Framework-res like Xperia Z/ZQ/i1? I didn't find it here, and i am trying to but is really complicated to me too. If anyone can help me, please talk.
Sorry for my english, brazillian here . Sent from my Xperia Live with Walkman using xda premium
Click to expand...
Click to collapse
Bro all non thread relared questios,request belong to Q&A!!!!! Help to keep here clean. Thanks
Btw didnt found anything so far bcuz cm10.1 theming is hard u can use iiandskater s rom it has diffrent framework with eayier theming..
Peace
or you can put framework-res.apk and SystemUI.apk from JV-EX and push to your system. but the first, get the permit from iiandskaters
bejunk said:
Btw didnt found anything so far bcuz cm10.1 theming is hard
Click to expand...
Click to collapse
It's like theming anything else if you know how.
ilms said:
or you can put framework-res.apk and SystemUI.apk from JV-EX and push to your system. but the first, get the permit from iiandskaters
Click to expand...
Click to collapse
Unless you're going to publish a theme that contains other Peoples work then you don't necessarily need to ask for permission to use things from different ROMS to make your own personal ROM.
XperienceD said:
It's like theming anything else if you know how.
Click to expand...
Click to collapse
i only mean: editid an png with piant/photshop is easier than edithing it in xml's (like some jb have) its allmost more code.
also in comparement to ICS/CM9 4.2.2 theming is real harder and there not so many TuT's out there - tried several times - its hard
i have a bunch of unsolved questions about this - but not for ICS...
..so if nobody tells me & cant find solution = i dont get it solved/work.
so yes in my oppinion it is REAL HARDER if i see it from NOW ....
:good:
peace, bejunk
bejunk said:
i only mean: editid an png with piant/photshop is easier than edithing it in xml's (like some jb have) its allmost more code.
Click to expand...
Click to collapse
Take any CM10.1 theme that's already done and mod it to your liking, simple.
XperienceD said:
Take any CM10.1 theme that's already done and mod it to your liking, simple.
Click to expand...
Click to collapse
yes tried it allready (with simplex, other on ics) but the apk's didnt install allways get cant install apk or parsing problem.. dunno if its signing or sth..
also just to make an example: if i theme and need edit more ressorces like xml's (had ast problems with progress bar) there only very few threads about thus if it is sth special like editng size and behaiviour of UI components is impossible for me (wanna edit download apk from cm10.1 to only delete it from this apk screen; not to delete whole file )
theres allways a pointm in most of my work where i have no idea (also no idea what to do to learn it..),
but thanks for ur valuable response (but out of 8 :silly will keep up moving forward in my knowledge as godd as i can, at least thats all what i can do...
peace
It's really hard. I did some modifications in the SystemUI, Framework, Settings, but a lot of things in the framework don't changed. This is what i have got. (The tiles pic is showing the white glow light.
Sorry for my english. Brazillian and Xperia Live with Walkman proud user o/
Hey, anyone can help me? I edited all the framework but didn't see the changes, as you can see in the images. What i have to do?
Sorry for my english. Brazillian and Xperia Live with Walkman proud user o/
why you are bothering yourself ?
download xperia z theme from play store for cm9/10/10.1
it is very similar to xperia z framework
nathanchausse said:
It's really hard. I did some modifications in the SystemUI, Framework, Settings, but a lot of things in the framework don't changed.
Click to expand...
Click to collapse
This is all part of the learning curve. You need to make sure you've changed the right images but even then just because you change what you think is the right image in the framework or SystemUI doesn't mean it's right and it could be in another apk, Phonebook, Conversations etc, or it might be that you've not recompiled correctly.
For example, the sliders, the check boxes that appears on Settings, Status Bar and other apps are localized in?
i decompiled the Xperia Z Theme for CM10.1 and the images change the framework. Am I correct?
Sorry for my english. Brazillian and Xperia Live with Walkman proud user o/