[SOLVED] Any FTDI enabled Kernel's for the prime? - Asus Eee Pad Transformer Prime

Hey Guys,
I've been working on a project that requires me to connect an arduino to my prime. I've been searching around and have had no luck finding a kernel thats been compiled with the FTDI drivers. I'm not quite savvy enough to do it on my own, so I'm reaching out to you guys to find out if you know of any kernel's for our prime with this driver enabled? Or maybe some enterprising dev on here would like to help me make one.
Thanks for reading.

skitzo2000 said:
Hey Guys,
I've been working on a project that requires me to connect an arduino to my prime. I've been searching around and have had no luck finding a kernel thats been compiled with the FTDI drivers. I'm not quite savvy enough to do it on my own, so I'm reaching out to you guys to find out if you know of any kernel's for our prime with this driver enabled? Or maybe some enterprising dev on here would like to help me make one.
Thanks for reading.
Click to expand...
Click to collapse
CONFIG_USB_SERIAL_FTDI_SIO
CONFIG_USB_FTDI_ELAN
Are one or both of these what you need to be enabled on a 201 kernel ?

lj50036 said:
CONFIG_USB_SERIAL_FTDI_SIO
CONFIG_USB_FTDI_ELAN
Are one or both of these what you need to be enabled on a 201 kernel ?
Click to expand...
Click to collapse
Possibly I'm trying to find the doc I found a few days ago. http://www.ftdichip.com/Android.htm has some info.
I did find a pdf that described how to add to an android kernel. Most of the info I've found revolves around just creating an application. I'm looking to have access to the device in a chroot environment, which means I really need kernel support.

skitzo2000 said:
Possibly I'm trying to find the doc I found a few days ago. http://www.ftdichip.com/Android.htm has some info.
I did find a pdf that described how to add to an android kernel. Most of the info I've found revolves around just creating an application. I'm looking to have access to the device in a chroot environment, which means I really need kernel support.
Click to expand...
Click to collapse
What rom are you running ?

lj50036 said:
What rom are you running ?
Click to expand...
Click to collapse
Hairy Bean 2.31

skitzo2000 said:
Hairy Bean 2.31
Click to expand...
Click to collapse
So you are running a bootloader with the version ending with 27.1 ...
So you need a kernel that can boot on that setup with the FTDI drivers enabled ...
Ok, You did say there was a guide for making this work ?
Can you post this guide or a link to the guide ?
Thx Jsoh

lj50036 said:
So you are running a bootloader with the version ending with 27.1 ...
So you need a kernel that can boot on that setup with the FTDI drivers enabled ...
Ok, You did say there was a guide for making this work ?
Can you post this guide or a link to the guide ?
Thx Jsoh
Click to expand...
Click to collapse
Sure thing. This guide is from the FTDI website.http://www.ftdichip.com/Support/Documents/TechnicalNotes/TN_132_Adding_FTDI_Devices_VCP_Driver_Support_to_Android.pdf

skitzo2000 said:
Sure thing. This guide is from the FTDI website.http://www.ftdichip.com/Support/Documents/TechnicalNotes/TN_132_Adding_FTDI_Devices_VCP_Driver_Support_to_Android.pdf
Click to expand...
Click to collapse
Ok which way would you like to go with this ?
Do you have a way to compile an Android kernel ?
I would like to help but I dont think that doing it for you would be the right thing to do.
Let me know. Thx Josh

lj50036 said:
Ok which way would you like to go with this ?
Do you have a way to compile an Android kernel ?
I would like to help but I dont think that doing it for you would be the right thing to do.
Let me know. Thx Josh
Click to expand...
Click to collapse
I have a dev environment on my laptop(eclipse, adb, github, etc), but I'm not sure its going to be very good for compiling a kernel. late 2011 Macbook air. Last time I tried to compile cm10 I think it tied up a machine for several days (It was for my old nexus S). I really can't afford to do that with this laptop.
I am a dev of sorts, just not an android one. I'm not afraid of command line. Just need some help getting pushed in the right direction. Thnks for the help Josh.
skitzo

