Join Today













Site Sponsor
Page 2 of 4 FirstFirst 1234 LastLast
Results 7 to 12 of 20
  1. #7
    Apprentice
    Join Date
    Jul 2010
    Posts
    48
    Rep Power
    0

    Default

    ok i already got that link. it only describes how to enable the web, apps, gps and mms but wheres the forum about flashing moto droid a855 to metro? or that method also applys for flashing too? or is that a all in one fully flash to metro and enable everything?

  2. #8
    Apprentice
    Join Date
    Jul 2010
    Posts
    48
    Rep Power
    0

    Default

    Quote Originally Posted by ljohnson1981 View Post
    The Droid solution has been posted on Howard Forums, Mobile Files and I do believe XDA as well google is your friend buddy!
    oh believe me when i search all those three sites, it came up with nothing. i've been on each site searching for about 2 1/2 hours and its frustrating and im tired.

  3. #9
    ?LOST? whitey10tc's Avatar
    Join Date
    Jan 2010
    Location
    Sandy, Utah, United States
    Age
    49
    Posts
    1,701
    Rep Power
    878

    Default

    Yes that tutorial is a all in one for NAM, PRL, Etc. Use CDMA WS see the underlined part in the quote below. Also for just basic flash talk/txt check this one out. [Only registered and activated users can see links. ]
    On a side note you will need to get the ESN/MEID entered into the Metro system not sure how that works.

    Also you said you had searched other forums, I'm glad you came here to ask for the help.
    I did a search on Ho-Fo metro pcs forum and came up with 5 pages with Moto Droid in the thread. Most are hijacks.

    Quote Originally Posted by http://www.howardforums.com/showthread.php/1654666-How-To-Web-apps-gps-and-MAYBE-MMS-on-Moto-Droid
    How To: Web, apps, gps, and MMS on Motorola Droid

    [Only registered and activated users can see links. ]
    This is a modified version if the Cricket tutorial. Big thanks to SyZtyM for gathering all the info.

    Please note: I am NOT the sole creator of this and credit does not go to me alone for creating this solution. There are a large number of contributors that all played a part in getting this up and going.

    Special thanks and credit should go to
    gijoey1980
    Tracphonejunkie
    whiterabittorg
    To0
    Insaincain (For the nv items. You are a legend, and credit is due where credit is due)
    Admin (For all sites. PERIOD)
    tzBIGWORM (for his youtube video)
    Leviuqse (for apn settings)
    Myself and many others.
    If you were involved and I didn't mention you please let me know and I will add your name to the list


    If anyone notices a step I may have missed please let me know so I may edit the tutorial, thanks.

    I do not claim responsibility if you damage your phone, proceed at your own risk.


    You will need:
    -CDMA WS 3.5 (2.7 will work) GOOGLE
    -Android SDK [Only registered and activated users can see links. ]
    -Root Explorer (optional) Android Market
    -Hardware [Only registered and activated users can see links. ] [Only registered and activated users can see links. ]
    -Motorola A855 [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] (32bit Drivers)
    -Autostart.sh and U2nl (thanks to whiterabbit). Download precompiled arm binary. Save autostart.sh and U2nl in C:\android\tools\
    [Only registered and activated users can see links. ]
    -Autostart (Root) from Market
    -NV Items from whiterabbit.org
    First step is to make sure you have the drivers installed on your computer, and you also need to have Android SDK installed on your computer.
    You will need to root the phone, key here is to make sure the kernel you load supports iptables.

    Root and ROM: Please Root and flash a ROM before you start this tutorial. If you flash a ROM after you may lose your settings. I recommend Adamz or Bugless Beast because I have confirmed these settings to work on these ROMs.
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]


    Now that your Droid is Rooted and has a custom ROM, let’s get started.

    NV Items:
    Go to [Only registered and activated users can see links. ], enter your10digit#@mymetropcs.com as the login string, click 2.7 or 3.5 depending on which version of CDMS WS you have then click generate. It should download a text file. These are your NV items.

    Hold down “T” on the keypad and power on phone.

    Plug into computer and open HW Virtual [Only registered and activated users can see links. ]

    In HWVS set the IP address to 192.168.16.2 and the port to 11008, choose the com port you wish to use and click Create COM. (For this tutorial we will use COM5)

    Open [Only registered and activated users can see links. ] WS and connect to COM5.

    On security tab send SPC 000000.

    Go to “Memory” tab and click write under NV items, find the downloaded NV items and select them.

    It should then say NV items were successfully written to phone.

    Go to Main tab and click mode reset.

    You can now close HWVS and CDMA WS and open cmd.exe on your computer.

    Once phone reboots go to the market using [Only registered and activated users can see links. ] and download and install Autostart (Root).

    Open the Voice Dialer on the phone and say “Open APNs” and click open.

    Click on the Verizon APN and edit everything to match below. If there are no APN’s create a new one:
    Name: metropcs
    APN: internet
    proxy: wap.metropcs.net:3128
    port: 3128
    username: 10digit#@mymetropcs.com
    password: metropcs
    server: wap.metropcs.net
    mmsc: [Only registered and activated users can see links. ]
    mms proxy: wap.metropcs.net
    mms port: 3128
    mmc: 310
    mnc: 004
    auth type: not set
    apn type: not set
    Or:
    Name: Metro
    APN: internet
    Proxy: wap.metropcs.net
    Port: 3128
    Username: [Only registered and activated users can see links. ]
    Password: metropcs
    Server: *
    MMSC: [Only registered and activated users can see links. ]
    MMS Proxy: (nothing)
    MMS Port: (nothing)
    MMC: 310
    MNC: 004
    Auth Type: (nothing)
    APN Type: (nothing)
    I have tested both settings and both are confirmed working.

    Now click the menu button and click Save.



    Before starting the next step make sure you have the u2nl file and autostart.sh in this folder c:/android/tools

    Now go to the command prompt on your pc and type the following commands:
    cd c:\android\tools
    adb remount
    adb push c:\android\tools\u2nl /system/bin/u2nl
    adb push c:\ android\tools\autostart.sh /data/opt/autostart.sh
    Now:
    adb shell
    chmod 0755 /system/bin/u2nl
    chmod 0755 /data/opt/autostart.sh
    reboot

    If you are having trouble with adb try this:
    [Only registered and activated users can see links. ]
    -If there is no opt folder to paste autostart.sh in, create one.
    -If it does not let you paste u2nl in /system/bin click Mount R/W


    Now, once your phone has rebooted, you should have working web, app, gps, and mms. If you don’t go back and check all the steps to insure you did everything exactly right.

    At this current time you must have WI-FI disabled on boot for autostart.sh to run.

  4. #10
    Apprentice
    Join Date
    Jul 2010
    Posts
    48
    Rep Power
    0

    Default

    thanks for the link whitey but after i get in to the programing what do i need to put in those fields? it already have some numbers in it already but do i have to put metro pcs config numbers in there to be able to work for metro?

  5. #11
    ?LOST? whitey10tc's Avatar
    Join Date
    Jan 2010
    Location
    Sandy, Utah, United States
    Age
    49
    Posts
    1,701
    Rep Power
    878

    Default

    Quote Originally Posted by Mikejones396 View Post
    thanks for the link whitey but after i get in to the programing what do i need to put in those fields? it already have some numbers in it already but do i have to put metro pcs config numbers in there to be able to work for metro?
    Yup, now your catching on.

  6. #12
    Apprentice
    Join Date
    Jul 2010
    Posts
    48
    Rep Power
    0

    Default

    and where can i get these metro config numbers? also if i was able to get the metro config numbers, i also have to flash the metro prl into the phone with cdma ws right?


 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. yes i just bought a motorola droid and i need help on how to flash it to metro pcs?
    By naphtali214 in forum Flashing Android to Metro PCS
    Replies: 1
    Last Post: 02-15-2011, 07:28 PM
  2. flashing bb 8530 to metro
    By szwedson in forum Flashing Blackberries to Metro PCS
    Replies: 3
    Last Post: 11-08-2010, 05:14 PM
  3. flashing cdm 8615 to metro
    By Mikejones396 in forum General Disscusion
    Replies: 0
    Last Post: 10-28-2010, 08:29 PM
  4. (Metro PCS) Help writting NV Files to Moto Droid Split and Moved to Metro forum.
    By velazcod in forum Flashing Motorolas to Metro PCS Help
    Replies: 16
    Last Post: 08-05-2010, 04:59 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •