Here is a working tun.ko for VPN connections that is compatible with CM9 Alpha 11 (Koush's latest ROM). For AnyConnect, use terminal emulator to copy to /data/local/kernel_modules (you will have to create this directory). You can also try running "insmod <tun.ko location>" from terminal emulator. Remember to run "su" before doing either of these.
Hello, I use ES file manager copy "tun.ko" This files to /data/local/kernel_modules directory, restart the system (http://forum.xda-developers.com/showthread.php?t=1363765) Re connect the vpn,is fails, where do I wrong?
Related
ok I really need someones help. I installed the Cyanogen NAND Rom on my HD2 and everything works fine except for the WIFI. When I go to the WIFI under my settings it says ERROR. I followed the instructions on the youtube video about the HOTFIX files.
***While in TERMINAL I enter the following
su
rm -f /system/lib/modules/ (Then Press Enter)
cp -f /sdcard/hotfix/* /system/lib/modules (Then Press Enter) After I enter this I get BusyBox v1.16.2androidfull (2010-08-01 14:57:32 EDT) multi-call binary
Usage: cp [options] SOURCE DEST
Copy Source to Dest, or multiple Sources to DIRECTORY.
***I also tried to copy and paste the Hotfix files using AndExplorer and ES File Explorer.
In ES File Explorer when I copy the file and try to paste it in the /system/lib/modules/ folder it says COPY FAILED when I try 1 file or all 3 at the same time.
***AndExplorer lets me copy and when i try to paste the files nothing happens.
Is there something that Im not doing or is there another way to fix the WIFI issue.
Can someone plz help me fix this. I would greatly appreciate it.
U might want 2 try using root explorer..
I also get "error" when I go to Wifi under settings and I dunno why..
Its not about wifi but no thread was dedicated to it so
Why can't i configure GPRS setting
APN screen shows nothing tried everything but it didn't show option New APN...
Can anybody please help
Hi,
I tried for hours but cannot get OpenVPN to run or install.
I have the Blayo 0.8.4 Rom installed and know that
ifconfig is in
/system/xbin/ifconfig
and tun.ko is located in
/system/lib/modules/tun.ko
When i run the OpenVPN installer from the market it asks me where to put the files and asks for Superuser permission - but when the app wants to do the copying the phone hangs and does a reboot.
The OpenVPN Library File i used is from here (Sorry its German):
http://www.android-hilfe.de/anleitungen-fuer-motorola-milestone/28392-how-openvpn-auf-dem-milestone.html#post321528
So can anybody help me to get OpenVPN running?
I sadly cannot use the preinstalled VPN methods, because my University Wlan only supports Cisco-VPN or OpenVPN Method.
I thought it might be the problem that OpenVPN installer cannot write to the system Partition -- so i opend a local Terminal in ConnectBot and typed
aufs --enable
But there i get the Message:
Enabling Read-Write /system overlay
/data/local/dosysoverlay: Permission denied
Please reboot your phone for changes to take effect
But after a reboot the OpenVPN installer still doesn't work...
I hope someone has a idea or solution to my problem!
Thanks a lot!
Try enabling system overlay via Terminal Emulator or ADB.
Sent from my HTC Legend using XDA Premium App
You need to su to gain root privileges before executing aufs. Or use adb shell which already has root privileges.
Sent from my HTC Legend
Thanks a lot BlaYo!
I opened a local Session in ConnectBot
then i typed
su (I had to allow SuperUser Access!)
aufs --enable
And it worked!
Its me again -- the installation of OpenVPN works, but i cannot open a connection.
When i try to open the the Connection it asks for username and password,
But then it says:
cannot load ca cert /sdcard/openvpn/RRZE-ca.crt path (null)
I searched with google and found that maybe it is a permission problem, but
su
chmod 555 RRZE-ca.crt
still didn't help
chmod 777 RRZE-ca.crt
also didn't help...
i also edited the config File to
...
ca //sdcard/openvpn/RRZE-ca.crt
...
or:
ca /sdcard/openvpn/RRZE-ca.crt
or ca RRZE-ca.crt
it's alsways the same :-(
The Config files for my university's OpenVPN is here:
RRZE-ca.crt
RRZE-full-tunnel.ovpn
I appreciate every help or idea you might help!
Rename it to ca.crt and edit config file accordingly.
can you help me with this module ??
make zip file who will work when i install in xrecovery?
Im noob and i dont know how to do it
http://forum.xda-developers.com/showthread.php?t=1135965
just follow the instruction, there's nothing complicated...
??
- push ax8mt.ko to /system/lib/modules
how to do it. ??
just cut/paste it there using root explorer, or whatever file manager ur using.
What I do is rename x8gesture.ko to x8gesture.bak from /system/lib/modules and then rename ax8mt.ko to x8gesture.ko and copy it to /system/lib/modules , reboot and it work like a charm, no push, pull or adb shell commands, GL!!!
Hmm well renaming will also work since x8gesture.ko is already ismoded in hwconfig, but this is not advisable.
Well ill explain it to you so that you will not have to rename any other modules in the future.
- push ax8mt.ko to /system/lib/modules - push means to move, copy or paste.
- run the following command phone terminal or adb on pc
Code:
insmod /system/lib/modules/ax8mt.ko - command to put the module in the system.
In your hwconfig.sh there is a line
insmod /system/lib/modules/x8gesture.ko that's why it works when you renamed ax8mt.ko
Hi
Will this work on vibrant
Original link http://forum.xda-developers.com/showthread.php?t=917684
You require:
1.)Rooted phone.
2.)anroid sdk
1.)First pull the nvram.txt file from /etc/wl to sdcard:
in cmd(windows) goto android-sdk-windows\tools and type
adb shell
2.)Copy nvram.txt from /etc/wl to sdcard
cp /etc/wl/nvram.txt /sdcard/nvram.txt
3.) Using text editor in phone add following line at the end:
macaddr=XX:XX:XX:XX:XX:XX (replace XX:XX:.... with desired mac addr.)
4.)Save file and copy it to /etc/wl from adb shell
cp /sdcard/nvram.txt /etc/wl/nvram.txt
5.)Reboot and it is done.
To restore orignal mac address just delete the macaddr line.
Note:
1.) Tested only in stock LG rome with GNM OC kernel. In other roms or kernel the location of nvram.txt may differ according to the parameter using which driver module (wireless.ko or bcm4325.ko) just find that file and use the above process. It will work.
2.) The file cannot be edited in windows as windows has different new line character than linux. It has to be edited in some linux compactible file editor like Programmers Notepad
Hi everyone ! I updated my Zte Blade to CM 7.1 and I realised that this ROM don't has the "Task Manager" application . I extracted the .apk from a stock ROM of Blade, but I cannot install it.
So, how can I install "Task Manager" on my phone ?
Thanks!
same question
stanangel said:
Hi everyone ! I updated my Zte Blade to CM 7.1 and I realised that this ROM don't has the "Task Manager" application . I extracted the .apk from a stock ROM of Blade, but I cannot install it.
So, how can I install "Task Manager" on my phone ?
Thanks!
Click to expand...
Click to collapse
Same question
You can push it to your phone with adb.
Code:
adb remount
adb push your.apk /system/app/
adb shell chmod 0644 /system/app/your.apk
adb remount
Sometimes when running 'adb remount' for the secont time (to remount /system back as read-only) it fails for me but doesn't give any error message. So if you want to make sure your /system gets mounted back as a read-only, you can run
Code:
adb shell mount -o remount,rw /system
This tutorial didn't work for me.I get no message on line "adb shell chmod 0644 /system/app/your.apk", but the rest seems work ok.
It's not supposed to output anything.Did the app work ok?
Sent from my Blade using XDA App
I didn't succeed to install the application. This tutorial don't work for me.
stanangel said:
I didn't succeed to install the application. This tutorial don't work for me.
Click to expand...
Click to collapse
Was the file copied to your device? It could be the app's not compatible with gingerbread? Anyway, there are lots of task managers in the market, you could try a few and pick you new favourite. You could also try 'adb install your.apk' and see if that works. Other than that, I'm out of ideas.
The file was copied in my device, but nothing happend on reboot.I'm sure that TaskManager works on Gingerbread.I'll try to find another Task Manager.Thank you!
I managed to install it. So i think the problem was because i tried with a TasManager.apk extracted from a 2.1 stock version. Today, i tried with a 2.2 version extracted from 2.2 Swedish Spring (TaskManager.apk).
You can use the tutorial below or try this:
1.Download and install Root Explorer on your phone.
2.Put TaskManager.apk on sd card.
3.Open Root Explorer and navigate to sd-card (where did you put TaskManager.apk).Long-press TaskManager.apk and choose move.
4.Navigate to system/app.
5.Mount R/W.
6.Paste it.
7.Long-press TaskManger and choose Permissions ( Change permissions to match all other apps in this folder (rw-r–r–) - first four checkboxes)
8.Mount R/O.
9.Reboot.
I think that' all...