{X10} [Discussion Room] CyanogenMod by Team FreeXperia

Search This thread

baz@gmx.co.uk

Senior Member
Dec 2, 2010
657
124
Already had this problem,

- Re-Install feralab (or another rom), with doomkernel before;
- Install root explorer or something else, go to /system/build.prop
- change ro.product.model from X10 to X10i, X10a or es209ra.
- flash fxp kernel
- flash rom
- enjoy! :)

Or edit the updater script and remove the lines that are attempting to get build prop info. I think this issue will keep coming up, perhaps the update script could be edited to return a generic value if the model info is not present (or is just x10).. Just a thought :)

Sent from my X10i using XDA App
 

Amel.Spahic

Senior Member
Feb 18, 2012
326
94
Zenica
Already had this problem,

- Re-Install feralab (or another rom), with doomkernel before;
- Install root explorer or something else, go to /system/build.prop
- change ro.product.model from X10 to X10i, X10a or es209ra.
- flash fxp kernel
- flash rom
- enjoy! :)

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
 
Feb 18, 2011
14
3
Singapore
Waiting for FXP ROM

Hi Guys,

I am waiting CM7 FXP (X10i) on some of the fixes.
I would like to have the following
  • Deep Sleep
  • HD Camera

I have constantly following this bugtracker and changelogs: http://code.google.com/p/freexperia/

I do know that there are some problem stated by XDA users (E.g. camera flash, etc)

I have also heard that for now there won't have deep sleep because of the camera fixes. Is this true???
How can I know that the deep sleep problem are fixed at the bugtracker and changelogs? What is the keyword on the change log that will state the deep sleep problem have been fixed?


SincerelyThankful
 
Last edited:

maxpower1985

Senior Member
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
You didnt see the zip file because the file you downloaded from fxp is a .7z not .zip. You need to extract the content and copy the .zip on your sdcard.. ;)

Sent from my X10i using XDA App
 
  • Like
Reactions: Amel.Spahic

MatEonwe

New member
Feb 28, 2012
4
0
Vancouver
No rotate after usb plugged in

Is anyone else having this issue?
After I plug my usb cord in, whether to the comp or directly to the wall, my screen will no longer rotate.

Xperia X10
Kernel: 2.6.29-FXP SRMCUser@SEMCHost #1
CM: 9.0.0-RC0-es209ra-KANG
Baseband: 2.1.71
 

guzior2

Member
Dec 31, 2011
10
0
hi,

And everytime you used the fxp kernel and unlocked bootloader.
Otherwise it is very strange.

Verstuurd van mijn X10i met Tapatalk

everytime before new update i flash new kerner provided and wipe everything than i install new version and gapps

-unlocked bootloader

when i plug in to charge in offline mode i have green led and nothing is happening
 

varshil

Senior Member
Sep 4, 2010
730
399
32
mumbai
everytime before new update i flash new kerner provided and wipe everything than i install new version and gapps

-unlocked bootloader

when i plug in to charge in offline mode i have green led and nothing is happening

Wait fr 1-2 mins, it ll start charging...

Sent from my X10i using xda premium
 

Amel.Spahic

Senior Member
Feb 18, 2012
326
94
Zenica
Build.prop

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?
 

jan2jan

Senior Member
Dec 31, 2010
172
18
everytime before new update i flash new kerner provided and wipe everything than i install new version and gapps

-unlocked bootloader

when i plug in to charge in offline mode i have green led and nothing is happening

then be patient and wait till green led switch off. You must only be patient.
 

xenneco

Senior Member
Apr 14, 2011
211
23
Almería
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?

You can try this:
First, you install the FXP kernel. After, you will flash the rom in recovery.
This bug appear because rom is for flash with CM recovery and no Xrecovery.
Cheers.
 

NuriJ

Senior Member
Nov 25, 2011
1,188
1,069
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?

This one:
ro.product.model
Change to X10i/X10a
 
  • Like
Reactions: Amel.Spahic

silveraero

Senior Member
Jul 19, 2011
1,196
205
New York
Xiaomi Poco F3
Well, I see that people always post that error while flashing without searching how to solve it. It is answered so many times here. I suggest moderator just delete these post without answer anyone. It is waste time.
 

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