Till now, I still haven't find the isofs.ko and udf.ko for Kernel 2.6.36.4.
I want to mount ISO image files in Android 3.1.
Can anyone compile them for me? Thanks a lot!
My tablet is Samsung P7500
Follow is a detail descriptions of my system kernel.
htt p ://droidbasement.com/db-blog/?p=2395
10.1 3G, Touchwiz UX (HC 3.1 (stock); GT-P7500):
boot-cm_2636.4_p4_ux-oc-xtra-vfpv3-d16_fp-112011.zip
No one can help me
I will try to learn uburtn,....
Johnyea said:
No one can help me
I will try to learn uburtn,....
Click to expand...
Click to collapse
Ubuntu is not that hard to learn, and there are many tutorials for how to compile the Linux kernel, let alone the Android kernel, I would suggest however starting with tutorials to compile a normal linux kernel for your Ubuntu system first, then when you have a good understanding of how to compile it, go ahead and then build an Android kernel with the modules your requesting. Now I'm not sure if the Android kernel configuration supports these modules since Android itself really doesn't use any CD/DVD file systems but nothing is impossible I suppose.
Yes, I got it.
I compiled the modules what I need.
And thery are working fine for my Tablet.
Johnyea said:
Yes, I got it.
I compiled the modules what I need.
And thery are working fine for my Tablet.
Click to expand...
Click to collapse
I'm glad you got it working, congrats
Sent from my LS670 using XDA
I have good news - Acer fixed kernel sourses for E350!
I complitely unpack this and get Mediatek folder. This is it's folder:
Code:
narod.ru/disk/63330748001.505f7027fe3648263f598fa74cd1e92a/mediatek.zip
Instructions for unpacking:
All actions must be on Linux OS (for example Ubuntu 12.04)
1. Download Acer Kernel Sourses:
Code:
global-download.acer.com/GDFiles/Document/App.%20Guide/App.%20Guide_Acer_1.0_A_A.zip?acerid=634873347782030348&Step1=SMART%20HANDHELD&Step2=LIQUID%20GALLANT&Step3=E350&OS=ALL&LC=en&BC=ACER&SC=PA_7
And put this to Desktop
2. Open Terminal and input this commands:
Code:
cd /home/user_name/Desktop
Where user_name is name of your User.
Code:
unzip ./App.\ Guide_Acer_1.0_A_A.zip
Code:
cd ./App.\ Guide_Acer_1.0_A_A
Code:
tar -xf Acer_AV041_E350_1.000.18_WW_GEN1_opensource.tar.gz
If all right, you get folder Acer_AV041_E350_1.000.18_WW_GEN1_opensource with content:
Code:
bootable external kernel mediatek prebuilt system
I don't know how to work with kernel sourses, but i think there are people who know.
P.S. Sorry, but my stats don't allow me to insert the links.
back37 said:
I have good news - Acer fixed kernel sourses for E350!
I complitely unpack this and get Mediatek folder. This is it's folder:
Code:
narod.ru/disk/63330748001.505f7027fe3648263f598fa74cd1e92a/mediatek.zip
Instructions for unpacking:
All actions must be on Linux OS (for example Ubuntu 12.04)
1. Download Acer Kernel Sourses:
Code:
global-download.acer.com/GDFiles/Document/App.%20Guide/App.%20Guide_Acer_1.0_A_A.zip?acerid=634873347782030348&Step1=SMART%20HANDHELD&Step2=LIQUID%20GALLANT&Step3=E350&OS=ALL&LC=en&BC=ACER&SC=PA_7
And put this to Desktop
2. Open Terminal and input this commands:
Code:
cd /home/user_name/Desktop
Where user_name is name of your User.
Code:
unzip ./App.\ Guide_Acer_1.0_A_A.zip
Code:
cd ./App.\ Guide_Acer_1.0_A_A
Code:
tar -xf Acer_AV041_E350_1.000.18_WW_GEN1_opensource.tar.gz
If all right, you get folder Acer_AV041_E350_1.000.18_WW_GEN1_opensource with content:
Code:
bootable external kernel mediatek prebuilt system
I don't know how to work with kernel sourses, but i think there are people who know.
P.S. Sorry, but my stats don't allow me to insert the links.
Click to expand...
Click to collapse
Unable to compile module. Some files still missing.
legale said:
Unable to compile module. Some files still missing.
Click to expand...
Click to collapse
May be, but no one said it would be easy...
In the directory mediatek for me miss the sub directory build-----> mediatek/build/......
I have try to compile this source but have more problem. When start with make i see that miss this directory mediatek/build/kernel/Makefile
I have try to change the line include ....mediatek/build/kernel/Makefile with include ....mediatek/source/kernel/Makefile but when start with compile i have error with other thing.
bye.
MT6575 working sources device TCL E928
sourceforge.net/projects/alcatel/files/TCL_E928_20121114.tar.xz/download
i've successfully compiled cifs.ko kernel module for my philips w732 (vermagic '3.0.13 preempt mod_unload armv7', almost without changing kernel config.
Hi legale
Thank you for your link but i have this problem:
../mediatek/build/Makefile:13: *** TARGET_PRODUCT/PROJECT is not set.
I have copy the miss directory into acer kernel but i have this problem.
Where i must set target product for you?
erlucky said:
Hi legale
Thank you for your link but i have this problem:
../mediatek/build/Makefile:13: *** TARGET_PRODUCT/PROJECT is not set.
I have copy the miss directory into acer kernel but i have this problem.
Where i must set target product for you?
Click to expand...
Click to collapse
you should enter PROJECT parameter.
e.g. make PROJECT=jrdsh15_td_ics
legale said:
you should enter PROJECT parameter.
e.g. make PROJECT=jrdsh15_td_ics
Click to expand...
Click to collapse
Ok good.....
but now the problem is missing directory mediatek/build and custom for acer liquid gallant duo......
jrdsh15_td_ics is for alcatel device not for my phone....:crying:
I have send email to mediatek for this.
legale said:
you should enter PROJECT parameter.
e.g. make PROJECT=jrdsh15_td_ics
Click to expand...
Click to collapse
What About Missing Directoery ?
pradeep_kus said:
What About Missing Directoery ?
Click to expand...
Click to collapse
In the acer source missing some directory into mediatek/
I dont have mediatek/build
mediatek/source
The proprietary driver for acer liquid gallant duo in this two directory......
If i try to make kernel i have error.
I hope mediatek reply my email.
Yeah!
Demeter from china-iphone, complitely compile kernel and working boot.img for Philips W732!
Code:
forum.china-iphone.ru/viewtopic.php?f=31&t=23637&p=894418#p894418
His sourses: https://github.com/Demeterp/w732_kernel_src
So what should be released from Acer to help developers create custom roms, especially jelly bean ones?
jorgoxl said:
So what should be released from Acer to help developers create custom roms, especially jelly bean ones?
Click to expand...
Click to collapse
About Jelly Bean i don't know, but it must help to tune cpu governor (in default cpu works on deep sleep, 166 and 1001, but don't use 250 and 500), may be it help to solve the problems with proximity and light sensors... etc.
In theory you can take JB original sourses from Google and mediatek sources for ICS, and may be you can run JB from other device (for example last firmware from JY G2 MT6575)... But so far no one has yet tried to do it... Sorry for my English
Ok guys!i would appreciate it if you could solve the problem with governor!(ondemand mode 166,250,500,1000)!it works only 500-1000!A new custom rom maybe?thaks!
Sent from my E350 using xda app-developers app
Can this src work to build jb?
Could any help make a ics or jb kernel for the
Alcatel t pop 4010x and does anyone know of a Rom also
Sent from my SK17i using xda app-developers app
Can i used thsi kernel on mtk6575 x401 mobile phone?¿
Can anyone help port this to Alcatel 4010 t pop its spec it mt6575 CPU powervr gpu 512ram 150mb Rom please help also id like to port xperia sytle Rom
Sent from my SK17i using Tapatalk 2
I want to compile a rom can any one please tell me how can i compile a rom from windows pc and can someone give a link for for just compiling rom from windows pc i have searched it on google and xda but i didn't found a good solution thanks in advance
I don't think you can compile ROM on windows, and even if you can, it'll be very hard and messy. Use Ubuntu instead. There are many guides on XDA specifically tailored for Ubuntu.
i have found a kernel for my mobile github[.]com/kelvinbui31/android_kernel_konka72_i120_kk .but i dont know how to compile it.
please help me
Its a mt6572 kernel.
First u need have a linux envelopment ( like ubuntu )
Then clone the git and setup development area for the kernel. and compile using this tutorial:
http://forum.xda-developers.com/showthread.php?t=2754513
I dunno what thread i should be putting this but here goes...
Is there anyone out here that can compile a kernel module with eeprom_93cx6, mac80211, rtl8187 and ath9k that i can flash update on my flare4 device? ( android lollipop 5.1, kernel v.3.10.65 ) I will be using those kernel module to use in kali linux and also make it work in Reaver. because the built in wifi device is not supported and i will need to use a external usb wifi adapter.
I know there's a ton of tutorials on how to compile a kernel module but i am always stuck at something and i can't make it work
If you guys can make a compiled kernel module mentioned above in which i can flash in my phone pls lemme know, i will be truly grateful.
tuksoil said:
I dunno what thread i should be putting this but here goes...
Is there anyone out here that can compile a kernel module with eeprom_93cx6, mac80211, rtl8187 and ath9k that i can flash update on my flare4 device? ( android lollipop 5.1, kernel v.3.10.65 ) I will be using those kernel module to use in kali linux and also make it work in Reaver. because the built in wifi device is not supported and i will need to use a external usb wifi adapter.
I know there's a ton of tutorials on how to compile a kernel module but i am always stuck at something and i can't make it work
If you guys can make a compiled kernel module mentioned above in which i can flash in my phone pls lemme know, i will be truly grateful.
Click to expand...
Click to collapse
Greetings and welcome to assist, Unfortunately this isn't the sort of thing we do, if you try posting your errors here
http://forum.xda-developers.com/android/help
the experts there will look at them for you
Good Luck
Sawdoctor