[ROM][WIP]Cyanogenmod 11 UNOFFICIAL[30/04/2014]

Search This thread

TeamMex

Recognized Developer / Inactive RC
logo-cid.png


CyanogenMod 11.0 for the xperia x8 (Shakira)
Brought to you by klozz (aka TeamMEX)


CyanogenMod is a free, community built distribution of Android 4.4.x (KitKat) which greatly extends the capabilities of your phone.

This build is a UNOFFICIAL so CM not work on this build.

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.
*/


#Disclaimer:

I release it because i need some help to make a working build for now this build stay in bootloop.
But you can try to test it.
I think this problem is to problems with ramdisk.

This source code are based on some of androidarmv6 and patches from me.

###Source:
https://github.com/xperience-x8

https://github.com/XPerience-x8/Shakira_Ramdisk Ramdisk

Any help you can send patches to my repo for KK are all the repo wit _KK in the name...

How to install:
  • Enter into CWM
  • Make format system
  • Make format data
  • Make format cache
  • Make format dalvick-cache
  • Install CM-11-2014xxxxx-shakira.zip
  • Reboot
  • crosses fingers and hopes to start
  • give me thanks :D or donation or simply, don't say anything :)

WORKING:
  • TouchScreen
  • Audio


NOT WORKING:
  • Bootloop so not testet




XDA:DevDB Information
CyanogenMod Shakira, a ROM for the Sony Ericsson XPERIA X8

Contributors
TeamMex, androidarmv6
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 2.6.x
Based On: CyanogenMod

Version Information
Status: Testing

Created 2014-04-18
Last Updated 2014-04-30
 

TeamMex

Recognized Developer / Inactive RC
Reserved

changes...




WIP for proper build.

Bionic: _memcpy fixes
Bionic: skipped thumbs incompatibles on armv6
Bionic: cpu-features.h
Bionic: Libc __MEMCPY_CHK,bionic
Bionic: ashmem thnks to afi1982 for this fix.
Frameworks_av: added MSM_ion.h

MSM7x27 common: new surface for CameraHAL
MSM7x27: CameraHal update path of copybit
MSM7x27: Updates and new aditions like libnl,iw,recovery fixes
MSM7x27: upgrading sensors

Shakira conf: fix tag with add resource
Shakira conf:Removed unused stuff
Shakira conf: Added lowram
Shakira conf: Added some configs for cameraHAL fixes
Shakira conf: Updated fstab to v2

Sat 19 april 2014

Frameworks_Native:
Libcamera (SEMC) fix for using eclair libcamera (2/3)
Frameworks_Native: graphics: Add directives for compatibility with older EGL blobs (1/2)
Frameworks_Native: New Theme Engine [2/6] CM11 Themes

Frameworks_AV: Libcamera (SEMC) fix for using eclair libcamera (1/3)
Frameworks_AV: graphics: Add directives for compatibility with older EGL blobs (2/2)
Frameworks_AV: [PATCH] Hacks for legacy OMX

Frameworks_Base: Workaround for old apps that cause null pointer exception
Frameworks_Base: Workaround to show the network stats settings, stats need for the kernel.
Frameworks_Base: Delay bootanimation until the kernel boot animation is done.
Frameworks_Base: WiredAccessoryObserver: Headset detection for sony msm7x27
Frameworks_Base: Cameraservice

hardware_qcom_display-legacy: Disable COPYBIT_PREMULTIPLIED_ALPHA for msm7x27

System_Core: We don't want to execute the argument passed by the reboot command,just the RECOVERY_PRE_COMMAND
System_Core: Workaround logd function

MSM7x27: Updated Build flags.

Build : Add support for ARMV6
Build: Add ARMV6 Flags

External webkit : Deleted webkit.


27-April-2014
System Server: Fixed null pointer exception battery services.

Frameworks Base: hide new AssetManager methods for themes
Frameworks Base: move def_lockscreen_targets and def_lockscreen_targets_no_telephony to frameworks/base/packages/SettingsProvider

Kernel_MSM7x27 : Updated to v5


28-April-2014

