OpenVPN Client - Fascinate General

Can the native Android VPN client connect to an OpenVPN server? I've seen the client installer on the marketplace but it doesn't seem to work with the Busybox install from Titanium Backup. The logs appear to be complaining about a missing cp command even though it's in /bin where it should be. Any help would be greatly appreciated.
Sent from my SCH-I500 using XDA App

Related

[LINUX] - How To: UBUNTU on Dell Streak

EDIT: I can't post to XDA due to the fact that i just signed up for an account, but look at fards' copy of my post to see how to install Ubuntu on your Dell Streak
Here's Pats Post on modaco;
although it would be nicer to keep development discussion to just one thread, the more constructive input the better
Hello All,
I'm attempting to natively port Ubuntu and/or Debian to the Streak. With it being such a powerful device there really is no reason it SHOULDN'T be running a “desktop” operating system. However, implementing his is quite a difficult task, so if any and everyone's help would be very much appreciated.
In the mean time, this is my first guide on how to get ubuntu running piggyback on the Dell Streak. After quite a while (and numerous different trials), I have found that this is the easiest way to get Ubuntu Mobile up and running fast. All commands can be done through either ADB shell or the terminal emulator on the phone.
This was *NOT* done entirely by me, but is a culmination of the effort of lots of people in the android community. I just modified it so that it would work on the Streak.
**This Installation DOES NOT install Linux natively, and as such is should not be destructive to your Android system, however i take absolutely no responsibility for anything that happens and you do this COMPLETELY at your own risk**
Here is how to do it:
1) Root your phone. There are plenty of guides on how to do it, so find one and get root access on your phone.
**YOUR PHONE MUST BE ROOTED. THIS WILL NOT WORK WITHOUT IT.**
2) Download Ubuntu Mobile Bundle: http://uploading.com/files/bbm6b311/ubuntu.zip/
This contains an image of the filesystem as well as other necessary scripts to get it working.
2) Busybox - Install Titanium Backup from Android Market - if you press the "Problems" button it will install Busybox on your phone for you (Feel free to uninstall Titanium after this is done). This is the fastest and most pain free way to install busybox on the streak that i know of for now (the other ways of doing this ARE NOT fun...)
3) On your SD card's root directory, create a folder called ubuntu and extract all files in the ubuntu mobile bundle there.
4) Replace the bootubuntu executeable file in the ubuntu directory with mine, found here http://www.mediafire.com/?fi011w4fbmymw3y
5) Unmount phone from computer. ADB and Android Terminal will not work if the phone is mounted.
5) Download a terminal from the Android Market - I used Jack Palevich's Android Terminal Emulator (android market search: terminal) but anything similar should work the same
CODE
Code:
su
cd /sdcard/ubuntu
sh ubuntu.sh
6) Ignore any errors thrown up by ubuntu.sh. From this point, all that is needed to boot ubuntu is just to enter this:
CODE
Code:
bootubuntu
To start ubuntu from now on, this is all you need to do.
You should now have ubuntu working on your laptop, and while it DOES connect to your phone's internet sources, it DOES NOT yet have a graphical interface.
Here is how to add one:
1) Update the system with the following commands in ubuntu:
CODE
Code:
apt-get update
apt-get upgrade
The first one updates the package lists, the second one downloads updates to the system itself.
2) Install TightVNC in ubuntu:
CODE
Code:
apt-get install tightvncserver
3) Configure TightVNC:
CODE
Code:
export USER=root
vncserver -geometry 800x480
For security purposes, it is recommended that you assign a password to your VNC server when asked.
4) Download Android VNC Viewer from the market
5) Configure Android VNC Viewer:
Change the port to 5901 and type in your password that you entered before.
Other Problems
There appears to be a bug with the X window server sometimes refusing to connect to VNC. DO NOT change any settings on Android VNC Viewer, instead open a terminal and run the folloring command:
CODE
Code:
rm -R /tmp/.X11-unix
What Does Not Work – Will Try To Fix
Keyboard from Android VNC Viewer
Shutdown – Does Nothing
Reboot
Log Out
Native Install
I hope you guys enjoy this, and I can't wait to get your feedback.
- Pat
Click to expand...
Click to collapse
there was a thread about this but it wasnt work on me. now i am downloading and i will inform you again
what is the address for vnc ?
OMG! Could that be any slower on the download?
EDIT:
That sounded totally ungrateful - sorry!
Thank you very much for this
yeah works fine without problems.
it is better from g1 but not as well as a netbook. so only experimental use i think
I connected to the loopback 127.0.0.1 on 5901 and it worked - haven't seen how to connect to it remotely though
Edit:
Reading is fundamental - I can connect to it form another machine
now to fix the keyboard issue
in terminal emulator there is a note : localhost:1 vnc could work properly so i connect with only port and password.
is it possible to install jolicloud since its an ubuntu based system?
Newbie questions, sorry....
Before to try this port, just some maybe stupid questions for you:
- Still working the phone function?
- Is it easy to go back to standard or Steve Streaks Roms?
- Are there lack of drivers for bluetooth, gps, audio, wifi, etc?
Thanks.
No your missing the point here, this isn't an OS separate to android. Think of this as an app it runs on top of the android system. Also this is very experimental most features would be limited and no ubuntu can't be used as an smartphone os -No phone...
beginner said:
Before to try this port, just some maybe stupid questions for you:
- Still working the phone function?
- Is it easy to go back to standard or Steve Streaks Roms?
- Are there lack of drivers for bluetooth, gps, audio, wifi, etc?
Thanks.
Click to expand...
Click to collapse
1) Ubuntu does not replace android, and the UI only runs in a VNC server, so you can switch back and forth between ubuntu and the phone app (or angry birds?)
2) I installed mine on top of DJ Steve's 1.8.1 rom... It's not native, so it only runs on top of android instead of replacing it
3) Haven't tried audio yet, but it should work (let me know how it goes)... internet connectivity works and provided you have an internet connection enabled in android you can use tools like APT or Firefox in ubuntu... only problem is keyboard is a bit wonky...
For those who had trouble figuring out how to set up the VNC, here is a picture of my VNC configuration on my phone. If you find out the phone's IP address you should even be able to VNC into it from your computer (if your on the same wifi network)
Also, openoffice.org
- pat
Is anyone actively attempting to get Ubuntu running native?
audio not working
keyboard not working
also lots of lags.
ear0wax said:
Is anyone actively attempting to get Ubuntu running native?
Click to expand...
Click to collapse
Yes, i'm looking into it, but it's quite an uphill battle in order to get it working. I'll let everyone know when we make some progress.
www.cepdukkani.net said:
audio not working
keyboard not working
also lots of lags.
Click to expand...
Click to collapse
cause you are running 2 operating systems at the same time
But seriously, if ubuntu can run native (no android in the background) then the lag would be gone, and (if set up right) audio and keyboard would work.
- pat
could i recieve phone and uses sms?
Getting error
Hi all after passing command for booting ubuntu I get a error chroot can't find /bin/bash folder or directory missing
Sent from my Dell Streak using XDA Premium App
www.cepdukkani.net said:
audio not working
Click to expand...
Click to collapse
Im wondering if I install a rdp server instead of vnc if I can get remote audio working.
Ill post with whatever results i get once I'm done waiting 2 hours for the ubuntu image to download.
As for lag. I had a n900 running @600mhz and was doing a chroot into ubuntu and it ran fine, but it used xpyher not vnc. Is there any embedded X servers for android yet? (I highly doubt it)
data requirement for updating GUI pkg of Ubuntu
Can any body tell me size of the data required to update to gui ......as i m not using wi -fi i hv to stick on gsm data usage which is limited in my plan
Very cool!
I had lots of trouble rooting my 2.2.2, but finally got it done by running Gingerbreak twice in a row on a cleanly re-started Streak.
Thanks for a fun gig!