skitzo2000 said:
I have a dev environment on my laptop(eclipse, adb, github, etc), but I'm not sure its going to be very good for compiling a kernel. late 2011 Macbook air. Last time I tried to compile cm10 I think it tied up a machine for several days (It was for my old nexus S). I really can't afford to do that with this laptop.
I am a dev of sorts, just not an android one. I'm not afraid of command line. Just need some help getting pushed in the right direction. Thnks for the help Josh.
skitzo
Click to expand...
Click to collapse
Ok, well lets see what we can do ..
Can you get the kernel source and device tree for the ROM that you are currently running ?
Thx Josh
@skitzo2000
Did you get my PM ?

lj50036 said:
Ok, well lets see what we can do ..
Can you get the kernel source and device tree for the ROM that you are currently running ?
Thx Josh
Click to expand...
Click to collapse
Well this is definitely where I get stuck. Maybe I need to switch to a different rom. He mentions the kernel source in his thread here
He says:
It is the same as the TF700 source but with some changes in ramdisk for TF201.
https://github.com/Hundsbuah/tf700t_10_6_1_14_4​
But I have no idea what the changes are and whether they are included within this kernel source that he has linked too.
Am I just looking in the wrong place?

lj50036 said:
Ok, well lets see what we can do ..
Can you get the kernel source and device tree for the ROM that you are currently running ?
Thx Josh
@skitzo2000
Did you get my PM ?
Click to expand...
Click to collapse
Ok Josh, I've upgraded to your latest _that kernel today, and I'm ready to start this thread back up. Let me know where I should go to get the kernel sources.

skitzo2000 said:
Ok Josh, I've upgraded to your latest _that kernel today, and I'm ready to start this thread back up. Let me know where I should go to get the kernel sources.
Click to expand...
Click to collapse
Ahh found the sources on your github. I'm hoping they include your latest changes for wifi!

skitzo2000 said:
Ahh found the sources on your github. I'm hoping they include your latest changes for wifi!
Click to expand...
Click to collapse
There is a new release in the our thead ...
That has wifi and CAM fix ...
I have a kernel for you to try once your up and running ...
Thx Josh

Other than waiting for my way too many apps to install, I'm up and running
Sent from my SPH-L720 using XDA Free mobile app

skitzo2000 said:
Other than waiting for my way too many apps to install, I'm up and running
Sent from my SPH-L720 using XDA Free mobile app
Click to expand...
Click to collapse
Did you grab the newest zip ?

lj50036 said:
Did you grab the newest zip ?
Click to expand...
Click to collapse
Yep, Installed as tf300 and everything is working. I've been keeping an eye on your dev thread for when the updated version came out. First install didn't have wifi, then I saw you were uploading a new one.

skitzo2000 said:
Yep, Installed as tf300 and everything is working. I've been keeping an eye on your dev thread for when the updated version came out. First install didn't have wifi, then I saw you were uploading a new one.
Click to expand...
Click to collapse
Very good, well I need a bit, as I just install a kernel with FTDI enabled and it breaks wifi
Will let you know ...
Thx Josh

lj50036 said:
Very good, well I need a bit, as I just install a kernel with FTDI enabled and it breaks wifi
Will let you know ...
Thx Josh
Click to expand...
Click to collapse
Wow your amazing! But yeah wifi is kinda needed for my project. So let me know what I can do.

FTDI Kernel Installed
Just a quick update to this thread if anyone has been watching. The Crombi-KK Team put together a kernel for me with the FTDI drivers installed. I've since managed to get communication going over serial with and arduino.
I would highly recommend reaching out to Josh and the Crombi-kk team if you have a similar request. As they already have a kernel compiled and ready to go.

Related

[Q] How to build a kernel?

