Android :: Uses-feature - Hardware.wifi - Required - False

Oct 25, 2010

Android developing and want to do things ok so I've started adding hardware requeriments to my app manifest. The problem is that I cant set the property <uses-feature android:name="android.hardware.wifi" android:required="false"></uses- feature>. I've been searching and found that this was introduced in API level 4 so I set this requeriment to my manifest also but eclipse stills returning: "error: No resource identifier found for attribute 'required' in package 'android'"

Android :: uses-feature - hardware.wifi - required - false


Android :: Send Files Throught WIFI - No Router Required

Jan 11, 2010

I have been using this workaround and sharing files through WIFI without connecting to a router. I hope this is helpful to all. I have tested this on Tmobile G1 and a Dev phone.

What you need?
- An Android Phone
- ROOT!
- WIFI Tether for Root Users - link android-wifi-tether - Project Hosting on Google Code
- SDCard WIFI Access - Available on market

What others need?
A Phone with WIFI
Or
Computer with WIFI

This is how you do it.
- Start WIFI Tether and ask the other person to connect to the Adhoc connection.

- This person should show connected to your phone now.

- Open the app SD Card WIFI Access, this will show you two IP addresses. One would be an IP for the Mobile Network and another for your phone. Provide the phone IP address (should be example 192.168.xxx.xxx:8180)

- Ask the person to type the IP address in the browser and ensure they put the port number 8180

- If you followed the steps correctly the person will now see your SD card contents on their phone or the computer browser.

A click on any file will send the file to their phone at >1MBPS

View 8 Replies View Related

Android :: Phone With WiFi Tethering Feature?

Aug 8, 2010

I am new to the whole android OS and looking to join in very soon. The feature I am mostly interested in is WiFi tethering. I would like you guys to suggest to me the cheapest handset that I can accomplish such a feature with? Whether the phone comes with the application to do it or it can be done via alternate methods [root].

View 5 Replies View Related

Nexus :: WiFi - Cell Radio - Feature Request

Feb 15, 2010

Anyone know if there is a way to have the Nexus automatically go to Edge when WiFi is enabled? Seems like that would be a smart way to try to maximise battery life...

Maybe it's already doing this, I don't know, since the WiFi symbol blocks the 'E' or '3G' symbol...

But if it doesn't - I propose it as a feature for a future update...

Is there a page that allows Nexus users to propose features? iPhone had this way back...

View 8 Replies View Related

General :: Xperia Tablet S - 3G Doesn't Have WiFi Hotspot Feature

Sep 5, 2013

Xperia Tablet S + 3G doesn't have the WiFi hotspot feature. Is there a way to add this feature to my device. My tablet is rooted and op is 4.1.1 release 2.

View 2 Replies View Related

Android :: Comparing Two Strings Get False

Jun 29, 2010

I have a strange error that I can't understand. I have this code: if (VersionsKoll == Ver) { }

View 5 Replies View Related

Android :: MoveTaskToBack Returning False

Apr 16, 2010

I am trying to send all my activities to background by calling this.moveTaskToBack(true); on a menu button click, but the call returns me a boolean value false. Please can anyone let me know if my way to invoke this is wrong or if I am doing anything wrong.

View 7 Replies View Related

Android :: RequestRouteToHost Always Returns False On AVD

Jul 20, 2010

I need to check web site availability and use requestRouteToHost for that purpose. On real device everything works fine, but on emulator requestRouteToHost always return "false".

What's wrong? Code is:............

View 3 Replies View Related

Android :: Accelerometer False Detection

Oct 27, 2009

I have a code snippet to detect accelerometer movements. It works some times by properly detecting slight movements, but sometimes it detects movements when I kept my device idle too. Are there any problems with built-in accelerometer detection on Android?

I use an HTC G-1 device. My code snippet is below. How do I resolve it so I can detect small device movements but not detect anything when the device is idle?

CODE:..............

View 3 Replies View Related

Android :: Seek Bar .setFocusable - False - Not Working

Apr 22, 2010

I need a seek bar to not be able to be adjusted, but without making the color change... setFocusable does not work for this. Is there a way to do this because it seems like there should be (without re- writing the seekbar class that is).

View 2 Replies View Related

Android :: Decoder - Decode Returned False

Mar 29, 2010

In my application during downloading of images, for some of the images i got the error like

D/skia (374): --- decoder->decode returned false

View 2 Replies View Related

Android :: AT&T Samsung Captivate - MExternalStorageAvailable - False

Aug 18, 2010

