[WIP][ROM] Eclair (Android 2.1, .32 kernel), need some help ;)

Search This thread

Arjen

Retired Forum Moderator
Feb 26, 2011
2,150
5,902
48
Musselkanaal
I have picked up an old project I was working on, getting Eclair on our phones.
Now you might think, why Eclair, it is much older than Froyo and we already have Gingerbread!?
The answer is simple, just because we do not have Eclair roms for our phones :D
Some people here think newer is always better, but that is not always the case ;)

Eclair is already booting, but I have some FC's and launcher does not work correctly. Neither any other things work.
I was trying to get a logcat, but could not connect using adb.
Perhaps someone else can give me a solution for enabling adb?

What did I use to get eclair booting up?

Froyo bootimage
Compiled Eclair using Froyo-libs and kernel.

If you want to take a look at it, here is a pre-pre-alpha where nothing works ;)
It is not the latest, because I'm already solving some problems.
 
Last edited:

Bytecode

Inactive Recognized Developer
Dec 30, 2010
2,683
4,487
25
/dev/null
First: Congrats :)
Second: Provide some logcat,maybe you have same problem as mine in OMFGB (missing resources in apks)
Third: Upload to your gitHub,I'll have a look :)

BTW: Could you check if you have any /build/core/kernel.mk? Really getting mad with that error on CM6.
 
  • Like
Reactions: but-but

Arjen

Retired Forum Moderator
Feb 26, 2011
2,150
5,902
48
Musselkanaal
Could not get any logcat :D
But it's solved ;)
Launcher is working now!
Updated build.prop, checked if some files existed, but some were missing.
Guess I forgot something in device-files :rolleyes:
Now working on sd-card mounting, gsm and wifi, if these are fixed I will provide an updated zip (this zip contains generic build.prop ;))
 
  • Like
Reactions: abhi29 and mihir287

Bytecode

Inactive Recognized Developer
Dec 30, 2010
2,683
4,487
25
/dev/null
Could not get any logcat :D
But it's solved ;)
Launcher is working now!
Updated build.prop, checked if some files existed, but some were missing.
Guess I forgot something in device-files :rolleyes:
Now working on sd-card mounting, gsm and wifi, if these are fixed I will provide an updated zip (this zip contains generic build.prop ;))

Non-working RIL could be caused from three things:


  • You missed LG services into makefiles/.rc files (if you want I can PM you some strings to add to .rc files)
  • Wrong libs (easy to check)
  • Non-prelinked libraries (define TARGET_PRELINKER_MAP (or some like that) into device_thunderg.mk and modify prelink-linux-arm-msm7xx7 or some like that with names of unlinked libs. You can see what stuff isn't prelinked with a debugging-enabled linker you can find into Swift-sense Mur4iK GT540 post. For prelink address,use google because I don't know :rolleyes:
 
  • Like
Reactions: Arjen

Arjen

Retired Forum Moderator
Feb 26, 2011
2,150
5,902
48
Musselkanaal
You will absolutely encounter speed differences with Gingerbread.
You will even have more space available, romsize is rather small :D
 

Arjen

Retired Forum Moderator
Feb 26, 2011
2,150
5,902
48
Musselkanaal
If you can't contribute anything usefull, do not react here, I was glad SWEATTAIMI has stopped with it after many warnings and now you start :D

Anyway, Eclair is more smooth than Gingerbread on our phone (at least this version) ;)
 
  • Like
Reactions: nocterum

Bytecode

Inactive Recognized Developer
Dec 30, 2010
2,683
4,487
25
/dev/null
CAF Code right?

BTW,Did you build kernel together with the system? If so check your kernel.mk into /build/core. I'm getting mad at it.

Sent from my LG-P500 using XDA Premium App
 
Last edited:

Arjen

Retired Forum Moderator
Feb 26, 2011
2,150
5,902
48
Musselkanaal
No, this one is just AOSP with some LG crap :D
And booting using original LG Froyo kernel for now :D
Seems most compatible :rolleyes:

Perhaps later a custom kernel will be used ;)
 

MrKickstand

Senior Member
May 31, 2011
351
67
32
West Boylston, MA
Sorry for this off topic, but, good job and good luck ^_^ i hope you can successfully do this i loved the older builds of android an would love to go back to it, i wish i could help in some way and this is the best i can do :3 but good luck
 

SWEATTAIMI

Senior Member
Oct 19, 2010
2,051
379
W4ZT3D
If you can't contribute anything usefull, do not react here, I was glad SWEATTAIMI has stopped with it after many warnings and now you start :D

Anyway, Eclair is more smooth than Gingerbread on our phone (at least this version) ;)

whaa xD what now lmao,

good to see we can use eclair :D hope the look is as i remember D:
 
  • Like
Reactions: Arjen

Arjen

Retired Forum Moderator
Feb 26, 2011
2,150
5,902
48
Musselkanaal
The one posted here just boots to UI but launcher etc FC. (that is why it is called pre alpha)
Got one with working launcher now, but spent some time on OMFGB with Bytecode and CM9.
As soon as all is working I will release a beta.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 9
    I have picked up an old project I was working on, getting Eclair on our phones.
    Now you might think, why Eclair, it is much older than Froyo and we already have Gingerbread!?
    The answer is simple, just because we do not have Eclair roms for our phones :D
    Some people here think newer is always better, but that is not always the case ;)

    Eclair is already booting, but I have some FC's and launcher does not work correctly. Neither any other things work.
    I was trying to get a logcat, but could not connect using adb.
    Perhaps someone else can give me a solution for enabling adb?

    What did I use to get eclair booting up?

    Froyo bootimage
    Compiled Eclair using Froyo-libs and kernel.

    If you want to take a look at it, here is a pre-pre-alpha where nothing works ;)
    It is not the latest, because I'm already solving some problems.
    5
    Correct, busy on ICS :D
    But don't worry, it will be finished ;)

    Sent from my LG-P500 using XDA App
    2
    Reserved for future use
    2
    Could not get any logcat :D
    But it's solved ;)
    Launcher is working now!
    Updated build.prop, checked if some files existed, but some were missing.
    Guess I forgot something in device-files :rolleyes:
    Now working on sd-card mounting, gsm and wifi, if these are fixed I will provide an updated zip (this zip contains generic build.prop ;))
    1
    :) Now it can be strange, but i try to compile CM5:D:D:D problem with old repo...some files for eclair was deleted and i download some source from froyo tree)))