I'm thinking of making a kernel for the acer iconia a100 tab because i'm going to get it for christmas (hopefully?). I know this is not the right place to post this, but it's the only place i would expect an answer from. Is there a link that could be provided that would point me in the right direction? All answers are appreciated
http://wiki.cyanogenmod.com/wiki/Building_Kernel_from_source
http://forums.androidcentral.com/optimus-v-rooting-roms-hacks/104423-building-your-own-rom.html
http://androidforums.com/optimus-m-all-things-root/340434-guide-how-compile-kernel-5-22-2011-a.html
mrg666 said:
http://wiki.cyanogenmod.com/wiki/Building_Kernel_from_source
http://forums.androidcentral.com/optimus-v-rooting-roms-hacks/104423-building-your-own-rom.html
http://androidforums.com/optimus-m-all-things-root/340434-guide-how-compile-kernel-5-22-2011-a.html
Click to expand...
Click to collapse
Will all of these work even though the a100 is not supported by cm7?
gannon5197 said:
Will all of these work even though the a100 is not supported by cm7?
Click to expand...
Click to collapse
None of those links will exactly work. But they will give you a general idea. You will be compiling a Linux kernel for an Android system (CM7 is also Android). You will need the kernel sources for a100 and the kernel config file. You can see in those links how you can find the config file in /proc/config.gz in a100. Best of luck!
mrg666 said:
None of those links will exactly work. But they will give you a general idea. You will be compiling a Linux kernel for an Android system (CM7 is also Android). You will need the kernel sources for a100 and the kernel config file. You can see in those links how you can find the config file in /proc/config.gz in a100. Best of luck!
Click to expand...
Click to collapse
Sounds pretty difficult but i'm sure i'll find a way to pull through. And thanks! I'll need all the luck I can get!
First check here. Good luck making the kernel!
Ianis G. Vasilev said:
First check here. Good luck making the kernel!
Click to expand...
Click to collapse
Already checked there. Place is a ghost town. All they have is root and nothing else. I'm thinking of making a recovery as well. Although I have no development in my background. I'm trying to see if BobZHome could help me out with that.

[DEV]Cyanogenmod CM9/10 device tree for ST27i Xperia Go needed

Hi Guys,
is someone interested helping me build a device tree for the sony xperia go so that we would be able to compile CM9 from source with the latest sony kernel source ?
i was able to build the ICS kernel from this 6.1.B.0.544 Kernel Source for the sony xperia go allready.....
thanks a lot for your help, recommendations, ...
cheers
We'll start working on it for AXP soon. It's going to be a difficult task, adding a new target from scratch, but after that porting to multiple devices will be easy. You can follow AXP on GitHub.
K900 said:
We'll start working on it for AXP soon. It's going to be a difficult task, adding a new target from scratch, but after that porting to multiple devices will be easy. You can follow AXP on GitHub.
Click to expand...
Click to collapse
could you post the link to the git, i already got my source online at git for the kernels i have published.....
would it be possible to contribute ?
cheers
krachlatte said:
could you post the link to the git, i already got my source online at git for the kernels i have published.....
would it be possible to contribute ?
cheers
Click to expand...
Click to collapse
GitHub.com/AOKPXperia. You said you have the P ICS kernel ported, right? Add me on gtalk or join #axp on freenode later today and we'll see where we can go from here. Typing from my phone is a pain
I wish I could help...
Thanks a lot guys, especially krachlatte!
Hi guys i am on vacation, .... just wanted to let you know i will get in touch with you when i am back...
Id realy like to have this fm to my xperia go
Go for CM10 if you can dude, CM9 and CM7 are cool but not the newest, but would love to have an alternative to samsungs firmware tbh.
Androboss said:
Go for CM10 if you can dude, CM9 and CM7 are cool but not the newest, but would love to have an alternative to samsungs firmware tbh.
Click to expand...
Click to collapse
Androboss said:
alternative to samsungs firmware
Click to expand...
Click to collapse
Wait, what?
K900 said:
Wait, what?
Click to expand...
Click to collapse
My bad, i meant sony
guess you are back but not doing the project
hi guys,
how is the porting going for CM10 ??
i am totally stuck with, not enough coder knowledge i guess, with setting up the device trees ....
cheers
krachlatte said:
hi guys,
how is the porting going for CM10 ??
i am totally stuck with, not enough coder knowledge i guess, with setting up the device trees ....
cheers
Click to expand...
Click to collapse
No GSM.
K900 said:
No GSM.
Click to expand...
Click to collapse
Cheer for ur effort for XG:beer:
Sent from Cambodia The Kingdom of Wonder with Xperia Go
is there something i could do to assist you ?
cheers
krachlatte said:
is there something i could do to assist you ?
cheers
Click to expand...
Click to collapse
Not really. If you know your way around that, try writing a RIL class.
so here is something wrong right ? rild.c
do you have the propeiretary libril.so from the phone ?
krachlatte said:
so here is something wrong right ? rild.c
do you have the propeiretary libril.so from the phone ?
Click to expand...
Click to collapse
No, not the native part, the Java part.
Anynew of CM 9/10 for our Go
Sent from my ST27i using xda app-developers app
all u8500 devices are ready for cm9
and will be released after we fix audio
not working
-Audio
-FmRadio
-WIFIHotspot
working
-everything else
bugs
YOU have to discover
br
J
FreeXperia Team

