Chào mừng bạn đến Diễn Đàn ChơiMobile

Cộng đồng Mobile hàng đầu Việt Nam, Phát triển Android, iOS, Kỹ Thuật Mobile. Đăng ký ngay để tạo chủ để và cùng thảo luận !

[830] Rom Jelly Bean trên nền ICS

Thảo luận trong 'SKY A830' bắt đầu bởi Chuotbach, 4/4/13.

  1. quochuyfbi

    Newbie

    15/4/13
    18
    4
    3
    Nam
    tks bác down về chơi luôn
     
  2. huyduong2209

    Newbie

    18/12/12
    17
    16
    3
    Nam
    bản rom tốt trên cả sự mong đợi
     
  3. Chuotbach

    Chuotbach Chuyên Gia Phá Hoại
    Senior Member

    20/12/12
    1,374
    2,904
    0
    bạn k nên trích nguyên bài dài như vậy nha bạn
    rất mất thẩm mĩ :"D
     
  4. Luu Tu

    Official Member

    8/1/13
    33
    29
    0
    Nam
    Thanh navi to quá. Làm sao cho nhỏ xuống đc các pro?
     
    2 people like this.
  5. Luu Tu

    Official Member

    8/1/13
    33
    29
    0
    Nam
    Camera đang chụp tự nhiên đơ luân cả máy, phải tháo pin mới đc.
     
    2 people like this.
  6. Chuotbach

    Chuotbach Chuyên Gia Phá Hoại
    Senior Member

    20/12/12
    1,374
    2,904
    0
    cái này là bản cook nên còn nhiều lỗi
    các bạn cứ sài tạm cho đến khi JB stock ra đời nhé :D
     
    2 people like this.
  7. coitam

    Newbie

    22/4/13
    7
    0
    0
    Nam
    sao mình chẳng thấy link đâu cả???
     
  8. Chuotbach

    Chuotbach Chuyên Gia Phá Hoại
    Senior Member

    20/12/12
    1,374
    2,904
    0
    link ngay cuối bài đó bạn :D
     
  9. shanitopyou

    Newbie

    15/2/13
    13
    2
    0
    Nam
    doing welll ...




    keep it uppp.................
     
  10. dragonblue

    Senior Member

    15/2/13
    141
    97
    0
    Nam
    2 people like this.
  11. lxphuong

    Newbie

    25/1/13
    14
    13
    0
    Nam
    _-----------
    Cám ơn chủ thớt.
    Lang thang trên mạng tìm cách fix mở máy bằng vo lum lVolume-rocker screen-wake) Nhưng họ hd phải bung android.policy.jar mới fix được. Cái này thì mình bó tay.

    Vậy chủ thớt fix giúp mình cái này nhé.

    http://rootzwiki.com/topic/16728-how-to-random-mods-for-the-do-it-yourself-er/

    Here is a compilation of many mods which I have been using for myself which I thought the community might be interested in. Please bare in mind that I am not the original creator of many of these and credits follow below. I am merely collecting them all together so they are handy for those who want them.

    Of course I am open to new/not included ones, so please post and alert me to them and I will update as regularly as possible. Enjoy!

    THANKS TO: -Jjdoctor (XDA) -CrushedD (RootzWiki) -Snow02 (RootzWiki) -PvyParts (XDA) -ArrTooDeeToo (RootzWiki) -He_stheone64 (XDA) -Fergie716 (XDA) -Altimax98 (RootzWiki)

    Volume-rocker screen-wake -decompile android.policy.jar and open KeyguardViewMediator.smali -search for "WakeKeyWhenKeyguard" -scroll down a bit and delete the two lines that start with "0x18" and "0x19" -save and recompile

    Faster soft-key UI -decompile SystemUI.apk and navigate to smali>statusbar>policy and open KeyButtonView.smali -search for "setDuration(J)" and there should be two instances -in first instance find the line above it, starting with "const-wide/16 v1", change to "0x28" for medium fast or "0x0" for instant -in second instance find the same line and change to "0x80" for medium or "0x0" for instant -save and recompile

    Get framework-res.apk to recompile *this is hella time consuming, but gotta do what you gotta do* -decompile framework-res.apk and then recompile without making any changes -take note of every values folder which a plurals file gives an error from -now navigate to each of those specific values folders and open the plurals.xml -find line 79 (using Notes++) and add a 2nd "%" to the second "%d" so it looks like this: <item quantity="other">%d of %%d</item> -save each one and recompile when all completed

    Change carrier label (both notification pulldown and lockscreen) -decompile framework-res.apk and navigate to res>XML>eri.xml -search for line starting with "64 Verizon Wireless" -change the "Verizon Wireless" to anything you want, max 16 characters -it must be 16 characters, so fill in missing characters with spaces on either side --Example: " Galaxy Nexus " needs 2 spaces on either side to be correct -save and recompile

    Adding MIUI battery bar and remove stock battery -decompile SystemUI.apk and navigate to res>layout>status_bar.xml -add this line to the bottom:

    <com.android.systemui. statusbar.BatteryBar android:eek:rientation="horizontal" android:layout_width="wrap_ content" android:layout_height="1.0px" />

    -should look like this:

    </LinearLayout>

    <com.android.systemui. statusbar.BatteryBar android:eek:rientation="horizontal" android:layout_width="wrap_ content" android:layout_height="1.0px" />

    </com.android.systemui. statusbar.phone. PhoneStatusBarView>

    -now, in the same file, find the line starting with "<ImageView android:id="@id/battery"" and add "android:visibility="gone"" to the end of it -now navigate to smali>com>android>systemui> statusbar and drop the 3 smali files in there from the attached zip from folder named "MIUI Battery Bar" -save everything and recompile -download the BatterBarSettings.zip, extract the apk, and install as you would any other apk to enable and customize the battery bar

    Replace "recents" with "search" and add long-press recents to home button and long-press voice search to search button -decompile SystemUI.apk and navigate to res>layout>navigation_bar.xml -search for "android:id="@id/recent_apps"" should be 2 instances -for first instance, replace entire line with:

    <com.android.systemui. statusbar.policy.KeyButtonView android:id="@id/recent_apps" android:layout_width="80.0dip" android:layout_height="fill_ parent" android:src="@drawable/ic_sysbar_search" android:layout_weight="0.0" android:contentDescription="@ string/accessibility_recent" systemui:keyCode="84" systemui:glowBackground="@ drawable/ic_sysbar_highlight" />

    -for second instance, replace entire line with:

    <com.android.systemui. statusbar.policy.KeyButtonView android:id="@id/recent_apps" android:layout_width="fill_ parent" android:layout_height="80.0dip" android:src="@drawable/ic_ sysbar_search_land" android:layout_weight="0.0" android:contentDescription="@ string/accessibility_recent" systemui:keyCode="84" systemui:glowBackground="@ drawable/ic_sysbar_highlight_ land" />

    -now search for "android:id="@id/home"" should be two instances, in both find and delete "systemui:keyRepeat="false"" -now navigate to res>values>public.xml -search for "ic_sysbar_recent" change to "ic_sysbar_search" and right below it change "ic_sysbar_recent_land" to "ic_sysbar_search_land" -finally find some icons you want and replace them in res>drawable-xhdpi and you can delete the recents ones too -save everything and recompile

    Center lockscreen slider and clock -decompile framework-res.apk and navigate to res>layout -drop in the two files from the attached zip from folder named "Center Lockscreen" overwriting old ones -recompile

    1% battery increments -decompile SystemUI.apk and navigate to res>drawables -drop in the two files from the attached zip from folder named "Percent Battery" overwriting old ones -now find whatever battery images you want and place them in res>drawable-xhdpi -recompile

    Change color of statusbar clock and date -decompile SystemUI.apk and navigate to res>values>styles.xml -for clock, search for " TextAppearance.StatusBar.Clock" and date search for " TextAppearance.StatusBar.Date" -under each, find the line starting with " android:textColor" and change the hex value to whatever you want --example, "ffffffff" would be white -save and recompile

    Change color of soft-key background -decompile SystemUI.apk and navigate to res>layout>navigation_bar.xml -find the line that starts with " <com.android.systemui. statusbar.phone.NavigationBarView" (should be second one) -fine "android:background="#ff000000" and change the hex color to whatever you want --example, "ffffffff" would be white -save and recompile

    Launcher2 modifications -I'm not actually going to type all of this out because a fantastic guide has already been put together to hide the search bar, increase number of rows, and increase/decrease number of screens. It can be found HERE. Attached Files[/LEFT][/quote]
     
    2 people like this.
  12. Chuotbach

    Chuotbach Chuyên Gia Phá Hoại
    Senior Member

    20/12/12
    1,374
    2,904
    0
    cái gì thế?
     
  13. hoanghungpc

    Newbie

    19/4/13
    18
    6
    0
    Nam
    Down về trải nghiệm cảm ơn bác
     
    2 people like this.
  14. caubelad

    Senior Member

    5/4/13
    298
    755
    0
    Nam
    Xin hoi cac cu, em vua moi mua a830l, cua hang root cho cai phien ban 4.0.3 phien ban kernel 3.0.8 so phien ban choimobile.vn thak canYue.
    Thinh thoang no cu tu sang man hinh len la sao cac cu nhi? giup em fix voi a?
     
  15. ninhken288

    Newbie

    3/1/13
    1
    0
    0
    Nam
    giup voi toi khong nhin thay link dau ca
     
  16. Chuotbach

    Chuotbach Chuyên Gia Phá Hoại
    Senior Member

    20/12/12
    1,374
    2,904
    0
    link cuối bài nha bạn :d
     
  17. Chuotbach

    Chuotbach Chuyên Gia Phá Hoại
    Senior Member

    20/12/12
    1,374
    2,904
    0
    k hiểu cho lắm, nhưng bạn up rom khác thử xem nhé bạn
     
  18. to quoc hung

    Newbie

    25/4/13
    7
    4
    0
    Nam
    Rach Gia, Vietnam
    thích quá thank chu thớt
     
    2 people like this.
  19. to quoc hung

    Newbie

    25/4/13
    7
    4
    0
    Nam
    Rach Gia, Vietnam
    dowload ve chiến cái đã
     
    2 people like this.
  20. huytich90

    Senior Member

    16/2/13
    134
    53
    0
    Nam
    Tạo mẫu tóc
    Thanh hóa
    bác ơi sao không kết nối tới máy tính được bác
     

Chia sẻ trang này