Motorola Droid :: WiFi Not Working / Need To Get Splash Screen
Oct 6, 2010
I'm experiencing a weird problem with my wi-fi. I usually piggy back off the wifi at the mcdonalds where I work, but today the wifi isn't letting me do anything. I can't even get to the splash screen to say I agree to the TOS in order to to agree to use it. I've tried everything. My droid says its a good signal and excellent connection... but I can't connect to it. I used my droid to surf the net a little at home before I left for work today, so I know it works, and a few people have come to the mcdonalds and used the wifi while I was here. So I know that works. Is there an app that can tell me what's going on or to test what the problem is?
View 2 Replies
Feb 2, 2012
bootanimation and shutdownanimation? I have the animations working, but the slash screen is still staying the same?
how to get the splash screen working on both shut down and boot up.When I change the shutdownanimation it goes to a black screen and then phone shuts off?
View 5 Replies
View Related
Nov 2, 2010
I have two classes as Splash.Java and Activity 2.Java!!i have tried simple code for splash as....
View 2 Replies
View Related
Jan 21, 2010
I have an application that uses OpenGL on a GLSurfaceView. The problem is that the initial load takes quite a while processing textures and getting things ready.
What i want to do is have a simple PNG displayed (with a slight animation) while the GLSurfaceView is getting ready. As soon as it's ready to render, i would like to tear down the splash screen.
What is the right way to do this? I've tried ViewFlipper, ViewSwitcher and a bunch of other things to switch between my R.layout.main view and my GLSurfaceView but i can't seem to get it right.
View 1 Replies
View Related
Feb 28, 2010
Does you Droid need to be connected to the VZW network?>
View 4 Replies
View Related
Nov 22, 2010
I can't get Barnacle to work with my rooted droid or any other WiFi app for that matter. I have kernal 2.6.32.9-g874c292 android-build@apa26#1
I have tried it with and without Skip wpa_supplicant
I have tried it with and without USB debugging
I have tried regular barnacle and Barnacle legacy
I have turned it on, waited 1,5,10 and 60 minutes and pushed associate
No matter what I do I can't get it to broadcast. Any help would be appreciated. If someone else has barnacle running please tell me the settings and steps you used to get it running.
View 9 Replies
View Related
Apr 29, 2010
i am using a smoked glass ROM on 2.0.1 droid. when i open the app everything is fine because im rooted but when i tap the wifi signal picture, it says please wait and then please check log for errors and when i do that it says
"Config WiFi Interface...
Error reading firmware image /system/
ect/wifi/Fw1251r1c.bin - Aborting...
Set property wlan.driver.status = failed -
ok Failed" and then this one too
"Loading wlan.ko module...
insmod: cant open'/system/lib/
modules/wlan.ko
failed"
Is there something I'm doing wrong because i think i might not have a compatible ROM or something, can you please help he out?
View 4 Replies
View Related
Nov 18, 2010
As far as roms and all are concerned I've managed to get my droid rooted and working. I'm running LFY 1.7 with a P3droid 1000 kernel. My question is, I have tried barnacle, WiFi tether, and every other WiFi tethering app that anyone has suggested and they all start up and say that they are now running. My problem is that no other device will see this WiFi connection, and truthfully I don't believe it's really working. I have been told that slayher's kernels were very good for tethering but whenever I flash one of them, my phone starts, up and gets warm, then reboots. Keep in mind that I am running the kernels at the same speeds. If anyone has any input as to why my WiFi tethering is not working?
View 1 Replies
View Related
Sep 21, 2010
I am rooted but still running 2.1. I have been using Barnacle for my WiFi tethering, but lately it has just stopped working altogether. Is this problem happening for anyone else? Can you guys recommend to me a different app for free WiFi tethering?
View 1 Replies
View Related
Jul 23, 2010
My first DX was a major lemon, and of course I've been following the troubleshooting posts on the forums and getting more worried by the minute. None of my calls went through with the first phone; it kept reverting to previous screen, and losing signal to a circle/slash. Please send good vibes towards Philadelphia that this phone is actually a workable one. Also, if anyone could chime in -- I've been a little burned and now want to make sure my battery life, 3G and wifi connections, updates etc. are ducks in a row. What are the very first things I should do? I won't overdo the apps at first, just take it easy.
View 9 Replies
View Related
Dec 31, 2009
I used to use eWallet on Windows Mobile and really liked how it worked. Since switching to Android, I've tried Splash ID and so far I don't like it as well. I have a lot of problems syncing.
Is there another alternative to Splash ID out there?
View 5 Replies
View Related
Oct 11, 2010
I have droid on latest froyo and i can't get access control in the wifi tether for root users to work, at all. if i turn it on no matter whether my pc is checked or unchecked on the list i can connect but it says no internet access on my pc.
View 9 Replies
View Related
Jan 28, 2010
Hey guys, I've checked out the other threads, but haven't found this problem. I've had my Droid for a few days now, and I'm loving it, but it seems to really be having problems with my wifi at home. Whenever I use it on my wireless here at home, it basically seems to make the wifi stop working on both the droid and my laptop. Everything works fine for awhile, usually until the droid goes to sleep, and then I can't get to the internet on my laptop, or the droid. The signal is still fine, but it doesn't go anywhere.
View 7 Replies
View Related
Jan 28, 2010
So whenever I connect to the wifi with my droid...my internet doesn't seem to work. the marketplace doesn't work, my browser, facebook..nothing works..but as soon as i turn wifi off, everything works. i've powercycled a couple times too but still happens all the time...
View 2 Replies
View Related
Aug 8, 2010
I am a bit new to android development, and am trying to implement a splash screen on top of an existing APK. The idea would be that the APK still runs exactly the same as before, but before it does, a splash screen displaying the developer's logo comes up for a few seconds. I know this is easy to do directly in the code for the original APK, but I am hoping to be able to accomplish it without editing that code. Can anyone point me in the right direction for doing that? I am not even sure if it is possible, but it seems like I just need to make a new APK file that runs just the splash screen and then calls the other application.
View 5 Replies
View Related
Apr 1, 2013
I made a application that adds by 10's and i decided for the first time to make a splash screen.For some reason the app crashes after the Splash screen.Idk if the problem is with the manifest or the java code.
Starting point.Java
PHP Code:
package com.example.counter;import android.os.Bundle;import android.app.Activity;import android.view.Menu;import android.view.View;import android.widget.Button;import android.widget.TextView;public class Startingpoint extends Activity { int counter; Button add, sub; TextView di
[Code]....
View 6 Replies
View Related
Apr 26, 2010
I hold down the power button. Nothing. Odder. Pop out the battery, replace battery, try to power up the phone. Nothing (seemingly). So now I'm getting worried. I realized that the screen was turning on, but the phone was not booting up (at least it didn't seem like it was...the phone is on silent so it may be, I don't really know). I could tell because there was a faint glow coming from the screen that, if I pulled out the battery, disappeared.
None of the buttons (home, back, etc.) light up or do anything. There is no haptic feedback or anything like that. I'm at a loss about what could have happened / what might be wrong. I'm guessing I'm going to need to get a replacement, but I'd figure I'd ask around here for any theories. As, if/when I do need to replace the phone, I have a couple questions.
1. I bought the phone at BestBuy. Do I go to BestBuy or Verizon for a replacement?
2. The phone is rooted. I'd rather not return it to the store in that condition, but I can't think of any way to unroot it without being able to do anything on the screen (I tried booting up into Recovery, didn't work). I haven't been home yet so I don't know if I can get it connected to the computer, but without debugging turned on I don't think I'll have much luck. Any thoughts?
3. I have a PhantomSkinz on the phone. I thought I read somewhere that the clear stick on cases (PhantomSkinz, Zagg, etc.) void the warranty. That may be complete BS, which I hope it is...can anyone confirm or deny?
View 3 Replies
View Related
Feb 2, 2010
My screen will not work any ideas on how to fix it?
View 11 Replies
View Related
Aug 25, 2010
Had to remove it from my home screen and now can't find it for the life of me. Where is it? Found it. Touch and hold on screen/ Widgets/ scroll down to WiFi toggle.
View 5 Replies
View Related
Feb 8, 2010
I have a simple application, it starts, loads xml feed from the net, you can browse a list of news and then read details for a chosen news item. What I would like to do is have a splash screen, meaning as soon as you click application, it should display an image (app name in my case) and then display news list only after they've loaded. I read about similar (I think) problems, and usually people say to use FrameLayout, but I can't really sort it out. I'm not sure if this can be done in the first activity that is launched, maybe I should just display this splash image in one activity and only then call activity displaying my news list? I know that on iPhone you can set splash screen in app settings while developing, would be nice to have this functionality in android's app's manifest.
View 3 Replies
View Related
Mar 29, 2010
I'm new to Android development and I'm working on writing a GPS app. I want to have a title/splash screen displayed when the app is first opened, and then after a few seconds display the map. I made this splash screen by following a tutorial and have it saved it a separate Eclipse project. So I have 2 separate projects that each run individually but I can't figure out how to put them together. I think I am having trouble with the XML files.
View 5 Replies
View Related
Aug 22, 2013
I have written a code that stores all the videos for a certain playlist from YouTube in my database, now I want to design a button that checks if there is an updates on that playlist, for example: added video, deleted video,...and so on.
I want a splash screen to be displayed when checking if update occurred or not.Now I have my splash screen displayed but when it finishes I want to return from where I left from my main activity not to the beginning of my main activity.I had my splash screen in its on activity.
View 1 Replies
View Related
Aug 14, 2010
Would it be possible to compile information about the creation and application of custom splash screens and boot animations for the Incredible in one central sticky?
View 21 Replies
View Related
Jul 30, 2010
How to play an audio during splash screen.
View 2 Replies
View Related
Aug 21, 2010
I have a splash screen/loading screen that has .setVisibility() to GONE right after the draw call of my large bitmap is completed. The problem is the splash screen takes a bit to popup which i believe is due to the main activity booting up and doing CPU intensive applications on first run. Is there a way to get my splash screen displayed ASAP? Would it be ok if i had it in a different thread maybe? The splash screen is just a bitmap with a progressBar right below it. My layout is xml based so i cant see myself using setContentView.
View 2 Replies
View Related
Jun 2, 2010
Other than making a Goldcard from an SD / installing a generic rom / rooting, is there a simpler way to remove O2 branded splash screens from startup?
View 1 Replies
View Related
Aug 12, 2010
Now that we have NAND unlock, how can i make my own splash screen to replace the HTC Incredible one?
View 6 Replies
View Related
Sep 10, 2010
Ok I had the Virtuous v 2.6 with clockwork recover and S-off. I was using the phone today and it just froze so I rebooted and it stayed on the splash screen so I rebooted to hboot and then went to recovery which wont open it just goes to splash screen. So I did the downgrade back to 1.00 radio and .77 HBOOT to try and start over and it still gets stuck on the flash screen. Please someone what do I do?
View 23 Replies
View Related
Mar 7, 2012
My app has a splash page on startup, during this time it will connect to a server and download a file, once the download is done a 3 second timer will start then the main page of the app will load.
However, due to crappy connection in my workplace, the download can sometimes take a while, during this a black screen will show until the download is done, then the splash page and timer will start. What I want to know is why the splash page will not display over this black screen?
Code:
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.splash);
[Code]....
View 3 Replies
View Related
Nov 3, 2012
I want to change the boot splash screen on my Eken W70 Tabout ablet.i did some research but im relly confused .
it has ics 4.0.3
I tried searching for the bootanimation file in system/media but it does not exist ..also tried adding my custom bootanimation file to the location but it did not work..
View 6 Replies
View Related