[GUIDE] Making Small Changes To Apps, e.g Auto-Rotation, Theming White - Xperia Arc Themes and Apps

This Guide Will Teach You How To Make Small Changes To Apps​Lets Take My Honami Home For An Example, With This Guide, You Will Be Able TO
- Enable/Disable Auto Rotation
- Enable/Disable Auto-Hide Pagination Buttons
- Change App Tray Drawer Grid
- Change Home Grid
- And More
This Is Fairly Easy All You Need is
- ApkTool
- A Zip Signer, A good App To Sign Apps on android is ZipSigner From PlayStore ZipSigner
- And A Little Bit Background knowledge of ApkToo
- Please Be Aware That Some Apk's Will Not Follow These Guides
First Of All, Decompile The Apk You Want To Edit
And Then Navigate to /res/values/
To Change stuff like Auto Rotation, Open bools.xml
Just Change WhatEver You Want To Edit From Either
- "false" To "true"
- "true" To "false"
For Example, For Auto Rotation
Code:
false
Change the false to true
To Change stuff like Grid Size, Open integers.xml
And Inside It Just Change The number Accordingly To What You Want It To Be
For Example:
Code:
5
in the honami launcher the app tray rows are originally 5
You May change to any number like 4 or 6 to increase/decrease the rows
To Theme A App White, Open styles.xml
And Inside Change All
Code:
Theme.DeviceDefault
To(Case Sensitive)
Code:
Theme.DeviceDefault.Light
And Also (OPTIONAL)
Code:
Theme.Holo
To(Case Sensitive)
Code:
Theme.Holo.Light
So Basically You Just Add ".Light" To The End Of Theme.Holo And Theme.DeviceDefault
If A App Doesn't Have The Above Stated Files, Open androidmanifest.xml
jader13254 said:
Themes and auto rotation etc is android.manifest.xml, some apps don't even have styles.xml since everything is inside manifest.
So check manifest and add android:theme="@style/AppTheme" to the activity you wanna theme and than you can mod in styles.xml
Click to expand...
Click to collapse

I have tried to dexompile homani launcher but it generates framework error.
Sent from my MK16i using xda premium

chiragvagh said:
I have tried to dexompile homani launcher but it generates framework error.
Sent from my MK16i using xda premium
Click to expand...
Click to collapse
what do you want to edit in it?
and you need i1 framework

App drawer grid size
Sent from my MK16i using xda premium

chiragvagh said:
App drawer grid size
Sent from my MK16i using xda premium
Click to expand...
Click to collapse
i will add 4x4 soon

No no you miss understand me. I like 5x4. I was just asking for knowledge.
Sent from my MK16i using xda premium

chiragvagh said:
No no you miss understand me. I like 5x4. I was just asking for knowledge.
Sent from my MK16i using xda premium
Click to expand...
Click to collapse
Oh okay then i shall tell you that
you require the i1 framework-res and SemcGenericUxpRes to successfully decompile and compile the honami home

About Signing:
Should I upload my lil tool I made last night to sign any apk and jar file in 1 click?

jader13254 said:
About Signing:
Should I upload my lil tool I made last night to sign any apk and jar file in 1 click?
Click to expand...
Click to collapse
Ya sure would love it
Sent from my LT18i

Sahaab said:
Oh okay then i shall tell you that
you require the i1 framework-res and SemcGenericUxpRes to successfully decompile and compile the honami home
Click to expand...
Click to collapse
Please provide me i1 framework-res and SemcGenericUxpRes files, I would be very thank full to you.

chiragvagh said:
Please provide me i1 framework-res and SemcGenericUxpRes files, I would be very thank full to you.
Click to expand...
Click to collapse
http://db.tt/WTpRvqPr
Sent from my LT18i

Sahaab said:
http://db.tt/WTpRvqPr
Sent from my LT18i
Click to expand...
Click to collapse
while installing xi1 framework-res.apk i am getting this error.....

