Espower wrote:
systemUI.a...(恕刪)
請教E大和各位大大~
打擾一下~
小弟用此方法編譯S3-I939
所有步驟都可以~
直到編譯到最後的c.的部份 \SystemUI\res\values\public.xml這部分
NOTE2是<public type="drawable" name="tw_notification_background_pressed" id="0x7f020222" />
沒錯~
我的S3-I939是<public type="drawable" name="tw_notification_background_pressed" id="0x7f0201fd" />
請教一下它是 16 進位, 編到個位數是 9 , 要繼續編 為 a b c d e f , 才能進位
那我是否是要從
<public type="drawable" name="tw_notification_background_pressed" id="0x7f0201fd" />
<public type="drawable" name="tw_notification_background_pressed" id="0x7f0201fe" />
<public type="drawable" name="tw_notification_background_pressed" id="0x7f0201ff" />
.
.
編下去嗎^^"
小弟不材~需要各位高手相助...^^"































































































