[ROM][DISCUSSION][GT-N7000] CyanogenMod 10.2 Discussion Thread

Search This thread

chasmodo

Senior Member
Dec 28, 2011
12,403
41,133
Novi Sad
@XpLoDWilD

A friend of mine and I are experiencing exactly the same problems compiling CM10.2 for n7000.

The builds compile just fine, but after flashing the Rom, Gapps, factory resetting and rebooting, both of us hit eternal soft reboots after hitting the 'start' button at language selection. Unfortunately, logcat cannot be pulled to provide additional information.

Both his and my builds are pristine CM10.2 without any kanging.

This probably has nothing to do with anything, but my roomservice.xml looks like this:


<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" revision="cm-10.2" />
<project name="CyanogenMod/android_packages_apps_SamsungServiceMode" path="packages/apps/SamsungServiceMode" remote="github" revision="cm-10.2" />
<project name="CyanogenMod/android_device_samsung_n7000" path="device/samsung/n7000" remote="github" revision="cm-10.2" />
<project name="CyanogenMod/android_device_samsung_galaxys2-common" path="device/samsung/galaxys2-common" remote="github" revision="cm-10.2" />
<project name="CyanogenMod/android_kernel_samsung_smdk4412" path="kernel/samsung/smdk4412" remote="github" revision="cm-10.2" />
<project name="CyanogenMod/android_hardware_samsung" path="hardware/samsung" remote="github" revision="cm-10.2" />
</manifest>

Any insight and guidance will be highly appreciated.
 
Unfortunately, logcat cannot be pulled to provide additional information.

I use a freshly installed CM10.1 and can get adb logcats from there.
After that I install my build of CM10.2 without a factory reset.
So the existing keys are used and I get a logcat for the CM10.2 boot and first restarts.

So this might be a way to analyze what happens when it starts and reboots...
Right now I'm trying to "read" my log file from the reboot cycles.
 
Last edited:
  • Like
Reactions: teraxul
Why not post it here?
No pompem.
The real work claws got me for the last hour.

I attach two zips which should contain the ERRORS. Can repeat this procedure in the afternoon if necessary.

Removed the logs - right now making a new one with a new build (just finished).
 
Last edited:

vet-note

Senior Member
Jun 24, 2012
942
1,507
Nebelstadt
@chasmodo, did you try to flash your build without factory reset over the last build from XpLoDWilD? As you describe your problem there seems to be something wrong with setup wizard.

Damn, it took me five minutes to spell XpLoDWilD correctly.
 
@chasmodo, did you try to flash your build without factory reset over the last build from XpLoDWilD? As you describe your problem there seems to be something wrong with setup wizard.

Damn, it took me five minutes to spell XpLoDWilD correctly.

It's not only the setup wizard. Even when coming from a working CM and installing 10.2 without factory reset you'll get the restarts (not really reboots) endlessly - because of real work I forgot my device and it did this for one hour.

I just rebuild it again and will try to make logcat outputs again. They must have some information pointing to the beast.

--------------------

After two reboots with this CM10.2 I lost recovery. Had to reinstall a Rom with Odin now. Will try again 10.2 soon.

Second time that I lost recovery with 10.2. Too risky for me now. So I will only try to read the generated logs for now, but no new tries with the build.
 
Last edited:
  • Like
Reactions: TopOfNewYork

chasmodo

Senior Member
Dec 28, 2011
12,403
41,133
Novi Sad
@chasmodo, did you try to flash your build without factory reset over the last build from XpLoDWilD? As you describe your problem there seems to be something wrong with setup wizard.

Damn, it took me five minutes to spell XpLoDWilD correctly.

I had tried to flash it without Gapps, but it still kept rebooting when I touched anything on the homescreen, Milady.
 

hhhwwe

Senior Member
Jul 12, 2010
125
81
Oh comeon! There's nothing to panic so much about camera. After focal crashes, a simple reboot fixes it. Stock camera doesn't even crash (except vid recording) Please don't disseminate false warnings

Sent from my GT-N7000 using xda premium
 
  • Like
