Motorola RAZR "Android - Nokia - WinMobile - World Pc - Console"

Togliere il carrier/operatore dalla status BAR

« Older   Newer »
  Share  
view post Posted on 26/11/2010, 21:07
Avatar

Telefoninostop

Group:
Administrator
Posts:
10,945
Location:
Roma

Status:


sarebbe utile che qualche brav'uomo che si intende di questi geroglifici, possa aiutarmi per eliminare l'operatore dalla barra di notifiche....usando un hex-edit....
qui cè una guida in inglese:
SPOILER (click to view)
hex edit modding for preclair cheatsheet
check out this post for updates, they may be frequent
you must extract the xml files from the framework-res.apk with winrar or ninjamorph and replace them when you're done.
--
format is:

file.xml

line of code
code before change
code after change
explanation of change
--
statusbar.xml

line 6f0 for service provider(att) color
08 00 00 02 39 00 01 01 16 00 00 00 0A 00 00 00
08 00 00 1C 00 00 00 00 16 00 00 00 0A 00 00 00
the change from 02 to 1c allows for a hex color value
the first three 00 00 00 after 02 is for the hex color, followed by transparency.

line 730 service provider(att) left padding (default 6pixels)
00 06 00 00 16 00 00 00 05 00 00 00 FF FF FF FF
00 00 00 00 16 00 00 00 05 00 00 00 FF FF FF FF
the change from 06 to 00 in the second value removes the 6 pixels of padding to the left

line 780 service provider(att) field length (set to 0 to remove)
12 00 00 00 03 01 10 00 18 00 00 00 05 00 00 00
00 00 00 00 03 01 10 00 18 00 00 00 05 00 00 00
the change from 12 to 00 in the first value removes the service provider field.

line c10 for first ticker color (messages that show on the statusbar for a second, like usb plugged)
FF FF FF FF 08 00 00 1C 00 00 00 FF 16 00 00 00
FF FF FF FF 08 00 00 1C FF FF FF FF 16 00 00 00
the change after 1c for 00 00 00 changes the hex color

line ca0 for second ticker color
08 00 00 1C 00 00 00 FF 16 00 00 00 05 00 00 00
08 00 00 1C FF FF FF FF 16 00 00 00 05 00 00 00
the change after 1c for 00 00 00 changes the hex color

line d80 for the date color
FF FF FF FF 08 00 00 02 39 00 01 01 16 00 00 00
FF FF FF FF 08 00 00 1C FF FF FF FF 16 00 00 00
the change from 02 to 1c allows for a hex color value
the 39 00 01 are for the hex color, followed by transparency.
--
status_bar_latest_event_content.xml

line 560 for title color (title of each entry in status bar drop down)
FF FF FF FF 08 00 00 01 03 00 06 01 12 00 00 00
FF FF FF FF 08 00 00 1C 00 00 FF FF 12 00 00 00
the change from 01 to 1c allow for a hex color value
the 03 00 06 after the 01 is for the hex color, followed by 01 where the transparency value goes.

line 6e0 for text color (underneath title in entry)
08 00 00 01 03 00 06 01 12 00 00 00 0B 00 00 00
08 00 00 1C FF FF FF FF 12 00 00 00 0B 00 00 00
the change from 01 to 1c allows for a hex color value
the hex color value will follow the 1c

line 7e0 for time color (timestamps?)
FF FF FF FF 08 00 00 01 03 00 06 01 12 00 00 00
FF FF FF FF 08 00 00 1C FF FF FF FF 12 00 00 00
the change from 01 to 1c allows for a hex color value
the hex color value will follow the 1c
--
status_bar_expanded.xml

line 7e0 id/dateLabel
18 00 00 00 0E 00 00 00 FF FF FF FF 08 00 00 02
18 00 00 00 0E 00 00 00 FF FF FF FF 08 00 00 1C
change from 02 to 1c allows for a hex color value in next line

line 7f0
3A 00 01 01 18 00 00 00 09 00 00 00 FF FF FF FF
FF FF FF FF 18 00 00 00 09 00 00 00 FF FF FF FF
3a 00 01 01 is where the hex value shall go

line 8b0 id/plmnLabel
FF FF FF FF 08 00 00 02 3A 00 01 01 18 00 00 00
FF FF FF FF 08 00 00 1C FF FF FF FF 18 00 00 00
02 to 1c allows for a hex color value
hex color value follows the 1c

line 970 id/spnLabel
18 00 00 00 0E 00 00 00 FF FF FF FF 08 00 00 02
18 00 00 00 0E 00 00 00 FF FF FF FF 08 00 00 1C
the change from 02 to 1c in last value allows for hex color value in next line

line 980
3A 00 01 01 18 00 00 00 09 00 00 00 FF FF FF FF
FF FF FF FF 18 00 00 00 09 00 00 00 FF FF FF FF
3a 00 01 01 where the hex color value should be

line a50 for the "clear all" button in top right corner
18 00 00 00 0E 00 00 00 FF FF FF FF 08 00 00 01
18 00 00 00 0E 00 00 00 FF FF FF FF 08 00 00 1C
the change from 01 to 1c allows for hex color value in next line

line a60
0B 00 06 01 18 00 00 00 09 00 00 00 FF FF FF FF
FF FF FF FF 18 00 00 00 09 00 00 00 FF FF FF FF
0b 00 06 01 is where the hex color would go
--
status_bar_stk_idle_mode_txt

