you appear to be using an anonymous proxy tool - Google Chromecast

This is something new.
The Weird:
If I am watching HULU/Netflix on my PC or my Phone everything works fine. The moment I use Chromecast (rooted Team Eureka and up to date: Build Version: 44433.001 (11/11/2015)) I get the 'proxy tool' error.
Any suggestions as to why only Chromecast?
Thank you for the assist.

Related

CloudOn app not compatible with Touchpad?

I'd like to try the CloudOn office suite app out on my Touchpad, however when I find it on the Play Store it says none of my devices are compatible.
Is it a hardware or software issue?
16GB Touchpad
Android Ver: 4.0.3
Kernal Ver: 2.6.35-palm-tenderloin, [email protected] #12
CM Ver: 9.0.0-RC0-Touchpad-alpha2
Build Date: Mon Feb 20
Build No: IML74K
purplegreendave said:
I'd like to try the CloudOn office suite app out on my Touchpad, however when I find it on the Play Store it says none of my devices are compatible.
Is it a hardware or software issue?
16GB Touchpad
Android Ver: 4.0.3
Kernal Ver: 2.6.35-palm-tenderloin, [email protected] #12
CM Ver: 9.0.0-RC0-Touchpad-alpha2
Build Date: Mon Feb 20
Build No: IML74K
Click to expand...
Click to collapse
I couldn't get the app to come up in the playstore either.
Make a backup,,just in case, and try updating to the latest CM nightly http://forum.xda-developers.com/showthread.php?t=1568685, it's been stable for me. The Feb version you're running is outdated. You should notice the improvement.
I just updated to the latest nightly, and there's definitely some improvement!
I found a CloudOn apk and installed it, ran through the set up process, and when that was done it said the version I had was no longer supported.
I can't find a newer apk anywhere, any ideas where I might source it?
purplegreendave said:
I just updated to the latest nightly, and there's definitely some improvement!
I found a CloudOn apk and installed it, ran through the set up process, and when that was done it said the version I had was no longer supported.
I can't find a newer apk anywhere, any ideas where I might source it?
Click to expand...
Click to collapse
+1 please
Enviado desde mi Nexus 7 usando Tapatalk 2
This thread is a bit old, but I found the apk for the latest CloudOn 2.5.1 (November 3rd) and it works great on the Touchpad. It scales perfectly to the display aspect ratio and for being a glorified remote desktop app it does a pretty good job at feeling like a native app. At least with this you get 100% Office compatibility since your using Microsoft Office, although they have changed the ribbons a bit to make it more touch friendly.
For free this app is a bargain, its great for quick edits when you want to preserve formatting. I've attached the apk for you so you can install it since Google Play still won't let us install.

Fling (Local Media Streaming) now available under KyoCast (root required)

Good Morning,
I have replaced the calls to the receiver in KyoCast with the one prior to Google purposefully removing the ability for local streaming.
Fling and other Local Video Streaming solutions that were available prior to googles change should now be working for KyoCast users. (Note that root is required in order to apply KyoCast).
For more information head over to the KyoCast release thread at http://forum.xda-developers.com/showthread.php?t=2516164[1]
Cheers.
Thanks to ddggttff3 for his contributions on this - really all credit should go to him
so do we rename the file to eureka_image then flash it ?
BurnOmatic said:
so do we rename the file to eureka_image then flash it ?
Click to expand...
Click to collapse
Follow the install thread found here: http://forum.xda-developers.com/showthread.php?t=2516164
but yes, you would name the zip to eureka_image before flashing it with flashcast.
EDIT: thanks for the shoutout @Kyonz
A few days ago I reflashed the latest flashcast with the new PwnedCast ROM.
I downloaded the fling 0.3 jar file found in one of the posts here and it worked.
I found on the internet fling 0.6, but it would not work.
I went to github and got the latest Fling source code, built it using Netbeans, and it also will not work.
It seems strange that Fling 0.3 works, but the latest version does not?
HowardZ said:
It seems strange that Fling 0.3 works, but the latest version does not?
Click to expand...
Click to collapse
Hi HowardZ,
Due to google removing the ability to use Fling the author of the application has removed Chromecast code from the application which is why the later versions no longer work.
HowardZ said:
I went to github and got the latest Fling source code, built it using Netbeans, and it also will not work.
Click to expand...
Click to collapse
Hi HowardZ,
if you want version 0.6 to work the only thing you have to do is change line 92 in FlingFrame.java to
Code:
private static final String APP_ID = CHROMECAST;
Then it should work.
But I didn't really notice any improvements over version 0.3
burnnie said:
Hi HowardZ,
if you want version 0.6 to work the only thing you have to do is change line 92 in FlingFrame.java to
Code:
private static final String APP_ID = CHROMECAST;
Then it should work.
But I didn't really notice any improvements over version 0.3
Click to expand...
Click to collapse
I gave that a try - and also changed the index.html file's app_id to be "ChromeCast"
but it did not work.
Perhaps it was a problem with interfacing with VLC?
Anyways, Fling 0.3 works ok.
Thanks
Actually 0.6 does work - with the small code change.
Problem is that the Fling screen does not show the movie is playing (like the 0.3 version shows), and my chromecast and television were in a different room than the computer.

