Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Tortel1210
Old
#1  
Recognized Developer - OP
Thanks Meter 287
Posts: 172
Join Date: Dec 2010
Default [REF] Kernel source code repository for T-Mobile Galaxy S III (T999V)

Hi everyone.

As you all know, Samsung distributes source code as tarballs which isn't the best way to redistribute kernel source code

git is the best modern way to work with Linux Kernel sources, designed by Linus himself in this purpose.

So, cdesai made an organization on Github for that. It contains the kernel source for all the variants that have posted source so far.

https://github.com/sgs3

And yea, that means source code has been released, head on to http://opensource.samsung.com/

Kernel Sources :
https://github.com/sgs3/SGH-T999V_Kernel

Branches :
master :- branch you should use(for developers), will contain fixes and more in the future

If anyone wants to commit any fixes / anything else, let me know, and we can add you to the organization

How to Build :
Get the source:
Code:
git clone git://github.com/sgs3/SGH-T999V_Kernel.git
cd SGH-T999V_Kernel
git checkout master
Tell it to use our config:
Code:
make ARCH=arm CROSS_COMPILE=/path/to/toolchain m2_att_defconfig
Build:
Code:
make CROSS_COMPILE=/path/to/toolchain
or
Code:
make -j `cat /proc/cpuinfo | grep "^processor" | wc -l` CROSS_COMPILE=/path/to/toolchain
The compiled kernel is arch/arm/boot/zImage

(Also note: Im posting the source in a much easier to get way, but I dont have T-Mobile, so I wont be doing builds for you guys)
The Following 3 Users Say Thank You to Tortel1210 For This Useful Post: [ Click to Expand ]
 
zaventh
Old
#2  
Senior Member
Thanks Meter 85
Posts: 132
Join Date: Jul 2010
Location: San Francisco
Very handy, thanks.
 
Pig Vomit
Old
#3  
Senior Member
Thanks Meter 28
Posts: 126
Join Date: Aug 2008
Location: California
Quote:
=Tortel1210;27699030]Kernel Sources :
https://github.com/sgs3/SGH-T999V_Kernel
The T999V is not the correct model for T-Mobile.

The correct source is for the T999 (no V). I believe the V is for WIND Mobile in Canada.

You can find the opensource for the T999 here:

http://opensource.samsung.com/recept...Value=SGH-T999

Not complaining about the original post, just want to make sure everyone is using the correct files and on the same page development-wise.
 
SL
Old
#4  
Senior Member
Thanks Meter 12
Posts: 233
Join Date: Mar 2005
The V is for Windmobile.
The baseband/(kernel ?) is not compatible. (found out after flashing a t mobile custom rom and the phone now has a unrecognised baseband.



Quote:
Originally Posted by Pig Vomit View Post
The T999V is not the correct model for T-Mobile.

The correct source is for the T999 (no V). I believe the V is for WIND Mobile in Canada.

You can find the opensource for the T999 here:

http://opensource.samsung.com/recept...Value=SGH-T999

Not complaining about the original post, just want to make sure everyone is using the correct files and on the same page development-wise.
 
alkalain
Old
#5  
alkalain's Avatar
Junior Member
Thanks Meter 0
Posts: 27
Join Date: Nov 2010
Location: Sorel-Tracy
I own a SGH-T999V and my carrier is Videotron.
SAMSUNG GALAXY SIII SGH-T999V

ROM: Stock Rom T999VVLLE6
MODEM:VVLLE6
CSC:VYVLALE6
KERNEL:Stock
 
Post Reply+
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...