[Q] USB Tethering on Ubuntu 11.04

I have been having trouble using easy tether to connect to the Internet on my computer after upgrading to Ubuntu 11.04. It was working fine on 10.10 but after updating, I can't seem to get it to work.
I have installed the drivers and have it running on my phone and I type the commands:
cd /usr/bin
easytether connect
It displays that I am connected on the terminal, but network manager just says that I am searching for a connection. Does anyone know how to fix this? Or have another way to USB tether to Ubuntu 11.04?
What phone are you using ? There is a known bug in ubuntu heres how to fix it https://help.ubuntu.com/community/AndroidScreenshots. I know its for screenshots but it works the code is for htc if you are not using a htc device the vender codes for other devices can be found in the superoneclick.thread.
Sent from my Dell Streak using XDA Premium App
Hey thanks for the link. I will try editing my android.rules file to the new one that is there
Nope that didn't work. Thanks for the input though. Does anyone else have this problem? I have seen a bunch of people on the ubuntu forums but there doesnt seem to be anyone who got it to work
I bumping this again because I really need this to work. Any ideas????? Please???
My Ubuntu box was not able to find my phone...but after I went In and manually added it it connects just fine.
Sent from my DROIDX using XDA App
Are you on 11.04? And how did you manually add it?
I can get adb to work. Also, if I type:
cd /usr/bin
easytether enumerate
It shows the device id but if I type:
easytether connect #############
It shows it connects in the terminal just like it does without the number, it says it is connected in the terminal, but network manager does not connect.
This is incredibly important to me so could you please post how you did that when you get a chance?
I just talked to easytether support. It seems to be a bug in their program. They are going to be fixing it soon.
I apologize for reviving but was a fix released?

