Software :: Getting Android Source Behind A Proxy Using Cntlm?

Jul 19, 2011

I'm having a headache with my company's Windows environment and limited IT support. I've managed to get to a point where I'm using cntlm to authenticate myself with the proxy server and can browse normal websites.

Now I need to pull the Android source using git as written at [URL]

Now, the curl command works fine, I can pull the repo utility from the server. However, it is the actual repo part of the command that I am having trouble with.

I suspect the proxy server is blocking the git port of 9418 because if I run the instructions exactly as listed, I get -

Getting repo ...
from git://android.git.kernel.org/tools/repo.git
android.git.kernel.org[0: 130.239.17.13]: errno=No route to host
android.git.kernel.org[0: 149.20.4.77]: errno=No route to host
android.git.kernel.org[0: 149.20.20.141]: errno=No route to host

[Code]....

View 1 Replies


ADVERTISEMENT

Ubuntu Networking :: Android Tablet Bypassing Proxy

Apr 27, 2011

I know this isn't directly related to Ubuntu (even if the rest of my network is pure Ubuntu!), but I haven't had any luck uncovering this info through the usual channels. Does anyone know which port Android 2.2 on a VIA wm8650 uses to access the Internet? My Wifi is routed through a Linux firewall (Ipcop) which forces normal outbound Internet traffic via normal ports (80, 8080 etc) through the ipcop proxy, but the wm8650 somehow bypasses the proxy. I don't know whether I'm just missing the port the tablet is actually using.

View 1 Replies View Related

Software :: Build From Source On Android - Where To Start

Nov 30, 2010

I've got myself and Android phone, and I'd like to be able to compile from source ON my phone (I want to be able to run some command line tools like eyeD3, lame, etc.). Problem is, how do I get GCC on my phone with such limited resources? The Android platform isn't exactly meant for developing on. Another option would of couse be compiling on my PC using a cross compiler, but I'm a newb when it comes to that

View 1 Replies View Related

Ubuntu Networking :: VPNC CNTLM Not Connecting?

Jul 21, 2011

I'm trying to setup a VPN using VPNC. All is well and I can create the VPN.

The problem is that CNTLM does not want to connect in the VPN Further more I am not sure what to look for? The logs are empty and CNTLM only reports 502 Parent proxy unreacheable.

How can I trace what the problem is?

My setup:
Ubuntu 10.10 64
CNTLM 0.91~rc6-0ubuntu1.1
VPNC 0.5.3r449-2

View 1 Replies View Related

Ubuntu :: Install Android Market On Android-sdk Emulator?

May 4, 2011

I installed everything and am running android OS on Ubuntu (using androidphonedriver guide). The problem I'm having now is that I don't know how to install android market application to be able to install other apps like opera etc.).

View 1 Replies View Related

Fedora :: TOR Onion Routing - Set Proxy For HTTP And HTTPS In Firefox But Say's 'unknown Proxy'

Jul 7, 2010

I've been trying to make myself anonymous, but I cant find 'Tor' anywhere, tried 'yum & kpackagekit' neither have it. I did find 'Privoxy', installed it, set proxy for HTTP and HTTPS in Firefox, but it says 'unknown proxy' when I try to use it! I've been to the Privoxy web site and read through the 'User manual', but most of it is 'geek' to me!

View 8 Replies View Related

Networking :: Squid Proxy Server On Ubuntu And WPAD - Proxy Auto Detection?

Dec 9, 2010

Currently my DHCP Server is working now what i want to have is auto detection of squid proxy in any browser but I still got an error in my dhcp server when I restart it.

My Config:

# DHCP configuration generated by Firestarter
ddns-update-style interim;
ignore client-updates;

[code]....

View 2 Replies View Related

Server :: Set Up Squid3 Proxy As A Transparent Proxy & Iptables Config

Feb 23, 2011