Reactions: AA1973
Another try with snippets of the logs when starting CM10.2.
Trebuchet or Nova launcher start without problems.
As soon as I want to start an app the "GUI" (surfaceflinger) restarts - as stated yesterday, no reboot only a restart of the surface drawing.
Before this "Shutting down VM" occurs. So there happens something I d not see until now in the logs (no wonder because it's the first time I try to do this with Android logs).

Maybe another member or developer sees something more. Would be nice even if this thread isn't a developers one anymore.

Another question:
When starting Surfaceflinger and loading the graphics driver the log marks the "API version" entries as an error (/E).
The version in the logs is 17.
I thought Android 4.3 is based on API Level 18. And so I would assume that this should be for the graphics library too.
Could this be a reason for the wrong behaviour? Or is this ok?

Code:
08-02 07:46:42.749 I/SurfaceFlinger( 1897): SurfaceFlinger is starting
08-02 07:46:42.749 I/SurfaceFlinger( 1897): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
08-02 07:46:42.874 D/libEGL  ( 1897): loaded /system/lib/egl/libEGL_mali.so
08-02 07:46:42.919 D/libEGL  ( 1897): loaded /system/lib/egl/libGLESv1_CM_mali.so
08-02 07:46:42.919 D/libEGL  ( 1897): loaded /system/lib/egl/libGLESv2_mali.so
08-02 07:46:42.929 E/        ( 1897): Device driver API match
08-02 07:46:42.929 E/        ( 1897): Device driver API version: 17
08-02 07:46:42.929 E/        ( 1897): User space API version: 17 
08-02 07:46:42.929 E/        ( 1897): mali: REVISION=Linux-r3p1-01rel1 BUILD_DATE=Tue Jul  2 15:06:24 KST 2013 
08-02 07:46:42.939 I/gralloc ( 1897): using (fd=17)

...SurfaceFlinger, Android's system service that manages composition of surfaces...
The fatal accident that results in a restart of the service surfaceflinger occurs always in a way like that. I repeated it with starting XDA developer app (tapatalk).

Code:
08-02 08:06:08.230 D/AndroidRuntime( 9240): Shutting down VM
...
08-02 08:06:50.910 I/ActivityManager(14487): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.quoord.tapatalkxdapre.activity/.forum.ForumNavigationActivity bnds=[457,1156][571,1296]} from pid 14716
08-02 08:06:50.925 W/ResourceType(14487): getEntry failing because entryIndex 92 is beyond type entryCount 1
08-02 08:06:50.930 D/PermissionCache(14465): checking android.permission.READ_FRAME_BUFFER for uid=1000 => granted (303 us)
08-02 08:06:50.955 F/libc    (14465): Fatal signal 11 (SIGSEGV) at 0x578f2000 (code=1), thread 14466 (SurfaceFlinger)
08-02 08:06:51.055 I/DEBUG   ( 1895): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
08-02 08:06:51.055 I/DEBUG   ( 1895): Build fingerprint: 'samsung/GT-N7000/GT-N7000:4.0.3/IML74K/ZCLP6:user/release-keys'
08-02 08:06:51.055 I/DEBUG   ( 1895): Revision: '8'
08-02 08:06:51.055 I/DEBUG   ( 1895): pid: 14465, tid: 14466, name: SurfaceFlinger  >>> /system/bin/surfaceflinger <<<
08-02 08:06:51.055 I/DEBUG   ( 1895): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 578f2000
08-02 08:06:51.065 W/NativeCrashListener(14487): Couldn't find ProcessRecord for pid 14465
08-02 08:06:51.085 I/DEBUG   ( 1895):     r0 00000000  r1 00000000  r2 ffffffff  r3 ffffffff
08-02 08:06:51.085 I/DEBUG   ( 1895):     r4 405b18a8  r5 405b1898  r6 00000200  r7 578f2000
08-02 08:06:51.085 I/DEBUG   ( 1895):     r8 405b18b8  r9 578f2520  sl 578f2a40  fp 405b1974
08-02 08:06:51.090 I/DEBUG   ( 1895):     ip 405b16c8  sp 405b16b8  lr 406093ec  pc 40608ebc  cpsr 600d0010
08-02 08:06:51.090 I/DEBUG   ( 1895):     d0  0000000000000000  d1  0000000000000000
08-02 08:06:51.090 I/DEBUG   ( 1895):     d2  0000000000000000  d3  0000000000000000
08-02 08:06:51.090 I/DEBUG   ( 1895):     d4  4403000000000000  d5  0000000000000000
08-02 08:06:51.090 I/DEBUG   ( 1895):     d6  0000000000000000  d7  0000000000000000
08-02 08:06:51.090 I/DEBUG   ( 1895):     d8  0000000000000000  d9  0000000000000000
08-02 08:06:51.090 I/DEBUG   ( 1895):     d10 0000000000000000  d11 0000000000000000
08-02 08:06:51.090 I/DEBUG   ( 1895):     d12 ffffffffffffffff  d13 0000000000000000
08-02 08:06:51.090 I/DEBUG   ( 1895):     d14 0000000000000000  d15 0000000000000000
08-02 08:06:51.090 I/DEBUG   ( 1895):     d16 0000000000000000  d17 0000000000000000
08-02 08:06:51.090 I/DEBUG   ( 1895):     d18 0000000000000000  d19 ffffffffffffffff
08-02 08:06:51.090 I/DEBUG   ( 1895):     d20 ffffffffffffffff  d21 ffffffffffffffff
08-02 08:06:51.090 I/DEBUG   ( 1895):     d22 ffffffffffffffff  d23 ffffffffffffffff
08-02 08:06:51.090 I/DEBUG   ( 1895):     d24 ffffffffffffffff  d25 0000000000000000
08-02 08:06:51.090 I/DEBUG   ( 1895):     d26 bed1999a00000000  d27 0000000000000000
08-02 08:06:51.090 I/DEBUG   ( 1895):     d28 0000000000000000  d29 00000000bf800000
08-02 08:06:51.090 I/DEBUG   ( 1895):     d30 43830000c3240000  d31 3f800000bf000000
08-02 08:06:51.090 I/DEBUG   ( 1895):     scr 20000010
08-02 08:06:51.100 I/DEBUG   ( 1895):
08-02 08:06:51.100 I/DEBUG   ( 1895): backtrace:
08-02 08:06:51.100 I/DEBUG   ( 1895):     #00  pc 00056ebc  /system/lib/libMali.so
08-02 08:06:51.100 I/DEBUG   ( 1895):     #01  pc 000573e8  /system/lib/libMali.so
08-02 08:06:51.100 I/DEBUG   ( 1895):     #02  pc 0005778c  /system/lib/libMali.so
08-02 08:06:51.100 I/DEBUG   ( 1895):     #03  pc 0006f734  /system/lib/libMali.so
08-02 08:06:51.100 I/DEBUG   ( 1895):     #04  pc 00013874  /system/lib/libMali.so
08-02 08:06:51.100 I/DEBUG   ( 1895):     #05  pc 00013b4c  /system/lib/libMali.so
08-02 08:06:51.100 I/DEBUG   ( 1895):     #06  pc 0000d2f8  /system/lib/libMali.so (shim_glReadPixels+100)
08-02 08:06:51.100 I/DEBUG   ( 1895):     #07  pc 00026de5  /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::captureScreenImplCpuConsumerLocked(android::sp<android::DisplayDevice const> const&, android::sp<android::IGraphicBufferProducer> const&, unsigned int, unsigned int, unsigned int, unsigned int)+404)
08-02 08:06:51.100 I/DEBUG   ( 1895):     #08  pc 00026edb  /system/lib/libsurfaceflinger.so
08-02 08:06:51.105 I/DEBUG   ( 1895):     #09  pc 00021851  /system/lib/libsurfaceflinger.so (android::MessageBase::handleMessage(android::Message const&)+12)
08-02 08:06:51.105 I/DEBUG   ( 1895):     #10  pc 00015161  /system/lib/libutils.so (android::Looper::pollInner(int)+380)
08-02 08:06:51.105 I/DEBUG   ( 1895):     #11  pc 00015261  /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
08-02 08:06:51.105 I/DEBUG   ( 1895):     #12  pc 00021aa1  /system/lib/libsurfaceflinger.so (android::MessageQueue::waitMessage()+36)
08-02 08:06:51.105 I/DEBUG   ( 1895):     #13  pc 00022835  /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::threadLoop()+2)
08-02 08:06:51.105 I/DEBUG   ( 1895):     #14  pc 00011b29  /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
08-02 08:06:51.105 I/DEBUG   ( 1895):     #15  pc 0001161d  /system/lib/libutils.so
08-02 08:06:51.105 I/DEBUG   ( 1895):     #16  pc 0000ca78  /system/lib/libc.so (__thread_entry+72)
08-02 08:06:51.105 I/DEBUG   ( 1895):     #17  pc 0000cbf4  /system/lib/libc.so (pthread_create+208)
08-02 08:06:51.105 I/DEBUG   ( 1895):     #18  pc 00002a74  <unknown>
08-02 08:06:51.105 I/DEBUG   ( 1895):
08-02 08:06:51.105 I/DEBUG   ( 1895): stack:
08-02 08:06:51.105 I/DEBUG   ( 1895):          405b1678  401091f4  
08-02 08:06:51.105 I/DEBUG   ( 1895):          405b167c  405b19dc  
08-02 08:06:51.105 I/DEBUG   ( 1895):          405b1680  400174c0  
08-02 08:06:51.105 I/DEBUG   ( 1895):          405b1684  401091f4  
08-02 08:06:51.105 I/DEBUG   ( 1895):          405b1688  41929140  /dev/mali
08-02 08:06:51.105 I/DEBUG   ( 1895):          405b168c  403285ab  /system/lib/libgui.so
08-02 08:06:51.110 I/DEBUG   ( 1895):          405b1690  4009a570  
08-02 08:06:51.110 I/DEBUG   ( 1895):          405b1694  405b19dc  
08-02 08:06:51.110 I/DEBUG   ( 1895):          405b1698  400174c0  
08-02 08:06:51.110 I/DEBUG   ( 1895):          405b169c  401091f4  
08-02 08:06:51.110 I/DEBUG   ( 1895):          405b16a0  fffffeec  
08-02 08:06:51.110 I/DEBUG   ( 1895):          405b16a4  4031f103  /system/lib/libgui.so
08-02 08:06:51.110 I/DEBUG   ( 1895):          405b16a8  ffffffbc  
08-02 08:06:51.110 I/DEBUG   ( 1895):          405b16ac  402422db  /system/lib/libEGL.so
08-02 08:06:51.115 I/DEBUG   ( 1895):          405b16b0  df0027ad  
08-02 08:06:51.115 I/DEBUG   ( 1895):          405b16b4  00000000  
08-02 08:06:51.115 I/DEBUG   ( 1895):     #00  405b16b8  00000000  
08-02 08:06:51.115 I/DEBUG   ( 1895):          405b16bc  00000000  
08-02 08:06:51.115 I/DEBUG   ( 1895):          405b16c0  00000000  
08-02 08:06:51.115 I/DEBUG   ( 1895):          405b16c4  00000000  
08-02 08:06:51.115 I/DEBUG   ( 1895):          405b16c8  00000000  
08-02 08:06:51.115 I/DEBUG   ( 1895):          405b16cc  00000000  
08-02 08:06:51.115 I/DEBUG   ( 1895):          405b16d0  ffffffff  
08-02 08:06:51.115 I/DEBUG   ( 1895):          405b16d4  ffffffff  
08-02 08:06:51.120 I/DEBUG   ( 1895):          405b16d8  00000216  
08-02 08:06:51.120 I/DEBUG   ( 1895):          405b16dc  00000520  
08-02 08:06:51.120 I/DEBUG   ( 1895):          405b16e0  405b18f8  
08-02 08:06:51.120 I/DEBUG   ( 1895):          405b16e4  405b18d8  
08-02 08:06:51.120 I/DEBUG   ( 1895):     #01  405b16e8  405b1720  
08-02 08:06:51.120 I/DEBUG   ( 1895):          405b16ec  405b1878  
08-02 08:06:51.120 I/DEBUG   ( 1895):          405b16f0  405b18d8  
08-02 08:06:51.120 I/DEBUG   ( 1895):          405b16f4  405b1918  
08-02 08:06:51.120 I/DEBUG   ( 1895):          405b16f8  405b18f8  
08-02 08:06:51.120 I/DEBUG   ( 1895):          405b16fc  405b18b8  
08-02 08:06:51.120 I/DEBUG   ( 1895):          405b1700  405b1720  
08-02 08:06:51.120 I/DEBUG   ( 1895):          405b1704  40609790  /system/lib/libMali.so
08-02 08:06:51.125 I/DEBUG   ( 1895):     #02  405b1708  405b18d8  
08-02 08:06:51.125 I/DEBUG   ( 1895):          405b170c  405b18f8  
08-02 08:06:51.125 I/DEBUG   ( 1895):          405b1710  00000216  
08-02 08:06:51.125 I/DEBUG   ( 1895):          405b1714  00000000  
08-02 08:06:51.125 I/DEBUG   ( 1895):          405b1718  00000001  
08-02 08:06:51.125 I/DEBUG   ( 1895):          405b171c  00000001  
08-02 08:06:51.125 I/DEBUG   ( 1895):          405b1720  00000001  
08-02 08:06:51.125 I/DEBUG   ( 1895):          405b1724  00000001  
08-02 08:06:51.125 I/DEBUG   ( 1895):          405b1728  00000000  
08-02 08:06:51.130 I/DEBUG   ( 1895):          405b172c  00000000  
08-02 08:06:51.130 I/DEBUG   ( 1895):          405b1730  00000000  
08-02 08:06:51.130 I/DEBUG   ( 1895):          405b1734  00000001  
08-02 08:06:51.130 I/DEBUG   ( 1895):          405b1738  00000001  
08-02 08:06:51.130 I/DEBUG   ( 1895):          405b173c  00000001  
08-02 08:06:51.130 I/DEBUG   ( 1895):          405b1740  ffffff14  
08-02 08:06:51.130 I/DEBUG   ( 1895):          405b1744  4021e8f3  /system/lib/libsurfaceflinger.so
08-02 08:06:51.130 I/DEBUG   ( 1895):          ........  ........
08-02 08:06:51.140 I/DEBUG   ( 1895):
08-02 08:06:51.140 I/DEBUG   ( 1895): memory near r4:
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b1888 00000000 00000000 00000000 00000000  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b1898 00000000 00000000 00000000 00000000  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b18a8 00000000 00000000 ffffffff ffffffff  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b18b8 00000000 00000000 00000000 00000000  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b18c8 00000000 00000000 ffffffff ffffffff  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b18d8 00000000 00000000 00000000 00000000  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b18e8 00000000 00000000 ffffffff ffffffff  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b18f8 00000000 00000000 00000000 00000000  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b1908 00000000 00000000 ffffffff ffffffff  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b1918 00000001 00000000 00000000 00000000  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b1928 00000000 00000000 00000000 00000000  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b1938 00000000 00000000 00000000 00000000  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b1948 00000000 00000000 00000000 00000010  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b1958 4187b000 00000000 00000020 405b1b18  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b1968 00000520 00000000 00000000 40621738  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b1978 00000000 00000520 00000216 00000000  
08-02 08:06:51.145 I/DEBUG   ( 1895):
08-02 08:06:51.145 I/DEBUG   ( 1895): memory near r5:
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b1878 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.145 I/DEBUG   ( 1895):     405b1888 00000000 00000000 00000000 00000000  
08-02 08:06:51.150 I/DEBUG   ( 1895):     405b1898 00000000 00000000 00000000 00000000  
08-02 08:06:51.150 I/DEBUG   ( 1895):     405b18a8 00000000 00000000 ffffffff ffffffff  
08-02 08:06:51.150 I/DEBUG   ( 1895):     405b18b8 00000000 00000000 00000000 00000000  
08-02 08:06:51.150 I/DEBUG   ( 1895):     405b18c8 00000000 00000000 ffffffff ffffffff  
08-02 08:06:51.150 I/DEBUG   ( 1895):     405b18d8 00000000 00000000 00000000 00000000  
08-02 08:06:51.150 I/DEBUG   ( 1895):     405b18e8 00000000 00000000 ffffffff ffffffff  
08-02 08:06:51.150 I/DEBUG   ( 1895):     405b18f8 00000000 00000000 00000000 00000000  
08-02 08:06:51.150 I/DEBUG   ( 1895):     405b1908 00000000 00000000 ffffffff ffffffff  
08-02 08:06:51.150 I/DEBUG   ( 1895):     405b1918 00000001 00000000 00000000 00000000  
08-02 08:06:51.150 I/DEBUG   ( 1895):     405b1928 00000000 00000000 00000000 00000000  
08-02 08:06:51.150 I/DEBUG   ( 1895):     405b1938 00000000 00000000 00000000 00000000  
08-02 08:06:51.150 I/DEBUG   ( 1895):     405b1948 00000000 00000000 00000000 00000010  
08-02 08:06:51.150 I/DEBUG   ( 1895):     405b1958 4187b000 00000000 00000020 405b1b18  
08-02 08:06:51.155 I/DEBUG   ( 1895):     405b1968 00000520 00000000 00000000 40621738  
08-02 08:06:51.155 I/DEBUG   ( 1895):
08-02 08:06:51.155 I/DEBUG   ( 1895): memory near r7:
08-02 08:06:51.155 I/DEBUG   ( 1895):     578f1fe0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.155 I/DEBUG   ( 1895):     578f1ff0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.155 I/DEBUG   ( 1895):     578f2000 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.155 I/DEBUG   ( 1895):     578f2010 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.155 I/DEBUG   ( 1895):     578f2020 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.155 I/DEBUG   ( 1895):     578f2030 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.155 I/DEBUG   ( 1895):     578f2040 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.155 I/DEBUG   ( 1895):     578f2050 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.155 I/DEBUG   ( 1895):     578f2060 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.155 I/DEBUG   ( 1895):     578f2070 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.155 I/DEBUG   ( 1895):     578f2080 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.155 I/DEBUG   ( 1895):     578f2090 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.155 I/DEBUG   ( 1895):     578f20a0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.155 I/DEBUG   ( 1895):     578f20b0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.155 I/DEBUG   ( 1895):     578f20c0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.160 I/DEBUG   ( 1895):     578f20d0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.160 I/DEBUG   ( 1895):
08-02 08:06:51.160 I/DEBUG   ( 1895): memory near r8:
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b1898 00000000 00000000 00000000 00000000  
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b18a8 00000000 00000000 ffffffff ffffffff  
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b18b8 00000000 00000000 00000000 00000000  
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b18c8 00000000 00000000 ffffffff ffffffff  
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b18d8 00000000 00000000 00000000 00000000  
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b18e8 00000000 00000000 ffffffff ffffffff  
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b18f8 00000000 00000000 00000000 00000000  
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b1908 00000000 00000000 ffffffff ffffffff  
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b1918 00000001 00000000 00000000 00000000  
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b1928 00000000 00000000 00000000 00000000  
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b1938 00000000 00000000 00000000 00000000  
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b1948 00000000 00000000 00000000 00000010  
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b1958 4187b000 00000000 00000020 405b1b18  
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b1968 00000520 00000000 00000000 40621738  
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b1978 00000000 00000520 00000216 00000000  
08-02 08:06:51.160 I/DEBUG   ( 1895):     405b1988 00000000 00000000 00000001 00000060  
08-02 08:06:51.165 I/DEBUG   ( 1895):
08-02 08:06:51.165 I/DEBUG   ( 1895): memory near r9:
08-02 08:06:51.165 I/DEBUG   ( 1895):     578f2500 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.165 I/DEBUG   ( 1895):     578f2510 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.165 I/DEBUG   ( 1895):     578f2520 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.165 I/DEBUG   ( 1895):     578f2530 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.165 I/DEBUG   ( 1895):     578f2540 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.165 I/DEBUG   ( 1895):     578f2550 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.165 I/DEBUG   ( 1895):     578f2560 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.165 I/DEBUG   ( 1895):     578f2570 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.165 I/DEBUG   ( 1895):     578f2580 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.165 I/DEBUG   ( 1895):     578f2590 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.165 I/DEBUG   ( 1895):     578f25a0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.165 I/DEBUG   ( 1895):     578f25b0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.165 I/DEBUG   ( 1895):     578f25c0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f25d0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f25e0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f25f0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):
08-02 08:06:51.170 I/DEBUG   ( 1895): memory near sl:
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f2a20 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f2a30 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f2a40 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f2a50 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f2a60 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f2a70 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f2a80 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f2a90 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f2aa0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f2ab0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f2ac0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f2ad0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f2ae0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f2af0 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.170 I/DEBUG   ( 1895):     578f2b00 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.175 I/DEBUG   ( 1895):     578f2b10 ffffffff ffffffff ffffffff ffffffff  
08-02 08:06:51.175 I/DEBUG   ( 1895):
08-02 08:06:51.175 I/DEBUG   ( 1895): memory near fp:
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b1954 00000010 4187b000 00000000 00000020  
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b1964 405b1b18 00000520 00000000 00000000  
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b1974 40621738 00000000 00000520 00000216  
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b1984 00000000 00000000 00000000 00000001  
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b1994 00000060 0000006b 000006e0 40997990  
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b19a4 00000000 00000000 00000000 00000001  
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b19b4 4187b000 00002920 00000000 00000001  
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b19c4 578f2000 00000016 00000216 00000200  
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b19d4 00000000 00000020 00000040 00000140  
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b19e4 00000020 00000040 00000100 00000020  
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b19f4 00000000 00000001 00000000 00000100  
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b1a04 00000010 00000000 00000020 00000000  
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b1a14 00000004 00000004 00000520 00000000  
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b1a24 00000000 00000000 00000000 00000148  
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b1a34 0000020c 00000020 00000020 00000000  
08-02 08:06:51.175 I/DEBUG   ( 1895):     405b1a44 00000000 00000000 00000000 00000018  
08-02 08:06:51.180 I/DEBUG   ( 1895):
08-02 08:06:51.180 I/DEBUG   ( 1895): memory near ip:
08-02 08:06:51.180 I/DEBUG   ( 1895):     405b16a8 ffffffbc 402422db df0027ad 00000000  
08-02 08:06:51.180 I/DEBUG   ( 1895):     405b16b8 00000000 00000000 00000000 00000000  
08-02 08:06:51.180 I/DEBUG   ( 1895):     405b16c8 00000000 00000000 ffffffff ffffffff  
08-02 08:06:51.180 I/DEBUG   ( 1895):     405b16d8 00000216 00000520 405b18f8 405b18d8  
08-02 08:06:51.180 I/DEBUG   ( 1895):     405b16e8 405b1720 405b1878 405b18d8 405b1918  
08-02 08:06:51.180 I/DEBUG   ( 1895):     405b16f8 405b18f8 405b18b8 405b1720 40609790  
08-02 08:06:51.180 I/DEBUG   ( 1895):     405b1708 405b18d8 405b18f8 00000216 00000000  
08-02 08:06:51.180 I/DEBUG   ( 1895):     405b1718 00000001 00000001 00000001 00000001  
08-02 08:06:51.180 I/DEBUG   ( 1895):     405b1728 00000000 00000000 00000000 00000001  
08-02 08:06:51.180 I/DEBUG   ( 1895):     405b1738 00000001 00000001 ffffff14 4021e8f3  
08-02 08:06:51.180 I/DEBUG   ( 1895):     405b1748 00000000 00000000 00000000 00000000  
08-02 08:06:51.180 I/DEBUG   ( 1895):     405b1758 00000000 00000000 00000000 00000000  
08-02 08:06:51.180 I/DEBUG   ( 1895):     405b1768 00000000 00000000 00000000 00000000  
08-02 08:06:51.180 I/DEBUG   ( 1895):     405b1778 00000000 00000000 00000000 00000000  
08-02 08:06:51.180 I/DEBUG   ( 1895):     405b1788 00000000 00000000 00000000 00000000  
08-02 08:06:51.185 I/DEBUG   ( 1895):     405b1798 00000000 00000000 00000000 00000000  
08-02 08:06:51.185 I/DEBUG   ( 1895):
08-02 08:06:51.185 I/DEBUG   ( 1895): memory near sp:
08-02 08:06:51.185 I/DEBUG   ( 1895):     405b1698 400174c0 401091f4 fffffeec 4031f103  
08-02 08:06:51.185 I/DEBUG   ( 1895):     405b16a8 ffffffbc 402422db df0027ad 00000000  
08-02 08:06:51.185 I/DEBUG   ( 1895):     405b16b8 00000000 00000000 00000000 00000000  
08-02 08:06:51.185 I/DEBUG   ( 1895):     405b16c8 00000000 00000000 ffffffff ffffffff  
08-02 08:06:51.185 I/DEBUG   ( 1895):     405b16d8 00000216 00000520 405b18f8 405b18d8  
08-02 08:06:51.185 I/DEBUG   ( 1895):     405b16e8 405b1720 405b1878 405b18d8 405b1918  
08-02 08:06:51.185 I/DEBUG   ( 1895):     405b16f8 405b18f8 405b18b8 405b1720 40609790  
08-02 08:06:51.185 I/DEBUG   ( 1895):     405b1708 405b18d8 405b18f8 00000216 00000000  
08-02 08:06:51.185 I/DEBUG   ( 1895):     405b1718 00000001 00000001 00000001 00000001  
08-02 08:06:51.185 I/DEBUG   ( 1895):     405b1728 00000000 00000000 00000000 00000001  
08-02 08:06:51.185 I/DEBUG   ( 1895):     405b1738 00000001 00000001 ffffff14 4021e8f3  
08-02 08:06:51.185 I/DEBUG   ( 1895):     405b1748 00000000 00000000 00000000 00000000  
08-02 08:06:51.185 I/DEBUG   ( 1895):     405b1758 00000000 00000000 00000000 00000000  
08-02 08:06:51.185 I/DEBUG   ( 1895):     405b1768 00000000 00000000 00000000 00000000  
08-02 08:06:51.190 I/DEBUG   ( 1895):     405b1778 00000000 00000000 00000000 00000000  
08-02 08:06:51.190 I/DEBUG   ( 1895):     405b1788 00000000 00000000 00000000 00000000  
08-02 08:06:51.190 I/DEBUG   ( 1895):
08-02 08:06:51.190 I/DEBUG   ( 1895): code around pc:
08-02 08:06:51.190 I/DEBUG   ( 1895):     40608e9c f30221b0 f3400192 f3422130 edcd2b00  
08-02 08:06:51.190 I/DEBUG   ( 1895):     40608eac edcd3b02 edcd0b04 edcd1b06 ecdd0b08  
08-02 08:06:51.190 I/DEBUG   ( 1895):     40608ebc f447000f e28dd020 e8bd00f0 e12fff1e  
08-02 08:06:51.190 I/DEBUG   ( 1895):     40608ecc f34221b1 f34331b0 f34111b2 f34001b3  
08-02 08:06:51.190 I/DEBUG   ( 1895):     40608edc f34221b1 f34331b0 eaffffef f34041b1  
08-02 08:06:51.190 I/DEBUG   ( 1895):     40608eec f26301b3 f34111b4 f30411b1 f3020191  
08-02 08:06:51.190 I/DEBUG   ( 1895):     40608efc f3413110 f3402133 eaffffe7 e92d47f0  
08-02 08:06:51.190 I/DEBUG   ( 1895):     40608f0c e1a05001 e1dd42b8 e1a08003 e59d7020  
08-02 08:06:51.190 I/DEBUG   ( 1895):     40608f1c e59d6024 e6ef1074 e2413009 e353003a  
08-02 08:06:51.190 I/DEBUG   ( 1895):     40608f2c 908ff103 ea00003a ea00004c ea000068  
08-02 08:06:51.190 I/DEBUG   ( 1895):     40608f3c ea000081 ea000036 ea000035 ea000081  
08-02 08:06:51.195 I/DEBUG   ( 1895):     40608f4c ea000092 ea0000a3 ea0000b4 ea000030  
08-02 08:06:51.195 I/DEBUG   ( 1895):     40608f5c ea00002f ea00002e ea0000c2 ea00002d  
08-02 08:06:51.195 I/DEBUG   ( 1895):     40608f6c ea00002c ea00002a ea000029 ea000028  
08-02 08:06:51.195 I/DEBUG   ( 1895):     40608f7c ea000027 ea000026 ea000025 ea000024  
08-02 08:06:51.195 I/DEBUG   ( 1895):     40608f8c ea000023 ea000022 ea000021 ea000020  
08-02 08:06:51.195 I/DEBUG   ( 1895):
08-02 08:06:51.195 I/DEBUG   ( 1895): code around lr:
08-02 08:06:51.195 I/DEBUG   ( 1895):     406093cc ea000000 ea000072 e8bd87f0 e0809005  
08-02 08:06:51.195 I/DEBUG   ( 1895):     406093dc e1a01002 e089a005 e1a02004 ebfffe95  
08-02 08:06:51.195 I/DEBUG   ( 1895):     406093ec e1a00009 e1a01008 e1a02004 ebfffe91  
08-02 08:06:51.195 I/DEBUG   ( 1895):     406093fc e1a0000a e1a01007 e1a02004 ebfffe8d  
08-02 08:06:51.200 I/DEBUG   ( 1895):     4060940c e08a0005 e1a01006 e1a02004 e8bd47f0  
08-02 08:06:51.200 I/DEBUG   ( 1895):     4060941c eafffe88 e080c005 ed921b00 e08c2005  
08-02 08:06:51.200 I/DEBUG   ( 1895):     4060942c f400170f e0825005 ed980b00 f40c070f  
08-02 08:06:51.200 I/DEBUG   ( 1895):     4060943c edd70b00 f442070f edd60b00 f445070f  
08-02 08:06:51.200 I/DEBUG   ( 1895):     4060944c e8bd87f0 e0801005 ed924b06 e0813005  
08-02 08:06:51.200 I/DEBUG   ( 1895):     4060945c f400470f e0835005 ed983b06 f401370f  
08-02 08:06:51.200 I/DEBUG   ( 1895):     4060946c ed972b06 f403270f edd60b06 f445070f  
08-02 08:06:51.200 I/DEBUG   ( 1895):     4060947c e8bd87f0 e0809005 e1a01002 e089a005  
08-02 08:06:51.200 I/DEBUG   ( 1895):     4060948c e1a02004 ebfffca1 e1a00009 e1a01008  
08-02 08:06:51.200 I/DEBUG   ( 1895):     4060949c e1a02004 ebfffc9d e1a0000a e1a01007  
08-02 08:06:51.200 I/DEBUG   ( 1895):     406094ac e1a02004 ebfffc99 e08a0005 e1a01006  
08-02 08:06:51.200 I/DEBUG   ( 1895):     406094bc e1a02004 e8bd47f0 eafffc94 e0809005  
08-02 08:06:51.205 I/DEBUG   ( 1895):
08-02 08:06:51.205 I/DEBUG   ( 1895): memory map around fault addr 578f2000:
08-02 08:06:51.205 I/DEBUG   ( 1895):     44b3d000-44c3c000 rw-
08-02 08:06:51.205 I/DEBUG   ( 1895):     (no map for address)
08-02 08:06:51.205 I/DEBUG   ( 1895):     bea35000-bea56000 rw- [stack]
08-02 08:06:51.225 I/CalendarProvider2(16640): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar }
08-02 08:06:51.240 W/ContentResolver(16640): Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)
08-02 08:06:51.385 D/dalvikvm(16959): Trying to load lib /data/app-lib/com.google.android.gms-2/libAppDataSearch.so 0x418f5380
08-02 08:06:51.405 D/dalvikvm(16959): Added shared lib /data/app-lib/com.google.android.gms-2/libAppDataSearch.so 0x418f5380
08-02 08:06:51.405 D/dalvikvm(16959): No JNI_OnLoad found in /data/app-lib/com.google.android.gms-2/libAppDataSearch.so 0x418f5380, skipping init
08-02 08:06:51.405 D/Icing   (16959): Init last flush num docs 0 last docstore size 0
08-02 08:06:51.410 D/Icing   (16959): Docid map file has no data, nothing to scan
08-02 08:06:51.410 D/Icing   (16959): File /data/data/com.google.android.gms/files/AppDataSearch/main/cur/ds.perdocdata contains 0 records of size 6
08-02 08:06:51.410 D/Icing   (16959): Init docstore ok num docs 0 bytes 0
08-02 08:06:51.420 V/Icing   (16959): Lite index crc computed in 0.113ms
08-02 08:06:51.420 V/Icing   (16959): Lite index init ok in 2.214ms
08-02 08:06:51.420 V/Icing   (16959): Warming lite-index took 0.011ms
08-02 08:06:51.420 V/Icing   (16959): Warming lexicon took 0.006ms
08-02 08:06:51.420 V/Icing   (16959): Warming display mappings took 0.006ms
08-02 08:06:51.420 D/Icing   (16959): Init index ok num docs 0
08-02 08:06:51.420 D/Icing   (16959): Init done
08-02 08:06:51.455 I/BootReceiver(14487): Copying /data/tombstones/tombstone_02 to DropBox (SYSTEM_TOMBSTONE)
08-02 08:06:51.515 I/ServiceManager( 1891): service 'SurfaceFlinger' died
 
