Anruferbild vergrößern

B

bbbrain

Neues Mitglied
2
Hallo Community vor allem Matze,

ich habe nach threads im Internet gesucht was die Größe von Anruferbildern angeht. Habe bei xda-developers folgendes gesehen.


<what I changed

The Xml Layout Portrait in the source is:
file: call_card_person_info.xml

<ImageView android:id="@+id/photo"
android:layout_width="116px" Change to 210px or bigger if you want
android:layout_height="116px" Change to 210px or bigger if you want
android:scaleType="center" Change to fitXY
android:background="@drawable/incall_photo_border"
/>

the file is binary I did this in HEX

Offset 0x469 -> change 74 (width 116px, default) in D2 (210px)
Offset 0x46D -> change 74 (height 116px, default) in D2 (210px)

this is already fixed by Cytown
Offset 0x480 -> change 05 (center) in 01 (fitXY to expand the photo 210px)

thanks to Wysie for new offset.

The image is a little blurry because when you add a contact the crop edit in Contacts.apk crop it to 96x96px.

I also changed the Contacts.apk to make crop of 210x210px and it works...we have a very defined picture, but when the contacts are syncronized with Google Contacts the picture come back to 96px

I hope Cytown will improve in some way the Contacts.apk...

wenn ich die aufgelistete Datei öffne, finde ich die oben beschriebene zeilen nicht. Ich habe dort nichts von px stehen sondern dip habe das cyanogenmod 5.08 drauf und möchte auch größere anruferbilder. Vielleicht kommt ihr mit eurem Wissen weiter und wir können gemeinsam eine lösung finden.

hier der orginal thread [Phone.apk] with Big Photo Contact 250px + Eclair theme - xda-developers

Danke...
 

Ähnliche Themen

K
Antworten
5
Aufrufe
1.559
kwl
K
Zurück
Oben Unten