8inus
12.10.10
조회 수 15698
추천 수 13
댓글 8
 이번 젤리빈 부터 생긴 통신사 로고 지우기는 SystemUI.APK 를 디컴파일해서

 Values 의 Bools 에서 "config_showOperatorLogo">true 를 False 로 바꿔주시면 예전과 같이 사용하실 수 있습니다.

 그래도 알림바 내려올때 하단에 생긴건 안없어지는군요

 감사합니다. 
댓글 8
  • ?
    laser
    12.10.10

    오오 ㄳ 합니다 바로 적용해 봐야겠내요

    하지만 아직 초짜인 제가 젤리빈 디컴 할라고 하니 ㅠ.ㅠ 어떤 방식으로든 오류만 뿜어내내요....

  • ?
    DaskalosHealing
    12.10.11
    알림바 하단 통신사로고는 SystemUI.apk/res/layout/tw_status_bar_expanded.xml 맨 아래쪽

        <com.android.systemui.statusbar.phone.CloseDragHandle android:layout_gravity="bottom" android:orientation="vertical" android:id="@id/close" android:layout_width="fill_parent" android:layout_height="@dimen/tw_close_handle_height">
            <RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent">
                <ImageView android:layout_gravity="bottom" android:layout_width="fill_parent" android:layout_height="@dimen/tw_close_handle_height" android:src="@drawable/tw_status_bar_close" android:scaleType="fitXY" />
                <TextView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Network" android:gravity="center" android:layout_gravity="bottom" android:id="@id/carrier_label" android:layout_width="fill_parent" android:layout_height="@dimen/tw_close_handle_height" android:layout_marginBottom="10.0dip" />
            </RelativeLayout>
        </com.android.systemui.statusbar.phone.CloseDragHandle>


        <com.android.systemui.statusbar.phone.CloseDragHandle android:layout_gravity="bottom" android:orientation="vertical" android:id="@id/close" android:layout_width="fill_parent" android:layout_height="@dimen/tw_close_handle_height">
            <RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent">
                <ImageView android:layout_gravity="bottom" android:layout_width="fill_parent" android:layout_height="@dimen/tw_close_handle_height" android:src="@drawable/tw_status_bar_close" android:scaleType="fitXY" />
            </RelativeLayout>
            <RelativeLayout android:visibility="gone" android:layout_width="1.0dip" android:layout_height="1.0dip">
                <TextView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Network" android:gravity="center" android:layout_gravity="bottom" android:id="@id/carrier_label" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/tw_close_handle_height" android:layout_marginBottom="10.0dip" />
            </RelativeLayout>
        </com.android.systemui.statusbar.phone.CloseDragHandle>

    로 바꿔주세요. android:visibility="gone" 으로 가리는 방법으로 에테리스님께 배웠습니다.
  • ?
    Chicane
    12.10.13
    디컴파일 21 오류 때문에 고생했지만 어떻게 잡아내고나서... 덕분에 통신사 낙인 지웠습니다. 유용한 정보 감사합니다~ ^^
  • ?
    Bayona
    12.10.21
    ASUT 사용해 보세요 ^^
  • ?
    Bayona
    12.10.21
    ASUT 사용해 보세요 ^^
  • ?
    DaskalosHealing님 정보 감사합니다. 도 중간에 추가해 주어야 하는지요? 답변 부탁드립니다.
  • ?
    빠르고 명쾌한 답변 감사합니다~~~
  • ?
    노트2유저입니다....ㅠ 저는 상태바에 통신사 로고가 없어서 넣을려고 id추가하고 작업했는데 옵티머스3d 아샌에선 됐는데 노트2에선 안되네요....ㅠㅠ 혹시? 상태바에 통신사 문구 넣는법좀 알수 있을까요???
댓글 쓰기 권한이 없습니다.
정렬 목록 검색 쓰기
등록된 글이 없습니다.
1 - 2