[DEV][ROM] CyanogenMod 10.1 [Codename: BAZINGA]

Search This thread
G

GuestD0351

Guest
Hello,

first of all - big thanks for introducing the bleeding edge CM version with latest Android to oldies like cooper and gio.

I've been using STABLE 25.01 and NIGHTLY 05.02 on my cooper for over a week and similar build (05.02) on gio and they both seem to suffer a strange problem with "netd" process getting into loop and chewing up the CPU. Basically, after the device leaves WiFi and switches itself into 2G/3G it randomly gets "netd" into high CPU usage. I'm attaching a screenshot with CPU usage turned on.

I've tried searching the forum and even googling it with no success. It's very strange and seems to happen only on my cooper and gio. Grouper with latest nightly is fine. It's a wonderful ROM if you mind the "netd" issue.

The only way to get my laggy device back on track (when netd is chewing up my CPU resources) is to fire up terminal emulator and kill "netd" or do full reboot. Anyone experiencing similar behavior?

PS. both cooper and gio were fully wiped prior to installation with dalvik and cache cleaned.
 

Attachments

  • Screenshot_2013-02-09-17-08-58.png
    Screenshot_2013-02-09-17-08-58.png
    47.9 KB · Views: 537

Millenium3

Senior Member
May 22, 2012
991
480
Seoul
Re: [DEV][ROM] CyanogenMod 10.1 [STABLE: 25.01 / NIGHTLY: 05.02]

Project butter is partially working because our current kernel does not support V-sync

Kernel 3.x supports it and is in porting process.

Sent from a certain Galaxy Ace.
A Thanks will be appreciated!
 

Narwhal73

Senior Member
Oct 22, 2012
304
90
Waterloo, ON
krourke.org
This rom is unstable for me
m unable to dl from market
not able to install any apk file
and on every 2nd day something will fc n after reboot phn not starting
plz help

Go into CWM and click Mounts and Storage.
mount /sdcard
mount /data
mount /system
mount /sd-ext (if applicable)
reboot.

If that doesn't fix your issues then wipe cache partition and Dalvik cache then repeat the above steps.

If doing the above doesn't help, redownload the ROM zip and flash it.
 
  • Like
Reactions: ananddugad

ananddugad

Senior Member
Jul 20, 2011
138
67
Pune India
Go into CWM and click Mounts and Storage.
mount /sdcard
mount /data
mount /system
mount /sd-ext (if applicable)
reboot.

If that doesn't fix your issues then wipe cache partition and Dalvik cache then repeat the above steps.

If doing the above doesn't help, redownload the ROM zip and flash it.
follow all d steps
it stucks on ANDROID IS UPGRADING
HELP
 

olveeraa

Senior Member
Jul 7, 2012
56
9
Tampico
Re: [DEV][ROM] CyanogenMod 10.1 [STABLE: 25.01 / NIGHTLY: 05.02]

follow all d steps
it stucks on ANDROID IS UPGRADING
HELP

Wipe data factory reset
Wipe cache particion
Advanced/wipe dalvik cache
Mount and storage/ format data/system/cache

Dont format sd card :)

Sent from my GT-S5830 using xda app-developers app
 
Last edited:

Lilith_v2

Senior Member
May 21, 2009
145
7

Millenium3

Senior Member
May 22, 2012
991
480
Seoul
Ok, understood :)
Thanks guys :)

Can i know who is working on?

Gabriele.

I remember erikcas (he's the kernel dude for many Ace ROMs) saying once that kernel 3.x is already in porting process.

EDIT> hmm i don't seem to find the post by erickas... but this is a post by Wayland

EDIT 2>
Post by OldDroid
Github

When this kernel update is done porting or whatever, is it going to be included with the ROM or is it something separate that we will need to flash?

Probably it will be included in a new release... but does it matter? :) either way works
 
Last edited:

Lilith_v2

Senior Member
May 21, 2009
145
7
I remember erikcas (he's the kernel dude for many Ace ROMs) saying once that kernel 3.x is already in porting process.

EDIT> hmm i don't seem to find the post by erickas... but this is a post by Wayland



Probably it will be included in a new release... but does it matter? :) either way works


Many thanks for the info :)
Nop man!
 

paradoxiumwind

Senior Member
Jul 23, 2012
1,248
151
Google Nexus 5
Google Pixel 3a
Anybody else have a bug where automatic updating of apps doesn't work? I check "update automatically" every time a new update is found, but then it never happens and I have to manually do it each time a new update for an app is found, like the option isn't being saved.
 

