Infeasible
Status Update
Comments
hb...@gmail.com <hb...@gmail.com> #2
Which hardware is this on? (Is it missing kernel option for IPv6?)
pa...@gmail.com <pa...@gmail.com> #3
These logs are generated by original ASUS Google Nexus 7 WiFi [2012]: it has been just upgraded via OTA with official firmware 4.4 (KRT16S).
I don't know if the kernel option for IPv6 is installed because I've not compiled the kernel but I'm using the official Google version.
Anyway this issue is common for many users as I can see from the lot of feedbacks I receive from users of my VPN applications.
I don't know if the kernel option for IPv6 is installed because I've not compiled the kernel but I'm using the official Google version.
Anyway this issue is common for many users as I can see from the lot of feedbacks I receive from users of my VPN applications.
gh...@gmail.com <gh...@gmail.com> #4
I've the same issue. Nexus 7, Android 4.4 KitKat.Please fix it soon.
gh...@gmail.com <gh...@gmail.com> #5
Same problem Nexus 7(2013) android 4.4
[Deleted User] <[Deleted User]> #6
Same problem on Nexus 7 with 4.4. I rely on this functionality for connectivity while on the road. With travel plans just a week away, I'm seriously considering a Windows 8 tablet. There's no way I'll be getting the new Nexus 10 now - not when something as important as this can be broken so easily.
gh...@gmail.com <gh...@gmail.com> #7
Can you send a full bugreport of the failure to me at rgreenwalt@google.com?
ri...@gmail.com <ri...@gmail.com> #8
That specific error copypasted in the report is supposed to be innocuous, but there is most likely an underlying problem.
The requested bugreport will help identify the issue.
https://android.googlesource.com/platform/system/netd/+/master/SecondaryTableController.cpp
around line 474
//try and set up for ipv6. ipv6 nat came in the kernel only in 3.7, so this can fail
ret = execIptables(V6,
"-t",
"nat",
add ? "-A" : "-D",
LOCAL_NAT_POSTROUTING,
"-o",
iface,
"-m",
"mark",
"--mark",
mark_str,
"-j",
"MASQUERADE",
NULL);
The requested bugreport will help identify the issue.
around line 474
//try and set up for ipv6. ipv6 nat came in the kernel only in 3.7, so this can fail
ret = execIptables(V6,
"-t",
"nat",
add ? "-A" : "-D",
LOCAL_NAT_POSTROUTING,
"-o",
iface,
"-m",
"mark",
"--mark",
mark_str,
"-j",
"MASQUERADE",
NULL);
ga...@gmail.com <ga...@gmail.com> #9
I've also got this problem on a Nexus 7 (2012, WLAN only) after the update to Android 4.4 last weekend. This breaks my connectivity while on the road, as I am no longer able to use tethering via Bluetooth to my Samsung smartphone, making the tablet nearly useless away from my home network (open WLAN hotspots are not that common in Germany due to legal difficulties).
I'd really appreciate a fast fix for this problem.
I'd really appreciate a fast fix for this problem.
ma...@gmail.com <ma...@gmail.com> #10
Same here on 4.4 kitkat now nexus useless when out! & lack of adhoc wifi adds insult to injury!
gh...@gmail.com <gh...@gmail.com> #11
Same problem here too , my nexus 7 2012 is no useless due to that error or thatbproblem with the vpn
pe...@gmail.com <pe...@gmail.com> #12
I wiah u fix it soon :)
er...@gmail.com <er...@gmail.com> #13
[Comment deleted]
th...@gmail.com <th...@gmail.com> #14
I've just updated my ASUS Google Nexus 7 WiFi [2012] to android 4.4 KitKat via OTA, and i have the same issue.
sj...@gmail.com <sj...@gmail.com> #15
I have same problem on Nexus10 after I received official update to 4.4
mr...@googlemail.com <mr...@googlemail.com> #16
I have a Nexus tablet 10. After installing Android 4.4 Bluevpn stopped working. Tried to use the TunKo did not help. Help please
ve...@gmail.com <ve...@gmail.com> #17
I have the same problem too. After upgrading to 4.4 my nexus 7 is now less useful than before.
re...@gmail.com <re...@gmail.com> #18
[Comment deleted]
sj...@gmail.com <sj...@gmail.com> #19
[Comment deleted]
gh...@gmail.com <gh...@gmail.com> #20
The VpnService class cannot register the "tun0" interface into the routing table; I've tested the same code for Android 4.4 and 4.3:
Android 4.4
shell@android:/ $ cat /proc/net/route
cat /proc/net/route
Iface Destination Gateway Flags RefCnt Use Metric Mask MTU Window IRTT
wlan0 00000000 0100A8C0 0003 0 0 0 00000000 0 0 0
wlan0 00000000 0100A8C0 0003 0 0 305 00000000 0 0 0
wlan0 0000A8C0 00000000 0001 0 0 305 00FFFFFF 0 0 0
wlan0 0100A8C0 00000000 0005 0 0 0 FFFFFFFF 0 0 0
Android 4.3
shell@android:/ $ cat /proc/net/route
cat /proc/net/route
Iface Destination Gateway Flags RefCnt Use Metric Mask MTU Window IRTT
tun0 00000000 00000000 0001 0 0 0 00000080 0 0 0
wlan0 00000000 0100A8C0 0003 0 0 0 00000000 0 0 0
wlan0 00000000 0100A8C0 0003 0 0 308 00000000 0 0 0
tun0 00000080 00000000 0001 0 0 0 00000080 0 0 0
wlan0 0000A8C0 00000000 0001 0 0 308 00FFFFFF 0 0 0
wlan0 0100A8C0 00000000 0005 0 0 0 FFFFFFFF 0 0 0
Android 4.4
shell@android:/ $ cat /proc/net/route
cat /proc/net/route
Iface Destination Gateway Flags RefCnt Use Metric Mask MTU Window IRTT
wlan0 00000000 0100A8C0 0003 0 0 0 00000000 0 0 0
wlan0 00000000 0100A8C0 0003 0 0 305 00000000 0 0 0
wlan0 0000A8C0 00000000 0001 0 0 305 00FFFFFF 0 0 0
wlan0 0100A8C0 00000000 0005 0 0 0 FFFFFFFF 0 0 0
Android 4.3
shell@android:/ $ cat /proc/net/route
cat /proc/net/route
Iface Destination Gateway Flags RefCnt Use Metric Mask MTU Window IRTT
tun0 00000000 00000000 0001 0 0 0 00000080 0 0 0
wlan0 00000000 0100A8C0 0003 0 0 0 00000000 0 0 0
wlan0 00000000 0100A8C0 0003 0 0 308 00000000 0 0 0
tun0 00000080 00000000 0001 0 0 0 00000080 0 0 0
wlan0 0000A8C0 00000000 0001 0 0 308 00FFFFFF 0 0 0
wlan0 0100A8C0 00000000 0005 0 0 0 FFFFFFFF 0 0 0
he...@gmail.com <he...@gmail.com> #21
I have this same issue with my Google nexus 5. This is a huge feature for me and I'm sure many others. Please fix as soon as possible.
r....@gmail.com <r....@gmail.com> #22
[Comment deleted]
sj...@gmail.com <sj...@gmail.com> #23
The Linux kernel 3.4.0 was introduced since Android version 4.2 (Jelly Bean); now I've in my Nexus 7 (2012) [firmware KRT16S] the old kernel version 3.1.10-gee1a0b2. Maybe the issue is due to the kernel regression?
ch...@gmail.com <ch...@gmail.com> #25
#22
VPN on Android 4.4 seems to depend on, or at least assume it is run on, a kernel with support for IPv6 NAT, available in Linux kernel 3.7 and later.
VPN on Android 4.4 seems to depend on, or at least assume it is run on, a kernel with support for IPv6 NAT, available in Linux kernel 3.7 and later.
re...@gmail.com <re...@gmail.com> #26
Another difference for the same code:
VpnService.Builder builder = new VpnService.Builder();
builder.setMtu(1500);
builder.addAddress("10.0.0.1",24);
builder.addDnsServer("8.8.8.8");
builder.addDnsServer("8.8.4.4");
builder.addRoute("0.0.0.0", 0);
ParcelFileDescriptor parcel = builder.setSession("VPN Tether Connection").establish();
Android 4.3:
11-30 12:24:49.458: D/VpnJni(146): Address added on tun0:10.0.0.1/24
11-30 12:24:49.458: D/VpnJni(146): Route added on tun0:0.0.0.0/0
11-30 12:24:49.458: I/Vpn(146): Established by com.test_vpn on tun0
Android 4.4:
11-29 17:18:02.925: D/VpnJni(493): Address added on tun0:10.0.0.1/24
11-29 17:18:03.055: I/ip6tables(120): ip6tables v1.4.11.1: can't initialize ip6tables table `nat': Table does not exist (do you need to insmod?)
11-29 17:18:03.055: I/ip6tables(120): Perhaps ip6tables or your kernel needs to be upgraded.
11-29 17:18:03.055: I/ip6tables(120): ip6tables terminated by exit(3)
11-29 17:18:03.055: E/Netd(120): exec() res=0, status=768 for /system/bin/ip6tables -t nat -A st_nat_POSTROUTING -o tun0 -m mark --mark 60 -j MASQUERADE
11-29 17:18:03.155: I/Vpn(493): Established by com.test_vpn on tun0
The message "Route added on tun0:0.0.0.0/0 " is not in the log: means that builder.addRoute("0.0.0.0", 0); has no effect.
Method "addRoute" for class VpnService.Build changed:
version 4.3:
public Builder addRoute(String sAddress, int prefixLength) {
InetAddress address = InetAddress.parseNumericAddress(sAddress);
check(address, prefixLength);
int offset = prefixLength / 8;
byte[] bytes = address.getAddress();
if (offset < bytes.length) {
for (bytes[offset] <<= prefixLength % 8; offset < bytes.length; ++offset) {
if (bytes[offset] != 0) {
throw new IllegalArgumentException("Bad address");
}
}
}
mRoutes.append(String.format(" %s/%d", address.getHostAddress(), prefixLength));
return this;
}
version 4.4:
public Builder addRoute(String sAddress, int prefixLength) {
InetAddress address = InetAddress.parseNumericAddress(sAddress);
check(address, prefixLength);
int offset = prefixLength / 8;
byte[] bytes = address.getAddress();
if (offset < bytes.length) {
for (bytes[offset] <<= prefixLength % 8; offset < bytes.length; ++offset) {
if (bytes[offset] != 0) {
throw new IllegalArgumentException("Bad address");
}
}
}
mRoutes.add(new RouteInfo(new LinkAddress(address, prefixLength), null));
return this;
}
Where:
public RouteInfo(LinkAddress destination, InetAddress gateway) {
this(destination, gateway, null);
}
the "gateway" is null and the "iface" is null for the constructor method:
/**
* Constructs a RouteInfo object.
*
* If destination is null, then gateway must be specified and the
* constructed route is either the IPv4 default route <code>0.0.0.0</code>
* if @gateway is an instance of {@link Inet4Address}, or the IPv6 default
* route <code>::/0</code> if gateway is an instance of
* {@link Inet6Address}.
*
* destination and gateway may not both be null.
*
* @param destination the destination prefix
* @param gateway the IP address to route packets through
* @param iface the interface name to send packets on
*/
public RouteInfo(LinkAddress destination, InetAddress gateway, String iface) {
if (destination == null) {
if (gateway != null) {
if (gateway instanceof Inet4Address) {
destination = new LinkAddress(Inet4Address.ANY, 0);
} else {
destination = new LinkAddress(Inet6Address.ANY, 0);
}
} else {
// no destination, no gateway. invalid.
throw new IllegalArgumentException("Invalid arguments passed in: " + gateway + "," +
destination);
}
}
if (gateway == null) {
if (destination.getAddress() instanceof Inet4Address) {
gateway = Inet4Address.ANY;
} else {
gateway = Inet6Address.ANY;
}
}
mHasGateway = (!gateway.isAnyLocalAddress());
mDestination = new LinkAddress(NetworkUtils.getNetworkPart(destination.getAddress(),
destination.getNetworkPrefixLength()), destination.getNetworkPrefixLength());
mGateway = gateway;
mInterface = iface;
mIsDefault = isDefault();
mIsHost = isHost();
}
VpnService.Builder builder = new VpnService.Builder();
builder.setMtu(1500);
builder.addAddress("10.0.0.1",24);
builder.addDnsServer("8.8.8.8");
builder.addDnsServer("8.8.4.4");
builder.addRoute("0.0.0.0", 0);
ParcelFileDescriptor parcel = builder.setSession("VPN Tether Connection").establish();
Android 4.3:
11-30 12:24:49.458: D/VpnJni(146): Address added on tun0:
11-30 12:24:49.458: D/VpnJni(146): Route added on tun0:
11-30 12:24:49.458: I/Vpn(146): Established by com.test_vpn on tun0
Android 4.4:
11-29 17:18:02.925: D/VpnJni(493): Address added on tun0:
11-29 17:18:03.055: I/ip6tables(120): ip6tables v1.4.11.1: can't initialize ip6tables table `nat': Table does not exist (do you need to insmod?)
11-29 17:18:03.055: I/ip6tables(120): Perhaps ip6tables or your kernel needs to be upgraded.
11-29 17:18:03.055: I/ip6tables(120): ip6tables terminated by exit(3)
11-29 17:18:03.055: E/Netd(120): exec() res=0, status=768 for /system/bin/ip6tables -t nat -A st_nat_POSTROUTING -o tun0 -m mark --mark 60 -j MASQUERADE
11-29 17:18:03.155: I/Vpn(493): Established by com.test_vpn on tun0
The message "Route added on tun0:
Method "addRoute" for class VpnService.Build changed:
version 4.3:
public Builder addRoute(String sAddress, int prefixLength) {
InetAddress address = InetAddress.parseNumericAddress(sAddress);
check(address, prefixLength);
int offset = prefixLength / 8;
byte[] bytes = address.getAddress();
if (offset < bytes.length) {
for (bytes[offset] <<= prefixLength % 8; offset < bytes.length; ++offset) {
if (bytes[offset] != 0) {
throw new IllegalArgumentException("Bad address");
}
}
}
mRoutes.append(String.format(" %s/%d", address.getHostAddress(), prefixLength));
return this;
}
version 4.4:
public Builder addRoute(String sAddress, int prefixLength) {
InetAddress address = InetAddress.parseNumericAddress(sAddress);
check(address, prefixLength);
int offset = prefixLength / 8;
byte[] bytes = address.getAddress();
if (offset < bytes.length) {
for (bytes[offset] <<= prefixLength % 8; offset < bytes.length; ++offset) {
if (bytes[offset] != 0) {
throw new IllegalArgumentException("Bad address");
}
}
}
mRoutes.add(new RouteInfo(new LinkAddress(address, prefixLength), null));
return this;
}
Where:
public RouteInfo(LinkAddress destination, InetAddress gateway) {
this(destination, gateway, null);
}
the "gateway" is null and the "iface" is null for the constructor method:
/**
* Constructs a RouteInfo object.
*
* If destination is null, then gateway must be specified and the
* constructed route is either the IPv4 default route <code>0.0.0.0</code>
* if @gateway is an instance of {@link Inet4Address}, or the IPv6 default
* route <code>::/0</code> if gateway is an instance of
* {@link Inet6Address}.
*
* destination and gateway may not both be null.
*
* @param destination the destination prefix
* @param gateway the IP address to route packets through
* @param iface the interface name to send packets on
*/
public RouteInfo(LinkAddress destination, InetAddress gateway, String iface) {
if (destination == null) {
if (gateway != null) {
if (gateway instanceof Inet4Address) {
destination = new LinkAddress(Inet4Address.ANY, 0);
} else {
destination = new LinkAddress(Inet6Address.ANY, 0);
}
} else {
// no destination, no gateway. invalid.
throw new IllegalArgumentException("Invalid arguments passed in: " + gateway + "," +
destination);
}
}
if (gateway == null) {
if (destination.getAddress() instanceof Inet4Address) {
gateway = Inet4Address.ANY;
} else {
gateway = Inet6Address.ANY;
}
}
mHasGateway = (!gateway.isAnyLocalAddress());
mDestination = new LinkAddress(NetworkUtils.getNetworkPart(destination.getAddress(),
destination.getNetworkPrefixLength()), destination.getNetworkPrefixLength());
mGateway = gateway;
mInterface = iface;
mIsDefault = isDefault();
mIsHost = isHost();
}
ct...@gmail.com <ct...@gmail.com> #27
I have the same issue after my Nexus 10 was automatically upgraded to Kitkat. BlueVPN connection can be established with my Blackberry phone, but doesn’t have data flow.
ct...@gmail.com <ct...@gmail.com> #28
I have connected nexus 10 and my mobile phone using BlueVPN. Connection establised, but I cant browse using Chrome :-( ???
pa...@gmail.com <pa...@gmail.com> #29
For me (Nexus 10), BlueVPN connects but browsing doesn't work.
This has broken my routine and would appreciate a quick fix!
This has broken my routine and would appreciate a quick fix!
ky...@gmail.com <ky...@gmail.com> #30
i my n7 2012 and i got the very same issue i hope they got fixed as soon as possible
[Deleted User] <[Deleted User]> #31
Whats up with guys at google...scrapping one or the other connectivity options in Android with every major release. Last it was with bluetooth and this time around its with VPN. WTH!!
-N7 2012 user (BlueVPN app unable to process data flow)
-N7 2012 user (BlueVPN app unable to process data flow)
gh...@gmail.com <gh...@gmail.com> #32
I have a Nexus 10. I occasionally connected online with my Nokia N8. Now there's no browsing. It seems to be the same problem as everyone else has - the Adroid 4.4 updating - and very irritating. Please fix as soon as possible.
[Deleted User] <[Deleted User]> #33
The KitKat version introduces several bugs on VPN module and other functionalities.
You can perform the downgrade of your Nexus device to the previous Jelly Bean 4.3 version, waiting Google will fix all these issues. Here are the instructions:
http://productforums.google.com/forum/#!msg/nexus/9B1a9GvqbMs/2kJnY8eQCRAJ
You can perform the downgrade of your Nexus device to the previous Jelly Bean 4.3 version, waiting Google will fix all these issues. Here are the instructions:
pa...@gmail.com <pa...@gmail.com> #34
BlueVPN connection not work in my Nexus 4 after update Android to 4.4. I am upset
[Deleted User] <[Deleted User]> #35
BlueVPN connection not work in my Nexus 7 after update Android to 4.4. I am upset
br...@gmail.com <br...@gmail.com> #36
There is something wrong in one of these steps:
VpnService.java ( row 471 )
public ParcelFileDescriptor establish() {
mConfig.addresses = mAddresses;
mConfig.routes = mRoutes;
try {
->> return getService().establishVpn(mConfig); // ConnectivityService.establishVpn
} catch (RemoteException e) {
throw new IllegalStateException(e);
}
}
ConnectivityService.java ( row 3637 )
public ParcelFileDescriptor establishVpn(VpnConfig config) {
throwIfLockdownEnabled();
int user = UserHandle.getUserId(Binder.getCallingUid());
synchronized(mVpns) {
->> return mVpns.get(user).establish(config); // Vpn.establish
}
}
Vpn.java ( rows 393 / 394 )
public synchronized ParcelFileDescriptor establish(VpnConfig config) {
........
mInterface = interfaze;
// Fill more values.
config.user = mPackage;
config.interfaze = mInterface;
config.startTime = SystemClock.elapsedRealtime();
mConfig = config;
// Set up forwarding and DNS rules.
mVpnUsers = new SparseBooleanArray();
token = Binder.clearCallingIdentity();
try {
->> mCallback.setMarkedForwarding(mInterface);
->> mCallback.setRoutes(interfaze, config.routes); // ConnectivityService.VpnCallback.setRoutes
mCallback.override(mInterface, config.dnsServers, config.searchDomains);
addVpnUserLocked(mUserId);
} finally {
Binder.restoreCallingIdentity(token);
}
} catch (RuntimeException e) {
updateState(DetailedState.FAILED, "establish");
IoUtils.closeQuietly(tun);
// make sure marked forwarding is cleared if it was set
try {
mCallback.clearMarkedForwarding(mInterface);
} catch (Exception ingored) {
// ignored
}
throw e;
}
Log.i(TAG, "Established by " + config.user + " on " + mInterface);
.............
}
ConnectivityService.java ( rows 3771 / 3779 )
public void setRoutes(String interfaze, List<RouteInfo> routes) {
for (RouteInfo route : routes) {
try {
->> mNetd.setMarkedForwardingRoute(interfaze, route); // NetworkManagementService.setMarkedForwardingRoute
} catch (RemoteException e) {
}
}
}
public void setMarkedForwarding(String interfaze) {
try {
->> mNetd.setMarkedForwarding(interfaze); // NetworkManagementService.setMarkedForwarding
} catch (RemoteException e) {
}
}
NetworkManagementService.java ( rows 1473 / 1520 )
public void setMarkedForwarding(String iface) {
mContext.enforceCallingOrSelfPermission(CONNECTIVITY_INTERNAL, TAG);
try {
->> mConnector.execute("interface", "fwmark", "rule", "add", iface); // NativeDaemonConnector.execute
} catch (NativeDaemonConnectorException e) {
throw e.rethrowAsParcelableException();
}
}
public void setMarkedForwardingRoute(String iface, RouteInfo route) {
mContext.enforceCallingOrSelfPermission(CONNECTIVITY_INTERNAL, TAG);
try {
LinkAddress dest = route.getDestination();
->> mConnector.execute("interface", "fwmark", "route", "add", iface,
dest.getAddress().getHostAddress(), dest.getNetworkPrefixLength()); // NativeDaemonConnector.execute
} catch (NativeDaemonConnectorException e) {
throw e.rethrowAsParcelableException();
}
}
NativeDaemonConnector.java ( row 292 )
public NativeDaemonEvent execute(String cmd, Object... args)
throws NativeDaemonConnectorException {
->> final NativeDaemonEvent[] events = executeForList(cmd, args); // --->> the native class CommandListener manages the command socket
if (events.length != 1) {
throw new NativeDaemonConnectorException(
"Expected exactly one response, but received " + events.length);
}
return events[0];
}
CommandListener.cpp ( rows 283 / 309 )
https://android.googlesource.com/platform/system/netd/+/refs/heads/kitkat-release/CommandListener.cpp
int CommandListener::InterfaceCmd::runCommand(SocketClient *cli, int argc, char **argv) {
...............
// 0 1 2 3 4 5 6 7
// interface route add/remove iface default/secondary dest prefix gateway
// interface fwmark rule add/remove iface
// interface fwmark route add/remove iface dest prefix
if (!strcmp(argv[1], "fwmark")) {
if (!strcmp(argv[2], "rule")) {
.........
if (!strcmp(argv[3], "add")) {
->> if (!sSecondaryTableCtrl->addFwmarkRule(argv[4])) { // SecondaryTableController.setFwmarkRule(iface, true)
cli->sendMsg(ResponseCode::CommandOkay,"Fwmark rule successfully added", false);
} else {
cli->sendMsg(ResponseCode::OperationFailed, "Failed to add fwmark rule", true);
}
}
........
return 0;
} else if (!strcmp(argv[2], "route")) {
.........
if (!strcmp(argv[3], "add")) {
->> if (!sSecondaryTableCtrl->addFwmarkRoute(argv[4], argv[5], atoi(argv[6]))) { // SecondaryTableController.addFwmarkRoute
cli->sendMsg(ResponseCode::CommandOkay, "Fwmark route successfully added", false);
} else {
cli->sendMsg(ResponseCode::OperationFailed, "Failed to add fwmark route", true);
}
}
.......
return 0;
}
......
}
.........
}
SecondaryTableController.cpp ( rows 475 / 516+534 )
https://android.googlesource.com/platform/system/netd/+/refs/heads/kitkat-release/SecondaryTableController.cpp
int SecondaryTableController::setFwmarkRule(const char *iface, bool add) {
.........
->> ret = execIptables(V6, // NetdConstants.execIptables
"-t",
"nat",
add ? "-A" : "-D",
LOCAL_NAT_POSTROUTING,
"-o",
iface,
"-m",
"mark",
"--mark",
mark_str,
"-j",
"MASQUERADE",
NULL);
.......
}
int SecondaryTableController::addFwmarkRoute(const char* iface, const char *dest, int prefix) {
->> return setFwmarkRoute(iface, dest, prefix, true);
}
int SecondaryTableController::setFwmarkRoute(const char* iface, const char *dest, int prefix,
bool add) {
int tableIndex = findTableNumber(iface);
if (tableIndex == -1) {
errno = EINVAL;
return -1;
}
int mark = tableIndex + BASE_TABLE_NUMBER;
char mark_str[11] = {0};
char chain_str[IFNAMSIZ + 18];
char dest_str[44]; // enough to store an IPv6 address + 3 character bitmask
snprintf(mark_str, sizeof(mark_str), "%d", mark);
snprintf(chain_str, sizeof(chain_str), LOCAL_MANGLE_IFACE_FORMAT, iface);
snprintf(dest_str, sizeof(dest_str), "%s/%d", dest, prefix);
->> return execIptables(getIptablesTarget(dest), // NetdConstants.execIptables
"-t",
"mangle",
add ? "-A" : "-D",
chain_str,
"-d",
dest_str,
"-j",
"MARK",
"--set-mark",
mark_str,
NULL);
}
NetdConstants.cpp
https://android.googlesource.com/platform/system/netd/+/refs/heads/kitkat-release/NetdConstants.cpp
VpnService.java ( row 471 )
public ParcelFileDescriptor establish() {
mConfig.addresses = mAddresses;
mConfig.routes = mRoutes;
try {
->> return getService().establishVpn(mConfig); // ConnectivityService.establishVpn
} catch (RemoteException e) {
throw new IllegalStateException(e);
}
}
ConnectivityService.java ( row 3637 )
public ParcelFileDescriptor establishVpn(VpnConfig config) {
throwIfLockdownEnabled();
int user = UserHandle.getUserId(Binder.getCallingUid());
synchronized(mVpns) {
->> return mVpns.get(user).establish(config); // Vpn.establish
}
}
Vpn.java ( rows 393 / 394 )
public synchronized ParcelFileDescriptor establish(VpnConfig config) {
........
mInterface = interfaze;
// Fill more values.
config.user = mPackage;
config.interfaze = mInterface;
config.startTime = SystemClock.elapsedRealtime();
mConfig = config;
// Set up forwarding and DNS rules.
mVpnUsers = new SparseBooleanArray();
token = Binder.clearCallingIdentity();
try {
->> mCallback.setMarkedForwarding(mInterface);
->> mCallback.setRoutes(interfaze, config.routes); // ConnectivityService.VpnCallback.setRoutes
mCallback.override(mInterface, config.dnsServers, config.searchDomains);
addVpnUserLocked(mUserId);
} finally {
Binder.restoreCallingIdentity(token);
}
} catch (RuntimeException e) {
updateState(DetailedState.FAILED, "establish");
IoUtils.closeQuietly(tun);
// make sure marked forwarding is cleared if it was set
try {
mCallback.clearMarkedForwarding(mInterface);
} catch (Exception ingored) {
// ignored
}
throw e;
}
Log.i(TAG, "Established by " + config.user + " on " + mInterface);
.............
}
ConnectivityService.java ( rows 3771 / 3779 )
public void setRoutes(String interfaze, List<RouteInfo> routes) {
for (RouteInfo route : routes) {
try {
->> mNetd.setMarkedForwardingRoute(interfaze, route); // NetworkManagementService.setMarkedForwardingRoute
} catch (RemoteException e) {
}
}
}
public void setMarkedForwarding(String interfaze) {
try {
->> mNetd.setMarkedForwarding(interfaze); // NetworkManagementService.setMarkedForwarding
} catch (RemoteException e) {
}
}
NetworkManagementService.java ( rows 1473 / 1520 )
public void setMarkedForwarding(String iface) {
mContext.enforceCallingOrSelfPermission(CONNECTIVITY_INTERNAL, TAG);
try {
->> mConnector.execute("interface", "fwmark", "rule", "add", iface); // NativeDaemonConnector.execute
} catch (NativeDaemonConnectorException e) {
throw e.rethrowAsParcelableException();
}
}
public void setMarkedForwardingRoute(String iface, RouteInfo route) {
mContext.enforceCallingOrSelfPermission(CONNECTIVITY_INTERNAL, TAG);
try {
LinkAddress dest = route.getDestination();
->> mConnector.execute("interface", "fwmark", "route", "add", iface,
dest.getAddress().getHostAddress(), dest.getNetworkPrefixLength()); // NativeDaemonConnector.execute
} catch (NativeDaemonConnectorException e) {
throw e.rethrowAsParcelableException();
}
}
NativeDaemonConnector.java ( row 292 )
public NativeDaemonEvent execute(String cmd, Object... args)
throws NativeDaemonConnectorException {
->> final NativeDaemonEvent[] events = executeForList(cmd, args); // --->> the native class CommandListener manages the command socket
if (events.length != 1) {
throw new NativeDaemonConnectorException(
"Expected exactly one response, but received " + events.length);
}
return events[0];
}
CommandListener.cpp ( rows 283 / 309 )
int CommandListener::InterfaceCmd::runCommand(SocketClient *cli, int argc, char **argv) {
...............
// 0 1 2 3 4 5 6 7
// interface route add/remove iface default/secondary dest prefix gateway
// interface fwmark rule add/remove iface
// interface fwmark route add/remove iface dest prefix
if (!strcmp(argv[1], "fwmark")) {
if (!strcmp(argv[2], "rule")) {
.........
if (!strcmp(argv[3], "add")) {
->> if (!sSecondaryTableCtrl->addFwmarkRule(argv[4])) { // SecondaryTableController.setFwmarkRule(iface, true)
cli->sendMsg(ResponseCode::CommandOkay,"Fwmark rule successfully added", false);
} else {
cli->sendMsg(ResponseCode::OperationFailed, "Failed to add fwmark rule", true);
}
}
........
return 0;
} else if (!strcmp(argv[2], "route")) {
.........
if (!strcmp(argv[3], "add")) {
->> if (!sSecondaryTableCtrl->addFwmarkRoute(argv[4], argv[5], atoi(argv[6]))) { // SecondaryTableController.addFwmarkRoute
cli->sendMsg(ResponseCode::CommandOkay, "Fwmark route successfully added", false);
} else {
cli->sendMsg(ResponseCode::OperationFailed, "Failed to add fwmark route", true);
}
}
.......
return 0;
}
......
}
.........
}
SecondaryTableController.cpp ( rows 475 / 516+534 )
int SecondaryTableController::setFwmarkRule(const char *iface, bool add) {
.........
->> ret = execIptables(V6, // NetdConstants.execIptables
"-t",
"nat",
add ? "-A" : "-D",
LOCAL_NAT_POSTROUTING,
"-o",
iface,
"-m",
"mark",
"--mark",
mark_str,
"-j",
"MASQUERADE",
NULL);
.......
}
int SecondaryTableController::addFwmarkRoute(const char* iface, const char *dest, int prefix) {
->> return setFwmarkRoute(iface, dest, prefix, true);
}
int SecondaryTableController::setFwmarkRoute(const char* iface, const char *dest, int prefix,
bool add) {
int tableIndex = findTableNumber(iface);
if (tableIndex == -1) {
errno = EINVAL;
return -1;
}
int mark = tableIndex + BASE_TABLE_NUMBER;
char mark_str[11] = {0};
char chain_str[IFNAMSIZ + 18];
char dest_str[44]; // enough to store an IPv6 address + 3 character bitmask
snprintf(mark_str, sizeof(mark_str), "%d", mark);
snprintf(chain_str, sizeof(chain_str), LOCAL_MANGLE_IFACE_FORMAT, iface);
snprintf(dest_str, sizeof(dest_str), "%s/%d", dest, prefix);
->> return execIptables(getIptablesTarget(dest), // NetdConstants.execIptables
"-t",
"mangle",
add ? "-A" : "-D",
chain_str,
"-d",
dest_str,
"-j",
"MARK",
"--set-mark",
mark_str,
NULL);
}
NetdConstants.cpp
er...@gmail.com <er...@gmail.com> #37
I just updates to 4.4.1 and it appears to be fixed. Woohoo!!!
[Deleted User] <[Deleted User]> #38
I am also facing the same issue after upgrade to 4.4 in my nexus 7.blue VPN is not working.notify me when resolved
er...@gmail.com <er...@gmail.com> #39
So is this fixed in the latest update?
ch...@gmail.com <ch...@gmail.com> #40
On my nexus 7 (2013) rooted with 4.4.1, it doesn't work.
as...@gmail.com <as...@gmail.com> #41
I'm not confident that the upgrade 4.4.1 will fix the VPN issue, probably we need to wait the new minor updates ( 4.4.2 or 4.4.3 )
co...@googlemail.com <co...@googlemail.com> #42
I received the OTA update to 4.4.2 tonight. Sadly the VPN problems still persist on my Nexus 7 (2012, 32 GB, WLAN only, unrooted). Guess I'll have to wait for 4.4.3+x then.
pa...@gmail.com <pa...@gmail.com> #43
[Comment deleted]
av...@gmail.com <av...@gmail.com> #44
I also received 4.4.2 to Nexus10 and no improvement :(
ce...@gmail.com <ce...@gmail.com> #45
I just upgraded to 4.4.2 (nexus 7 2012) and sadly blue VPN app is still not working properly. This is a very good app hopefully Google or the app developer will be able to correct this problem soon.
co...@gmail.com <co...@gmail.com> #46
4.4.2 update doesn't provide the fix on BlueVPN issue still!
an...@gmail.com <an...@gmail.com> #47
[Comment deleted]
st...@gmail.com <st...@gmail.com> #48
I've updated my Nexus 7 to version 4.4.2 and I can confirm that the issue is still present.
te...@gmail.com <te...@gmail.com> #49
I received the OTA update to 4.4.2(build KOT49H) tonight.
The VPN problem still persist on my Nexus 7(2012, 16 GB, WLAN only, unrooted).
Fix it faster please.
The VPN problem still persist on my Nexus 7(2012, 16 GB, WLAN only, unrooted).
Fix it faster please.
du...@gmail.com <du...@gmail.com> #50
I also received the OTA 4.4.2 and still have the VPN problem on my 2012 Nexus 7 16GB WLAN only.
Please get off the pot and address this, unless it is by design.
Please get off the pot and address this, unless it is by design.
jm...@gmail.com <jm...@gmail.com> #51
Same comment for me of course.
Why the problem is still present after two new versions???
Is Google listening?
Why the problem is still present after two new versions???
Is Google listening?
lo...@gmail.com <lo...@gmail.com> #52
I'm terribly unhappy!!! this is terrible!! Quickly correct errors!!
pe...@gmail.com <pe...@gmail.com> #53
I thought having a Google tablet was an advantage, but with this problème of vpn, it's really a disadvantage!
gh...@gmail.com <gh...@gmail.com> #54
Same problem here. VPN is the only way for me to use this phone while at work and it's broken in 4.4.2. Was working fine before KitKat. WTF Google ?
si...@gmail.com <si...@gmail.com> #55
One more unhappy user :(
ro...@gmail.com <ro...@gmail.com> #56
Last night i upgraded to 4.4.2 , still the vpn issue persists.
Any plan of fixing it ??
Atleast provide us the work around
Any plan of fixing it ??
Atleast provide us the work around
ma...@gmail.com <ma...@gmail.com> #57
For me connecting to openVPN server both IPv4 and IPv6 go through the tunnel on Android 4.3 using OpenVPN for Android.
But on KitKat (4.4 and 4.4.2, exact same app+settings) IPv6 does not work anymore, looking with Wireshark shows: no IPv6 in the tunnel...
Is this the same bug mentioned here?
But on KitKat (4.4 and 4.4.2, exact same app+settings) IPv6 does not work anymore, looking with Wireshark shows: no IPv6 in the tunnel...
Is this the same bug mentioned here?
ig...@borovkov.com <ig...@borovkov.com> #58
#56 Guido1, your description sounds very similar to bug 36949180 (VPNService can only provide connectivity for routes that are reachable without VPN), unless you have IPv6 access without the VPN.
gh...@gmail.com <gh...@gmail.com> #59
I have a nexus 7 2013 version upgraded to kit kat 4.4.2 and i have teh same problems with VPN, when google will fix it?
ma...@gmail.com <ma...@gmail.com> #60
Google is so incapable of solving this issue!
nd...@yahoo.com <nd...@yahoo.com> #61
#59, if you believe that, perhaps you would like to offer your solution? It is an Open Source project after all.
ma...@gmail.com <ma...@gmail.com> #62
It worked with 4.3!...
It's hard to believe it's so hard to know why it doen't work anymore.
And why the priority is qualified as "small"?
The Nexus 7 is a Google tablet, so, OK Android is an open source project, but the Nexus 7 costs something for buyers. And I bought it to use it. Not only at home.
I hope the people at Google don't try to prevent bluetooth tethering in order to sell more 3G models.
Sorry to have such thoughts...
It's hard to believe it's so hard to know why it doen't work anymore.
And why the priority is qualified as "small"?
The Nexus 7 is a Google tablet, so, OK Android is an open source project, but the Nexus 7 costs something for buyers. And I bought it to use it. Not only at home.
I hope the people at Google don't try to prevent bluetooth tethering in order to sell more 3G models.
Sorry to have such thoughts...
ma...@gmail.com <ma...@gmail.com> #63
#60, yes Android is an open source project and infact I gave to the Google team all suggestions for addressing the solution for this issue. They are taking too much time! We need the official firmware 4.4.x (not a custom ROM) able to work like the previous 4.3
ma...@gmail.com <ma...@gmail.com> #64
Hurry up Google I want VPN back...
pa...@gmail.com <pa...@gmail.com> #65
This is the only workaround I've found for this issue (which I'll admit upfront will be of no use to anyone without access to a WiFi network):
I've found that if you are able to connect to a WiFi network (even if that WiFi network doesn't have an outward internet connection) then connect to your phone using BlueVPN, you will be able to use your phone as the internet connection. I use my Nexus 7 (2012) at home, and my Nokia E71 phone is my only internet connection. To connect to the internet, I first connect to a WiFi network I've setup using an old WiFi router I had lying around (the WiFi router does not have an internet connection), then I use BlueVPN to connect to my phone. This essentially tricks my Nexus 7 into thinking that it is connected to the internet through the WiFi connection even though it's routing the data through the VPN (I'm sure there is a better technical explanation for this).
I hope this helps some of you!
I've found that if you are able to connect to a WiFi network (even if that WiFi network doesn't have an outward internet connection) then connect to your phone using BlueVPN, you will be able to use your phone as the internet connection. I use my Nexus 7 (2012) at home, and my Nokia E71 phone is my only internet connection. To connect to the internet, I first connect to a WiFi network I've setup using an old WiFi router I had lying around (the WiFi router does not have an internet connection), then I use BlueVPN to connect to my phone. This essentially tricks my Nexus 7 into thinking that it is connected to the internet through the WiFi connection even though it's routing the data through the VPN (I'm sure there is a better technical explanation for this).
I hope this helps some of you!
gh...@gmail.com <gh...@gmail.com> #66
#64, I tried your workaround, it works, thanx!
ks...@gmail.com <ks...@gmail.com> #67
So, if you have an inverter in your car, to powerer a wireless router, connect the tablet to the router, then tether the tablet to your phone via BlueVPN it works?
ke...@gmail.com <ke...@gmail.com> #68
Also, do you have to maintain the Wifi connection the whole time?
ya...@gmail.com <ya...@gmail.com> #69
[Comment deleted]
pa...@gmail.com <pa...@gmail.com> #70
#66 Yes, you need to maintain the wireless connection otherwise Android thinks you've disconnected.
You can either use an inverter or a really long extension cable from your house to power that router;)
You can either use an inverter or a really long extension cable from your house to power that router;)
[Deleted User] <[Deleted User]> #71
#64 if you have the wifi enabled and CONNECTED you will be able to use all applications with BlueVPN overcoming the limitations of Android NetworkInfo class:
https://code.google.com/p/android/issues/detail?id=33666
But if you are connected to a WiFi network you don't need BlueVPN!! So it is not a workaround
But if you are connected to a WiFi network you don't need BlueVPN!! So it is not a workaround
ya...@gmail.com <ya...@gmail.com> #72
#70, it is a workaround in the sense that you just need to connect to a wifi, even to a fake wifi
ce...@gmail.com <ce...@gmail.com> #73
I just tried this and it does not seem to work for me. I turned on my wireless router, connected to it with my Nexus 10, then connected to my LG Dare dumb phone with BlueVPN. I then tried to access a couple of web sites with chrome, and the google mail app, niether of which worked.
re...@live.co.uk <re...@live.co.uk> #74
Correction, it does work. I just did a factory reset on the old wireless modem, which seemed to correct the problem. It had been sitting on the shelf for about 3 years and I don't remember why I replaced it, but apparently I had something configured incorrectly. So now google chrome and gmail worked over VPN as long as the wifi is connected, even though there is no path to the internet over the wifi. Cool! Watch for this spoof to be corrected in then next Android update rollout.
de...@gmail.com <de...@gmail.com> #75
I'm going back to 4.3 this totally sucks. I knew I should not have updated to 4.4. I use BT VPN all the time.
an...@gmail.com <an...@gmail.com> #76
I think I'll do the same thing soon.
em...@gmail.com <em...@gmail.com> #77
Merry Christmas everybody! I put Android 4.4.3 on my list for Santa Claus. With the VPN issues solved. I hope to have it... :-)
mu...@gmail.com <mu...@gmail.com> #78
No new Kitkat for Christmas. I love Snickers bar so much... ;-)
gh...@gmail.com <gh...@gmail.com> #79
Please fix this! A lot of people had this bug
dr...@gmail.com <dr...@gmail.com> #80
I can use my Nexus 7 2013 at work using WiFi thanks to Foxfi installed on my new Motorola Moto G. So now, I can wait quietly for the fixing in order to use BlueVPN again.
gh...@gmail.com <gh...@gmail.com> #81
Same problem, tried 3 VPN Android Apps (different Providers) using OpenVPN protocol; the connection is established, seems like IP is also assigned after handshake, but no in/out packets, i.e. no traffic at all.
Running HTC One Android 4.4 KitKat, kernel 3.4.x Temporarily I am using L2TP/IPSec PSK but then if it disconnects (during call, etc) there is no Kill-Switch, and Android's Always ON option for PPTP/L2TP required Static IP.
Really do not want to revert back to 4.3 ........... please solve this issue by issuing a patch! This is simply ridiculous Google.
Running HTC One Android 4.4 KitKat, kernel 3.4.x Temporarily I am using L2TP/IPSec PSK but then if it disconnects (during call, etc) there is no Kill-Switch, and Android's Always ON option for PPTP/L2TP required Static IP.
Really do not want to revert back to 4.3 ........... please solve this issue by issuing a patch! This is simply ridiculous Google.
ne...@gmail.com <ne...@gmail.com> #82
Have you tried to use Foxfi with wifi connection?
It works.
It works.
ny...@gmail.com <ny...@gmail.com> #83
#81 This issue is not related to the WiFi tethering but to the VPN connections.
st...@hotmail.com <st...@hotmail.com> #84
Sorry. I forgot it.
But as I used BlueVPN just to connect the Nexus 7 to the Internet, I thought some of the people here could be interested.
But as I used BlueVPN just to connect the Nexus 7 to the Internet, I thought some of the people here could be interested.
ro...@gmail.com <ro...@gmail.com> #85
Recently bought a Nexus 10, "what a mistaka du maka" after update, No Vpn, no delete on quickoffice, no sync for my Outlook notebook. having been a Windows devotee all my computing life, don't like the layout of email or skype. Unless I see a working update soon, it's headed for the skip, it does not do what I bought it for, despite the sales blurb, so it will be no loss. Perhaps I should have bought the windows tablet!
ch...@gmail.com <ch...@gmail.com> #86
if it ain't broke, don't mess with it. looking forward to use my bluevpn soon, hurry up google please..
hc...@gmail.com <hc...@gmail.com> #87
Just got back from a road trip. I had to drag along my spare wireless router to enable my VPN connection. Kind of a PITA. I do enjoy that all the apps work, like maps, and email, instead of only being able to use chrome when using blueVPN w/o a WiFi connected. So Google was rolling out updates every other day before Christmas. Are they back at work yet?
sh...@gmail.com <sh...@gmail.com> #88
This is bad! Open Garden is affected too. The VPN in KitKat doesn't get packets if there is no other interface up.
The multiuser VPN feature isn't worth breaking all these users of existing apps!
The multiuser VPN feature isn't worth breaking all these users of existing apps!
lu...@gmail.com <lu...@gmail.com> #89
#87, I would argue this is a different bug that deserves it's own report. It is another manifestation of the underlying design decisions, but it appears the design change had some rather severe unintended consequences.
In the new design, local sockets are being bound to the active interface and then the code is using the iptables MASQUERADE target to remap the source address to the VPN's IP address. If there's no active interface then there will be nothing to which to bind.
In the new design, local sockets are being bound to the active interface and then the code is using the iptables MASQUERADE target to remap the source address to the VPN's IP address. If there's no active interface then there will be nothing to which to bind.
je...@gmail.com <je...@gmail.com> #90
Filed #64609
gh...@gmail.com <gh...@gmail.com> #91
#88 / #89
This is already discussed in #63660
The new behaviour introduces issues because if the phone is connected to the 3G mobile interface with VPN and it switches to the wifi network, the VPN connection will be lost!!
This is already discussed in #63660
The new behaviour introduces issues because if the phone is connected to the 3G mobile interface with VPN and it switches to the wifi network, the VPN connection will be lost!!
dr...@gmail.com <dr...@gmail.com> #92
Is this problem fixed now?
dr...@gmail.com <dr...@gmail.com> #93
No the problem is not fixed. I am having the same issues using 4.4.2 and EasyTether Tablet 0.9.3. The workaround is the same as mentioned above for BlueVPN by connecting to a wifi network without Internet connectivity. I can manage to generate one on my phone that won't share my Internet connection but then it kills my battery even faster.
gh...@gmail.com <gh...@gmail.com> #94
BlueVPN very good programm and it didnt work on 4.4.2 (((
al...@gmail.com <al...@gmail.com> #95
Okay Google, fix this problem so my Bluevpn app will work again.
th...@gmail.com <th...@gmail.com> #96
Google really have got it wrong with this latest update, I don't think there are any users which aren't affected negatively in some way!
dr...@gmail.com <dr...@gmail.com> #97
We are waiting for you.... Please accelerate....
cl...@gmail.com <cl...@gmail.com> #98
Downgraded to 4.3 in the meantime, still not perfect, some individual apps seem to have followed Google's lead: Of those that I tried, Facebook, Twitter, and WUnderground all seem to now not accept a network connection via bluetooth, annoyingly. Please fix this and suggest to app developers to continue allowing internet connections via BT.
dr...@gmail.com <dr...@gmail.com> #99
HTC fixed this issue on android 4.4.2 in official sense build on my HTC ONE :)
do...@gmail.com <do...@gmail.com> #100
Google developers seem not care about this problem.
I hope HTC, Samsung, Asus and other tablet manufacturers will take into consideration these VPN issues in their new customized KitKat versions so that users can choose alternative devices to purchase in place of the official Nexus devices
I hope HTC, Samsung, Asus and other tablet manufacturers will take into consideration these VPN issues in their new customized KitKat versions so that users can choose alternative devices to purchase in place of the official Nexus devices
gh...@gmail.com <gh...@gmail.com> #101
#98 in 4.3 version you can use alternative apps (like Aqua mail instead of GMail) or access via web pages; while in 4.4.x versions there is no chance to access the internet
br...@gmail.com <br...@gmail.com> #102
#99 -- Samsung have not fixed this issue in Kitkat 4.4 for Samsung Note 3
r....@gmail.com <r....@gmail.com> #103
[Comment deleted]
jj...@gmail.com <jj...@gmail.com> #104
#101 -- If you are on 4.4.2, please try to shut down your Note 3, take out your battery for a minute, set it back and turn your device on. It works for both my VPN services I'm using, a manually configured L2TP/IPsec VPN setting and an app based VPN (tunnelbear).
mu...@gmail.com <mu...@gmail.com> #105
Yes, rebooting the phone does allow VPN to work .... once.
If I change connection (wifi -> mobile) it will stop working again.
If I change connection (wifi -> mobile) it will stop working again.
pe...@gmail.com <pe...@gmail.com> #106
The VPN connection is strictly related to the network type (since the last updates Android 4.4.* ); if the phones switches from wifi to mobile or the contrary, the connection will be dropped.
See the issue: VPN TCP connections do not survive interface roams on KitKat:
https://code.google.com/p/android/issues/detail?id=63660
This is an important issue, but Google seems not care about it!
See the issue: VPN TCP connections do not survive interface roams on KitKat:
This is an important issue, but Google seems not care about it!
zi...@gmail.com <zi...@gmail.com> #107
Is that by design now?
It reconnects okay, but it no longer adds the routes required for connectivity over the VPN.
It reconnects okay, but it no longer adds the routes required for connectivity over the VPN.
gh...@gmail.com <gh...@gmail.com> #108
Same problem here stock Samsung note 3 KitKat
zi...@gmail.com <zi...@gmail.com> #109
Well it's sad I'm having the same problem and can't get the fix..
We all need help..
I live in China since need my vpn..
Old get a fix soon
We all need help..
I live in China since need my vpn..
Old get a fix soon
ce...@gmail.com <ce...@gmail.com> #110
fix it please. !!
Note 3 4.4.2 kitkat
Note 3 4.4.2 kitkat
zi...@gmail.com <zi...@gmail.com> #111
Same problem on Nexus 7 2013
Please, fix it! =(
Please, fix it! =(
kt...@gmail.com <kt...@gmail.com> #112
Hi all,
there are three route items for ppp0 when the VPN of phone works well as following,
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 0.0.0.0 128.0.0.0 U 0 0 0 ppp0
0.0.0.0 10.40.208.38 0.0.0.0 UG 0 0 0 rmnet_usb0
10.40.208.36 0.0.0.0 255.255.255.252 U 0 0 0 rmnet_usb0
10.40.208.38 0.0.0.0 255.255.255.255 UH 0 0 0 rmnet_usb0
128.0.0.0 0.0.0.0 128.0.0.0 U 0 0 0 ppp0
172.16.38.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
210.22.70.3 10.40.208.38 255.255.255.255 UGH 0 0 0 rmnet_usb0
210.22.84.3 10.40.208.38 255.255.255.255 UGH 0 0 0 rmnet_usb0
but there are less two for the phone with problem,
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
172.16.38.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
192.168.1.0 0.0.0.0 255.255.255.0 U 322 0 0 wlan0
192.168.1.1 0.0.0.0 255.255.255.255 UH 0 0 0 wlan0
Anyone know why there are less two for ppp0?
there are three route items for ppp0 when the VPN of phone works well as following,
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 0.0.0.0 128.0.0.0 U 0 0 0 ppp0
0.0.0.0 10.40.208.38 0.0.0.0 UG 0 0 0 rmnet_usb0
10.40.208.36 0.0.0.0 255.255.255.252 U 0 0 0 rmnet_usb0
10.40.208.38 0.0.0.0 255.255.255.255 UH 0 0 0 rmnet_usb0
128.0.0.0 0.0.0.0 128.0.0.0 U 0 0 0 ppp0
172.16.38.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
210.22.70.3 10.40.208.38 255.255.255.255 UGH 0 0 0 rmnet_usb0
210.22.84.3 10.40.208.38 255.255.255.255 UGH 0 0 0 rmnet_usb0
but there are less two for the phone with problem,
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
172.16.38.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
192.168.1.0 0.0.0.0 255.255.255.0 U 322 0 0 wlan0
192.168.1.1 0.0.0.0 255.255.255.255 UH 0 0 0 wlan0
Anyone know why there are less two for ppp0?
pe...@gmail.com <pe...@gmail.com> #113
In #111 you are comparing JB phone with K phone. If you look at ip rules you can see that packets with a certain mark are sent to a different routing table (often 60 or 61) which contains the default route for the ppp0 interface. This part is working as intended.
pe...@gmail.com <pe...@gmail.com> #114
The mark for a specific interface is correct when you have a single network type; but what happen if the device automatically switches from the wifi network to the 3G/4G or the contrary?
The VPN packets (tun0 interface) are not more routed to the proper channel.
If this part is working as intended then this behaviour is NOT FLEXIBLE and it is a regression respect to the previous versions.
When you introduce a main change in the system operator you should keep the compatibility for the high level applications or give a workaround to allow them to work in the new environment. This is a basic principle! The development of a complex application requires lot of time, money and resources. With the new VPN module you stop the functionalities of many applications and it is very unfair respect to the work of developers.
The advantage of Android compared to the iOS or Window 8 systems was the high implementation flexibility but, version after version, you are reducing these freedom margins for the developers. This policy will encourage the developers to reconsider their choices and to move toward other open source system operators.
The VPN packets (tun0 interface) are not more routed to the proper channel.
If this part is working as intended then this behaviour is NOT FLEXIBLE and it is a regression respect to the previous versions.
When you introduce a main change in the system operator you should keep the compatibility for the high level applications or give a workaround to allow them to work in the new environment. This is a basic principle! The development of a complex application requires lot of time, money and resources. With the new VPN module you stop the functionalities of many applications and it is very unfair respect to the work of developers.
The advantage of Android compared to the iOS or Window 8 systems was the high implementation flexibility but, version after version, you are reducing these freedom margins for the developers. This policy will encourage the developers to reconsider their choices and to move toward other open source system operators.
pa...@gmail.com <pa...@gmail.com> #115
In com.android.server.connectivity.Vpn.java you have replaced inside the method
public synchronized ParcelFileDescriptor establish(VpnConfig config)
the native call
4.3:
jniSetRoutes(interfaze, config.routes);
with
4.4:
mCallback.setRoutes(interfaze, config.routes);
[ com.android.server.ConnectivityService.VpnCallback mCallback ]
This is method "setRoutes" of ConnectivityService.VpnCallback class
public void setRoutes(String interfaze, List<RouteInfo> routes) {
for (RouteInfo route : routes) {
try {
// android.os.INetworkManagementService mNetd
mNetd.setMarkedForwardingRoute(interfaze, route);
} catch (RemoteException e) {
}
}
}
This is WRONG!! It should call
mNetd.addRoute(interfaze, route);
in place of
mNetd.setMarkedForwardingRoute(interfaze, route);
HOW MANY TIME DO YOU TAKE TO MAKE THIS SIMPLE CHANGE??
public synchronized ParcelFileDescriptor establish(VpnConfig config)
the native call
4.3:
jniSetRoutes(interfaze, config.routes);
with
4.4:
mCallback.setRoutes(interfaze, config.routes);
[ com.android.server.ConnectivityService.VpnCallback mCallback ]
This is method "setRoutes" of ConnectivityService.VpnCallback class
public void setRoutes(String interfaze, List<RouteInfo> routes) {
for (RouteInfo route : routes) {
try {
// android.os.INetworkManagementService mNetd
mNetd.setMarkedForwardingRoute(interfaze, route);
} catch (RemoteException e) {
}
}
}
This is WRONG!! It should call
mNetd.addRoute(interfaze, route);
in place of
mNetd.setMarkedForwardingRoute(interfaze, route);
HOW MANY TIME DO YOU TAKE TO MAKE THIS SIMPLE CHANGE??
ke...@gmail.com <ke...@gmail.com> #116
#114 .. Mirko you are barking up the wrong tree.
KitKit 4.4 no longer adds routes to the main table. Instead they get added to a seperate table, packets get marked, and a rule is placed to send marked packets to the new table. That is why the function is different, but doesn't explain why it isn't working.
KitKit 4.4 no longer adds routes to the main table. Instead they get added to a seperate table, packets get marked, and a rule is placed to send marked packets to the new table. That is why the function is different, but doesn't explain why it isn't working.
gh...@gmail.com <gh...@gmail.com> #117
#115: Why it is not possible to give the developers the freedom of choosing if use the main routing table or separate tables for VPN packets? How can we keep the compatibility with previous versions (JB, ICS)?
ke...@gmail.com <ke...@gmail.com> #118
#115
I think using policy routing based on marks may cause problems, unless the Linux kernel has been modified. Because in a vanilla kernel the routing decisions for locally generated traffic are made before it is possible to mark the packets in iptables, AFAIK. As a consequence the routing decisions will be based on the main routing table, which will cause problems in some scenarios, for example when there is no default route in the main table. (Think ipv6 tunneled in ipv4.)
I think using policy routing based on marks may cause problems, unless the Linux kernel has been modified. Because in a vanilla kernel the routing decisions for locally generated traffic are made before it is possible to mark the packets in iptables, AFAIK. As a consequence the routing decisions will be based on the main routing table, which will cause problems in some scenarios, for example when there is no default route in the main table. (Think ipv6 tunneled in ipv4.)
[Deleted User] <[Deleted User]> #119
#117
The mangle table has an OUTGOING chain for locally generated traffic. Packets marked here will be matched with "ip rule" the same an vanilla linux (or at least Debian in my experience). The source address however would of already been determined and an extra SNAT/MASQUERADE rule would be required to complete the setup.
Unfortunately the only phone I have with KitKat is a Note 3 and with the KNOX-WARRANTY-VOID flag being triggered by rooting I am unable to check the particulars of how KitKat sets up iptables.
The mangle table has an OUTGOING chain for locally generated traffic. Packets marked here will be matched with "ip rule" the same an vanilla linux (or at least Debian in my experience). The source address however would of already been determined and an extra SNAT/MASQUERADE rule would be required to complete the setup.
Unfortunately the only phone I have with KitKat is a Note 3 and with the KNOX-WARRANTY-VOID flag being triggered by rooting I am unable to check the particulars of how KitKat sets up iptables.
hm...@gmail.com <hm...@gmail.com> #120
#118
Yes, MASQUERADE is used in the way you describe in the POSTROUTING chain in the IPv4 nat table. But it doesn't work for all scenarios. For example it doesn't allow the VPN app to tunnel IPv6 over an IPv4 network, unless the device already have IPv6 access. (It works on android 4.3 without local IPv6 access.) Without IPv6 access the main routing table won't contain any usable route, it only contains a host route to the device itself. And without a usable route it obviously can't select a source address:
# ping6www.kame.net
connect: Network is unreachable
After adding a default route, things improve:
# ip -6 r a ::/0 dev tun0
# ping6www.kame.net
PINGwww.kame.net (2001:200:dff:fff1:216:3eff:feb1:44d7) 56 data bytes
From 2001::XXXX icmp_seq=1 Destination unreachable: Port unreachable
But there still is a blocking filter in st_filter_OUTPUT:
# ip6tables -L st_filter_OUTPUT
Chain st_filter_OUTPUT (1 references)
target prot opt source destination
REJECT all anywhere anywhere mark match 0x3d reject-with icmp6-port-unreachable
After flushing the st_filter_OUTPUT chain, I am start seeing packets at the remote side of the VPN tunnel. Unfortunately the packets are truncated:
IP6 truncated-ip6 - 40 bytes missing!2001::XXXX > 2001:200:dff:fff1:216:3eff:feb1:44d7: ICMP6, echo request, seq 2, length 64
Tested with Strongswan version 1.3.3 from Google Play Store. Remote end uses Strongswan version 5.0.4 with Linux kernel 3.8.12.
Yes, MASQUERADE is used in the way you describe in the POSTROUTING chain in the IPv4 nat table. But it doesn't work for all scenarios. For example it doesn't allow the VPN app to tunnel IPv6 over an IPv4 network, unless the device already have IPv6 access. (It works on android 4.3 without local IPv6 access.) Without IPv6 access the main routing table won't contain any usable route, it only contains a host route to the device itself. And without a usable route it obviously can't select a source address:
# ping6
connect: Network is unreachable
After adding a default route, things improve:
# ip -6 r a ::/0 dev tun0
# ping6
PING
From 2001::XXXX icmp_seq=1 Destination unreachable: Port unreachable
But there still is a blocking filter in st_filter_OUTPUT:
# ip6tables -L st_filter_OUTPUT
Chain st_filter_OUTPUT (1 references)
target prot opt source destination
REJECT all anywhere anywhere mark match 0x3d reject-with icmp6-port-unreachable
After flushing the st_filter_OUTPUT chain, I am start seeing packets at the remote side of the VPN tunnel. Unfortunately the packets are truncated:
IP6 truncated-ip6 - 40 bytes missing!2001::XXXX > 2001:200:dff:fff1:216:3eff:feb1:44d7: ICMP6, echo request, seq 2, length 64
Tested with Strongswan version 1.3.3 from Google Play Store. Remote end uses Strongswan version 5.0.4 with Linux kernel 3.8.12.
le...@gmail.com <le...@gmail.com> #121
google, fix it!
kj...@gmail.com <kj...@gmail.com> #122
Add me to the list of those for whom this still doesn't work after the 4.4.2 upgrade (on my Verizon Moto X). That's a shame; I'd really been hoping this functionality would come back, as I use it all the time. That is, I *used* to. :-(
I hope this gets fixed, and rolled out, soon.
I hope this gets fixed, and rolled out, soon.
so...@gmail.com <so...@gmail.com> #123
I've had to swap my Note 3 for my wifes iPhone in order to get mobile access to the work VPN. This is stupid. 3 months later and Google continue to ignore such an important issue. My patience has been depleted, I no longer trust Google as a brand simply because of this issue.
ec...@gmail.com <ec...@gmail.com> #124
Any fix for this issue yet?
Still not working even with the latest firmware update on Note 3.
Still not working even with the latest firmware update on Note 3.
da...@gmail.com <da...@gmail.com> #125
hi all,
My bug is fixed.
Only vendor code is changed for fixing this issue. Google change the policy of the AP code, so vender code need change correspondingly.
My bug is fixed.
Only vendor code is changed for fixing this issue. Google change the policy of the AP code, so vender code need change correspondingly.
dr...@gmail.com <dr...@gmail.com> #126
#124
How do we change the vender code ?
How do we change the vender code ?
af...@gmail.com <af...@gmail.com> #127
I too have this issue in my nexus 4, I can't connect by vpn :(
ka...@gmail.com <ka...@gmail.com> #128
is google even listening to this? It has been a long time for such a critical feature.
bo...@gmail.com <bo...@gmail.com> #129
Come on Google, do something!
wh...@gmail.com <wh...@gmail.com> #130
Google! No ad hoc wifi, no BT tethering...
Company that dosnt listem to customers is going down!
My Nexus 7 2013 is not mobile at all!
IF you are not going to solve those problems,my next tablet will have iOS onboard!
Company that dosnt listem to customers is going down!
My Nexus 7 2013 is not mobile at all!
IF you are not going to solve those problems,my next tablet will have iOS onboard!
la...@gmail.com <la...@gmail.com> #131
it's fucking shit! reduced my galaxy note 3 investment to a pile of wank. now i have to figure out how to downgrade. living in china my door to the outside world is now shut. thanks a bunnch google.
in...@gmail.com <in...@gmail.com> #132
back to the old version. i thought 4.4 was very cool - much faster. now i know why. basically its because it does fuck all. the network functionality and connectivity is non-existent - that's a battery saver for sure. might try a future upgrade but for now my hardware functionality is worth far more than your shitty update.
li...@gmail.com <li...@gmail.com> #133
At first I had no idee that the last system_update issues my VPN connection. Normally I acces my VPN through 3G or WIFI. At the moment I found out that KitKAt upgrade causes out of control MTU. So my packetloss are allmost 100%
Now I can`t acces through 3G or WIFI my VPN connection.
SO GOOGLE -> FIX this!
Now I can`t acces through 3G or WIFI my VPN connection.
SO GOOGLE -> FIX this!
ha...@gmail.com <ha...@gmail.com> #134
This thread reminds me, one of the Michael Jackson's song "they don't care about us"
ti...@gmail.com <ti...@gmail.com> #135
I've removed my application BlueVPN from the Google Play Store to avoid negative comments from users.
THANK YOU SO MUCH GOOGLE!!
THANK YOU SO MUCH GOOGLE!!
am...@gmail.com <am...@gmail.com> #136
mirko,
where can we track any of your updates from now on ?
where can we track any of your updates from now on ?
pe...@gmail.com <pe...@gmail.com> #137
mirko, why not just restrict the app to 4.3 or below?
ke...@gmail.com <ke...@gmail.com> #138
#136 I had explicitely indicated the limitations of the BlueVPN app with Android 4.4 on the Google Play store and I had asked users to avoid negative comments about this fact. Despite this alert, the evaluation of the app was continuosly decreasing due to unfair and spam comments. If Google will solve the issue with Android 4.4 I'll be happy to republish BlueVPN on the market, including the updates.
er...@gmail.com <er...@gmail.com> #139
Another bump to motivate Google to fix this issue.
gh...@gmail.com <gh...@gmail.com> #140
Google... "is there anybody even in there?...
al...@gmail.com <al...@gmail.com> #141
A number of bugs introduced in K are fixed and should be available in the next release.
Mirko is obviously not doing anything wrong and I'm sorry for the unfair comments he's received. Unfortunately this issue was reported too late to get fixed in 4.4.2 (release Dec 9th) and the next release hasn't come yet. We're trying to fix the whole in our VPN testing so this doesn't happen again.
Mirko is obviously not doing anything wrong and I'm sorry for the unfair comments he's received. Unfortunately this issue was reported too late to get fixed in 4.4.2 (release Dec 9th) and the next release hasn't come yet. We're trying to fix the whole in our VPN testing so this doesn't happen again.
pe...@solderintheveins.co.uk <pe...@solderintheveins.co.uk> #142
Thank you Robert for the update: we are looking forward for the new Kit Kat version and we hope it will fix the VPN issue so that the app BlueVPN can be available again for the many users who need it for internet connection through the bluetooth tethering
mo...@gmail.com <mo...@gmail.com> #143
and another month goes by
fr...@gmail.com <fr...@gmail.com> #144
Some delays in the new Kitkat 4.4.3? I have been waiting for several months now. Where is it?
fr...@gmail.com <fr...@gmail.com> #145
[Comment deleted]
se...@googlemail.com <se...@googlemail.com> #146
This issue is painful for those of us that frequently use VPN on Android. Please fix! Galaxy Note 3 on Tmobile no longer works with VPN.
[Deleted User] <[Deleted User]> #147
Google please FIX IT !
lu...@gmail.com <lu...@gmail.com> #148
Note Pro SM-P905 KitKat 4.4.2 none VPN apps wokrs - please FIX IT.
er...@gmail.com <er...@gmail.com> #149
Is it possible to test the 4.4.3 version before it is released officially? I'm afraid that if the VPN issue hasn't been fixed we need to wait long time for the next release.
ke...@gmail.com <ke...@gmail.com> #150
I'm also having this issue with VpnService. I have an app that uses it and works fine in devices < 4.4. Another thing I noticed was that the VpnService works fine in WIFI and my app sees traffic, but on cellular, my app sees nothing. Routing table doesn't show the tun in >=4.4 devices, but it does in < 4.4.
bo...@gmail.com <bo...@gmail.com> #151
I'm facing the same issue with my Note 3 N9005. I hope that Google can fix it
sm...@gmail.com <sm...@gmail.com> #152
Would love to have this fixed so I can run a Kit Kat Rom
ji...@gmail.com <ji...@gmail.com> #153
I'm having the same issue on my AT&T note 3 on kit kat 4.2.2. When is the next release coming out?
em...@gmail.com <em...@gmail.com> #154
Oops I meant 4.4.2
fi...@gmail.com <fi...@gmail.com> #155
Does 4.4.3 address the issue? Anybody with 4.4.3 installed around?
el...@gmail.com <el...@gmail.com> #157
[Comment deleted]
pa...@gmail.com <pa...@gmail.com> #158
dont work on 4.4.3
yu...@gmail.com <yu...@gmail.com> #159
The problem persists, it wasn't fixed on 4.4.3...Long time for nothing, we need the fix, when I'm connect to vpn, My nexus 4 lose Data connection.
ch...@gmail.com <ch...@gmail.com> #160
4.4.3 on my Nexus 10, and I've confirmed this is still broken. Who is running the QA department at Google? I'd like to hear directly from they why they think it is a good idea to have a security feature that worked perfectly in 4.3 be 100% broken in 4.4.0, 4.4.1, 4.4.2, and 4.4.3. I'm extremely unimpressed, and IMHO, this is inexcusable. 4.4.0 == Fail. 4.4.1 == Fail. 4.4.2 == Fail. 4.4.3 == Fail. KitKat == Fail. Can we realistically expect this to be fixed in the future? Give us something tangible: release versions and release dates.
ed...@gmail.com <ed...@gmail.com> #161
I want a fix soon because it's important for some people use VPN networks, You promised that in 4.4.3 it will fix and now 4.4.3 is release and it's is still broken... What happen google?
se...@gmail.com <se...@gmail.com> #162
[Comment deleted]
la...@gmail.com <la...@gmail.com> #163
Mirko, the creator of the app BlueVNP: What do you say, do you have to update the app before it can run 4.4.3?
si...@gmail.com <si...@gmail.com> #164
4.4.3 hasn't fixed OpenVPN + Wifi tethering for me, either. I made sure to reset my iptables to defaults.
Using Astrill VPN app, Omnirom 4.4, and a Nexus 5
Using Astrill VPN app, Omnirom 4.4, and a Nexus 5
si...@gmail.com <si...@gmail.com> #165
The VPN behaviour with Android 4.4.3 seems the same of previous Kit Kat versions.
I'll take a look to the new Android source code to understand if Google developers have performed any change on the VPN module or simply they changed the version number!
I'll take a look to the new Android source code to understand if Google developers have performed any change on the VPN module or simply they changed the version number!
te...@gmail.com <te...@gmail.com> #166
Nexus 7, 1st gen. VPN not connected.
Until the release ver. 4.4.3 - no that issue.
It seems starts for me, only _after_ install 4.4.3
Until the release ver. 4.4.3 - no that issue.
It seems starts for me, only _after_ install 4.4.3
ak...@gmail.com <ak...@gmail.com> #167
Connecting internet through bluevpn on N7 2012 with the help of an inactive WiFi instance..please let me know whether this connectivity too is broken by 4.4.3
ni...@gmail.com <ni...@gmail.com> #168
UFB. Still broken on both my N5 and N7. Extremely disappointed and a little worried about the general level of competence.
em...@gmail.com <em...@gmail.com> #169
Can't believe they did not fix this issue with the 4.4.3 update
What's wrong with google? Do they even read this?
How is it possible that they don't know that vpn doesn't work since kitkat release??!
What's wrong with google? Do they even read this?
How is it possible that they don't know that vpn doesn't work since kitkat release??!
ch...@gmail.com <ch...@gmail.com> #170
Nexus 7 updated...
And it doesn't work.
Mirko wrote a great, useful application I'd like to run properly again.
G O O G L E ? D O Y O U R E A D U S ?
P L E A S E F I X I T !
And it doesn't work.
Mirko wrote a great, useful application I'd like to run properly again.
G O O G L E ? D O Y O U R E A D U S ?
P L E A S E F I X I T !
be...@houghton.tk <be...@houghton.tk> #171
We have waited so long for the update to come, since december 2013, for bluetooth/vnp issues. And when it finally came: same problem despite promise from the Google-projektmember Robert above.
Robert, what went wrong ? Please answer the question.
Robert, what went wrong ? Please answer the question.
ra...@gmail.com <ra...@gmail.com> #172
VPN not connected in my Nexus 5. Release version 4.4.3
But it works on 4.4.2
Any solutions......
But it works on 4.4.2
Any solutions......
sa...@gmail.com <sa...@gmail.com> #173
Glad I bought this Nexus 7 (2013) just now so that I can't use ad hoc networks or VPN... so all of us in Iraq and other places can't download any decent apps :/ should have bought an iPhone? Not impressive at all to those of us that are giving Android another chance after many years of iOS.
fk...@gmail.com <fk...@gmail.com> #174
I just want to be another squeaking wheel about this issue.
Now more than ever VPN from our phones is neccessary to secure personal data and resist espionage. Please patcth this.
HTC One M8 on ATT
Android 4.4.3
OpenVPN client connects but nothing loads.
Now more than ever VPN from our phones is neccessary to secure personal data and resist espionage. Please patcth this.
HTC One M8 on ATT
Android 4.4.3
OpenVPN client connects but nothing loads.
cs...@gmail.com <cs...@gmail.com> #175
4.4.4 not fixed.
One people from rus portal 4pda say me, that bluevpn work in LATEST nightly cynanogen mod for FLO based on 4.4.3 (nexus 7 2013 wifi). Not tested yet.
One people from rus portal 4pda say me, that bluevpn work in LATEST nightly cynanogen mod for FLO based on 4.4.3 (nexus 7 2013 wifi). Not tested yet.
di...@gmail.com <di...@gmail.com> #176
Nexus 4 Always on VPN feature is broken from 4.4 to 4.4.3.
Although there is icon and message shows Always on VPN is connected but usable VPN connection can only establish by disable always on vpn feature then connect vpn manually.
About few hours ago my Nexus 4 running on 4.3, Always on VPN feature never had problem.
Although there is icon and message shows Always on VPN is connected but usable VPN connection can only establish by disable always on vpn feature then connect vpn manually.
About few hours ago my Nexus 4 running on 4.3, Always on VPN feature never had problem.
em...@gmail.com <em...@gmail.com> #177
Please fix VPN issue in kit Kat, vpn is essential for work. Damn this, I should have never upgraded to kit Kat. Now I need to switch to iPhone. At least provide a way for people to downgrade back to 4.2
sa...@cooksoncycles.co.uk <sa...@cooksoncycles.co.uk> #178
Damn ... update to KK ... wrong decision. But I don't know why the people get exalted, this is nothing new. Google forgot their users, how many post to suggest Google make changes in android and nothing happen, like the USSD API ... take it easy and develop to another platform ...
[Deleted User] <[Deleted User]> #179
I downgraded Nexus7 from 4.4.3 to 4.3. Good by KitKat.
[Deleted User] <[Deleted User]> #180
I am come back to 4.3. I would like to have 4.4.4 but Google did not fix this issue on my Nexus 4/ Nexus7
ns...@gmail.com <ns...@gmail.com> #181
Please fix vpn issue or give us a roll back.
st...@gmail.com <st...@gmail.com> #182
Well this issue has been around since November and despite different updates to KitKat, Google hasn't fixed it. What is this supposed to mean? Can't they see this or they did it on purpose? Probably working with the NSA...Screw them
ka...@gmail.com <ka...@gmail.com> #183
The issue persist on android 4.4.4?, I returned to 4.3 on my nexus 10, I want to know if I can update to 4.4.4
a3...@gmail.com <a3...@gmail.com> #184
4.4.4 n7 (2012) same issue:VPN not connected
gt...@gmail.com <gt...@gmail.com> #185
Is this issue fix yet?
HTC DNA Verizon.
HTC DNA Verizon.
ra...@gmail.com <ra...@gmail.com> #186
Nexus 4 OTA 4.4.4 Always on VPN feature still broken as 4.4\4.4.2\4.4.3
VPN feature only works when set Always on VPN feature as None and connect manually.
When set Always on VPN on,there are icons and message shows up and tell Always on VPN is connected but I cant browse any blocked site.
VPN feature only works when set Always on VPN feature as None and connect manually.
When set Always on VPN on,there are icons and message shows up and tell Always on VPN is connected but I cant browse any blocked site.
r0...@gmail.com <r0...@gmail.com> #187
The 4.4.4 still doesn't solve this VPN issue!!!!!
Google presented yesterday the new Android L with new features but if they don't fix the basic functions like the VPN I think lot of developers, manufacturers and also customers will move to different system operators.
Google are doing the same errors of Apple: version after version, Android is becoming a closed system operator without the possibility for the developers to improve the standard functionalities.
Google presented yesterday the new Android L with new features but if they don't fix the basic functions like the VPN I think lot of developers, manufacturers and also customers will move to different system operators.
Google are doing the same errors of Apple: version after version, Android is becoming a closed system operator without the possibility for the developers to improve the standard functionalities.
ke...@gmail.com <ke...@gmail.com> #188
This bug affects at least these popular applications:
Open Garden ( >1.000.000 installations ):
https://play.google.com/store/apps/details?id=com.opengarden.android.MeshClient
PDANET Tablet ( >500.000 installations ):
https://play.google.com/store/apps/details?id=com.pdanet.tablet2
BlueVPN / BlueVPN+ ( >150.000 installations ):
https://play.google.com/store/apps/details?id=com.blue_vpn
I suggest Robert to contact the authors of these application to find a solution for this issue as soon as possible.
Open Garden ( >1.000.000 installations ):
PDANET Tablet ( >500.000 installations ):
BlueVPN / BlueVPN+ ( >150.000 installations ):
I suggest Robert to contact the authors of these application to find a solution for this issue as soon as possible.
ml...@gmail.com <ml...@gmail.com> #189
4.4.4 installed... and it doesn't work.
Sorry Mirko...
Google ? WTF ? Qu'est-ce que vous branlez ?
Sorry Mirko...
Google ? WTF ? Qu'est-ce que vous branlez ?
st...@gmail.com <st...@gmail.com> #190
Are we there yet? Is this fix? HTC DNA
vi...@gmail.com <vi...@gmail.com> #191
Google, this is a racket. You have intentionally bugged the upgrades in effort to sell more nexus 4 and 5s. Apple like tactics,really?? Its trully sad that you all have blatantly ignored your supporters.
an...@gmail.com <an...@gmail.com> #192
Android L on my Nexus 7 (build LPV79), and it is still not fixed. Manually connecting to a VPN works. The "Always-on VPN" setting looks like it connects, but Wi-Fi is colored orange and none of the apps have internet connectivity. Google==Fail, again. Did Google get a NSL to intentionally break this? Is it illegal for Google to even comment on this?
em...@gmail.com <em...@gmail.com> #193
[Comment deleted]
em...@gmail.com <em...@gmail.com> #194
[Comment deleted]
ga...@gmail.com <ga...@gmail.com> #195
Hi I'm a developer of an app with >150.000 installations and I have this problem, Robert can help us, please??
em...@gmail.com <em...@gmail.com> #196
Please solve the BT problem! I need the BT Vpn urgently on my Nexus 7 2012.
cm...@gmail.com <cm...@gmail.com> #197
Mirko, I just got your new version automatically installed this morning, and now the WiFi router work around no longer works. I'm camping and was successfully using it until last night to connect to the internet, until the new version of blueVPN got installed. Now it won't even let me try to run it. It just gives a warning that its incompatible with 4.4.4. Really? It was working until last night.
la...@gmail.com <la...@gmail.com> #198
Still broken in 4.4.4, this is ridiculous. I was going to buy a new android tablet but at this point, I might go with Microsoft.Please fix this Google.
[Deleted User] <[Deleted User]> #199
Hi,
bug still exists in Android L Build LPV79.
07-03 10:37:56.665: I/LegacyVpnRunner(620): Aborting
07-03 10:37:56.665: I/LegacyVpnRunner(620): java.lang.IllegalStateException: command '126 interface fwmark rule add ppp0' failed with '400 126 Failed to add fwmark rule (Success)'
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.NetworkManagementService.setMarkedForwarding(NetworkManagementService.java:1656)
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.ConnectivityService$VpnCallback.setMarkedForwarding(ConnectivityService.java:4164)
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.connectivity.Vpn$LegacyVpnRunner.execute(Vpn.java:1131)
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.connectivity.Vpn$LegacyVpnRunner.run(Vpn.java:970)
07-03 10:37:56.665: I/LegacyVpnRunner(620): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '126 interface fwmark rule add ppp0' failed with '400 126 Failed to add fwmark rule (Success)'
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:427)
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:363)
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:328)
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.NetworkManagementService.setMarkedForwarding(NetworkManagementService.java:1654)
bug still exists in Android L Build LPV79.
07-03 10:37:56.665: I/LegacyVpnRunner(620): Aborting
07-03 10:37:56.665: I/LegacyVpnRunner(620): java.lang.IllegalStateException: command '126 interface fwmark rule add ppp0' failed with '400 126 Failed to add fwmark rule (Success)'
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.NetworkManagementService.setMarkedForwarding(NetworkManagementService.java:1656)
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.ConnectivityService$VpnCallback.setMarkedForwarding(ConnectivityService.java:4164)
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.connectivity.Vpn$LegacyVpnRunner.execute(Vpn.java:1131)
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.connectivity.Vpn$LegacyVpnRunner.run(Vpn.java:970)
07-03 10:37:56.665: I/LegacyVpnRunner(620): Caused by: com.android.server.NativeDaemonConnector$NativeDaemonFailureException: command '126 interface fwmark rule add ppp0' failed with '400 126 Failed to add fwmark rule (Success)'
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:427)
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.NativeDaemonConnector.executeForList(NativeDaemonConnector.java:363)
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.NativeDaemonConnector.execute(NativeDaemonConnector.java:328)
07-03 10:37:56.665: I/LegacyVpnRunner(620): at com.android.server.NetworkManagementService.setMarkedForwarding(NetworkManagementService.java:1654)
ma...@gmail.com <ma...@gmail.com> #200
#196: you can continue to use the workaround with the new version I've just committed. Please wait automatic the upgrade from Google Play
ed...@gmail.com <ed...@gmail.com> #201
PLIZZZZZZZZZ!!!!!!!!!!!!VPN!!!!!!!!!!!!!!!
db...@gmail.com <db...@gmail.com> #202
I need to VPN!
db...@gmail.com <db...@gmail.com> #203
[Comment deleted]
nr...@gmail.com <nr...@gmail.com> #204
Is there any VPN app that uses its own stack/subsystem rather than relying on the buggy built-in one? Is this even possible to do?
ma...@gmail.com <ma...@gmail.com> #205
Mirko, got the update and now back in business. Thanks! This is such Bravo Sierra. Obviously google doesn't want this capability to exist.
al...@gmail.com <al...@gmail.com> #206
The upgrade to 4.4 should not be done. Everything works fine before but for me the most important bluevpn+ application does not work any more!!!!!! Do someone know how to get back the previous version of andrlid? Otherwise I will return my Asus back to the shop and thin about other device. Definitely not with green roboter.
ru...@gmail.com <ru...@gmail.com> #208
I just bought an iPad Mini which can connect through VPN and Adhoc which Android 4.4.4 can't and that's why I am not buying anymore Android OS devices. Bye, Bye Google!
st...@gmail.com <st...@gmail.com> #209
I am also considering to chenge my nexus 7 to ipad mini, will be happy to say good buy to google and android, as it is just the waste of time. Sucs! No ad hoc, no vpn! Shame on U
uy...@gmail.com <uy...@gmail.com> #210
Is there any progress on this issue?
re...@gmail.com <re...@gmail.com> #211
Please fix soon, thanks!
b....@gmail.com <b....@gmail.com> #212
Please fix!!!! Internet connections everywhere is a very basic feature!!! And this bug + the missing ad hoc support tells me android is a bad for tablets!!!
se...@gmail.com <se...@gmail.com> #213
What is workaround Mirko wrote in 196? I have 2.6 installed and Google Play don't have upgrade for my Nexus10.
si...@gmail.com <si...@gmail.com> #214
These are the consequences of the "slow" Google support:
- many customers are changing the device ( with different operating system )
- many users are doing the downgrade to version 4.3
- the 90% of Apple devices have passed to the latest release iOS7 while only 19% of Android devices are updated to 4.4.*
After 230 days and 4 minor revisions (4.4.1, 4.4.2, 4.4.3, 4.4.4) they have not yet solved the VPN issue. I think it was sufficient going back to the 4.3 code, but simple solutions are not considered by Google's developers!
- many customers are changing the device ( with different operating system )
- many users are doing the downgrade to version 4.3
- the 90% of Apple devices have passed to the latest release iOS7 while only 19% of Android devices are updated to 4.4.*
After 230 days and 4 minor revisions (4.4.1, 4.4.2, 4.4.3, 4.4.4) they have not yet solved the VPN issue. I think it was sufficient going back to the 4.3 code, but simple solutions are not considered by Google's developers!
as...@gmail.com <as...@gmail.com> #215
Why is this defect marked as "Closed"? I suspect that this is not showing up for Google anymore despite the status of "FutureRelease". Or maybe "Closed" doesn't mean closed? Please help me understand...
mr...@gmail.com <mr...@gmail.com> #216
Fix yet?... are we there yet? Come on people.... get this going!!!!
ji...@gmail.com <ji...@gmail.com> #217
There yet?!.. Fixed?
fu...@gmail.com <fu...@gmail.com> #218
I changed to cyanogenmod, and bought bluevpn+ to get it working again. but it seems the issue is not fixed yet. even if the tun.ko module exists in cyanogen, the connection did not work.
Before that it was just embarassing, that a vpn did not work without a wifi detected concurrently, but now it's just sad. how difficult is it to make this work?
Before that it was just embarassing, that a vpn did not work without a wifi detected concurrently, but now it's just sad. how difficult is it to make this work?
06...@gmail.com <06...@gmail.com> #220
Google, please. Please fix this instead of pushing me to iPhone (where this works just fine).
06...@gmail.com <06...@gmail.com> #221
[Comment deleted]
jo...@gmail.com <jo...@gmail.com> #222
Please fix ASAP
aa...@gmail.com <aa...@gmail.com> #223
Please solve the VPN issue in Kit Kat
ga...@gmail.com <ga...@gmail.com> #224
Google & Mirko, please solve the issue of VPN connection regarding the 4.4 Android OS. I have a Nexus 7 2013 that is used by my son and this is why I can't reset it. With this app I will be able to connect a USB modem, without the need for tethering my phone that will lead the phone to fast discharge.
Best regards,
Bogdan.
Best regards,
Bogdan.
in...@gmail.com <in...@gmail.com> #225
Usally used app BlueVPN to establish a second Bluetooth connection for Internet, while my Samsung Galaxy Note 2 was logged into my VW Passat's hands-free equipment (Remote SIM).
Now switched to a Note 3 with 4.4.2. But though second BT (e.g. GPRS) connection is established, no data flow :-(
Now switched to a Note 3 with 4.4.2. But though second BT (e.g. GPRS) connection is established, no data flow :-(
in...@gmail.com <in...@gmail.com> #226
Удивительно, но похоже Google абсолютно не интересна эта проблема. А ведь это абсолютное не уважение к своим клиентам!
[Deleted User] <[Deleted User]> #227
Please solve the VPN issue in Kit Kat
jo...@gmail.com <jo...@gmail.com> #228
Pls does any one have a link for bluevpn version 2.5? It was working fine on mahdi ROM 4.4.3 until I updated to version 2.6
be...@gmail.com <be...@gmail.com> #229
Nine months and counting... It's very disappointing that after so much time Google still has not addressed this problem. Come on guys, please?
sa...@gmail.com <sa...@gmail.com> #230
I have a Motorola (Google) Droid with 4.4.4 . Is there any way to get Open garden to work on my phone so that I can use it to generate a hotspot?
vi...@gmail.com <vi...@gmail.com> #231
Help please,
I have nokia x2-02 and only this program can share internet to my asus tf700!
I have nokia x2-02 and only this program can share internet to my asus tf700!
st...@gmail.com <st...@gmail.com> #232
Same Problem with Kit kat on Xperiaz tablet SGP311. Please fix. Regards.
ju...@hotmail.com <ju...@hotmail.com> #233
...and me. Stock HTC One m8 v4.4.3
tr...@gmail.com <tr...@gmail.com> #234
Google fix this ASAP, I'll love to upgrade my galaxy tab 3 7.0" to KitKat but for this issue, as I don't have any other means of accessing internet
vo...@gmail.com <vo...@gmail.com> #235
[Comment deleted]
li...@gmail.com <li...@gmail.com> #236
Same problem with VPN in my Sony Xperia Tablet Z. Please solve It. Thanks.
a....@gmail.com <a....@gmail.com> #237
Fake WiFi app could solve this problem if it makes android think that is connected to wifi. Don`t new why Google dont offer a solution that already exist but only for "rooted" users.
ko...@gmail.com <ko...@gmail.com> #238
just upgraded my n7100 4.4.2 and connected to vpn but no data flow :-(. Any fix yet ?
cm...@gmail.com <cm...@gmail.com> #239
It is soon october 2014, and this vpn problem on 4.4 kitkat still not solved. My samsung tab3 wifi only is now useless. Shall I get rid of android?? Will this problem be fixed in the future?
h....@gmail.com <h....@gmail.com> #240
Since I upgraded My GT N 5110 To Android 4.4.2 blue vpn doesn't workshop anymore!
ha...@gmail.com <ha...@gmail.com> #241
Me too have the same problem note 3 android 4.4.3
re...@gmail.com <re...@gmail.com> #242
Note 3 also facing this problem plz solve it
da...@gmail.com <da...@gmail.com> #243
Why is this closed if it is not fixed? I also have VPN problems
ch...@gmail.com <ch...@gmail.com> #244
same problem here on my KitKat 4.4.4
ed...@gmail.com <ed...@gmail.com> #245
I am facing the same issue on my Moto E 4.4.4
.
.
ji...@gmail.com <ji...@gmail.com> #246
same here with different sony xperia devices on Android 4.4.3 and 4.4.4
me...@gmail.com <me...@gmail.com> #247
I've tried LPT2/IpSec PSK with a LG G3 running 4.4.2. I get the connection but no data is transfered.
When I type static ip address in browser, it works! Looks like a dhcp or dns issue. I've tried to set manually the dns (8.8.8.8), no luck. My windows laptop can connect the same VPN server (softether) without issue.
When I type static ip address in browser, it works! Looks like a dhcp or dns issue. I've tried to set manually the dns (8.8.8.8), no luck. My windows laptop can connect the same VPN server (softether) without issue.
va...@gmail.com <va...@gmail.com> #248
The solution is to buy an iPhone, as I have. This isn't one of those sarcastic responses either. VPN is a critical tool for many users, especially business users, and to still have it completely broken since 4.4 release is unacceptable.
Without VPN, I can't work. I'm not going to stick with Android if it fails to meet my basic needs.
Without VPN, I can't work. I'm not going to stick with Android if it fails to meet my basic needs.
to...@gmail.com <to...@gmail.com> #249
Why
In
The
World
Is
This
Not
Fixed
In
The
World
Is
This
Not
Fixed
ar...@gmail.com <ar...@gmail.com> #250
Mirko pls send me a link of blue VPN version 2.5. Thank you
po...@globalx.com.au <po...@globalx.com.au> #251
I...? ¿ And i think...? ¿ What?...
hk...@gmail.com <hk...@gmail.com> #252
[Comment deleted]
pa...@gmail.com <pa...@gmail.com> #253
On ANDROID 5.0 SDK BlueVPN works
su...@gmail.com <su...@gmail.com> #254
If some other guy likes to test the BlueVPN app on Android 5.0 it is possible to update the Nexus devices to the Lollipop version:
http://android-developers.blogspot.it/2014/10/android-50-lollipop-sdk-and-nexus.html
gr...@gmail.com <gr...@gmail.com> #255
[Comment deleted]
[Deleted User] <[Deleted User]> #256
Can anyone pls check if bluevpn works with android lollipop 5.0 ..
ti...@gmail.com <ti...@gmail.com> #257
[Comment deleted]
pe...@gmail.com <pe...@gmail.com> #258
YES!! On Android 5.0 LOLLIPOP, BlueVPN WORKS !!
Finally this issue seems resolved
Finally this issue seems resolved
ku...@gmail.com <ku...@gmail.com> #259
Gr8..Thanks
vi...@gmail.com <vi...@gmail.com> #260
Mirko, congrats on BlueVpn working on Lollipop. My VPN app only works on Lollipop for IPv6 traffic, not IPv4 (Nexus 5 and 7 Wifi and 4g). Interestingly, the app works fine for v4 and v6 on the 5.0 emulator.
Would you mind answering a few questions (don't worry, I won't ask for your code)? You can email me at this address.
Would you mind answering a few questions (don't worry, I won't ask for your code)? You can email me at this address.
fa...@gmail.com <fa...@gmail.com> #261
Confirmed, Nexus 4, AOSP 5.0 works for PPTP VPN.
kr...@gmail.com <kr...@gmail.com> #262
Just updated my AT&T Samsung Note 3 to 4.4.4 from 4.2 in hopes that the vpn issue was resolved. Still not working. There is no excuse to not have something as critical as this not working.
di...@gmail.com <di...@gmail.com> #263
This is ridiculous. Never expected such a callous approach from Google. For months Nexus 7 users and brand is loosing out on VPN connectivity. Wish someone at Google pay heed to the warning signals, else they will loose the public support about their endeavors.
[Deleted User] <[Deleted User]> #264
Why has this not been fixed. This has been broken over a year
co...@gmail.com <co...@gmail.com> #265
Why has this not been fixed. This has been broken over a year
th...@gmail.com <th...@gmail.com> #266
Can someone who has a VPN working on 5.0 please answer these questions (if possible):
1. What device (I know someone has a Nexus 4 running)?
2. Did you flash factory image or build your own rom?
3. Do you happen to know if VPN is tunneling over IPv6 or IPv4?
I may try flashing a Nexus 4 to see if that works.
I built my own images from scratch and am still seeing the IPv4 problem. Also seeing it on Nexus 7 2012/2013 and multiple Nexus 5s. The Nexus 7 2013 received 5.0 via OTA, so I didn't install it. Same problem.
1. What device (I know someone has a Nexus 4 running)?
2. Did you flash factory image or build your own rom?
3. Do you happen to know if VPN is tunneling over IPv6 or IPv4?
I may try flashing a Nexus 4 to see if that works.
I built my own images from scratch and am still seeing the IPv4 problem. Also seeing it on Nexus 7 2012/2013 and multiple Nexus 5s. The Nexus 7 2013 received 5.0 via OTA, so I didn't install it. Same problem.
mo...@gmail.com <mo...@gmail.com> #267
Come on Google. This is getting pathetic
um...@gmail.com <um...@gmail.com> #268
Please support blueVPN
[Deleted User] <[Deleted User]> #269
Nexus 4 stock never modified anything
OTA 5.0 now
[Always on VPN] feature is working!
When [always on vpn] connected, two key icon appear on top of the screen,left one is old thin version(as in kitkat and jellybean looks like) and right one is bold new version, minor problem, no bother to me.
OTA 5.0 now
[Always on VPN] feature is working!
When [always on vpn] connected, two key icon appear on top of the screen,left one is old thin version(as in kitkat and jellybean looks like) and right one is bold new version, minor problem, no bother to me.
ca...@gmail.com <ca...@gmail.com> #270
I just upgraded to CM11 (KK 4.4.4) from CM10.2 (JB 4.2.2).
I use my old Nokia N70 to tether via bluetooth DUN.
Fortunately, in my case there is a simple workaround :
After blueVPN has enabled the tunnel, I add the route manually :
# ip route add default dev tun0 scope link
I'm planning to script it with sl4a.
I use my old Nokia N70 to tether via bluetooth DUN.
Fortunately, in my case there is a simple workaround :
After blueVPN has enabled the tunnel, I add the route manually :
# ip route add default dev tun0 scope link
I'm planning to script it with sl4a.
we...@gmail.com <we...@gmail.com> #271
Having similar issue on Samsung Galaxy S5 running 4.4.4. Using stock VPN software on the phone.
Hardware version: G900V.05
Model number: SM-G900V
Kernel version: 3.4.0
Build: KTU84P.G900VVRU1ANI2
When I am connected to the VPN, I can access all of my company network and intranet resources, but can't access any other internet addresses (google.com , etc.)
Hardware version: G900V.05
Model number: SM-G900V
Kernel version: 3.4.0
Build: KTU84P.G900VVRU1ANI2
When I am connected to the VPN, I can access all of my company network and intranet resources, but can't access any other internet addresses (
ba...@gmail.com <ba...@gmail.com> #272
After Lollipop update on my LG G3 (V20e-EUR-XX) it works automagically!
jb...@gmail.com <jb...@gmail.com> #273
Vpn issue with kitkat4.4.4
em...@jongibbins.com <em...@jongibbins.com> #274
hey. my yoga tablet 10 lenovo also have that kind of problem. it connects then after few secs. it says "trying to establish a blah blah blah". pls make a fix
kn...@gmail.com <kn...@gmail.com> #275
I just have no idea how this can be 'closed', after one year and 4 released, damn!
google is totally ignoring people, nothing good can happen after that
google is totally ignoring people, nothing good can happen after that
ji...@gmail.com <ji...@gmail.com> #276
same issue on acer tab 8, anyone no of any work around's that will allow openvpn for andriod add routes
[Deleted User] <[Deleted User]> #277
Can anyone confirm if this problem is completely solved in Android 5 ( lollipop ) or not ?
lu...@gmail.com <lu...@gmail.com> #278
VPN issue here too, on my Asus MemoPad 8 ME181C and Motorola Moto G phone both running Android 4.4.4. Cannot connect via OpenVPN, or through traditional Android menu methods of L2TP etc. Serious issue for me. Please fix.
lu...@gmail.com <lu...@gmail.com> #279
I have LG L70 4.4.2 kitekat and bluetooth VPN is not working. Shame for google in year 2015!
ne...@gmail.com <ne...@gmail.com> #280
Asus TF701T 4.4.2 is not working!
jo...@gmail.com <jo...@gmail.com> #281
No always-on VPN connections on any of the last 3 phones Ive had. My connection would be fine, unless i turned "always-on" vpn on. They it would say "connected", but nothing would load or ping.
In addition normal l2tp connections are even acting up now.
This is a really big safety problem, and a problem that affects a lot of us very severely!
In addition normal l2tp connections are even acting up now.
This is a really big safety problem, and a problem that affects a lot of us very severely!
cf...@gmail.com <cf...@gmail.com> #282
My galaxy grand 2 with android 4.4.2 does not work with blue vpn to connect internet by my nokia gprs modem.what is the problem.
bu...@gmail.com <bu...@gmail.com> #283
Geez. Can't we just get a patch or something to fix the VPN code??
ji...@gmail.com <ji...@gmail.com> #284
On kitkat 4.4.2 Vpn Disconnection dialog got hanged after disconnection also.
Notification did'nt removed ,Its need reboot for resolve this error.
Notification did'nt removed ,Its need reboot for resolve this error.
oj...@gmail.com <oj...@gmail.com> #285
Still nothing?! This is a deal breaker issue for me right now. I love Android and am willing to find work arounds for small issues but the vpn problems are MAJOR ISSUES that need to be addressed. PLEASE GOOGLE?!
Still unable to get reliable connection on OpenVPN or standard vpn running Android 4.4.4 on Asus MemoPad 8 (ME181C) and my Motorola phone.
Still unable to get reliable connection on OpenVPN or standard vpn running Android 4.4.4 on Asus MemoPad 8 (ME181C) and my Motorola phone.
ry...@gmail.com <ry...@gmail.com> #286
3+
ri...@gmail.com <ri...@gmail.com> #287
Solved on Lollipop.
js...@gmail.com <js...@gmail.com> #288
kitkat 4.4.4 is stupid not working in my meizu m1 note. This is so frustrating.
re...@gmail.com <re...@gmail.com> #289
I use droidvpn on asus zen5 4.4.2..always disconnect.when i connect,it just take 5minute.after that vpn disconnect.i also try in my alcatel one touch 4.1.2...it work find...any solution to solve this problem?
ko...@gmail.com <ko...@gmail.com> #290
its more than a year and still the same... openvpn not working on note 4 with kitkat 4.4.4
ra...@gmail.com <ra...@gmail.com> #291
Some VPN providers works on all KitKat version..tested on KitKat 4.4.2 with slowdns VPN...slowdns uses different routing method during dns tunneling...if any programmer is reading this post plz find out the routing config and upload it here
ma...@gmail.com <ma...@gmail.com> #292
Problem & limitations @ VPN
I have the same problem & I can't use Blue VPN+ on my Kitkat 4.42
I have the same problem & I can't use Blue VPN+ on my Kitkat 4.42
ma...@gmail.com <ma...@gmail.com> #293
Problems & limitations @ VPN.
I have the same problem & I can't
use BlueVPN+ app on my Android Kitkat 4.4.2
I have the same problem & I can't
use BlueVPN+ app on my Android Kitkat 4.4.2
da...@gmail.com <da...@gmail.com> #294
We are also having the same problem with android 4.4.2, the VPN connection just stopped working. We need this fixed ASAP!
ed...@gmail.com <ed...@gmail.com> #295
By ASAP, I assume you mean something less than the 18 months this bug has been open? In any case, count me in, I'm on a Droid Turbo which Verizon has forced to only run 4.4.4, and my VPN won't work longer than ten seconds. On the server side, it's seen as a DPD failure and drop. Same VPN server, same client, same config, same carrier on an Android 5.0 phone works fine.
This kind of garbage is exactly why Apple dictated to carriers that the phones would not run a carrier specific iOS version, because they know the end users would be the ones who get screwed, like we are now, with Verizon locking my phone, forcing me to use 4.4.4 and Google refusing to fix 4.4.x bugs.
This kind of garbage is exactly why Apple dictated to carriers that the phones would not run a carrier specific iOS version, because they know the end users would be the ones who get screwed, like we are now, with Verizon locking my phone, forcing me to use 4.4.4 and Google refusing to fix 4.4.x bugs.
ga...@gmail.com <ga...@gmail.com> #296
I think they have an agreement on this.
ir...@gmail.com <ir...@gmail.com> #297
Besaq maesalah ni
sh...@gmail.com <sh...@gmail.com> #298
There is an app that fixes the Android kit kat firewall that allows always on VPN to work. You need root access.
Always on vpn fix
Always on vpn fix
hd...@hotmail.co.in <hd...@hotmail.co.in> #299
Same issue
zo...@gmail.com <zo...@gmail.com> #300
Same issue
br...@gmail.com <br...@gmail.com> #301
[Comment deleted]
si...@gmail.com <si...@gmail.com> #302
Upgraded my Samsung Android to kitkat and can't use anymore blueVPN+ for tethering (apparantly a kitkat problem with VPN).Please fix
[Deleted User] <[Deleted User]> #303
#298 can you tell us the app name? I have a rooted note 2 and I need VPN to work.
al...@gmail.com <al...@gmail.com> #304
Plz VPN issues on KitKat (version 4.4.2)
ch...@gmail.com <ch...@gmail.com> #305
Can you send a full bugreport of the failure to me at rgreenwalt@google.com?
im...@gmail.com <im...@gmail.com> #306
It's easy to reproduce. Set up a VPN from 4.4.4 to any type of vpn server (I've reproduced with Fortinet hardware and OpenVPN software), connect from behind NAT, typically soon after connecting, dead peer detection will drop you believing the connection is down.
ro...@gmail.com <ro...@gmail.com> #307
Same issue. When is there a fix?
[Deleted User] <[Deleted User]> #308
Thanks to this post (above)!!!
******
#269 ham...@laposte.net
I just upgraded to CM11 (KK 4.4.4) from CM10.2 (JB 4.2.2).
I use my old Nokia N70 to tether via bluetooth DUN.
Fortunately, in my case there is a simple workaround :
After blueVPN has enabled the tunnel, I add the route manually :
# ip route add default dev tun0 scope link
I'm planning also to script it with sl4a.
******
This works for me with cm11 (KitKat 4.4.4) installed. Fortunately, this version of cyanogenmod works with ad hoc wireless as well.
******
#269 ham...@laposte.net
I just upgraded to CM11 (KK 4.4.4) from CM10.2 (JB 4.2.2).
I use my old Nokia N70 to tether via bluetooth DUN.
Fortunately, in my case there is a simple workaround :
After blueVPN has enabled the tunnel, I add the route manually :
# ip route add default dev tun0 scope link
I'm planning also to script it with sl4a.
******
This works for me with cm11 (KitKat 4.4.4) installed. Fortunately, this version of cyanogenmod works with ad hoc wireless as well.
pr...@gmail.com <pr...@gmail.com> #309
Please send help to peetansie@gmail.com
Kitkat 4.4 . . . not supported
Kitkat 4.4 . . . not supported
an...@gmail.com <an...@gmail.com> #310
As the poster said, I rooted my tablet installed terminal emulator, did
# ip route add default dev tun0 scope link
Bam! My BlueVPN is working again.
Do same if you encounter the problem of connecting to vpn.
# ip route add default dev tun0 scope link
Bam! My BlueVPN is working again.
Do same if you encounter the problem of connecting to vpn.
ry...@gmail.com <ry...@gmail.com> #311
Please send help to Rifat0172@gmail.com
Kitkat 4.4.0 . . . not supported and %
Kitkat 4.4.0 . . . not supported and %
ma...@gmail.com <ma...@gmail.com> #312
va...@gmail.com <va...@gmail.com> #313
kitkat version for android 4.4.2
cj...@gmail.com <cj...@gmail.com> #314
KitKat version 4.4.4.
li...@gmail.com <li...@gmail.com> #315
KitKat version 4.4.2
ed...@gmail.com <ed...@gmail.com> #316
This is unacceptable.
Must be fixed asap.
Must be fixed asap.
ed...@gmail.com <ed...@gmail.com> #317
Seems related to headphones. Unplug them and making call seems to trigger the bug
sh...@gmail.com <sh...@gmail.com> #318
"Me too." Used to be intermittent; now multiple times a day. Besides making the phone unusable, I come across as rude to people, and that is also unacceptable. Most unacceptable is that this is called a small problem at Google? This needs to be fixed.
rh...@gmail.com <rh...@gmail.com> #319
Daily occurrence for me at the moment, very frustrating having to reboot the phone every time i want to make a call. Very high priority i would say.
bj...@gmail.com <bj...@gmail.com> #320
It's been happening to me intermittently as well. It's irritating.
ra...@gmail.com <ra...@gmail.com> #321
Confirm the problem on nexus 4 with 5.0.1. Reboot temporary fixes the problem.
Amazed that it is STILL a "small" problem. Probably Nexus 4 is not intended as a phone?!
Amazed that it is STILL a "small" problem. Probably Nexus 4 is not intended as a phone?!
oc...@gmail.com <oc...@gmail.com> #322
I too have this problem on my nexus 4 with android 5.0.1 . Sometimes after single reboot it works and sometimes multiple reboots are needed.
ha...@gmail.com <ha...@gmail.com> #323
I too have this problem with my nexus 4 ~ android 5.0.1.
ju...@gmail.com <ju...@gmail.com> #324
Are you guys using headphones to answer these calls?
jo...@gmail.com <jo...@gmail.com> #325
Both my wife and I have Nexus 4s. When we update to 5.0, I didn't notice any serious issues. I have T-Mobile, so calling isn't always perfect. However, after 5.01, my wife's Nexus 4 started having serious calling issues. Call not going through, not being able to hear the call, call lagging, phone lock up, crash, shutdown, etc. This is the exact same issues I have had with really old cell phones that are on the way out. The symptoms were so bad I started shopping for a new phone for my wife. Then my Nexus 4 started acting up. This made me think it must be the new Android 5.01 and I did a search and found others with the same problem. I am not sure if the software is damaging the phones or what, but it didn't happen right away so I didn't suspect software. Rebooting helps, but not always. This problem should be the number one top priority for Google. Non functioning phones is the worst bug a phone can have. I hope that a fix is going to happen quick and that there is no permanent damage. If my phones are dead, I am never buying Nexus again.
mj...@gmail.com <mj...@gmail.com> #326
same story here: Nexus 4, 5.0.1. Not calling/answering with headphones or anything, just the handset. Tried many callbacks (or them call me) to no avail. Reboot is the only thing that fixes it.
je...@gmail.com <je...@gmail.com> #327
It is absurd and appalling that Google won't even publicly acknowledge that there is a problem with their latest software update(s) that renders the phone potion of the phone essentially useless.
an...@gmail.com <an...@gmail.com> #328
Same here. No audio on my phone with Cricket
an...@gmail.com <an...@gmail.com> #329
Nexus 4, 5.0.1, completely stock- never rooted or flashed.. Currently experiencing no audio during phone calls. The other party claims they were also unable to hear me. Rebooting the device fixes the issue temporarily. Please fix.
ca...@gmail.com <ca...@gmail.com> #330
I have been experiencing this issue too. Same details as others. Rebooting fixes the issue for a few calls.
an...@gmail.com <an...@gmail.com> #331
Same issue Nexus 4 - 5.0.1
gs...@gmail.com <gs...@gmail.com> #332
Same issue, Nexus 4 with 5.0.1
da...@gmail.com <da...@gmail.com> #334
Again, same issue Nexus 4 - 5.0.1
fa...@gmail.com <fa...@gmail.com> #335
Same issue for me also after upgrading my Nexus 4 to 5.0.1
da...@gmail.com <da...@gmail.com> #336
Same issue here. I need my phone for work, so this is not only inconvenient but also potentially costly. Please fix urgently! I'm not 'techy' enough to do downgrades etc, so a proper solution is needed
cc...@cforce.be <cc...@cforce.be> #337
I also encountered this problem on both of my nexus 4 phones android 5.0.1
When I receive a phone call I don't hear anything, also when I try to call back. ( temp fix, rebooting the phone ).
second, the phone that just shuts down to notice a few minutes or hours later that you can't be reached. ( I once checked my battery stats an had a fall when I rebooted ).
When I receive a phone call I don't hear anything, also when I try to call back. ( temp fix, rebooting the phone ).
second, the phone that just shuts down to notice a few minutes or hours later that you can't be reached. ( I once checked my battery stats an had a fall when I rebooted ).
gm...@gmail.com <gm...@gmail.com> #338
Same here, N4, stock, 5.0.1, sometimes, unexpected, reboot fixes for a while.
nd...@gmail.com <nd...@gmail.com> #339
Same issue as the rest, Nexus 4 with stock 5.0.1. Can't hear anything at random intervals and it takes me a while to realize that the problem is at my end. Also, it automatically powers off at times. In both cases, I am unable to use it as a phone, when that is it's primary function. Come on, Google! Fix this.
And this is from an ex-Google employee, who's used the N1 for 4 years and now on N4 for more than a year.
And this is from an ex-Google employee, who's used the N1 for 4 years and now on N4 for more than a year.
sa...@gmail.com <sa...@gmail.com> #340
[Comment deleted]
pe...@gmail.com <pe...@gmail.com> #341
I have the same issue, but only for "unknown" numbers. If the number is in my contacts, everything works perfect.
mo...@googlemail.com <mo...@googlemail.com> #342
mo...@googlemail.com <mo...@googlemail.com> #343
can someone set priority higher? This makes the PHONE unusable for its main function.
da...@gmail.com <da...@gmail.com> #344
I concur, this should not be PRIORITY - SMALL. This bug can interfere with the phone being used for emergency calls, also receiving important family calls. Further, some parties if receiving a call with no audio will refuse to answer a subsequent call, even if you've rebooted.
This Nexus 4 is a phone first, computer second. This is a SEV 1 bug IMHO, breaking mission critical functionality for the device. It needs to be fixed ASAP.
This Nexus 4 is a phone first, computer second. This is a SEV 1 bug IMHO, breaking mission critical functionality for the device. It needs to be fixed ASAP.
da...@gmail.com <da...@gmail.com> #345
BTW, the error occurs even when cycling speakerphone mode in the Phone app. Audio is not sent or received.
ri...@gmail.com <ri...@gmail.com> #346
I don't think it is an Android 5.0.0 or 5.0.1 problem because I am on CM11 (Android 4.4.4) and many other CM11 users have the same problem. I think it is just by hazard that the update is the same time like this general Nexus 4 Issue
st...@gmail.com <st...@gmail.com> #347
Got the same issue for me also after OTA upgrading my Nexus 4 to 5.0.1 everything is stock.
[Deleted User] <[Deleted User]> #348
[Comment deleted]
mo...@gmail.com <mo...@gmail.com> #349
Same problem here, Nexus 4 with Android 5.0.1, unrooted.
da...@tripleiwebsolutions.com <da...@tripleiwebsolutions.com> #350
I'm running into the same issue here with a stock Nexus 4 Android 5.0.1. Powering off and on the phone 'fixes' the issue temporarily but after a while when dialing out the other end cannot hear audio from my end.
ra...@gmail.com <ra...@gmail.com> #351
Nexus 4 French version
Unrooted
5.0.1 LRX22C fresh image installed
Baseband M9615A-CEFWMAZM-2.0.1701.05
Kernel 3.4.0-perf-g16e203d
Sometimes I can't hear someone who call me, or when I call someone.
Have to reboot my phone...
Please raise the priority, and ask if you need logs!
Regards,
Unrooted
5.0.1 LRX22C fresh image installed
Baseband M9615A-CEFWMAZM-2.0.1701.05
Kernel 3.4.0-perf-g16e203d
Sometimes I can't hear someone who call me, or when I call someone.
Have to reboot my phone...
Please raise the priority, and ask if you need logs!
Regards,
an...@gmail.com <an...@gmail.com> #352
same issue here. Happens when I receive a call and when I make one. Have to reboot everytime.
su...@gmail.com <su...@gmail.com> #353
Same issue with my Nexus 4. Have to reboot always.
dx...@case.edu <dx...@case.edu> #354
I am also getting the same problem in my nexus 4. It was working perfectly before the last update. Now many times I am not able to call or not able to hear anything.
ja...@gmail.com <ja...@gmail.com> #355
Same issue with my Nexus 4 after last update Android 5.0.1. Please fix the issue ASAP.
de...@gmail.com <de...@gmail.com> #356
Got the same issue for me also after upgrading my Nexus 4 to 5.0.1. Rebooting fixes the issue for sometime and then again reoccurs.
bu...@gmail.com <bu...@gmail.com> #357
Same issue. I have to restart at least three times a day.
yo...@gmail.com <yo...@gmail.com> #358
Same issue i have to restart phone many times. Please fix the issue asap
ph...@gmail.com <ph...@gmail.com> #359
I went to settings>apps>google play services and cleared the cache. Calls (incoming and outgoing) are now working again. Fingers crossed that this is a permanent fix. No restart of phone required.
Nexus 4
Android: 5.0.1
Nexus 4
Android: 5.0.1
hr...@gmail.com <hr...@gmail.com> #360
Same issue, but i have noticed this happens only when i am on 3G data but not on 2G or Wifi, then i hqve to put it back to 2g and reboot to fix it
ri...@gmail.com <ri...@gmail.com> #361
I have this issue too, my phone worked fine yesterday morning and then all of a sudden in the afternoon it didn't work! Reboot fixed it temporarily, but it's back to not working today.
pr...@gmail.com <pr...@gmail.com> #362
Same issue. Happens for me quite regularly (once a day). I don't have any 3rd party dialer installed either. Not sure why this is priority 'Small'
ji...@gmail.com <ji...@gmail.com> #363
Same issue. cant wait 5.0.2 to fix it.
gr...@gmail.com <gr...@gmail.com> #364
I'm having the same Issue on Nexus 4 on 4.4.4, since the last days of December. First thought it was a hardware failure, then did a complete clean re-install of the OS. The Problem was still persistent, but only after the phone connected to the Internet.
Since i'm rooted I disabled CheckinSeevices yesterday which worked for me so far, but since then i'm having a huge wakelock from Google Play Services which drains the battery in about 6 hours in standby. CPU statistics show that the device can't go to deepsleep - so this is obviously only a temporary fix!
This bug is software related, clearly some Google Play Services update broke something. Google, we need a fix ASAP!
Since i'm rooted I disabled CheckinSeevices yesterday which worked for me so far, but since then i'm having a huge wakelock from Google Play Services which drains the battery in about 6 hours in standby. CPU statistics show that the device can't go to deepsleep - so this is obviously only a temporary fix!
This bug is software related, clearly some Google Play Services update broke something. Google, we need a fix ASAP!
mo...@googlemail.com <mo...@googlemail.com> #365
Desperate. This is killing me, phone unusable. I have to constantly reboot and re-insert the SIM-card. (cyanogenmod android 4.4.4 here)
So I decided to remove google apps as per these instructions
http://hex.ro/wp/blog/removing-gapps-from-cyanogenmod-11/
bye bye, google
So I decided to remove google apps as per these instructions
bye bye, google
cp...@gmail.com <cp...@gmail.com> #366
Also have this issue after 5.0.1 update on nexus 4. Calls only work sometimes, it's a serious issue. I don't have any custom dialer app, everything is stock
py...@gmail.com <py...@gmail.com> #367
Some thing happens here. Stock 5.0.1 on Nexus 4. Also a friend of mine with Nexus 5 also has the same problem.
an...@gmail.com <an...@gmail.com> #368
Still dealing with this every day, even after disabling checkin service I need to reboot so often... and still marked as small priority... Really, Google?
mo...@googlemail.com <mo...@googlemail.com> #369
I cannot fix it anymore now ;(
neither "reboot", nor "reboot + sim-replug" nor "turn off mobile data + reset apn settings + reboot + sim-replug + reset apn settings" helps any more.
darn
neither "reboot", nor "reboot + sim-replug" nor "turn off mobile data + reset apn settings + reboot + sim-replug + reset apn settings" helps any more.
darn
mo...@googlemail.com <mo...@googlemail.com> #370
ok, this thread has 95 pages of people reporting this problem. So probably thousands of people. Add the ones that don't report in this thread and you have a WIDESPREAD PROBLEM and priority of this issue is what?
priority: SMALL ?!?
priority: SMALL ?!?
sa...@gmail.com <sa...@gmail.com> #371
Same issue here (5.01 stock). I have to reboot every time I did or received a phone call. Any second one fail (no sound in spite of connection). My phone is now nothing more than a tiny tablet...
yv...@gmx.de <yv...@gmx.de> #372
Same issue for me. I already considered to change the phone, as I thought it might be the phone. But this issue appeared since an update to Android 5.01.
Please do something about it!
Please do something about it!
ji...@gmail.com <ji...@gmail.com> #373
Same here. We really need you dear Google to take us seriously!
th...@tagworldwide.com <th...@tagworldwide.com> #374
This is a joke... I've had this problem over 3 weeks now. This is my last Android phone.
ro...@googlemail.com <ro...@googlemail.com> #375
[Comment deleted]
ew...@gmail.com <ew...@gmail.com> #376
Same issue cropped up for me immediately after 5.0.1 installed. Clearing Google Play Services cache (per the advice earlier on this page) seemed to work for a few days but today it's back to the same problem - had to restart phone twice already due to silent calls.
It's a bit of a deal-breaker for me - have loved the nexus 4 since I got it about 2 years ago, but if this isn't fixed soon I'll have to change phone. Priority of this fix really needs to be raised asap.
It's a bit of a deal-breaker for me - have loved the nexus 4 since I got it about 2 years ago, but if this isn't fixed soon I'll have to change phone. Priority of this fix really needs to be raised asap.
ct...@gmail.com <ct...@gmail.com> #377
Same problem, Nexus 4 Android 5.0.1!
pp...@podaril.org <pp...@podaril.org> #378
I am also having this issue, pretty sad it has been going on for so long. Kind of makes my phone pretty worthless as a phone.
ko...@gmail.com <ko...@gmail.com> #379
Same issue. It's been this way for 3 weeks now. I have tried all fixed in this thread, nothing works.
Nexus 4 version 5.0.1
stock android
Nexus 4 version 5.0.1
stock android
kr...@gmail.com <kr...@gmail.com> #380
Google, this is not a small issue. It is a huge issue!
go...@gmail.com <go...@gmail.com> #381
Same problem, Nexus 4 Android 4.4.4
wo...@gmail.com <wo...@gmail.com> #382
same problem Nexsus 4 Andriod 5.0.1
dr...@gmail.com <dr...@gmail.com> #383
I got this problem ever since on miui 4.2..now it appears to be on 5.0 also..I am extremely disappointed with Android. I hope this issue resolves asap..
gi...@gmail.com <gi...@gmail.com> #384
Yup, same problem on 5.0.1.
af...@gmail.com <af...@gmail.com> #385
same problem Nexsus 4 Andriod 5.0.1
It is really frustrating !!
It is really frustrating !!
af...@gmail.com <af...@gmail.com> #386
This issue should have high priority. Nexus 4 is not serving the basic purpose of a phone which is making calls. :/
an...@gmail.com <an...@gmail.com> #387
Needs to be fixed ASAP, I have missed several phone conversations regarding about job interviews!!!!
ja...@gmail.com <ja...@gmail.com> #388
Nexus 4, Android 5.0.1 (stock rom, not rooted, bootloader locked)
It doesn't happends in all my (ingoing or outgoing) calls, but about the half of them. Rebooting fixed it temporaly. I haven't experienced this bug before update to 5.0.1.
I have just stared this issue (that should be hight priorized).
It doesn't happends in all my (ingoing or outgoing) calls, but about the half of them. Rebooting fixed it temporaly. I haven't experienced this bug before update to 5.0.1.
I have just stared this issue (that should be hight priorized).
sm...@gmail.com <sm...@gmail.com> #389
Same issue here, not being able to make or receive calls is proving very costly.
Anyone up for a law suit? ;)
Anyone up for a law suit? ;)
pa...@gmail.com <pa...@gmail.com> #390
Exactly the same for me with my Nexus 4: sometimes there is no sound when trying to call somebody. Only rebooting temporarely helps.
gt...@gmail.com <gt...@gmail.com> #391
Same issue with Non-rooted Nexus 5.0.1
ro...@gmail.com <ro...@gmail.com> #392
I have the same problem after the updato to 5.0.1. (Nexus 4).
rg...@gmail.com <rg...@gmail.com> #393
Same problem after update to 5.0.1 with Nexus 4. Please solve this ASAP, this is a BASIC feature of the smartphone!!!!!
dr...@gmail.com <dr...@gmail.com> #394
Same issue and it seems as though we aren't getting a fix. How ridiculous.
mo...@googlemail.com <mo...@googlemail.com> #395
817 starred this issue and priority is still "small".
who runs this place?
who runs this place?
mo...@googlemail.com <mo...@googlemail.com> #396
google employees or whoever is responsible, please accept this ticket, change status from new, assign an owner, investigate and fix this issue, which is more than merely an inconvenience.
by...@gmail.com <by...@gmail.com> #397
Same problem, Nexus 4 after OTA upgrade to 5.0 (and then 5.0.1). Recommending to everyone I know who is still on Kitkat (4.4) to stay put (do not upgrade).
For those who have already upgraded: enable Android Developer Options and then disable all animations within those options. This will at least lesson the frequency of the problem (but still rebooting the device once/twice a day to keep it functional).
For those who have already upgraded: enable Android Developer Options and then disable all animations within those options. This will at least lesson the frequency of the problem (but still rebooting the device once/twice a day to keep it functional).
se...@enetics.net <se...@enetics.net> #398
Same thing here. N4 with CM11. It started somewhere around M10 or M11 update. Trying the "disable CheckinService under Google Play Services" suggestion.
me...@gmail.com <me...@gmail.com> #399
Same issue -- have had the problem since late December and rebooting only helps for about a day. Really sucks when you're standing in below zero temperatures trying to make a call only to get stuck rebooting. Please help with this, Google! Making calls is the main function of a phone!
er...@legallais.ca <er...@legallais.ca> #400
Same problem here.
Installing Kit Kat dialer did not fix issue.
Deactivating Google Play Services either.
Only rebooting fixes the problem.
Please, this is a big issue, change severity...
Installing Kit Kat dialer did not fix issue.
Deactivating Google Play Services either.
Only rebooting fixes the problem.
Please, this is a big issue, change severity...
de...@gmail.com <de...@gmail.com> #401
Stock Nexus 4. No BT enabled or headsets connected. OTA updated 5.0.1.
When this problem occurs, phone timer counts as usual as if I was still in a call. But phone's microphone and speakers are not functional. Not sure if related but the dialer is also very laggy.
When this problem occurs, phone timer counts as usual as if I was still in a call. But phone's microphone and speakers are not functional. Not sure if related but the dialer is also very laggy.
de...@gmail.com <de...@gmail.com> #402
Same issue here, the no audio issue happens sporadically, reboot fixes the problem temporarily. I had to reboot my phone 3 times to make calls.
N4 5.0.1 no root
N4 5.0.1 no root
si...@gmail.com <si...@gmail.com> #403
Add me to the list of folks affected by this on a Nexus 4 running 5.0.1 OTA. Reboot fixes it. Battery life is abysmal (3-4 hours).
ph...@gmail.com <ph...@gmail.com> #404
Same issue with Girlfriends phone. It is a LG Nexus 4 and since the update to Lollipop from Kitkat, she has had to time and again reboot the phone to temporarily resolve the issue. Called service provider, and their tech support seems to think it might be the sim card on her phone acting up. The tech suggested getting a new sim card from service provider. If this fixes her problem, will reply back.
kr...@gmail.com <kr...@gmail.com> #405
Can't do Phone Calls, N4 (Germany) 5.0.1 pls fix this sh*t. for what i got a mobilephone if i cant call someone ? (Bug is since 5.0.1)
wi...@gmail.com <wi...@gmail.com> #406
Same problem here. Form time to time cant make or receive calls due to audio bug. Android 5.0.1
gr...@gmail.com <gr...@gmail.com> #407
Nexus4 microphone not working since 5.0.1 update. Therefore I can not use the phone to call anyone. Very unhappy customer who has been waiting nearly a month for google to come up with a fix. If I have to buy a new phone I will never consider buying an Android again.
ho...@gmail.com <ho...@gmail.com> #408
Same issue with our Nexus 4 running CM11.
I got it to work by going into apps and clearing the cache for the dialer app then rebooting. Not sure if it is a temporary fix or not but seems to be working for now.
I got it to work by going into apps and clearing the cache for the dialer app then rebooting. Not sure if it is a temporary fix or not but seems to be working for now.
io...@gmail.com <io...@gmail.com> #409
Nexus4 running Android 5.0.1. Since the upgrade the phone is a mess!
My Nexus was perfect for the update. Regret the update incredibly! Nexus 4 needs a fix!
mh...@gmail.com <mh...@gmail.com> #410
I also have the same issue. Periodically cannot hear audio on outgoing calls. It has happened multiple times. Stock Android, Nexus 4, 5.01, T-Mobile.
sp...@gmail.com <sp...@gmail.com> #411
Must be the this same thing for me ! Often people i call, can't hear me, Also when on a call that i have to push a button for a line to go to - my phone won't send the # i push, Like push 1 for English.
su...@gmail.com <su...@gmail.com> #412
Same for me.
Put it on the speaker, then mic is working for me. So I always have to go to some corner to pick up the phone calls. GOOD work google.
Put it on the speaker, then mic is working for me. So I always have to go to some corner to pick up the phone calls. GOOD work google.
da...@gmail.com <da...@gmail.com> #413
Same Problem in nexus 4, 5.0.1.
The Problem only appeared 2x times up to now. After reboot it worked well.
Plesse fix immediately!
The Problem only appeared 2x times up to now. After reboot it worked well.
Plesse fix immediately!
mo...@gmail.com <mo...@gmail.com> #414
Gosh! I'm another casuality... When you say re-boot do you mean turn off and then turn back on? I have done that and it doesn't seem to have helped me. I have the Nexus 4 and I can't even call my own children who share my T-mobile plan. I pay 200. a month for 3 phones, I'd like to know they are working properly.
ca...@gmail.com <ca...@gmail.com> #415
I wonder if the severity of this bug will increase after someone needs to make a 911 call and their phone doesn't work?
no...@gmail.com <no...@gmail.com> #416
What star icon? Same issue. No audio when calling or receiving calls.
gg...@gmail.com <gg...@gmail.com> #417
I've not only got this issue of calls going unheard but my Nexus-4 would hang, freeze and reboot byitself in the middle of the day when I want to check an incoming text or Whatsapp..it does this reboot almost regularly nowadays sometimes upto twice a day.
This in a way has kept the 'dumb-calls' issue at check, as rebooting give a temporary fix!
Regretting the lollipop 'upgrade', should've just left it with kitkat...curiosity really killed it this time!
Nexus 4
Android Lollipop 5.0.1
This in a way has kept the 'dumb-calls' issue at check, as rebooting give a temporary fix!
Regretting the lollipop 'upgrade', should've just left it with kitkat...curiosity really killed it this time!
Nexus 4
Android Lollipop 5.0.1
mv...@gmail.com <mv...@gmail.com> #418
Guys, don't be sad about updating to lollipop, as this is also happening on kit kat cm11.Google let it rain on us. Customer care is something different,for this bug is known since November and definitely caused by Google play services! Installing all google play services fixes for me on kitkat, but i can't use many apps now, and those google apps keep on notifying me to update. What a mess!
ma...@gmail.com <ma...@gmail.com> #419
Same here. Nexus 4. Android 5.0.1 upgrade. No sound during call. This needs to be fixed!
ac...@gmail.com <ac...@gmail.com> #420
Same problem for me. How to reproduce:
1- System boot up
2- Make a call. It WORKS
3- End the call, open Play Store, close Play Store, open Photos, close Photos
4- Make a call. It DOESN'T works
Nexus 4 HW rev. 11
Android 4.4.4
All apps updated.
1- System boot up
2- Make a call. It WORKS
3- End the call, open Play Store, close Play Store, open Photos, close Photos
4- Make a call. It DOESN'T works
Nexus 4 HW rev. 11
Android 4.4.4
All apps updated.
ma...@gmail.com <ma...@gmail.com> #421
Shouldn't the priority on this be Critical or something? I am on guard duty for my firm. I received a call last night and heard nothing from the other end. Waiting to reboot your phone and hoping the user calls back when you just woke up at 2am is frustrating to say the least...
ca...@gmail.com <ca...@gmail.com> #422
Google this is literally a life and death situation for me/family(due to health issues). If something terrible happens you will be held fully responsible. Please FIX this audio issue ASAP!!! My phone is useless.
ma...@gmail.com <ma...@gmail.com> #423
I'm just one of the thousands, but I've got to say this really stinks. My Nexus 4 almost always works the very first call after a reboot. After that the odds are low. I end up rebooting before every call and any time I'm expecting a call. Ridiculous!
ho...@gmail.com <ho...@gmail.com> #424
Same issue here.
2 nexus 4 phones: 8 and 16 GB
8 works with no problems, 16 no voice.
2 nexus 4 phones: 8 and 16 GB
8 works with no problems, 16 no voice.
an...@gmail.com <an...@gmail.com> #425
Google doesn't care for users with two year old phones, at least so it seems. I experience the same problem, downgrading to Play Services 6.5.87 removes three problem but unfortunately I cannot stop Play Services from updating itself.
an...@gmail.com <an...@gmail.com> #426
I am back on 4.4.4 PA ROM. I am just going to wait until theres a fix asap..if not then i'll just get a new phone..
st...@gmail.com <st...@gmail.com> #427
i use this phone for work, and have to return urgent pages for medical patients. pretty frustrating same issue all around, no voice/sound on dialing. google nexus 4, android 5.0.1. Thanks Android! Looks like it's been happening for weeks--- you've bricked so many phones, who can count?
kr...@gmail.com <kr...@gmail.com> #428
Same scenario here
ja...@gmail.com <ja...@gmail.com> #429
I have this similar issue. That time is quite emergency case. but luckily after reboot it solve. So far it only happen once few weeks ago. Until now, this problem does not re-occur.
cl...@gmail.com <cl...@gmail.com> #430
I had the same thing going on with my Nexus 4 running cm 11 4.4.4.
Doing what #89 said fix it for me. It sucks that you need to be rooted to fix this problem. Clearly the problem is with the most recent update to Google play.
Google make this a priority, I don't have a phone all holiday *thank God I could still text* and couldn't pick up the phone for work since the 21 of last month
Doing what #89 said fix it for me. It sucks that you need to be rooted to fix this problem. Clearly the problem is with the most recent update to Google play.
Google make this a priority, I don't have a phone all holiday *thank God I could still text* and couldn't pick up the phone for work since the 21 of last month
ad...@gmail.com <ad...@gmail.com> #431
I am suffering the same problem, Nexus 4 and Lollipop 5.0.1. Very poor.
gu...@gmail.com <gu...@gmail.com> #432
Please. Let us know an official possible workaround. This problem is HUGE.
fu...@gmail.com <fu...@gmail.com> #433
Who the hell decides this is a small issue? This is HUGE. Google get your shit right!
pr...@gmail.com <pr...@gmail.com> #434
Hard to find a reason to call my Nexus 4 a phone anymore, I guess apple fanboys have a reason to be so.
al...@gmail.com <al...@gmail.com> #435
[Comment deleted]
al...@gmail.com <al...@gmail.com> #436
Same here, since 5.0 upgrade in my Nexus 4, I experience this problem randomly, but not only in the dialer app. Youtube app is also affected, I can't hear any audio.
ga...@gmail.com <ga...@gmail.com> #437
I'm facing the same trouble:no sound while calling.it 's critica!
Nexus 4, android 5.0.1 flashed by factory image.
Nexus 4, android 5.0.1 flashed by factory image.
da...@gmail.com <da...@gmail.com> #438
Hello, also having this problem. Call audio is absent for incoming or outgoing calls and can only be fixed by restarting the phone.
This issue is critical and needs to be fixed ASAP.
Nexus 4, Android 5.0.1 on Rogers
This issue is critical and needs to be fixed ASAP.
Nexus 4, Android 5.0.1 on Rogers
am...@gmail.com <am...@gmail.com> #439
Nexus 4, got the intermittent silent phone bug after the 5.0 -> 5.0.1 "bug fix upgrade". Rebooting always makes it go away for a while. I just uninstalled Groove IP Lite after seeing a post about disabling internet call settings as a workaround. I will reboot to see if that helps.
Since my phone needs to work for business, I'm considering buying a Samsung and selling the Nexus. I love the new Lollipop GUI but hate being forced to be an Android beta tester because I bought a Nexus.
Since my phone needs to work for business, I'm considering buying a Samsung and selling the Nexus. I love the new Lollipop GUI but hate being forced to be an Android beta tester because I bought a Nexus.
mi...@gmail.com <mi...@gmail.com> #440
Another casualty here, suffering loss of voice and only temporarily solved by a reboot. Like so many others, cannot see how this is a small issue. Loss of core functionality would seem to warrant a somewhat more urgent and prioritised response. Google really, really needs to listen to its users...
js...@gmail.com <js...@gmail.com> #441
**Possible Solution**
I may be jumping the gun here, but I changed one and only one thing and it's been two days straight of no issues. Maybe I should wait a week before posting...
After reading about how one user had issues with the Camera after enabling NuPlayer (which I also have had issues with along with this audio issue), I went in to the Developer Options and turned off the experimental "NuPlayer".
All phone calls have come through since. Again, maybe just dumb luck or coincidence.
I may be jumping the gun here, but I changed one and only one thing and it's been two days straight of no issues. Maybe I should wait a week before posting...
After reading about how one user had issues with the Camera after enabling NuPlayer (which I also have had issues with along with this audio issue), I went in to the Developer Options and turned off the experimental "NuPlayer".
All phone calls have come through since. Again, maybe just dumb luck or coincidence.
ma...@googlemail.com <ma...@googlemail.com> #442
[Comment deleted]
Ja...@gmx.de <Ja...@gmx.de> #443
I have the same problem since update to android 5.0.1 end of last year. Frustrating that google needs so long to fix OS for their "own" phone!
an...@gmail.com <an...@gmail.com> #444
Same issue here.
Also: Priority-Small? Seriously? How the f**k is rendering a devices core function unusable not critical?
I need my N4 for work and returning calls after rebooting since i can't take them right away is not a state of the art solution. Neither it is one that i want to practice for another bloody month.
My thanks to everybody trying to figure this one out and posting possible solutions, though.
However, I've been waiting patiently and silently for a bug of this magnitude to get fixed and I am sick and tired of it. Mistakes happen but the likes of this one demand a tiny bit more attention, one might assume.
And here i thought Google had its shit together in terms of support.
Also: Priority-Small? Seriously? How the f**k is rendering a devices core function unusable not critical?
I need my N4 for work and returning calls after rebooting since i can't take them right away is not a state of the art solution. Neither it is one that i want to practice for another bloody month.
My thanks to everybody trying to figure this one out and posting possible solutions, though.
However, I've been waiting patiently and silently for a bug of this magnitude to get fixed and I am sick and tired of it. Mistakes happen but the likes of this one demand a tiny bit more attention, one might assume.
And here i thought Google had its shit together in terms of support.
wi...@gmail.com <wi...@gmail.com> #445
I thought I was having network issues as I couldn't hear or be heard when a call connected. How many call minutes have I wasted trying different people and other networks.
What a waste, it makes my Nexus 4 into just a tiny tablet.
I wonder how big a problem has to be for it to be high priority? A phone you cannot make a call with is not a phone.
Sort it out!
Terry
What a waste, it makes my Nexus 4 into just a tiny tablet.
I wonder how big a problem has to be for it to be high priority? A phone you cannot make a call with is not a phone.
Sort it out!
Terry
om...@gmail.com <om...@gmail.com> #446
Stock Nexus 4 with latest android version.
Since the last update I can't hear callers and they can't hear me. A restart temporarily fixes the issue, but then it reappears.
My battery is also draining ridiculously fast. It was able to last me all day (12-15 hours) but as of two weeks ago it's only lasting 4-6 hours. I have not changed any of my apps or settings to cause this. The only change was the android updates in December.
Since the last update I can't hear callers and they can't hear me. A restart temporarily fixes the issue, but then it reappears.
My battery is also draining ridiculously fast. It was able to last me all day (12-15 hours) but as of two weeks ago it's only lasting 4-6 hours. I have not changed any of my apps or settings to cause this. The only change was the android updates in December.
de...@gmail.com <de...@gmail.com> #447
Stock Nexus 4 with latest android version.
Never rooted or something.
Since the last update I can't hear callers and they can't hear me. A restart temporarily fixes the issue, but then it reappears. First happened on new android.
Denis.
Never rooted or something.
Since the last update I can't hear callers and they can't hear me. A restart temporarily fixes the issue, but then it reappears. First happened on new android.
Denis.
tw...@gmail.com <tw...@gmail.com> #448
CM11 same issue
os...@gmail.com <os...@gmail.com> #449
I have the same problem with the calls.
dy...@gmail.com <dy...@gmail.com> #450
[Comment deleted]
er...@gmail.com <er...@gmail.com> #451
i have the same problem. i reboot my phone more than three cause of this.
pe...@gmail.com <pe...@gmail.com> #452
Hello
I'm facing problems when dialing a new call. The callee does not hear me. The I redial again and then they can here me. I don't know if lolipops seems to be very complex for me.
I'm facing problems when dialing a new call. The callee does not hear me. The I redial again and then they can here me. I don't know if lolipops seems to be very complex for me.
jb...@gmail.com <jb...@gmail.com> #453
Nexus 4 CM11 M12. Same issue. No incoming or outgoing audio in calls after latest version of Play Store (and Play Services too I guess) do their thing. This is ridiculous. Google fix your sh*t.
However, all is not lost.
After hours and hours of messing about, I did find a workaround that seems to stick (for me) and should not kill your battery like the "disable the Google Checkin Service" workaround apparently does (well, all I can really say for sure is that battery life seems normal to me). I think the community is pretty much in agreement that the root cause of all this has something to do with the latest version of the Play Store (and possibly its cohort Play Services). All the downgrading, rebooting, cache clearing, and service disabling workarounds that are temporarily working are targeting those two processes. The problem, obviously, is that these workarounds do not stick. I tried all of these workarounds, but the one that worked consistently was turning off all internet connections (wifi and cellular data), downgrading all apps to stock, and rebooting. This worked every time, but as soon as I re-enabled internet connectivity the Play Store would eventually come along and ruin it. I did this several times. It is a time consuming process and I was taken aback with ever increasing WTF-ness every time it backfired until I noticed something insidious. Much to my surprise and disgust, I found that the Play Store (and possibly Play Services) seemed to have this nasty habit of auto-updating itself that you cannot disable via the "do not auto-update apps" option in the Play Store. Read that last bit again. Whaaaaaat? So, my mission then became "how do I prevent the Play Store from auto-updating itself?" Approaching the problem from that direction, I found this:http://android.stackexchange.com/a/80741 . Essentially, this means any apps that depend on the latest versions of the Play Store and Play Services need to be downgraded as well, e.g. maps, gmail, keep, google+, etc. If you are cool with that (as I was; hate the Lollipop material re-design entirely; I side-loaded all the updated Google apps), then give it a try. Unfortunately, you need to root your phone. CM users will find these instructions easy to execute (as you are already rooted and have a terminal emulator installed), stock Android users, sorry. Rooting is not hard though. Ironically, Google it.
Good luck!
However, all is not lost.
After hours and hours of messing about, I did find a workaround that seems to stick (for me) and should not kill your battery like the "disable the Google Checkin Service" workaround apparently does (well, all I can really say for sure is that battery life seems normal to me). I think the community is pretty much in agreement that the root cause of all this has something to do with the latest version of the Play Store (and possibly its cohort Play Services). All the downgrading, rebooting, cache clearing, and service disabling workarounds that are temporarily working are targeting those two processes. The problem, obviously, is that these workarounds do not stick. I tried all of these workarounds, but the one that worked consistently was turning off all internet connections (wifi and cellular data), downgrading all apps to stock, and rebooting. This worked every time, but as soon as I re-enabled internet connectivity the Play Store would eventually come along and ruin it. I did this several times. It is a time consuming process and I was taken aback with ever increasing WTF-ness every time it backfired until I noticed something insidious. Much to my surprise and disgust, I found that the Play Store (and possibly Play Services) seemed to have this nasty habit of auto-updating itself that you cannot disable via the "do not auto-update apps" option in the Play Store. Read that last bit again. Whaaaaaat? So, my mission then became "how do I prevent the Play Store from auto-updating itself?" Approaching the problem from that direction, I found this:
Good luck!
ro...@gmail.com <ro...@gmail.com> #454
My Nexus 4 phone keeps receiving and making calls that have no audio. Running latest Lollipop (piece of junk) OS. I have to reboot to make a call. Somethings, like right now, the device shuts down automatically, but doesn't restart.
I am VERY disappointed by Google on this release.
My wife is pregnant and sick. If I need to rely on this phone to dial 911 and it doesn't work, do I have to wait for minutes on end to reboot to be able to call for help? If so, I will own Google. I'd rather have my family, though.
FIX THIS BUG !!!
IT'S A SAFETY ISSUE TO ME AND MY FAMILY !!!
GET IT ?????
I am VERY disappointed by Google on this release.
My wife is pregnant and sick. If I need to rely on this phone to dial 911 and it doesn't work, do I have to wait for minutes on end to reboot to be able to call for help? If so, I will own Google. I'd rather have my family, though.
FIX THIS BUG !!!
IT'S A SAFETY ISSUE TO ME AND MY FAMILY !!!
GET IT ?????
jb...@gmail.com <jb...@gmail.com> #455
RE: #452
Oh, I forgot to mention that while in the state of no internet connectivity and after downgrading the Play Store first, I selected the "do not auto-update apps" option in the Play Store. I have yet to enable auto-updating. I am a little afraid to do so. :P
Oh, I forgot to mention that while in the state of no internet connectivity and after downgrading the Play Store first, I selected the "do not auto-update apps" option in the Play Store. I have yet to enable auto-updating. I am a little afraid to do so. :P
ph...@webgophers.co.nz <ph...@webgophers.co.nz> #456
I'm with #440 - tried that possible solution and so far it has been working for me for just over a day now.
Could be a horrible coincidence or the solution to all our worries. Time (and more phone calls) will tell.
Could be a horrible coincidence or the solution to all our worries. Time (and more phone calls) will tell.
an...@gmail.com <an...@gmail.com> #457
Okay..first of all..i experienced this bug in 4.2.2, 4.4.4 and 5.0
should I just smash my phone right now?
should I just smash my phone right now?
sh...@gmail.com <sh...@gmail.com> #458
I'm also experiencing this bug sind 5.0.1. Phone calls in and out randomly have no sound on either end (so both the speakers and mic aren't doing their thing on my end, but call still stays connected). Reboot fixes it for a random amount of time.
This should be a high priority bug.
This should be a high priority bug.
su...@bblatinamerica.org <su...@bblatinamerica.org> #459
[Comment deleted]
an...@gmail.com <an...@gmail.com> #460
Same problem here, making calls does not give any sound. I don't hear any dialing and can see when the other persons takes up his phone ("dialing" changes to duration) but can't hear them talking.
ju...@gmail.com <ju...@gmail.com> #461
Well, after reading and reading, I want to point out what consistently works for me on each reboot:
I have a rooted nexus 4, PAC ROM 4.4.4. Same issue, no voice on calls.
I installed "DisableService" apk.
When I reboot, no voice on calls.
Disable the "ChecinService" under "Google Play Services"
Reboot.
After an hour, phone stabilizes, I reenable the "ChecinService", and voice works on calls, until next reboot. No battery drain.
Hope this hint will be of some help to some of you......
Thanks google for the incentive to be creative!! ;-)
I have a rooted nexus 4, PAC ROM 4.4.4. Same issue, no voice on calls.
I installed "DisableService" apk.
When I reboot, no voice on calls.
Disable the "ChecinService" under "Google Play Services"
Reboot.
After an hour, phone stabilizes, I reenable the "ChecinService", and voice works on calls, until next reboot. No battery drain.
Hope this hint will be of some help to some of you......
Thanks google for the incentive to be creative!! ;-)
n....@gmail.com <n....@gmail.com> #462
Same problem - After using Bluetooth, Android wont switch back to inbuilt earpiece when Bluetooth device is no longer connected.
Device - Nexus 5
Android - 5.0.1 (Stock)
Build - LRX22C
Defect reproduction - 100% (All the time)
Priority - High
Work Around - Reboot
Steps -
After using Bluetooth headset (Sony MW600), then in build Earpiece wont work while bluetooth is off. Only solution is to reboot or use the Bluetooth headset again to make calls.
Very annoying to turn on bluetooth headset or to restart the phone each time to make/receive calls.
Fix required - Much bigger issue in 5.0.1 that the issue in 5.0.0 (Memory leak)
Basic functionality of phone (Calling) is having issue!!!!!!!
Please Change Priority to High!!!
Device - Nexus 5
Android - 5.0.1 (Stock)
Build - LRX22C
Defect reproduction - 100% (All the time)
Priority - High
Work Around - Reboot
Steps -
After using Bluetooth headset (Sony MW600), then in build Earpiece wont work while bluetooth is off. Only solution is to reboot or use the Bluetooth headset again to make calls.
Very annoying to turn on bluetooth headset or to restart the phone each time to make/receive calls.
Fix required - Much bigger issue in 5.0.1 that the issue in 5.0.0 (Memory leak)
Basic functionality of phone (Calling) is having issue!!!!!!!
Please Change Priority to High!!!
sh...@gmail.com <sh...@gmail.com> #463
Happens to me as well.
sy...@gmail.com <sy...@gmail.com> #464
Same problem on my Nexus 4 - crucial issue in my future purchase of google device....
an...@gmail.com <an...@gmail.com> #465
Only a headset can make decent conversations over the phone. Try it ppl.
vo...@gmail.com <vo...@gmail.com> #466
same problem here. Only thing that helped me, is to stop he google CHeckin service, but after that my phone refuses to enter sleep mode, so the battery is drining like hell. So now I can choose not to make calls or to have "brick" without juice. GREAT WORK? GOOGLE
ph...@webgophers.co.nz <ph...@webgophers.co.nz> #467
Anyone else tried #440's possible solution? It has fixed the problem for me for the last 2 days now. Still waiting for phone call audio to fail to prove it wrong :)
am...@gmail.com <am...@gmail.com> #468
[Comment deleted]
am...@gmail.com <am...@gmail.com> #469
Just tried #440's solution, fingers crossed.
My #438 attempt to fix by uninstalling Groove IP Lite did not work.
My #438 attempt to fix by uninstalling Groove IP Lite did not work.
to...@gmail.com <to...@gmail.com> #470
Have this problem with my Samsung Galaxy S4 active, too. Firmware is stock 4.2.2 from T-Mobile. The callee hears a strange tone. If I connect a bluetooth headset the tone disappears and I can phone.
su...@gmail.com <su...@gmail.com> #471
I am facing the same issue. Very annoying. It should be HIGH PRIORITY to fix it.
al...@gmail.com <al...@gmail.com> #472
Same issue. Stock Nexus 4. 5.01
How can this be anything other than high priority? Isn't this meant to be a phone? it has become a useless piece of junk.
Please post step by step guide to downgrade to 4.4.4, which was trouble free.
How can this be anything other than high priority? Isn't this meant to be a phone? it has become a useless piece of junk.
Please post step by step guide to downgrade to 4.4.4, which was trouble free.
co...@gmail.com <co...@gmail.com> #473
Same issue on two different stock Nexus 4 running 5.0.1
Please escalate.
Please escalate.
an...@gmail.com <an...@gmail.com> #474
Alan.Jos
Use google nexus 4 tool kit
download factory image rom from here.https://developers.google.com/android/nexus/images
once u installed nexus 4 tool kit
click on option 9 flash stock image
Make sure you put the stock image file in the google nexus 4 toolkit folder, "put_google_factory_image_here"
and happy flashing.
Use google nexus 4 tool kit
download factory image rom from here.
once u installed nexus 4 tool kit
click on option 9 flash stock image
Make sure you put the stock image file in the google nexus 4 toolkit folder, "put_google_factory_image_here"
and happy flashing.
si...@gmail.com <si...@gmail.com> #475
Preliminary testing appears that #440's fix is working both for fixing the voice issues and also the battery life seems to be stabilized. It has only been for about 6 hours, so it's too early to be sure, but preliminary results are positive.
om...@gmail.com <om...@gmail.com> #476
I tried #440 as well. Battery seems to be much better today. Yesterday I was home all day and barely on my phone and it was dead by early evening. Today I was gone from home and using it a lot and I still have 39% left on my battery at 7pm after a full 12 hours of use.
No problems with calls as of yet. I will update at the end of the week.
No problems with calls as of yet. I will update at the end of the week.
ev...@gmail.com <ev...@gmail.com> #477
[Comment deleted]
vi...@gmail.com <vi...@gmail.com> #478
Disgusted that a bug that prevents a phone being a phone is a "small" issue.
Get it fixed.
Get it fixed.
dd...@gmail.com <dd...@gmail.com> #479
Yep stock Nexus 4 here in Australia. Updated to 5.0.1 and voice calls are useless! Why isn't this fixed yet?? I'm guessing Google wants us to fork out $$ for their Nexus 6.
ji...@gmail.com <ji...@gmail.com> #480
Same issue with Nexus 4 Running Lollipop 5.0.1... Please fix the problem and make new release...
ar...@gmail.com <ar...@gmail.com> #481
The same here. Reboot solve issue for 1 day or few hours.
[Deleted User] <[Deleted User]> #482
Same issue from Italy, Nexus 4 with CM 11.
ph...@webgophers.co.nz <ph...@webgophers.co.nz> #483
Day 3 here of #440's solution and all going well so far. All calls have been received successfully with audio. And as an aside, battery life drastically improved.
jo...@gmail.com <jo...@gmail.com> #485
Anybody found a fix for that ?
an...@gmail.com <an...@gmail.com> #486
I personally went through 3 phones since the Nexus 4. Don't even remember what the issue was about.
The status of this issue has been marked as "Won't Fix", Google doesn't support this device anymore.
The status of this issue has been marked as "Won't Fix", Google doesn't support this device anymore.
li...@gmail.com <li...@gmail.com> #487
This was fixed in newer version. I had this problem with 5.0.1.
r....@gmail.com <r....@gmail.com> #488
Problem was fixed by update shortly after the shower of bug reports, I
still have same Nexus 4 and it works fine.
On 16 Aug 2017 3:37 pm, <buganizer-system@google.com> wrote:
still have same Nexus 4 and it works fine.
On 16 Aug 2017 3:37 pm, <buganizer-system@google.com> wrote:
ye...@gmail.com <ye...@gmail.com> #489
The nexus 4 was unusable as a phone for several months because of this bug. That experience really dissuaded me from getting another Google phone. Google doesn't seem to care about breaking stuff on their slightly older phones. The next phone I bought was not a Google phone, and has been much more reliable in nearly every way.
ro...@gmail.com <ro...@gmail.com> #490
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font face="Arial">get me off this email list PLEASE</font><br>
</p>
<br>
<div class="moz-cite-prefix">On 2017-08-16 10:21 AM,
<a class="moz-txt-link-abbreviated" href="mailto:buganizer-system@google.com">buganizer-system@google.com</a> wrote:<br>
</div>
<blockquote type="cite"
cite="mid:37015742+487+488+rob.hutchinson24@buganizerPROD.corp.google.com">
<div itemscope="" itemtype="http://schema.org/EmailMessage ">
<div style="background-color: #fbe983; border: 1px solid
#debe07; color: #594c04; font-weight: bold; padding: 5px 10px">Replying
to this email means your email address will be shared with the
team that works on this product.</div>
<br>
<a href="https://issuetracker.google.com/issues/37015742 "
moz-do-not-send="true">https://issuetracker.google.com/issues/37015742 </a><br>
<br>
<strong>Changed</strong><br>
<br>
<span itemprop="text"><strong><a class="moz-txt-link-abbreviated" href="mailto:ye...@gmail.com">ye...@gmail.com</a> added <a
href="https://issuetracker.google.com/issues/37015742#comment489 "
moz-do-not-send="true"> comment #489 </a>:</strong><br>
The nexus 4 was unusable as a phone for several months because
of this bug. That experience really dissuaded me from getting
another Google phone. Google doesn't seem to care about
breaking stuff on their slightly older phones. The next phone
I bought was not a Google phone, and has been much more
reliable in nearly every way.<br>
</span><br>
_______________________________
<div itemprop="about" itemscope=""
itemtype="http://schema.org/CreativeWork "><span
itemprop="action" itemscope=""
itemtype="http://schema.org/ViewAction ">
<meta itemprop="url"
content="https://issuetracker.google.com/issues/37015742 ">
<meta itemprop="name" content="Open bug">
</span><br>
<strong>Reference Info: 37015742 Nexus 4, lollipop 5.0.1:
dialer calls audio does not work </strong><br>
</div>
<span style="color:#808080">component: </span>Android Public
Tracker<br>
<span style="color:#808080">status: </span>Infeasible<br>
<span style="color:#808080">reporter: </span><a class="moz-txt-link-abbreviated" href="mailto:gh...@gmail.com">gh...@gmail.com</a><br>
<span style="color:#808080">cc: </span><a class="moz-txt-link-abbreviated" href="mailto:gh...@gmail.com">gh...@gmail.com</a><br>
<span style="color:#808080">type: </span>Bug P4 S3<br>
<span style="color:#808080">AOSP ID: </span>82949<br>
<span style="color:#808080">ReportedBy: </span>User<br>
<br>
<br>
Generated by Google IssueTracker notification system<br>
<br>
<span style="color:#808080">You're receiving this email because
you are subscribed to updates on Google IssueTracker issue <a
href="https://issuetracker.google.com/issues/37015742 "
moz-do-not-send="true">37015742</a> where you have the role:
starred. </span>
</div>
</blockquote>
<br>
</body>
</html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font face="Arial">get me off this email list PLEASE</font><br>
</p>
<br>
<div class="moz-cite-prefix">On 2017-08-16 10:21 AM,
<a class="moz-txt-link-abbreviated" href="mailto:buganizer-system@google.com">buganizer-system@google.com</a> wrote:<br>
</div>
<blockquote type="cite"
cite="mid:37015742+487+488+rob.hutchinson24@buganizerPROD.corp.google.com">
<div itemscope="" itemtype="
<div style="background-color: #fbe983; border: 1px solid
#debe07; color: #594c04; font-weight: bold; padding: 5px 10px">Replying
to this email means your email address will be shared with the
team that works on this product.</div>
<br>
<a href="
moz-do-not-send="true">
<br>
<strong>Changed</strong><br>
<br>
<span itemprop="text"><strong><a class="moz-txt-link-abbreviated" href="mailto:ye...@gmail.com">ye...@gmail.com</a> added <a
href="
moz-do-not-send="true">
The nexus 4 was unusable as a phone for several months because
of this bug. That experience really dissuaded me from getting
another Google phone. Google doesn't seem to care about
breaking stuff on their slightly older phones. The next phone
I bought was not a Google phone, and has been much more
reliable in nearly every way.<br>
</span><br>
_______________________________
<div itemprop="about" itemscope=""
itemtype="
itemprop="action" itemscope=""
itemtype="
<meta itemprop="url"
content="
<meta itemprop="name" content="Open bug">
</span><br>
<strong>Reference Info: 37015742 Nexus 4, lollipop 5.0.1:
dialer calls audio does not work </strong><br>
</div>
<span style="color:#808080">component: </span>Android Public
Tracker<br>
<span style="color:#808080">status: </span>Infeasible<br>
<span style="color:#808080">reporter: </span><a class="moz-txt-link-abbreviated" href="mailto:gh...@gmail.com">gh...@gmail.com</a><br>
<span style="color:#808080">cc: </span><a class="moz-txt-link-abbreviated" href="mailto:gh...@gmail.com">gh...@gmail.com</a><br>
<span style="color:#808080">type: </span>Bug P4 S3<br>
<span style="color:#808080">AOSP ID: </span>82949<br>
<span style="color:#808080">ReportedBy: </span>User<br>
<br>
<br>
Generated by Google IssueTracker notification system<br>
<br>
<span style="color:#808080">You're receiving this email because
you are subscribed to updates on Google IssueTracker issue <a
href="
moz-do-not-send="true">37015742</a> where you have the role:
starred. </span>
</div>
</blockquote>
<br>
</body>
</html>
na...@gmail.com <na...@gmail.com> #491
I had the same problem with the phone app on my Nexus 4. My solution to that was to use a different Android install.
I flashed my Nexus 4 with the TWRP bootloader + LineageOS Android distribution + some Google Apps (there is a Gapps package that you can install when you are installing LineageOS that includes Google Play so you can install more apps).
My Nexus 4 is running Android 7 (what all the new phones are running) - my phone no longer crashes every day, everything works, and it's more responsive. It's almost like a new phone.
LineageOS is basically the AOSP (Android Open Source Project - official Android source code) + the drivers for old phones (for the radios, cameras, accelerometers, gyros, etc.) still supported. LineageOS makes weekly releases. While the initial flashing of your bootloader and Android install will wipe your user data, the weekly updates (assuming that they are stable) will not wipe your user data.
Before LineageOS I was running TWRP + Cyanogenmod for a long time. When Cyanogenmod stopped making releases LineageOS was started.
Before you flash your phone you will need to move your data off your phone (copy your photos, custom ring tones, etc. to a computer with a USB cable or backup to an online site). Your SMS messages are the only thing that is more difficult to backup because Android only allows your SMS app to access the messages (security thing). I use SMS Backup and Restore by Carbonite to backup my text messages to a file. You have to temporarily set it as your SMS app to give it access. After reinstalling Android you copy the message backup file to your phone, install SMS Backup and Restore, select that as your SMS messaging app, restore your messages from the backup file, and then change your SMS app back to the normal one. I think this only works with text messages. I don't think it can backup text messages with images or videos.
I flashed my Nexus 4 with the TWRP bootloader + LineageOS Android distribution + some Google Apps (there is a Gapps package that you can install when you are installing LineageOS that includes Google Play so you can install more apps).
My Nexus 4 is running Android 7 (what all the new phones are running) - my phone no longer crashes every day, everything works, and it's more responsive. It's almost like a new phone.
LineageOS is basically the AOSP (Android Open Source Project - official Android source code) + the drivers for old phones (for the radios, cameras, accelerometers, gyros, etc.) still supported. LineageOS makes weekly releases. While the initial flashing of your bootloader and Android install will wipe your user data, the weekly updates (assuming that they are stable) will not wipe your user data.
Before LineageOS I was running TWRP + Cyanogenmod for a long time. When Cyanogenmod stopped making releases LineageOS was started.
Before you flash your phone you will need to move your data off your phone (copy your photos, custom ring tones, etc. to a computer with a USB cable or backup to an online site). Your SMS messages are the only thing that is more difficult to backup because Android only allows your SMS app to access the messages (security thing). I use SMS Backup and Restore by Carbonite to backup my text messages to a file. You have to temporarily set it as your SMS app to give it access. After reinstalling Android you copy the message backup file to your phone, install SMS Backup and Restore, select that as your SMS messaging app, restore your messages from the backup file, and then change your SMS app back to the normal one. I think this only works with text messages. I don't think it can backup text messages with images or videos.
bj...@gmail.com <bj...@gmail.com> #492
Holy shit, are people still using this phone?
On Wed, Aug 16, 2017 at 10:25 AM, <buganizer-system@google.com> wrote:
On Wed, Aug 16, 2017 at 10:25 AM, <buganizer-system@google.com> wrote:
--
-Brett Jackson
ma...@davegreenhut.com <ma...@davegreenhut.com> #493
The person who wrote post #489 said it best.
"That experience really dissuaded me from getting another Google phone."
For me, it dissuaded me, a Nexus diehard, away from Android entirely. I went iPhone and have never looked back. My iphone 6 works just as well as it did on day one and I continue to get OS updates.
Not trying to start a platform war here, just wanting to make it clear that this was a Google issue on a Google phone they crippled, so why would I have wanted to replace it with another Google (Android) phone?
I'll also note that all the apps (including the Google apps like GMail, Calendar, etc.) work better on iOS. Faster, more stable, better user experience.
"That experience really dissuaded me from getting another Google phone."
For me, it dissuaded me, a Nexus diehard, away from Android entirely. I went iPhone and have never looked back. My iphone 6 works just as well as it did on day one and I continue to get OS updates.
Not trying to start a platform war here, just wanting to make it clear that this was a Google issue on a Google phone they crippled, so why would I have wanted to replace it with another Google (Android) phone?
I'll also note that all the apps (including the Google apps like GMail, Calendar, etc.) work better on iOS. Faster, more stable, better user experience.
ro...@gmail.com <ro...@gmail.com> #494
UNSUBSCRIBE
iv...@gmail.com <iv...@gmail.com> #495
Thank you all for reminding me about how awesome this my old phone is :D
LineageOS, here I go <3
LineageOS, here I go <3
st...@gmail.com <st...@gmail.com> #496
Echoing comment #493 . I miss the openness of Android, being able to code my own apps for fun for a nominal lifetime fee. I don't miss the bugs.
th...@gmail.com <th...@gmail.com> #497
Alright, how does one unsubscribe from this zombie post?
em...@gmail.com <em...@gmail.com> #498
You're receiving this email because you are subscribed to updates on Google IssueTracker issue 37015742 where you have the role: starred.
Description
since android 5.0.1 it frequently happens that when making a call, I can't hear anything, nor the callee can hear me.
This does not happen with an ongoing call, but happens when I do a new one.
The only solution is to reboot the phone.
Does someone else experience this and found a workaround?