Last edited:

XpLoDWilD

Senior Recognized Developer
Nov 19, 2009
1,673
14,418
France
www.xplod.fr
Another try with snippets of the logs when starting CM10.2.
Trebuchet or Nova launcher start without problems.
As soon as I want to start an app the "GUI" (surfaceflinger) restarts - as stated yesterday, no reboot only a restart of the surface drawing.
Before this "Shutting down VM" occurs. So there happens something I d not see until now in the logs (no wonder because it's the first time I try to do this with Android logs).

Maybe another member or developer sees something more. Would be nice even if this thread isn't a developers one anymore.

Another question:
When starting Surfaceflinger and loading the graphics driver the log marks the "API version" entries as an error (/E).
The version in the logs is 17.
I thought Android 4.3 is based on API Level 18. And so I would assume that this should be for the graphics library too.
Could this be a reason for the wrong behaviour? Or is this ok?

You're missing a patch. SurfaceFlinger screenshot ability has to be workarounded to work for now.
As for the API version appearing as E/, it's not an error, it's just to make sure it appears in the log.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 46
    CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.3 (Jelly Bean), which is designed to increase performance and reliability over stock Android for your device.

    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. Hard. A lot.
     */

    CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.

    All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.


    IMPORTANT INFORMATION
    If this thread becomes a mess, I'll lock it immediately

    We'll not support users and answer questions from users which:
    - are running a custom kernel
    - have flashed mods
    - modified system files
    - didn't follow our intructions word by word
    - are unfriendly

    Even if you tell us that your problem is not related to your custom kernel /mod / magic => WE DON'T CARE!
    Your mod => your problem!


    Official CyanogenMod Wiki: http://wiki.cyanogenmod.org/w/N7000_Info

    First time installing CyanogenMod 10.2 to your Galaxy Note, or coming from another ROM:
    - Read known issues ans FAQs
    - Make sure you're running a proper working ClockworkMod-Recovery
    - Copy GApps and CM10.2 ZIPs to your SDCard
    - Boot into Recovery
    - Flash CM10.2 zip from SDCard
    - Flash GApps zip from SDCard
    - DO A DATA WIPE / FACTORY RESET (otherwise your device will be stuck at boot)
    - Reboot
    - Don't restore system data using Titanium Backup!
    - Restoring Apps + Data might cause problems and is not recommended, avoid it if possible!

    Upgrading from earlier version of CyanogenMod 10.2:
    - Copy CM10.2 ZIP to your SDCard
    - Boot into Recovery
    - Flash CM10.2 zip from SDCard
    - Reboot

    Upgrading from CyanogenMod 10/10.1:
    - Read known issues ans FAQs
    - Copy GApps and CM10.2 ZIPs to your SDCard
    - Boot into Recovery
    - Flash CM10.2 zip from SDCard
    - Flash GApps zip from SDCard
    - Wipe data, we're not sure if everything will work yet.
    - Reboot


    Screenshot_2012-07-17-22-34-12.png

    Known bugs:
    - some minor graphics glitches
    - no camera fix has been merged

    Remember we just merged yesterday (26th july), expect bugs in apps

    http://xdaforums.com/showthread.php?t=2381499

    http://changelog.bbqdroid.org/#/n7000/next

    Chat:
    http://webchat.freenode.net/?channels=teamhacksung-support
    irc.freenode.net #teamhacksung-support

    Don't expect any support if you:
    - are not running stock cm-kernel
    - have installed any mods
    - have modified system files

    If you're going to reuse our work, which we're doing for free, be fair and give proper credits.
    This is the only payment we're really demanding and we deserve it to be mentioned because of the countless hours we've put into this project.
    Open-Source doesn't mean Out-of-Respect!!!

    If you want to donate a few bucks for the work we're doing in our freetime:
    41
    New build, graphics glitches fixed
    33
    The original development thread has been updated with the nightlies link (I'm finally back from Miami and XDA DevCon :) ).
    And we have some surprises for you ... soon :)

    Also, BBQLog now show 10.2 changes. Remember that this is the only official changelog, and that cmxlog does NOT show all the changes (it only shows what's on Gerrit), as opposed to BBQLog which shows actual git changes.
    25
    @XpLoDWilD on the removal of focal and some heavy insights on CM Inc. https://plus.google.com/106978520009932034644/posts/L8FJkrcahPs
    Before anything happens, I just want to speak out my personal thanks to XplodWilD for the poll and the resulting 4.3 experience. What happened, happened. And some of it was great fun, for me. Not everything, from what I read, mentioned above.
    Hope to see you and Focal on a free and open source Rom, again, or in the PlayStore. All the best. :)
    23
    Updated build online. Upstream changes, nothing particular on the device side.