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 !

[ HỘI CHƠI & PHÁT TRIỂN ROM CHO VEGA 830 ]

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

  1. patonline85

    patonline85 Well-Known Member
    Senior Member

    12/2/13
    4,598
    7,604
    113
    Nam
    ui lần đầu a thấy lỗi này ! máy e bản gì vậy ? đang chạy bản rom nào thế ? :D
     
    2 people like this.
  2. Bác patonline ơi có tìm đc hướng nào fix cái miss 3g chưa ạ ?? Lâu mở 3g toàn phải reset máy

    Gửi Từ IM-A830S Trên App ChoiMobile.
     
  3. Quang_Ace

    Senior Member

    28/3/13
    271
    474
    0
    Nam
    ÉTUDIANT AU INTITUDE SUPÉRIEUR DE GÉNIE CEVIL
    HẢI DƯƠNG
    E nghĩ máy bác do phần cứng chứ chưa hẳn do phần mềm :(
     
    2 people like this.
  4. Hix lúc v3.0.6 k bị bác ơi lúc up lên v4.0.1 thì lại bị , lâu lâu còn tự bật wifi
    Gửi Từ IM-A830 Trên App ChoiMobile.
     
  5. Quang_Ace

    Senior Member

    28/3/13
    271
    474
    0
    Nam
    ÉTUDIANT AU INTITUDE SUPÉRIEUR DE GÉNIE CEVIL
    HẢI DƯƠNG
    Đơn giản. bác về lại ver 3.0.6 là được mà. Ver cao chưa chắc đã hơn.
     
    3 people like this.
  6. Ý là em chỉ góp ý xem mấy bác có ai bị giống em k , tại lỗi này cũng k đáng nói lắm hehe ..... còn lại mọi thứ đều ok

    Gửi Từ IM-A830 Trên App ChoiMobile.
     
    2 people like this.
  7. Quang_Ace

    Senior Member

    28/3/13
    271
    474
    0
    Nam
    ÉTUDIANT AU INTITUDE SUPÉRIEUR DE GÉNIE CEVIL
    HẢI DƯƠNG
    miss 3G khá ức chế đấy ạ :))
     
    4 people like this.
  8. Nhưng em thấy vẫn đỡ hơn là mất hẳn luôn bác ơi hihi

    Gửi Từ IM-A830 Trên App ChoiMobile.
     
    3 people like this.
  9. hau

    hau
    Senior Member

    1/2/13
    1,000
    974
    0
    Nam
    bác quang.lam cách nào cho stt trong suốt 100% nhỉ
     
    3 people like this.
  10. mình đang xài lockscreen s4 nhưng mình thích cái lockscreen của LG Optimus G hơn. nhìn đẹp
     
    2 people like this.
  11. Quang_Ace

    Senior Member

    28/3/13
    271
    474
    0
    Nam
    ÉTUDIANT AU INTITUDE SUPÉRIEUR DE GÉNIE CEVIL
    HẢI DƯƠNG
    Bác patonline85patonline85 vào hướng dẫn làm trong suốt nào :)
     
    2 people like this.
  12. Quang_Ace

    Senior Member

    28/3/13
    271
    474
    0
    Nam
    ÉTUDIANT AU INTITUDE SUPÉRIEUR DE GÉNIE CEVIL
    HẢI DƯƠNG
    HƯỚNG DẪN LÀM TRONG SUỐT NOTIFICATION EXPAND HOẶC THAY BẰNG HÌNH THEO MONG MUỐN
    Nguyên liệu: SystemUI.apk
    Cách làm:
    Bước 1: Decompile SystemUI.apk
    Bước 2: mở res/layout/status_bar_expanded.xml bằng Notepad++
    Tìm đoạn code sau:
    Mã:
    <FrameLayout android:id="@id/notification_panel" android:background="#ff000000" android:paddingTop="@dimen/notification_panel_padding_top" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/notification_panel_margin_left"

    +Nếu muốn làm trong suốt thì thay
    Mã:
    #ff000000
    bằng
    Mã:
    #xx000000

    với
    #00000000 - Độ trong suốt 100%
    #3f000000 - màu đen với độ trong suốt 75% (~ 25% hiệu ứng mờ)
    #7f000000 - màu đen với độ trong suốt 50% (~ 50% hiệu ứng mờ)
    #bf000000 - màu đen với độ trong suốt 25% (~ 75% hiệu ứng mờ)
    +Nếu muốn thay bằng hình mong muốn thì đổi
    Mã:
    #ff000000

    thành
    Mã:
    @drawable/hinhnen

    Sau đó chọn 1 ành mình thích,độ phân giải tương ứng, đổi tên thành hinhnen.png rồi copy vào res/drawable-xhdpi
    Bước 3: Recompile. Copy. Sét quyền 6-4-4. Reboot
    [​IMG]
     
    2 people like this.
  13. Quang_Ace

    Senior Member

    28/3/13
    271
    474
    0
    Nam
    ÉTUDIANT AU INTITUDE SUPÉRIEUR DE GÉNIE CEVIL
    HẢI DƯƠNG
    HƯỚNG DẪN ĐỔI MÀU ĐỒNG HỒ, NGÀY THÁNG Ở NOTIFICATION
    [​IMG]
    Nguyên liệu: SystemUI.apk
    Bước 1: Decompile SystemUI.apk
    Bước 2: mở res/layout/status_bar_expanded_header.xml
    Tìm đoạn code sau:
    Mã:
    <com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock.Pantech" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="8.0dip" android:singleLine="true" />
    <com.android.systemui.statusbar.policy.DateView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date" android:id="@id/date" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="8.0dip" android:layout_marginRight="8.0dip" />
    Thêm đoạn code sau vào cả 2 dòng
    Mã:
    android:textColor="#mamau"
    Được như sau:

    Mã:
    <com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock.Pantech" android:textColor="#mamau1" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="8.0dip" android:singleLine="true" />
    <com.android.systemui.statusbar.policy.DateView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date" android:textColor="#mamau2" android:id="@id/date" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="8.0dip" android:layout_marginRight="8.0dip" />
    với
    mamau1: màu của đồng hồ.
    mamau2: màu của ngày tháng
    (màu là mã Hex. Các bạn tự google tìm mã hex của màu mình muốn chọn nhé, như trong ảnh minh họa thì mã màu là 39add3)
    Save lại
    Bước 3: Recompile. Copy, set permission 6-4-4. Reboot
     
    4 people like this.
  14. antivalentime

    Official Member

    16/6/13
    30
    51
    0
    Nam
    Thái Nguyên
    Có bác nào hướng dẫn giùm em chích kernel của bản room gốc và chuyển thành úpdate zip fláh qua recover với ah. Em chân thành cảm ơn

    Sent from my IM-A830L using Tapatalk 2
     
  15. Quang_Ace

    Senior Member

    28/3/13
    271
    474
    0
    Nam
    ÉTUDIANT AU INTITUDE SUPÉRIEUR DE GÉNIE CEVIL
    HẢI DƯƠNG
    Kernel gốc thì bạn mở rom gốc ra bằng winrar. kernel là file boot.img
    Sau đó down file này về:
    https://docs.google.com/file/d/0B8rGgDjfKaN-YnNkSVVOVHJmaVU/edit?usp=sharing
    mở lên bằng winrar, kéo thả boot.img vừa chích vào. Copy rồi flash nó.
     
    4 people like this.
  16. hau

    hau
    Senior Member

    1/2/13
    1,000
    974
    0
    Nam
    làm trong suốt stt koo theo cach này đc ah bac
     
  17. Quang_Ace

    Senior Member

    28/3/13
    271
    474
    0
    Nam
    ÉTUDIANT AU INTITUDE SUPÉRIEUR DE GÉNIE CEVIL
    HẢI DƯƠNG
    Không đước bác nhé. Cần đến nhiều file hơn nữa

    Sent from my Vega RC2 IM-A830S using Tapatalk 4
     
  18. antivalentime

    Official Member

    16/6/13
    30
    51
    0
    Nam
    Thái Nguyên
  19. antivalentime

    Official Member

    16/6/13
    30
    51
    0
    Nam
    Thái Nguyên
    Bác quang nói download file nao ve vay thay co 4-5file biết dow cai nào ah. Bác chỉ júp với

    Sent from my IM-A830L using Tapatalk 2
     

Chia sẻ trang này