[Rom][Unofficial] JellyBean (CM10) VZW (Updated Nightlies)

Search This thread

Aashiqmunda

Member
Dec 8, 2009
37
2
That's a no. You're not supposed to dial *228 in LTE phones as it likely to ruin the sim card. *228 is for 3g phones and older.

And to add, you would actually need to comment on CyanogenMod's website or respective coding website to properly suggest features. It might receive more attention.

Sent from my SCH-I535 using xda app-developers app

Thanks. But i had my phone number changed and i had to program it using *228 and it required to select an option for it. I had to revert back to original ROM and do the programming and it programmed successfully without ruining my SIM. is it that SIM is only ruined on cyanogenmod? i also heard that Verizon specialists recommend programming the device from time to time by dialing *228 and selecting the option 2. Also can you tell me the link to recommend features for cyanogenmod 10 please?
 
Last edited:

Jaytronics

Senior Member
Is it just me or did others get a funky verizon message and then lose phone service too? This is awful. I don't think it's related to the rom per se but I don't know where to post this. I cannot dial out and phone number reads wrong. Have been running the 10/18 build with no problems til now.

First, I got message saying that there was an error in retrieving my voicemail, about 9 a.m. Eastern. It persisted, so I followed what it said, to power off my phone. Reboot and now it says it wants a prepaid card number etc. and will connect me to some Verizon rep, but it never goes on to do that...it hangs up on me.

LTE/3G also not working. Any suggestions? I have tried all combinations of NV/Sim, home/automatic, LTE/Evdo/Cdma. Sorry I am not very good at this but I hope someone else can guide me. Anyone else having problems suddenly like this?

I'm no expert. Though I do try and pretend to be at times. But, it sounds as though you're sim is cooked. Do you know any one else that uses the same type of sim as you? Put your sim in their phone see if it works. If it does, re flash. If I doesn't, get new sim and re flash. That's all that I can suggest.

Sent from my SCH-I535 using xda app-developers app
 

jmaeishi

Senior Member
Aug 26, 2010
72
1
Conway, NH
I'm no expert. Though I do try and pretend to be at times. But, it sounds as though you're sim is cooked. Do you know any one else that uses the same type of sim as you? Put your sim in their phone see if it works. If it does, re flash. If I doesn't, get new sim and re flash. That's all that I can suggest.

Sent from my SCH-I535 using xda app-developers app

Thank you but I guess it was just Verizon. It's just too strange. I'll keep that in mind in case it keeps happening.
 

jmaeishi

Senior Member
Aug 26, 2010
72
1
Conway, NH
Thank you but I guess it was just Verizon. It's just too strange. I'll keep that in mind in case it keeps happening.

This is from the modems/odim thread also in our forum:

***
Quote:

Originally Posted by kmdtcs

Is it possible to get the RPM file without flashing an entire rom? I've searched and found variations of this questions asked but haven't found any answers (so I apologize if my search skills are lacking). I would just rather stay on ICS for now but I've got the "No Sim" issue and have heard that the VRLBI5 radios have fixed it for some people so I was looking to flash it but will probably need the RPM file to actually fix the "No Sim" issue.

yes i have the rpm file linked in section 6 of my guide.
***

I'm wondering if that is the issue related to why I lost service earlier
 

dimsdale

Member
Dec 19, 2011
48
5
Anyone know where the screen gamma settings are on this ROM?
Thanks!

Sent from my Galaxy Nexus using Tapatalk 2
 

jmaeishi

Senior Member
Aug 26, 2010
72
1
Conway, NH
Even worse

Thank you but I guess it was just Verizon. It's just too strange. I'll keep that in mind in case it keeps happening.

I'm not sure what's wrong but I wish I could find some reference to follow. I used to have an Evo and it seemed like everything was answered in their forums. Here? Maybe it's my Sim, but that would be the last thing I would suspect, without good reason. What are others experiencing? I am not at all sure that the problem with sim is the case. It's just become worse since I first reported this problem. Could it be something else? Doesn't someone here have any idea how to at least see what the problem is? I'm happy to donate to someone who helps reach a conclusion...please help...longtime cm fan, though I'm willing to *switch* if this cannot work. Tried 11/15 update it just doesn't work and 10/18, 10/25 same results. Awful 3g or LTE (not sure what is available in my area).

