OMAP 3630 Drivers available from TI - Samsung Galaxy SL i9003

Guys,
OMAP drivers are available as per the below info from TI.
Can devs validate this info?
You can find the Kernel 3.0 drivers for OMAP3630 at the below location:
K3.0 branch:
http://git.omapzoom.org/?p=kernel/omap.git;a=shortlog;h=refs/heads/p-android-omap3-3.0
This has all the necessary drivers to ensure kernel and UI bringup. There is work ongoing wot validate all MM functionality and more updates will continue to be done on this git. So please monitor the changes on this over the next few weeks.
Source: http://e2e.ti.com/support/omap/f/849/t/166461.aspx#613319
Cheers

rockyseenu said:
Guys,
OMAP drivers are available as per the below info from TI.
Can devs validate this info?
You can find the Kernel 3.0 drivers for OMAP3630 at the below location:
K3.0 branch:
http://git.omapzoom.org/?p=kernel/omap.git;a=shortlog;h=refs/heads/p-android-omap3-3.0
This has all the necessary drivers to ensure kernel and UI bringup. There is work ongoing wot validate all MM functionality and more updates will continue to be done on this git. So please monitor the changes on this over the next few weeks.
Source: http://e2e.ti.com/support/omap/f/849/t/166461.aspx#613319
Cheers
Click to expand...
Click to collapse
wow...things are going in our favour.

Whoa! This is huge!

Brilliant news... Hope this device soon gets some proper ICS love!
Although I'll be a lot less active, my support is still there!

Great news buddy

OMG! There are a hell lot of patches and files in the source tree

This is one great news. Hope we will be enjoying ICS with proper stability

Still fingers crossed...until some dev can check and confirm that this is useful and bring some improvement to the development

rockyseenu said:
Still fingers crossed...until some dev can check and confirm that this is useful and bring some improvement to the development
Click to expand...
Click to collapse
Dhiru's said he'll check.
And Waleedq is online too. He's checked the other outdated thread of drivers. He'll probably check this in sometime.
Hope its the drivers we've been waiting for.

About bloody time!!!
Sent from my GT-I9003 using XDA App

Hope it helps... if it does, I would be very happy with my phone again (since froyo...)

Guys,
I know it is exciting but lets just wait for the devs to confirm if it is helpful and what they were waiting for.
Lets not post messages and bloat up the thread.

Good news finger crossing
Sent from my GT-I9003 using xda premium

anyway,
good news!!
We are waiting for a better version...

ICS here we come, start with something than nothing

since it is a kernel 3.0 branch does this mean the patches wont work on kernel 2.6 that we currently are using??
anyways waiting for devs to explain us what all goods these patches brings with them

Good news for galaxy sl users we will also get the ics like feature update along with galaxy s
m.blogs.computerworld.com/19874/samsung_galaxy_s_ice_cream_sandwich?source=rss_blogs

rakesh61 said:
Good news for galaxy sl users we will also get the ics like feature update along with galaxy s
m.blogs.computerworld.com/19874/samsung_galaxy_s_ice_cream_sandwich?source=rss_blogs
Click to expand...
Click to collapse
That has already been posted in general section (as it should be).
Its name is value pack.
This should be discussed in general section. Not here. Sorry for offtopic
Enviado desde mi GT-I9003 usando Tapatalk

The sources are now on my Github repo.
https://github.com/dhiru1602/samsung-kernel-latona/tree/android-omap3-3.0
Sent from my GT-I9000 using xda premium

dhiru1602 said:
The sources are now on my Github repo.
https://github.com/dhiru1602/samsung-kernel-latona/tree/android-omap3-3.0
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
if boots then it will be a starting point

Related

[Q] ParanoidAndroid?