MediaStore: Media process is crashing with NullPointer exception
wallpapercropper: OOM issue while opening *.bmp image
WallpaperCropper: Fix crash when set .gif as wallpaper
CameraHardware: Deleted Longshot and Metadata (not work on Eclair libs)
Settings: Call equals() comparing different types
Frameworks_Native: libs/gui: Release acquired buffer when createImage fails
FrameworksAV: stagefright: ExtendedCodec: enable arbitrary/frame-by-frame mode
FrameworksAV: libstagefright: Drain input buffer on resume

30-April-2014
  • Reverted Libcamera (SEMC) fix for using eclair libcamera (1/3)
  • Fixed patch of older EGLibs
  • Fixed Error on libgenlock (Thnks to afi for giveme permission to use Genlock of Omnirom.)
  • Reverted delay bootanimation until the kernel boot animation is done.
  • Fixes for Sensors
Pakcages LegacyCamera : added support
 
Last edited:

DjBodi

Member
Jan 19, 2014
48
7
34
Paks
Very awesome ! :eek:
With all due respect yours ! ;)

What works and what does not? :)
Which kernel does it work?
 
Last edited:

hubert123454

Senior Member
Feb 16, 2012
354
49
Międzyrzec Podlaski

afi1982

Senior Member
Aug 7, 2009
1,805
4,063
I/SystemServer( 2746): Entropy Mixer
I/EntropyMixer( 2746): Writing entropy...
I/SystemServer( 2746): User Service
I/SystemServer( 2746): Account Manager
I/SystemServer( 2746): Content Manager
I/SystemServer( 2746): System Content Providers
I/SystemServer( 2746): Lights Service
I/SystemServer( 2746): Battery Service
E/System ( 2746): ******************************************
E/System ( 2746): ************ Failure starting core service
E/System ( 2746): java.lang.NullPointerException
E/System ( 2746): at com.android.server.BatteryService.<init>(BatterySe rvice.java:192)

