Did anyone manage to run VPNC (get-a-robot-vpnc) on his DHD because it requires to load the tun kernel module (tun.ko)? This app works similar to Cisco Anyconnect client software but a Andriod replacement.
My Derisre HD is currently running a stock HTC rom ROOTED using "VISIONary". I do not know how I can install and run the module properly.
I appreiciate if someone can help on this.
Developer package: http://code.google.com/p/get-a-robot-vpnc/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Reference posts:
http://forum.xda-developers.com/showthread.php?t=545838
http://forum.xda-developers.com/showthread.php?t=698099
i don't know how to install .ko file
If you are still on 1.32 RUU you could try using BUZZ kernel found in the development kernel which includes tun.ko module.
iammcse - could you go to Settings -> About Phone -> Software Information and let me know what your kernel version is?
i.e. 2.6.32.21-g66cfb7a
Once I know this, I should be able to compile a tun.ko module for your phone (if I can get VirtualBox 4 running again). Note that the module has to be compiled for your kernel - you can't download one for another kernel and expect it to work on your phone (I learnt this the hard way).
Once you have the tun.ko module, use an app like 'Terminal Emulator' and enter the following commands on your rooted phone:
su
insmod /mnt/sdcard/tun.ko (if you put your tun.ko in the root of your SD card)
If no errors are reported, you can now use get-a-robot-vpnc as the module is loaded.
Mike
I am also looking for a tun.ko for my fascinate. I am running kernal 2.6.29. Any help would be greatly appreciated.
MikeMelbourne said:
iammcse - could you go to Settings -> About Phone -> Software Information and let me know what your kernel version is?
i.e. 2.6.32.21-g66cfb7a
Once I know this, I should be able to compile a tun.ko module for your phone (if I can get VirtualBox 4 running again). Note that the module has to be compiled for your kernel - you can't download one for another kernel and expect it to work on your phone (I learnt this the hard way).
Once you have the tun.ko module, use an app like 'Terminal Emulator' and enter the following commands on your rooted phone:
su
insmod /mnt/sdcard/tun.ko (if you put your tun.ko in the root of your SD card)
If no errors are reported, you can now use get-a-robot-vpnc as the module is loaded.
Mike
Click to expand...
Click to collapse
I have not found tun.ko module for kernel 2.6.32.21-g540976a (Desire Z 1.72)
I would be very happy if you, MikeMelbourne could compile it.
Maanus
ssommer said:
I am also looking for a tun.ko for my fascinate. I am running kernal 2.6.29. Any help would be greatly appreciated.
Click to expand...
Click to collapse
mkask said:
I have not found tun.ko module for kernel 2.6.32.21-g540976a (Desire Z 1.72)
Click to expand...
Click to collapse
Sorry guys, I only have the source for the HTC Desire HD (Froyo - 2.6.32) - thus my offer was posted in this Desire HD forum section.
please bro can you help me with tun.ko for htc mytouch 3g .
kernel
version:2.6.32.21-g98e0f3
android 2.2.1
build nos:FRG83D
thanks in advance
Related
Forgive me if annoying to open new thread..
Yes, theres awesome github source for P1000
But please can someone give proven tutorial to compile kernel for P1000 from samsung source ??
Kernel Source: update2 (opensource.samsung) & voodoo (github)
Initramfs Source: stock & cfroot (extract with unpack-initramfs on cygwin coz on linux always failed) , voodoo (github)
Toolchain: arm-2009q3-67-arm-none-linux-gnueabi gcc 4.4.1 , arm-2009q3-68-arm-none-eabi gcc 4.4.1 , arm-2011.03-arm-none-linux-gnueabi gcc 4.5.2
Trying combination source kernel, initramfs, and toolchain but still device cant booting
Thank you before for helping..
Still dont know what happen..
Compiling without problem but still not luck to booting..
Trying with alterbridge source..
Using old ubuntu8.04 Hardy Heron to build..
Is this one of problem even i have all tools??
At least can go to recovery now.. but still cant mount anything
Once you are successful, need you to help look at incorporating TWRP recovery into our tab. Their site seems to say easy to port to any device that already has cwm.
Sent from my GT-I9300 using xda app-developers app
Hello priyana..
Not yet mate.. to many home work to do since only google as my friend so only one way info direction to me.. 1st thing is booting..
Its more hard for noob like me even ive done this thing on other device..
Combination samsung update2 source + arm2009q3 + modified koxudaxi initramfs = can go to recovery but still cant booting (cant mount everything except usb storage)
Try to modified initramfs with alterbridge, chainfire and stock still dont know which part but one problem come internal mmc corrupt
I fix it yesterday after read and ask on other forum and now i know how to change size partition on internal mmc which use for /data /preload /sdcard
Thank you asvantypography
Trying to change linux from ubuntu8.4.0 to ubuntu12.10 to check out is this one of cause i cant compile kernel..
@mod: im sorry posting useless thing coz i dont know where should i ask and share my problem.. All refering ask in xda but still no solution for me till now..
Solved
Finally combination from all source that I have can booting
Even only basic kernel but it work..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I dont like open new thread so I wanna ask in this thread..
Why on recovery mode with overcome recovery adb shell not work with ubuntu12.10 but working well on window.. Whats wrong and what should I do?
Ps. Few hours ago still work
I'm trying to make a start to run linux on the tf701. Rooting the device with the SHIELD kernel was a hint that there is some kind of working linux kernel for the tf701.
I forked the SHIELD kernel github, and my first goal was to fix the messy display output. The SHIELD runs on a far lower resolution than the tf701. With a small change in the 'device tree' (dts file). I managed to boot a kernel with readable output (yay!!).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'm not really familiar with kernel compilation and the concept of the kenel device tree is new for me.
Are the others who would like to help me getting linux on the tf701?
My github page with the framebuffer fix can be found here: https://github.com/Menollo/tf701-kernel
I'd like to help, but unfortunately I'm a total noob with development and I don't have a lot of spare time. The most I have done is compile CM for devices that had published guide and device tree.
I'm really interested in trying to compile CM for the TF701, but a good linux distro would be awesome too. If you can think of anything that I can do to help with my limited knowledge and experience, I'd be glad to try.
would you mind providing a binary? I'm out in the fields and believe this could solve the graphics issue on my root method...
I could to made something - I start linux with right configuration. But I couldn't made next step. I have problem with initialization rootfs.
Trel725 said:
I could to made something - I start linux with right configuration. But I couldn't made next step. I have problem with initialization rootfs.
Click to expand...
Click to collapse
Are you doing LFS(Linux from scratch)? Maybe something like that will give you ideas?
I'm sorry, I don't understand. Did you mean do I read linux for scratch? Not yet. But I read that soon. Maybe I really will have some ideas. Thank you.
Here http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=commit;h=af42f432f683430df34a2a2ba084492daaae0a5c is the linux4tegra project source. It precompiled for Dalmore develop board, but source also include a lot of macallan-specific files. Can anyone help me with .config to build kernel for tf701? I tried use Dalmore defconfig (tegra11_defconfig) but that isn't work. Also I tried change configfile to disable dalmore support and enable macallan support. Then kernel couldn't compile. Is it interesting for anyone except me?
Trel725 said:
Here http://nv-tegra.nvidia.com/gitweb/?...it;h=af42f432f683430df34a2a2ba084492daaae0a5c is the linux4tegra project source. It precompiled for Dalmore develop board, but source also include a lot of macallan-specific files. Can anyone help me with .config to build kernel for tf701? I tried use Dalmore defconfig (tegra11_defconfig) but that isn't work. Also I tried change configfile to disable dalmore support and enable macallan support. Then kernel couldn't compile. Is it interesting for anyone except me?
Click to expand...
Click to collapse
The cm11 kernel config wont work for this?
I haven't tried it, but I sure that will not work because there are pretty much difference between kernel for android and just linux kernel. Also there are some difference between CM source and nvidia's source, for example choice Asus board (Mozart or haydn or none).
I tried installing xposed framework on Nougat x86 in VM. But it gets stuck on boot screen after reboot. Please help me solve the issue or confirm if its working for x86 VM. I am unable to take log since it get stuck in boot. Is there any way to take log?
Anyone? Help plz
a1b2c99 said:
Anyone? Help plz
Click to expand...
Click to collapse
It seems that the Android-x86 version isn't supported.
However, I guess Xposed was written in such a way that it couldn't be run on other platforms - without proper porting process. Also, I didn't know if you could find a recovery in that port of Android...though I once tested it in VirtualBox.
minhducsun2002 said:
It seems that the Android-x86 version isn't supported.
However, I guess Xposed was written in such a way that it couldn't be run on other platforms - without proper porting process. Also, I didn't know if you could find a recovery in that port of Android...though I once tested it in VirtualBox.
Click to expand...
Click to collapse
Thx for reply. When i installed it on virtual box it causes bootloop. But i was able to get it working on genimotion with nougat. So i guess only difference is with flashing method.
a1b2c99 said:
Thx for reply. When i installed it on virtual box it causes bootloop. But i was able to get it working on genimotion with nougat. So i guess only difference is with flashing method.
Click to expand...
Click to collapse
I hope Google will release a stand-alone version of Android Virtual Device for stuffs like this. xD
I'm also getting a bootloop once I used the flash-script.sh (xposed-v89-sdk25-x86.zip). I got no errors during the installation. When I start the Xposed Installer app it detects the framework but it was not enabled. When I reboot I get stuck in the bootloop. What could be wrong here? When I do a logcat I see the following in a continuous loop:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SlimVXposed Official PostPowered by SlimHookWhat is SlimVXposed ?SlimVXposed is a software that enable Xposed modules on device without root and package modifying.
Currently support modules like FakeLocationXposed, SPromoter, FaceBookXposed, Telegram helper, Android Faker,
MDWeChat......
How to use ?Download SlimVXposed from github or gitee, clone applications and modules (Click add button), click application you install in SlimVXposed,
the Xposed modules will be activate and only perform on app that clone into SlimVXposed.
Why SandVXposed renamed ?SandVXposed is now only available for business.
As origin developer of SandVXposed, I make a new hook framework for VirtualApp named SlimHook.
SlimVXposed is always for free and never provide paid version.
Platform compatibilityAndroid 2.3 - 12 Beta 2 (May work on future version of Android 12)
Harmony OS 2.0 API 5 (Based on Android 10)
Honor Magic UI 4.2 (Based on Android 11)
Contact & DownloadDownload SlimVXposed (svxp64 for 64bit and svxp for 32bit)
http://www.die.luhttp://spatch.die.luContact me:
EMail: 1#die.lu (replace # to @)
2nd floor is reserving for update and announcing.
Please give download link of FaceBookXposed module you mentioned in the OP.
What is the difference between that and virtualxposed?
Skorpion96 said:
What is the difference between that and virtualxposed?
Click to expand...
Click to collapse
SlimVXposed now no longer use VirtualApp core, so its behaviour may be diff when you launch or install an app into SlimVXposed.
SlimVXposed currently using Foza core for virtualization and support SPromoter directly.
For Android 6-13, use SlimVXposed is better.
Hey there. I'm new to this.
Can you help me to use this SlimVXposed.
I have Android OS 11.
I want to use it to fake my location.
I have install SlimVXposed, I don't know how to use it. Where to get Xposed Framework for SlimVXposed and also which fakegps module will work with it. Can you please further elaborate and help me with links.
What can I do to make Google services work?! I already installed the fakeGapps module but it doesn't work, even the internal option of SlimVX doesn't work either. Please help
Android 11.
Potatoxskull said:
What can I do to make Google services work?! I already installed the fakeGapps module but it doesn't work, even the internal option of SlimVX doesn't work either. Please help
Android 11.
Click to expand...
Click to collapse
I second this. FakeGapps doesn't work. Please help.
Thanks, now I can use Japanese TikTok server without root. I thought it doesn't gonna work but wtf
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Someone already tried installing kernelSU in OP 10 Pro? And how to do?
GitHub - tiann/KernelSU: A Kernel based root solution for Android
A Kernel based root solution for Android. Contribute to tiann/KernelSU development by creating an account on GitHub.
github.com
I wanted to install it long time ago but I'm not sure what would happen to our devices, on telegram group of kernelsu I read that many devices ended up in bootloop after flashing the provided boot.img many of them because they flashed the wrong img and others for incompatibility, on kernelsu manager shows that our device is compatible and we can just flash the provided boot.img or flash through Franco kernel and ex kernel apps(if rooted) the anykernel zip from kernelsu GitHub but I didn't try it.
works fine
RokCruz said:
I wanted to install it long time ago but I'm not sure what would happen to our devices, on telegram group of kernelsu I read that many devices ended up in bootloop after flashing the provided boot.img many of them because they flashed the wrong img and others for incompatibility, on kernelsu manager shows that our device is compatible and we can just flash the provided boot.img or flash through Franco kernel and ex kernel apps(if rooted) the anykernel zip from kernelsu GitHub but I didn't try it.
Click to expand...
Click to collapse
I have installed sucessfully!
Unninstalled magisk and flashed the right zip version via twrp. Works great!
Magisk Delta still better for me, but its a good alternative for the future.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Machad3x said:
I have installed sucessfully!
Unninstalled magisk and flashed the right zip version via twrp. Works great!
Magisk Delta still better for me, but its a good alternative for the future.
Click to expand...
Click to collapse
Good to know, twrp can be just booted or we need to install it? Wich zip did you install?
RokCruz said:
Good to know, twrp can be just booted or we need to install it? Wich zip did you install?
Click to expand...
Click to collapse
Recovery need to be installed, cant just boot.
I've installed the zip below, but i'm using ColorOS 13.1 beta! Install the same version of your kernel!
AnyKernel3-android12-5.10.136_2022-11.zip
Has anyone built their own Kernel? I’m stuck and confused on the instructions.