http://betadan.com/paranoid/paranoidandroid-project-sources/
if ParanoidAndroid is opensource, does that make it easier to build for our hardware?
lfwake08 said:
http://betadan.com/paranoid/paranoidandroid-project-sources/
if ParanoidAndroid is opensource, does that make it easier to build for our hardware?
Click to expand...
Click to collapse
once we get kernel source, yes
We don't need kernel source to have that. Idk why people think we need source to do everything. The only good thing about kernel source is oc and uv
Sent from my HTC One X using xda premium
smartguy044 said:
We don't need kernel source to have that. Idk why people think we need source to do everything. The only good thing about kernel source is oc and uv
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
umm and libs and drivers aren't different between the tegra 3 and Snapdragon S4?
Yes they are but you don't need source. I come from the att note which doesn't have official ics or source and we had pa. Pa is a aosp rom like cm9 and aokp and we have both of those. Which shows kernel source is not needed
Sent from my HTC One X using xda premium
We don't need kernel source for the initial port, though we probably will to get the port bug free (for example, the CM9 build and multitouch).
I tried downloading the PA source a few days back but it kept erroring out (something about signatures not being trusted or something)
It might just be an SSL error on my PC, I'll have another go at it sometime soon. Seems like an intriguing ROM.
Yea its a cool rom. A team mate ported it to the note and its pretty bug free. I haven't looked at their sources lately but have they released source for pad?
Sent from my HTC One X using xda premium
if i can do anything to help please let me know, im more than happy to be a tester and provide bug reports/logcats or whatever. also thanks for the responses!
Sent from my HTC One X using xda premium
I'm sorry I've looked at paranoid android before and for some reason I was confusing it with Coredroid.
I haz a stupid.
However, kernel source will make building an AOSP kernel much easier. Right now we're using the One S kernel source and while it works for the most part, there are still some niggling issues as can be seen in the AOKP and CM9 threads.
But hell yeah build that thang!
Yea in that aspect source will be great but since the kernel for cm9 seems good it'll work for now. But if any one does do this good luck they put their code everywhere and if you miss one strand it won't work
Sent from my HTC One X using xda premium
tips?
if i was possibly considering the idea of maybe taking a stab at this port, anyone have any tips or good reference information? i have a little java experience but am comfortable with the SDK & adb and such.
lfwake08 said:
if i was possibly considering the idea of maybe taking a stab at this port, anyone have any tips or good reference information? i have a little java experience but am comfortable with the SDK & adb and such.
Click to expand...
Click to collapse
learn how to build from source first
then learn how to merge cm9 commits into a local clone of paranoidandroid repo
then build it, and upload your device tree to git for others to work on
Learn smali coding it is the work of the devil but that's where most of the code is
Sent from my HTC One X using xda premium
right on, thank you gentlemen! ill start digging a bit and see what happens..
the guys over on the one S forums already have a stable build-
http://forum.xda-developers.com/showthread.php?t=1729811
since we share the same chipset could i use their rom as a starting point or i would still have to build from PA source? i really appreciate it guys sorry for my rookieness
also to those of you stateside- happy independence day! go have a beer and a burger
lfwake08 said:
the guys over on the one S forums already have a stable build-
http://forum.xda-developers.com/showthread.php?t=1729811
since we share the same chipset could i use their rom as a starting point or i would still have to build from PA source? i really appreciate it guys sorry for my rookieness
also to those of you stateside- happy independence day! go have a beer and a burger
Click to expand...
Click to collapse
It has been a starting point for our cm9, and miui, and I think aokp also.
Sent from my HTC One X using xda premium
smartguy044 said:
Learn smali coding it is the work of the devil but that's where most of the code is
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
god, i was hoping nobody would ever mention smali again!
i got the one s PA dev to help me work it out, hackfest will begin late tonight. thanks again fellas
Sent from my HTC One X using xda premium
hey just to update everyone i have a working pa now ill be testing the next couple hours before release
wow u guys are awesome. i was looking at the s3 forums and im a bit jealous because of the amount of development they seem to have so soon but i love this phone and im glad u guys are doing this for us. wish i could help, if u need any testers lmk.
definitely keeping an eye on this thread, that rom looked sick

i727 ICS source now available

