Landscape InCall Screen for Lollipop?
The same happends if I take S5 Dialer for my S3...
I have big Buttons...
I think the problem is in layout.
Check if there is a correct /res/layout-land ...
Hello, you helped me solve the solution for 4.4.2. and I saw your post in another thread.
https://forum.xda-developers.com/showthread.php?p=63023672&highlight=rotation#post63023672
Now, I am trying to upgrade my Galaxy Note 3 to Lollipop and I don't know what to start.
Could you or could someone give me some guidance? This feature is very important for me, as I use my Phone as GPS in landscape.
In my phone there is no SecPhone, but I found Telecom.apk, TeleService.apk and LegacyInCallUI.apk. I suppose LegacyInCallUI.apk is the apk to work on. Is this correct?
I have no customsettings.apk, but only SecSettings.apk. Can I edit SecSettings.apk?
But, first of all, is this mod possible for Lollipop?
Thank you in advance.
PS: I have been doing some testing, and when I modify LegacyInCallUI.apk, the incall screen crashes. So, I am almost sure LegacyInCallUI.apk is the apk to mod. By the way, I don't need to have a toggle. If someone can help me, I will really appreciate.
PS2: Although I don't understand smali coding, I have tried a lot of times, and I finally have a landscape in-call screen as per attached. But, the buttons are too big!! I am now trying to solve this problem, but I have not yet found the solution. I have tried changing, in layout_land, end_call_button_fragment, end_call_button_qvga_fragment, and end_call_eazy_fragment, in_call_button_voice_fragment, etc,. but these changes have no effect on my buttons. Maybe, there is something in the smali, which is preventing this... As I don't know much about smalis, I stuck!! Is threre someone more knowledgeable than me interested in this mod to hel me? I am attaching original and modded smali to have the incall screen in landscape. Thank you.
PS3: I finally found out that "layout-sw360dp-xxhdpi/"in_call_button_voice_fragment" controls both portrait and landscape layouts. As one and the same file controls both portrait and landscape, it seems very difficult to arrange layouts.
PS4:
I finally succeeded more or less to have a landscape incall screen.
One and the same "in_call_button_voice_fragment" in "layout-sw360dp-xxhdpi-v13" was controlling portrait and landscape, and that was the reason I could not change the layout in landscape without affecting the layout in landscape.
So, I created a folder "drawable-sw360dp-land-xxhdpi-v13" and placed the file "in_call_button_voice_fragment" there. Then, this file controls the layout in landscape without affecting the layout in portrait. So, I tried to arrange what I can, and almost everything is looking corretly in landscape.
Landscape incall screen is an essential feature for me. So, it is a little surprising that there doesn't seem to be much interest.
Anyway, I almost succeeded just by trial and error, without much programming knowledge. It will be great if someone more knowledgeable can make it better.