Read please! Can anyone make rom for N9389/ HDC GALAXY S3 LEGEND?

So the first person who makes completely working miui or cm10.1 or both will get 100-150 dollars
Sent from my Samsung Galaxy SIV using xda app-developers app
gogozx said:
So the first person who makes completely working miui or cm10.1 or both will get 100-150 dollars
Sent from my Samsung Galaxy SIV using xda app-developers app
Click to expand...
Click to collapse
does this offer still stand?
If so, I will give it a go.
OpenMinded said:
does this offer still stand?
If so, I will give it a go.
Click to expand...
Click to collapse
Yes, it still stands, but i found out that CM10.1 is currently impossible to make, so you can try with MIUI V5.
gogozx said:
Yes, it still stands, but i found out that CM10.1 is currently impossible to make, so you can try with MIUI V5.
Click to expand...
Click to collapse
so how did you make the nexus rom for it?
The issue is that I do not own the phone, but I am looking at porting CM to MTK6589.
MIUI porting is a bit different, it would not involve kernel compiling per se I believe (CM either, but I would like to).
To give it a go, I would need info from here:
http://wiki.cyanogenmod.org/w/Doc:_porting_intro
So your ROM version, partition info etc.
When I manage to port to a device I own, I can give it a go.
OpenMinded said:
so how did you make the nexus rom for it?
The issue is that I do not own the phone, but I am looking at porting CM to MTK6589.
MIUI porting is a bit different, it would not involve kernel compiling per se I believe (CM either, but I would like to).
To give it a go, I would need info from here:
http://wiki.cyanogenmod.org/w/Doc:_porting_intro
So your ROM version, partition info etc.
When I manage to port to a device I own, I can give it a go.
Click to expand...
Click to collapse
It's not really Nexus ROM, it's just stock ROM modified to look like stock Android.
I have Android 4.2.1
I will PM you the partition info.
gogozx said:
It's not really Nexus ROM, it's just stock ROM modified to look like stock Android.
I have Android 4.2.1
I will PM you the partition info.
Click to expand...
Click to collapse
Just started with practicing on my Nexus 7 . I ordered the same model as well, N9389.
I also have a N9599, let's see how far I get .
OpenMinded said:
Just started with practicing on my Nexus 7 . I ordered the same model as well, N9389.
I also have a N9599, let's see how far I get .
Click to expand...
Click to collapse
Wow, it seems that you have alot of money to order it just because you want to develop ROM for that phone.
Good luck man, if you need any help message me
gogozx said:
Wow, it seems that you have alot of money to order it just because you want to develop ROM for that phone.
Good luck man, if you need any help message me
Click to expand...
Click to collapse
Well, not really, but I like to spend money on those things.
When the ROM works I'll sell it .
Well dump info and the stuff on the CM porting page is still usefull.
cheers
OpenMinded said:
Well, not really, but I like to spend money on those things.
When the ROM works I'll sell it .
Well dump info and the stuff on the CM porting page is still usefull.
cheers
Click to expand...
Click to collapse
I will be testing those ROMs that you make for N9389, is it OK?
gogozx said:
I will be testing those ROMs that you make for N9389, is it OK?
Click to expand...
Click to collapse
If I manage to make something working, sure !
OpenMinded said:
If I manage to make something working, sure !
Click to expand...
Click to collapse
i compiled my first recovery based on cm 10.1 for Thl W8.
I have no easy way to push the image to the phone to test.
If it works, I can start to create a recovery for this phone based on sources.
I would need that info I requested.
Are you able to post the build.prop file and the partition dump?
Look at the page with instructions I posted earlier.
Meantime I look for an easy way to flash that recovery, somehow sp flashtool does not read the scatter file created by mtkdroidtools .
cheers
managed to flash it, but it does not work , just a black screen .
Harder than it looks.
Can't promise anything, but I'll post if I get further.
Compiling on an old C2D now, so it takes time .
OpenMinded said:
managed to flash it, but it does not work , just a black screen .
Harder than it looks.
Can't promise anything, but I'll post if I get further.
Compiling on an old C2D now, so it takes time .
Click to expand...
Click to collapse
Even if you failed, thank you for trying and i hope you will make it
gogozx said:
Even if you failed, thank you for trying and i hope you will make it
Click to expand...
Click to collapse
you are welcome .
I do still need the information I mentioned once I get it working.
Especially the partition info is important.
You may always hit the thanks button when you are happy .
I am currently working on CWM 6 to get working.
I'll post when I have progress (or when I quit ).
You can always give it a go yourself:
http://wiki.cyanogenmod.org/w/Doc:_porting_intro
cheers!
OpenMinded said:
If I manage to make something working, sure !
Click to expand...
Click to collapse
So, like I requested before, please :
- post your build.prop file
- post identification stuff of the device, like screen resolution, memory and recovery.fstab (or the recovery image)
- in general take a look at the link I posted before and read it, so you know what info is needed :
http://wiki.cyanogenmod.org/w/Doc:_porting_intro
The reason I ask is because there are at leat 2 different versions, 1 had 960x480 screen and 1/4gb ram/rom, the other 1280x720 and 2/8.
They obviously at least have different partitions and displays and perhaps even other different hardware.
You can also post a full working ROM on dropbox or something.
thanks
P.S. for the needed tools, see here:
http://forum.xda-developers.com/showpost.php?p=44096751&postcount=371
This is a CWM 6.0.3.3 which works on my device.
Use SP Flash Tools 3.13 something to flash.
My scatter file is attached, please compare it with yours.
Needless to say perhaps, but still: this is on your own risk.
You may damage your device if you do not know what you are doing.
Bricking it is not my fault!
So think before you act.
If you try: please give feedback if it works.
If does it is the same device: N9389 5.3", 960x480 (qHD) , 1 gb ram, 4 gb rom.
Device identifier: v89_gq2002s
Baseband v: MOLY.WR8.W1248.MD.WG.MP.V6.P2, 2013/03/26 12:42
cheers!
OpenMinded said:
This is a CWM 6.0.3.3 which works on my device.
Use SP Flash Tools 3.13 something to flash.
My scatter file is attached, please compare it with yours.
Needless to say perhaps, but still: this is on your own risk.
You may damage your device if you do not know what you are doing.
Bricking it is not my fault!
So think before you act.
If you try: please give feedback if it works.
If does it is the same device: N9389 5.3", 960x480 (qHD) , 1 gb ram, 4 gb rom.
Device identifier: v89_gq2002s
Baseband v: MOLY.WR8.W1248.MD.WG.MP.V6.P2, 2013/03/26 12:42
cheers!
Click to expand...
Click to collapse
OK, thank you man but i already have CWM :/
Anyways yes that is my phone
And here is the stock ROM
http://www.needrom.com/mobile/star-n9389/
gogozx said:
OK, thank you man but i already have CWM :/
Anyways yes that is my phone
And here is the stock ROM
http://www.needrom.com/mobile/star-n9389/
Click to expand...
Click to collapse
You have CWM 6 already? If you are sure, I will continue.
OpenMinded said:
You have CWM 6 already? If you are sure, I will continue.
Click to expand...
Click to collapse
I'm sure You have no idea how happy i am now, you honestly make me happy because you try so hard for person that you don't even know DD
gogozx said:
I'm sure You have no idea how happy i am now, you honestly make me happy because you try so hard for person that you don't even know DD
Click to expand...
Click to collapse
Hi,
Well I am partly motivated by your offer, but I enjoy Android and Linux hacking.
Let's hope those attempts will lead to something.
How about LewaOS? There are good porting guides for that.
I will try to look for MIUI or CM in the weekend.
Initial CM would miss dual sim support.
Maybe MIUI is easier, because some work has been done.
Well, I'll see.
Don't overestimate the complexity, if you have CM 6 and made it yourself, porting a rom is doable I suppose ?
cheers