session20 said:
while installing xi1 framework-res.apk i am getting this error.....
Click to expand...
Click to collapse
Use latest 4.2.2 apktool
ICS apktool doesn't work correctly with 4.2.2 apks
---------- Post added at 07:30 PM ---------- Previous post was at 07:26 PM ----------
Btw, sorry mate but this guide isn't correct.
Everything you say is apk related and different between various apps.

jader13254 said:
Use latest 4.2.2 apktool
ICS apktool doesn't work correctly with 4.2.2 apks
---------- Post added at 07:30 PM ---------- Previous post was at 07:26 PM ----------
Btw, sorry mate but this guide isn't correct.
Everything you say is apk related and different between various apps.
Click to expand...
Click to collapse
Thanks very much... It worked.!!!
You mean changing this values, does not change anything or i get bootloop or compile error.. what

jader13254 said:
Use latest 4.2.2 apktool
ICS apktool doesn't work correctly with 4.2.2 apks
---------- Post added at 07:30 PM ---------- Previous post was at 07:26 PM ----------
Btw, sorry mate but this guide isn't correct.
Everything you say is apk related and different between various apps.
Click to expand...
Click to collapse
Ya I kno its different b/w various apps
But most of these things are located in these places, this is just supposed to be an overview
Sent from my LT18i

session20 said:
Thanks very much... It worked.!!!
You mean changing this values, does not change anything or i get bootloop or compile error.. what
Click to expand...
Click to collapse
He means to say its different b/w various apps
Sent from my LT18i

Sahaab said:
He means to say its different b/w various apps
Sent from my LT18i
Click to expand...
Click to collapse
Themes and auto rotation etc is android.manifest.xml, some apps don't even have styles.xml since everything is inside manifest.
So check manifest and add android:theme="@style/AppTheme" to the activity you wanna theme and than you can mod in styles.xml

jader13254 said:
Themes and auto rotation etc is android.manifest.xml, some apps don't even have styles.xml since everything is inside manifest.
So check manifest and add android:theme="@style/AppTheme" to the activity you wanna theme and than you can mod in styles.xml
Click to expand...
Click to collapse
Added in OP
But u shud know that those were just examples and this guide wasn't exactly meant for those things
Btw thnx for making the guide more complete
Sent from my LT18i

hi
i have problem this edit setting for change background!
see:

silverbios said:
hi
i have problem this edit setting for change background!
see:
Click to expand...
Click to collapse
It is case sensitive
I do not remember if holo is capital or not
Sent from my LT18i

Related

[REQUEST] ics home

Please can someone upload the default ics home and framework?
Thanks in advance
Aarush said:
Please can someone upload the default ics home and framework?
Thanks in advance
Click to expand...
Click to collapse
man here is the files:link is for framework
http://www.mediafire.com/?1s3u6zrc38a7s3d
Thanks man
How to use it? Just install ?
Sent from my MT15i using xda premium
LiVeBeaT said:
How to use it? Just install ?
Sent from my MT15i using xda premium
Click to expand...
Click to collapse
Move them to their respective places with correct permissions
Sent from my neo V
Aarush said:
Please can someone upload the default ics home and framework?
Thanks in advance
Click to expand...
Click to collapse
why do you need it?
darky22 said:
why do you need it?
Click to expand...
Click to collapse
Flashed the xperia s theme, didn't like the home n framework, so wanted to revert back
Sent from my neo V
Aarush said:
Flashed the xperia s theme, didn't like the home n framework, so wanted to revert back
Sent from my neo V
Click to expand...
Click to collapse
I never included a modded framework-res.apk in my theme yet,so you reverted back from stock framework to stock framework ?
you did, that's why the text became grey, anyways whatever it was, replacing the framework fixed it
You should check the apex launcher from market
Aarush said:
you did, that's why the text became grey, anyways whatever it was, replacing the framework fixed it
Click to expand...
Click to collapse
home have the colors for text strings in menus in home and app drawer,in framework i only added few things needed for mediaplayer
Thilina said:
home have the colors for text strings in menus in home and app drawer,in framework i only added few things needed for mediaplayer
Click to expand...
Click to collapse
oh, my bad
10chars
Can someone post the default fonts folder in system ? I kinda killed my phone using a font changer app xD
Thilina said:
Can someone post the default fonts folder in system ? I kinda killed my phone using a font changer app xD
Click to expand...
Click to collapse
If i understood corect here is:
Apex is geat, many cutom options

[MOD][ZipThemer]IConSony → FULL NXT THEME PACK FOR ICS/JB MDPI!

[MOD][ZipThemer]IConSony → Complete NXT THEME PACK FOR ICS/JB MDPI!
Here I am again...
This mod uses the ZipThemer app, which means there will be NO compability issues.
ZipThemer works by patching images or XMLs inside your apk.
This mod is for those who HATE HATE HATE ICS blue coloured stuffs AS ME.
In this mod, all old Sony Ericsson styles or AOSP GingerBread styled elements are changed to NXT style (image source: XPERIA GO System Dump). Most holo (ICS Styled elements) are changed to NXT style (image source: XPERIA GO System Dump) as follows:
List highlights, Menu icons, holo progress horizontal, all holo buttons (check button, default button, radio button, ...) ICS App title bar, and more.
1.
Download the All In One Package
r1
http://db.tt/vUFGedb8
r2
http://db.tt/txtxFgkF
2.
Extract the 'ZipThemer'folder to the root of your SDCard. Install ZipThemer. Set up ZipThemer: uncheck 'Allow New Entries', choose Edify-WT19i in update script format, always create backup files.
3.
+Theme inside ZipThemer
--USE SemcHoloButtonXML.zip only if you are using stock SONY ICS ROM.
--USE SemcButtonHoloIMG.zip in non-stock ROM. or you will get soft reboots or odd button images.
--SmoothSpinners.zip make the old styled spinner rotates more smoothly. But do not use this in JellyBean or you will make lots of FCs in apps.
--JellyBeanAnimation.zip takes no effect in SEMC stock ROMs because SEMC hooked the animation sources.
--SystemUIXtremeModForSonyICS.zip add a lock button on the right hand corner of StatusBar and shrink the QuickPanel and DateView and change to XPERIA GO ICONS. SonyICS ROM only
--SystemUIXtremeModForNonSonyICS is the same as the above mod except it will not add a lock button. Compatible to CyanogenMod 9 ROMs.
--SystemUIXtremeModIconOnly -- as its name, only change icons and compatible to GB and JB ROMs.
Add the Theme zips you want to use.
Click 'Build it!' to start patching your framework-res.apk or other apk with the new images.
Reboot to ClockWorkMod. Install the update zip just created by ZipThemer.
Reboot and all done.
ChangeLog
r2
NXT THEME added SemcTextFieldHolo.
Added SpinnnerMods
Added StaturBarLayoutMods
Yeah!!!...you are back with awesome theme... :thumbup::thumbup:
Sent from my WT19i using xda premium
Wow..... Great one brov!!!!
Awesom.....waitforit.....ness !!
After i downloaded XperiaGo System Dump, i am almost doing theming every second.
Sent from my WT19i using xda premium
Nice one friend ! And you play minecraft too !
Sent from my WT19i
kokzhanjia said:
Nice one friend ! And you play minecraft too !
Sent from my WT19i
Click to expand...
Click to collapse
Oh, you see the PocketInvEditor app icon... Haha
Sent from my WT19i using xda premium
Reboot menu
How to add reboot menu with this?
Thanks..
toni.wijayanto said:
How to add reboot menu with this?
Thanks..
Click to expand...
Click to collapse
Install Reboot Option Mods from the theme and apps, and then patch the frameworkby ZipThemer.
Sent from my WT19i using xda premium
MOD R2 soon in 1 hour.
NXT TEXTFIELD HOLO added
Sent from my WT19i using xda premium
danist727 said:
MOD R2 soon in 1 hour.
NXT TEXTFIELD HOLO added
Sent from my WT19i using xda premium
Click to expand...
Click to collapse
I already wrote it in TK's Walkman thread, but the texfields not changed, they are still default holo, with blue underline. Asking one more time: These resources (texfields, activity title bars, and other common parts of ui - that, as i think, should be related to framework-res) can be changed for whole system (in conversations, phonebook, and every other app)?? Or it needs "per-app" modding? I hope that you understand me, my english is not very well
Well, you hate AOSP blue, but I hate Xperia white highlight can I change that with this app to be all AOSP?
Sorry sorry, i forgot to upload the new file...
Sent from my WT19i using xda premium
drop5 said:
I already wrote it in TK's Walkman thread, but the texfields not changed, they are still default holo, with blue underline. Asking one more time: These resources (texfields, activity title bars, and other common parts of ui - that, as i think, should be related to framework-res) can be changed for whole system (in conversations, phonebook, and every other app)?? Or it needs "per-app" modding? I hope that you understand me, my english is not very well
Click to expand...
Click to collapse
Sorry for mistake, updated with SemcTextField.
Depending on whether the app rely on framework-res. If the app rely on framework , the ap style will be changed on ZipThemer patches. Or else we have to mod the app sepratedly.
Sent from my WT19i using xda premium
Kir3 said:
Well, you hate AOSP blue, but I hate Xperia white highlight can I change that with this app to be all AOSP?
Click to expand...
Click to collapse
Yes, but I do noy have image resources. I will make it if i have time.
Sent from my WT19i using xda premium
danist727 said:
Yes, but I do noy have image resources. I will make it if i have time.
Sent from my WT19i using xda premium
Click to expand...
Click to collapse
hi , can you make it work on xperia arc s?
Alex_rac said:
hi , can you make it work on xperia arc s?
Click to expand...
Click to collapse
You mean NXT THEME on HDPI? I have one but incomplete. I will share when i have free time.
Sent from my WT19i using xda premium
danist727 said:
Sorry for mistake, updated with SemcTextField.
Depending on whether the app rely on framework-res. If the app rely on framework , the ap style will be changed on ZipThemer patches. Or else we have to mod the app sepratedly.
Sent from my WT19i using xda premium
Click to expand...
Click to collapse
Oh ok so I try it one more time I think that most of SEMC apps rely on framework, because i flashed TK's apps and in my phone they look different, so TK probably have some framework mods.
-------------------------------------
yeeeah now it looks as it should thanks for your work
ooooookkkk
danist727 said:
You mean NXT THEME on HDPI? I have one but incomplete. I will share when i have free time.
Sent from my WT19i using xda premium
Click to expand...
Click to collapse
great thanks for your answer , take your time :laugh: you are the first person that notice me in this forum xD

