Jump to content

[ROM] Honeycomb SDK Port 15.07.2011 [GEN2 only]


Guest hecatae

Recommended Posts

Found this hecatae this may be able to flip the screen around. (Found in old San Fran 2.3 Topic) by MDCfan

Ok guys, I have hacked libsurfaceflinger.so file so screen is no longer upside down!

Open libsurfaceflinger.so using hex editor, go to offset 220EA and change byte 00 to 02. Then flash your ROM and enjoy.

In that new libsurfaceflinger.so offset 1ACFA and change byte 00 to 02.
Link to comment
Share on other sites

What do we need to get the touch working?

dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m[/codebox]

This Xoom has 1GB of ram so that is a quarter of the ram so for a 512mb Blade we would use 128mb? (heap size)

so 256mb is the heap size and growth limit is 48mb and the start size is 5mb

Why would the heapsize be 256mb when the growth limit is 48mb?

Edited by Jekle
Link to comment
Share on other sites

Guest hecatae
What do we need to get the touch working?

dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m[/codebox]

This Xoom has 1GB of ram so that is a quarter of the ram so for a 512mb Blade we would use 128mb?

https://github.com/HCDRJacob/proprietary_ve...sors.default.so < this and a couple of other things from https://github.com/HCDRJacob/proprietary_ve...ade/proprietary

Link to comment
Share on other sites

Thanks for that Ippe H, heres the edited libsurfaceflinger.so
No problem :huh:

To help debug, i need ADB..

signed_022411_213531.zip ADB not work.

signed_022311_233551.zip ADB was working. But stuck to: Unable to start DnsProxyListener (No such file or directory) <-- this boot.img with fixed line to init.rc

Edited by Ippe H
Link to comment
Share on other sites

Guest hecatae
What do we need to get the touch working?

dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m[/codebox]

This Xoom has 1GB of ram so that is a quarter of the ram so for a 512mb Blade we would use 128mb?

I think same startsize, growthlimit of 24m and 128m for heapsize would do, though previous roms have only had a 32m heapsize, the bigger the heapsize the less cpu usage the longer the battery lasts

Link to comment
Share on other sites

No problem :huh:

To help debug, i need ADB..

signed_022411_213531.zip ADB not work.

signed_022311_233551.zip ADB was working. But stuck to: Unable to start DnsProxyListener (No such file or directory) <-- this boot.img with fixed line to init.rc

Weird it was working in signed_022311_233551.zip (not getting past android boot animation, but signed_022411_213531.zip doesn't work, did you remove something hecatae?

Link to comment
Share on other sites

What's working?

Key layout

Screen right way up (with my fix previous page)

Battery Status

What's not working?

Touchscreen

RIL

Sound?

GPS?

Wi-fi?

Sensors

Camera?

SD Card

Bluetooth?

I don't know much more because of no touch I can't test whats working or not. We are getting there. Slowly....

And I've noticed random restarts

Edited by Jekle
Link to comment
Share on other sites

Guest hecatae
No problem :huh:

To help debug, i need ADB..

signed_022411_213531.zip ADB not work.

signed_022311_233551.zip ADB was working. But stuck to: Unable to start DnsProxyListener (No such file or directory) <-- this boot.img with fixed line to init.rc

interesting, rom from the 23rd was using the config from the zte 2.6.32 github,

rom from the 24th is using Tom G's boot.img from CM7 with the init.rc adjustment, and it boots further than the 23rd rom.

Link to comment
Share on other sites

Guest hecatae
Weird it was working in signed_022311_233551.zip (not getting past android boot animation, but signed_022411_213531.zip doesn't work, did you remove something hecatae?

I'm going to pull the config from cm7 later and have a look, does adb work with cm7?

reason for using that boot.img is it has the 3g vmsplit, making development easier

Edited by hecatae
Link to comment
Share on other sites

Guest hecatae
Yeah it works with CM7 just tested

okay. not removed anything. so I doubt it's anything in the boot.img preventing adb, debugging may not be enabled in the settings.apk

Edited by hecatae
Link to comment
Share on other sites

Guest hecatae
What would we need to do to get the touch working is it something to do with egl?

egl = enhanced graphics layer, the graphics drivers.

I remember something in framework needs altering sensors.cpp or simialr

Edited by hecatae
Link to comment
Share on other sites

Guest hecatae
What do we need to get the touch working?

dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m[/codebox]

This Xoom has 1GB of ram so that is a quarter of the ram so for a 512mb Blade we would use 128mb? (heap size)

so 256mb is the heap size and growth limit is 48mb and the start size is 5mb

Why would the heapsize be 256mb when the growth limit is 48mb?

it basically means the heap cant grab 256mb at once, has to grab it in steps

right added your surfaceflinger

and

ro.sf.lcd_density=240

ro.sf.hwrotation=180

qemu.sf.lcd_density=240

to build.prop

Edited by hecatae
Link to comment
Share on other sites

I think I'm going to get nowhere as the entire system is built for armv7.

I got something, notificantion area say in boot: Preparing sd card :P

can't say is it working correct, becoss no touchscreen or adb :D

Edit: i think it works, becoss in my sdcard is many new folders.. Alarms, Movies, Podcasts, etc...

- RIL working

- 3G data i think becoss i see 3g icon :huh:

I need to remove PIN-code my simcard, becoss can't enter it :)

Edited by Ippe H
Link to comment
Share on other sites

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.