E/System ( 2746): at com.android.server.ServerThread.initAndLoop(System Server.java:337)
E/System ( 2746): at com.android.server.SystemServer.main(SystemServer. java:1342)
E/System ( 2746): at java.lang.reflect.Method.invokeNative(Native Method)
E/System ( 2746): at java.lang.reflect.Method.invoke(Method.java:515)
E/System ( 2746): at com.android.internal.os.ZygoteInit$MethodAndArgsCa ller.run(ZygoteInit.java:791)
E/System ( 2746): at com.android.internal.os.ZygoteInit.main(ZygoteInit .java:607)
E/System ( 2746): at dalvik.system.NativeStart.main(Native Method)
I/SystemServer( 2746): Input Method Service
W/InputMethodManagerService( 2746): Couldn't create dir.: /data/system/inputmethod
W/InputMethodManagerService( 2746): No IME selected. Choose the most applicable IME.
I/InputMethodManagerService( 2746): No default found, using com.android.inputmethod.latin/.LatinIME
I/SystemServer( 2746): Accessibility Manager
F/SystemServer( 2746): BOOT FAILURE making display ready
F/SystemServer( 2746): java.lang.NullPointerException
F/SystemServer( 2746): at com.android.server.ServerThread.initAndLoop(System Server.java:447)
F/SystemServer( 2746): at com.android.server.SystemServer.main(SystemServer. java:1342)
F/SystemServer( 2746): at java.lang.reflect.Method.invokeNative(Native Method)
F/SystemServer( 2746): at java.lang.reflect.Method.invoke(Method.java:515)
F/SystemServer( 2746): at com.android.internal.os.ZygoteInit$MethodAndArgsCa ller.run(ZygoteInit.java:791)
F/SystemServer( 2746): at com.android.internal.os.ZygoteInit.main(ZygoteInit .java:607)
F/SystemServer( 2746): at dalvik.system.NativeStart.main(Native Method)
W/SystemServer( 2746): ***********************************************
D/AndroidRuntime( 2746): Shutting down VM
W/dalvikvm( 2746): threadid=1: thread exiting with uncaught exception (group=0x4161fc20)
E/AndroidRuntime( 2746): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 2746): java.lang.NullPointerException
E/AndroidRuntime( 2746): at com.android.server.am.ActivityManagerService.showB ootMessage(ActivityManagerService.java:5201)
E/AndroidRuntime( 2746): at com.android.server.ServerThread.initAndLoop(System Server.java:459)
E/AndroidRuntime( 2746): at com.android.server.SystemServer.main(SystemServer. java:1342)
E/AndroidRuntime( 2746): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2746): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 2746): at com.android.internal.os.ZygoteInit$MethodAndArgsCa ller.run(ZygoteInit.java:791)
E/AndroidRuntime( 2746): at com.android.internal.os.ZygoteInit.main(ZygoteInit .java:607)
E/AndroidRuntime( 2746): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 2746): Sending signal. PID: 2746 SIG: 9
I/ServiceManager( 1427): service 'permission' died
I/ServiceManager( 1427): service 'sensorservice' died
I/ServiceManager( 1427): service 'power' died
I/ServiceManager( 1427): service 'activity' died
I/ServiceManager( 1427): service 'procstats' died
I/ServiceManager( 1427): service 'meminfo' died
I/ServiceManager( 1427): service 'cpuinfo' died
I/ServiceManager( 1427): service 'package' died
I/ServiceManager( 1427): service 'batterystats' died
I/ServiceManager( 1427): service 'usagestats' died
I/ServiceManager( 1427): service 'appops' died
I/ServiceManager( 1427): service 'display' died
I/ServiceManager( 1427): service 'telephony.registry' died
I/ServiceManager( 1427): service 'scheduling_policy' died
I/ServiceManager( 1427): service 'hardware' died
I/ServiceManager( 1427): service 'account' died
I/ServiceManager( 1427): service 'entropy' died
I/ServiceManager( 1427): service 'content' died
I/ServiceManager( 1427): service 'user' died
I/ServiceManager( 1427): service 'gfxinfo' died
I/ServiceManager( 1427): service 'dbinfo' died
I/ServiceManager( 1427): service 'accessibility' died
I/ServiceManager( 1427): service 'input_method' died
E/installd( 1436): eof
E/installd( 1436): failed to read transaction id
I/installd( 1436): closing connection
I/Zygote ( 2458): Exit zygote because system server (2746) has terminated
I/ServiceManager( 1427): service 'media.audio_policy' died
I/ServiceManager( 1427): service 'media.audio_flinger' died
I/ServiceManager( 1427): service 'media.player' died
I/ServiceManager( 1427): service 'media.camera' died

