top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Will unlocked Verizon LTE Galaxy S4 with SIM card work on a straight talk plan?

+1 vote
397 views

Earlier I was able to use straight talk on my galaxy s4 but after canceling my Verizon contract and unlock, I am not able to use straight talk.

Wanted to know if an unlocked Verizon LTE Galaxy S4 with SIM card will work on a straight talk plan.

posted Jun 10, 2014 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

There should not be any issue with unlocked SIM phone with a straight talk, I would suggest that talk to the Yes the phone will definitely work on Straight Talk but there can be problems from the operator side.

So I would suggest to call Verizon and get the clarity (if operator is not supporting that on a unlocked phone then it may not be possible)

answer Jun 10, 2014 by anonymous
Similar Questions
+1 vote

I am using Samsung Galaxy S3 with 3G plan and planning to buy Samsung Galaxy S5 LTE. Now the question is that will I still be able to use 3G?

Also I believe 3G sim card is same as the LTE sim card, is my understanding correct?

+1 vote

I want to swap my iPhone-4 for a Galaxy-S3. The Verizon Galaxy-S3 takes sim cards which I don't have one. I have an extra 4G lte sim card but my number isn't on it.

Now in summary the query is how do switch my activated iPhone with an activated Galaxy.

+1 vote

I am trying to detect Cellular signals without an installed SIM card. The phone I'm using is a Motorola Nexus 6. And the code I am using is below -

tm  = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
List<CellInfo> cInfoList = tm.getAllCellInfo();  

for (final CellInfo info : cInfoList) {
  if (info instanceof CellInfoGsm) 
     sR =  "GSM: " + gsm.toString() + "\n" + ((CellInfoGsm) info).getCellIdentity();
  else if (info instanceof CellInfoCdma) 
     sR =  "CDMA: " + cdma.toString() + "\n" + ((CellInfoCdma) info).getCellIdentity();
  else if (info instanceof CellInfoLte) 
     sR =  "LTE: " + lte.toString() + "\n" + ((CellInfoLte) info).getCellIdentity();
  else if (info instanceof CellInfoWcdma) 
     sR =  "WCDMA: " + wcdma.toString() + "\n" + ((CellInfoWcdma) info).getCellIdentity();

When the SIM slot is empty, cInfoList contains only objects of CellInfoGsm and CellInfoWcdma, which are 3G. If I insert a SIM card and let it connect, then cInfoList contains only instances of CellInfoLte, which is 4G.

Can you explain me why I cannot detect LTE cell networks without a SIM card and why I cannot detect 3G networks with a SIM card?

0 votes

Wiki is listing Samsung Galaxy Note 3 only for LTE but on detailed page it lists both specs of LTE and GSM. Does it mean it's really same ROM for both models ?

I need Cyanogenmod on my note 3 international GSM, so is it possible that i install the LTE version on it.

...