[TUTORIAL REQUEST] Adding toggle buttons from one systemui to other

I'm using serajr's systemui. I found another modified version of it. What I want to do is adding buttons from the modified version to the original. I don't want to add all of them. Just few toggles. How to do that? If u can, please post a tutorial. So other people also can take the benefit.
I guess this is the right forum to request this. If not please report.
RavinduSha said:
I'm using serajr's systemui. I found another modified version of it. What I want to do is adding buttons from the modified version to the original. I don't want to add all of them. Just few toggles. How to do that? If u can, please post a tutorial. So other people also can take the benefit.
I guess this is the right forum to request this. If not please report.
Click to expand...
Click to collapse
Just look in drawables-mdpi folder ...u will find int PNG's u need...just take those pngls and replace it iur systemUI.apk using winrar...
Sent from my SK17i using XDA Premium HD app
sandy7 said:
Just look in drawables-mdpi folder ...u will find int PNG's u need...just take those pngls and replace it iur systemUI.apk using winrar...
Sent from my SK17i using XDA Premium HD app
Click to expand...
Click to collapse
thanks for the reply. I didn't mean it.
this is what I mean this thread
post numbers #1745, #1748, #1750

Transparent toggle background

Transparent toggle background
how make it?
what xml or what png?
i can decompile myself . or change transparency of png
but i must know where look for it
anybody?
deusson said:
Transparent toggle background
how make it?
what xml or what png?
i can decompile myself . or change transparency of png
but i must know where look for it
anybody?
Click to expand...
Click to collapse
first i assume that you know how to decompile ....decompile system.UI
in system.ui /res/ drawable-xhdpi you have to mod tw_quick_panel_quick_setting_button_bg_normal.9
make it transparent with photoshop and then you have to mark it again with draw9patch from SDK/tools
and recompile and that´s it
or flash this...if you not like it the mod will make automaticaly a backup of your original png in your sd card ..if you not like how is look like you can flash back your original png from a zip from sd card
thanks
amnodaniel said:
first i assume that you know how to decompile ....decompile system.UI
in system.ui /res/ drawable-xhdpi you have to mod tw_quick_panel_quick_setting_button_bg_normal.9
make it transparent with photoshop and then you have to mark it again with draw9patch from SDK/tools
and recompile and that´s it
or flash this...if you not like it the mod will make automaticaly a backup of your original png in your sd card ..if you not like how is look like you can flash back your original png from a zip from sd card
Click to expand...
Click to collapse
many thanks man
it change different place
it change different place
make transparent place up the togles background where is time and date
but i want to change backgrouund behind toggles
I flashed.. But nothing changed.. I'm using simplistic framework + xposed framework + perseus kernel + running on "crash rom".. Because of simplistic framework?..
Sent from my GT-N7100 using xda app-developers app
yeminswe said:
I flashed.. But nothing changed.. I'm using simplistic framework + xposed framework + perseus kernel + running on "crash rom".. Because of simplistic framework?..
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
that doesn´t work for simplistic.... to make the backgroud of toogles transparent u have to do it from the simplistic app
---------- Post added at 04:21 AM ---------- Previous post was at 04:18 AM ----------
deusson said:
it change different place
make transparent place up the togles background where is time and date
but i want to change backgrouund behind toggles
Click to expand...
Click to collapse
yes...this mod it make transparent the background of toogles...
better upload a screenshot of your phone to see what goes transparent in your phone....
Thanks.. I've already tried simplistic control app.. It only make status bar transparent, not have option to make toggle background transparent.
Sent from my GT-N7100 using xda app-developers app
this is my screenshot
amnodaniel said:
that doesn´t work for simplistic.... to make the backgroud of toogles transparent u have to do it from the simplistic app
---------- Post added at 04:21 AM ---------- Previous post was at 04:18 AM ----------
yes...this mod it make transparent the background of toogles...
better upload a screenshot of your phone to see what goes transparent in your phone....
Click to expand...
Click to collapse
probably different png i need
i am also on simplistick
Can you please tell me how did you do that? I'm using "crash rom".. Will it compatible with my rom?
Sent from my GT-N7100 using xda app-developers app
yeminswe said:
Can you please tell me how did you do that? I'm using "crash rom".. Will it compatible with my rom?
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
i edit png that he told me
but i want to change this black background behind my toggles
and for now i cant find it. where is png responsible for it or xml i try so many and nothing
I'm currently using scamus design for crash rom.. Here are my themes.. But no transparent toggle background
Sent from my GT-N7100 using xda app-developers app
It's OK.. It doesn't matter whether transparent or not. Just wanna make the toggle more beautiful and attractive.. May be someone know and post it here
Sent from my GT-N7100 using xda app-developers app
Simplistic doesn't using image for BG, it just using color code, so changing image doesn't work
Also SF doesn't control with systemUI.apk for toggle, you need to edit lktog
On simplistic thread page 371, i have posted 3D toggle.
can you make it?
dr.ketan said:
Simplistic doesn't using image for BG, it just using color code, so changing image doesn't work
Also SF doesn't control with systemUI.apk for toggle, you need to edit lktog
On simplistic thread page 371, i have posted 3D toggle.
Click to expand...
Click to collapse
?
togglebg i must edit in lktog.apk?
Not for bg, as i said legend using color code so editing image have no meaning. Toggle icon you can change by lktog.
Sent from my GT-N7100 using xda premium
yeminswe said:
Thanks.. I've already tried simplistic control app.. It only make status bar transparent, not have option to make toggle background transparent.
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
the donation version it have it
when i decompile
dr.ketan said:
Not for bg, as i said legend using color code so editing image have no meaning. Toggle icon you can change by lktog.
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
when i decompile and change color to 00000000 its force close SystemUI
yeminswe said:
I'm currently using scamus design for crash rom.. Here are my themes.. But no transparent toggle background
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
even if you are using scamus theme this mod will not work 4 u because it have part or full simplistic system.UI implemented...form what i´ve seen in your screen capture
---------- Post added at 12:10 PM ---------- Previous post was at 12:07 PM ----------
deusson said:
when i decompile and change color to 00000000 its force close SystemUI
Click to expand...
Click to collapse
don´t try to decompile system.ui if you are using simplistic framework...the creator of simplistic had used diferent codes and all in there is controlled by SC.apk
and has i told before there is a option to change the toogle background to transparent only in the pay version of SC.apk
i have pay version
amnodaniel said:
even if you are using scamus theme this mod will not work 4 u because it have part or full simplistic system.UI implemented...form what i´ve seen in your screen capture
---------- Post added at 12:10 PM ---------- Previous post was at 12:07 PM ----------
don´t try to decompile system.ui if you are using simplistic framework...the creator of simplistic had used diferent codes and all in there is controlled by SC.apk
and has i told before there is a option to change the toogle background to transparent only in the pay version of SC.apk
Click to expand...
Click to collapse
and dont see this function
deusson said:
and dont see this function
Click to expand...
Click to collapse
damn..... that is quiet easy... but i don´t remember now how to explaind you...i am not use simplistic...whait i am flashing now a mod made by me and i will tell you how to do it