I have my application running on a Motorola droid. We have successfully used it in the intended enviornment for 2 days collecting 340 readings. The app is not full featured but it is running. The data storage is complete and we store, create, delete... small data files on the sdcard. Our design team prefers, in this application, the small files on the external storage sdcard and does not want to use sqlLite.

My beta tester purchased a AT&T Samsung Captivate (Samsung SGH-i897). It seems to have two sdcards. In an earlier thread on this list, they were referred to as an "internal sdcard" and an "external sdcard". Our test unit has both installed. I am having trouble accessing the external storage sdcard. I utilized the code from http://developer.android.com/guide/topics/data/data-storage.html to determine if the sdcard is installed and readable and writeable.

The code is:

CODE:...........

This code returns False which means it is neither readable or writeable. It prints the else - "in cksdcard, Something else is wrong".

The app will not run on the Samsung Captivate because it cannot access the data files on the sdcard.

Strangely, when I mount the device on the desktop computer, windows explorer shows two (2) connected usb drives which it calls E: and F:. E: is blank. I can copy the files to F:AndroiddatalmsmpT...... with windows explorer. Windows explored does not show /sdcard anywhere, it is probably using an Alias?

android.os.Environment.getExternalStorageDirectory() returns "/sdcard" on BOTH the Moto droid and the Samsung Captivate.

''adb shell" works on the Samsung Captivate. "ls -l /sdcard" returns "access denied" or something like that. "ls -l" does show /sdcard in the root directory with the following attributes: "d---------" which means the owner, group, and user (everybody) have no rights at all.

How I might get read and write access to the sdcard on the AT&T Samsung Captivate?

View 11 Replies View Related

Android :: Replicate - Editable - False In Code

Mar 18, 2009

In the layout you can set the EditText widget to be non-editable via the android:editable attribute.

How can I do this in code? I need to make the EditText widget to be editable depending on conditions.

View 4 Replies View Related

Android :: AllowClearUserData - False Has No Effect In Froyo

Sep 29, 2010

In early versions of Android the android:allowClearUserData flag worked. Using this flag with an application on Froyo has no effect, even if the application is installed as a system application. The "Clear Data" button is enabled no matter what in the application manager. I have found no reason in the Android documentation why this shouldn't work.

View 2 Replies View Related

Android :: False New Mail Indication On 2nd POP3 Account

Jun 11, 2010

I recently set up a second POP3 account and have shortcuts to both on my home screen. The second one perpetually shows 1 new message, though I've checked every folder and rebooted the phone.

View 1 Replies View Related

Android :: BitmapFactory: Decoder - Decode Returned False

Oct 27, 2009

For my current application I collect images from different "event providers" in Spain.

However, when downloading images from salir.com I get the following logcat output: 13970 Gallery_Activity

I Fetching image 2/8 URL: http://media.salir.com/_images_/verticales/a/0/1/0/2540-los_inmortale... 13970 ServiceHttpRequest

I Image [url] fetched in [146ms] 13970 skia D --- decoder->decode returned false

Searching for that error message didn't provide much useful results.

View 4 Replies View Related

Android :: Eglmakecurrent Is Return False - When Porting Hadware

May 25, 2010

Ask to be excused, i don't know why eglmakecurrent() is return false.

Operating emulator is no problem.

When on hardware, eglmakecurrent() is return false.

I guess > getHolder().setType(SurfaceHolder.SURFACE_TYPE_GPU);

View 2 Replies View Related

Android :: Create A Directory Hierarchy Byt The Mkdir Returns False

Jan 16, 2010

I am trying to create a directory hierarchy byt the mkdir returns false. What am I missing here?

File directory = _Context.getFileStreamPath("");

File subdirectory = new File(directory, "dir/mk/foo");

boolean result = subdirectory.mkdir();

View 4 Replies View Related

Android : Current Latitude And Longitude Checked The Gps Enabled It Shows False

Sep 17, 2010

I have android HTC mobile os version - 1.6 . I have GPRS setting in my mobile. I can access internet through mobile. But in my programme to findout my current latitude and longitude i checked the gps enabled it shows false.

My code is below

CODE:...................

View 4 Replies View Related

HTC Incredible :: False Notifications

May 18, 2010

Anyone been getting false notifications? For example, my phone just vibrated like it got an e-mail or text message, but when I checked my phone there was nothing going on at all. This has happened a few times so far.

View 5 Replies View Related

HTC EVO 4G :: False LED Notification When Car Charging

Aug 15, 2010

