for all devlopers - Android Q&A, Help & Troubleshooting

hi
plz i need Tun.ko moudel for my phone
plz modification tun.ko
i try make it but i cant
kernel:2.6.35.7
kernal by uname -a
linux localhost 2.6.35.7 #3 preempt tue jun 4 19:18:21 cst 2013 armv71 GNU/linux
version android 2.3
plz help me
and config.gz from my phone in attachments

AKBIROCK3 said:
hi
plz i need Tun.ko moudel for my phone
plz modification tun.ko
i try make it but i cant
kernel:2.6.35.7
kernal by uname -a
linux localhost 2.6.35.7 #3 preempt tue jun 4 19:18:21 cst 2013 armv71 GNU/linux
version android 2.3
plz help me
and config.gz from my phone in attachments
Click to expand...
Click to collapse
any one plllllllllllllllllllllllllllllllllllllllllllllllllzzzzzzzzzzzzzzzzzzzzz

Related

tun.ko

Hallo,
Is there someone here who can create a tun.ko VPN Adapter for the Archos XS JB?
I am desperately looking for it,
Thanks, Ingo
Hi !
please , can you post here :
> adb shell uname -a
> adb shell uname -r
...also please > adb shell cat /proc/version
Thanks !
Linux localhost 3.0.21 #1 SMP PREEMPT Tue Dec 4 23:29:16 CET 2012 armv7l unknown
3.0.21
Linux version 3.0.21 ([email protected]) (gcc version 4.4.1 (GCC) ) #1 SMP PREEMPT Tue D
ec 4 23:29:16 CET 2012
IngoPan said:
Linux localhost 3.0.21 #1 SMP PREEMPT Tue Dec 4 23:29:16 CET 2012 armv7l unknown
3.0.21
Linux version 3.0.21 ([email protected]) (gcc version 4.4.1 (GCC) ) #1 SMP PREEMPT Tue D
ec 4 23:29:16 CET 2012
Click to expand...
Click to collapse
OK , thanks !
Here is your tun.ko ! :good:
...also, I had reached the same result, but I was not 100% sure
[email protected]:~/archos/g10/firm/raw$ dd if=zImage bs=1 skip=836674 | lzop | strings | grep 'Linux version'
Linux version 3.0.21 ([email protected]\
3392386+0 records in
3392386+0 records out
3392386 bytes (3.4 MB) copied, 1.47227 s, 2.3 MB/s
Click to expand...
Click to collapse
THANKS! But to get this working, we need the rooted initramfs you posted in the the other thread. Right now, its just impossible to flash the initramfs (initramfs could not be found).
Hello! Could you please re-share this tun.ko?

Help me for Compiling kernel modules (tun.ko) for Andromax E860

Sorry for my english.
i have a phone Andromax E860 with stock rom and the version is Android ICS 4.0.3, with kernel 3.0.8
i want to compile some module like tun.ko
can you help me to compile this module?
i need it for running DroidVPN or OpenVPN. but i can't use because not installed tun.ko module.
and i try to install but still can't loaded. and always fail.
help me please.
i use command uname -a for info.
and this is for result.
Linux localhost 3.0.8-perf #10 PREEMPT Sun May 27 10:35:42 CST 2012 armv7l GNU/Linux

How to determine exact kernel 3.4 version for upstream patching?

Hallo,
i want to upstream-patch a kernel (with patches from kernel. org). Cat /proc/version gives me that (and uname -a even less):
Linux version 3.4.0-cyanogenmod-g57d54c6 ([email protected]) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Tue Oct 21 07:11:50 PDT 2014
How can i determine the exact kernel version like 3.4.104?
It's probably not needed for CM kernels but Samsung kernel use the same pattern and for incremental patches i need the exact version number i guess.
DualJoe said:
Hallo,
i want to upstream-patch a kernel (with patches from kernel. org). Cat /proc/version gives me that (and uname -a even less):
Linux version 3.4.0-cyanogenmod-g57d54c6 ([email protected]) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Tue Oct 21 07:11:50 PDT 2014
How can i determine the exact kernel version like 3.4.104?
It's probably not needed for CM kernels but Samsung kernel use the same pattern and for incremental patches i need the exact version number i guess.
Click to expand...
Click to collapse
Your Kernel is 3.4.0-cyanogenmod-g57d54c6, if thats what you wanted to know.
Tommy-Geenexus said:
Your Kernel is 3.4.0-cyanogenmod-g57d54c6, if thats what you wanted to know.
Click to expand...
Click to collapse
Not exactly. The latest 3.4 kernel is 3.4.104. The one that Samsung provides for the I9506 is probably 3.4.98, 3.4.92 or something else. Correct me if i'm wrong, but i need to know the exact version of my kernel to use the incremental patches from kernel.org to get to latest patch state.
Edit:
This is the output of the target kernel:
Code:
# uname -a
Linux localhost 3.4.0 #3 SMP PREEMPT Tue Sep 23 23:09:10 CEST 2014 armv7l GNU/Linux
# cat /proc/version
Linux version 3.4.0 (gcc version 4.8 (GCC) ) #3 SMP PREEMPT Tue Sep 23 23:09:10 CEST 2014
DualJoe said:
Not exactly. The latest 3.4 kernel is 3.4.104. The one that Samsung provides for the I9506 is probably 3.4.98, 3.4.92 or something else. Correct me if i'm wrong, but i need to know the exact version of my kernel to use the incremental patches from kernel.org to get to latest patch state.
Edit:
This is the output of the target kernel:
Code:
# uname -a
Linux localhost 3.4.0 #3 SMP PREEMPT Tue Sep 23 23:09:10 CEST 2014 armv7l GNU/Linux
# cat /proc/version
Linux version 3.4.0 (gcc version 4.8 (GCC) ) #3 SMP PREEMPT Tue Sep 23 23:09:10 CEST 2014
Click to expand...
Click to collapse
Like i said, your kernel is 3.4.0.
No oem upstreams their kernels.
You need to start upstreaming from the scratch.
Sent from my Xperia Z C6603
Tommy-Geenexus said:
Like i said, your kernel is 3.4.0.
No oem upstreams their kernels.
You need to start upstreaming from the scratch.
Click to expand...
Click to collapse
Oh, i didn't know that. I can probably check first patch diffs as well then to double prove that. At least the minor "0" in "3.4.0" makes sense now. The good thing probably is i can use the all-in-one patch so i don't need to use all the incremental patches one by one.
Thank you for clearing that up.

plz modification TUN.KO For my phone KERNEL(2.6.35.7)

hi
plz i need Tun.ko moudel for my phone
plz modification tun.ko
i try make it but i cant :crying:
kernel:2.6.35.7
kernal by uname -a
linux localhost 2.6.35.7 #3 preempt tue jun 4 19:18:21 cst 2013 armv71 GNU/linux
version android 2.3
plz help me
and config.gz from my phone in attachments
AKBIROCK3 said:
hi
plz i need Tun.ko moudel for my phone
plz modification tun.ko
i try make it but i cant :crying:
kernel:2.6.35.7
kernal by uname -a
linux localhost 2.6.35.7 #3 preempt tue jun 4 19:18:21 cst 2013 armv71 GNU/linux
version android 2.3
plz help me
and config.gz from my phone in attachments
Click to expand...
Click to collapse
plz any one
plz any one
plz help me
No One ??

What would happen?

What would happen if I flash a different kernel on my phone that doesn't match. Also my phone has MT6582.
The name of my phone is Starmobile Diamond S1. (Can't post link)
My phone kernel is:
Code:
3.4.5
[email protected] #1
Fri Nov. 22 09:42:58 CST 2013
and I found this:
Code:
3.4.67
([email protected])
(gcc version 4.7 (GCC) ) #1 SMP PREEMPT Wed Sep 17 18:52:18 CST 2014
Do you guys have kitkat rom/kernel so that I can flash or port some custom rom?
Can anyone answer this?
Only one way to find out? Just make sure it is for your device. If not you will not be happy at all and need a new device.

Categories

Resources