Jump to content

Recommended Posts

Guest Chris Banks
Posted

Its shame that You dont have the fonix232 ICS test ROM ... :( I wish luck to all of You!

That wasn't real. It was a childish prank.

Guest JimJam707
Posted

That wasn't real. It was a childish prank.

It was rather funny though :3

Guest KonstaT
Posted (edited)

I have sdcard somewhat working. It doesn't complain about sdcard not being found, but it doesn't detect my media quite yet. It's only mounted to /mnt/sdcard (not /sdcard) at this time, still needs to have something added.

Does anyone know where are those lines in source tree that go into init.rc, so I can include it in the build?

Edit. Sdcard working. Media scanner works too. Add these to your init.rc:


# create mountpoints
mkdir /mnt 0775 root system
mkdir /mnt/sdcard 0000 system system
[/code]
[code]
# setup the global environment
export PATH /sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
export LD_LIBRARY_PATH /vendor/lib:/system/lib
export ANDROID_BOOTLOGO 1
export ANDROID_ROOT /system
export ANDROID_ASSETS /system/app
export ANDROID_DATA /data
export EXTERNAL_STORAGE /mnt/sdcard
export ASEC_MOUNTPOINT /mnt/asec
export LOOP_MOUNTPOINT /mnt/obb

# Backward compatibility
symlink /system/etc /etc
symlink /sys/kernel/debug /d
symlink /mnt/sdcard /sdcard
[/code]

Edited by KonstaT
Guest smg22rus
Posted

Why do not you try to build isc branch of cyanogenmod? There are already many patches at the moment.

Guest hedgepigdaniel
Posted (edited)

Ok, an updated build: ics4blade alpha2. This is just what you would have ended up with so far by following instruction in the thread, not including KonstaT's instructions to get SD mounted. wifi is working.

system.img built from the latest sources on github:https://github.com/t0mm13b/ics4blade.

boot.img copied from alpha1.

you will need the stock partitions version of gen2 firmware: http://forum.xda-dev...d.php?t=1258855

download: http://www.mediafire...ejovmm901vx3eix

Latest ICS gapps: http://download.cloc...-20111125-2.zip

Note: the clockworkmod file doesn't work for me (now I tell you...), and I don't know why. Any ideas? I jsut copied a stock rom from seb404's thread and changed the script to flash system.img and boot.img. For now, just find a way of flashing the .img files - TPT/fastboot should work. I just copied them into the TPT.

Edited by hedgepigdaniel
Guest t0mm13b
Posted

Why do not you try to build isc branch of cyanogenmod? There are already many patches at the moment.

No point in doing that, I want this to be a pure AOSP build, separate from the cm :)

As for cyanogen, there is no blade build available via way of command line to invoke it even with the ics branch in place, and anyway, that's an exercise for you to try out! :D

For me, getting the AOSP build is a challenge and ultimately set out to get a pure AOSP ICS ROM going :)

Guest JustasU
Posted

Ok, an update build: ics4blade alpha2. This is just what you would have ended up with so far by following instruction in the thread. wifi is working.

system.img built from the latest sources on github:https://github.com/t0mm13b/ics4blade.

boot.img copied from alpha1.

you will need the stock partitions version of gen2 firmware: http://forum.xda-dev...d.php?t=1258855

download: http://www.mediafire...ejovmm901vx3eix

Latest ICS gapps: http://download.cloc...-20111125-2.zip

Note: the clockworkmod file doesn't work for me (now I tell you...), and I don't know why. Any ideas? I jsut copied a stock rom from seb404's thread and changed the script to flash system.img and boot.img. For now, just find a way of flashing the .img files - TPT/fastboot should work. I just copied them into the TPT.

Is network working?

Guest hugobosslives
Posted

No point in doing that, I want this to be a pure AOSP build, separate from the cm :)

As for cyanogen, there is no blade build available via way of command line to invoke it even with the ics branch in place, and anyway, that's an exercise for you to try out! :D

For me, getting the AOSP build is a challenge and ultimately set out to get a pure AOSP ICS ROM going :)

Yer +1 for a pure build. and you guys are clearly loving the challenge so keep it up :D