I've noticed when I'm charging and using Google Nav in my car, sometimes I'll randomly get the green LED notification blinking in between the amber LED charging light, even when there's no new messages of any sort. Seems to go away once you unplug and plug it back in, but it's annoying since it gives a false positive for new notifications. I'm using the Rocketfish charger in case that makes any difference.

View 1 Replies View Related

Motorola Droid :: Getting False Notifications

Nov 11, 2009

I keep getting email notifications from my droid, but when I bring up my inbox there is nothing new there. I get like a dozen of these a day.

View 19 Replies View Related

Samsung Behold 2 :: False Advertisement

Feb 15, 2010

It might not be completely false Advertisement, But seriously how many of us would have went out and bought this phone Knowing that we would be stuck with 1.5 mid February 2010? in this link first few sentences out of there guys mouth, Samsung claims we will get the update (this is what sold me on this phone). But this is ridicules.... I had a G1 prior to B2 and I would have stayed with my G1 If I knew I would be using Android 1.5 till now. Im ready to jump ship Id like to smash my B2 into little pieces and mail it to Samsung. I dont think I will buy another Samsung phone ever again. http://www.bing.com/videos/watch/video/www-phones-online-net/E1B60322A218A56F0B75E1B60322A218A56F0B75

View 25 Replies View Related

General :: False Duplicates Of Songs?

Jun 17, 2012

I've got the problem that since i use resurrection mod 2.0 my S2 always creates copys of my songs and pictures. Those copys have the same name but with the endig *.data .

Now my galerie and winamp shows this copys but cant play them and just stop.

View 1 Replies View Related

HTC Hero :: False Time Change In Tenerife

Jan 7, 2010

I am in Tenerife, which is technically part of Spain but operates on GMT (same as London back home). The phone insists on showing the time as European GMTplus1 as if I was in mainline Spain. The GPS knows that we are in Puero Cruz de Tenerife, so it is presumably the programming somewhere?

View 1 Replies View Related

Motorola Droid :: False Battery Reading

Jan 20, 2010

I have had the Droid since the day it was released and have had absolutely no problems with the battery up till now. I can still make it through a full day without having to charge it. But now it seems like something funny is going on. About a week or two back i had charged my phone over night(like i always do) a few hours later it alerted me that the battery was low and that i should plug it in(hadnt used my phone at all yet that day). I thought that was a little strange so i rebooted it, once it restarted i checked my battery and it was at 90%, i figured the phone just read the battery wrong for some reason and moved on. But today my phone randomly shut off and i had to do a battery pull to get it to come back on, i have read that the battery pull issue has happened to a few people so far so i didnt think much of it, but this combined with the false low battery reading makes me wonder if there is something wrong with my phone. Has anyone else had a false battery reading and if so did you need to replace you Droid?

View 13 Replies View Related

General :: False Text Message Notifications

Jun 5, 2014

Ever since I did the update to Kit Kat or whatever it's called, I've had an issue.

It goes like this. I just received a text message from a 570 number. I click the notification, and it opens to a new text message draft. I click back, to go to my messages, and there's nothing there. Then I close the messaging app, and my text messaging widget has a little 1, signifying I have a text. I even delete all my text messages, and it's still there.

I do know people from the 570 area code, but why am I receiving ghost texts from them, and how do I fix it?

View 2 Replies View Related

Android :: StartForeground() - No Notification Required

Oct 9, 2010

Hi, I have a "Remote Service", which I am starting at Bootup of the emulator. I want my service to keep running as a foreground service. For this, I am calling startForeground() from my service's onStartCommand(). I don't want any notifcation from the service. But startForeground() needs a notification object as its second parameter. How can I set my service as a foreground service without using any notification.

View 2 Replies View Related

Android :: Bluetooth Car Stereo - No More CDs Required

Feb 20, 2010

I am in celebration so I decided to share my technological milestone. I just had a bluetooth stereo installed in my car. I now play all my music from my Nexus one. I removed all my CDs and put them in storage. The hands free function is excellent! It works far better than my expensive phone system at work.

When I had a bluetooth ear piece it was a drag to use so I gave up. This is nothing like that. I would rather talk with the hands free through the stereo than talk directly on the phone. Music pauses when calls are made or received. Love this thing! Probably there are many people here who are rolling their eyes because they did this ages ago.

View 8 Replies View Related

Android :: How To Know What Permission Required In Application?

Jun 2, 2010

I have a problem with an application, that refuses to start, and I think it may be because of missing permission(s). Is there any way to tell which permissions are required by an application in order to run?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved