Guest hecatae Posted February 22, 2011 Report Posted February 22, 2011 hecatae did you replace libsurfaceflinger? nope :huh: thats why it boots upside down... I'll have a look a this later, there are libs and stuff that need changing, wrote a new build.prop, and the above change needs to be implemented the Uncompress boot.img-ramdisk.gz ADD the dnsproxy line in init.rc for netd daemon service Code: service netd /system/bin/netd socket netd stream 0660 root system socket dnsproxyd stream 0660 root inet <---- Recompress edited ramdisk currently stuck, need to pull apart the boot.img provided above, roll a new kernel, add the modules.order to system/lib/modules, decompress boot.img-ramdisk.gz add the dns proxy line in init.rc recompress ramdisk, rebuild boot.img, create a new update.zip oh and grab the corrected libsurfaceflinger.so etc
Guest hecatae Posted February 22, 2011 Report Posted February 22, 2011 I take back my previous comment. Honeycomb looks awesome on both the desire and Nexus one! But what about the settings and gmail, that will surely need to be changed (2.3 versions?) we would be playing replace the apk with one that works. I think we should concentrate on booting and network first, and look at gapps as an afterthought the proprietary files we need to include are listed here https://github.com/HCDRJacob/proprietary_ve...ade/proprietary so we would need to copy these out of cm7 following the folder structure to implement in honeycomb
Guest Jekle Posted February 22, 2011 Report Posted February 22, 2011 nope :huh: thats why it boots upside down... I'll have a look a this later, there are libs and stuff that need changing, wrote a new build.prop, and the above change needs to be implemented the Uncompress boot.img-ramdisk.gz ADD the dnsproxy line in init.rc for netd daemon service Code: service netd /system/bin/netd socket netd stream 0660 root system socket dnsproxyd stream 0660 root inet <---- Recompress edited ramdisk currently stuck, need to pull apart the boot.img provided above, roll a new kernel, add the modules.order to system/lib/modules, decompress boot.img-ramdisk.gz add the dns proxy line in init.rc recompress ramdisk, rebuild boot.img, create a new update.zip oh and grab the corrected libsurfaceflinger.so etc This is great, are you using the 2.6.32 kernel? I've just downloaded it and replaced libsurfaceflinger.so and edited build.prop to include the right pixel density and the vm size, shall i flash in clockwork or fastboot?
Guest hecatae Posted February 22, 2011 Report Posted February 22, 2011 I use clockwork, I built it using dsixda's kitchen http://forum.xda-developers.com/showthread.php?t=633246 It's the 2.6.32 kernel source, though the included build.prop has no dalvik vm cache so you will be stuck in a boot loop
Guest Jekle Posted February 22, 2011 Report Posted February 22, 2011 I use clockwork, I built it using dsixda's kitchen http://forum.xda-developers.com/showthread.php?t=633246 It's the 2.6.32 kernel source, though the included build.prop has no dalvik vm cache so you will be stuck in a boot loop Ok i'l remove the vm option. Is libsurfaceflinger.so the only thing i have to replace to get the screen the right why up?
Guest hecatae Posted February 22, 2011 Report Posted February 22, 2011 I believe so, I've got a more up to date zip on my sdcard, I just have not had a chance to try it yet
Guest Jekle Posted February 22, 2011 Report Posted February 22, 2011 i've also added the wifi directory in the system and the etc folder with the appropriate files, will the wifi work then?
Guest hecatae Posted February 22, 2011 Report Posted February 22, 2011 (edited) @Jekle, only, one way to find out, nandroid backup current rom and flash the new one, the upload I've provided is alpha, and cant even be considered stable at present I've also got to work through the boot.img and add the new fixes to init.rc Edited February 22, 2011 by hecatae
Guest Jekle Posted February 22, 2011 Report Posted February 22, 2011 I did do a nandroid before the update, i seem to have gotten into a boot loop, im just gunna try it without all my modifications.
Guest Jekle Posted February 22, 2011 Report Posted February 22, 2011 it seems ive gotten a boot loop with out any mods, is that right?
Guest hecatae Posted February 22, 2011 Report Posted February 22, 2011 it seems ive gotten a boot loop with out any mods, is that right? that's what I was afraid of, the change has not been made on the init.rc, so it's failing to boot, need to unpack alter init.rc and repack using this guide http://android-dls.com/wiki/index.php?titl...ack_Boot_Images
Guest Jekle Posted February 22, 2011 Report Posted February 22, 2011 that's what I was afraid of, the change has not been made on the init.rc, so it's failing to boot, need to unpack alter init.rc and repack using this guide http://android-dls.com/wiki/index.php?titl...ack_Boot_Images okey dokey...
Guest ivanko021 Posted February 22, 2011 Report Posted February 22, 2011 0.2 inches between the htc desire and zte blade screens http://www.gsmarena.com/compare.php3?idPho...p;idPhone2=3391 same resolution, and desire already has a port with working network http://forum.xda-developers.com/showthread.php?t=962759 Yes but the UI is so sluggish on 1GHz ARMv7 processor. Really can't imagine what would it be on our 600MHz ARMv6s...
Guest hecatae Posted February 22, 2011 Report Posted February 22, 2011 (edited) right built my own boot.img from the zte 2.6.32 github, made change in init.rc, made my own build.prop, added libsurfaceflinger.so and a few other proprietary files like the 3d drivers. edit: skip that, the modified boot.img is included but I've included the wrong system folder Edited February 24, 2011 by hecatae
Guest hecatae Posted February 23, 2011 Report Posted February 23, 2011 (edited) new sdk released today Final Android 3.0 Platform and Updated SDK Tools http://android-developers.blogspot.com/201...nd-updated.html which means there is a new system.img to try Edited February 23, 2011 by hecatae
Guest Jekle Posted February 23, 2011 Report Posted February 23, 2011 (edited) Will you have the new update.zip later? ? Edited February 23, 2011 by Jekle
Guest Jekle Posted February 23, 2011 Report Posted February 23, 2011 Whats the difference between the 3.0 preview and the 3.0 final, sure there are bug fixes but what else?
Guest hecatae Posted February 23, 2011 Report Posted February 23, 2011 Whats the difference between the 3.0 preview and the 3.0 final, sure there are bug fixes but what else? the APIs were finalised, got an issue with the boot.img I made, drops me back to recovery. used the perfected_config from the ZTE 2.6.32 github.
Guest Jekle Posted February 23, 2011 Report Posted February 23, 2011 the APIs were finalised, got an issue with the boot.img I made, drops me back to recovery. used the perfected_config from the ZTE 2.6.32 github. It'll be great to see honeycomb on my blade... d'you think you can fix it?
Guest Jekle Posted February 23, 2011 Report Posted February 23, 2011 (edited) @hecatae can I use the new boot.img and the earlier honeycomb folder. Edited February 23, 2011 by Jekle
Guest Jekle Posted February 23, 2011 Report Posted February 23, 2011 http://android.modaco.com/content/zte-blad...honeycomb-port/ A port has been made for ZTE Blade, I'm not sure if it is booting but im trying to raise awareness to fix problems. Thanks
Guest hecatae Posted February 23, 2011 Report Posted February 23, 2011 @hecatae can I use the new boot.img and the earlier honeycomb folder. probably wont work, but welcome to try
Guest Richard_Arkless Posted February 23, 2011 Report Posted February 23, 2011 http://android.modaco.com/content/zte-blad...honeycomb-port/ A port has been made for ZTE Blade, I'm not sure if it is booting but im trying to raise awareness to fix problems. Thanks To be honest I have seen honeycomb ported on the nexus one (which has the same screen resolution) and its terrible, the ui is not made for these size screens
Guest fonix232 Posted February 23, 2011 Report Posted February 23, 2011 probably wont work, but welcome to try I made a little test port of the final API 11 image, may I use your kernel?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now