Android OS Forum banner
Status
Not open for further replies.
1 - 20 of 1062 Posts

· Android Apprentice
Joined
·
256 Posts
Well, here is my build: http://www.multiupload.com/LI4ME70GF2 but I don't think too much has been fixed from the OP. killall mediaserver should work, or just removing /system/etc/media_profiles.xml. Also, adb shell pm disable com.android.systemui will disable systemui which will stop it from FC'ing all the time. Things are slowly progressing, but a new EGL proprietary driver is really needed before it can be really usable...
 

· Android Apprentice
Joined
·
256 Posts
So here is my updated ICS build: http://www.multiupload.com/9GU1LSL0M5 (without updated kernel) and here is an updated kernel with touchscreen support: http://www.multiupload.com/FA21TGXG4M

Do a full wipe, flash the ICS build, then flash the kernel. There are still systemui FC's, but that will probably require an updated EGL driver...

Edit: this build should have mediaserver start fixed.
 

· Android Apprentice
Joined
·
256 Posts
The ts is working now w/ the kernel aeroevan posted.

I was just letting ppl know you need to add the file I posted. It's not in the rom.
Yeah, I forgot to add that file in the build. I just pushed it with adb. OMJ is making some progress backporting EGL stuff from gingerbread into ICS to get EGL working, but I'm not really sure how much progress can be made on that side without new drivers. The next thing I was planning on looking at is actually getting audio working (since I just got libaudio-msm7x30 building but audio still doesn't work). Also, as a side note wifi should work with the build and kernel I posted earlier.
 

· Android Apprentice
Joined
·
256 Posts
Flashed the rom, and then the kernel. Booted fine, got to what I assume as the first setup screen, and then got the systemui not working message
couldn't get it to go away. Is there supposed to be a little white circle on the screen that moves with wherever I'm touching? I'm not complaining, as I know this is still a WIP. I'm just happy to get to actually boot Ics up

I want to think everyone involved with getting Ics up and running on the ol' Dinc2. You guys are the best!
If you want to disable systemui (which prevents the fc's) just use adb:
Code:
<br />
adb shell pm disable com.android.systemui<br />
Which is a temporary workaround until the EGL drivers work.
 

· Android Apprentice
Joined
·
256 Posts
I actually just got audio working
I backported libaudio-msm7x30 from gingerbread and patched it up to work with ICS. I actually fixed it a while ago (mostly), but I apparently forgot to add it to the vivow device when I built my ROMs. I think ProTekk will update the OP with a new ROM soon
 

· Android Apprentice
Joined
·
256 Posts
Sl4ck3r said:
I was able to get the 2nd one to boot as well. Wiped data and cache. Same outcome. Overlapping UI elements, enabling wifi caused bootloop. Probably something thats already been fixed by the devs. I wouldnt know the first place to start.
I think you may still need to flash my v2 ics kernel to get wifi working. I don't think it got packaged in correctly, but I'm not sure.
 

· Android Apprentice
Joined
·
256 Posts
Here is a test build that (hopefully) has 3g working for everybody:
http://www.multiupload.com/DQK5IS0U3R

That build just has my stuff based off of CyanogenMod, so it may not have everything fixed that should be done. But it looks like those gapps posted in the OP work.

Currently some of the only things that do not work are sensors, camera, and blutooth.
 

· Android Apprentice
Joined
·
256 Posts
Here is a test build that (hopefully) has 3g working for everybody:
http://www.multiupload.com/DQK5IS0U3R

That build just has my stuff based off of CyanogenMod, so it may not have everything fixed that should be done. But it looks like those gapps posted in the OP work.

Currently some of the only things that do not work are sensors, camera, and blutooth.
Looks like I forgot to remove the broken media_profiles.xml again :/

Code:
<br />
adb remount<br />
adb shell rm /system/etc/media_profiles.xml<br />
should do the trick.
 

· Android Apprentice
Joined
·
256 Posts
btw I see that the Desire HD has a fully working GPS in their build... might be worth while to look at their code... similar chips if I remember correctly.

http://forum.xda-dev...d.php?t=1343361
I had gps in my build so it works, but I guess he didn't add it in yet. I'm working with him on IRC now, so the next build should have gps working
 

· Android Apprentice
Joined
·
256 Posts
This build should have gps working: http://www.multiupload.com/L1CPKT66HW

I don't think I broke too much. Still no real EGL, camera, or bluetooth. Also, I don't think the sdcard is automatically mounting in this version but
Code:
<br />
mount -t vfat /dev/block/mmcblk1p1 /mnt/sdcard<br />
will get it to mount, but most applications don't seem to see it.
EDIT: Softkey lights seem to work if automatic brightness is turned on.

Edit2: it looks like Bluetooth is working! It turns on, haven't tried to connect to anything yet.
 

· Android Apprentice
Joined
·
256 Posts
Here is a build that has hw acceleration: http://www.multiupload.com/PXSVSR374I

It still has some (okay, lots of) redraw issues. Dragging down the notification bar seems to help force a redraw. Bluetooth seems to work (it turns on, but I still haven't connected to anything). Sdcard doesn't seem to want to mount automatically any more :/ not sure what changed there... There's lots of stuff going on in the cm9 codebase and we probably didn't update something in our device tree to reflect the recent changes.

I would recommend formatting /system before flashing since I've had some issues if I didn't do that.

Also, there are still lots of bugs, mostly related to eglSwapBuffers. Since Maps tries to call eglSwapBuffers, it crashes and there are lots of other issues associated with that.
 

· Android Apprentice
Joined
·
256 Posts
Okay, this next build fixes more egl stuff (i.e. Maps doesn't crash) and there are fewer redraw issues (but still some). To force a redraw (if something gets layered or can't see a popup) drag the notification bar down and it should refresh. For example, when the lockscreen gets unlocked it doesn't refresh.

Things that should work: almost everything but the camera.

http://www.multiupload.com/KF253T6KLH
 

· Android Apprentice
Joined
·
256 Posts
ZephAndroid said:
By checking force gpu in the dev options in setting, I have no issues or complaints(as far as lag or graphix). Great work folks.

Edit: and making sure animations are completely OFF, you won't have to hit the status bar to refresh runs wicked nice.
Ahh thanks. That makes it much more usable.
 
1 - 20 of 1062 Posts
Status
Not open for further replies.
Top