HTC Incredible :: Wireless Not Working Without Static IP
Jul 27, 2010
When I use wifi at my house I have to put in a static IP or I get nowhere. I acutally have not tried this anywhere else but is there a way I can find out what info its is pulling for IP and DNS?
View 1 Replies
Oct 11, 2010
I tried to search but couldn't find any info on how to get wireless tether working using a mac with os x on it. All the guides online have instructions for windows and i can't make sense of the gobblity gook.
View 8 Replies
View Related
Jul 31, 2010
I have the leaked 2.2, and Wireless Tether is not working anymore. It says that I am connected, but there's no internet. Does Wireless Tether not work with the leaked 2.2?
View 2 Replies
View Related
Jul 3, 2010
Stock ROM and rooted phone wireless tether worked fine. Installed jager chocolate ROM wireless tether stopped working. went back to stock ROM wireless worked again while on vacation. Tried jager 1.73 today same problem wireless tether stopped working?
View 4 Replies
View Related
Jun 4, 2010
I cant get the FM radio to work at all when I plug in headphones and turn it on all I hear is static no matter what station I goto. It would be real nice to get it working so I can use it while I'm walking. If I don't find a solution eventually I am going to take it into sprint and see if its defective and get and exchange for another Evo.
View 24 Replies
View Related
Mar 18, 2013
I have Eclipse Juno and I'm working on an app with that.
The main activity will have a scrollable menu that takes you to all the other activities.
So the general structure/outline right now:[HIGH]Relative Layout ImageView (header logo type thing) ListView (the actual scrollable menu)[/HIGH]Here's the problem though... I can't find any simple list tutorials. I can easily make a single line list work but I need to make a two line list and one that is static, not dynamic and no examples are out there for that. It's like if you want to make a 2 line list, you can only learn how to do it in the most code-heavy ridiculous way possible.
Essentially what I am looking for with the list is this: Item one: Centred, bold, non selectable title (Resources)
- Item two-??: two line list items, click-able to a new activity, title of the section on first line, description on the second line.
- Item ??: Centred, bold, non selectable title (Tools)
- Item ??-??: two line list items, click-able to a new activity, title of the section on first line, description on the second line.
Nothing dynamic that is ever going to change, no super complex wonkey calculations, just to simply have the data set in stone (preferably via XML) and to call it into the list.
I experimented with some of the other list views and no matter what I did, I could get, via editing the resources and NOT using Java, more that one item on a single line but it wouldn't format it properly according to the layout I guess because I haven't got the ID correct or whatever I don't know.
I mean, all the examples I've seen for a 2 line list are extraordinarily over-coded and just bloated. I mean I have a website I am still working on in C#/ASP.net that has far more complex things in it with half the code that I've seen for the examples of the two line lists.
I tried on my own to figure it out (I am decent with C# and vaguely familiar with Java, self taught, and programming for some other systems like Python, again all self-taught), but like ALL coding references, they're organised by the actual code you implement (that you don't know) instead of by what you want it to do (so you have to search the whole code base to find something that you don't know what it's called but know what it does). >:C
View 10 Replies
View Related
Mar 30, 2010
i want to display a msg to the user (msg box or Toast) when exception happend in a static SQLite Database class that i use. the problem is that i cant call a non static method in a static class , how can i handle this. this is the class
private static SQLiteDatabase getDatabase(Context aContext) {
and i want to add something like this in the class when exception happen but context generates the problem of reference to non static in static class.
Context context = getApplicationContext();
CharSequence text = "Hello toast!";
int duration = Toast.LENGTH_SHORT;
Toast toast = Toast.makeText(context, text, duration);
toast.show();
View 1 Replies
View Related
Feb 7, 2010
I'm having some issues with the old "Cannot make a static reference to a non-static method" error in my Android program. I am creating a sand falling game (similar to the Powder Game) and I created a class called Control to create a Control Bar at the bottom of the screen with a slider for brush size (that works fine) and a button to pop up a Dialog to allow users to pick the selected element. However, when I call DemoActivity.showDialog(2) from my code, it gives the static reference to non-static error (DemoActivity is the main activity of my application). I also tried changing it to just Activity.showDialog(2), but I got exactly the same error!
Here's my code:
CODE:................
I fixed it by adding the following to my Control.java code:
CODE:..........
And then calling control.setActivity(this); from my onResume section of DemoActivity.java!
View 2 Replies
View Related
May 26, 2010
I am modifying the source code here: http://thinkandroid.wordpress.com/2009/12/30/getting-response-body-of-httpresponse/
I get this error:
code:.............
This error is line 13 on the second box.
View 5 Replies
View Related
Sep 27, 2010
I got this phone the day it can out and my friend installed the wireless tether on it that day. Since then I have had no problem with it until I updated my phone today. I have always hit cancel till now. How do I get my wireless tether to work again?
View 23 Replies
View Related
Jul 25, 2010
I just recently rooted my phone with the Plain jane rom and tried using the wifi tethering, but when i go on my ps3 or something to try and scan for a hotspot or SSID how come i can't find it?
View 2 Replies
View Related
Jun 13, 2010
I did a search, but turned up nothing. (I also GOGGLED, but didn't get a proper answer). When someone that I don't know calls my HOUSE from their HOUSE, my caller ID shows the name and number. When someone that I don't know calls my EVO from their HOUSE, I only get a number. I realize that it is probably a SPRINT issue, but does anyone know why Caller ID on our wireless phones does not work like our HOME Caller ID? I realize that if someone is stored in your address book, that their name WILL come up. But was curious why we can't get a name from strangers. Believe it, it would prevent me from picking up a lot of cell calls if I knew who it was.
View 6 Replies
View Related
Sep 10, 2010
I downloaded an update this morning and once my phone restarted my wi-fi wouldn't work. I had a orange branded desire which I rooted with 2.2. When I updated the desire I never had the gold card in so I know this is the problem. post a link so I can download the vanilla 2.2 with sense as when I tried this morning to click on a link on here it was asking for usernames and passwords.
View 1 Replies
View Related
Oct 20, 2010
I recently rooted my phone and flashed the latest version of the Fresh ROM and my Wireless Tether app won't work. I did a search on here and on Google and didn't find anything that addressed the issue for the current version of the ROM. Is there a way to do it without having to install a kernel?
View 14 Replies
View Related
Jul 28, 2010
Wireless Tethering now working http://android-wifi-tether.googlecode.com/files/wireless_tether_2_0_5-pre4.apk
must be rooted.
Just installed this apk typing this wireless.
View 4 Replies
View Related
May 14, 2010
Has anyone got the Wireless Tether app working on their rooted Desire yet? Not working for me- connection is establishing between phone and computer but no data is being transferred. According to the google code page for the app there's a problem with Desire compatibility. I'd use the wired USB internet sharing feature in the meantime but that isn't working for me either.
View 5 Replies
View Related
May 30, 2010
Voice and WifFi are working but not wireless data. Is there some way to troubleshoot whether the problem is on my end or with the carrier?
View 4 Replies
View Related
Aug 2, 2010
I need to revisit this again, because soon I am going to RRU and set my phone back to stock and call Verizon so they can send me a new one. My issue is that when I connect to a wifi network, Secured or not, G/B/N anything it connects gets an IP but I get no internet connectivity. When I set a static IP it works fine and I have no isssues. I know my stuff pretty well, but is there an app that will tell me my network info like DNS, Netmask and IP out there? I am trying to find out if for some reason its not getting a DNS entry. I have even go so far at my house to change the DHCP to my wireless router opposed to my Sonicwall thinking that might be the issue.
View 2 Replies
View Related
Mar 9, 2009
I have been finding it convenient to extend Handler in many of my activities to handle messages specific to the activity. The handler sublass is an inner class of the activity and needs to access its state. I am wondering if there is any performance difference between making the handler subclass static and passing in the activity explicitly in its constructor or making the subclass an "instance class" and letting the vm worry about my accessing members of the containing activity.
The static approach:
CODE:.............................
View 4 Replies
View Related
Jan 26, 2010
I am trying to use the wireless tether and it's not working at all.
I changed the ssid so that it's something that I can remember and be unique... I turn on wifi and mobile network... is that right?
Go back into the wireless tether program and push the tether button. It then takes me to the SU request screen and does nothing...
Normally when something needs root it pops up to allow access but it does nothing.. . Just wondering what am I doing wrong and why is this then turning off my wifi when I go back to check the widget it shows that the wifi is turned off?
View 4 Replies
View Related
Aug 3, 2010
I just recently updated from cupcake 1.5 on the samsung moment to a 2.1 android updated, rooted and have the wireless tether working perfectly fine. how many were rooted and are not having any problems.
View 4 Replies
View Related
Sep 19, 2010
I am rooted! Woot... But im having issues getting wireless tether to work. Says its on but from my other devices nothing shows up as far as wireless connections go....any ideas? Really would like to get this going especially with wifi only galaxy tab coming out!
View 4 Replies
View Related
Oct 30, 2010
For some reason my wireless tether isn't working properly. I turn it on and it says that its been granted superuser permissions but then no data moves up or down(or it'll say .4 down and .2 up) and no devices find it! I need help making this work because i'm going to buy the google tablet and just use this to power it WIFI.
View 9 Replies
View Related
Apr 23, 2010
When I press "Press to start tethering" it says "Please wait while starting" then it says "unable to start tethering. Please try again!". Even when trying to go to "Show log" it says "Unable to open log-File!".
View 1 Replies
View Related
Mar 1, 2010
I am running modaco 3.2 core custom rom ssh seems pretty good very little lag but cant help thinking that something is wrong as titanium back up, wireless teather and super user permision don't work they all load and then the screen goes black and says su request in the corner before saying activity su request(in application superuser permissions)is not responding, force close. i rooted and also started using gde home mod got to say it is pretty good although i had to pay for it but has a good replacement for sence only trouble is widgets don't seem to work or just aren't there except for clock,conversation, any of you experiencing this problem?is there something similar but better that widgets do work. what is the best firmware/rom upgrade e.g 1.6-1.8 or 2.1. Has anyone got these working well on the hero. Is there a big delay when waiting for a alert after you receive a message or is it just my hero?
View 7 Replies
View Related
Oct 16, 2010
I rooted my Eris and I am running KaosFroyo v37. I downloaded Wireless Tether, and its not working. Its broadcasting that it made an available wireless access point, but when I try to connect to it nothing happens. My computer wont link up to it. I know my WiFi card works because I have a working wireless access point where I live that I use every day with no issues. Its like my laptop sees the network, but wont associate with it. I tried using barnacle and it did the exact same thing.
View 5 Replies
View Related
Apr 11, 2010
i have a linksys N-wireless broadband router. My motorola droid will says it is connected to my network with a strong signal. But when i try to go to a website in the browser it will not load the new page and after a while it says "web page not available the web page at www.website.com might be temporarily down or it may have been moved permanently to a new web address. here are some suggestions : Check to make sure your device has a signal and data connection. reload this webpage later. or view a cached copy of the web page from google. So it will not connect to another website. So i went to the verizon store and asked them what was wrong, but then my droid connected to their wireless network just fine. So i came home and the same problem happened again with my wireless connection. Has anyone else had this problem and if so then how do you fix it. Is it my droid, or my wireless router.
View 1 Replies
View Related
Nov 18, 2010
Let me preface I love this app and am not really complaining, just have something that has come up. Anyone else experience it dropping the internet connection or wifi after about an hour? It works great up to that point and doesn't show an error or anything but it just stops communicating. I have to stop tethering and start tethering and its back up again. Its not a huge issue, just something that I would resolve if I could. It was happening on pre9 but I upgraded to pre13 and it still happens. Im on Myns RLS3 with Netarchy 4191bfs kernel but it was doing it on the stock HTC #10 kernel that came with Myns.
View 19 Replies
View Related
Jun 12, 2010
Currently using DamageControl 2.08 and Can't get Wireless tether to work. I tried a bunch of different versions under the Cupcake/Donut option cause some said it worked.
View 3 Replies
View Related
Feb 24, 2012
got my lg marquee rooted ,,and wirless tether loads up but says running with errors,,saying ad-hoc mode setting failed..and its not even showing up on wifi list when i search for it.
View 1 Replies
View Related