Jump to content

[ROM] [PAC] [KK][UNOFFICIALL][Y300/G510] [BETA 1.0] [FM ADDED]


Guest Y300-0100

Recommended Posts

Guest Y300-0100

Any news? I'm very anxious to install this ROM because I never tried PAC-Roms, so...sorry if i'm boring you!

I have problem with chil kernel source. always same error and build stops:

Screenshot_from_2014_05_04_16_03_46.jpg

Anyone got idea how to solve this?

Link to comment
Share on other sites

Guest eloimuns

I have problem with chil kernel source. always same error and build stops:

 

Anyone got idea how to solve this?

This is not related kernel problem. Maybe Vold patch on common device break it or cm's vold is crashed.

 

Try to repo sync and apply again patches. 

Edited by eloimuns
Link to comment
Share on other sites

Guest Y300-0100

This is not related kernel problem. Maybe Vold patch on common device break it or cm's vold is crashed.

 

Try to repo sync and apply again patches. 

thanks...

I did it twice but no luck. Every time during start build vold patch was applyed so problem could be in:???

<project path="system/vold" name="android_system_vold" groups="pdk" remote="cm" />
Link to comment
Share on other sites

Guest eloimuns

thanks...

I did it twice but no luck. Every time during start build vold patch was applyed so problem could be in:???

<project path="system/vold" name="android_system_vold" groups="pdk" remote="cm" />
Mmm.. Delete system/vold folder, sync again and apply patches and build.
Link to comment
Share on other sites

Guest Y300-0100

Mmm.. Delete system/vold folder, sync again and apply patches and build.

You were right about vold folder. I made build but chil kernel is not compatible with pac for some reason.?? boot loop ...

Link to comment
Share on other sites

Guest eloimuns

You were right about vold folder. I made build but chil kernel is not compatible with pac for some reason.?? boot loop ...

IDK.. Take a logcat but if with cm works (idk if it work with cm), with pac will work.

Link to comment
Share on other sites

Guest Y300-0100

one strange thing that confuse me is size of boot image:

6.4 MB (6,350,848 bytes)

Its always around 5.5 mb

btw build went smooth with no errors...

 

correction:

not a boot loop, constant reboots (not even a start up) without chance to make logcat.

Edited by Y300-0100
Link to comment
Share on other sites

Guest eloimuns

one strange thing that confuse me is size of boot image:

6.4 MB (6,350,848 bytes)

Its always around 5.5 mb

btw build went smooth with no errors...

correction:

not a boot loop, constant reboots (not even a start up) without chance to make logcat.

Are you using correct defconfig of chill kernel? You mod another things than my pac-u8951 sources?
Link to comment
Share on other sites

Guest Y300-0100

 

<?xml version="1.0" encoding="UTF-8"?>

<manifest>

  <remove-project name="androidarmv6/android_hardware_qcom_display-legacy" />

  <remove-project name="androidarmv6/android_hardware_qcom_media_legacy" />

  <project name="PAC-U8951/android_device_huawei_u8833" path="device/huawei/u8833" remote="github" revision="cm-11.0" />

  <project name="PAC-U8951/android_device_huawei_msm7x27a-common" path="device/huawei/msm7x27a-common" remote="github" revision="cm-11.0" />

  <project name="chil360/chil360-kernel" path="kernel/huawei/huawei-kernel-3.4" remote="github" revision="kitkat" />

  <project name="Pinky-Inky-and-Clyde/proprietary_vendor_huawei" path="vendor/huawei" remote="github" revision="cm-11.0" />

  <project name="Dazzozo/android_hardware_atheros_wifi_ath6kl-huawei" path="hardware/atheros/wifi/ath6kl-huawei" remote="github" revision="master" />

  <project name="legaCyMod/android_hardware_atheros_wlan" path="hardware/atheros/wlan" remote="github" revision="cm-11.0" />

  <project name="Dazzozo/android_hardware_qcom_display-legacy" path="hardware/qcom/display-legacy" remote="github" revision="jellybean-mr2" />

  <project name="Dazzozo/android_external_webkit" path="external/webkit" remote="github" revision="kitkat" />

  <project name="Dazzozo/android_hardware_qcom_media-legacy" path="hardware/qcom/media-legacy" remote="github" revision="jellybean-mr2" />

  <project name="PAC-U8951/android_device_huawei_u8951" path="device/huawei/u8951" remote="github" revision="cm-11.0" />

</manifest>

just this

Link to comment
Share on other sites

Guest Y300-0100

And the defconfig of kernel are correct?

I just set path to chil kernel. Could you be more precise about def config of kernel please because I am new at this.