I am trying to set up my squid3 proxy as a transparent proxy - right now, I have to manually configure browsers to access via proxy. I understand that I have to put some rules into Iptables and also some further directives in the squid.conf.

I have a couple of specific questions. The proxy server is running on a Ubuntu 10.04 workstation and this machine also acts as a dhcp server for the network. I have just one subnet , namely 192.168.0.1-254 There is only 1 network card. Is it much easier to put in a second network card or is it just as easy to configure the existing lan card as a dual IP?

Is it necessary to configure these 2 IP's ( whether they are via 2 lan cards or dual IP on single card ) to be on different subnets. i.e ETH0 192.168.0.1 and ETH1 192.168.1.1 or is ok to have something like ETH0 192.168.0.1 and ETH1 192.168.0.254 ( where ETH0 is the one facing the LAN and ETH1 points to the modem router / switch i.e The Internet ) Where specifically do I save the Iptables rule configuration file and what must I call it ?

View 4 Replies View Related

General :: Convert HTTP Proxy To SOCKS Proxy?

Feb 27, 2010

I've been doing some security testing in a lab environment that does not have direct internet access. It's actually a little complicated: From home to connect to my lab machine, I

1. SSH to machineA.
2. SSH from machineA to machineB

where machineB is my actual lab machine. neither machineA or machineB allow anything other than SSH, and machineB is only accessible from machineA. However, I really need to run yum on machineB. I have managed to get internet access via Firefox on machineB by creating a series of SOCKS proxy via SSH.

1. machineB: ssh -L 12345:localhost:12345 user@machineA
2. machineA: ssh -D 12345 user@machineC
3. machineB: configure firefox to use socks proxy, localhost, 12345

where machineC has internet without limits placed. This is the only way I have managed to get internet working. I tried using ssh -L all the way from machineB->machineA->machineC but it didn't work (even when setting Firefox to use http proxy). I tried using ssh -D all the way, but again that doesn't work either.

I do have access via Firefox using socks proxy. However, yum update fails to retrieve mirror list, and from what I have found I don't believe yum supports socks proxy directly. Instead, it uses http_proxy / ftp_proxy. how to get yum to go out over the SOCKS proxy I created (same one using in Firefox)? It seems like since Firefox can access the internet and everything without issues, i should be able to get yum to tunnel through the same connection to access everything.... I tried

[URL]

View 1 Replies View Related

General :: Force Wget Proxy To Non Environment Proxy?

Aug 17, 2010

is there a way to force wget to use a specific squid proxy when making connections ? - I use a squid proxy normally, but I need this specific request to go via a different one. I dont have to use wget, I just need a way to test squid's blocking rules by requesting various pages through it, this proxy is not my normally proxy on the network and so I cant rely on wget taking the environment variable.

Also, this is as part of a script, so anything that avoids editing wget config files would be best. - Perhaps curl can do this ? - currently im using the exit code of wget to determine if the connection was made.

View 1 Replies View Related

Fedora :: Switch Between A Proxy And No Proxy Connection For Yum?

Sep 1, 2009

I am working on fc10. I connect to internet using two connections: with proxy and without proxy. Initially I had some problem in configuring yum for proxy and I resolved it by creating files proxy.sh and proxy.csh in /etc/profile.d with the required details (export_proxy).Now when I connect to my connection without proxy I have some problems .Whenever I try to do yum update I get the following error:

"[URL]: [Errno 12] Timeout: <urlopen error timed out> Trying other mirror. Error: failure: repodata/primary.xml.gz from adobe-linux-i386: [Errno 256] No more mirrors to try." what changes do I need to make in order to use yum in the connection without proxy?

View 3 Replies View Related

Networking :: Forwarding All Traffic To The Proxy To Another Proxy

Oct 28, 2009

At the moment I have a proxy and all the users have to configure it in the browser to access internet. I want to make the users able to browse even without configuring the proxy in the browser. but eventually it should be received in the proxy rather than giving an error to the user. I heard with transparent proxy I can redirect all the traffic from a particular network, to a particular host( ie my existing proxy).