[Q] Install Openvpn on Emulator

Hello friends,
I want to install openvpn in my emulator. I am developing an application that connects to openvpn using Eclipse, Android 2.3.3 API 10.
I tried many ways to install openvpn to my emulator, but I cannot access system folder. Even with OpenVPN Installer, I get the same.
Has anyone been successful installing it on emulator. I can mount emulator, explore/push files using eclipse but why can't I aceess the system folder. I get "Read Only", "Access Denied", etc such messages only.
Any help with this is highly appreciative. I am stuck at this stage since many days, but can't get any solution for this.
Thanks
Friends any help any guidance. I have found expoerts of this forum very active. Is this a Android version problem or what can be ??? Is anyone successful in installing openvpn or any software to emulator that needs t access /system ? If so what android version and model of emulator was used.

SSh

Hi, i was wondering how to connect the android with an ssh client so i can access my tablet from my laptop.
Using the search tool on the Android MArket is hard.
https://market.android.com/details?id=berserker.android.apps.sshdroid&feature=search_result
adb wireless...its in the market and works very well.

[Q] Problem reading files from samba shares

Hi,
I got a strange probolem when trying to access files on a samba share. The share is on a Pogoplug running ArchLinux and I can access it from Xubuntu fine. Howerver, on the N7 using ES File Explorer, i can browse the directories fine. I can even create new files. But as soon as I try to access a file, I get an error saying "parameter incorrect" or "Cache remote file failed". The problem occurss on publish shares as well as user shared. I tried other Samba clients than ES File Explorer, but the result is always the same. Anybody an idea how to solve this?
Also works flawlessly on my iPhone, just tried. Anybody know any special samba options required or incompatible with android?
Sent from my Nexus 7 using xda app-developers app
Just realize this question may be better in the networking forum. Cab an operator move out there please?
Sent from my Nexus 7 using xda app-developers app
Just tried to browse a Windows share from my N7, and that works fine, so there must be something specific to the Linux samba setup that the N7 doesn't like.
Found the solution, this appears to be a Samba bug: https://bugzilla.samba.org/show_bug.cgi?id=9706
Setting unix extensions = no in the smb.conf fixes it for now.

Categories

Resources