Guest smg22rus
Posted

But you may get fixes from cm, and dont't get additional fiches.

Guest hedgepigdaniel
Posted

Is network working?

No, nothing is working that wasn't working before, with the patches.

Guest oxyg3n89
Posted (edited)

+1 for Github- ICS status.smile.gif +1 for donation$ too.

Edited by oxyg3n89
Guest hedgepigdaniel
Posted

can replacing the ril lib files fix this problem?

replacing them with which other ones? try it, and get back to us.

Guest t0mm13b
Posted

can replacing the ril lib files fix this problem?

Why don't you try it out yourself? :)

Guest hecatae
Posted

joestone's aosp gingerbread rom is in this forum somewhere, would any of that help with the ics build?

Posted

I have sdcard somewhat working. It doesn't complain about sdcard not being found, but it doesn't detect my media quite yet. It's only mounted to /mnt/sdcard (not /sdcard) at this time, still needs to have something added.

Does anyone know where are those lines in source tree that go into init.rc, so I can include it in the build?

Edit. Sdcard working. Media scanner works too. Add these to your init.rc:


# create mountpoints

    mkdir /mnt 0775 root system

    mkdir /mnt/sdcard 0000 system system


# setup the global environment

    export PATH /sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin

    export LD_LIBRARY_PATH /vendor/lib:/system/lib

    export ANDROID_BOOTLOGO 1

    export ANDROID_ROOT /system

    export ANDROID_ASSETS /system/app

    export ANDROID_DATA /data

    export EXTERNAL_STORAGE /mnt/sdcard

    export ASEC_MOUNTPOINT /mnt/asec

    export LOOP_MOUNTPOINT /mnt/obb


# Backward compatibility

    symlink /system/etc /etc

    symlink /sys/kernel/debug /d

    symlink /mnt/sdcard /sdcard

That's great if sd card is working now. Can I remplace those lines in the the zip to flash it?? If yes, can you tell me the location of init.rc, can't find itbiggrin.gif. thx

Posted (edited)

Did anybody notice that Tom_G's build shown in his video here:

does have sound?

Wonder were it got lost, I thought this is compiled from source, too.

Edited by FelixL
Guest hecatae
Posted

Did anybody notice that Tom_G's build shown in his video here:

does have sound?

Wonder were it got lost, I thought this is compiled from source, too.

thats got a whole host of cm9 patches applied

Guest furrabbit.nh
Posted

That's great if sd card is working now. Can I remplace those lines in the the zip to flash it?? If yes, can you tell me the location of init.rc, can't find itbiggrin.gif. thx

init.rc is in the boot.img you need to extract boot.img with dsixda's kitchen or something alike, edit the init.rc rebuild and reflash.

Posted

init.rc is in the boot.img you need to extract boot.img with dsixda's kitchen or something alike, edit the init.rc rebuild and reflash.

Ok I'll try that thank you!

Posted

Did anybody notice that Tom_G's build shown in his video here:

does have sound?

Wonder were it got lost, I thought this is compiled from source, too.

He made a new device tree for ICS.

I think that's why his build has GSM, WiFi, SD, sound, etc.

The only problem is the data connection.

Guest hedgepigdaniel
Posted

Can someone build ICS from TomG?

not unless he shares the sources he is working on.

Guest hecatae
Posted

Can someone build ICS from TomG?

TomG is building what will be cm9, not an aosp rom, this thread is about building aosp ics for blade, not about patching cm9 into it to make it work

Guest hedgepigdaniel
Posted

TomG is building what will be cm9, not an aosp rom, this thread is about building aosp ics for blade, not about patching cm9 into it to make it work

That's true, but t0mm13b originally started with the blade device tree from CM7 as a starting point and that remains the bulk of our customization of AOSP. I'm sure if TomG was sharing his sources (which he will be when it becomes CM9) his work would be useful to us.

Guest hedgepigdaniel
Posted

ok pls some1 will tell me how to edit those lib files?

Take them out of your computer and stretch them out on a flat surface. Use a pair of scissors to remove the rotten parts, splice the pieces back together with glue, put it back into your computer, and compile.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.