[PORT][2011 devices] i1/Honami Home Port v1.2 (Accent and rotation fixed)

I WILL NOT REPLY TO ANYONE WHO DOESNT READ THE INSTRUCTIONS AND THEN COMPLAINS ABOUT FC​I have successfully ported the i1 home to our 2011 devices after many tries
Screen shots available Below
Credits:
- ZeroInfinity
- Erorcun
Bugs:
- Few widgets dont work in some places
- Widgets must be installed for home to work
Instructions:
- Flash Both Zips Via CWM
- Widgets Is Necessary For Launcher To Work, Or Else You Will Get FC
- Please Make Sure To Have Signature Check Disabled In Services.jar (If You Are Using A Custom ROM, Then It Should Be Disabled)
Changelog:
V1.0 - Initial Release
V1.1 - Fixed Themes FC And Folder Icons
V1.2 - Fixed Accent Themes And Landscape Mode ~ Thanks To @Jeka_Osokin
Press thanks if you like the home
If you use this in your rom please give credit
This is not ra3al's launcher and is the actual home
Download Link:
i1 Launcher | Widgets
i1 Launcher - autohide pagination dots+autorotate
i1 Launcher - autorotate
i1 Launcher - autohide pagination dots.zip
i1 Launcher - 5x4 Desktop + autohide pagination dots
Cant you remove Themes section from the options and widgets must need to be installed means... the ported xi1 widgets by you does not work with this launcher...????
session20 said:
Cant you remove Themes section from the options and widgets must need to be installed means... the ported xi1 widgets by you does not work with this launcher...????
Click to expand...
Click to collapse
Widgets are included within zip
And yes they will work
Themes I will see later
Sent from my LT18i
Sahaab said:
Widgets are included within zip
And yes they will work
Themes I will see later
Sent from my LT18i
Click to expand...
Click to collapse
R u really uploading or will it take time....
As this may not be more than 5MB file. And Does some apps moved to sd card disappear.??
session20 said:
R u really uploading or will it take time....
As this may not be more than 5MB file. And Does some apps moved to sd card disappear.??
Click to expand...
Click to collapse
Its 13mb
And I am making flashable zip, sorry takes longer when making on phone and your brother is driving you crazy
Gonna test zip now then upload
Sent from my LT18i
Simply edit res/layout to remove themes :highfive:
jader13254 said:
Simply edit res/layout to remove themes :highfive:
Click to expand...
Click to collapse
But I do not have the laptop atm
Doing everything by phone
I want to fix the themes button tho :-/
Sent from my LT18i
Well great work bro. You and errorcun are only one that is porting honami stuff to ICS, hope for new honami phonebook, niaboc ported for 4.1.2.
Sent from my ST21i using xda premium
jader13254 said:
Simply edit res/layout to remove themes :highfive:
Click to expand...
Click to collapse
R u working on 4.1 late night.... i think, its sleeping time for u...
Download Link added
http://db.tt/vjFwqJl2
Sent from my LT18i
bro u are best dev in xda :good:
.
Finally, good job Sahaab:thumbup:
Sahaab said:
But I do not have the laptop atm
Doing everything by phone
I want to fix the themes button tho :-/
Sent from my LT18i
Click to expand...
Click to collapse
Really? Nice job! What phone apps you used in editing apk, xml files if you dont mind
I would like to install the apps and try it.
Sent from my LT18i using xda premium
Wt19i ICS Stock FC
edit : Re Flash CWM worked
FC on my arc LT15
Sent from my LT25i using xda premium
kanojo22 said:
FC on my arc LT15
Sent from my LT25i using xda premium
Click to expand...
Click to collapse
Don't only home as system app with permission. Flash all with CWM
welvirinecast said:
Really? Nice job! What phone apps you used in editing apk, xml files if you dont mind
I would like to install the apps and try it.
Sent from my LT18i using xda premium
Click to expand...
Click to collapse
I don't think he means he edits apks on his phone lol
Sent from my Xperia Tablet Z using xda developers app
DdcCabuslay said:
I don't think he means he edits apks on his phone lol
Sent from my Xperia Tablet Z using xda developers app
Click to expand...
Click to collapse
Okay i thought of that! Sorry for my question... My laptop broke last night.. spilled some beer on it. :'( and i need to edit some xml files through phone.
Sent from my LT18i using xda premium
jader13254 said:
Simply edit res/layout to remove themes :highfive:
Click to expand...
Click to collapse
A simple thought but useless
Sahaab said:
Bugs:
- Themes FC
Click to expand...
Click to collapse
Fixed Theme Delete theme İtem MDPI Devices
HDPI devices Codes try it
Edit Values folder integers.xml
Change
<integer name="cui_main_menu_grid_rows">1</integer>
<integer name="cui_main_menu_grid_columns">4</integer>
to
<integer name="cui_main_menu_grid_rows">1</integer>
<integer name="cui_main_menu_grid_columns">3</integer>
Edit : Values folder Dimens.xml Change
<dimen name="cui_grid_height_small">147.0dip</dimen>
<dimen name="cui_grid_height_large">195.0dip</dimen>
<dimen name="cui_main_menu_cell_width">158.0dip</dimen>
Try it
MDPI Finish
;
Auto Rotation Enabled Ver Coming soon
Can you give me a tutorial how to enable auto rotation for i1 launcher?
Sent from my LT25i using xda premium

Categories

Resources