[THEME][N7.2] TWRP Holofied [DISCONTINUED]

fgcchevy

Senior Member
May 1, 2010
598
129
0
Center Hill
Did you post in the wrong thread cuz that ,makes no sense.

Sent from my Nexus 7 using XDA Premium 4 mobile app
This theme was made for the n7 before Google released the latest update. The ROM I am running is based on the latest update. I tried flashing it and it failed. Tia

Sent from my Nexus 7 using Tapatalk 4
 

Cuzz1369

Senior Member
Jan 25, 2013
4,060
4,458
263
Kitchener
This theme was made for the n7 before Google released the latest update. The ROM I am running is based on the latest update. I tried flashing it and it failed. Tia

Sent from my Nexus 7 using Tapatalk 4
This is a recovery theme. It shouldn't have anything to do with the ROM.

Sent from my Nexus 4 using XDA Premium 4 mobile app
 

Trini8ed

Member
Dec 22, 2012
10
0
0
I have noticed that the time at the top right corner the PM cuts off so all I see is 9:57 P and then the very edge of the M not sure if this is just for me but yeah.
 

z31s1g

Recognized Themer
Jul 5, 2010
3,238
12,899
0
Munich
I have noticed that the time at the top right corner the PM cuts off so all I see is 9:57 P and then the very edge of the M not sure if this is just for me but yeah.
You have to edit the ui.xml to get proper AM/PM alignment.

  1. pull ui.xml out of zip
  2. open in text editor (I use Notepad++ for the job)
  3. first section is resources, nothing to do there
  4. second comes variables, that's the right place
  5. there are two variables determining the position of battery and time, next to them are comments containing the values you need to make AM/PM work
  6. change values, save file and drop it back to the zip, replacing the old one
  7. done
 
Last edited:
  • Like
Reactions: SevenMaxs

BDR456

Senior Member
Nov 24, 2010
953
394
0
Longwood
You have to edit the ui.xml to get proper AM/PM alignment.

  1. pull ui.xml out of zip
  2. open in text editor (I use Notepad++ for the job)
  3. first section is resources, nothing to do there
  4. second comes variables, that's the right place
  5. there are two variables determining the position of battery and time, next to them are comments containing the values you need to make AM/PM work
  6. change values, save file and drop it back to the zip, replacing the old one
  7. done
<variable name="battery_x" value="930" /> <!--930/24h 870/AM/PM-->
<variable name="time_x" value="1060" /> <!--1060/24h 1000/AM/PM-->

Found this, but which part do i change exactly and to what?


Sent from my Nexus 7.2 using XDA Premium 4 mobile app
 

z31s1g

Recognized Themer
Jul 5, 2010
3,238
12,899
0
Munich
How to edit time/battery alignment values

<variable name="battery_x" value="930" /> <!--930/24h 870/AM/PM-->
<variable name="time_x" value="1060" /> <!--1060/24h 1000/AM/PM-->

Found this, but which part do i change exactly and to what?


Sent from my Nexus 7.2 using XDA Premium 4 mobile app
Battery and Clock need to be moved left on the x axis as AM/PM requires more space to the right.

So you replace value="930" with value="870", this will move the position of the battery 60 pixels to the left.
Change value for clock accordingly.
 
Last edited:
  • Like
Reactions: BDR456

BDR456

Senior Member
Nov 24, 2010
953
394
0
Longwood
Battery and Clock need to be moved left on the x axis as AM/PM requires more space to the right.

So you replace value="930" with value="870", this will move the position of the battery 60 pixels to the left.
Change value for clock accordingly.
Changed
battery value 930 to 870
Time value 1060 to 1010

All is perfectly aligned, many thanx good sir! ;)
Here is a link to my modified version. Just replace original ui.zip in the theme folder and all should be well.

Modified Dark theme ui.zip

http://db.tt/y04SVN1k

Sent from my Nexus 7.2 using XDA Premium 4 mobile app
 
Last edited:

User_99

Senior Member
Jul 3, 2009
2,857
1,143
193
Theme files only will work but not the repacked. They should not brick the DEB device but other users reported troubles with the Recovery itself (ex wipes sometimes not work)
 

Imppy

Senior Member
Sep 29, 2009
2,166
154
0
So the 2611 repack is twrp 2611 with black curtains? It excludes the theme?

Sent from my Nexus 7 using Tapatalk 4
 

z31s1g

Recognized Themer
Jul 5, 2010
3,238
12,899
0
Munich
What do you mean by encrypted?

Sent from my Nexus 7 using Tapatalk 4
If you enabled encryption on backup page, twrp will encrypt the backup of the data partition. You have to enter a password to enable this encryption. I assume you don't have to worry about it ;)