I don't know anyone who has a Samsung Galaxy SIII or I would try swapping the SIM. Is there any other way to tell if it's my SIM? How can I be sure it's not the ROM or some other issue, radio, etc? I appreciate any advice that can help resolve this problem.

Sometimes, when I turn the phone off and then back on, 3G/LTE starts to work again. It's very wierd.
 
Last edited:

droidiam

Senior Member
Sep 23, 2010
115
4
Just curious if the signal is any better than on the official cm roms for the vzw s3?

Sent from my SCH-I535 using xda app-developers app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 43
    Screenshot_2012-07-22-01-02-43.png
    Screenshot_2012-07-21-23-49-12.png



    CM10 (JellyBean) Nightlies on the SCH-I535 By Invisiblek


    I'm not responsible if u mess up your phone.

    BootLoader Unlock And Root Required Thanks Adam Outler!!!

    Recoveries
    CWM or TWRP Recommended


    Roms
    Invisiblek's Unifficail CM10 Nightlies / Mirror / Mirror / ChangeLog


    Gapps
    Latest Gapps 7/26
    Gapps Directory

    Instructions

    1. Reboot to Recovery

    2. Make a backup of current stock rom just in case something goes wrong or you dont like it.

    3. Wipe data, cache, dalvic cache and install cm10 and gapps reboot.

    4. You are now running Jelly Bean :)

    If you don't like it or there is a problem, simply reboot to recovery and wipe all. Then restore stock rom backup.



    Few people have experienced losing there IMEI after flashing. Solution Below.

    It is HIGHLY recommended making a backup of your IMEI before flashing anymore roms.
    Thanks xMopx
    Original Thread Here


    Make a backup of your IMEI / MEID / EFS Data in case you need to restore it in the event that it is lost after a flash.

    This will put a copy of efs.sbn on the root of your internal sdcard.

    From PC
    Code:
    adb shell
    su
    dd if=/dev/block/mmcblk0p11 of=/sdcard/efs.sbn

    or

    From Terminal Emulator
    Code:
    su
    dd if=/dev/block/mmcblk0p11 of=/sdcard/efs.sbn



    Easy restore if needed.

    PC
    Code:
    adb push efs.sbn /sdcard/efs.sbn
    adb shell
    su
    dd if=/sdcard/efs.sbn of=/dev/block/mmcblk0p11
    reboot

    Terminal Emulator
    Code:
    su
    dd if=/sdcard/efs.sbn of=/dev/block/mmcblk0p11
    reboot

    Fix for lost IMEI without a back up.
    Thanks PureMotive


    Thanks cyanogen, invisiblek, dhacker, cvpcs, puremotive and anyone else i may have forgotton.
    8
    Thought I'd post this here. Here's how to manually upgrade without the CASUAL program. I extracted the aboot.img from the CASUAL jar, and here are the commands to run via adb.

    Code:
    adb push aboot.img /sdcard/aboot.img
    
    adb shell
    
    su
    
    dd if=/sdcard/aboot.img of=/dev/block/mmcblk0p5

    All credits to Adam on this, just wanted to give people some options.

    I have confirmed I do not have a brick on CM10 after doing this and rebooting.

    MD5 (aboot.img) = 0ba9ad45fc15cf3d62af7dd363686b3f
    6
    Thats enough on the twrp issue.
    5
    Invisiblek place look like is down

    Sent from my SCH-I535 using xda app-developers app

    yea, goo.im is down for the weekend
    builds will be up here: http://www.androidfilehost.com/main/Samsung_Galaxy_SIII_Developers/Invisiblek/
    i'll be mirroring there in the future too

    also we'll have torrents too now, i recommend them to save strain on sites, please seed as well!
    4
    Have anyone run into the data problem like the one in CM9? Is camera/camcorder working? Thanks!

    4g works like a charm for me. Also, Camera, front cam and video on both work just fine.