Mt6589 Custom Kernel/Rom Help

Hello,
Since i didnt't find any posts relating to my question, i maked a new thread ( Pardon me if there is a similar thread )
Recently i bought a Phone made in China with already a Custom Rom/Kernel on it. (mt6589)
can someone help me out if this phone supports other kernels/roms? ( Information about the phone included )
You won't find any here. Mostly due to those OEM not releasing kernel source for their devices
Wayne Tech Nexus
ah ok thanks.
But what are the things u need to look at while searching for a kernel/rom.
like: is it possible to get Cyanogemod working on it but some features may not work? or is it just not possible
zelendel said:
You won't find any here. Mostly due to those OEM not releasing kernel source for their devices
Wayne Tech Nexus
Click to expand...
Click to collapse
ah ok thanks.
But what are the things u need to look at while searching for a kernel/rom.
like: is it possible to get Cyanogemod working on it but some features may not work? or is it just not possible
hrmm
Giantjordi said:
ah ok thanks.
But what are the things u need to look at while searching for a kernel/rom.
like: is it possible to get Cyanogemod working on it but some features may not work? or is it just not possible
Click to expand...
Click to collapse
https . github.com/varunchitre15/MT6589_kernel_source
You mean that?
fredsavage123 said:
https . github.com/varunchitre15/MT6589_kernel_source
You mean that?
Click to expand...
Click to collapse
Thanks for your answer but No
More like, Is it possible to use another kernel like Doomskernel or do i need to search for a special kernel for m6589.

