{Z}[DEVELOPMENT] - CM11 - Android 4.4 - FreeXperia Project

Search This thread

Tobbyax

Senior Member
Feb 5, 2013
104
39
Paris
Ok good! Im gonna make some other bootimages to try and isolate the problem, could you test them?

Yes! I volunteer!
Something strange: using your last build with the boot.iso you just posted make graphics strange. When sliding from a card to another in the home screen, or when there are some movements on the screen, the refresh seems not to be sync’ed. I can see a kind of wave of refresh.
Maybe your tests will solve that.

Edit: it’s worse than what I’ve described. Graphics seem to have a lot of glitches on refresh. Static images (when updated) are fine.
 
Last edited:

AngelBob

Senior Member
Jun 23, 2013
275
628
Without your new boot.img

Code:
dmesg | grep "panel"
<6>[    0.906524] mipi_dsi_panel_probe: pdev = c0d84410, pdev->name = mipi_dsi_p
anel
<6>[    0.906951] setting pdata->panel_info.fb_num to 3. type: 8
<6>[    0.912963] mdp_probe: panel_detect function
<6>[    0.994842] mipi_dsi_panel mipi_dsi_panel.0: detect_panel: Found panel: mi
pi_video_sharp_Full_HD_ls050t3sx01_id_dlogo
<6>[    0.995025] mipi_dsi_panel mipi_dsi_panel.0: detect_panel: send_video_data
_before_display_on
<6>[    1.014404] mipi_dsi_panel mipi_dsi_panel.0: mipi_dsi_panel_create_debugfs
: create folder mipi_dsi_panel.0
<6>[    1.014678] mipi_dsi_panel mipi_dsi_panel.0: mipi_dsi_panel_probe: Probe s
uccess
<3>[    1.064331] msm_fb_detect_panel: comparing name=hdmi_msm with mipi_video_r
enesas_fwvga
<6>[    1.065673] setting pdata->panel_info.fb_num to 1. type: 7
<6>[    1.066406] mdp_probe: panel_detect function
<6>[    1.066589] mdp_probe: no panel_detect function
<6>[    1.069671] setting pdata->panel_info.fb_num to 1. type: 10
<6>[    1.070953] mdp_probe: panel_detect function
<6>[    1.071075] mdp_probe: no panel_detect function
<6>[    1.332244] mipi_dsi_panel mipi_dsi_panel.0: panel_display_on: DISPLAY_ON
sent
<6>[  269.301727] mipi_dsi_panel mipi_dsi_panel.0: panel_off: DISPLAY_OFF sent
<6>[  272.669128] mipi_dsi_panel mipi_dsi_panel.0: panel_display_on: DISPLAY_ON
sent
<6>[  278.051818] mipi_dsi_panel mipi_dsi_panel.0: panel_off: DISPLAY_OFF sent
<6>[  339.324951] mipi_dsi_panel mipi_dsi_panel.0: panel_display_on: DISPLAY_ON
sent
cm-11-20140328-UNOFFICIAL-yuga.zip booted without issue
 
  • Like
Reactions: thomas1991_12

thomas1991_12

Senior Member
Dec 20, 2009
834
2,362
Liempde
Yes! I volunteer!
Something strange: using your last build with the boot.iso you just posted make graphics strange. When sliding from a card to another in the home screen, or when there are some movements on the screen, the refresh seems not to be sync’ed. I can see a kind of wave of refresh.
Maybe your tests will solve that.

Edit: it’s worse than what I’ve described. Graphics seem to have a lot of glitches on refresh. Static images (when updated) are fine.

Ok, so its confirmed its the Panel brand that was causing the problem. Thanks for testing.
Here if the first boot img to test:
https://drive.google.com/file/d/0B7XCSgymRoP0cWV0Qm9rS1g1c0k/edit?usp=sharing
 

thomas1991_12

Senior Member
Dec 20, 2009
834
2,362
Liempde

Burag

Senior Member
Jun 29, 2009
295
102
Thomas, just out of my curiosity, which Adreno blobs are we using right now? (are we up to date with mako 4.4.2 release?).
 
  • Like
Reactions: naitik2012

Tobbyax

