我是拿官方JPD自己用Odin刷的之後參照E大的Root以及Lagfix但最近發生了一個奇怪的現象解鎖畫面底下的日期以及星期會跑到螢幕最下方而且會被切掉請問這是普遍的問題嗎? 還是只有小弟自己是這樣?最後小聲問一下...有解嗎?(千萬不要再重刷了 我已經刷到我自己腦袋都要變磚了XD)
官方的ROM都是这个鸟样,从不不照顾到中文日期的宽度。将手机中的frameworks-res.apk提取在res\layout\zzz_keyguard_screen_clock.xml中定义日期宽度三处86.66998DIP,将其加宽至96.66998dip。<RelativeLayout android:layout_gravity="left" android:id="@id/zzz_datetimeframe01" android:layout_width="86.66998dip" android:layout_height="fill_parent"><TextView android:textSize="18.0dip" android:id="@id/zzz_date01" android:layout_width="86.66998dip" android:layout_height="wrap_content" android:layout_marginLeft="6.669983dip" android:layout_marginTop="12.0dip" android:shadowDx="1.0" android:shadowDy="1.0" /><TextView android:textSize="18.0dip" android:textColor="#ff5cc4ff" android:id="@id/zzz_week01" android:layout_width="86.66998dip" android:layout_height="wrap_content" android:layout_marginLeft="6.669983dip" android:shadowDx="1.0" android:shadowDy="1.0" android:layout_below="@id/zzz_date01" /></RelativeLayout>小弟在某锋原文出处。附有JPD版修改好的文件http://bbs.gfan.com/android-329243-1-1.html
感謝樓上大大!!不過還是有些問題想請問一下,我下載了原文中的附件framework-res.apk這個就是JPD已修改過的嗎? 我只需要用Root Explorer 將原先的覆蓋掉然後重開機即可,是這樣嗎@@再一次感謝!!
文中的就是JPD可用的。将framework-res.apk,可以用root explorer复制到/system目录下,然后将其权限设置为 rw-r--r--,和系统默认保持一致。设置完毕,将它移动到framework目录里。大致就是这样。用adb push 一样可以,