Android :: Moderators Never Accept My Questions / Why Is So?
Jun 28, 2010
I'm assuming you'll see this, but I'm just extremely curious.
It's a pain since I really can't find the answer for my questions anywhere else, and this seems to be the best place to ask as there are actual Google developers here.
View 2 Replies
Jan 18, 2010
I already had about 4 messages deleted from this forum. They were serious questions that i had and some moderator is simply deleting them. Now i'm unable to get help to my issues. I have an important project that must be delivered in Feb 1st and this attitude of the moderators is delaying the project.
View 3 Replies
View Related
Mar 3, 2010
I am new to this group. I had posted a question yesterday in this group. It didn't appear. I thought I made a mistake; so I posted it today and it didn't appear either. I realized now that this group has something called moderators before it reaches the posting. Am I missing something or did anything wrong? My question was a simple application question and didn't have any bad language in it. Could some please let me know if the question was rejected? If so what is reason so that I can correct it.
View 3 Replies
View Related
Sep 16, 2010
I have had this problem a couple times where I post something and I can never find it again. One time I lucked out because my post was still open on my other computers browser.
View 7 Replies
View Related
Nov 4, 2009
Where on this forum do I post general Android questions? Question and issues pertaining to programs, apps, features, use of Android across all phones that are not specifically (or necessarily) related to the HTC Hero. This is because I would like to address the question to all Android users using any phone.
View 1 Replies
View Related
Aug 2, 2010
I want to create such application that would show a question to user and possible 3 (or n) answers and user should pick correct answer (some kind of learning quiz). I'm not sure about the storage for those data - questions and possible answers. What would be most natural way for Android. I know that I can either use property files or tables in sqlite database. There will be about 500 items (1 question, 3 answers, 1 correct answer ). Any ideas?
View 11 Replies
View Related
Jul 18, 2010
After I updated to the 2.1 I get the following options when I connect my phone to my computer via USB:
Charge Only
--Charge phone over USB
HTC Sync
--sync contacts and calendar
Disk Drive
--Mount as Disk Drive
Internet Sharing
--Share phone's mobile network with PC
When I click on Internet Sharing I get the following message:
Data Call Failure
"Error Code 67 .Registration failure.
Your PCS Vision username and/or
password may be incorrect. Please
try again."
However I have no way of adding that information. Is this a service you have to pay for (extra) in your Sprint Bill? Or is it a bug in the 2.1 update.
View 4 Replies
View Related
Nov 14, 2010
I just have a couple of questions:
1. What is the risk of bricking my device really? Has anyone here ever had a problem with it before?
2. Does rooting absolutely void your warranty no matter what?
3. If it does void your warranty, can they turn you down if your phone breaks for something unrelated to rooting? For example if I root my phone now, and then 4 months later I drop it and it breaks will they fix it?
4. How do they know if you rooted your phone? If I brick it accidentally is there any way for them to know that it was rooted if I don't tell them? I mean it could have just as easily been a manufacturing error, they wouldn't know until they've restored it to it's original state.
View 15 Replies
View Related
Dec 1, 2009
Anyone know if there is a game available like "20 questions" for the iphone? You think of an object and the game asks you a series of questions trying to guess what you are thinking. I just played 4 rounds with a fellow at work and its pretty accurate. Anything like that for the hero?
View 1 Replies
View Related
May 7, 2010
I'm connecting to a REST service using HttpClient under Android. I'd like to be able to write code where I could pull the host, port, etc. out of a properties file and not have to write fake Schemes and other things like that in order to do the development work. In other words, the live site will have a cert. The dev site will have a self-signed cert or a CA cert. Either way, I need the code to seamlessly work with both kinds of certs if possible. Can someone point me in the right direction?
View 2 Replies
View Related
Oct 18, 2010
I've just created some preferences using the PreferenceScreen XML following the Earthquake example from Wrox's "Professional Android Development" book.
Using the emulator, how do I accept the preferences?
If I use the back button I return a Activity.RESULT_CANCELED. So which key returns the Activity.RESULT_OK code?
View 1 Replies
View Related
Jan 16, 2010
Another day, another Android feature missing it seems. Someone has just sent me a VCF file with their contact details. I can open it - it opens up as plain text which is not very useful. (a) How can I get this into my contacts? (b) Can I send my own VCF back?
View 5 Replies
View Related
May 12, 2010
Ive implement simple udp server on my Android device.(sdk 1.5) it works fine when i am running a local client on the phone sends through it trigger to my server. but when i try to get udp call from an outside server to my phone, it doesn't work. already make sure the outside server isn't blocked by firewall and it's sending the udp trigger to the right port, which my phone is listening to.
View 1 Replies
View Related
Apr 6, 2009
I am quite confused on this is InTouch mode or not for a View. Some of the apps I have seen can accept touch and keyboard requests that the same time but I cannot figure out how they are doing it. This is what happens in my app. Please shed some light on why this happens. If I touch the screen the keyboard is no longer responsive until I ackmoved the TrBall which takes me out of touchmode. I have used apps that seamlessly go from touch and keyboard without the need of moving the trackball.
View 4 Replies
View Related
Mar 18, 2010
I have a button that launches the google maps app on my device via an intent. I want to be able to pass it a php page that generates a KML file.
I have done this on a website before using the googlemaps api in JS - but it doesn't seem to work on Android.
My php file is as follows;
CODE:..............
Launching with:
CODE:.................
It launches maps, finds the file - but won't display it 'because it contains errors'.
Is this just not possible, or are there other ways to construct the intent that might work?
View 2 Replies
View Related
Mar 4, 2010
I have been trying to setup a Droid to Droid 3G connection. I can confirm that all works great in wifi mode. The Droid can make connection requests (Http, Telnet, raw sockets) in 3G, but I cannot get the Droid to accept a socket connection in 3G mode. I am using the java.net.ServerSocket class. If anyone knows how to program the Droid to accept socket connection requests over 3G, please respond. Also, if anyone knows why this is not allowed please respond.
View 1 Replies
View Related
Oct 27, 2010
I am trying to setup at ServerSocket on my Android phone, and send a char or int or anything from my computer. The code on the phone creates a ServerSocket and then blocks whilst waiting for a connection(plus some more bits if the socket is created. But I'm not getting this point, so left that out!)Basically, the phone is getting to accept, and the computer is not connecting. The xx.xx.xx.xx is the public IP of the phone I obtain programatically (and it matches up with checking on whatismyip.com).I have set the INTERNET permission on the phone. I have also been able to do this in reverse (ServerSocket on pc, client on phone).
View 2 Replies
View Related
Mar 5, 2010
I am trying to get googlemaps to accept a local KML file.
final Intent myIntent = new Intent(android.content.Intent.ACTION_VIEW,
Uri.parse("geo:0,0?q=file://" + Environment.getExternalStorageDirectory() + "/locate.kml"));
startActivity(myIntent);
The file is on the SD card, and is a valid KML file. Google Maps loads up, but says it cannot find the file.
final Intent myIntent = new Intent(android.content.Intent.ACTION_VIEW,
Uri.parse("geo:0,0?q=http://www.website.com/locate.kml"));
startActivity(myIntent);
Works fine. geo: 0,0? q= seems to be very under documented, how to use it to refer to a local file?
View 2 Replies
View Related
May 6, 2010
I'm trying to implement my own phone call handling UI. What I want to do is, if a call comes in, the incoming telephone number and a picture are displayed, and, if I press a button, the incoming call will be accepted/answered.
Sadly, the code does not work. At first, an exception is thrown if I press my answer button:
ActivityNotFoundException: No Activity found to handle Intent {act=android.intent.action.ANSWER
Then I added an entry in the AndroidManifest.xml: I run the app again, there is no exception anymore. However, I doubt the incoming call is not really accepted. Because if the press the Android's screen answer button (green button), the incoming call is accepted and a green in call icon is also displayed on the upper left corner of the emulator screen, while my app doesn't.
I also read the Phone app's source code in android source. There is method such as acceptCall() in the Phone class. But these codes seem difficult for me to use, because there are many imports declaration in the code, such as :
import com.android.internal.telephony.Call;
import com.android.internal.telephony.CallStateException;
import com.android.internal.telephony.CallerInfo;
import com.android.internal.telephony.CallerInfoAsyncQuery;
import com.android.internal.telephony.Connection;
import com.android.internal.telephony.MmiCode;
import com.android.internal.telephony.Phone;
And, if I add these imports in my code, there will be too many errors, such as : "The import com.android.internal.telephony cannot be resolved" What is the right and simple way for my problem?
View 1 Replies
View Related
Mar 31, 2010
This is specifically about android UI xml.
Can a drawable ie the ,/drawable> tags accept a reference to a ninpatch xml file?
View 1 Replies
View Related
Oct 11, 2010
I add a listview via Java into @+id/View01.
For some reason the items in the listview don't accept clicks.
Does anybody have ideas about possible causes? code...
View 2 Replies
View Related
Sep 13, 2010
I have a TextWatcher set on an EditText that changes the input type after a user types a number followed by a space. If the user types two numbers the input type switches and accepts the next character, but if the user types only one number and presses space the input type still changes but it won't accept the first character the user tries to input. I've tested this on Froyo and 1.6, it only happens on Froyo, 1.6 works like it should.
Here's the code:................
View 1 Replies
View Related
Oct 4, 2010
friend's need help on posting the feed in facebook when string contains double quote,at the time facebook haven't accepting. for example if the content is something like this, Help on posting "feed" in facebook for android. suppose i need to post above at the time the feed title is getting null because of double quotes,how can i replace it with the same i have to post.
View 1 Replies
View Related
Mar 25, 2009
All SYMBIAN based end devices accept Java language Applications
(i)Does this mean that the applications made for Android would run in S60 ,without any modifications?
(ii)If not then what exactly we mean when we say the above statement? Is there any web link to which I can refer to?
(iii)What are the coding guidelines that we need to follow so that an Android application can be ported on S60 with minimum changes?
View 5 Replies
View Related
Dec 26, 2009
I accept and share my location however it doesn't set. It won't add the friends to my list, and if I exit and go back it shows the requests again.
View 1 Replies
View Related
Aug 4, 2012
I changed my hotmail account to an outlook account. The only problem now is that the stock android e-mail app doesn't accept my outlook account, it wants to know if it is a IMAP POP3 or EXCHANGE e-mail account... I don't know this stuff.
View 1 Replies
View Related
Oct 4, 2010
I'm currently experencing a problem where 2.2 will refuse my PIN when I try to unlock the phone, no matter how carefully or precsiely I enter it. It's an intermitten issue. Sometimes the PIN works sometimes it doesn't. It feels like its getting worse too. This morning I had to enter my 12 times (2 lock outs) before it finally took it. I've tried reseting the PIN. Same issue.
I'm also experencing another issue which may be related. Sometimes I unlock the phone and arrive at the home screen only to watch the phone scroll all the way to the left most home screen. When I try and swype it, it moves the page until I lift my finger and immedatly slides all the way back to the left.
Any ideas?
View 3 Replies
View Related
Jun 10, 2010
Why can't my desire accept Jpeg, JPG, Sound clips etc from my wifes Samsung Tocco Ultra, S8300 via bluetooth? Both are paired but after a short while the desire rejects the file/s and says "not allowed" O2 no help and I am wating for HTC to get back to me via email.
View 4 Replies
View Related
May 8, 2010
I am a new to Android OS and trying to find my way Love my Incredible so far but I'm wondering how to handle Outlook invitations. I have my Gmail account set up and am now using Google Calendar but my husband will send me Outlook invitations. I receive the email but there is no place (on my phone) for me to accept or decline it. I realize I can do that if I'm on the PC but that's not always possible. I have read some previous threads where people got it to work but b/c I'm a noobie, I don't understand all the lingo Can anyone explain how to make this work, assuming there is a way?
View 3 Replies
View Related
Sep 24, 2010
2.2 froyo OTA
rooted, virtuous 2.7 + custom kernal
setCPU with just screen off profile
It is very sporatic but happens quite frequently. Sometimes i will see an incoming call, hear the ringer, then when i click "Accept" it appears to be connected, but i hear dead silence. Then about 10 seconds later the call is ended. It may happen a few times in a row, and it also may not happen. I never have any issues dialing out though. I know the people calling me, and sometimes it is people who don't call regularly. They wouldn't play games like prank call me.
View 14 Replies
View Related