내가제로쿨
12.12.26
조회 수 5187
추천 수 17
댓글 34

옵티머스 3D/옵티머스3D큐브포럼의 딜라이트님 강좌를 퍼왔습니다.....ㅎ

딜라이트님 감사합니다......^^



유플 노트2는 통신사를 막아놓았네요....ㅋ 그래서 더 좋긴 합니다... 닉넴으로 지정할수도 있으니까요~~~~ㅎ





상단바에 SKT 문구 추가하는 방법을 강좌하겠습니다~



우선 SystemUI를 디컴파일해주세요



그 다음에 SystemUI - res - values -strings.xml에 들어가서

다음 빨간색문구를 맨 밑에 넣어줍니다.





name="sp_data_enabled_uncheck_NORMAL

service is not available when Wi-Fi is not

connected.




밑의 글구를 추가합니다~~~~~~~~~



name="SKTDelightCarrier">SKT




저 SKT문구를 다른걸로 바꾸시고 싶다면

SKT를 다른문구로 바꾸시면되는데 한글만 가

능합니다.

삼디

포럼짱/string>



그 다음에는 values - ids.xml에 들어가서

빨간문구를 저렇게 넣어줍니다.





name="recent_remove_item">false




name="recent_inspect_item">false




name="latestNotificationText">false




밑의 글구 추가합니다~~~~~~





name="SKTDelightCarrier">false






SystemUI - res - layout에 들어가신 다음



status_bar이라는 파일을 메모장으로 엽니다.







android:orientation="vertical"

android:background="#ff1e1e1e"

android:focusable="true"

android:descendantFocusability="afterDesc

xmlns:android="http://schemas.android.com/apk/res/android"

xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">





android:orientation="horizontal"

android:id="@id/icons"

android:paddingLeft="7.0dip"

android:paddingRight="8.0dip"

android:layout_width="fill_parent"

android:layout_height="fill_parent">



밑의 글구를 추가 합니다~~~~~~



android:textColor="#959595"

android:gravity="left|center"

android:id="@id/SKTDelightCarrier"

android:layout_width="wrap_content"

android:layout_height="fill_parent"

android:text="@string/SKTDelightCarrier"

android:paddingRight="1.0dip"

android:layout_alignParentLeft="true"

android:visibility="visible" />



android:orientation="horizontal"

android:id="@id/notification_icon_area"

android:layout_width="0.0dip"

android:layout_height="fill_parent"

android:layout_weight="1.0">







android:id="@id/moreIcon"

android:visibility="visible"

android:layout_width="@dimen/status_bar_icon_size"

android:layout_height="fill_parent"

android:src="@drawable/stat_notify_more" />





android:gravity="center_vertical"

android:id="@id/notificationIcons"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:layout_alignParentLeft="true" />





android:gravity="center_vertical"

android:layout_width="wrap_content"

android:layout_height="fill_parent" />



Extra Form
첨부
screenshot_2012-12-26-08-14-55.png  [File Size:196.5KB/Download:0]
댓글을 남겨야 다운로드가 가능합니다. 감사의 댓글을 달고 오른쪽 확인버튼을 눌러주세요.
다운로드시 일주일에 한개 이상의 게시물 작성이 필요합니다. 지금 자유게시판에 회원님의 하루를 남겨보세요.
추천♡버튼을 잊지 마세요. 추천인과 회원님 모두 포인트가 적립됩니다.
댓글 34
1 2
댓글 쓰기 권한이 없습니다.
최신순 목록 검색 쓰기
등록된 글이 없습니다.
1 - 2