here you can see why it's bootlooping take it as a hint ;)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 26
    logo-cid.png


    CyanogenMod 11.0 for the xperia x8 (Shakira)
    Brought to you by klozz (aka TeamMEX)


    CyanogenMod is a free, community built distribution of Android 4.4.x (KitKat) which greatly extends the capabilities of your phone.

    This build is a UNOFFICIAL so CM not work on this build.

    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.
    */


    #Disclaimer:

    I release it because i need some help to make a working build for now this build stay in bootloop.
    But you can try to test it.
    I think this problem is to problems with ramdisk.

    This source code are based on some of androidarmv6 and patches from me.

    ###Source:
    https://github.com/xperience-x8

    https://github.com/XPerience-x8/Shakira_Ramdisk Ramdisk

    Any help you can send patches to my repo for KK are all the repo wit _KK in the name...

    How to install:
    • Enter into CWM
    • Make format system
    • Make format data
    • Make format cache
    • Make format dalvick-cache
    • Install CM-11-2014xxxxx-shakira.zip
    • Reboot
    • crosses fingers and hopes to start
    • give me thanks :D or donation or simply, don't say anything :)

    WORKING:
    • TouchScreen
    • Audio


    NOT WORKING:
    • Bootloop so not testet




    XDA:DevDB Information
    CyanogenMod Shakira, a ROM for the Sony Ericsson XPERIA X8

    Contributors
    TeamMex, androidarmv6
    ROM OS Version: 4.4.x KitKat
    ROM Kernel: Linux 2.6.x
    Based On: CyanogenMod

    Version Information
    Status: Testing

    Created 2014-04-18
    Last Updated 2014-04-30
    11
    Reserved

    changes...




    WIP for proper build.

    Bionic: _memcpy fixes
    Bionic: skipped thumbs incompatibles on armv6
    Bionic: cpu-features.h
    Bionic: Libc __MEMCPY_CHK,bionic
    Bionic: ashmem thnks to afi1982 for this fix.
    Frameworks_av: added MSM_ion.h

    MSM7x27 common: new surface for CameraHAL
    MSM7x27: CameraHal update path of copybit
    MSM7x27: Updates and new aditions like libnl,iw,recovery fixes
    MSM7x27: upgrading sensors

    Shakira conf: fix tag with add resource
    Shakira conf:Removed unused stuff
    Shakira conf: Added lowram
    Shakira conf: Added some configs for cameraHAL fixes
    Shakira conf: Updated fstab to v2

    Sat 19 april 2014

    Frameworks_Native:
    Libcamera (SEMC) fix for using eclair libcamera (2/3)
    Frameworks_Native: graphics: Add directives for compatibility with older EGL blobs (1/2)
    Frameworks_Native: New Theme Engine [2/6] CM11 Themes

    Frameworks_AV: Libcamera (SEMC) fix for using eclair libcamera (1/3)
    Frameworks_AV: graphics: Add directives for compatibility with older EGL blobs (2/2)
    Frameworks_AV: [PATCH] Hacks for legacy OMX

    Frameworks_Base: Workaround for old apps that cause null pointer exception
    Frameworks_Base: Workaround to show the network stats settings, stats need for the kernel.
    Frameworks_Base: Delay bootanimation until the kernel boot animation is done.
    Frameworks_Base: WiredAccessoryObserver: Headset detection for sony msm7x27
    Frameworks_Base: Cameraservice

    hardware_qcom_display-legacy: Disable COPYBIT_PREMULTIPLIED_ALPHA for msm7x27

    System_Core: We don't want to execute the argument passed by the reboot command,just the RECOVERY_PRE_COMMAND
    System_Core: Workaround logd function

    MSM7x27: Updated Build flags.

    Build : Add support for ARMV6
    Build: Add ARMV6 Flags

    External webkit : Deleted webkit.


    27-April-2014
    System Server: Fixed null pointer exception battery services.

    Frameworks Base: hide new AssetManager methods for themes
    Frameworks Base: move def_lockscreen_targets and def_lockscreen_targets_no_telephony to frameworks/base/packages/SettingsProvider

    Kernel_MSM7x27 : Updated to v5


    28-April-2014

    MediaStore: Media process is crashing with NullPointer exception
    wallpapercropper: OOM issue while opening *.bmp image
    WallpaperCropper: Fix crash when set .gif as wallpaper
    CameraHardware: Deleted Longshot and Metadata (not work on Eclair libs)
    Settings: Call equals() comparing different types
    Frameworks_Native: libs/gui: Release acquired buffer when createImage fails
    FrameworksAV: stagefright: ExtendedCodec: enable arbitrary/frame-by-frame mode
    FrameworksAV: libstagefright: Drain input buffer on resume

    30-April-2014
    • Reverted Libcamera (SEMC) fix for using eclair libcamera (1/3)
    • Fixed patch of older EGLibs
    • Fixed Error on libgenlock (Thnks to afi for giveme permission to use Genlock of Omnirom.)
    • Reverted delay bootanimation until the kernel boot animation is done.
    • Fixes for Sensors
    Pakcages LegacyCamera : added support
    10
    Bro, why you use device tree from androidarmv6 with kernel based on nAa? For wifi work you must use naa commits for new wifi driver with some fixes for cm11...

    Wysłane z mojego LG-P700 przy użyciu Tapatalka


    mate you are wrong on all.

    EDIT:
    I find my xperia and in some hours download of source are finished so
    I continue this proyect :D
    6
    I stoped this for some day's I need re-download source to work and fix the problems.

    Sorry for bad Downloads and useless roms .


    cheers.