HTC EVO 4G :: Switching To A Class 6 SD Card
Jul 15, 2010
can't get my class 6 working. put all files from my class 2 onto my desktop then all those files onto my class 6. not showing that my apps are one my phone now. using apps2sd if that matters. maybe thats the problem? didn't partition my class 6
View 9 Replies
Aug 30, 2010
I've seen this topic with other Android phones, but I'm still not sure if changing a memory card in the Desire is really as easy as it should be. eg. copy the stock card content to a folder on my PC, move all that to the new card, mount it to the phone and done? Apps, settings, etc unchanged? Anyone out there been through this?
View 7 Replies
View Related
Oct 22, 2010
I would like to import my contacts from a disabled sim card (which is possible on older models, W800 to be exact). But, the phone does not switch on. Also, is there no way of checking SIM contacts without importing them?
View 3 Replies
View Related
Dec 21, 2013
I have bee getting a notification for the past few weeks saying storage is almost full. I switched from a small 4gb SD to a 16gb SD and within an hour of switching to the larger card I began getting the notification again.
View 4 Replies
View Related
Feb 7, 2010
I got almost 6MB/s write speed with the stock SDHC card (4GB capacity) that came with the N1. I replaced the stock card with a 8GB class 6 card I had flying around. To my surprise, the class 6 card isn't faster! Write speed is still slightly below 6MB/s. The point is that I eventually want to upgrade to a 16GB. But if the class makes no noticeable difference on the N1, I might as well get a "slower" class 2 card.
View 10 Replies
View Related
Jun 2, 2010
I currently own a class2 16gb sdhc card and was wondering if it will be fast enough for what the EVO can do.
View 2 Replies
View Related
May 19, 2010
I have a class 2 16gb sandisk card, would I notice a difference with a class 6? And would a class 6 card snap photos faster. And with that I mean no lag after the photo is taken.
View 1 Replies
View Related
Nov 20, 2010
What is the highest class and GB Micro SD card that the EVO can support?
View 6 Replies
View Related
Aug 2, 2010
My Phone will be back from repairing This week and I need new Microsd card. I want 16Gb 4 or 6 Class. Maybe you could recommend something?
View 3 Replies
View Related
Apr 24, 2010
If you are planning on buys a microSD card for your incredible just FYI make sure to get a class-6 high speed card.
View 49 Replies
View Related
Jul 17, 2010
What class is the 16gb microsd card? Just wondering if it's class 2 or 4
View 39 Replies
View Related
Jul 7, 2010
I'm creating a new class, using eclipse "New Java Class" dialog box. I can write the superclass I want (I can't find using "browse" button), but I can't write or select an interface to implement. I click "add" but ther is nothing to select. What I'm doing wrong?
View 4 Replies
View Related
Jul 14, 2010
I'm just getting into Android development, and I have a question about communicating between a receiver class and an activity class. I'm very new to JAVA and Android so I hope I don't sound too stupid. I'm developing an application where I intercept an SMS message and then based on various elements of that SMS I might delete it once it's been saved to the inbox. I have a receiver class that intercepts the txt message, and I am also able to delete messages from my inbox with code in the activity class using a button at the moment. The problem I have is communicating between the receiver class and the activity class where the code to delete a message resides. I tried putting that code directly into the receiver class but as I'm sure most of you already know the BroadcastReceiver class doesn't seem to support what I need to delete messages. I've been searching for an answer to this for a while, but haven't been able to find anything. Honestly I'm not sure I know enough about JAVA and Android to even recognize a solution if I saw it.
View 2 Replies
View Related
Jun 27, 2010
What I want to do, is be able to access the object neoApi inside the Neoseeker class, from its inner class RunningTimer. Now, in my code, you can see what I would think to work, but when I run my application, nothing pops up. Nothing inside my TextView, no Toast, nothing at all. How can I remedy this?
package com.neoseeker.android.app;
import java.util.Timer;
import java.util.TimerTask;
import org.json.JSONObject;
import android.app.Activity;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;.......................
View 1 Replies
View Related
Sep 8, 2010
I'm new to Java and android development. In my application I need data which is accessible for a few activities. I've read that a good solution is to use Application class for this. So I use it like this:
public class MyApplication extends Application {
private String str;
public String getStr(){
return str;
}
public void setStr(String s){
str = s;
}
}
and I can access this variable from activity like this:........................................
View 2 Replies
View Related
Oct 8, 2010
I have just started android. I just want to know that how can i call activity class from other java class. i just want to pass class object to activity class.
public class GsonParser extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
MagazineThread thread=new MagazineThread();
thread.start();
}
public GsonParser(JsonMagazineParser Obj)
{
}
}
and i am just doing like from other class. GsonParser obj=new GsonParser(this);passing obj to activity class.how can i achieve that.
View 1 Replies
View Related
Apr 23, 2010
In my app in one package there are some classes. from those classes i want to run one class that is the Gps functionality class. i want to run that class in background. how i do it, i don't know. i am not able to make it solve from any document. if anybody knows the way to solve it please me by run a "hello world" app in the background. i am not able to solve this problem by going through document.
View 2 Replies
View Related
Jul 20, 2010
I'm building a small Android application, but this is more of a Java question than an android question. Looking through the tutorials there are lines that look like: startService(new Intent(this, MyService.class));
What exactly does the "MyService.class" field represent? Is that just a reference to the class for a template?
View 4 Replies
View Related
May 19, 2009
I made a Dialog Class with it's view classI want to pop up the dialog when I got some packets from network. so I made a Thread which parses packets and then I made if clause in Run() method There is no problem with parsing packet but when I enter "if clause" and call showDialog() I got Error message
Is there anyone who knows how to pop up a dialog from different thread?
View 2 Replies
View Related
Jun 26, 2010
I know it comes with a 16g micro SD card, however does it come with a class 6 or a class 2 16g micro SD card ?
View 17 Replies
View Related
Nov 1, 2010
I created a method called insertTable in a class called Table but i can't use it in my onClick method in the main class :
CODE:.......
I want to do a income.insertTable in the onClick method but eclipse say that i need to create a local variable.
View 3 Replies
View Related
Oct 15, 2010
if there are five text in a text view and we want to pass one of them on click event to the next class text view which method i m used on android
View 2 Replies
View Related
Nov 3, 2010
i hav two classes...both classes are extends activity.. i need call other class method on main class on android development..its urgent..please.. i done something like subclass sub = new subclass()...its not work..
In 1st activity class
package org.me.intent_testing;
import android.app.Activity; import android.os.Bundle; import android.widget.; import android.view.; import android.content.Intent;
/** * * @author pavankumar */
public class FirstActivity extends Activity {................
View 1 Replies
View Related
Jul 15, 2010
I want to know how to move from one class to other class in android. I have one main class i.e Addition.java (Main Activity) and i created other subactivity(Form.java). I want to how to make my move from one class(ie.Activity)to other. I tried this,but not working out,just trying to figure out.
View 2 Replies
View Related
Jun 7, 2010
How do you get the $100 credit for porting from AT&T? I've heard many people talking about it, but when I went to the Sprint store the guy said they didn't have any promotion for that.
View 4 Replies
View Related
Jun 16, 2010
I cant really find anything on how to start GPS device if it is switched off and how to stop it if it is no longer needed. can someone guide me?
View 10 Replies
View Related
Jun 25, 2010
Is there a widget to switch it, or something I can set to automatically change to GSM Only when I'm at home/connected to wifi?The issue I have is at home I get very poor 3G signal, but excellent 2G and it keeps switching between the two, but mostly choosing the bad 3G signal, making calls impossible, random disconnections and sometimes not receiving calls at all?
View 2 Replies
View Related
Apr 30, 2010
I am trying to create an input method which has some heavy initialization to do in OnCreate(). The problem is whenever i am switching to my Ime from another ime, it is taking 2-3 seconds to initialize and in mean time if i press edit text repeatedly, OnCreate() and OnDestroy() of my IME are called multiple times. Can I somehow prevent this from happening?
View 2 Replies
View Related
May 21, 2010
I have recently gotten interested in the Android OS.Everything just seems a whole lot better than the iPhone OS.So right now, I have a 3GS on ATT.I REALLY want to get the Evo 4G.I can sell my iPhone anywhere from $400-$450 because its in MINT condition.So that would cover the early term. fee on ATT and the phone cost at Best Buy/Shack. I have been with an iPhone since late 08 and have had it jailbroken since day 1.I am loving my iPhone, but its getting a bit old and Android seems to provide that "wow" factor and the "new phone" factor with each Update.I am ready to pull the trigger right now and sell this iPhone before the "new" iPhone is announced/released. But that brings me to my next few questions.
-Should I maybe see what the new iPhone will bring?
-Is AT&T going to get its 'flagship' Android phone with the power of the Evo and the Incredible? Streak? Aero? HTC?Another factor on the Evo.My nickname is Evo, so kinda goes hand n hand. (hint my username haha)Sorry for the long post and the questions,I just want to know that I am making a decision that I end up regretting.
View 6 Replies
View Related
May 18, 2010
I was hoping to get some of your opinions regarding a decision I have to make. My Sprint upgrade has come and passed,and I am really hoping to get a new phone in the next few months.I currently have a Blackberry Curve 8330,and it's my first smartphone and it's been pretty wonderful, although I do notice it's slow sometimes.For my next phone,I was considering the EVO or the Blackberry Slider (9800) that's supposedly coming to Sprint in the Fall. The main problem I have is that I can't compare my experience with the BB to anything, so I can't really speak to how good it is, etc.Everything about the EVO sounds good, but I'm just worried what exactly I'll be missing leaving Blackberry.Excuse my ignorance, but I'm not even sure how email is handled on any other phone besides a Blackberry.I lurked on some BB forums and they all talk about how great the Blackberry "push" messaging system is, but would the EVO/android/Sense UI provide a similar experience?
View 17 Replies
View Related