hello
everybody love android web market because we can install applcations from the web
so i have idea for program we can from him send apk to phone with wifi
ADB Wireless?
somthing like that
https://market.android.com/details?id=nl.morose.wirelessadb&feature=search_result
and
https://market.android.com/details?id=siir.es.adbWireless&feature=search_result
and
https://market.android.com/details?id=com.jaja.remoteadb&feature=related_apps
dont know if they work (havent personally tried them) but it looks like it would
I've tried the second one and it works just fine. Only thing is you need to set ADB to listen for your phone on port 5555, ex. adb connect 192.168.1.xxx:5555
Related
I'm sure you know what this does, incase you don't, you can set your sky + box from your phone and browse the programme schedule.
I've installed the attached file and get as far as being able to enter my user name and password. The login and exit buttons do not respond.
Any ideas of how to make this work? any devs able to adapt this for our HDs?
This would be a great app to use.
Thanks
Mark
attached as a zip this time
Seems like a Java application. I usually don't like to use my midlet A native application would definitely be cool.
Regards,
Carty..
You can also buy a SlingBox and broadcast Sky and other video sources to your phone, laptop, PC etc.
Hey Gang,
I currently do not have a data plan and won't get one until I switch from Sprint to Verizon. (accounts expire soon)
This is what I want to do with my Vogue:
Setup SD card with EXT2 partitions [CHECK]
Correctly install/run a SenseUI/Hero build [CHECK]
Convert my WM contacts to Android contacts offline [CHECK]
Install APK's offline [CHECK]
Use the internet connection through my PC via USB cable (while running android) [PENDING]
Install a "camera software" APK so i can use the camera [PENDING]
Enjoy the hell out of Android and all the possibilities for the Vogue! [CHECK]
Any and all help checking off my list is much appreciated!
~Syn
The camera already works out of the box. and Talk to enatefox about internet via USB connection.
Install a "camera software" APK so i can use the camera [PENDING]
I am currently using "Pro Paint Camera that came with this Hero/SenseUI build.
I can take pictures but not video. Also, none of the lighting effects work so every picture is very yellowish.
True.... the camera does work, but it is not really usable without adjustment.
I'm in the same situation right now. I want to use android but I'm afraid I wont be able to use internet to access the market (unlike WM/ActiveSync).
The camera issue is something that I can deal with, but I think that it would be nice if someone could make an activesync-like program that can share internet.
Only difference is that I'm on verizon right now, and might consider switching to sprint!
synaptyc said:
Install a "camera software" APK so i can use the camera [PENDING]
I am currently using "Pro Paint Camera that came with this Hero/SenseUI build.
I can take pictures but not video. Also, none of the lighting effects work so every picture is very yellowish.
True.... the camera does work, but it is not really usable without adjustment.
Click to expand...
Click to collapse
I forget exactly when that build came out, but I can assure you that the build I'm using now has a camcorder and camera app outside of Paint Pro Camera.
FWIW, I'm using the Droid donut ion build by Zenulator.
Also, from what I know, internet through USB only allows you to browse the web, and the marketplace doesn't work. There might be some changes in the future, however.
Yes. with Cupcake / Donut the camera/camcorder seem to work with the default applications. They still don't have filters or effects to correct lighting.
... still looking for that app.
Link9228 said:
I forget exactly when that build came out, but I can assure you that the build I'm using now has a camcorder and camera app outside of Paint Pro Camera.
FWIW, I'm using the Droid donut ion build by Zenulator.
Also, from what I know, internet through USB only allows you to browse the web, and the marketplace doesn't work. There might be some changes in the future, however.
Click to expand...
Click to collapse
How would one go about getting Internet via USB? I have searched endlessly (or so I thought). Thanks.
gascan555 said:
How would one go about getting Internet via USB? I have searched endlessly (or so I thought). Thanks.
Click to expand...
Click to collapse
I've been trying to do this too!
gascan555 said:
How would one go about getting Internet via USB? I have searched endlessly (or so I thought). Thanks.
Click to expand...
Click to collapse
I have also been trying to figure this out... but getting Internet via bluetooth rather than USB. So kind of like the bluetooth tethering that is possible right now with Android, but in REVERSE! So Internet-> PC-> Bluetooth-> Android.
USB Internet (at this point) can be very problematic. It can cause your phone to hard freeze out of the blue. I haven't spent a lot of time troubleshooting it since it's hard to figure out what went wrong when I'm forced to reset.
Credit to DimaFern for getting me anywhere near having this working. I just messed with it a little. This is reverse tethering because you are not getting the connection from the phone. So the USB Tethering option is not related in this situation.
Here's my howto
I have not tried this without a Linux host. I believe you can forward traffic with ICS but I don't know what is involved there.
My gateway is .37, my laptop is .107 and the phone gets it's IP from the laptop:
On laptop:
echo "1" | sudo tee /proc/sys/net/ipv4/ip_forward
On Android:
ip addr add 192.168.37.100/24 dev usb0
ifconfig usb0 up
## This is the IP for my laptop:
route add default gw 192.168.37.107
setprop net.dns1 192.168.37.107
cat /proc/net/route
Click to expand...
Click to collapse
The last line is not needed-- it's to show you that it's routing traffic. You won't be able to ping IPs from the command line and somehow Market doesn't think you're online but SAM Market, Browser, etc. do work. It's nice because you are not taxing the RAM of the phone for connectivity so it runs much quicker... unless it hard freezes on you.
i use tetherbot to tether my phone now that it's running android full time. basically install tetherbot and start the socks proxy server on port 1080 then.
Code:
adb forward tcp:1080 tcp:1080
from your computer and set up firefox to connect manually to the proxy.
http://www.google.com/url?sa=t&sour...tLoX-20q2czcpvdhw&sig2=YLuIUO1a9NqdzdKn2NhO5Q
http://www.google.com/url?sa=t&sour...D0n7yQtvLGRfy1GXg&sig2=OMS2j6DiIEHenOugM9VbSg
zenulator said:
http://www.google.com/url?sa=t&sour...D0n7yQtvLGRfy1GXg&sig2=OMS2j6DiIEHenOugM9VbSg
Click to expand...
Click to collapse
WOW..... this second link leads to a beautiful website.
10 levels of gay for poor "kevin" of 'kevinā„Amanda' but still a nice looking site
Geez.... he didn't even get his name capitalized in the header picture
/on_topic: I'll try Tetherbot.
(is there a way to use Tetherbot with Google Chrome? I haven't used Firefox in ages)
zenulator said:
i use tetherbot to tether my phone now that it's running android full time. basically install tetherbot and start the socks proxy server on port 1080 then.
Code:
adb forward tcp:1080 tcp:1080
from your computer and set up firefox to connect manually to the proxy.
http://www.google.com/url?sa=t&sour...tLoX-20q2czcpvdhw&sig2=YLuIUO1a9NqdzdKn2NhO5Q
http://www.google.com/url?sa=t&sour...D0n7yQtvLGRfy1GXg&sig2=OMS2j6DiIEHenOugM9VbSg
Click to expand...
Click to collapse
I'm sorry, but isn't Tetherbot used to share your phone's internet connection with your computer?
I think we are trying to be able to "reverse tether" and not tether.
enatefox (and others)...
I would love to see how this reverse-tethering can work. I know its very complicated and buggy right now, but if you do any more work on it you should create a thread showing how in layman's terms. I have dual-boots on both my computers into Ubuntu 9.10, I know what the terminal is and sudo and some basic commands, but when you type your commands with little explanation I get lost. They could use some clarification [ such as 1) open terminal 2) type these commands. ] And please explain terminal in Android. What apk do I need? I probably have it already but just need to install it. Thanks for any help. I don't have data since my line costs $10 a month (family plan) and data would be $26 a month. I just started reverse-tethering with WM6.5.1 and its really cool.
There aren't any other steps you just run what I posted and change "192.168.37.107" to what your desktop's IP is and "192.168.37.100" to "192.168.xxx.100" where "xxx" is the subnet of your LAN-- matching the 3rd set of numbers of your desktop's IP.
You can run these commands over ADB, which is required to do this. Here's a guide on how to set it up.
Here is what I came up with trying to do the same thing with bluetooth instead :
http://forum.xda-developers.com/showpost.php?p=4404512&postcount=9
I was missing your "ip addr..." command to add the forwarding network, this should help, I will give it a try.
I also came to the conclusion that I needed a way to fake that either the wifi or the data connection was up. Maybe this can be done by issuing a "setprop" command forcing the status to being "up"?
enatefox said:
There aren't any other steps you just run what I posted and change "192.168.37.107" to what your desktop's IP is and "192.168.37.100" to "192.168.xxx.100" where "xxx" is the subnet of your LAN-- matching the 3rd set of numbers of your desktop's IP.
You can run these commands over ADB, which is required to do this. Here's a guide on how to set it up.
Click to expand...
Click to collapse
UGH I'm stuck right now. I'm using Ubuntu 9.10, and when I type in terminal "sudo /etc/init.d/udev restart" I get some error message telling me to do it a different way. So even after restarting the computer, it does not recognize any command for adb. I already did the export PATH to the androidsdk/tools folder and adb is in there, but I cannot get it to open. Any ideas?
Got it to see adb. I forgot to put /home/drkow19 in front of the path...
edit: Has anyone successfully used ADB with zen's 2.0.1? I'm trying right now but it shows no devices connected. In the 50-android.rules file I have 0bb4 instead of 18d1 like enatefox said to. Also, on the Dream forums the file they use is 51-android.rules, whats the diff?
0bb4 and 18d1 are determined in the source code. Different versions can change so whichever is shown, use. The 50 and 51 are indicators for timing. Maybe I have this backwards but 51 should start later than 50 and can address issues with it not being recognized or more precisely, overrode with another operation. I set mine to 51.
Okay I deleted 50 and used 51-android.rules. What is the line about "define vendor id" does that need to be in the 51 file?
I can say adb start-server but no devices... They say you need to sudo adb start-server but when I try that I get "sudo: adb: command not found" How do you add the adb PATH so it works under sudo as well?
Hi,
since a few days im using HyperDroidGBXv5 on my HTC HD2, the ROM is beautiful but unfortunately there is a problem with any Wifi remote app i tried.
I can access my Wifi network, surf through the internet, remote control my PC etc.
But there is no way to access my phone from the PC for remote file transfer oder remote controlling the phone. It acts like there is a damn firewall on the phone, not even a ping to the phone is possible!
Tested apps:
DroidPhoneControl Lite
Droid VNC Server
Wireless File Transfer Pro
Remote Web Desktop
Here is my logcat log: pastebin [dot] com [slash] iaQaKuLM
During the logging i start Wireless File Transfer Pro an try to access the phone vom browser. But there is no visible error on the phone so i think the logs are useless!?
1. Is the bug reproducible?
Yes
2. How do you reproduce it?
Just start the app
3. What is the expected behavior?
Access the phone wireless by browser, vnc or ping
4. What actually happens?
Nothing... On the PC just a 404 error
5. Do you have a Task Killer running?
ES Taskmanager, AppMonster but no automatic task killer
6. Are you on the default Kernel?
No i dont think so -> 2.6.32.12rafpigna_1.7_OC-g39281e5 root [at] rafpigna-pc #15
7. Did you restore using Titanium Backup?
No
1. Are you using the default kernel?
See above
2. If using a custom kernel are you loading the correct bcm4329.ko and tun.ko?
Sorry i dont know, let me know where i find this informations
3. Are you using a fresh data.img created by the system on 1st boot?
I exactly followed the tutrial in the HyperDroidGBXv5 thread
4. Are you using the default Build Folder Name that came with your version?
Yes
If any additional information is needed please let me know.
I know there are some problems with wifi tethering on this release but i found nothing regarding the problems that I have...
I really like to use the wifi remote features again and i would really appreciate for any help
greetings
MakkuZ
There are few threads regarding this issue.
I am using Ultimate Droid 3, also Gingerbread based. Few people I think was from MDJ's CM7. So it could be GB problem, dont know, no one really provided any usefull info.
There is a workaround for this. When you connect to wifi on your phone, open terminal emulator and do a ping to your PC's IP address, or use any ping app (I am using Net Ping from market). As soon as you start to ping your PC, connection is immidiatelly opened. I have no idea why it is like that, but for now I am using this method when I want to use FTP server on HD2....
OH MAN! Thanks a lot
Thats really nice! Have you tried to write a little script with ping and your ip adress in it?
Haven't tried with scripts. I use NetPing, just enter my PC IP and click ping...
I have tried some ping apps here are the results for my phone/ROM:
Working:
Ping by Firedale
Ping!Up
Terminal Emulator
Not working:
PingCmd
Ping & DNS
NetPing
I recommend Ping by Firedale because you can save different hosts in a compfortable list an ping them with one click.
Thats a really nice workaround especialy when you are at different locations!
MakkuZ said:
I recommend Ping by Firedale because you can save different hosts in a compfortable list an ping them with one click.
Thats a really nice workaround especialy when you are at different locations!
Click to expand...
Click to collapse
That's a nice feature....Just uninstalled NetPing
MakkuZ said:
I have tried some ping apps here are the results for my phone/ROM:
Working:
Ping by Firedale
Ping!Up
Terminal Emulator
Not working:
PingCmd
Ping & DNS
NetPing
I recommend Ping by Firedale because you can save different hosts in a compfortable list an ping them with one click.
Thats a really nice workaround especialy when you are at different locations!
Click to expand...
Click to collapse
Cant find that in the Android market. Can someone post it here. Thanks.
How can i enable Bluetooth-PAN Tethering for internet access?
Like Xoom and Transformer?
I dont see the connect to internet under the profile.
Am I the only one interested in Bluetooth reverse tethering?
It is way better then using WiFi, Battery last a lot longer on both your phone and tablet, I dont get why Acer does not just enable this! what do they have to lose on it.
Please anyone that knows how to Make roms, can you make a patch to enable this on all roms? it looks like all we really need i just the profile.
cyberma007 said:
Am I the only one interested in Bluetooth reverse tethering? ...
Click to expand...
Click to collapse
Nope, there are alot of people interested, that's why there are around four current threads going about it. No joy yet.
So I did some digging and it looks like google uses http://www.bluez.org/ for their Bluetooth tethering, I am not a program, but all source code and apps are in there, can someone please make a package if possible?
Thanks
Reverse tethering needs work to integrate it better with android..
From the linux side if you run as root (at the command line or in a shell script):
Code:
pand --connect XX:XX:XX:XX:XX:XX
sleep 3
dhcpcd bnep0
setprop net.dns1 8.8.8.8
will connect you to the paired device with ID: XX:XX:XX:XX:XX:XX
(You can probably find the ID for the paired device by name by running as root:
`cat /data/misc/bluetoothd/??:*/names`)
In a post of mine on google plus referring to tethering the Icona A500 through the new pan feature in the HTC Dream ezGingerbread rom I mention a problem I'm having with this however:
This will properly set up networking; and allow basic networking tasks such as browsing the web work.. however any sync tasks will still believe the device is offline thus sync updates and market downloads will not happen.
* FYI the sleep command is really only for automation; dhcpcd will fail if pand is still connecting;
i tried it i get permission denied when i try to execute pand commands
and yes i am su #
i think it has to do with the new ROM 3.2 from 501, because even in adb when i do shell i get access denied.
cyberma007 said:
i tried it i get permission denied when i try to execute pand commands
and yes i am su #
i think it has to do with the new ROM 3.2 from 501, because even in adb when i do shell i get access denied.
Click to expand...
Click to collapse
check /system/bin if the binary exists (I'm still on 3.1).. if not you may need a copy from somewhere
i gave up on the original rom and replace my rom with PRIMEE_AcerIconia-p9-5a.zip
i lose the rear camera, but i dont use it anyway
I have the same problem.
In the other ROMs, I can pair a bluetooth device like my iPhone 4, configure this device pressing settings button and in a section called profiles must be appear "internet".
How can I solve it?
Sorry for my bad english.
I Install nook bluetooth tether.
it works well, you need to pair first and then add widget and activate.
the app was writen for gingerbread so widget acts up, you can activate, but if you try to deactivate you need to go to setting\application and stop the app.
here is the app
https://market.android.com/details?id=earlmagnus.nctether
About BT PAN
In custom rom PRIMEE based on Asus Transformer 8.6.5.6 with my mobile SE W660i Bluetooth PAN works fine.
Yes it does but rear camera stops working
I haven't been using my HD2 in quite awhile & when I went to use it last the touch screen stopped responding. I use to have this app you install on Windows where you would run the app & it would connect to your phone. Can anyone please tell me what that is called? There are a ton of people that use it I just can't recall what it was. I want to download it again so that I can connect my phone to it & get my pics & stuff off it. I wish I could give you a better description but all I can remember is it had tons of features to it. It is a windows program you install on your computer so that you can connect your phone & see everything on your computer. I think you could do debugging, move folders, install stuff to certain locations, maybe it even had a emulator with it but I am not sure on that 1. It would be very useful so that I can get this stuff. Thanks for any help.
It is not the Android SDK but I think it may have had Android in the name.
Never mind, I found it. It was called Droid Explorer.