After lurking on Samsung open source for some odd weeks it looks as if the ICS source is available for the at&t galaxy s2 skyrocket.
go here and look for SGH-I727_NA_IC_Opensource.zip. As that is the source.
Bingo, ICS Platform and Kernel source.
We can finally get a tweaked out/more stable build :good:
BaconStep said:
After lurking on Samsung open source for some odd weeks it looks as if the ICS source is available for the at&t galaxy s2 skyrocket.
go here and look for SGH-I727_NA_IC_Opensource.zip. As that is the source.
Click to expand...
Click to collapse
hell ya now we need an awesome kernel
Guitarboarder28 said:
hell ya now we need an awesome kernel
Click to expand...
Click to collapse
wow, a dev's and a flashaholics wishes do come true
I'm going to sleep now, when I wake up I expect new kernels and builds! lol jk
Guitarboarder28 said:
hell ya now we need an awesome kernel
Click to expand...
Click to collapse
We already have cymbaline kernel with OC/OV and a ton of governors
ian1 said:
We already have cymbaline kernel with OC/OV and a ton of governors
Click to expand...
Click to collapse
true, but believe me they will tweak the hell out of the current ones
vincom said:
true, but believe me they will tweak the hell out of the current ones
Click to expand...
Click to collapse
Correct me if im wrong but this isnt for AOSP.......so hopefully source helps devs buils a badass AOSP kernel because who likes touchwiz roms??? Haha
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
jyazzie110 said:
Correct me if im wrong but this isnt for AOSP.......so hopefully source helps devs buils a badass AOSP kernel because who likes touchwiz roms??? Haha
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
touchwiz or aosp roms will benefit from this. This is the floodgates to lots of **** coming now. Most importantly though, I would expect us to go RC on CM9 very soon now.
Clarification
Well, reading the posts it seems there is general lack of understanding of the Android Kernel source tree. First of all if you look at all the Celox source tree released by Samsung (Kernel) there are all based of AOSP 3.0.8. This is little bit too late . Samsung already had the Celox sources released with SHV-E110S and T-989 last month. All the proper drivers for the SGH-I727 bit are already there in that kernel source.
I doubt, I will find any difference if at all there is any in this new source. (BTW, if people who have not developed kernels Sammy sources that they release are as ****ty as it gets, they NEVER release the manufacturing source, tell me I had to fix a crap load of stuff).
As far as Cymbaline, the source is now so far merged with upstream kernel sources (which is what one does, anyways) that it would be pointless for me to even consider starting with these source. And all those useless govs, bln, oc/uc tweaks are already there in my source tree ..And anyone who is making to attempt those will need to do it exactly the same places ....
Um review the code like asap because the brickbug could be in it
Sent from my SGH-I997 using xda premium
GoSooners345 said:
Um review the code like asap because the brickbug could be in it
Sent from my SGH-I997 using xda premium
Click to expand...
Click to collapse
Im pretty sure that's with ics recoveries.
Sent from my SGH-I727 using xda premium
K
Sent from my SGH-I997 using xda premium
On official I doubt its got that bug its likely that if its not an issue in ics official rom then its not an issue in ics based recoveries built using official source as they use the same kernel just saying
Sent from my SGH-I727 using Tapatalk 2

Exynos go open source

Good news for our device..
http://www.sammobile.com/2012/10/21/after-months-of-speculation-exynos-will-go-open-source/
Sent from my GT-P6200 using xda premium
Excellent news. Was waiting for this for quite long, there could be some fun project with quite a few Exynos based development boards.
arfian said:
Good news for our device..
Sent from my GT-P6200 using xda premium
Click to expand...
Click to collapse
Please look at the developers Tab P62XX
anzuo said:
Excellent news. Was waiting for this for quite long, there could be some fun project with quite a few Exynos based development boards.
Click to expand...
Click to collapse
The codeworkx already would quit developing for the Galaxy SII and SIII probably, he is striving to continue development without the necessary documentation. The Aorth doing a great job. I hope that Samsung fulfill his word without even rolling over yet, so I think matter of time before we ROMs more stable and officially supported by CM. I do not know if Aorth part of Team CM, but I believe the same CM10 having official support (I wish so much ^ ^) should continue with him at the helm, after he saved us!! Thank Aorth too!!!
I'm very anxious, just want to see the development of this increase!!
Waiting CyanogenMod support and other Builds now .... Hopefully soon I started as vai be disponiabilizada documentation.

[DEV STOPPED][Kernel][GB/JB2][2.6.35][&][3.0.57/60] markeyKernel v0.2 alpha

