Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
KazeOne
Old
#411  
Senior Member
Thanks Meter 7
Posts: 121
Join Date: Jun 2011
Oh I was wondering and super hoping that Cornerstone is built into this CM9?

http://www.onskreen.com/cornerstone/
 
todorcim
Old
#412  
todorcim's Avatar
Senior Member
Thanks Meter 6
Posts: 147
Join Date: Dec 2010
Quote:
Originally Posted by KazeOne View Post
Oh I was wondering and super hoping that Cornerstone is built into this CM9?

http://www.onskreen.com/cornerstone/
How do i make this work on my tab?can it work?

Sent from my GT-P6210 using Tapatalk 2
 
CrisisCorE
Old
#413  
Senior Member
Thanks Meter 29
Posts: 150
Join Date: Jan 2011

 
DONATE TO ME
This is a cm port, if you want new features, youd have to ask the guys behind cm i guess, but i doubt theyd do this because they want to stay close to aosp. If this port is finished however, you can use it as a base and create a new rom on it

Sent from my GT-P6200 using xda premium
 
KazeOne
Old
#414  
Senior Member
Thanks Meter 7
Posts: 121
Join Date: Jun 2011
Quote:
Originally Posted by CrisisCorE View Post
This is a cm port, if you want new features, youd have to ask the guys behind cm i guess, but i doubt theyd do this because they want to stay close to aosp. If this port is finished however, you can use it as a base and create a new rom on it

Sent from my GT-P6200 using xda premium
ah okay I wasnt sure as there was talk a while back about CM working on integrating cornerstone into their base build.
 
mobilx
Old
(Last edited by mobilx; 29th June 2012 at 09:48 PM.)
#415  
mobilx's Avatar
Senior Member
Thanks Meter 122
Posts: 280
Join Date: May 2007
Location: Jagodina
Quote:
Originally Posted by aorth View Post
I've posted my updated local_manifest.xml, if anyone wants to try to build for themselves.

My ~/android/CM9/.repo/local_manifest.xml as of June 17, 2012: http://ix.io/2A3

If you want to try to compile you should be able to use something like this:

1. set up build environment (compilers, dependencies, system packages, etc)
2. clone CM ICS repo (repo init ...)
3. Compile:
Code:
cd ~/android/CM9
export CYANOGEN_NIGHTLY=1
export USE_CCACHE=1
. build/envsetup.sh
lunch cm_p6200-userdebug
make clobber
mka bacon
Any takers?
Is there a way to build the kernel only? Building always breaks on mali.

Sent from my GT-P6200

EDIT:The idea was to hack the kernel this way http://vinnysoft.blogspot.com/2012/0...ion-magic.html and to try to insmod precompiled modules I've found.

dmesg output
Quote:
<3>[ 903.358432] ath6kl: version magic '3.0.30-cyanogenmod+ SMP preempt mod_unload ARMv7 p2v8 ' sho
uld be '3.0.32-cyanogenmod+ SMP preempt mod_unload ARMv7 p2v8 '
or
Quote:
<3>[ 787.152981] ath6kl: version magic '3.4.0 SMP preempt mod_unload ARMv7 p2v8 ' should be '3.0.32
-cyanogenmod+ SMP preempt mod_unload ARMv7 p2v8 '
*Galaxy NOTE*
*Galaxy NEXUS*
* ZTE V11a aka Vodafone Smart Tab 10 3.2 Honeycomb Tablet - ROOT by mobilx - CWM by utkanos - Vote for CM9 support HERE
* GALAXY S | [ROM][ICS][IML74K] teamhacksung's ICS Port for Galaxy S (LATEST BUILD)
* T-mobile G1 UK rooted | Rom:Enomther HTC ADP 1.6 DRC83 ROM v2.3.1.1 | Radio: 2.22.19_26I | SPL: HSPL10.95.3000| 2 GB Class ?| 1.3gb FAT32 : 512mb EXT2 : 32mb swap
 
aorth
Old
(Last edited by aorth; 29th June 2012 at 11:12 PM.) Reason: syntax
#416  
aorth's Avatar
Senior Member - OP
Thanks Meter 1973
Posts: 1,112
Join Date: Nov 2010
Location: Nairobi, Kenya
Quote:
Originally Posted by mobilx View Post
Is there a way to build the kernel only? Building always breaks on mali.

Sent from my GT-P6200

EDIT:The idea was to hack the kernel this way http://vinnysoft.blogspot.com/2012/0...ion-magic.html and to try to insmod precompiled modules I've found.

dmesg output

or
Yeah, kernel compiling had to be tweaked in order to enable CM9's in-line kernel building. Building manually doesn't work. Just use `make bootimage` and it will build a kernel in out/.

btw, our wifi problem is more complicated than just inserting modules. It's good to experiment, though hehe.
Devices: Sony Xperia T, Samsung Galaxy Tab 7.0 Plus, Huawei U8185
Work: Heimdall firmware packages for Samsung stock ROMs (GT-I9000, GT-P6200), noma kernel for stock Huawei U8150 ROMs, CyanogenMod 7.2 for Huawei U8150, CyanogenMod 10 for Samsung Galaxy Tab 7 Plus

Life: alaninkenya.org, Tech: mjanja.co.ke, Code: github.com/alanorth, Twitter: twitter.com/mralanorth
 
