Share internet only for Portable Chrome browser using android phone and usb cable? - Networking

Hi 2 all,
I know that is possible but I can't make it, becouse I'm newbie.
At work, I have Wi-Fi. Somehow I want to get this WI-FI trafic, only for my Google Chrome portable version in my PC and I need it to make secured.
I have meizu mx4 phone. I tried to emulate linux on it, using "Linux deploy" and using adb reverse tcp, to conect with putty to it. But, I failed with squid proxy, it will not work, and I think it's becouse of my phone, couse it's Android based on Flyme.
So if anyone have ideea, how to do that, please help.
So that's what I have: Phone, usb calbe, Wi-fi at work, PC and if it's helpful for me to secure trafic (vpn at home, from my router).
I need step by step to made it. Or if you don't have time to say it, just give me a link were I can read some info, or in general what should I do.
Thank you very much!!

On emulated Debian, I can't laucnh squid(on phone, with app Linux Deploy), but I succesefuly instaled "Varnish" , i'm confused, I can't configure it to make google chrome work on it. Don't know how to show it port 8084 that I'm using on Chrome (127.0.0.1:8084)

Well.... I buy Raspebery pi 2 to do that.

Gonna try it, thanks

Related

Is there an easy way? non PPC programs running on a ppc?

I know the answer is likely NO hell no, but I am going to ask anyway.
I want to run a program called BE2 manager on my BlueAngel, but... of course its a non windows mobile program.
The program is used for flashing information to the communication interface inside a slot machine. The current setup we have now is very bulky and cumbersome, and I am trying to downsize the whole operation. I have the rs232 to TTL cable worked out, and now just need the software to work.
Thanks guys.
Hi LandRaider!
I wouldn't say 'hell no' but it's not easy.
It depends on what OS the program is for:
If it runs under DOS (not likely these days) there is an emulator for it. DosPPC or something, don't remember exactly.
If it's a windows program I am pretty sure you are out of luck, no emulator.
If you have the source code for the program, I shouldn't be too difficult to port it, specially if it's written in c / c++.
You can also install the program on a terminal server (Citrix is a very good solution), and connect to it from your PocketPC over WiFi or GPRS.
Citrix supports mapping of COM-ports, but I dont know how this feature would work on PocketPC.
There isn't an easy way however there are always ways depending on how much you need it to be done. Citrix is an option worth investigating.
Provide more information about your app and it will be easier to guide you in the right direction

Remote Shutdown of PC from WM5?

