• 1099

[狂少]HTC One-X之解鎖除錯,改裝,校調與研究

lthung.org wrote:
不知你用什麼版本 R...(恕刪)

大大謝謝,今夜我在試看看,謝謝。
哈哈 誰說HTC服務差?送修才一個工作天 第二天下午就收到手機了
單子上是寫說換了螢幕跟電池,可是我看imei號碼變了,手機也變成LOCKES了耶
是換新的嗎?是的話就爽到了 買了4個月 賺到了
不知道我現在是要重作官解還適用我之前官解得到的檔案解鎖就好呢??
狂大~~
可以教一下嗎?

我自行試作..是失敗..一樣是黑底..看不到圖示...


[狂少] wrote:
來個下拉可以改背景圖...(恕刪)
[狂少] wrote:
先試007m...(恕刪)

回報一下:
狂少小弟現在是用OPB-X-Spyder-GTX(aroma)+Faux 007u repacked
我覺得開程式時有點鈍,還遇到打完電話掛不掉,還有我長按返回鍵要關程式時有的時候按鍵沒作用,之前用2.05沒有發生過問題,

我有測我的跑分如圖

我之前用Faux006u時跑分都在5700到6100之間,可能是我手機的體質關係嗎?雖然跑分高但手機容易發燙,而Faux 007溫度就比較低,但是速度感覺有點比006慢.


附上我內人昨天剛更新官方4.04,她這隻沒刷機,所以我順便測一下跑分,結果嚇我一跳居然IO破萬,跟我使用Faux006u時的跑分一樣

我老婆那隻手機在主畫面用手指左右來回連續一直播動不會有4.03原本那樣會稍微頓頓的感覺,感覺蠻順,我目前用OPB-X-Spyder-GTX(aroma)+Faux 007u repacked,在主畫面左右連續撥動是蠻順,但偶而會一點點頓頓感覺,但比之前2.05好很多

可能我老婆那隻CPU體質比較好,剛好有兩隻所以做一下比較,真的感覺我太太那隻變比較順

等一下來刷007m試試看,以上是個人測試,不是要評斷ROM好壞
真的感謝狂少對ONE X 的付出,謝謝

--------------------------------------------------------
已經刷007m XD??????


我是今天第一次刷手機
結果不小心出了錯誤 出現了在白色開機畫面一直定住的狀況
我後來參考了解決方案
http://www.mobile01.com/topicdetail.php?f=566&t=2685112&p=49#35265183
已經RELOCK了 現在正在下載RUU 後來他說版本好像不對欸 那現在我該降版嗎?

順帶一提 我刷ROM前有備份 可是還原依然打不開
cash.BC wrote:
狂大~~可以教一下嗎...(恕刪)


其它網兄的問題我到Lab會回
=====================================================================

你DHD跟one-x size有差..請小心

**這是sense 4.0/4.1, android 4.0+的systemui.apkpulldown 背景圖改法

decompile 你的systemui.apk
在layout--->quick_settings.xml
edit :

<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.preference.QuickSettings android:background="@drawable/quicksettings_background" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Title" android:gravity="center_vertical" android:background="@drawable/notification_section_divider" android:paddingLeft="@com.htc:dimen/htc_list_item_text_left_margin" android:paddingBottom="@dimen/htc_list_item_text_bottom_margin" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/status_bar_quick_settings" />
<ScrollView android:id="@id/eqs_scroll" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="wrap_content" android:overScrollMode="ifContentScrolls">
<com.android.systemui.statusbar.widget.HtcLinearLayout android:orientation="vertical" android:id="@id/eqs_scrollview" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</ScrollView>
</com.android.systemui.statusbar.preference.QuickSettings>

status_bar_tracking.xml:

<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.phone.TrackingView android:background="@drawable/statusbar_background" android:orientation="vertical" android:paddingLeft="0.0px" android:paddingRight="0.0px" android:paddingBottom="0.0px" android:focusable="true" android:visibility="gone" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.android.systemui.statusbar.phone.TrackingPatternView android:background="@drawable/statusbar_background" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" />
<LinearLayout android:orientation="vertical" android:id="@id/qs_swtich_buttons" android:layout_width="fill_parent" android:layout_height="wrap_content">
<View android:background="@drawable/notification_divider" android:layout_width="fill_parent" android:layout_height="1.0dip" />
<View android:id="@id/tab_header" android:background="@drawable/qs_switch_line" android:layout_width="fill_parent" android:layout_height="1.0dip" />
<LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" android:baselineAligned="false">
<TextView android:textSize="15.0sp" android:textStyle="bold" android:textColor="#ffffffff" android:ellipsize="marquee" android:gravity="center" android:id="@id/notifications" android:background="@drawable/notification_tab_on" android:clickable="true" android:layout_width="0.0px" android:layout_height="32.0dip" android:text="@string/status_bar_quick_settings_notifications" android:singleLine="true" android:layout_weight="1.0" />
<TextView android:textSize="15.0sp" android:textStyle="bold" android:textColor="#ff999999" android:ellipsize="marquee" android:gravity="center" android:id="@id/quick_settings" android:background="@drawable/notification_tab_off" android:clickable="true" android:layout_width="0.0px" android:layout_height="32.0dip" android:text="@string/status_bar_quick_settings" android:singleLine="true" android:layout_weight="1.0" />
</LinearLayout>
</LinearLayout>
<com.android.systemui.statusbar.phone.CloseDragHandle android:orientation="vertical" android:id="@id/close" android:layout_width="fill_parent" android:layout_height="wrap_content">
<ImageView android:layout_gravity="bottom" android:layout_width="fill_parent" android:layout_height="wrap_content" android:src="@drawable/status_bar_close_on" android:scaleType="fitXY" />
</com.android.systemui.statusbar.phone.CloseDragHandle>
</com.android.systemui.statusbar.phone.TrackingView>


然後在你的drawable-hdpi..做一個notification_tracking_bg.9.png (100%透明的".9.png)..小心哦..是要做一個"dot 9 patch png哦..
根據上面XML的edit..所以你需要再做一個quicksettings_background.png, 不用透明
再一個480x762png..file name: statusbar_background.png

compile你的systemui.apk...

這個在DHD改裝那篇不是有嗎? XD
狂少的Onepagebook ROM: https://www.facebook.com/onepagebookXtremeROM
狂大!是因為我刷了NiK的ROM
它是4.0.3+sense4.0
所以以前的方法,無法作出

謝謝我試試看~
cash.BC wrote:
狂大!是因為我刷了N...(恕刪)
那有這種事?..觀念都一樣啦..
不然我怎做出的?

**還有..拜託..請不要在發文時順便打勾 send私人訊息...
因為01只給不多的容量...每個人來一封..一下子我的信箱就爆了
狂少的Onepagebook ROM: https://www.facebook.com/onepagebookXtremeROM
請問板上大大

刷aroma一陣子後

按還原原廠設定
這樣line的私人資料及帳號
還有簡訊都會不見吧
除了這些還有哪些會不見呢?
謝謝
有沒有人覺得這版電好像都充不太進去
我第一次遇到畫面寫電充不進去
怎麼這麼怪異?
  • 1099
內文搜尋
X
評分
評分
複製連結
請輸入您要前往的頁數(1 ~ 1099)
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?