{X10} [Discussion Room] CyanogenMod by Team FreeXperia

Search This thread

flez1966

Senior Member
Jul 21, 2011
190
15
not going for a holy thread resurrection but just had an x10i brought to me with old 1.6 firmware, obv its painful for the guy after his other x10 died with 2.2 on...

Any possibility of getting the phone off 1.6 and onto something more usable via sdcard only?
 
  • Like
Reactions: grabsurprise

flez1966

Senior Member
Jul 21, 2011
190
15
Thanks, had a post over there, but its like most of the other threads they all seem to need a pc/ubs/phone connection, which the phone has no usb connector due to the prev owners usage..

tried for 3 days now to get USB functional but its beyond any remedy on any hw level.
 

MrSpyrydus

New member
Sep 4, 2013
1
0
Hello guys! I have an Xperia X10i and i was wondering 2 things:
1.Is the x10 cyanogen compatible with (and stable on) X10i?
2.Do you have a working download link for this version or any other version of cyanogen that works on X10i?
Thank you in advance and sorry for reviving such an old thead
 

Top Liked Posts

  • There are no posts matching your filters.
  • 25

    "The only rule of CyanogenMod: You dont ask for ETAs."



    Dear All,

    This thread is created to separate non development post inside CyanogenMod by Team FreeXperia Development thread and to keep it clean.

    What can you post here?
    -Anything related to FXP & CyanogenMod
    -Installation problem
    -Non-FXP kernels for FreeXperia CM
    -possibly bug? (before forwarded to FXP, which its might not from the ROM)
    -problem with installation
    -previous version of FXP release.
    -All noob questions


    What you should NOT post in development thread?
    -Thanks, Thank you or +1 (just hit button THANKS if someone else helped you)
    -Reporting the same bug that already been raised (please use/view BUGTRAKER before posting/reply)
    -Reporting bug on previous version (J & Team are development for latest version, not old )(you can post it here)
    -If you plan on downloading new release/the ROM (no need to mention, just download and report the bug)

    I hope J / FXP and Team FreeXperia don't mind if i made this thread.

    CyanogenMod Development Thread:
    {X10}[DEVELOPMENT] - CM7.2.0 - FreeXperia Project
    CyanogenMod 7.2 Installation Guide by colossus

    {X10}[DEVELOPMENT] - CM9.0 - FreeXperia Project
    CyanogenMod 9.0 Installation Guide by colossus

    Official CyanogenMod Website:
    CyanogenMod

    If you like to donate:
    FXP paypal

    and always hit THANKS to FXP and Team FreeXperia for a great ROM.

    Fix for:
    {CM9.0} Unofficial Camera hack/fix. thanks to zdzihu

    getprop" error... HERE , THANKS TO Hzu

    DATA BUG FIX CM9 Thanks to G-par

    uploaded.to working in U.S. Solution. Thanks to TAL333

    Now let the discussion begin ;)

    Cheers
    24
    3g working on CM9.0 - FXP107 FreeXperia Project rom

    Hello guys, i just succeded mobile data to work on CM9.0 - FXP107 FreeXperia Project rom. Here is how:
    Just download from the market HiAPN Global "https://market.android.com/details?id=net.hidroid.hiapn.ml&feature=search_result#?t=W251bGwsMSwxLDEsIm5ldC5oaWRyb2lkLmhpYXBuLm1sIl0".
    Open the app.
    Click on DNS Check, read the prompt and then press ok.
    Go to bottom of the page and press change dns to write allowed.
    After that deactivate transmitter ( it is the second button from the top of the same page, after the ping test ) and then again activate transmitter. After a few seconds you sould see the 3G icon over the signal bars.
    Thats it, mobile data is on and running.
    You may need to activate/deactivate transmitter on every restart.
    Hope i helped you, and by the way, excellent work FXP, love my new phone.:D
    14
    Thanks, I've tried it last night with changing ro.product.mode. via PC, then adb push while I was in recovery..I succeeded, but I couldn't find zip on SDCard, so I flashed doomkernel, and now I'm back on Feralab's ROM, but when I have time, I will copy two ROM files on SDcard, one with ro.product.model = x10i and es209ra (but I think it's x10i)..anyway..Thank you ;)..

    Cheers :D

    Just remove the getprop lines from the updater-script in the .zip.

    ---------- Post added at 08:49 PM ---------- Previous post was at 08:48 PM ----------

    Hey developers and all others :D.. I'm using Xperia x10i (there is description in my signature - including that I'm on Unlocked Bootloader)

    I have a problem..Well, it's about installation of CM9 update-cm-9.0.0-RC0-es209ra-KANG-signed.zip and I have problem with getprop("ro.product.device"==x10i" || getprope("ro.build.product")=="x10i") ||| getprop("ro.build.product")=="x10a" || getprop("ro.product.device"=="es209ra" || getprop("ro.build.product")=="es209ra"
    E:Error in /sdcard/cm9/update-cm-9.0.0-RC0-es209ra-KANG-signed.zip
    (Status 7)
    and I know I have to change those values in /system/build.prop on my phone or in same file in updatexxx.zip file..

    I'm asking you and I know someone can help..

    So, below are lines from update-cm-9.0.0-RC0-es209ra-KANG-signed.zip

    ro.product.model=Xperia X10
    ro.product.brand=SEMC
    ro.product.name=X10i
    ro.product.device=es209ra
    ro.product.board=es209ra

    So, Which lines I have to change, so I can install and try this CM9?

    Again, remove the first 3 lines from the updater-script in the zip. It's the getprop lines.

    ---------- Post added at 08:56 PM ---------- Previous post was at 08:49 PM ----------



    HOW TO FIX ASSERT FAIL (AKA GETPROP ERROR)

    Alright, since there are so many people asking the same questions over and over without even trying to do some research (seriously, it took a very few mouse clicks and keyboard typing, because it has been answer thousands of times, or you're just trying to increase your posts count).

    Anyways, to fix that "getprop" error, open the zip, and extract the update-script from /META-INF/com/google/android/. Open it with notepad or any other text editors you prefer. And remove the following lines:
    Code:
    assert(getprop("ro.product.device") == "X10i" || getprop("ro.build.product") == "X10i" || getprop("ro.product.board") == "X10i" || 
           getprop("ro.product.device") == "X10a" || getprop("ro.build.product") == "X10a" || getprop("ro.product.board") == "X10a" || 
           getprop("ro.product.device") == "es209ra" || getprop("ro.build.product") == "es209ra" || getprop("ro.product.board") == "es209ra");

    And replace the existing updater-script from the zip with the one you just edited.

    Yes, you can do this on your phone. I recommend ZArchiver to extract and archive the files(I am not sure if you can extract only one file and replace only one file). Oh, you can also try X-plore File Manager since it opens archives like folders, so you can just navigate to the folder, extract the file, edit it and copy it back into the archive. It should work that way.

    Now, don't be lazy and do some research before you keep asking the same thing over and over. Yes, the community serves to help the people but it is very annoying to tell the same thing over and over again.

    P.s. @OP, please include this message into the first post, or any other FAQ or Q&A thread for FXP ROMs. Thank you.
    11
    Can any one upload 127 kernel please.:)

    Here you go. Unzip it.
    7
    Autorotate 113 7.2 fix

    After instaling Cm7.2 113 autorotate did not work..
    113 rom is missing /system/lib/hw/sensors.es209ra.so
    after copying this file from 112 rom into the 113 zip file and reinstalling the rom autorotate works perfectly!! :D