HTC EVO 4G :: Wired Tethering And "Error 67" / Resolve This?
Jul 15, 2010
So usb tethering is supposed to be free, right? I'm getting the "Error 67" message while trying to do so. I know I've seen others with the same error but I haven't seen a solution. Anyone know the answer?
View 20 Replies
Sep 2, 2010
I just got my EVO and so far, I love it. I have a question about Tethering. It says that Sprint will charge $30/month for using this feature, yet I see it available in the system settings. So if I turn it on, i'll start getting charged, or will it simply not work? (either wired or wireless).
View 6 Replies
View Related
Jun 29, 2010
I wanted to know if we had a Wired Tethering app, I have wireless but I am working on something and I need it to be wired. I'll post the video when I am done but I just can't see to find an app. (And pdaNEt wont work. It has to run by itself. I dont have a way to install software on the other computer.)
View 3 Replies
View Related
Aug 17, 2010
For folks who have updated to Froyo (2.2) can you do wired tethering for free ? I travel on occasion (2 or 3 times a year) and this would be a useful feature.
View 6 Replies
View Related
Feb 14, 2010
I just connected my rooted hero to a network and noticed it does work but gets hot fast and losses power faster than it can charge. I heard about usb (wired) tethering but haven't been able to find any tutorials on it. Can someone tell me if usb tethering would make a difference in terms of heat and battery life, and if so explain how it works or where i can get it from?
View 13 Replies
View Related
Dec 1, 2010
im not rooted and want to run my home computer wired i don't have a wireless card ? im tiring pda.net and seems to work OK by freezes sometimes i think .also i have a droid x if that makes a difference .
View 5 Replies
View Related
Jun 16, 2010
I'm trying to make a bundle for Felix on Android which may take photos regularly.
All the code compiles well and it can be resolved by Felix, but when I try to start it, I get an exception (java.lang.VerifyError) and this trace in logcat :
CODE:...................
The CameraHandler class opens a Camera object, and implements PictureCallback and AutoFocusCallback.
The .jar file has been 'dexed', via a simple 'dx --dex --output=classes.dex ... && aapt add ... classes.dex'.
I don't know why this error raise, so if someone has a solution...
View 1 Replies
View Related
Jun 22, 2010
Let me start by saying I am new to this so there is probably a really easy fix...here it goes
I am trying to root my Hero by following the guides that are provided in this forum. When I enter the following command I am getting an error.
C:android-sdk-windows ools>adb devices
'adb' is not a recognized as an internal or external command, operable program or batch file
I am sure I am doing something wrong. Any suggestions would be helpful. I did download the .6 update and reverted back to the .5 version.
View 9 Replies
View Related
Mar 6, 2010
I just started a new Android project, "WeekendStudy" to continue learning Android development and I got stumped compiling the default 'hello weekendstudy' compile / run. I think that I missed a step in configuration and setup, but I am at a loss to find out where. I have an AVD configured, set and launched.
When I press 'run', the SDK is building a file main.out.xml and then fails as this code...
View 11 Replies
View Related
Jan 12, 2010
want to know is there any architecture wise problem or else?
View 1 Replies
View Related
Jul 21, 2010
Code...
so I'm using this coding lines to get the text from my spinner and pass it on to another Java file. But the application keeps giving me a force close whenever I do this.
How can I resolve this error?
View 1 Replies
View Related
Jun 4, 2010
Had my EVO for a little over 3 hours and still getting Error Code 67 "Your PCS Vision username and/or password may be incorrect"
I obviously expected some delay given today's launch but assumed about an hour at most....unless I've done somethign 'stoopid'.
View 49 Replies
View Related
Feb 14, 2013
after rooting my Androidphone, USB tethering is not working anymore. This is what I do:
1) after connecting the phone to USB the mass media notfication appears. I cancel that notification,
2) and activate "USB Tethering in Settings->Wireless & networks->Tethering & portable hotspot
3) the mass media notfication appears again and disappers instantly (this never happend before),
In the "USB Tethering" field I can see then the message "USB tethering error".In netcat i found this:
D/Tethering( 210): ccmni0 is up!
D/MultiRouterController( 89): doMultiRouterCommands:downstreaminterface: usb0, upstreaminterface: ccmni0, add = 1, MultiRouterCount =0
I//system/bin/ip( 89): RTNETLINK answers: Address family not supported by protocol
I/logwrapper( 89): /system/bin/ip terminated by exit(2)
E/MultiRouterController( 89): run rule add iif usb0 table tethering_table fail
It is an Alcatel991D( Android 2.3.6, Kernel 2.6.35.7) phone.It looks, like kernel options CONFIG_IP_ADVANCED_ROUTER=y CONFIG_ IP_ MULTIPLE_ TABLES =y are not compiled into this kernel.
The problem persists even after installing stock ROM by Alcatel OneTouchUpgrade.Also Wipe data/factory reset/wipe cache partition/wipe dalvik cache did not work."USB debugging" has been already tested (on or off), no change.
View 2 Replies
View Related
Jun 7, 2010
How do I overcome this error? Did I need the 29.99 a month thing to use this? Is there a login. I am just not seeing? I am hooking USB to computer and selecting internet to computer option.
View 5 Replies
View Related
Oct 14, 2010
So after 10 or so times I finally got the sync manager to download to the pc and it worked once. Now in tethering mode it won't connect and I get a Sprint pcs registration error. Spent 2 hrs on the line with Sprint to no avail.
View 4 Replies
View Related
Jun 27, 2010
So I am having problems tethering via WiFi. I keep getting this error 67 password/username incorrect. Does anybody know how to fix the problem. I tried updating profile and prl. Phone is rooted.
View 3 Replies
View Related
Apr 14, 2010
I tried the wifi tether for the first time today.When i try to run it,it goes to a black screen that says su request,then force closes the su permissions app.anybody know what I'm doing wrong?I tried rebooting,didn't help.
View 6 Replies
View Related
Nov 15, 2010
I have updated version 2.10 swype to replace my 2.5 built in with my Android 2.2 rom. How do I resolve the error, "Application not installed".
View 1 Replies
View Related
Aug 15, 2010
I want to implement my own Tokenizer base on the file
"MultiAutoCompleteTextView.java",
but I encounter an error "com.android.internal.R cannot be resolved" when I try to
import "MultiAutoCompleteTextView.java" to my project.
code:.................
I haven't research any solutions to resolve this problem.How to correct "com.android.internal.R.attr.autoCompleteTextViewStyle" my own attr?
View 1 Replies
View Related
Aug 16, 2010
I just signed up for the hotspot because it is no longer free, unfortunately. I have been running my PS3 wirelessly on 4g, but it is not that great of a connection. I was wondering if it is possible to tether the ps3 with the USB port?
View 5 Replies
View Related
Aug 2, 2010
Has anyone got it working yet on 2.2? Also I am rooted so if there is an application please I need it.
View 30 Replies
View Related
Apr 20, 2010
I'm wondering if I can use a wired headset and mic with the DI? I already have one and the voice to text would be great with a wired mic. I'm sure it can do BT but then there's the extra battery it would use and I don't have a BT headset.
View 5 Replies
View Related
Mar 26, 2010
Will the Standard micro-USB (5-pin micro-USB 2.0) connector on the bottom of the phone allow me to use a WIRED car kit into my car stereo?I currently have a Nokia E51 and a THBBury thb-bury.co.uk*::*Uni System 8*::*THB Bury Nokia E51 Take and Talk System 8 Cradle - Now available. hard wired into my car stereo. It charges and all calls go through the stereo whilst muting the music. This is the only way for me to go. Bluetooth sucks and the cradle is a legal requirement and company policy. I am willing to wait for THB Bury to create a cradle for the Desire but if the single USB connector will not allow wired voice to this type of cradle it is a non starter.
View 2 Replies
View Related
May 26, 2010
HTC Wired Remote Control Stereo Headset - HTC Stereo Headsets - HTC Accessories Depot anyone used that? how is it? can you use it to issue voice commands? like... 'play metallica' or something
View 8 Replies
View Related
Mar 10, 2010
I have to say that the stock headset is very low quality (compared to the Moment itself). I also have a tough time adjusting to the answer button as it provides almost no feedback when you push it. Does anyone know of a good headset (wired) that fits well in the ear (this one hurts my ear).
View 10 Replies
View Related
Jan 4, 2010
I made a thread about this a while ago and it was unsuccessful. I was recommended to use the Qik app, but that doesn't suit me as I wish to use it with MSN and other chat sites. So my question is: are there any apps out there that allow an Android phone (rooted already, if necessary) to be used as a wired webcam, or via bluetooth? Or is any such app currently being developed?
View 2 Replies
View Related
Sep 26, 2010
I need an event executing when user plugs in/out wired headphones, it made in HTC sense player.
android.media.AudioManager doesn't generate an event, it even doesn't return a correct value with isWiredHeadsetOn()
View 1 Replies
View Related
Feb 24, 2010
Just downloaded an app called Wired Goggles from Market. Dev says use faster devices like N1 but its working great on my Droid. It displays REAL TIME wireframe outlines of whatever you point your camera at. You can change colors and full version you can save image to SD card in .png format. Try free version first and play with it.
View 10 Replies
View Related
Jun 21, 2010
I am using fresh 2.1.2 - what do I need on my computer (drivers?) - to be able to do WIRED tether? I am trying to use the wired tether that is built into the Fresh Rom 2.1.2.
View 6 Replies
View Related
Jun 10, 2010
I was able to get wireless tether to work on my rooted EVO, but for some reason I can't get the wired tether found here android-wired-tether - Project Hosting on Google Code to work. I installed HTCsync and the specified driver, but when I switch it to internet sharing I get "Error code 67. Registration failure. Your PCS Vision username and/or password may be incorrect".rk?
View 15 Replies
View Related