SM-T230NT Rom Development Cyanogenmod 11

This is a fairly square build for the sm-t230nt degaswifidtv qcom/msm8226
cm11_degaswifidtv-round2.zip
https://drive.google.com/file/d/0B9n_loxLasIVNnpVMV9BN21laUU/view?usp=sharing
bluetooth is not yet functioning.
My main interest in this excercise was to assemble working/workable sources to get development moving
for this device.
As of getting the recovery functioning correctly, all required is assembled to help any actual owner of this
device to begin taking it foward.
I will limit my effort in this to getting the bluetooth issue resolved,
and possibly getting dtv functions working.
Thank you @Erus Tyrannus for inquiring about recovery initially and testing this build and provding feedback to date.
Sources assembled in post 2
Sources
Kernel
SM-T230NT_LA_KK CAF
https://github.com/moonbutt74/kernel_samsung_degaswifidtv/tree/master
Device Tree
https://github.com/moonbutt74/device_samsung_degaswifidtv
Vendor Sources - need work
https://github.com/moonbutt74/vendor_samsung_degaswifidtv
Reserved
Reserved for updates
I am not accepting any requests.
This is not an app support thread.
This is not an Odin/Firmware support thread.
Thank you.
m
Awesome ty!!!
gammaxgoblin said:
Awesome ty!!!
Click to expand...
Click to collapse
G,
hi, you will want to edit build.prop to change screen density to 160
When i have an idea of what's wrong with bluetooth and get it sorted,
i will also adjust the next build for correct dpi setting.
m
Will this run on the 230nu?
I'll try it..
phonetec said:
I'll try it..
Click to expand...
Click to collapse
gammaxgoblin said:
Will this run on the 230nu?
Click to expand...
Click to collapse
Guys,
NOOOOO! don't do that. this is for a version of the galaxy tab 4 7.0 which is a qcom/msm device!
No one has managed a build yet for the sm-t230nu which is a Marvell device.
sorry
m
Damnit
And about DTV? It's working?
riclixo said:
And about DTV? It's working?
Click to expand...
Click to collapse
DTV is not implemented yet.
Any new's with BT ?
mario156090 said:
Any new's with BT ?
Click to expand...
Click to collapse
No, i don't own the device.
I established the resources to build, so now you guys need a developer in ownership of the device to get things moving.
i am moving out of rom building and going back to the kernel and some other things.
m
moonbutt74 said:
No, i don't own the device.
I established the resources to build, so now you guys need a developer in ownership of the device to get things moving.
i am moving out of rom building and going back to the kernel and some other things.
m
Click to expand...
Click to collapse
Ok friend, thank for your job and sorry for my bad english.
@moonbutt74:
Will this work on the SM-T230N version?
tablord said:
@moonbutt74:
Will this work on the SM-T230N version?
Click to expand...
Click to collapse
T,
i don't know, i don't own the device.
m
tablord said:
@moonbutt74:
Will this work on the SM-T230N version?
Click to expand...
Click to collapse
not work
Thread closed at OP's request

Categories

Resources