I tried this using firewall rules. But then the existing proxy doesn't understand the protocol of the requests. I heard that it should be in the kind of proxy protocol.

View 1 Replies View Related

Networking :: Browser Using Proxy Not Using Proxy's IP?

Feb 23, 2010

I've setup squid proxy st time on centos 5.This is my current setup.squid.conf:Quote:acl our_networks src 192.168.10.0/24 ttp_access allow our_networksQuote:

internet -- modem -- Firewall --switch--squid proxy (192.168.10.100)
--client workstation ((192.168.10.200)
(client workstation is connected to the same switch as the squid proxy)

[code]...

View 1 Replies View Related

Ubuntu :: Open Source Virtual Machine - Study The Source In Order To Create My Own?

Jun 28, 2011

Is there any open source virtual machine so i can study the source in order to create my own? i'm gonna write my own, so it doesNT matter if license does not allow further development of the code.

View 1 Replies View Related

Ubuntu :: Source Code Of The Krnel From The Kernel.org - Source Trees Organization

Apr 11, 2011

i am already a little bit familiar with linux and now i want to know better the linux OS. i have downloaded the source code of the krnel from the kernel.org and i dont understand the linux source trees organization, so can somebody do me a favor and give me a link to some internet page (or at least a book) that explains that?? i have searched in the internet with the tag:::linux source trees organization and i have not found nothing interesting

View 1 Replies View Related

Software :: Where Is The Source Codes For The Open Source Drivers For Each Distros

Jan 2, 2009

We all know we can install a linux system such as Fedora 10 and use it. Being linux, one should in principle get the source codes for everything that has been precompiled (except the proprietary drivers such as nvidia) in the installation DVDs/CDs. Where are the source codes ? Is there a place I can download them ?
To avoid confusion, I am not referring to the kernel source that can be compiled to give a linux kernel, but that does not include the drivers, such as intel_drv.so.

To be more specific, the intel graphic i810 driver has been built into any linux system, but where is the exact source? One answer may be that primary source intellinuxgraphics.com. However, if anyone tries to download the every changing (i.e., keep updated almost every single day) driver source codes from freedesktop.org, it is almost certain that the source codes will not be the same as the one that is finalized in Fedora 10.

View 9 Replies View Related

Fedora Installation :: Use The Source Dvd To Install The Source Package?

Feb 19, 2010

installed the fedora 12, but dont know how to use the source dvd to install the source package.

View 3 Replies View Related

Ubuntu :: How To See Source Code Of Open Source Software

Sep 12, 2010

I want to see the source code of smplayer software.from where i can see source code of open source softwares?

View 9 Replies View Related

OpenSUSE :: Android SDK From Scratch?

Dec 13, 2009

I'm running openSUSE 11.2 KDE 64 bit. I'd like to install everything required for the Android SDK. I don't have any of it installed atm. Can anyone recommend an existing how-to? All I find are Ubuntu-specific tutorials. I'll need to install java, eclipse, and the Android SDK. I have not used/installed any of this before, so I'm looking for a detailed, step-by-step guide for openSUSE 11.2 KDE.

View 6 Replies View Related

Ubuntu :: Has Android Been Integrated

May 20, 2010

I was wondering since they where working on it, i was wondering when it was going to be released. Iv been waiting on this for a while.

View 6 Replies View Related

Ubuntu :: Installing Android Sdk For Adb?

Sep 9, 2010

I'm trying to install these tools so I can get root on my HTC evo. I'm not a developer so I don't need all the dev software. I just need adb so I can move some files. I have no idea what I'm doing or what the prerequisites are for the sdk software.

View 2 Replies View Related

Ubuntu :: Cannot Mount HTC Android

Sep 11, 2010

When I connect my HTC Desire (and select to connect it as a diskdrive) to ubuntu (10.04.1) dmesg shows that the system sees a new usb

Direct-Access HTC Android Phone 0100 PQ: 0 ANSI: 2
Attached scsi generic sg3 type 0
[sdc] Attached SCSI removable diskHowever, I cannot mount the device. fdisk -l /dev/sdc returns nothing.

[Code]....

View 1 Replies View Related

Ubuntu :: 10.04 Not Seeing Android Tablet?

May 20, 2011

I have Ubuntu 10.04 running on my laptop. IBM R51 Been running for some time fine.I bought an android Acer Iconia A500 tablet. It has a usb port and I can plug it into my windows machine fine and see the drive etc.I plug it into my Ubuntu system and nothing mounts. I have tried several searches in google but what they say to do does not work.Is there any plans to fix this soon? I hate to boot windows to load files to my Acer.

View 4 Replies View Related

General :: How To Install Android SDK

May 17, 2011

i am using kubuntu and i am trying to install Android SDK but once i have untar the tarball i dont know what to do next!! and the software has not been installed! and for more information i have already Eclipse helios installed!!

View 1 Replies View Related

Debian Programming :: Can't Build Android App

May 29, 2014

I'm trying to setup tools for developing android apps on my Debian Wheezy (backport) system. Eclipse with android plugins is installed. Android SDK installed using android-sdk_r22.6.2-linux.tgz available from URL...My problem is I can't build the android app. The console in Eclipse tells me something (translated) like this;

Code: Select all[2014-05-30 16:36:45 - adb] Unexpected exception 'Cannot run program "/usr/lib/android-sdk-linux/platform-tools/adb": java.io.IOException: error=2, No such file or directory' while attempting to get adb version from '/usr/lib/android-sdk-linux/platform-tools/adb'

I have searched the web quite extensively but found no solution. It seems the issue may be due to I'm having a 64bit system but building the app requires some 32bit stuff.Some older posts suggest adding package by "apt-get install ia32-libs". In later posts (i.e. URL....

Code: Select alldpkg --add-architecture i386
apt-get update
apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386

However doing apt-get install libc6:i386 asks me to remove 1536 installed packages and installing just 5 new...

Some info about my system ....
Code: Select all>uname -mrv
3.14-0.bpo.1-amd64 #1 SMP Debian 3.14.4-1~bpo70+1 (2014-05-14) x86_64

View 8 Replies View Related

OpenSUSE :: Syncing Android Phone To KDE PIM?

Apr 27, 2010

I don't know if this is the right place to ask, but has anyone had any success in syncing and android phone to KDE PIM?I'm just looking for a new phone and was wondering if this would work. I'm mostly after being able to sync Kontact and the Calender.

View 9 Replies View Related

Ubuntu :: Does Android Sdk Work On 64bit 10.04

May 7, 2010

does the android sdk work on ubuntu 64bit 10.04 becuase I try to run it in terminal, this is what i get.i cd to the tools directory and then sudo adb no file or directory sh adb: adb 1: syntax error:"(" unexpected

View 2 Replies View Related

Ubuntu :: Install Android In 10.04 + Virtualbox3.18?

May 23, 2010

my system:ubuntu10.04+virtualbox3.18

how can i install android in my system?

View 1 Replies View Related

Ubuntu :: 10.04 Android OS Make Error

Jul 5, 2010

I have followed the instructions to the letter and I have download the Android OS Source code as per instructions, and when says to run the "make" command, I get this output:

Code:
hamish@hamish-laptop:~/mydroid$ make
PLATFORM_VERSION_CODENAME=AOSP
PLATFORM_VERSION=AOSP
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng

[Code]...

View 9 Replies View Related

Ubuntu :: Get Eclipse And The Android SDK Working?

Oct 27, 2010

I am trying to get Eclipse and the Android SDK working in Ubuntu. So far everything works except when you try to create a new Android project and, the build target area is grayed out. Why? I did run the android tool inside the sdk folder and created and Android 2.2 AVD. Why is it not reading it?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved