Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    offline Itty Bitty Modder
    Join Date
    Nov 2010
    Location
    China
    Posts
    19
    Thanks
    8
    Thanked 1 Time in 1 Post
    Downloads
    3
    Uploads
    0

    Question We got MOTO MIX,help us to get the official 2.1!!

    bhanzc,a member in our community(Hiapk) has got a Korean XT ,the moto mix. We are trying to get the official 2.1
    in it.He has done the root,and tomorrow he will put in custom recovery(sound like the phone blongs to his or her friend). So,maybe soon we will get a nandroid of the official korea 2.1!!

    So guys,is that enough for fixing the route problem? Or we will get a new rom?
    Last edited by changran; 03-23-2011 at 05:11 AM.

  2. #2
    offline Of Mice and Modders
    Join Date
    Nov 2010
    Posts
    78
    Thanks
    48
    Thanked 124 Times in 29 Posts
    Downloads
    18
    Uploads
    0
    Sounds Awesome!
    He can pull the files without a custom recovery if he already have the root access.
    adb pull /system/lib/libaudio.so
    That would be awesome to everyone. If he cannot get a nandroid, he should pull every single file of the phone.

  3. #3
    adlx's Avatar
    online Maker of adlxmod
    Join Date
    Jan 2010
    Location
    Madrid, Spain
    Posts
    1,053
    Thanks
    625
    Thanked 1,524 Times in 378 Posts
    Downloads
    30
    Uploads
    0
    No need to install a custom recovery, he can use romdump:

    Index of /romdump

    Method One - ADB

    ADB stands for Android Debug Bridge, and is something you really should have working, I dont intend to enter into a long tutorial on how to install and set this up, but someone at google has (Google USB Driver | Android Developers). Make sure you have enabled 'USB Debugging' on your device (goto Settings / Applications / Development).

    Once you have adb type the following commands on your computer:

    adb push install /data/local/
    adb shell chmod 04755 /data/local/install
    adb shell /data/local/install


    you should see something like following:

    Android ROM dumper v0.72b
    (c)2010 Sebastian404[*] Android local root exploid (C) The Android Exploid Crew
    [+] Using basedir=/sqlite_stmt_journals, path=/data/local/install
    [+] opening NETLINK_KOBJECT_UEVENT socket
    [+] sending add message ...[*] Try to invoke hotplug now, clicking at the wireless[*] settings, plugin USB key etc.[*] You succeeded if you find /system/bin/romdump.


    Once you see that you need to turn your Wifi on and off, usualy in Settings / Wireless & Networks / Wi-Fi

    now thats done, type the following on your computer:

    adb shell romdump


    then wait for it to finish, it can take a while.



    Method Two - Terminal

    You need to install a terminal application from the Android Market, I recomend google's own, but as long as its free.

    Once you have installed it, copy the downloaded install file to the root of your sdcard, then launch your terminal application and type the following commands on your device:

    cat /sdcard/install >/data/local/install
    chmod 04755 /data/local/install
    /data/local/install


    you should see something like following:

    Android ROM dumper v0.72b
    (c)2010 Sebastian404[*] Android local root exploid (C) The Android Exploid Crew
    [+] Using basedir=/sqlite_stmt_journals, path=/data/local/install
    [+] opening NETLINK_KOBJECT_UEVENT socket
    [+] sending add message ...[*] Try to invoke hotplug now, clicking at the wireless[*] settings, plugin USB key etc.[*] You succeeded if you find /system/bin/romdump.


    Once you see that you need to turn your Wifi on and off, usualy in Settings / Wireless & Networks / Wi-Fi

    now thats done, you will need to launch the terminal application one more, and type the following:

    /system/bin/romdump


    then wait for it to finish, it can take a while.



    Once the program has finished you should find a directory in the root of your SD card called romdump and a sub-directory named after your device model. Take those files and give them to someone who knows how to make a recovery zip.
    Download my 1-click Recovery Flasher to flash a custom or stock recovery to your phone: Cliq, CliqXT, Backflip, ...

    Like my work? Support me: & visit my adlxmod site and follow me on Twitter
    Tambien me puedes encontrar en Movilzona (Esp)

  4. #4
    offline Itty Bitty Modder
    Join Date
    Nov 2010
    Location
    China
    Posts
    19
    Thanks
    8
    Thanked 1 Time in 1 Post
    Downloads
    3
    Uploads
    0
    Thanks for the answers guys,I'll talk him later!

  5. #5
    offline So I Hear You Can Mod
    Join Date
    Nov 2010
    Location
    UAE
    Posts
    398
    Thanks
    34
    Thanked 114 Times in 66 Posts
    Downloads
    3
    Uploads
    0
    Nice!
    Anyone know which frequencies are used in Korea? I'd be interested in the radio.img

  6. #6
    offline Of Mice and Modders
    Join Date
    Nov 2010
    Posts
    78
    Thanks
    48
    Thanked 124 Times in 29 Posts
    Downloads
    18
    Uploads
    0
    if u're afraid of losing 850MHz 3G frequency with the korean radio.img, dont worry. they use 850MHz there.

  7. The Following User Says Thank You to marcelo92 For This Useful Post:

    GroovyG (03-23-2011)

  8. #7
    offline So I Hear You Can Mod
    Join Date
    Nov 2010
    Location
    UAE
    Posts
    398
    Thanks
    34
    Thanked 114 Times in 66 Posts
    Downloads
    3
    Uploads
    0
    Not afraid of loosing 3G myself, but if that radio has 850MHz 3G we'll have a natively working audio routing for all frequencies and can build flawless ROMs for everyone here accordingly (already working here for 2100MHz)

    Hmm, are you sure Marcelo? Just checked, and both operators I found (KTF & SK Telecom) run 2100MHz
    Or did I miss some?
    Last edited by GroovyG; 03-23-2011 at 08:43 AM.

  9. #8
    offline Of Mice and Modders
    Join Date
    Nov 2010
    Posts
    78
    Thanks
    48
    Thanked 124 Times in 29 Posts
    Downloads
    18
    Uploads
    0
    Oh ****, u're right:

    MOTO MIX for South Korea | Mobile Creek

    Anyhow, maybe with the new libaudio, specifically for the XT, we wont need the radio to solve the speaker / routing issues.

  10. #9
    offline Itty Bitty Modder
    Join Date
    Nov 2010
    Location
    China
    Posts
    19
    Thanks
    8
    Thanked 1 Time in 1 Post
    Downloads
    3
    Uploads
    0
    So,I've talked to bhanzc.It seems a little difficult for him to use adb or something else,so he will make a nandroid for us. I don't konw what's in it .We are worried it will break the phone in case there is a radio in the nandroid if we restore it ,or not?

    Anyway,he said he and his friend will try to install a custom recovery and nandroid it on this Friday(local time,GMT8).Once we got the nandroid
    backup we will share with you guys.

    By the way,we use the europe freqency,diffirent from korea
    Last edited by changran; 03-23-2011 at 07:11 PM. Reason: Automerged Doublepost

  11. #10
    rfunderburk's Avatar
    offline Sailor Sam the Mod
    Join Date
    Nov 2010
    Location
    Little River, SC
    Posts
    235
    Thanks
    241
    Thanked 115 Times in 58 Posts
    Downloads
    6
    Uploads
    0
    android kitchen (I'm sure other methods too) will separate the radio image from the boot & system. A nandroid can be of much use.

  12. The Following User Says Thank You to rfunderburk For This Useful Post:

    changran (03-23-2011)

  13. #11
    offline Of Mice and Modders
    Join Date
    Nov 2010
    Posts
    78
    Thanks
    48
    Thanked 124 Times in 29 Posts
    Downloads
    18
    Uploads
    0
    With a nandroid, we can make everything lol
    Hope he can install a custom recovery easily.

  14. #12
    offline Itty Bitty Modder
    Join Date
    Nov 2010
    Location
    China
    Posts
    19
    Thanks
    8
    Thanked 1 Time in 1 Post
    Downloads
    3
    Uploads
    0
    Quote Originally Posted by rfunderburk View Post
    android kitchen (I'm sure other methods too) will separate the radio image from the boot & system. A nandroid can be of much use.
    Nice!!

  15. #13
    offline Of Mice and Modders
    Join Date
    Nov 2010
    Posts
    78
    Thanks
    48
    Thanked 124 Times in 29 Posts
    Downloads
    18
    Uploads
    0
    Unfortunately, a nandroid does not have the radio.img; Dont know any other ways of getting it right now. But with the rest of the files, its possible to improve some aspects.

  16. The Following User Says Thank You to marcelo92 For This Useful Post:

    rfunderburk (03-23-2011)

  17. #14
    41rw4lk's Avatar
    offline Skilfull Modder
    Join Date
    Dec 2010
    Posts
    515
    Thanks
    76
    Thanked 124 Times in 88 Posts
    Downloads
    8
    Uploads
    0
    No one can grab the actual update package? Just asking.

  18. #15
    offline Itty Bitty Modder
    Join Date
    Nov 2010
    Location
    China
    Posts
    19
    Thanks
    8
    Thanked 1 Time in 1 Post
    Downloads
    3
    Uploads
    0
    We don't have package,just a phoe.

Page 1 of 2 12 LastLast

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
  •