line 380
08 00 00 1C 00 00 00 FF 09 00 00 00 03 00 00 00
08 00 00 1C FF FF FF FF 09 00 00 00 03 00 00 00
hex color value after 1c
--
on to other apk's with statusbar text as well:
blurphone.apk

ongoing_call_notification.xml

line 4d0
00 00 00 FF 0E 00 00 00 06 00 00 00 FF FF FF FF
FF FF FF FF 0E 00 00 00 06 00 00 00 FF FF FF FF
hex color value starts at first value

line 580
08 00 00 1C 00 00 00 FF 0E 00 00 00 06 00 00 00
08 00 00 1C FF FF FF FF 0E 00 00 00 06 00 00 00
hex color value starts after 1c
--
downloadprovider.apk

status_bar_ongoing_event_in_queue.xml

line 5f0 for progress text
08 00 00 1C 00 00 00 FF 12 00 00 00 07 00 00 00
08 00 00 1C FF FF FF FF 12 00 00 00 07 00 00 00
hex color after 1c

line 800 title
0B 00 00 00 FF FF FF FF 08 00 00 1C 00 00 00 FF
0B 00 00 00 FF FF FF FF 08 00 00 1C FF FF FF FF
hex color after 1c

line 8d0 description
08 00 00 1C 00 00 00 FF 12 00 00 00 08 00 00 00
08 00 00 1C FF FF FF FF 12 00 00 00 08 00 00 00
hex color after 1c

line 9a0 status
00 00 00 FF 12 00 00 00 08 00 00 00 FF FF FF FF
FF FF FF FF 12 00 00 00 08 00 00 00 FF FF FF FF
hex color starts with first value
--
[b]status_bar_ongoing_event_progress_bar.xml[b]

line 6c0 progress text
08 00 00 1C 00 00 00 FF 13 00 00 00 07 00 00 00
08 00 00 1C FF FF FF FF 13 00 00 00 07 00 00 00
hex color after 1c

line 8d0 title
0B 00 00 00 FF FF FF FF 08 00 00 1C 00 00 00 FF
0B 00 00 00 FF FF FF FF 08 00 00 1C FF FF FF FF
hex color after 1c

line 9a0 description
08 00 00 1C 00 00 00 FF 13 00 00 00 08 00 00 00
08 00 00 1C FF FF FF FF 13 00 00 00 08 00 00 00
hex color after 1c


 
Web  Top
giock
view post Posted on 26/12/2010, 08:44




CITAZIONE (iaio72 @ 26/11/2010, 21:07) 
sarebbe utile che qualche brav'uomo che si intende di questi geroglifici, possa aiutarmi per eliminare l'operatore dalla barra di notifiche....usando un hex-edit....

Hai risolto poi iaio?
Vorrei eliminare anchio l'orrenda scritta Hutchinson3g...
Il file statusbar.xml nel tuo spoiler non reiesco a trovarlo, ho trovato status_bar.xml ma la linea 780 non esiste.
 
Top
view post Posted on 26/12/2010, 12:21
Avatar

Telefoninostop

Group:
Administrator
Posts:
10,945
Location:
Roma

Status:


no ma de che...è implementato nel boot.img cioe nel kernel....avevo gia visto, pero se metto un altro thema, scompare.....boh!
 
Web  Top
giock
view post Posted on 27/12/2010, 06:36




CITAZIONE (iaio72 @ 26/12/2010, 12:21) 
no ma de che...è implementato nel boot.img cioe nel kernel....avevo gia visto, pero se metto un altro thema, scompare.....boh!

no, non è nel kernel è qualcosa nel services.jar nel framework perché se provi a installare il tema gingerflip la scritta sparisce. Questo tema modifica solo 2 files, il services.jar e il framework-res.apk. Mmmm, stasera provo a mettere un post in english su modmobile o xda....
 
Top
view post Posted on 27/12/2010, 07:35
Avatar

Telefoninostop

Group:
Administrator
Posts:
10,945
Location:
Roma

Status:


no mettilo qui un post, poi lo metti dove ti pare! :sambarq4.gif:
 
Web  Top
giock
view post Posted on 27/12/2010, 21:27




CITAZIONE (iaio72 @ 27/12/2010, 07:35) 
no mettilo qui un post, poi lo metti dove ti pare! :sambarq4.gif:

:terafin-grin.gif:
intendevo un post di aiuto! se lo riposto qui chi mi risponde ? Te un'alta volta :biggrinthumb.gif:
 
Top
Keicchan
view post Posted on 24/2/2011, 13:31




io non cambio tema.. quando l' accendo avvolte c e' l' odiosa scritta Vodafone IT avvolte no...

avvolte addirittura mi compare la mattina dopo che l ho tolto dalla modalita' stazione metereologica/sveglia.. e' odioso.

novita'?
 
Top
view post Posted on 24/2/2011, 18:34
Avatar

Telefoninostop

Group:
Administrator
Posts:
10,945
Location:
Roma

Status:


nelle mie varie rom a volte trovi il tema da fleshare a parte, se ne trovi uno che ti piace lo fleshi, cosi cambi stile alla status bar!
 
Web  Top
7 replies since 26/11/2010, 21:07   112 views
  Share