Wireless ADB App - Hero CDMA General

This is sweet. Can even connect using Android Commander with this while wireless.
http://www.androidpolice.com/2010/08/20/awesome-app-for-rooted-users-adbwireless/#comment-50934

Awesome find

cool, finally a good use for the wifi.

hey....im actually having trouble with it...i type in what it says and an error comes up saying "windows cannot find 'adb'. make sure you typed the name correctly, and then try again." any ideas...i have hero cyanogen mod...windows 7, i connect on the same wifi...but the only thing i can think of is that my wireless router has two different signals, one for n and another for g...i connect to the g one on my phone and pc but it still wont work...thanks

andrewt328 said:
hey....im actually having trouble with it...i type in what it says and an error comes up saying "windows cannot find 'adb'. make sure you typed the name correctly, and then try again." any ideas...i have hero cyanogen mod...windows 7, i connect on the same wifi...but the only thing i can think of is that my wireless router has two different signals, one for n and another for g...i connect to the g one on my phone and pc but it still wont work...thanks
Click to expand...
Click to collapse
have you changed directories to where your adb is?
Code:
cd C:\AndroidSDK\tools

this has been out for a lil while but there are not very many people that know about it. i have been using it for about a month now.
Good post for people that didnt know about it!

kwheel596 said:
have you changed directories to where your adb is?
Code:
cd C:\AndroidSDK\tools
Click to expand...
Click to collapse
ummm..idk what you are really talking about...i jsut got into the whole phone hacking thing...can you explain a lil bit more. are you talking about on the computer or phone? and is there some software you have to download on the pc first? thanks

This is awesome. I use my laptop the most, and now I can start the bootanimation so people think I'm cool from the other room

are you serious? you have to load the android SDK. ADB is NOT a command built into ANY os! obviously your new to computers too. after installing the sdk be sure to create an environment variable pointing to the tools folder so that you can call adb from any directory.
http://developer.android.com/sdk/index.html
I'm probably being a bit rude here but it very much irks me when people blindly type terminal commands with no knowledge of what it is they are entering.
andrewt328 said:
ummm..idk what you are really talking about...i jsut got into the whole phone hacking thing...can you explain a lil bit more. are you talking about on the computer or phone? and is there some software you have to download on the pc first? thanks
Click to expand...
Click to collapse

Nice find! Works great!

I installed the SDK and connected to my phone via "adb connect 192.168.1.4:5555". But it doesn't show up as a drive / usb drive.
How do I make it work? Is there a command to mount it as a drive??
thx

Just a script I wrote...
Hey guys.
I just wrote a quick batch script that automatically starts the wireless connection to your phone. It's a lot quicker IMO than typing adb connect blah blah blah. All you need to do is change the IP address in the script to whatever IP address your phone uses. I recommend reserving the IP in your router so you won't need to change it.

adb server is out of date ?
I keep getting this error when trying to use adb wireless
***Edit - somehow it just started working*** I can't explain how, but I'm all set now -

What do I do?
When the command screen comes up (the black box), what do I type in? I have the 192.168 etc number, but it appears that I need to type in something before that. I tried variations of adb connect, but it does not work. It looks like I need to either 1) Change the drive; 2) issue a command or both. I'm a newbie at this. Thanks

Related

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

cant find an app HELP

im looking for an app i have seen it before but cant seem to find it to download it.
its were it lets me be able to connect to my computer thru wifi so that i can transfer files to and from my comp over wifi
does anyone know what the name of it is or were i can download it from
i guess no one knows which app it is that im talking about
I am guessing it is like a network explorer type program.
However Mocha VNC allows you to connect to your computer anywhere through WiFi or Data Connection (it is a remote desktop application) and it will allow you to do File Transfers Back and Forth.
It has a free trial and works on windows mobile so you could give it a try.
yeah thats pretty much what im looking for is to be able to transfer songs to and from my computer to my phone with out having to take out my memory card or have to plug in my phone... thanks
ok so either i dont know what im doing and am a complete dumbass or this **** isnt working can any one give me a hand
Try this. I use this with HTC Touch Elf and it works perfect. This is a full version - Found it on this site - However, can't remember who innitialy posted otherwise I would give credit. Works to view files over wifi connection, transfer files. I listen to my music with this and watch videos from computer on my device. Transfer speeds are not bad but not great. Not to hard to use. Just make folders on your computer as shared folders and then use this program to seach them on your network and connect to them. You only have to connect once and then use file explorer - go to network and into the network folders each time after.
Use Copy and paste to transfer files from desktop to your device
oh ok cool cool thanks let me see if it will work
i tried to install it on my phone but after i did the install i cant find it any were to open it
kermit5327 said:
i tried to install it on my phone but after i did the install i cant find it any were to open it
Click to expand...
Click to collapse
Easy. Start, Settings, connections, Network plugin
Enjoy
i dont have a network plugin option all i have beam, bluetooth, connections csd line type, gprs setting, networkcards, usb to pc, wireless LAN
I don't know what to say. Did it install properly?
I had a difficult time finding it as well as I didn't expect it to go there. Did you try doing a search on your device for it. Also, search using file explorer in Program Files to see if it is there. It has got to be somewhere, just have to find it. It will be worth it as it should work perfectly for what you need.
well im getting ready to go through my phone with file explore on my comp to see if i can find it but i havent been able to so far
hell yeah i got it it wound up going into my windows folder on my phone
thanks so much
kermit5327 said:
hell yeah i got it it wound up going into my windows folder on my phone
thanks so much
Click to expand...
Click to collapse
If you use IFONZ or ultimate launch or throttle launcher I would create a shortcut launcher Icon so that you don't always have to go into your window folder. I have a shortcut on my phone to it using ultimate Launch. That way if I want to brows other peoples shared folders while using their wifi connection< I can just click easily and search for their shared folders. works nice.
heck yeah thanks man my only thing now is that every time that i try to back to the previous folder it wont let me i have to exit out and start over.
kermit5327 said:
heck yeah thanks man my only thing now is that every time that i try to back to the previous folder it wont let me i have to exit out and start over.
Click to expand...
Click to collapse
it shouldnt be doing that. it doesnt for me. did you try a soft reset after installing. might help it run properly
yeah i did the soft reset now my router is being a pain. man this crap really suck i just cant seem to get anything to go my way