[QPAIR/LOA] - LinuxonAndroid GPad support

This will be used to detail how to get LinuxonAndroid running on the GPad and the process of QPair support to bring new and interesting features to the project as a whole.
Step 1 - Install Linux on the tablet
We shall start by using the standard Complete Linux Installer to install and run Linux with the GUI pumped over VNC (Frame buffer method coming soon!), this method works on most devices and is the most universal but as the project develops in the coming weeks a better method for the GPad will be developed.
Anyway on with installing!
Root
First things first you will need to root your tablet, currently my tablet is running Stock V50020d with root.
The below will most likely work on other ROMs as long as you have root it should work!
(A custom ROM may be developed for further features.. watch this space)
Download
Now we have root you will need to download the below:
Complete Linux Installer
Terminal Emulator
VNC View (I recommend PocketCloud)
Finally download A Linux .img file from our source forge site HERE, I recommend and will be using Ubuntu 13.10 Small ext4. Once downloaded extract the .zip file and copy the .img to your devices memory (internal memory or sdcard).
XDA:DevDB Information
LinuxonAndroid - GPad, Device Specific App for the LG G Pad 8.3
Contributors
zacthespack
Version Information
Status: Testing
Created 2014-11-01
Last Updated 2014-11-12
Let me understand, you want to port QPair to linux that will run on the G pad?
Disclaimer: I'm also in the challange but the idea of running linux on the tablet is really interesting.
yoavst said:
Let me understand, you want to port QPair to linux that will run on the G pad?
Disclaimer: I'm also in the challange but the idea of running linux on the tablet is really interesting.
Click to expand...
Click to collapse
I guess @zacthespack wants to use linuxonandroid on tab and sync stuff with a third party such as keyboard, etc using QPair.
Another Disclaimer here Good luck to everyone!
SferaDev said:
I guess @zacthespack wants to use linuxonandroid on tab and sync stuff with a third party such as keyboard, etc using QPair.
Another Disclaimer here Good luck to everyone!
Click to expand...
Click to collapse
Bingo!
With linuxonandroid running on the tablet we could then use QPair to allow the user to have a phone (or another tablet..?) as the mouse/keyboard for Linux
posted first steps in OP to start getting LoA running on the tablet.
Everything is running very well, I shall finish the guide shortly to get LoA running but really the app install guide will work perfectly.
Next step I will be releasing a special Ubuntu 14.10 image which will be the supported image for QPair features and other changes for the GPad.
it say I need a loopable kernel which I didn't find for stock LG rom...
yoavst said:
it say I need a loopable kernel which I didn't find for stock LG rom...
Click to expand...
Click to collapse
Stock LG kernel does have loop support so you should have no issue here, if you are having another issue getting linux to start let me know, shall be updated the OP in the next few days
As you know voting is now live so please do vote for the project!
http://forum.xda-developers.com/dev...-voting/xda-lg-contest-voting-thread-t2978598
Howdy, cool project. Couple of questions. I'm looking for a reason to install Linux on my tablet, but also understand that I can remotely view my home system with vnc. So what would be the benefit?
Is there more control using Linux to Linux?
Does this mean I could open into my home system, make changes to my kernel, compile, and upload to a server from my tablet?? Late night insomnia while in the mountains would be awesome. I would have to tether my tablet to my phone for WiFi, and run through Linux? This sounds pretty awesome.
Tell me the reasons it won't work.
Pretty awesome OP. Thanks!
Cant log in ubuntu
Can somebody tell me why im not able to boot?im running lollipop with red kernel and before i was running kitkat and still the same.Im my g2 there is no problem but on tab doesn work.I download complete linux installer,busybox,terminal and vnc and i never get the @root.i trh also a differend image but nothing.Any help will be appreciate