Senior Member
Feb 5, 2013
104
39
Paris
black screen issue

I still have “black screen of the death” issue, with @thomas1991_12 ’s build: screen becoming black (with backlight on), non responding, during one minute. The music can stop, or continue playing. Sometimes it leads to a soft reboot, sometimes to a hard reboot (I posted a last_kmsg some days ago).
I’ve noticed it happens only after some hours of use, never after a reboot.
Am I alone to face this?
 
Last edited:

rlees85

Senior Member
Mar 19, 2008
169
87
Happened to me too last night, I tried to upgrade to the latest build (as I was still on an older one) and if it occurs again I will try and get logs
 

Tobbyax

Senior Member
Feb 5, 2013
104
39
Paris
What kind of logs are the most useful in this case? When black screen issue happens, I know it’s the beginning of a lot of black screen series. So I plug it to get some logcat with ADB. I’m not very familiar with this, so I don’t see some special message or error. Is there a world to filter to extract useful info?
 

Tantawi

Senior Member
Dec 1, 2007
111
39
Stockholm
I still have “black screen of the death” issue, with @thomas1991_12 ’s build: screen becoming black (with backlight on), non responding, during one minute. The music can stop, or continue playing. Sometimes it leads to a soft reboot, sometimes to a hard reboot (I posted a last_kmsg some days ago).
I’ve noticed it happens only after some hours of use, never after a reboot.
Am I alone to face this?

Not alone, I got it twice yesterday as well.
 

Burag

Senior Member
Jun 29, 2009
295
102
Standard logs:
Code:
adb logcat -v time -d > logcat.log

Kernel logs:
Code:
adb shell su -c dmesg > dmesg.log

If you get battery drain:
Code:
adb shell su -c "cat /proc/wakelocks" > wakelocks.log

After hard reboot (mostly likely kernel panic):
Code:
adb shell su -c "cat /proc/last_kmsg" > last_kmsg.log

Catch 'em all ;p


BTW. Latest build is also stable for me, no problems here ;)
Thanks Thomas!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 51
    CyanogenMod is a free, community built distribution of Android 4.4 (KitKat) which greatly extends the capabilities of your phone.

    Code:
    #include <std_disclaimer.h>
    /*
    * Your warranty is now void.
    *
    * I am not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this ROM
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at me for messing up your device, I will laugh at you.
    */
    XDA:DevDB Information
    {Z}[DEVELOPMENT] - CM11 - Android 4.4 - FreeXperia Project , a ROM for the Sony Xperia Z

    Contributors
    FXP, Kali

    Version Information
    Status: Testing

    Created 2013-11-24
    Last Updated 2013-11-24
    20
    HOWTO

    Install instructions:
    first time
    - power off the phone:
    - hold vol+ and plug usb to boot into fastboot (blu led)
    - fastboot flash boot boot.img (from cm10 zip)
    - fastboot reboot
    - enter recovery, on boot led will be violet for 3'', during this period press vol+
    - flash rom zip
    - flash gapps zip
    - wipe
    - reboot

    for update just flash rom zip from recovery
    Google Apps are not included in this ROM. You'll need to find those yourself if you want them.


    ENJOY AN UNOFFICIAL CM RELEASE BROUGHT TO YOU BY FreeXperia Team


    PLEASE DONT MIRROR OUR ROMS

    DOWNLOAD
    http://unrestrict.li/FXP
    18
    So here is a new test build; This should fix the calling bug as well as the deep sleep issue. So this build hopefully behaves as stable as the current nightlies:
    https://www.mediafire.com/?2s311loqbmdloj3

    Please report only bugs. No feature requests (yet) or any problems that are in the nightlies too.
    Thanks tho cherayu too. Ive spend quite a lol of time on this, so every thanks is appreciated! If you want you van also support me by donating.
    18
    Hi guys,

    So the kernel patch is done as you all know. Gps is ready now too (needed 5 new blobs).
    So now its just waiting to be merged by one of the mainainers.
    Thanks for all the support.

    Thomas
    17
    thanks to all who made this possible supporting us
    contributing with code, donations or even trusting us
    thanks to SONY that made all this possible !



    DOWNLOAD
    http://unrestrict.li/FXP