mobilx
Old
#417  
mobilx's Avatar
Senior Member
Thanks Meter 122
Posts: 280
Join Date: May 2007
Location: Jagodina
Quote:
Originally Posted by aorth View Post
Yeah, kernel compiling had to be tweaked in order to enable CM9's in-line kernel building. Building manually doesn't work. Just use `make bootimage and it will build a kernel in out/.

btw, our wifi problem is more complicated than just inserting modules. It's good to experiment, though hehe.
That just shows how desperately I won't wifi to be fixed Do we have any matching module for our kernel? Did you try the staging ath6kl driver?

Послато са GT-P6200
*Galaxy NOTE*
*Galaxy NEXUS*
* ZTE V11a aka Vodafone Smart Tab 10 3.2 Honeycomb Tablet - ROOT by mobilx - CWM by utkanos - Vote for CM9 support HERE
* GALAXY S | [ROM][ICS][IML74K] teamhacksung's ICS Port for Galaxy S (LATEST BUILD)
* T-mobile G1 UK rooted | Rom:Enomther HTC ADP 1.6 DRC83 ROM v2.3.1.1 | Radio: 2.22.19_26I | SPL: HSPL10.95.3000| 2 GB Class ?| 1.3gb FAT32 : 512mb EXT2 : 32mb swap
 
aorth
Old
#418  
aorth's Avatar
Senior Member - OP
Thanks Meter 1973
Posts: 1,112
Join Date: Nov 2010
Location: Nairobi, Kenya
Quote:
Originally Posted by mobilx View Post
That just shows how desperately I won't wifi to be fixed Do we have any matching module for our kernel? Did you try the staging ath6kl driver?

Послато са GT-P6200
Yep. We're using the ath6kl driver in the smdk4210 kernel.

See: http://github.com/alanorth/android_k...msung_smdk4210
Devices: Sony Xperia T, Samsung Galaxy Tab 7.0 Plus, Huawei U8185
Work: Heimdall firmware packages for Samsung stock ROMs (GT-I9000, GT-P6200), noma kernel for stock Huawei U8150 ROMs, CyanogenMod 7.2 for Huawei U8150, CyanogenMod 10 for Samsung Galaxy Tab 7 Plus

Life: alaninkenya.org, Tech: mjanja.co.ke, Code: github.com/alanorth, Twitter: twitter.com/mralanorth
 
mobilx
Old
#419  
mobilx's Avatar
Senior Member
Thanks Meter 122
Posts: 280
Join Date: May 2007
Location: Jagodina
Quote:
Originally Posted by aorth View Post
Yep. We're using the ath6kl driver in the smdk4210 kernel.

See: http://github.com/alanorth/android_k...msung_smdk4210
But there are no compiled driver parts in your nightly
There should be ath6kl.ko in /system/lib/modules right?
Which defconfig to use with sources above?

Послато са GT-P6200
*Galaxy NOTE*
*Galaxy NEXUS*
* ZTE V11a aka Vodafone Smart Tab 10 3.2 Honeycomb Tablet - ROOT by mobilx - CWM by utkanos - Vote for CM9 support HERE
* GALAXY S | [ROM][ICS][IML74K] teamhacksung's ICS Port for Galaxy S (LATEST BUILD)
* T-mobile G1 UK rooted | Rom:Enomther HTC ADP 1.6 DRC83 ROM v2.3.1.1 | Radio: 2.22.19_26I | SPL: HSPL10.95.3000| 2 GB Class ?| 1.3gb FAT32 : 512mb EXT2 : 32mb swap
 
aorth
Old
#420  
aorth's Avatar
Senior Member - OP
Thanks Meter 1973
Posts: 1,112
Join Date: Nov 2010
Location: Nairobi, Kenya
Quote:
Originally Posted by mobilx View Post
But there are no compiled driver parts in your nightly
There should be ath6kl.ko in /system/lib/modules right?
Which defconfig to use with sources above?

Послато са GT-P6200
Yeah, I probably didn't build with this patch which renames the ath6kl driver: http://review.cyanogenmod.com/#/c/17296/ The kernel module doesn't get built without that, as the name is incorrect. I can't remember why I didn't put that patch in, maybe because it doesn't make any difference at this point (and I had lots of device trees with lots of different branches, etc, it's easy to miss one!). I'll try to make sure I get that patch in next time.

btw, the defconfig is arch/arm/configs/cyanogenmod_p6200_defconfig. Look in BoardConfig.mk, it is set in there so CM's build system can compile it.
Devices: Sony Xperia T, Samsung Galaxy Tab 7.0 Plus, Huawei U8185
Work: Heimdall firmware packages for Samsung stock ROMs (GT-I9000, GT-P6200), noma kernel for stock Huawei U8150 ROMs, CyanogenMod 7.2 for Huawei U8150, CyanogenMod 10 for Samsung Galaxy Tab 7 Plus

Life: alaninkenya.org, Tech: mjanja.co.ke, Code: github.com/alanorth, Twitter: twitter.com/mralanorth

The Following 2 Users Say Thank You to aorth For This Useful Post: [ Click to Expand ]
 
Post Reply+
Tags
cm9, cyanogenmod, delectable zestiness!, gt-p6200, ics, tab 7 plus, vote aorth for recognized developer!
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...