Btw. In my new build I have set path to new art, dalvik and bionic and new build seems to be smoother and faster than previous.(daz kernel). And antutu jumped at 7000 without any tweaks.

Edited by Y300-0100
Link to comment
Share on other sites

Guest eloimuns

I just set path to chil kernel. Could you be more precise about def config of kernel please because I am new at this.

 

The defconfig of Dazzozo kernel is this: https://github.com/PAC-U8951/android_device_huawei_u8833/blob/cm-11.0/BoardConfig.mk#L36

 

But maybe, on Chill kernel use another defconfig. In their kenel if you don't know it, go arch/arm/defconfigs and search for the correct and redefine in boardconfig.

Link to comment
Share on other sites

Guest Y300-0100

Thanks a lot. I will try it later.

edit:

I think I find mismatch in:

 

chil

android_device_huawei_msm7x27a-common / BoardConfigCommon.mk

# Kernel
BOARD_KERNEL_BASE := 0x00200000
BOARD_KERNEL_CMDLINE := androidboot.hardware=huawei androidboot.selinux=permissive
BOARD_PAGE_SIZE := 2048
TARGET_KERNEL_SOURCE := kernel/huawei/huawei-kernel-3.4
TARGET_KERNEL_CUSTOM_TOOLCHAIN := linaro-4.7-13.04/bin/arm-linux-gnueabihf-
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01800000

# Lights
TARGET_PROVIDES_LIBLIGHTS := true

Dazzozo

android_device_huawei_msm7x27a-common / BoardConfigCommon.mk

# Kernel
BOARD_KERNEL_BASE := 0x00200000
BOARD_KERNEL_CMDLINE := androidboot.hardware=huawei androidboot.selinux=permissive
BOARD_PAGE_SIZE := 2048
TARGET_KERNEL_SOURCE := kernel/huawei/huawei-kernel-3.4

# Lights
TARGET_PROVIDES_LIBLIGHTS := true

 

Edited by Y300-0100
Link to comment
Share on other sites

Guest eloimuns

 

Thanks a lot. I will try it later.

edit:

I think I find mismatch in:

 

chil

android_device_huawei_msm7x27a-common / BoardConfigCommon.mk

# Kernel
BOARD_KERNEL_BASE := 0x00200000
BOARD_KERNEL_CMDLINE := androidboot.hardware=huawei androidboot.selinux=permissive
BOARD_PAGE_SIZE := 2048
TARGET_KERNEL_SOURCE := kernel/huawei/huawei-kernel-3.4
TARGET_KERNEL_CUSTOM_TOOLCHAIN := linaro-4.7-13.04/bin/arm-linux-gnueabihf-
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01800000

# Lights
TARGET_PROVIDES_LIBLIGHTS := true

Dazzozo

android_device_huawei_msm7x27a-common / BoardConfigCommon.mk

# Kernel
BOARD_KERNEL_BASE := 0x00200000
BOARD_KERNEL_CMDLINE := androidboot.hardware=huawei androidboot.selinux=permissive
BOARD_PAGE_SIZE := 2048
TARGET_KERNEL_SOURCE := kernel/huawei/huawei-kernel-3.4

# Lights
TARGET_PROVIDES_LIBLIGHTS := true

 

 

Try it :)

Link to comment
Share on other sites

Guest Y300-0100

Try it :)

thx for pointers. Already on it...

 

now uploading build with slimkat art, bionic and dalvik but with Dazzozo kernel ;)

Link to comment
Share on other sites

Guest luca020400

Downloading and testing

 

Edit : weather on persistent statusbar doesn't work 

Reedit : expanded desktop doesn't work

Edited by luca020400
Link to comment
Share on other sites

Guest Y300-0100

Downloading and testing

 

Edit : weather on persistent statusbar doesn't work 

Reedit : expanded desktop doesn't work

expanded desktop u have to enable first in pac pallets and then in buttons/power menu and it will work.

weather style ~above carrier text~ works for me

weather style ~weather panel~ works for me

weather style ~persistent notification  ~ does not work which is annoying when works (most people say) :)

Edited by Y300-0100
Link to comment
Share on other sites

Guest Y300-0100

this is last cm 11 based? 06 nighly

06/05 Pac source, cm 11 based (dazz kernel) and with added sources for art, dalvik and bionic from slimkat souces.

 

Build from source...

 

Next step is to add chil kernel source to a build and it seams to going well... So far build is holding :)

Edited by Y300-0100
Link to comment
Share on other sites

Guest davidfiorentino

This night i left my phone on, but it doesn't entered deep sleep mode (with slim it does), and the battery has gone from charged to 80%! How can i solve this?

P.s. Sorry for the double post!

Edited by davidfiorentino
Link to comment
Share on other sites

  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.