erikcas

Inactive Recognized Developer
May 16, 2008
2,808
5,943
Castricum
www.cas-online.nl
I remember erikcas (he's the kernel dude for many Ace ROMs) saying once that kernel 3.x is already in porting process.

EDIT> hmm i don't seem to find the post by erickas... but this is a post by Wayland

EDIT 2>
Post by OldDroid
Github



Probably it will be included in a new release... but does it matter? :) either way works

I donot believe olddroid got it booting by himself (he is not committing something anyway I know of to be honest)
I think he only is able to compile it

Status of kernel 3:

Boots BUT: We have a problem with fsr.ko, fsr_stl.ko
These are proprieraty module drivers from samsung for which we donot have code and WILL NOT work in kernel 3 in current state.
They are essential for mounting the partitions on the internal flash memory.
So android will NOT start. (see dmesg at the end of the post)

We have two options:
1. Trial and error till we drop on psykes code on fsr (which is compilable for his device.) But if the problem is in some *.o files psyke luckely found somewhere, we can try but never get full boot. (well.... Luckely? I think he earned to find them after all research he did)

2. Is a suggestion from psyke, see his thread on madteam.co for more info. Easy version: With jtag recover exact partitiontable with hidden partitions (and some more info) and get msm mtd working.

For who is interested, attached a dmesg of kernel 3.0.31 booting on Gio, compiled from sources on my github, https://github.com/erikcas/kernel-msm-samsung a flat import of psykes sources with some mods from me. 97% of the mods to the CAF kernel is done by psyke (based on Waylands work for current kernel on androidarmv6 for the board-msm7x27.c) 3% is done by me, to make it compile and boot on gio.
Main sources we are working on together btw are on github.com/androidarmv6

Given the current status, DONOT expect a working kernel 3 soon!

View attachment dmesg.txt
 
Last edited:

paradoxiumwind

Senior Member
Jul 23, 2012
1,248
151
Google Nexus 5
Google Pixel 3a
I donot believe olddroid got it booting by himself (not seen any commits from him to be honest)

Status of kernel 3:

Boots BUT: We have a problem with fsr.ko, fsr_stl.ko
These are proprieraty module drivers from samsung for which we donot have code and WILL NOT work in kernel 3 in current state.
They are essential for mounting the partitions on the internal flash memory.
So android will NOT start.

We have two options:
1. Trial and error till we drop on psykes code on fsr (which is compilable for his device.) But if the problem is in some *.o files he luckely found somewhere, we can try but never get full boot.

2. Is a suggestion from psyke, see his thread on madteam.co for more info. Easy version: With jtag recover exact partitiontable with hidden partitions (and some more info) and get msm mtd working.

For who is interested, attached a dmesg of kernel 3.0.31 booting on Gio, sources on my github, https://github.com/erikcas/kernel-msm-samsung. 97% of the mods to the CAF kernel is done by psyke (based on Waylands work for current kernel on androidarmv6 for the board-msm7x27.c) 3% is done by me, to make it compile and boot on gio.

Given the current status, DONOT expect a working kernel 3 soon!

View attachment 1727799

I don't understand any of this, but thanks for the hard work I guess? Can anyone tell me what kernel 3 will actually change / do? are we using kernel 2 now? what would the differences be to the end-user, or is it just background stuff for developers?
 

erikcas

Inactive Recognized Developer
May 16, 2008
2,808
5,943
Castricum
www.cas-online.nl
I don't understand any of this, but thanks for the hard work I guess? Can anyone tell me what kernel 3 will actually change / do? are we using kernel 2 now? what would the differences be to the end-user, or is it just background stuff for developers?
well, to be short, jb is designed to work on top of kernel 3. We have to work around many things in androidcode to make it work on current kernel. Also some main native jb features are disabled now because of it.
 
Last edited:
  • Like
Reactions: tomko222

gabrielking9

Senior Member
Feb 12, 2012
2,331
410
Recife
Re: [DEV][ROM] CyanogenMod 10.1 [STABLE: 25.01 / NIGHTLY: 05.02]

well, to be short, jb is designed to work on top of kernel 3. We have to work around many things in androidcode to make it work on current kernel. Also some main native jb features are disabled now because of it.