[MultiROM] Debian for the Moto G

After a lot of work, I've been able to create a functioning MultiROM installer for a GNU/Linux distribution. Currently most things, such as WiFi, bluetooth, the display or the GSM modem, don't work. The only way to interface with the ROM while it's running is by connecting the phone to a computer, and then using ssh. My goal is getting all the phone-specific things working (WiFi first), and making GNU/Linux a viable primary OS for the Moto G.
Why GNU/Linux, when Android is already Linux-based?​
While it is true that what is possible with GNU/Linux is also possible with Android with a little bit of work, I don't like that Android is, at heart, an embedded system. This has some negative implications for hackers (not crackers) that would like to use it as a normal UNIX. For example, the whole system is treated as one big blob and many things can't be changed without recompiling., which is why there are so many ROMs available, and why they are not compatible between devices.
Guide​
Install the debian.mrom file as a normal MultiROM ROM via TWRP and select the ROM at bootup. Connect a USB cable from your computer to the phone. After around a minute, a new interface should appear on your computer (usb0 for most Linux distros, enp* for those using udev's "persistent" naming). Set its IP address to 10.0.10.1/24. Optionally, you can also set up internet access on that interface. The phone's IP address is 10.0.10.2. You can also use my script to setup the network (setup_net.sh) after changing wlp2s0 to your computer's internet-facing interface. You can then connect to the phone via SSH or a netcat shell on port 2323. The root password is root.
What I've learned about WiFi​
The WiFi setup procedure is complicated. First, the wcnss compound driver needs to be activated. Android does this by running wcnss_service, whose modified version (I basically just altered the paths and replaced Android logging with printf) I've included in the ROM (/sbin/wcnss_service). Wcnss_service does many things, but the only important one (AFAIK) is open()ing /dev/wcnss_wlan. After activating wcnss, the WiFi driver needs to be activated. Recent versions of Cyanogenmod have the driver built-in and activate it via WifiHAL (I have no idea how...), I've decided to instead build the driver as a kernel module (/wlan.ko). Insmoding the LKM does something, but the initialization fails, and I don't know why.
Dowloads​debian.mrom
setup_net.sh
The kernel is Optimus kernel by Flashhhh with a custom config
.
XDA:DevDB Information
Debian for the Moto G, ROM for the Moto G
Contributors
dvdkon
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: Debian
Version Information
Status: Testing
Created 2015-08-21
Last Updated 2015-08-29
Can you consider mirroring it to androidfilehost??
Is that Ubuntu touch ???
Please give us more explanations and screenshots... Consider a video too
navaneethkom said:
Can you consider mirroring it to androidfilehost??
Is that Ubuntu touch ???
Please give us more explanations and screenshots... Consider a video too
Click to expand...
Click to collapse
If I understand is a complete pc system , not a touch optimize system.Very useful for numerical computation, testing or something of similar.
The Ubuntu touch forum is this http://forum.xda-developers.com/moto-g/development/ubuntu-touch-utopic-ubuntu-touch-falcon-t2820359
I don't now if it is working on MultiRom.
(Sorry for my bad english)
good job D:
i've tried debian into android with the normal installer but this is awesome!
Thanks you!!
Enviado desde mi XT1032 mediante Tapatalk
What is this for? It is a PC for mobile Debian ?
Fedello7 said:
What is this for? It is a PC for mobile Debian ?
Click to expand...
Click to collapse
It is for Multirom, which is a program for dual booting an OS on an Android phone. Try searching.
Is it using a LXC Container ?
Where could I find kernel sources ?
h2o64 said:
Is it using a LXC Container ?
Click to expand...
Click to collapse
No, I'm just starting Debian instead of Android with my custom init script.
h2o64 said:
Where could I find kernel sources ?
Click to expand...
Click to collapse
I'm using the Optimus kernel with a few options changed (the config).
dvdkon said:
No, I'm just starting Debian instead of Android with my custom init script.
I'm using the Optimus kernel with a few options changed (the config).
Click to expand...
Click to collapse
Kernel changes are just about internet stuff isn't it ?
h2o64 said:
Kernel changes are just about internet stuff isn't it ?
Click to expand...
Click to collapse
I've only enabled sockets for all users and devtmpfs (for initramfs).
dvdkon said:
I've only enabled sockets for all users and devtmpfs (for initramfs).
Click to expand...
Click to collapse
Alright, thank you.
PS : Btw, do not forget to mention @Flashhhh for the kernel in the OP
The display work? The touch? A is for computer in a smartphone? Wow
Can anyone catch up to see how it looks ?
SLATE21&MOTOG said:
The display work? The touch? A is for computer in a smartphone? Wow
Click to expand...
Click to collapse
Nothing but USB works as of now, but I'm currently working on the display.
dvdkon said:
After a lot of work, I've been able to create a functioning MultiROM installer for a GNU/Linux distribution. Currently most things, such as WiFi, bluetooth, the display or the GSM modem, don't work. The only way to interface with the ROM while it's running is by connecting the phone to a computer, and then using ssh. My goal is getting all the phone-specific things working (WiFi first), and making GNU/Linux a viable primary OS for the Moto G.
Why GNU/Linux, when Android is already Linux-based?​
While it is true that what is possible with GNU/Linux is also possible with Android with a little bit of work, I don't like that Android is, at heart, an embedded system. This has some negative implications for hackers (not crackers) that would like to use it as a normal UNIX. For example, the whole system is treated as one big blob and many things can't be changed without recompiling., which is why there are so many ROMs available, and why they are not compatible between devices.
Guide​
Install the debian.mrom file as a normal MultiROM ROM via TWRP and select the ROM at bootup. Connect a USB cable from your computer to the phone. After around a minute, a new interface should appear on your computer (usb0 for most Linux distros, enp* for those using udev's "persistent" naming). Set its IP address to 10.0.10.1/24. Optionally, you can also set up internet access on that interface. The phone's IP address is 10.0.10.2. You can also use my script to setup the network (setup_net.sh) after changing wlp2s0 to your computer's internet-facing interface. You can then connect to the phone via SSH or a netcat shell on port 2323. The root password is root.
What I've learned about WiFi​
The WiFi setup procedure is complicated. First, the wcnss compound driver needs to be activated. Android does this by running wcnss_service, whose modified version (I basically just altered the paths and replaced Android logging with printf) I've included in the ROM (/sbin/wcnss_service). Wcnss_service does many things, but the only important one (AFAIK) is open()ing /dev/wcnss_wlan. After activating wcnss, the WiFi driver needs to be activated. Recent versions of Cyanogenmod have the driver built-in and activate it via WifiHAL (I have no idea how...), I've decided to instead build the driver as a kernel module (/wlan.ko). Insmoding the LKM does something, but the initialization fails, and I don't know why.
Click to expand...
Click to collapse
hi. from time to time iam working on the same, a native linux booted with multirom.
it could fail because of missing firmware and dont getting the mac.
please pm me for support.
sub77 said:
hi. from time to time iam working on the same, a native linux booted with multirom.
it could fail because of missing firmware and dont getting the mac.
please pm me for support.
Click to expand...
Click to collapse
Sorry for the late reply.
I have made sure that the firmware gets loaded properly, though that was a problem at first. I'm not so sure about the MAC address, though. If you get any further information, please post it in this thread. Development is currently its only purpose.
Something new??
Enviado desde mi Moto G mediante Tapatalk
luteriace said:
Something new??
Enviado desde mi Moto G mediante Tapatalk
Click to expand...
Click to collapse
i have wifi running. next step is framebuffer.
Is there a way of help you with this?
I'd love to see this running on falcon.

[UPDATE] Remix OS Player update 1.0.110

Hey guys,
We're back with another update for Remix OS Player version 1.0.110.
Here are the release notes:
__________________________________________________
Remix OS Player version: 1.0.110
Release date: November 15, 2016
Release notes:
1. Incorporated the latest Android Studio (version 2.2) which improves graphics performance significantly
2. Fixed bugs related to keyboard shortcuts and hotkeys
3. Fixed bugs related to keyboard hotkeys in full screen mode
__________________________________________________
Thanks for all your feedback and please remember to sending us feedback here:
http://bit.ly/2cPNq27
Speed
WOW is all I have to say this is the update that was so NEEDED. The speed it runs at is 1000 times better in my opinion. I actually am installing all my apps I use in the emulators I use in windows and making this the primary Windows Emulator for Android. THANK YOU for the AWESOME WORK!!
One thing I notice is the mouse has a slight delay in response. Once that is fixed, this will become my Primary for Android.
UPDATE!!
The Pinch zoom option uses Ctrl-Alt key the same as release mouse from the emulator. This causes a conflict and makes the pinch zoom almost useless. Please Fix.
Internal Storage
How do I get more than 4gb internal storage... the one game I tried to install won't just cause of lack of space.
You and me both. All the apps on my Samsung Galaxy Tab Pro (non-Samsung, of course), I had no trouble installing. Then I tried to install 'Asphalt 7', and I ran out of space.
I want to increase this space to at least 50GB. The procedure to increase internal space for Remix OS for PC will not work with Remix OS Player.
The only offline installer I can find seems to be corrupt & the downloader is giving a server error.
silver9990 said:
The only offline installer I can find seems to be corrupt & the downloader is giving a server error.
Click to expand...
Click to collapse
same here. please someone fix the download server.....
Unable to install
For the past 2 days, the installer gives me an error while trying to downlaod version 1.0.110.
Here is the message I keep getting:
Server Error
Download server experience problem, please try later. (torrent sha1sum check fail)
mohsin_75 said:
same here. please someone fix the download server.....
Click to expand...
Click to collapse
hlo63 said:
For the past 2 days, the installer gives me an error while trying to downlaod version 1.0.110.
Here is the message I keep getting:
Server Error
Download server experience problem, please try later. (torrent sha1sum check fail)
Click to expand...
Click to collapse
Same here, I also get the message,
"Server Error
Download server experience problem, please try later. (torrent sha1sum check fail)"
It's been like this for days as I first tried to download it 4 days ago, would have thought somebody would have noticed and fixed it by now...
@RemixOS_Jason
Are you aware of these downloading problems?
Kaide80 said:
Same here, I also get the message,
"Server Error
Download server experience problem, please try later. (torrent sha1sum check fail)"
It's been like this for days as I first tried to download it 4 days ago, would have thought somebody would have noticed and fixed it by now...
Click to expand...
Click to collapse
I have exact same problem and idk why
me 2 since some days now
I'm just wondering where the support team is, I've spent the last 4 days trying to get support from the various places they tell you to go to for support but there's been no response from anyone.
First question. is REMIX OS better as booted like i installed it or like the new REMIX OS player emulated over windows. Whats the diference in use and fell and for my specs does it matter.
Second question is how to put AT(@) symbol on croatian keyboard.
My specs are
LENOVO Z500
i5 3230m
6gb ram
1tb hdd now and on windows boot 120gb ssd
Gt 740m
Thx hope in fast response.
How to copy - paste a file or folder from pc to remix os player?
because there is many apk that i want to install from the pc.
I'm curious why this update thread was not stickied in the forum? Does that somehow imply it is less important or less stable than previous builds?
Is there any way to enable more resolution options for the player? I'm using it on a SP4 but only very low resolution options are showing up.
Yup, good one ! French android keyboard is back. Can't use all characters and symbol just using my laptop keys, and lots of the non letters keys are mixed up, but looks like you attained the requirement for me to talk around about you Best accessibility is a must have point. Hope it will improve again.
Thought too, as said on the updater's beta thread, I had to download and install manually.
Do we get any other update or this is the end of this app just like leapdroid
RemixOS_Jason said:
Hey guys,
We're back with another update for Remix OS Player version 1.0.110.
Here are the release notes:
__________________________________________________
Remix OS Player version: 1.0.110
Release date: November 15, 2016
Release notes:
1. Incorporated the latest Android Studio (version 2.2) which improves graphics performance significantly
2. Fixed bugs related to keyboard shortcuts and hotkeys
3. Fixed bugs related to keyboard hotkeys in full screen mode
__________________________________________________
Thanks for all your feedback and please remember to sending us feedback here:
http://bit.ly/2cPNq27
Click to expand...
Click to collapse
I still can't get my display out of tablet mode
Crolegion said:
Second question is how to put AT(@) symbol on croatian keyboard.
Click to expand...
Click to collapse
Look it up in an Extended ASCII table. I can use Alt-064 for an @ sign.

Categories

Resources