Deleted.
Deleted.
RESERVED (just in case)
WHOA!! New kernel!
Good luck with this! Can you add HW decoder in the next release of 2.6 kernel for 4.1? That would be awesome
Fantastic!but there are too many thing not working at the moment..will try in the future
Live Android and Prosper
Could you tell me how you enabled vsync?
Currently none of our rom have vsync enabled and no kernel will support also...does urs have vsync??
Sent from my GT-I9001 using xda app-developers app
Nice to see another kernel I saw you are from Stuttgart I'm from Reutlingen
Greetings and good luck with your kernel
XeLLaR* said:
Could you tell me how you enabled vsync?
Click to expand...
Click to collapse
I'm not really sure if its working or not..was a typing mistake. Maybe i typed this because its very smooth. Sorry for the (maybe) wrong info
Could someone of you tell me how to check if vsync is working then i will have a look at it
Hey Markey ,
Can you tell me your kernel ' s Frequencies Voltage table ?
And thank for you effort , And can you make an non-UnderVolted version for people have sudden reboots ?
Hey mate, nice to see a 4.2 kernel
I'll update my github in a few days, when schools will be a bit more "relaxed" (1-3 days). I'll try to fix the Governors and scheduler (SIO & AC caused boot-stop on 2.6.35 :/ - but I'm sure it is easy to fix
Greets and have fun with Kernel-stuff, it is really nice and not really hard
It's great that you are enthusiastic and all but maybe you could've waited before releasing it? It would've been best if you had waiting for a stable release as a custom kernel will just make things worse. If any problems occur, it's going to be annoying to differentiate whether it is your kernel, my kernel or the ROM.
Congrats on the release though .
Sent from my GT-I9001 using xda premium
Pereira.Pedro said:
Nice to see another kernel I saw you are from Stuttgart I'm from Reutlingen
Greetings and good luck with your kernel
Click to expand...
Click to collapse
Thank you.
That's cool
Anytime we should organise a meeting for all the devs and users of the Galaxy s plus
markey97 said:
Thank you.
That's cool
Anytime we should organise a meeting for all the devs and users of the Galaxy s plus
Click to expand...
Click to collapse
Lol that would be awesome i always wanted to know who all those people are and what they look like
Sent from my GT-I9001 using xda app-developers app
alireza7991 said:
Hey Markey ,
Can you tell me your kernel ' s Frequencies Voltage table ?
And thank for you effort , And can you make an non-UnderVolted version for people have sudden reboots ?
Click to expand...
Click to collapse
Will add one in the first post
I think this bug is source related. But i'll have a look at that when i have time.
Diablob555 said:
Hey mate, nice to see a 4.2 kernel
I'll update my github in a few days, when schools will be a bit more "relaxed" (1-3 days). I'll try to fix the Governors and scheduler (SIO & AC caused boot-stop on 2.6.35 :/ - but I'm sure it is easy to fix
Greets and have fun with Kernel-stuff, it is really nice and not really hard
Click to expand...
Click to collapse
Great to See this :good:
I'm sure that i will have that
Greets
Xistance said:
It's great that you are enthusiastic and all but maybe you could've waited before releasing it? It would've been best if you had waiting for a stable release as a custom kernel will just make things worse. If any problems occur, it's going to be annoying to differentiate whether it is your kernel, my kernel or the ROM.
Congrats on the release though .
Sent from my GT-I9001 using xda premium
Click to expand...
Click to collapse
Yes i know but i just wanted to show my tests and give the users the possibility to test a custom CM10.1 kernel. There are many users that want to test alpha builds.
I know that its more difficult now but i hadn't thought about this when i have released my kernel. Sorry for that. But you could send me a link via PM to your source code that i can have a look at it and help you with solving bugs in your kernel, my kernel and the ROM. Also i will work as much as i can with solving bugs in my kernel and your ROM in the next few days and weeks and will provide you my results when i solved something. Hope we all get CM10.1 as fast as possible fully working. :good:
Would be great when we 2 can work closely together and with some others.
Thanks for your work on CM10.1 and everything you've done for our device.
Greets
Will stop posting Android 4.2 versions and will release 4.1 and 4.0 versions.
Will only post an update of the 4.2 version when i fixed something like data or wifi
Greets
markey97 said:
Thank you.
That's cool
Anytime we should organise a meeting for all the devs and users of the Galaxy s plus
Click to expand...
Click to collapse
Im From Stuttgart Ost (70188)
Hey all,
Will post some new versions in some hours
Edit: Will post them tommorrow because i haven't got time today. Will release maybe a version for another OS version than JB...
Edit 2: Will maybe get a version for......booting and working and will post it today or at the weekend
...... <- put your wanted OS in here
Hey all,
I have build a GB version and will test it today and tell you if its good or not (i'm sure it is ) and provide download links of all kernels again
Greets
AW: [Kernel][JB2][3.0.57] markeyKernel v0.1 alpha (not maintained for some time)
markey97 said:
Hey all,
I have build a GB version and will test it today and tell you if its good or not (i'm sure it is ) and provide download links of all kernels again
Greets
Click to expand...
Click to collapse
Great! :thumbup:
Sent from my GT-I9001 using xda premium

[ROM] Home Brewed CM-10.2

Hi gals/guys, I'm making this thread to clean up the official CM-10.2 thread and to give you unique opportunity of flashing cm-10.2 builds with something extra in it..
I don't take ANY credits for this, I'm only posting uploading builds that I'm using as my personal and think of them as that.
Also there is NO use of posting rom bugs because I won't be working on them and they are 100% identical bugs as CM official 10.2 nightly!
Now when that is clear, here is the download folder of the builds:
http://goo.gl/DWGqq0
You'll find fresh builds there that I upload when I feel that CM made enough changes and are worth uplaoding and proper 4.3 gapps of course.
For now ALL builds will have:
stock CM kernel BUT capable od s2w, dt2w, l2m, etc what was reverted in official CM
kernel supports FastCharge and UV
Adcanced menu under Settings/Device/more... that was also removed from official CM
IR working - that is for now not a feature of CM (I'm using Smart Remote but it's a paid app, but I think that this one should work also: http://goo.gl/hFmgcy) - credits to Randall Rushing
CMAccount in the added: http://goo.gl/FDHKDP (you must make CM account over phone or over the link I posted)
Currently latest build of 21.08. has all that included.
Sorry for no MD5, but I already changed dpi to 420, to copy to my phone and than changed it back to 480, so original MD5 won't be the same.
I hope I make at least someone happy with these builds
Again, I don't take any credits for this!!
Oh and to be compliant with GPL, this is the kernel link what I'm currently using for the builds: http://goo.gl/5s4I4D
RESERVED just in case
Thanks
Been waiting for a CM 10.2 with ir
Thank you very much Lord for sharing your rom with us.
Sent from my One using XDA Premium 4 mobile app
magic1977 said:
Thank you very much Lord for sharing your rom with us.
Sent from my One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
+1:good:
Iḿ definately in here my LorD if u need something jernel sided to save ur time.. lemme know
Thanks for sharing your work and opening this new thread
Sent from my One using Tapatalk 4
You have risen my lord.. Welcome
Sent from my HTC One using Tapatalk 2
I can't get myself to not use logo2menu, tho it's now getting an htcish resolution in the official cm build which is in-line and good. Nice that you start providing builds again in a new thread
Sent from my HTC One using Tapatalk 2
@LorD ClockaN
please link me to this app u using for remote... i cant find paid app thats called smart remote, there are a few but they are all free, i dont want to install a wrong or buy a wrong one
Add a blackice bootanim and we're done
n3ocort3x said:
@LorD ClockaN
please link me to this app u using for remote... i cant find paid app thats called smart remote, there are a few but they are all free, i dont want to install a wrong or buy a wrong one
Click to expand...
Click to collapse
I'm using this one:
http://www.androidpolice.com/2013/0...es-wet-dream-but-it-comes-at-a-premium-price/
But it looks like it's not on playstore any more
alos I linked to a free app in the OP
@alienmind:
Don't have it for xxhdpi device LOLOL
Works the same, at least in my n4. Great thing it is black backrounded. Anyway, I was kidding ...
sounds interesting ill have to give this rom a shot
Great to have a place to hang around! Good to have you back as OP LorD
eyosen said:
Great to have a place to hang around! Good to have you back as OP LorD
Click to expand...
Click to collapse
That... was one of the best comments ive ever read on xda I wish all of the poeple from ICJ thread would move here... I enjoyed this time really
Thanks Lord,
Appart for ir and the fadt charge, don't understand why they didn't implement others patches...
Sent from my One using xda app-developper
n3ocort3x said:
That... was one of the best comments ive ever read on xda I wish all of the poeple from ICJ thread would move here... I enjoyed this time really
Click to expand...
Click to collapse
Thanks n3o. The experience was mutual. Hope we can get to that level here as well.
I cannot get adb to work. Have updated adb and drivers installed
tjsooley said:
I cannot get adb to work. Have updated adb and drivers installed
Click to expand...
Click to collapse
If this is the first time new adb is used, give permission on phone screen.

Categories

Resources