Fixed
Status Update
Comments
ke...@gmail.com <ke...@gmail.com> #2
Which hardware is this on? (Is it missing kernel option for IPv6?)
pr...@gmail.com <pr...@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.
al...@gmail.com <al...@gmail.com> #4
I've the same issue. Nexus 7, Android 4.4 KitKat.Please fix it soon.
xe...@gmail.com <xe...@gmail.com> #5
Same problem Nexus 7(2013) android 4.4
mi...@gmail.com <mi...@gmail.com> #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.
br...@gmail.com <br...@gmail.com> #7
Can you send a full bugreport of the failure to me at rgreenwalt@google.com?
pr...@gmail.com <pr...@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);
mi...@gmail.com <mi...@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.
vr...@gmail.com <vr...@gmail.com> #10
Same here on 4.4 kitkat now nexus useless when out! & lack of adhoc wifi adds insult to injury!
st...@gmail.com <st...@gmail.com> #11
Same problem here too , my nexus 7 2012 is no useless due to that error or thatbproblem with the vpn
st...@gmail.com <st...@gmail.com> #12
I wiah u fix it soon :)
br...@gmail.com <br...@gmail.com> #13
[Comment deleted]
ag...@gmail.com <ag...@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.
ag...@gmail.com <ag...@gmail.com> #15
I have same problem on Nexus10 after I received official update to 4.4
em...@gmail.com <em...@gmail.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
ni...@gmail.com <ni...@gmail.com> #17
I have the same problem too. After upgrading to 4.4 my nexus 7 is now less useful than before.
ac...@gmail.com <ac...@gmail.com> #18
[Comment deleted]
ha...@gmail.com <ha...@gmail.com> #19
[Comment deleted]
te...@gmail.com <te...@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
gt...@gmail.com <gt...@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.
ba...@gmail.com <ba...@gmail.com> #22
[Comment deleted]
li...@gmail.com <li...@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?
br...@gmail.com <br...@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.
ba...@gmail.com <ba...@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();
}
pr...@gmail.com <pr...@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.
de...@dewet.org <de...@dewet.org> #28
I have connected nexus 10 and my mobile phone using BlueVPN. Connection establised, but I cant browse using Chrome :-( ???
pr...@gmail.com <pr...@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!
th...@gmail.com <th...@gmail.com> #30
i my n7 2012 and i got the very same issue i hope they got fixed as soon as possible
ja...@gmail.com <ja...@gmail.com> #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)
ja...@gmail.com <ja...@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.
ja...@gmail.com <ja...@gmail.com> #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:
th...@gmail.com <th...@gmail.com> #34
BlueVPN connection not work in my Nexus 4 after update Android to 4.4. I am upset
su...@gmail.com <su...@gmail.com> #35
BlueVPN connection not work in my Nexus 7 after update Android to 4.4. I am upset
ba...@gmail.com <ba...@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
ni...@gmail.com <ni...@gmail.com> #37
I just updates to 4.4.1 and it appears to be fixed. Woohoo!!!
no...@gmail.com <no...@gmail.com> #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
no...@gmail.com <no...@gmail.com> #39
So is this fixed in the latest update?
su...@gmail.com <su...@gmail.com> #40
On my nexus 7 (2013) rooted with 4.4.1, it doesn't work.
[Deleted User] <[Deleted User]> #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 )
[Deleted User] <[Deleted User]> #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.
je...@gmail.com <je...@gmail.com> #43
[Comment deleted]
pr...@gmail.com <pr...@gmail.com> #44
I also received 4.4.2 to Nexus10 and no improvement :(
se...@gmail.com <se...@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.
ti...@gmail.com <ti...@gmail.com> #46
4.4.2 update doesn't provide the fix on BlueVPN issue still!
tn...@gmail.com <tn...@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.
bo...@gmail.com <bo...@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.
co...@gmail.com <co...@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.
di...@gmail.com <di...@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?
ke...@gmail.com <ke...@gmail.com> #52
I'm terribly unhappy!!! this is terrible!! Quickly correct errors!!
ci...@gmail.com <ci...@gmail.com> #53
I thought having a Google tablet was an advantage, but with this problème of vpn, it's really a disadvantage!
te...@gmail.com <te...@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 ?
ni...@gmail.com <ni...@gmail.com> #55
One more unhappy user :(
ni...@gmail.com <ni...@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
mi...@gmail.com <mi...@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?
se...@gmail.com <se...@gmail.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.
ot...@gmail.com <ot...@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?
h....@gmail.com <h....@gmail.com> #60
Google is so incapable of solving this issue!
ch...@gmail.com <ch...@gmail.com> #61
#59, if you believe that, perhaps you would like to offer your solution? It is an Open Source project after all.
he...@gmail.com <he...@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...
ac...@gmail.com <ac...@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
bm...@gmail.com <bm...@gmail.com> #64
Hurry up Google I want VPN back...
se...@gmail.com <se...@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!
ha...@gmail.com <ha...@gmail.com> #66
#64, I tried your workaround, it works, thanx!
se...@gmail.com <se...@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?
se...@gmail.com <se...@gmail.com> #68
Also, do you have to maintain the Wifi connection the whole time?
se...@gmail.com <se...@gmail.com> #69
[Comment deleted]
an...@gmail.com <an...@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;)
pr...@gmail.com <pr...@gmail.com> #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
se...@gmail.com <se...@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
pa...@gmail.com <pa...@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.
ro...@gmail.com <ro...@gmail.com> #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.
av...@codeaurora.org <av...@codeaurora.org> #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.
nh...@gmail.com <nh...@gmail.com> #76
I think I'll do the same thing soon.
ci...@gmail.com <ci...@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... :-)
da...@gmail.com <da...@gmail.com> #78
No new Kitkat for Christmas. I love Snickers bar so much... ;-)
at...@gmail.com <at...@gmail.com> #79
Please fix this! A lot of people had this bug
ch...@gmail.com <ch...@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.
fe...@gmail.com <fe...@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.
ca...@gmail.com <ca...@gmail.com> #82
Have you tried to use Foxfi with wifi connection?
It works.
It works.
se...@gmail.com <se...@gmail.com> #83
#81 This issue is not related to the WiFi tethering but to the VPN connections.
se...@gmail.com <se...@gmail.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.
91...@gmail.com <91...@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!
pm...@gmail.com <pm...@gmail.com> #86
if it ain't broke, don't mess with it. looking forward to use my bluevpn soon, hurry up google please..
ro...@gmail.com <ro...@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?
ro...@gmail.com <ro...@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!
ro...@gmail.com <ro...@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.
se...@gmail.com <se...@gmail.com> #90
Filed #64609
do...@gmail.com <do...@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!!
sa...@jaffers.ca <sa...@jaffers.ca> #92
Is this problem fixed now?
pc...@gmail.com <pc...@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.
kt...@gmail.com <kt...@gmail.com> #94
BlueVPN very good programm and it didnt work on 4.4.2 (((
r....@gmail.com <r....@gmail.com> #95
Okay Google, fix this problem so my Bluevpn app will work again.
jo...@gmail.com <jo...@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!
ci...@gmail.com <ci...@gmail.com> #97
We are waiting for you.... Please accelerate....
bm...@live.com <bm...@live.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.
ba...@gmail.com <ba...@gmail.com> #99
HTC fixed this issue on android 4.4.2 in official sense build on my HTC ONE :)
pa...@gmail.com <pa...@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
pa...@gmail.com <pa...@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
ba...@gmail.com <ba...@gmail.com> #102
#99 -- Samsung have not fixed this issue in Kitkat 4.4 for Samsung Note 3
pa...@gmail.com <pa...@gmail.com> #103
[Comment deleted]
pc...@gmail.com <pc...@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).
pa...@gmail.com <pa...@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.
te...@torma.org <te...@torma.org> #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!
pc...@gmail.com <pc...@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.
pc...@gmail.com <pc...@gmail.com> #108
Same problem here stock Samsung note 3 KitKat
te...@torma.org <te...@torma.org> #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
pa...@gmail.com <pa...@gmail.com> #110
fix it please. !!
Note 3 4.4.2 kitkat
Note 3 4.4.2 kitkat
ba...@gmail.com <ba...@gmail.com> #111
Same problem on Nexus 7 2013
Please, fix it! =(
Please, fix it! =(
li...@gmail.com <li...@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?
se...@gmail.com <se...@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.
da...@gmail.com <da...@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.
se...@gmail.com <se...@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??
an...@gmail.com <an...@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.
un...@googlemail.com <un...@googlemail.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)?
se...@gmail.com <se...@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.)
fe...@gmail.com <fe...@gmail.com> #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.
gi...@gmail.com <gi...@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.
sp...@gmail.com <sp...@gmail.com> #121
google, fix it!
ci...@gmail.com <ci...@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.
pi...@gmail.com <pi...@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.
se...@gmail.com <se...@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.
pa...@gmail.com <pa...@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.
an...@gmail.com <an...@gmail.com> #126
#124
How do we change the vender code ?
How do we change the vender code ?
se...@gmail.com <se...@gmail.com> #127
I too have this issue in my nexus 4, I can't connect by vpn :(
mi...@gmail.com <mi...@gmail.com> #128
is google even listening to this? It has been a long time for such a critical feature.
fe...@gmail.com <fe...@gmail.com> #129
Come on Google, do something!
jc...@gmail.com <jc...@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!
se...@gmail.com <se...@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.
sa...@jaffers.ca <sa...@jaffers.ca> #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.
tl...@gmail.com <tl...@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!
r....@gmail.com <r....@gmail.com> #134
This thread reminds me, one of the Michael Jackson's song "they don't care about us"
jb...@gmail.com <jb...@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!!
[Deleted User] <[Deleted User]> #136
mirko,
where can we track any of your updates from now on ?
where can we track any of your updates from now on ?
st...@gmail.com <st...@gmail.com> #137
mirko, why not just restrict the app to 4.3 or below?
kc...@gmail.com <kc...@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.
la...@gmail.com <la...@gmail.com> #139
Another bump to motivate Google to fix this issue.
ge...@gmail.com <ge...@gmail.com> #140
Google... "is there anybody even in there?...
sh...@gmail.com <sh...@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.
pj...@gmail.com <pj...@gmail.com> #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
ad...@gmail.com <ad...@gmail.com> #143
and another month goes by
se...@gmail.com <se...@gmail.com> #144
Some delays in the new Kitkat 4.4.3? I have been waiting for several months now. Where is it?
tu...@gmail.com <tu...@gmail.com> #145
[Comment deleted]
fr...@gmail.com <fr...@gmail.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.
kc...@gmail.com <kc...@gmail.com> #147
Google please FIX IT !
se...@gmail.com <se...@gmail.com> #148
Note Pro SM-P905 KitKat 4.4.2 none VPN apps wokrs - please FIX IT.
se...@gmail.com <se...@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.
kc...@gmail.com <kc...@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.
ps...@gmail.com <ps...@gmail.com> #151
I'm facing the same issue with my Note 3 N9005. I hope that Google can fix it
ar...@gmail.com <ar...@gmail.com> #152
Would love to have this fixed so I can run a Kit Kat Rom
gm...@gmail.com <gm...@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?
yo...@gmail.com <yo...@gmail.com> #154
Oops I meant 4.4.2
ha...@gmail.com <ha...@gmail.com> #155
Does 4.4.3 address the issue? Anybody with 4.4.3 installed around?
se...@gmail.com <se...@gmail.com> #157
[Comment deleted]
ll...@gmail.com <ll...@gmail.com> #158
dont work on 4.4.3
gm...@gmail.com <gm...@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.
se...@gmail.com <se...@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.
jd...@gmail.com <jd...@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?
dw...@gmail.com <dw...@gmail.com> #162
[Comment deleted]
pc...@gmail.com <pc...@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?
mr...@gmail.com <mr...@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
[Deleted User] <[Deleted User]> #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!
ne...@gmail.com <ne...@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
fe...@gmail.com <fe...@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
gl...@googlemail.com <gl...@googlemail.com> #168
UFB. Still broken on both my N5 and N7. Extremely disappointed and a little worried about the general level of competence.
im...@gmail.com <im...@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??!
pr...@gmail.com <pr...@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 !
ba...@gmail.com <ba...@gmail.com> #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.
da...@gmail.com <da...@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......
z....@gmail.com <z....@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.
er...@gmail.com <er...@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.
ar...@gmail.com <ar...@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.
ed...@gmail.com <ed...@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.
ch...@gmail.com <ch...@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
[Deleted User] <[Deleted User]> #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 ...
bd...@gmail.com <bd...@gmail.com> #179
I downgraded Nexus7 from 4.4.3 to 4.3. Good by KitKat.
ne...@gmail.com <ne...@gmail.com> #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
se...@gmail.com <se...@gmail.com> #181
Please fix vpn issue or give us a roll back.
se...@gmail.com <se...@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
pa...@gmail.com <pa...@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
dj...@hotmail.com <dj...@hotmail.com> #184
4.4.4 n7 (2012) same issue:VPN not connected
sa...@jaffers.ca <sa...@jaffers.ca> #185
Is this issue fix yet?
HTC DNA Verizon.
HTC DNA Verizon.
ne...@gmail.com <ne...@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.
ca...@gmail.com <ca...@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.
cp...@gmail.com <cp...@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.
jo...@gmail.com <jo...@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 ?
pr...@gmail.com <pr...@gmail.com> #190
Are we there yet? Is this fix? HTC DNA
se...@gmail.com <se...@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.
hj...@gmail.com <hj...@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?
he...@gmail.com <he...@gmail.com> #193
[Comment deleted]
mr...@gmail.com <mr...@gmail.com> #194
[Comment deleted]
mr...@gmail.com <mr...@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??
ma...@gmail.com <ma...@gmail.com> #196
Please solve the BT problem! I need the BT Vpn urgently on my Nexus 7 2012.
fr...@gmail.com <fr...@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.
da...@gmail.com <da...@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.
pi...@web.de <pi...@web.de> #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)
sa...@gmail.com <sa...@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
li...@googlemail.com <li...@googlemail.com> #201
PLIZZZZZZZZZ!!!!!!!!!!!!VPN!!!!!!!!!!!!!!!
cm...@gmail.com <cm...@gmail.com> #202
I need to VPN!
cm...@gmail.com <cm...@gmail.com> #203
[Comment deleted]
at...@gmail.com <at...@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?
bd...@gmail.com <bd...@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.
ho...@gmail.com <ho...@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.
fe...@gmail.com <fe...@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!
ba...@gmail.com <ba...@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
ne...@gmail.com <ne...@gmail.com> #210
Is there any progress on this issue?
na...@gmail.com <na...@gmail.com> #211
Please fix soon, thanks!
jo...@gmail.com <jo...@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!!!
ll...@gmail.com <ll...@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.
ro...@gmail.com <ro...@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!
pe...@gmail.com <pe...@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...
vi...@gmail.com <vi...@gmail.com> #216
Fix yet?... are we there yet? Come on people.... get this going!!!!
ma...@gmail.com <ma...@gmail.com> #217
There yet?!.. Fixed?
gg...@gmail.com <gg...@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?
al...@gmail.com <al...@gmail.com> #220
Google, please. Please fix this instead of pushing me to iPhone (where this works just fine).
ph...@gmail.com <ph...@gmail.com> #221
[Comment deleted]
ji...@gmail.com <ji...@gmail.com> #222
Please fix ASAP
ma...@gmail.com <ma...@gmail.com> #223
Please solve the VPN issue in Kit Kat
ma...@gmail.com <ma...@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.
ma...@gmail.com <ma...@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 :-(
vo...@gmail.com <vo...@gmail.com> #226
Удивительно, но похоже Google абсолютно не интересна эта проблема. А ведь это абсолютное не уважение к своим клиентам!
vi...@gmail.com <vi...@gmail.com> #227
Please solve the VPN issue in Kit Kat
ma...@gmail.com <ma...@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
ma...@gmail.com <ma...@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?
jo...@googlemail.com <jo...@googlemail.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?
th...@gmail.com <th...@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!
je...@gmail.com <je...@gmail.com> #232
Same Problem with Kit kat on Xperiaz tablet SGP311. Please fix. Regards.
6b...@gmail.com <6b...@gmail.com> #233
...and me. Stock HTC One m8 v4.4.3
ca...@gmail.com <ca...@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
je...@gmail.com <je...@gmail.com> #235
[Comment deleted]
sv...@googlemail.com <sv...@googlemail.com> #236
Same problem with VPN in my Sony Xperia Tablet Z. Please solve It. Thanks.
ri...@gmail.com <ri...@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.
[Deleted User] <[Deleted User]> #238
just upgraded my n7100 4.4.2 and connected to vpn but no data flow :-(. Any fix yet ?
ba...@gmail.com <ba...@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?
pv...@gmail.com <pv...@gmail.com> #240
Since I upgraded My GT N 5110 To Android 4.4.2 blue vpn doesn't workshop anymore!
wi...@gmail.com <wi...@gmail.com> #241
Me too have the same problem note 3 android 4.4.3
la...@vilhuber.com <la...@vilhuber.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
[Deleted User] <[Deleted User]> #244
same problem here on my KitKat 4.4.4
ch...@christopher-richards.net <ch...@christopher-richards.net> #245
I am facing the same issue on my Moto E 4.4.4
.
.
se...@gmail.com <se...@gmail.com> #246
same here with different sony xperia devices on Android 4.4.3 and 4.4.4
wa...@gmail.com <wa...@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.
du...@gmail.com <du...@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.
ro...@gmail.com <ro...@gmail.com> #249
Why
In
The
World
Is
This
Not
Fixed
In
The
World
Is
This
Not
Fixed
ma...@gmail.com <ma...@gmail.com> #250
Mirko pls send me a link of blue VPN version 2.5. Thank you
ne...@gmail.com <ne...@gmail.com> #251
I...? ¿ And i think...? ¿ What?...
pa...@gmail.com <pa...@gmail.com> #252
[Comment deleted]
ba...@gmail.com <ba...@gmail.com> #253
On ANDROID 5.0 SDK BlueVPN works
la...@vilhuber.com <la...@vilhuber.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
se...@gmail.com <se...@gmail.com> #255
[Comment deleted]
a1...@gmail.com <a1...@gmail.com> #256
Can anyone pls check if bluevpn works with android lollipop 5.0 ..
sc...@gmail.com <sc...@gmail.com> #257
[Comment deleted]
[Deleted User] <[Deleted User]> #258
YES!! On Android 5.0 LOLLIPOP, BlueVPN WORKS !!
Finally this issue seems resolved
Finally this issue seems resolved
hu...@gmail.com <hu...@gmail.com> #259
Gr8..Thanks
fg...@gmail.com <fg...@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.
da...@gmail.com <da...@gmail.com> #261
Confirmed, Nexus 4, AOSP 5.0 works for PPTP VPN.
su...@gmail.com <su...@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.
st...@gmail.com <st...@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.
ry...@monkeysource.co.uk <ry...@monkeysource.co.uk> #264
Why has this not been fixed. This has been broken over a year
wa...@googlemail.com <wa...@googlemail.com> #265
Why has this not been fixed. This has been broken over a year
se...@gmail.com <se...@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.
jo...@gmail.com <jo...@gmail.com> #267
Come on Google. This is getting pathetic
wa...@gmail.com <wa...@gmail.com> #268
Please support blueVPN
bo...@gmail.com <bo...@gmail.com> #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.
mi...@gmail.com <mi...@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 (
ma...@gmail.com <ma...@gmail.com> #272
After Lollipop update on my LG G3 (V20e-EUR-XX) it works automagically!
bo...@gmail.com <bo...@gmail.com> #273
Vpn issue with kitkat4.4.4
ma...@gmail.com <ma...@gmail.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
ma...@gmail.com <ma...@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
li...@gmail.com <li...@gmail.com> #276
same issue on acer tab 8, anyone no of any work around's that will allow openvpn for andriod add routes
bl...@gmail.com <bl...@gmail.com> #277
Can anyone confirm if this problem is completely solved in Android 5 ( lollipop ) or not ?
le...@gmail.com <le...@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.
pa...@gmail.com <pa...@gmail.com> #279
I have LG L70 4.4.2 kitekat and bluetooth VPN is not working. Shame for google in year 2015!
ri...@gmail.com <ri...@gmail.com> #280
Asus TF701T 4.4.2 is not working!
ll...@gmail.com <ll...@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!
hi...@gmail.com <hi...@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.
or...@gmail.com <or...@gmail.com> #283
Geez. Can't we just get a patch or something to fix the VPN code??
m6...@gmail.com <m6...@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.
dh...@gmail.com <dh...@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.
ma...@googlemail.com <ma...@googlemail.com> #286
3+
ch...@gmail.com <ch...@gmail.com> #287
Solved on Lollipop.
no...@gmail.com <no...@gmail.com> #288
kitkat 4.4.4 is stupid not working in my meizu m1 note. This is so frustrating.
no...@gmail.com <no...@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?
er...@gmail.com <er...@gmail.com> #290
its more than a year and still the same... openvpn not working on note 4 with kitkat 4.4.4
se...@gmail.com <se...@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
se...@gmail.com <se...@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
po...@gmail.com <po...@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
lo...@gmail.com <lo...@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!
du...@gmail.com <du...@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.
pr...@gmail.com <pr...@gmail.com> #296
I think they have an agreement on this.
mi...@gmail.com <mi...@gmail.com> #297
Besaq maesalah ni
se...@gmail.com <se...@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
bl...@gmail.com <bl...@gmail.com> #299
Same issue
bm...@live.com <bm...@live.com> #300
Same issue
ri...@gmail.com <ri...@gmail.com> #301
[Comment deleted]
br...@gmail.com <br...@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
an...@gmail.com <an...@gmail.com> #303
#298 can you tell us the app name? I have a rooted note 2 and I need VPN to work.
ac...@gmail.com <ac...@gmail.com> #304
Plz VPN issues on KitKat (version 4.4.2)
sa...@gmail.com <sa...@gmail.com> #305
Can you send a full bugreport of the failure to me at rgreenwalt@google.com?
je...@gmail.com <je...@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.
sc...@gmail.com <sc...@gmail.com> #307
Same issue. When is there a fix?
gm...@gmail.com <gm...@gmail.com> #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.
pa...@gmail.com <pa...@gmail.com> #309
Please send help to peetansie@gmail.com
Kitkat 4.4 . . . not supported
Kitkat 4.4 . . . not supported
gg...@gmail.com <gg...@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.
mk...@gmail.com <mk...@gmail.com> #311
Please send help to Rifat0172@gmail.com
Kitkat 4.4.0 . . . not supported and %
Kitkat 4.4.0 . . . not supported and %
se...@gmail.com <se...@gmail.com> #312
no...@gmail.com <no...@gmail.com> #313
kitkat version for android 4.4.2
bu...@gmail.com <bu...@gmail.com> #314
KitKat version 4.4.4.
gs...@gmail.com <gs...@gmail.com> #315
KitKat version 4.4.2
cr...@gmail.com <cr...@gmail.com> #316
Same problem. Please fix soon!
rj...@gmail.com <rj...@gmail.com> #317
I updated to 5.0.1 and still having the problem.
hj...@gmail.com <hj...@gmail.com> #318
I also updated to 5.0.1 and am still having the same issue. If I delete YouTube cache and restart the device, video works for a while and then the issue comes back again eventually.
Ch...@hotmail.co.uk <Ch...@hotmail.co.uk> #319
I'm having these issues on my N4 and I'm frustrated that I've tried all of these fixes and they work for 1 video only then I've had to reapply them!
th...@gmail.com <th...@gmail.com> #320
Installed 5.0.1 on my Nexus 7 2013 (flo/razor) and it seems to have fixed the issue. (Can now play multiple videos in YouTube and all others apps again.)
NuPlayer is still disabled in debug options though (Have not tested with it enabled).
NuPlayer is still disabled in debug options though (Have not tested with it enabled).
pc...@gmail.com <pc...@gmail.com> #321
5.0.1 fixed it for me.
da...@gmail.com <da...@gmail.com> #322
Updated to 5.0.1 four days ago and haven't hit this issue since.
th...@gmail.com <th...@gmail.com> #323
Can confirm that it also works with NuPlayer re-enabled, so 5.0.1 definitely fixed the issue for me.
mi...@gmail.com <mi...@gmail.com> #324
I am also facing Facebook crash issue with my Nexus 7 2012 unit.
Hope Facebook developer can fix it soon
Hope Facebook developer can fix it soon
pi...@gmail.com <pi...@gmail.com> #325
5.0.1 sideloaded: fixed :)
ol...@gmail.com <ol...@gmail.com> #326
Easy fix that worked for me from Netflix. Delete App then re install. Worked. Did the same for youtube. Worked. Hope this helps.
bm...@live.com <bm...@live.com> #327
I'm getting the issue again in 5.0.1. Logcat shows the same error as in 5.0.
th...@gmail.com <th...@gmail.com> #328
5.0.1 is updated has been corrected.
However, custom kernel (Franco-r19, ElementalX-3.02, Glitch-r305) when using, again trouble.
5.0.1 Stock kernel is no problem.
However, the kernel developers, that there is no kernel of the problem. What?
However, custom kernel (Franco-r19, ElementalX-3.02, Glitch-r305) when using, again trouble.
5.0.1 Stock kernel is no problem.
However, the kernel developers, that there is no kernel of the problem. What?
fa...@gmail.com <fa...@gmail.com> #329
Though this thread is about the Nexus 7, I also got this bug on my Nexus 4, even before the Lollipop update. If there's a thread like this for the Nexus 4, I can't find it. Reboot works for me most of the time
bm...@live.com <bm...@live.com> #330
#327: I can confirm that this is reoccurring in 5.0.1 since I flashed Glitch r305.
fa...@gmail.com <fa...@gmail.com> #331
To everyone cursing Lollipop for this issue: To me it already occured days prior the update on the latest KitKat. So downgrading probably won't resolve the problem, along with erasing your data, it might not be worth the try.
bo...@gmail.com <bo...@gmail.com> #332
Everything is working fine on the stock kernel, but the video playback bug is still there on 5.0.1 with Glitch kernel r305 or with Franco kernel r19.
bm...@gmail.com <bm...@gmail.com> #333
Working fine now under 5.0.1, completely stock (had not changed NuPlayer setting.)
sr...@gmail.com <sr...@gmail.com> #334
Nexus 4: Disabling "nuplayer" in developer settings as recommended in Comment #21 worked for me. Thank you.
an...@gmail.com <an...@gmail.com> #335
My nexus 5 device is totally messed because of the lollipop update. The camera never works as before. Google fix it
ny...@gmail.com <ny...@gmail.com> #336
I got the Lollipop update two days ago. Yesterday flixster did not work and Netflix was troublesome. It took a lot of coaxing for Netflix to work. Hardly seems like an update when your favorite features get disabled. Not sure I like the new interface either. Maybe it will grow on me. Hopefully.
mi...@gmail.com <mi...@gmail.com> #337
The same issue on my Nexus 4 after updating to Lollipop 5.0. Google break silence and acknowledge the issue. Provide the fix AEAP.
ro...@gmail.com <ro...@gmail.com> #338
One of the worst bugs I have ever seen. SSwitched off Nu player in developer options, rebooted the phone and the problem crops up. We need a fix. Even videos through camera are not recording. Release a fix for Nexus 4.
lo...@gmail.com <lo...@gmail.com> #339
My Nexus 7 is still on 4.4.4 but this week, i cannot play any videos at all, not Youtube, nor FB nor BBC. FB keeps sticking because any video present makes the Nexus jam. It was perfect until this week. Please fix it.
fa...@gmail.com <fa...@gmail.com> #340
New YouTube update out with a complete overhaul. Can anyone confirm if the problem still occurs on 5.0.0 with the new YouTube version?
pj...@att.net <pj...@att.net> #341
I can watch YouTube, at least so far. I can not watch any movie streaming from video site. Google Play also will not play any videos, not even advertising ones on app info.
I have a Nexus 7 2013 wifi.
I received the 5.01 update Dec 11th,2014, and it caused it. I thought the 5.01 was intended to fix problems not make new ones. I had no issues before the 5.01.
I have a Nexus 7 2013 wifi.
I received the 5.01 update Dec 11th,2014, and it caused it. I thought the 5.01 was intended to fix problems not make new ones. I had no issues before the 5.01.
da...@gmail.com <da...@gmail.com> #342
I am on a nexus 7 2013 and am getting this all the time with Lollipop, youtube app seems to trigger it.
E/YouTube (3320): (unknown) Error with ExoPlayer video decoder initialization. E/YouTube (3320): ebi: Decoder init failed: OMX.qcom.video.decoder.avc, MediaFormat(video/avc, -1, 854, 480, 1.0, -1, -1, -1, 1920, 1080)
E/YouTube (3320): (unknown) Error with ExoPlayer video decoder initialization. E/YouTube (3320): ebi: Decoder init failed: OMX.qcom.video.decoder.avc, MediaFormat(video/avc, -1, 854, 480, 1.0, -1, -1, -1, 1920, 1080)
sh...@gmail.com <sh...@gmail.com> #343
Stock 5.0.1 kernel doesnt have this bug.
Flashed Glitch R306 on 5.0.1, experienced none so far.
Flashed Glitch R306 on 5.0.1, experienced none so far.
pr...@gmail.com <pr...@gmail.com> #344
Nexus 4 upgraded from 5.0.0 to 5.0.1 using OTA sideload. The video playback issue still crops up. No video playback in Youtube, Camera app can't record video. NU player disabled in developer options. Reboot fixes the issue temporarily.
an...@gmail.com <an...@gmail.com> #345
Chrome playing youtube clips works.
YouTube isnt working for me, havent found a fix.
Note 3 unofficial Cyanogenmod 12 Temasek.
YouTube isnt working for me, havent found a fix.
Note 3 unofficial Cyanogenmod 12 Temasek.
sh...@gmail.com <sh...@gmail.com> #346
Just resolved this temporarily on OnePlus one cyanogenmod 12 by enabling experimental nuplayer under developer options
am...@gmail.com <am...@gmail.com> #347
I'm using 5.0.1 & can not watch videos on you tube or Facebook not can I record videos! Very frustrated
mt...@gmail.com <mt...@gmail.com> #348
I am having same problem with my Android. It worked two days ago but since then it has stopped working and I get this message.
vg...@gmail.com <vg...@gmail.com> #349
[Comment deleted]
vg...@gmail.com <vg...@gmail.com> #350
I was having this issue on both my Motorola Droid RAZR running CM12 unofficial builds and my Samsung Galaxy Tab 2 10.1 running SlimLP alpha 0.9
Managed to fix it by going to the developer options on my Tab 2 and enabling the NuPlayer, but my Droid RAZR was unable to be fixed.
Managed to fix it by going to the developer options on my Tab 2 and enabling the NuPlayer, but my Droid RAZR was unable to be fixed.
pe...@gmail.com <pe...@gmail.com> #351
This reappeared for me on Nexus 4 with stock 5.0.1 after originally being fixed with the cache reset. So looks like 5.0.1 didn't include a fix.
lu...@gmail.com <lu...@gmail.com> #352
Same here. Annoying bug.
ju...@gmail.com <ju...@gmail.com> #353
Same on Nexus 4 with lollipop 5.01
el...@gmail.com <el...@gmail.com> #354
Nexus 4, update 5.0.1
No video playing(YouTube, Facebook, instagram)
No video recording
Shouldn't you test patches before release?
No video playing(YouTube, Facebook, instagram)
No video recording
Shouldn't you test patches before release?
rc...@gmail.com <rc...@gmail.com> #355
Nexus 7 2013 , Gentlemen all of my data was reset and somehow I am back to crashing setup wizard.
nm...@gmail.com <nm...@gmail.com> #356
Still seeing this on my N4 with 5.0.1 (OTA), with and without nu player enabled. Clearing cache partition helps temporarily. Happy to provide further diags if it would help.
r....@gmail.com <r....@gmail.com> #357
[Comment deleted]
co...@gmail.com <co...@gmail.com> #358
Same on my nexus 4.
ki...@gmail.com <ki...@gmail.com> #359
same on my nexus 4 and it's really irritating me
go...@gmail.com <go...@gmail.com> #360
Nexus 7 2013 . YouTube not working! Sky go not working! Plenty of web pages not loading! My nexus has become a paper weight sine lollipop! Apple could be on the menu!
ch...@gmail.com <ch...@gmail.com> #361
I am also experiencing this issue on my Nexus 4 running 5.0.1/LRX22C, mainly when trying to watch YouTube videos - the web client will just act like it is buffering forever and never play and then when I try to add the video to my watch later queue and go into the youtube app and try to play it there I get the "There was a problem playing touch to retry" error message and video playback is borked until I reboot. Tried switch back to AwesomePlayer instead of NuPlayer but that did nothing for me.
me...@gmail.com <me...@gmail.com> #362
I kinda have the same issue. Video either gets kicked to the beginning or clicked off what ever web site the video is on. But also while reading normal websites it will go back to the top, or just flicker and reload page. In all cases, the screen flickers and reloads...... Even on the home screen.
But... If I put the N7 in airplane mode, I can watch videos I had saved to the tablet. Which will also flicker and have to start from the beginning if in normal mode.
I'm going crazy!!!
But... If I put the N7 in airplane mode, I can watch videos I had saved to the tablet. Which will also flicker and have to start from the beginning if in normal mode.
I'm going crazy!!!
en...@google.com <en...@google.com>
pj...@att.net <pj...@att.net> #363
My problem began when updated to 5.01 on Nexus 7, 2nd gen. It will not play the advertising videos for the apps on Google Play. The videos for the movie advertising on Google Playapp works fine. My YouTube, using browser, works. It is only Google Play app and only on the app videos.
It will work for Google Play app advertising if I go to Google Play using browser instead of app. Has anyone else had this problem.?
It will work for Google Play app advertising if I go to Google Play using browser instead of app. Has anyone else had this problem.?
kl...@gmail.com <kl...@gmail.com> #364
This is *not* fixed with 5.0.1 on Nexus 4.
mk...@gmail.com <mk...@gmail.com> #365
No video - a horrible software update. My trust in Google is shattered. Very disappointed.
wa...@gmail.com <wa...@gmail.com> #366
Just appeared this problem, when i was on custom, about 3 or 4 days ago. i was sure that my camera was working fine. now, i read here, that it didnt works if there is issues with youtube. and its true. i cant record a video.
what i was doing to solve it? i did everything that is possible. i tried a lot of custom roms. i was flashing all stock roms starting with 4.3 that i downloaded fromdev.google.com
and nothing helps. now, google team, i officialy saying about this issue. THIS IS A GRAVE PROBLEM. MY TABLET IS PARALYZED (N7 13). WE NEED EXTRA UPDATE NOW. Update to fix exactly THIS issue. Our devices are useless in some kind. Make any moves, Google. You are an corporation and cant just ignore such problem!
what i was doing to solve it? i did everything that is possible. i tried a lot of custom roms. i was flashing all stock roms starting with 4.3 that i downloaded from
and nothing helps. now, google team, i officialy saying about this issue. THIS IS A GRAVE PROBLEM. MY TABLET IS PARALYZED (N7 13). WE NEED EXTRA UPDATE NOW. Update to fix exactly THIS issue. Our devices are useless in some kind. Make any moves, Google. You are an corporation and cant just ignore such problem!
[Deleted User] <[Deleted User]> #367
my device is N7 2012 GSM Talapia. My device is hevy problem random restart but not fully open. screen shown (google logo ,lock and clockworkmod recovary v.6.0.4.3)
mail: arifkhan0171@gmail.com
mail: arifkhan0171@gmail.com
th...@gmail.com <th...@gmail.com> #368
Having the same video playing problem on my Nexus 4. Also can't receive the 33mb update. Keep cleaning the case and i still receive the 16,7mb which wont install. I'm very disappointed not because of the problem, but for the time it takes fir Google to something about it!! A chaotic company were you cant reach anybody!! These days i recall my decade old symbian.. Google keep your pieces together! You broke our phones, fix them in time!!!!
ni...@gmail.com <ni...@gmail.com> #369
On Nexus 6, Android 5.0.1, language French (Canadian) :
I have one of these problem that is reported in this issue :
"The camera doesn't record video. I touch the record button but nothing happens."
I successfully followed the proposal see #147 and #156, so I changed the language to French (France), reboot the phone, and it work.
But this is not a solution, just a bypassing.
When this problem will be solved ?
I have one of these problem that is reported in this issue :
"The camera doesn't record video. I touch the record button but nothing happens."
I successfully followed the proposal see #147 and #156, so I changed the language to French (France), reboot the phone, and it work.
But this is not a solution, just a bypassing.
When this problem will be solved ?
hu...@gmail.com <hu...@gmail.com> #370
After update to lollipop I started to get this error on my Nexus 4. No video could be reproduced either in Facebook, Instragram and even video recorded by me on my phone. After try everything I disable NuPlayer (after disable is necessary restart the phone).
To disabled NuPlayer you have to enable Developer Mode before. Go to About Phone and tap seven times on build number.
NuPlayer can be reached in Media section in Developer Mode.
To disabled NuPlayer you have to enable Developer Mode before. Go to About Phone and tap seven times on build number.
NuPlayer can be reached in Media section in Developer Mode.
th...@gmail.com <th...@gmail.com> #371
[Comment deleted]
th...@gmail.com <th...@gmail.com> #372
All these complaints. END THE MADNESS and do what I did. Bought an IPad mini and life is good. What did I do with my 2013 Nexus 7 LTE ? Trash collectors hauled it away three days ago. Goodbye Googl e and your care-less attitude towards your customers.
th...@gmail.com <th...@gmail.com> #373
Yes the (e) in Google is DISCONNECTED !
pr...@gmail.com <pr...@gmail.com> #374
Same thing here. Using a Nexus 4, never had a problem before the update to v5. V5.0.1 didn't fix it either. I'm very disappointed, this is a major issue. Is there any fix planned?
lo...@gmail.com <lo...@gmail.com> #375
[Comment deleted]
lo...@gmail.com <lo...@gmail.com> #376
Nexus 7 2013...Got my update to Lollipop.. and the problem continues. No Youtube, FB sticking all the time. Cant play any videos, except occasionally embedded in a site. But no BBC clips either.. when oh when will this be fixed?
lo...@gmail.com <lo...@gmail.com> #377
And it all got worse. Now my previously trusty Nexus 7 is stuck in a bootloop.. so it is next to useless.. I will try what I can from forums.. I am so upset.
wi...@gmail.com <wi...@gmail.com> #378
Google lollipop is dreadful, it doesn't work and Google don't seem to care. Massive let down. I'm going to try Microsoft.
ti...@gmail.com <ti...@gmail.com> #379
Hey there, go back to android 4.4.4. It's easy to install, and with this version you have no problem to stream videos. I was so unhappy with android 5..., so now I came back, and I can see again videos. Maybe android 5.0.2 will bring some performance improvement, but at the moment I prefare to stay on android 4.4.4.
um...@gmail.com <um...@gmail.com> #380
I use my nexus 7 just to watch videos... Really disappointed. Please fix asap. :(
br...@gmail.com <br...@gmail.com> #381
I have version 5.0.2 and I can't play movies I've downloaded unless I am online... Also running slow and can't even get on WiFi.
aj...@gmail.com <aj...@gmail.com> #382
Was not aware of the video issues when I clicked on the lollipop update.
I now have a no media device. Believe I have tried every fix listed anywhere.
Video playing is gone, completely.
Restart,cache clearing, nuplayer, animation settings, safe mode etc etc etc makes no difference.
Procedures to revert to KitKat not viable as I'm on the road.
Unbelievable that this continued to be distributed after issues reported for so long!
I now have a no media device. Believe I have tried every fix listed anywhere.
Video playing is gone, completely.
Restart,cache clearing, nuplayer, animation settings, safe mode etc etc etc makes no difference.
Procedures to revert to KitKat not viable as I'm on the road.
Unbelievable that this continued to be distributed after issues reported for so long!
te...@gmail.com <te...@gmail.com> #383
My nexus 7 2nd generation no longer plays utube videos after installing 5.0.1 lolipop. But hooray the touchscreen keyboard finally works reliabily!
te...@gmail.com <te...@gmail.com> #384
My nexus 7 2nd generation no longer plays utube videos after installing 5.0.1 lolipop. But hooray the touchscreen keyboard finally works reliabily!
ri...@gmail.com <ri...@gmail.com> #385
Nexus 7 2013, Lollipop 5.0.2 - Video playback still broken. Playing external video from Play Newsstand causes video to immediately pause. Pressing play at this point does nothing. Other apps "opening" video have same problem. Youtube develops same issue after time, reboot cures YouTube until it happens again. Newsstand has issue permanently.
Super annoying. How did these get past testing? Does nobody at Google try things on the Nexus 7s any more?
Asking because such a blatantly obvious bug has got to be kind of hard to miss!
Super annoying. How did these get past testing? Does nobody at Google try things on the Nexus 7s any more?
Asking because such a blatantly obvious bug has got to be kind of hard to miss!
gr...@gmail.com <gr...@gmail.com> #386
Still broken for me too - nexus 7 (2013) 5.0.2. Virtually all of my flixster movies still unable to play (although weirdly a couple still do). And same immediate pausing on play store trailer videos! Google customer care team actually instructed me to call Asus for a replacement tablet (you can imagine what Asus said)!
pa...@gmail.com <pa...@gmail.com> #387
Add another data point for my 2013 Nexus 7 on 5.0.2. Clearly, the "fix" did not address the root cause of the issue. Google needs to look deeper.
rp...@gmail.com <rp...@gmail.com> #388
Like all the others, my Nexus 7 2013 is borked. Video playback is hosed due to 5.0.x. I installed 5.0.2 thinking surely this rendition is stable and free of major bugs. Surely I'd be wasting my time searching for others who had big problems _before_ I installed this update. My mistake. Now I'm going through the convoluted process of getting my Nexus back up and running by installing 4.4.4.
ja...@gmail.com <ja...@gmail.com> #389
I had previously disabled Google+ to preserve battery. Re-enabled and video playback is back ;-)
Other fixes including clear cache didn't work for me.
Nexus 5 running 5.0.1
gi...@gmail.com <gi...@gmail.com> #390
I had this issue in KitKat as well. Surprised to see it's still here in Lollipop. I can easily recreate this issue after trying to play less than 10 embedded videos.
cw...@gmail.com <cw...@gmail.com> #391
This 5.0.2 update has thoroughly broken my 2013 Nexus 7. I tried a factory reset but that didn't help at all. Bluetooth still nonfunctional. And, YouTube videos are unplayable, just a few seconds of stutter and garbled video before it fails completely. Who knows what else is wrong, I've only just started to suffer with this so I haven't tried all the functionality yet. But, what I've seen is bad enough to make me abandon this device and never buy Google again!
People have been complaining for months and Google is silent on this? This is so awful I'm actually considering buying an Apple product. An Apple! The horror!!
People have been complaining for months and Google is silent on this? This is so awful I'm actually considering buying an Apple product. An Apple! The horror!!
cw...@gmail.com <cw...@gmail.com> #392
I mean seriously now google, this is YOUR OS on the device YOU sell. I'm not trying to upgrade to 5.0.2 on some $80 knock-off brand out of China that you may see at the local 7-11 or something. Why wouldn't they work together or have any testing?
re...@gmail.com <re...@gmail.com> #393
Nexus 7 2013. No video whatever I do. Annoying.
hu...@gmail.com <hu...@gmail.com> #394
On Nexus 5, after lollipop update, I cannot play the video from Nexus Camera app. The error states (it pops up at the bottom of the video): Cannot play video.... I know I can erase my data, but I have read from others that the problem still persists again after that.. Could someone pls look into it? Thank u
cu...@gmail.com <cu...@gmail.com> #395
Change from the experimental nuplayer back to awesome player from the developer settings menu.
You can enable it by going to about phone/ device and scrolling to the build number and tap it 7 times till you see the dialog and go past till enabled.
After that you re-open the settings menu fresh and scroll to developer settings and uncheck the box marked nuplayer.
You can enable it by going to about phone/ device and scrolling to the build number and tap it 7 times till you see the dialog and go past till enabled.
After that you re-open the settings menu fresh and scroll to developer settings and uncheck the box marked nuplayer.
ch...@gmail.com <ch...@gmail.com> #396
Android 5 has mademy Nexus USELESS. Who do I complain to? It is an appwlling "upgrade".
ch...@gmail.com <ch...@gmail.com> #397
I got Super Excited I got email with install button and I was almost high and when I tap it I got message i have installed twitter ... no icon with camera recording...my device is SamsungGalaxyS7568 2012 is too old for that option?
si...@gmail.com <si...@gmail.com> #398
lolipop screen record video is black screened . please any one update what the problems .
me...@gmail.com <me...@gmail.com> #399
[Comment deleted]
me...@gmail.com <me...@gmail.com> #400
Same issue here but with nexus 4
ts...@gmail.com <ts...@gmail.com> #401
Hi,
I am using camera in my application, while taking the picture from camera the image is not save in imageview.This was happens in android 5.0.1.
If i run the same code in android 4.4 its works fine.
Any one can give me a suggestion or help.
Its very helpful to me.
Thanks in advance.
I am using camera in my application, while taking the picture from camera the image is not save in imageview.This was happens in android 5.0.1.
If i run the same code in android 4.4 its works fine.
Any one can give me a suggestion or help.
Its very helpful to me.
Thanks in advance.
df...@gmail.com <df...@gmail.com> #402
Also have it on LG G3. Some you tube videos play, most don't.
re...@gmail.com <re...@gmail.com> #403
On games to get free stuff by watching videos it starts to then just stops
de...@gmail.com <de...@gmail.com> #404
This issue started at my Nexus 4 this week. I am very suprised to ser this is a old bug affecting many devices from Google, and customers still waiting for answers. Come on Google, you are not that amateur company!
ku...@gmail.com <ku...@gmail.com> #405
Hi guys. I have fixed my issue with nexus 7.2, lollipop, YouTube. Solution was backup your data's and do factory reset. It will gives you back with same lollipop but little different with look. After that sign in using gmail account and hit YouTube on your tablet. It will ask you to update YouTube and don't update, just skip and proceed. Your YouTube will be working good. Mine working good almost for 2 days. No issues. If u uninstall YouTube and check it won't work, so anyway you have to do factory reset. Hope this fix works for all. Thanks for reading. Cheers.
ku...@gmail.com <ku...@gmail.com> #406
And after you do factory reset, it will ask you an options, use as old device or set this as new device. You choose as "set as new device". Thanks
ca...@gmail.com <ca...@gmail.com> #407
Please, Google, fix this. It's quite annoying.
be...@queuefull.net <be...@queuefull.net> #408
I'm also experiencing this bug. HTC One M8 from Verizon, running the carrier/vendor provided software. Upgraded to 5.whatever when it was offered to me as an over-the-air update. Now I can't play any of the videos that I've bought and downloaded with the Google Play app. I get the error "There was a problem while playing [-38]" for everything. My collection of Google Play movies is pretty much the only reason I still own an Android phone... Maybe it's time to switch away?
rb...@qfina.com <rb...@qfina.com> #409
Same problem on Nexus 4. Once videos break, it breaks for all formats, chrome, facebook, youtube, even making a video via camera doesn't work (you press record, the red bar flashes a second, but nothing starts recording).
Been suffering this for months and it's ridiculous, thanks for the support Google.
Been suffering this for months and it's ridiculous, thanks for the support Google.
nt...@gmail.com <nt...@gmail.com> #410
Nexus 4 here, running 5.01.
The problem seems to be related to DRM, somehow. By looking at the logs, there are recurrent messages like this:
04-18 09:45:51.309 D/DrmWidevineDash(187): OEMCrypto_Initialize sion_buffer g_wv_fhandle->ion_sbuffer 0x0xb50d2000
04-18 09:45:51.326 D/DrmWidevineDash(187): OEMCrypto_Initialize: ends! returns 0
The problem seems to be related to DRM, somehow. By looking at the logs, there are recurrent messages like this:
04-18 09:45:51.309 D/DrmWidevineDash(187): OEMCrypto_Initialize sion_buffer g_wv_fhandle->ion_sbuffer 0x0xb50d2000
04-18 09:45:51.326 D/DrmWidevineDash(187): OEMCrypto_Initialize: ends! returns 0
br...@gmail.com <br...@gmail.com> #411
Same problem on Nexus 4
da...@brierton.me <da...@brierton.me> #412
Same issue here on my Xperia Z2 running 5.0.2. Looks like it isn't just Nexus devices. Tried the various workarounds mentioned, only rebooting works to temporarily workaround the issue.
Same error as others showing up in logs.
Same error as others showing up in logs.
ni...@gmail.com <ni...@gmail.com> #413
same error here, Nexus4. Same logcat output. No video whatsoever plays: youtube, facebook, livestream, imgur converted gif, nothing. Please do something!
be...@gmail.com <be...@gmail.com> #414
Same problem after updating xperia z3 to lollipop...
ro...@gmail.com <ro...@gmail.com> #415
Nexus 4, Android 5.1 video playback DOESN'T WORK AT ALL, in ANY APP.
Google, are you serious? It's just huge f#ck up.
With every new version there is tons of new bugs.
Suppose I should move to iOS
Google, are you serious? It's just huge f#ck up.
With every new version there is tons of new bugs.
Suppose I should move to iOS
co...@gmail.com <co...@gmail.com> #416
Google member set the issue as released in comment #362 without any other detail. So now this issue has not the status aa open. Anybody know how to claim about a badly resolved issue?
PS: same issue on my Nexus4 from the first day of Lollipop, now 5.1 and few months later I'm getting very tired about this situation.
PS: same issue on my Nexus4 from the first day of Lollipop, now 5.1 and few months later I'm getting very tired about this situation.
rs...@gmail.com <rs...@gmail.com> #417
Sony Xperia Z2, Android 5.0.2, same issue :c And nothing seems to work at all!
po...@gmail.com <po...@gmail.com> #418
hi ! as in #292 since the Android update 5.1, i had to wipe cache. It worked (again). Youtube videos and camera are finally operational :D
in...@gmail.com <in...@gmail.com> #419
[Comment deleted]
in...@gmail.com <in...@gmail.com> #420
Lollipop 5.1.1 video (which was working), ceased working today on my Nexus 7 2013 WiFi.
Seems that Nu Player is highly suspect and needs to be disabled.
I enabled AwesomePlayer (could not figure out how else to disable Nu Player), with this setting:
Settings > Developer Options > Media > Use AwesomePlayer (deprecated) : Enabled
Both dice player and Hoopla started working again.
Google...please fix this total POS. We're all tired of continuously screwing around trying keep the device usefully operational.
th...@gmail.com <th...@gmail.com> #421
Nexus 4
I had seen this bug some few times on Lollipop 5.0.1.
Now on 5.1 it happens all the time.
Only fixed by reboot.
Wiping cache partition and disabling NU Player, under Developer menu didn't solve the problem.
Upset by rebooting the phone after watching 4 videos.
I does not play any video (whatsapp media, chrome, youtube, netflix).
='(
I had seen this bug some few times on Lollipop 5.0.1.
Now on 5.1 it happens all the time.
Only fixed by reboot.
Wiping cache partition and disabling NU Player, under Developer menu didn't solve the problem.
Upset by rebooting the phone after watching 4 videos.
I does not play any video (whatsapp media, chrome, youtube, netflix).
='(
th...@gmail.com <th...@gmail.com> #422
Nexus 4
Problem stopped by:
1) Enable AwesomePlayer
2) Wiping cache though recovery mode
3) Uninstall Youtube updates
4) Deactivate Auto-Update for Youtube app
It seems higher versions of YT trigger the bug.
So keeping it with outdated versions may be a workaround for now.
Issue used to happen many timer per day. Now almost a week and not a signal of it.
Problem stopped by:
1) Enable AwesomePlayer
2) Wiping cache though recovery mode
3) Uninstall Youtube updates
4) Deactivate Auto-Update for Youtube app
It seems higher versions of YT trigger the bug.
So keeping it with outdated versions may be a workaround for now.
Issue used to happen many timer per day. Now almost a week and not a signal of it.
al...@gmail.com <al...@gmail.com> #423
Have the same problem on a Sony Experia Z2...
da...@gmail.com <da...@gmail.com> #424
I am really angry after this bullshit update Google! I just can't believe what you did... If I knew, I am staying with Kitkat. My Note 3 can't record video, play any video file. Thank you very much. P.S. Fuck you Google and buy me new device...
re...@gmail.com <re...@gmail.com> #425
using huawei medipad x2
have the same issue the last week now after a system update.
no internet sourced video will play from youtube facebook to browsers .
clean install cache wipe etc do nothing.
annoying thing is not everyone with my phone has this problem.
disabling the nuplayer does nothing.
found no fix online yet.
a quick fix is needed across the board it seems.
have the same issue the last week now after a system update.
no internet sourced video will play from youtube facebook to browsers .
clean install cache wipe etc do nothing.
annoying thing is not everyone with my phone has this problem.
disabling the nuplayer does nothing.
found no fix online yet.
a quick fix is needed across the board it seems.
jo...@gmail.com <jo...@gmail.com> #426
Same problem on my Nexus 4 on 5.1.1
mb...@gmail.com <mb...@gmail.com> #427
Same issue with Samsung Galaxy S6 Edge, Lollipop 5.0.2, YouTube from app and web (Chrome and Stock) facing SOME video issues.
Examples:youtu.be/LjhCEhWiKXk won't play but youtu.be/OPf0YbXqDm0 works fine.
Help is appreciated.
Examples:
Help is appreciated.
as...@gmail.com <as...@gmail.com> #428
I have to say there is no bounds to how disappointing this bug is. The frustration caused definitely warrants all the expletives used in the comments thus far - times many. Fix it, give a work around - whatever it takes - make the playback work.
mi...@gmail.com <mi...@gmail.com> #429
My phone was honestly doing just fine earlier. But then I walked away from it and came back to see that it had randomly rebooted itself. And now everything said above is happening to my phone, completely clueless as to what the heck just happened.
wa...@gmail.com <wa...@gmail.com> #430
Same issue on Moto X with Lollipop 5.1 update. All workartounds mentioned work for just a few videos and then the issue comes back.
ne...@gmail.com <ne...@gmail.com> #431
YouTube app after a about a dozen views of videos just stops working. Clearing cache does nothing. Rebooting is the only way round it. It turns the videos on Facebook black. You can hear the sound buy no video and a reboot is the only way to solve it. Using a nexua4 and this only happened with the lollipop. Please address this issue.
no...@gmail.com <no...@gmail.com> #432
Same problemas on motox
ja...@gmail.com <ja...@gmail.com> #433
I have cast screen problem, when I tal SEND SCREEN its appears to works, but inmediatly its disconnect from chromecast and appears a Fail to reproduction message. I have a noto x 2013 with CM12 isntalled. Thabks
re...@gmail.com <re...@gmail.com> #434
Exact same problem on Samsung Note 4 running 5.0.1. Cannot play videos through youtube app, recorded cell phone videos, animated GIFs, etc. I downloaded AnTuTu video benchmarking app and my phone failed about every format. I also called Verizon and they have no idea about this issue. Did a factory reset, tried the NuPlayer, wiped cache, downgraded youtube app, disabled Ant+ services. NOTHING works. Get with the program Google!
Interesting note...previous Note 4 running 5.0.1 had 3G/4G connectivity issues, but no issues playing videos. Replacement now has video issues. How can it run on one device but not the other? No clear consensus on software configs in this thread.
Interesting note...previous Note 4 running 5.0.1 had 3G/4G connectivity issues, but no issues playing videos. Replacement now has video issues. How can it run on one device but not the other? No clear consensus on software configs in this thread.
lo...@gmail.com <lo...@gmail.com> #435
Gifv never works :(
sc...@gmail.com <sc...@gmail.com> #436
So this bug will just last forever for those unlucky enough to encounter it. Google doesn't care, priority is marked as small, and tons of users are left with unusable devices. It's been more than a year, so I doubt it will ever get fixed. Time to give up and get an iPhone so I can watch YouTube.
al...@gmail.com <al...@gmail.com> #437
Any cyanogenmod users with same problem?
br...@gmail.com <br...@gmail.com> #438
@437, I'm on a 2013 Moto X with the same problem. Just updated to Lollipop. That seems to have been a mistake.
br...@gmail.com <br...@gmail.com> #439
Moto x here too. Lollipop has killed YouTube. 😬
la...@gmail.com <la...@gmail.com> #440
Moto x, same issue
as...@gmail.com <as...@gmail.com> #441
2013 Nexus 7 here. Just started doing this 2 days ago. Wiped the Cache only temporarily work. Video playback is broken.
hj...@gmail.com <hj...@gmail.com> #442
Nexus 10. Same problem here. Changing to awesomeplayer "fix it"
ba...@gmail.com <ba...@gmail.com> #443
I've observed that if some (my in that case) app will create too much instances of MediaPlayer ~30, it will somehow block using MediaPlayer system-wide. Even if I use MediaPlayer#release() method, retaining player resources is slow.
Quick recovery from system-wide block is device restart.
Quick recovery from system-wide block is device restart.
[Deleted User] <[Deleted User]> #444
Android M. Same issue. Video playback freezes using multiple apps, including YouYube in browser and in all. Wtf!Google?
de...@gmail.com <de...@gmail.com> #445
[Comment deleted]
de...@gmail.com <de...@gmail.com> #446
I am using Lollipop 5.1.1 in Sony Xperia Z2, I have been having this issue since 5.0.
My friend also has same issue. The only fix is to simply restart the phone, but after playing few videos it gives the same error again.
The error effects all the other app which uses HW Decoder to play videos like Netflix, MX Player HW decoder, HTML5 video in Firefox, etc.
Basically it becomes system wide issue. I believe #443 is most accurate, but don't know what is the problem, if YouTube app is doing something wrong? I hope Google will release fix soon.
My friend also has same issue. The only fix is to simply restart the phone, but after playing few videos it gives the same error again.
The error effects all the other app which uses HW Decoder to play videos like Netflix, MX Player HW decoder, HTML5 video in Firefox, etc.
Basically it becomes system wide issue. I believe #443 is most accurate, but don't know what is the problem, if YouTube app is doing something wrong? I hope Google will release fix soon.
fu...@gmail.com <fu...@gmail.com> #447
video not show properly in my android lollipop mobile.Round shape show like oval in video. i have checked more then 5 lollipop mobile and all have same issued.
de...@gmail.com <de...@gmail.com> #448
I've the same issue:
Sony Z3 Compact
Android 5.0.2
YouTube App 10.49.59
I get also this "Decoder init failed: OMX.qcom.video.decoder.avc" error log entry.
Sony Z3 Compact
Android 5.0.2
YouTube App 10.49.59
I get also this "Decoder init failed: OMX.qcom.video.decoder.avc" error log entry.
gu...@gmail.com <gu...@gmail.com> #449
I have the same problem on my Xperia Z3 tablet compact, running Lollipop 5.1.1 and youtube app version 10.49.59. I tried everything: uninstalled updates, cleared cache in recovery mode, removed my account and watched video's without signing in, all to no avail. A reboot of the tablet only solves it temporarily. This bug is now well over a year old, it's about time google fixed it.
ro...@gmail.com <ro...@gmail.com> #450
same here in a tv box, android 5.1.1
ma...@gmail.com <ma...@gmail.com> #451
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #452
I think I have the same issue on my Note 5, international version. Videos on Facebook and YouTube won't play but I get no error message. The only thing that works is to restart the phone, but that's very annoying since I have to do it several times a day. Same thing happens to audios. Whatsapp messages, downloaded music... The sound will just stop and only come back after a restart. Any ideas? Could this be some other issue? Thanks!
wa...@gmail.com <wa...@gmail.com> #453
I currently have a samsung galaxy s6 edge Plus running on 5.1.1. I am encountering a lot of the same issues that have been reported above where Facebook embedded videos and YouTube videos are not playing within the apps. This situation occurred probably about 3 weeks ago and I've been researching it since then with no avail. Seems like this issue has been ongoing for the past year and a half or so and it's very frustrating to see that there has been no resolution to this irritating issue for some Android users. Google needs to step up and reconcile this problem. I really like my s6 edge plus this is getting really annoying.
66...@gmail.com <66...@gmail.com> #454
I get on the galaxy light cm12 5.0.1
ke...@gmail.com <ke...@gmail.com> #455
[Comment deleted]
ke...@gmail.com <ke...@gmail.com> #456
Why should Google fix this video bug of theirs? I mean it's only 2 years old. Maybe they'll fix it in another 2 years. /sarcasm
ke...@gmail.com <ke...@gmail.com> #457
SOLUTION (at least for me anyway): I am running Android v6.0.1 dated August 5, 2016.
Nothing suggested on this thread worked toward solving this video playback problem for me including resetting/clearing cache. I also removed any kind of video-related app and tweaked all kinds debug settings (should note that there is no mention of NuPlayer in my debug settings). Anyway, Facebook would always sooner or later (but mostly sooner) freeze on videos and gifs. I FINALLY DISABLED FACEBOOK AUTO-PLAY. Problem is now resolved for me. I've not had one single problem with video for weeks.
To adjust the auto-play settings on your Android phone or tablet:
1) Open the Facebook app.
2) Tap (the three lines graphic)
3) Scroll down and tap App Settings
4) Tap Video Auto-play
5) Choose an option.
Nothing suggested on this thread worked toward solving this video playback problem for me including resetting/clearing cache. I also removed any kind of video-related app and tweaked all kinds debug settings (should note that there is no mention of NuPlayer in my debug settings). Anyway, Facebook would always sooner or later (but mostly sooner) freeze on videos and gifs. I FINALLY DISABLED FACEBOOK AUTO-PLAY. Problem is now resolved for me. I've not had one single problem with video for weeks.
To adjust the auto-play settings on your Android phone or tablet:
1) Open the Facebook app.
2) Tap (the three lines graphic)
3) Scroll down and tap App Settings
4) Tap Video Auto-play
5) Choose an option.
ma...@gmail.com <ma...@gmail.com> #458
I disabled the fb autoplay but couldn't work for me.
ni...@gmail.com <ni...@gmail.com> #459
Still happening on 6.0.1, Aug 16
ni...@gmail.com <ni...@gmail.com> #460
Disabling facebook autoplay mitigates it, but eventually happens again.
sw...@gmail.com <sw...@gmail.com> #461
Check if you can play video in YouTube on lowest quality. I have the same problems with you guys, I've been downgrading and upgrading to 4.4.4 and back to 6.0.1 and everytime I had this problems. So for now, I think, we got a problem with decoder. Because I can play video in YouTube on 144p, anything higher than this - crashes.
hj...@gmail.com <hj...@gmail.com> #462
[Comment deleted]
kj...@gmail.com <kj...@gmail.com> #463
Just lost video on my Nexus 7 6.0.1. What the heck. This is a HUGE problem yet I see there are posts from 2014!? Is there a fix? Tried turning off auto play
ch...@gmail.com <ch...@gmail.com> #464
January 2017 ... I just developed the same problem and nothing seems to help. It will play the first minute of a video then quit. It says connection not available, tap to retry.
ro...@gmail.com <ro...@gmail.com> #465
Long time problem. Still no fix. Pretty stupid.
en...@google.com <en...@google.com>
ko...@gmail.com <ko...@gmail.com> #466
mb...@gmail.com <mb...@gmail.com> #467
There's no way this will ever be fixed. The Nexus 7 (unfortunately) is well past it's end of life. It stopped receiving security updates last fall.
ha...@gmail.com <ha...@gmail.com> #468
I have 2 of these. Factory reset from gui fixed the first, sledge hammer and a boot kick fixed the other. Good luck
m....@gmail.com <m....@gmail.com> #469
Can this be fixed plz I want to be able to watch videos on my device without rebooting it every day 😞
ro...@gmail.com <ro...@gmail.com> #470
People still reporting these issues. I have moved on from Google devices. This was the reason I moved from Nexus.
ad...@google.com <ad...@google.com> #471
This is a product feature issue; not a developer issue. Our Android Support team will be in contact with you shortly.
In the meantime, here are helpful resources:
zm...@google.com <zm...@google.com> #472
Please visit the Android community forum where Product Experts may be able to assist you further: https://support.google.com/android/community .
Description
I noticed that most of YouTube videos display the " There was a problem while playing the video. Touch to retry" message.
I have tried opening YouTube in Chrome but I got the same message.
I also tried playing some other videos that I copied on the device or from my Drive account. They don't work as well
Also the camera doesn't record video. I touch the record button but nothing happens.