Hope you and psyke go it booting but on psyke madteam thread i see there is no update since 4/02/2013

Sent from my GT-S5570 using xda app-developers app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 227
    45mm-cyanogenmod-cid-badge-371.png



    Based on androidarmv6's frameworks_base + packages_apps_Settings with a ton of new custom Features ;) (Reference: https://github.com/OD-ROM)


    Code:
    #include 
    /*
    * 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.
    *
    * Submitting bug reports on nightly builds is the leading 
    * cause of male impotence.
    */


    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.



    Code:
    For Moderators: This is my [URL="https://github.com/OpenMaclaw/kernel_samsung_gio"]Kernel Source[/URL]! (Credits: Erikcas + Wayland_ACE + OldDroid)


    Code:
    [B]WORKING:[/B]
    * RIL (Data/Phone/Sms/Mic)
    * 3D Acceleration
    * Bluetooth!
    * WiFi
    * Touchscreen
    * Youtube LQ/HQ
    * Lockscreen Widgets
    * Browser
    * Sound
    * Project Butter
    * BNL
    * USB Tethering
    * WiFi Tethering
    * Full HW/SW Encoding/Decoding
    * CM10(.1) Themes
    * USB
    * NetworkLocation
    * Video Player
    * Camcorder
    * Panorama
    * GPS
    
    [B]NOT WORKING:[/B]
    * -
    
    [B]ISSUES:[/B]
    * I/O Scheduler Settings
    * Audiorouting Issues

    Code:
    [URL="http://tinyw.in/4TA3"]cm-10.1-20130407-UNOFFICIAL-cooper.zip[/URL]
     	[B]MD5:[/B] bdb02d0ac43e1c26ec5e7082a707db92
    
    [I][COLOR="SeaGreen"]You cant get BLN working on your Ace? here is an flashable Kernel for that ;)[/COLOR][/I]
    [URL="http://tinyw.in/j2QM"]kernel-bln-cooper.zip[/URL]


    Code:
    [B]FEATURES:[/B]
    
    [B]* CRT Off Animation[/B][LIST=1]
    [*]Rotation based CRT Anim
    [*]CRT Off Toggle
    [/LIST][B]* Lockscreen Features[/B]
    [LIST=1][*]Toggle to remove/add Camera Widget (Disabled by default)
    [*]Toggle to show/hide white frame around the widgets
    [*]Toggle to show all Widgets in Lockscreen
    [/LIST][B]* PIE Control[/B]
    [LIST=1][*]PIE Button color can be defined
    [*]PIE button outline color can be defined
    [*]PIE selected button color can be defined
    [*]PIE trigger high can be defined
    [*]PIE trigger distance can be defined
    [*]PIE can be used without enabling NavBar
    [/LIST][B]* Gesture Navigation from CM10[/B]
    
    [B]* Colors xD[/B]
    
    [LIST=1]
    [*]Clock color can be defined (from Settings)
    [*]Recents Panel background color can be defined (from Settings)
    [*]Statusbar color can be defined (from Settings)
    [*]Notification Panel Color can be defined (from Settings)
    [*]background color of Quicksettings tiles can be defined (from Settings)
    [/LIST]


    Code:
    [B]CREDITS:[/B]
    * [URL="http://xdaforums.com/member.php?u=4960686"]OldDroid[/URL]
    * [URL="https://github.com/CyanogenMod"]CyanogenMod Team[/URL]
    * [URL="http://xdaforums.com/member.php?u=985241"]Erikcas[/URL] (for contributing legacy phones)
    * [URL="http://xdaforums.com/member.php?u=3413513"]Bytecode[/URL] (for beeing me brudi)
    * [URL="http://xdaforums.com/member.php?u=4407940"]marcin1147[/URL] :)
    * [URL="http://xdaforums.com/member.php?u=4790322"]kufikugel[/URL] (SlimRoms)
    * [URL="http://xdaforums.com/member.php?u=3739748"]sbradymobile[/URL]
    * [URL="http://xdaforums.com/member.php?u=4326427"]Wayland_Ace[/URL]
    62
    31
    new build tomorrow :3
    24
    new release upcomming tomorrow, stay tuned guys, it will be the first STABLE version out here for cooper ^^
    included Wifi WPA2-PSK Fix ;)
    23
    Little goody from me...

    For everybody who wants, here's a resized 'Chronus.apk' which fits on MDPI lockscreen including weather...

    Enjoy, lagloose