ping.exe, ipconfig.exe ...?

Could someone tell me how to run some "useful" executable files like ping.exe, ipconfig.exe (and many others...) found in WINDOWS folder!!!
Explain your problem better and I will try to help as much as I can.
When I'm browsing in windows folder I've found a lot of exe's that seem to be useful but I can't find a way t run them
As far as I can see on my HD2, there are no .exes such as ping or ipconfig... those are executables that are only present on a PC. Perhaps it`s just my device...
As for running an executable, all you should theoretically do is to tap it in the file explorer. It will automatically start.
I also strongly advise you not to mess around with .exes in the Windows folder, that can have nasty results if you`re unaware of what you are doing.
My ROM version 1.66.415.4
I do have ping.exe but it's like a command not an application I think I should run through a command console (cmd)
Not sure about this... Sorry, maybe someone else who is more capable and knowledgeable might answer your question.
I have them too. I do not touch them due to my lack of knowledge.
Try installing this:
http://www.microsoft.com/downloads/...01-49d4-4506-a03b-c41bc76c2f51&DisplayLang=en
Thanks for your replies, I've tried to use POCKET CMD (Windows Mobile Power Toys) and I did the registry teak to make the console visible, and I managed to run PING.EXE, it worked but in a separate console and it closed right after end of execution, during that i was able to see the result (number of received packets).
If any body tried my method please tell me how to keep the console opened after the execution ?
Even when you try to execute ping or ipconfig it will "run" and then close. If you open the actual command prompt and actually ping something it will respond, while ipconfig will list the stats of the device.
Having pocket CMD will let the application run, but it needs something to "ping"
Did you try to open a command window and actually ping a web address? It should stay open if done that way.
If Pocket CMD runs like the regular one at least...
Nop, I was predicting that it should work just like the one on PC, but not, even when I'm starting PING form the console to actually ping "something", another console window appear, display the result and close immediately.
I think the solution is to make ping run inside the cmd console, I don't know if this could accomplished through a registry tweak

[Q] Annoying ( Elevated Command Prompt ).

There is a lot I like about Windows 8 Developer, and a lot I don't like.
Number One Annoying is , Everytime I Run a Program or install something, You have to execute with administrator rights.
I can't see why I have to do this, because I am the only User and in users it shows me as administrator.
Also I find it almost impossible to install programs that are located on a HDD on another computer on my network.
ie-- I have large collection of apps located in a folder on another pc on the network.
In windows 7 I can install any of these apps from tha PC, But not in 8 , it just won't let me.
Any help would be appreciated.
Admin rights are messed up in Windows dev preview. so you will have to live with that or go back to win7. if you get too annoyed by that
even in software like vmware you wont be able to run a virtual machine if you dont run it as admin.
in 3dsmax i get an error because it cant read a file from a plugin.
and UAC disabled means nothing, only you dont have to get the message. but it doesn't mean it changes something.
i already got used to that, but when you have to run programs as admin, you dont get drag and drop. so sometimes its hard to do stuff without it and i get annoyed. but oh well. thats something they will fix for beta but since its a preview for developers. dont expect a fix for that.
can anyone help me with mine
sparks79 said:
There is a lot I like about Windows 8 Developer, and a lot I don't like.
Number One Annoying is , Everytime I Run a Program or install something, You have to execute with administrator rights.
I can't see why I have to do this, because I am the only User and in users it shows me as administrator.
Also I find it almost impossible to install programs that are located on a HDD on another computer on my network.
ie-- I have large collection of apps located in a folder on another pc on the network.
In windows 7 I can install any of these apps from tha PC, But not in 8 , it just won't let me.
Any help would be appreciated.
Click to expand...
Click to collapse
Have you tried disabling UAC ?
Start --> type "UAC", click on "Settings", then on "Change User Account Control Settings". Then slide the bar all the way to the bottom (Never notify), click OK twice.
If you REALLY need to run something as admin, Right Click --> "Run As Administrator"

Categories

Resources