Does anyone know of a freeware program that can remotely shutdown the home PC from a Wifi network? I found a free Wake-On-LAN program and I can turn on my computer from anywhere in my home with it, but I don't have the means to turn it off. Thanks.
Using a VNC client on your phone and the server on your pc you could remote in and shut it down as if you were in front of it.
Hmmm, call me ignorant but I just wonder what putpose does it serve? If it is a home network and your house is not as large as CENTRAL PARK New York you should be able to actually walk to your computer and shut it down instead of sitting room next door and do it from there!
How much more lazy the human race can get?
Junner2003 said:
Hmmm, call me ignorant but I just wonder what putpose does it serve? If it is a home network and your house is not as large as CENTRAL PARK New York you should be able to actually walk to your computer and shut it down instead of sitting room next door and do it from there!
How much more lazy the human race can get?
Click to expand...
Click to collapse
note that he mentioned swhithing a pc on using wake on lan - thats why he mentioned his house - lan limitation. the real purpose of what he looks for would be turning your pc off while being away.
Curious D: i didn't hear of any app written especially for this, but for example emule can do it. if you use emule on your home pc - try checkin out it's mobile client - mobiemule - a java applet that lets you manage your downloads as well as turning your pc off. if it's not suiteble for you, i would suggest setting up apache server with a special php code on it, execing an app to close windows and then using your phone browser to access this php code. a bit of a workaround but in my opinion the easiest. (i used to controll winamp this way
This might be a solution! I did not digg in to it because of such tasks are not interesting to me but I am sure you can do what you need to do with it:
http://www.microsoft.com/windowsxp/using/networking/expert/bridgman_02june10.mspx
it's another option, yes it is possible but not very handy. i know setting up apache or any other web server is not very handy task neither. i would just code a simple app for desktop pc that would listen on telnet port and after receiving specified command would shut windows down. maybe even code a simple version of "web server" so it would be accessed using web browser? huh, i'll try in my spare time ;]
:update:
i could wrap up an application that would sit launched at your pc and listen for a connection. you would have to open a web browser (not only at your phone, it could be anything computer like and browse for an adress like:
http://your.ip.address:some_port/specific_command
to force my application to perform any action. it could be shutting down your windows or anything else.
note - it requires you to have a public ip address, and you would have to forward some_ports for it in your lan - just like any other serverlike application. would you be interested? it is quite easy so i can do it for you. cheers
Thanks for all the replies.
Raceit: I thought about VNC, but my VNC program incorporates an RC4 encryption which isn't supported for the WM5 platform at this time (at least I couldn't find any. This would be the ideal situation since then I can control my computer from my phone to do some simple operations. (I can do this already with my laptop, but it takes a long time to start up whereas the phone is fairly immediate)
Banannq: No no...Junner2003 is right. I AM lazy. I'm actually looking for it because there have been some nights that I remembered I forgot to shut down the computer and when you are in bed, you don't really want to go across the house to shut something off. I'm a light sleeper and when I wake up, I think about stuff. The idea that you had is over my head. Thanks for the offer for setup, but it seems I would have to open my firewall which I would rather not do. Again, thanks.
Junner2003: Thanks. I'll look into that link from Microsoft.
Curious D: too late mate, i already did the base of program ;]
now i can only finish it ;] it receives a message from a www browser and all i need to do now is to make it respond with an action, which is quite easy job - i'll add a procedure of shutting windows down and i'll upload it somewhere this evening. if you want it, you can get it, if you prefer not - no problem. for me it was a good oportunity to code something new ;]
forget evening. it's done. remember it is very simple...
so you need to launch included exe file on your windows machine. i tested it on xp, it should also work on older OS's, but i cannot be sure.
as i said - if you have lan at your home (and probably you have if you use your phone to connect to wifi) you need to access your router menu to allow connections to the pc my app is running on. depending on manufacturer it is done a bit different but still quite simple. you need to find a function called "port forwarding" and set up a new rule. You allow traffic to "your pc ip number" on "99" port (thats my app specification). you basicly need to allow traffic via tcp, but can be also tcp+udp
when it's done thats it.
providing that the programm is running, you can first try opening you pc's browser and type a specified url in your browser:
http://localhost:99/hello_world
you should see "/hello_world" message in return.
you can then try
http://ip_address:99/some_message
your ip can be checked by typing "ipconfig" in command line (windows_start>run>cmd) on your pc.
then you can do the same on your phone : http://your.pc.ip.address:99/message
if it works it means that everything is ready to go. then go:
http://your.pc.ip.address:99/shutdown
and that should do the magic.
i hope it's quite clear for you, if not - please ask. i'll try to help you if you think my program would be worth it ;]
i hope you like it
Wow. That's really cool. Thanks. I'll look into it more on my next day off. (Schedule's a little wacky, but it brings food to the table) Thanks again. Out of curiosity (not asking for more because you have already been very generous with your time and effort), can something be set up without port forwarding? If it is within a home network, can something be setup like VNC (without the remote desktop) simply to shutdown a computer within my own Wifi network?
Yes, should be possible either if you use STATIC IP ADDRESSES (which is always a problem if you have a linksys router) or just via computer name in the network: " \\MyComputerName " (you will have to turn file sharing in for that!)
Cool. I'll try it soon. Thanks again.
Curious D said:
Does anyone know of a freeware program that can remotely shutdown the home PC from a Wifi network? I found a free Wake-On-LAN program and I can turn on my computer from anywhere in my home with it, but I don't have the means to turn it off. Thanks.
Click to expand...
Click to collapse
Can you please post the free Wake-On-LAN app that you have??
sorry guys, i didn't have time to post anything sooner - had a terrible day with my wizard - 4 hard resets and finally rom upgrade :/ huh, looks good now...
anyway - i didn't code anything that would communicate through windows network neighbourhood - it sounds like an interesting idea, but i dont think i could be able to accomplish any success here very soon ;] sorry.
freeyayo50 said:
Can you please post the free Wake-On-LAN app that you have??
Click to expand...
Click to collapse
Here you go...
http://www.modaco.com/index.php?showtopic=240773&mode=threaded

Tethering in linux [SOLVED]

I spent a lot of time getting the 6800 to sync under linux. Finally, using synce, I have done it, all access to the phone.
Now I want to tether. I have noticed under wm6, the wmodem app is in \windows folder, but it will not start. I know you used to have to enable it via a ## code, but it wont work on the 6800.
So I either need to figure out how to get the wmodem app to work under wm6, so i can have the phone emulate a modem. Or, the second option being to possible use ndiswrapper to use it, since it does show up as a generic rndis device, and under my system as soon as i plug it in (with adv net. function tab checked under connections>usb to pc) it shows up as an ethernet device.
Please linux users jump in and lets figure this out!!
I'm not a big linux user, but this would be very good to know!
I know they tethered the iphone by setting up some sort of proxy on the phone then tethering via wifi,surely this could also be possible using windows mobile given the right app. Please dont tell me im the only linux user out there that cares!!
BTW.. the iphone runs a modified *NIX/BSD im jealous
EDIT: I have also been successful in use the program 'synce' to initiate an activesync connection with the pda. Doesnt pdanet tunnel through a connection like this?? surely there are some fancy iptables or route commands to accomplish this in linux.
USBModem
USBModem is supposed to be able to work with Linux.... There is a free trial to check out.. I'm planning on using it once the Asus Eee comes out..
http://www.mobile-stream.com/usbmodem_wm.html
usbmodem will only give you some dialup scripts which wm6 DOES NOT supoport over usb. I did however solve my problem. The svn version of synce's usb-rndis-lite is the holy grail.
watson540 said:
I spent a lot of time getting the 6800 to sync under linux. Finally, using synce, I have done it, all access to the phone.
Click to expand...
Click to collapse
Can you post the resources you used, or the steps you took, to accomplish this? I'd like to tackle that problem before getting into tethering.
I see the device in dmesg as an RNDIS device (not handled by the ipaq module), but then I can't get multisync or synce to do anything with it after that. All I need to do is save my contacts, and be able to transfer files. I'm going to be replacing my Mogul soon, and I'd like to be able to restore everything once I get the new one. But in my apartment, windows machines are a rare commodity.
Can you post a wlkthrough as I joined the site for practically this very reason. Thanks in advance
J
watson540 said:
I spent a lot of time getting the 6800 to sync under linux. Finally, using synce, I have done it, all access to the phone.
Now I want to tether. I have noticed under wm6, the wmodem app is in \windows folder, but it will not start. I know you used to have to enable it via a ## code, but it wont work on the 6800.
So I either need to figure out how to get the wmodem app to work under wm6, so i can have the phone emulate a modem. Or, the second option being to possible use ndiswrapper to use it, since it does show up as a generic rndis device, and under my system as soon as i plug it in (with adv net. function tab checked under connections>usb to pc) it shows up as an ethernet device.
Please linux users jump in and lets figure this out!!
Click to expand...
Click to collapse
i'm going to guess you can follow this guide but use the svn steps for the driver
http://www.synce.org/index.php/Connecting_your_Windows_Mobile_2005_device_via_USB_(usb-rndis-lite)
Anyone know how to BROWSE the contents of the HTC 6800/MOGUL on Ubuntu? I dont even want to sync, i just want to browse the contents of my Device & Storage card on my phone...
Cant seem to figure this out, SYncE doesnt seem to work for me...
please help
watson540 said:
I spent a lot of time getting the 6800 to sync under linux. Finally, using synce, I have done it, all access to the phone.
I have been searching for a way to get my 6800 to sync if you could help point in the right direction that would be great thanks. all i can find is how to get wm5 phones to sync
Click to expand...
Click to collapse

Mounting the Touch Dual/Nike on Linux?

Hey guys! Good looking forum here..
I have an old Ubuntu box that I would like to be able to "talk" to my HTC Touch Dual. Even if its getting access via a "Mass Storage Device" setting of some kind. The ability to transfer files would be a start.
Problem being that there seems to be know way of doing this! At least not without installing software on the phone... which requires a way of transfering the files themselves.
The reason I'm relying on this ubuntu box is as my windows laptop has damaged USB ports that won't allow me to connect any external devices at all. [Its a hardware fault with physical damage to the ports.]
I have heard about using SynCE - but I'm not sure if what I want to do is actually "sync'ing" as such; so whether this tool will work or not is another question all together!
I'm looking for the basic ability to move files - music, videos and photos etc. For testing purposes - then it would also be very desirable for a connection as I'd like to get the Android build up on it!
Cheers in advance!
try installing active sync via Wine
Access to your phone can be done via 'synce'
See http://www.synce.org/moin/SynceInstallation
With that software you can install cabs, access files, synce data etc

Looking for a SideSync alternative

I was going to install SideSync until I read their license agreement. It basically agrees to let you use it if they can sell your personal information to anyone who wants it. What are the best alternatives?
Thanks!
IT_Architect said:
I was going to install SideSync until I read their license agreement. It basically agrees to let you use it if they can sell your personal information to anyone who wants it. What are the best alternatives?Thanks!
Click to expand...
Click to collapse
The answer is, MyMobiler. I found a way to make MyMobiler rock solid, which was always the problem with that app, but it doesn't give away your personal information. The problem is, newer Windows versions do not have a full implementation of ActiveX, which is why it works so much better on XP. The cure is to do an install of SideSync on the PC side first. After you finish and reboot, uninstall SideSync. THEN set up MyMobiler according to the instructions on their web site. Things don't always go the way the instructions say, but once done, it is solid as a rock. You can even set it up to autoconnect when you plug in the USB cable to your PC. Then it just becomes a little icon you press and your phone is on screen. If you are wondering why when you are working on your phone you cannot get the keyboard to come up, it's because it's up on your screen and expects you to use your PC keyboard, which is why you might not want to set autoconnect to on, on the PC side. It also lets you connect via IP address. HOWEVER, there is a fly in the ointment. MyMobiler is an older program, thus it does not support IPV6. All new devices are IPV6. Thus, the only place this feature works in the real world is on an internal network. You will have to learn the keystrokes for the back button, home button, etc., but that's about it.
Enjoy!
HI,
You may well try Vysor(An easy install Chrome app)
"http://www.vysor.io/"

Categories

Resources