MaryamAslam / team-venom-viperxl

Automatically exported from code.google.com/p/team-venom-viperxl
0 stars 0 forks source link

changing font from venom tweak is not working after reboot. #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. goto venom hub.
2. download custom font.
3. after clicking the font and reboot, nothing changes.

What is the expected output? What do you see instead?
font remains the same.

What version of the product are you using? On what operating system?
viperxl 1.0.0

Please provide any additional information below.

Original issue reported on code.google.com by yohinom...@gmail.com on 4 Sep 2012 at 8:00

GoogleCodeExporter commented 8 years ago
Looking into it...

Original comment by Turge08 on 4 Sep 2012 at 6:22

GoogleCodeExporter commented 8 years ago
Just tried applying the Comfortaa fonts and after reboots, my fonts were 
successfully changed.

Can you change the fonts to the same one and post the output of the following 
adb command

adb shell ls -l /system/fonts

Thanks

Original comment by Turge08 on 4 Sep 2012 at 6:27

GoogleCodeExporter commented 8 years ago
Hi Turge, font doesn't work for me. Here is the output you asked with the 
Comfortaa font.

C:\android\android\platform-tools>adb shell ls -l /system/fonts
-rw-r--r-- root     root        12912 2008-08-01 05:00 ARDJ-KK.ttf
-rw-r--r-- root     root         4824 2008-08-01 05:00 AndroidClock.ttf
-rw-r--r-- root     root         4824 2008-08-01 05:00 AndroidClock_Highlight.tt
f
-rw-r--r-- root     root         4824 2008-08-01 05:00 AndroidClock_Solid.ttf
-rw-r--r-- root     root         6880 2008-08-01 05:00 Clockopia.ttf
-rw-r--r-- root     root       366760 2008-08-01 05:00 DroidNaskh-Regular.ttf
lrwxrwxrwx root     root              2012-09-04 03:27 DroidSans-Bold.ttf -> /sy
stem/fonts/Roboto-Bold.ttf
lrwxrwxrwx root     root              2012-09-04 03:27 DroidSans.ttf -> /system/
fonts/Roboto-Regular.ttf
-rw-r--r-- root     root        25268 2008-08-01 05:00 DroidSansArmenian.ttf
-rw-r--r-- root     root       227928 2008-08-01 05:00 DroidSansEthiopic-Regular
.ttf
-rw-r--r-- root     root      5300184 2008-08-01 05:00 DroidSansFallback.ttf
-rw-r--r-- root     root        46788 2008-08-01 05:00 DroidSansGeorgian.ttf
-rw-r--r-- root     root        30280 2008-08-01 05:00 DroidSansHebrew-Bold.ttf
-rw-r--r-- root     root        30024 2008-08-01 05:00 DroidSansHebrew-Regular.t
tf
-rw-r--r-- root     root       119380 2008-08-01 05:00 DroidSansMono.ttf
-rw-r--r-- root     root        35584 2008-08-01 05:00 DroidSansThai.ttf
-rw-r--r-- root     root       185228 2008-08-01 05:00 DroidSerif-Bold.ttf
-rw-r--r-- root     root       190304 2008-08-01 05:00 DroidSerif-BoldItalic.ttf

-rw-r--r-- root     root       177560 2008-08-01 05:00 DroidSerif-Italic.ttf
-rw-r--r-- root     root       172916 2008-08-01 05:00 DroidSerif-Regular.ttf
-rw-r--r-- root     root        98348 2008-08-01 05:00 HTCHand.otf
-rw-r--r-- root     root        45312 2008-08-01 05:00 HelveticaNeueLTPro-Cn.otf

-rw-r--r-- root     root       109224 2008-08-01 05:00 HelveticaNeueLTPro35Th.tt
f
-rw-r--r-- root     root       124304 2008-08-01 05:00 HelveticaNeueOTS.ttf
-rw-r--r-- root     root       139296 2008-08-01 05:00 Lohit-Bengali.ttf
-rw-r--r-- root     root        64232 2008-08-01 05:00 Lohit-Devanagari.ttf
-rw-r--r-- root     root        66184 2008-08-01 05:00 Lohit-Tamil.ttf
-rw-r--r-- root     root        79620 2008-08-01 05:00 Roboto-Bold.ttf
-rw-r--r-- root     root        82880 2008-08-01 05:00 Roboto-BoldItalic.ttf
-rw-r--r-- root     root        82580 2008-08-01 05:00 Roboto-Italic.ttf
-rw-r--r-- root     root        79396 2008-08-01 05:00 Roboto-Regular.ttf
-rw-r--r-- root     root      1160880 2008-08-01 05:00 gcsh00d-hkscs.ttf
-rw-r--r-- root     root      3625064 2008-08-01 05:00 ucsh00d_c.ttf

Original comment by thedaunt...@gmail.com on 7 Sep 2012 at 2:17