Guest bartolomeosi Posted September 28, 2013 Report Posted September 28, 2013 alpha2 testuing 4 days and 0 freze. work good bun its more sower tan cm6 sorri for my bad english saludos gracias.
Guest argentinos Posted September 29, 2013 Report Posted September 29, 2013 of course it is slower. it is still on alpha version. CM6 is beta version. latesr cm6 ROMS like CM6NEW, twisterv2 are still beta but much closer to complete (complete = almost as stable and as fully funtional as the original phone manufacturer ROM) we are trying to improve 2.3 ROMS, but there is still much way to go. that's for now.
Guest QDARKQ Posted September 30, 2013 Report Posted September 30, 2013 Hello guys, It is important to install a "lighter" rom of Windows Mobile for better performance of Android? I use the original version (with Samsung Touch Wiz interface) and a lot of unnecessary things. So i'll try this rom 2.3.x (Sorry for my poor english)
Guest spiderman1961 Posted October 1, 2013 Report Posted October 1, 2013 (edited) Hello guys, It is important to install a "lighter" rom of Windows Mobile for better performance of Android? I use the original version (with Samsung Touch Wiz interface) and a lot of unnecessary things. So i'll try this rom 2.3.x (Sorry for my poor english) No it isn't, but you can Edited October 1, 2013 by spiderman1961
Guest voyteckst Posted October 10, 2013 Report Posted October 10, 2013 (edited) after Alpha2 i have made research about 3Ddrivers for our phone. i found that as Tom3q wrote and verified myself that i8000 "3D engine (FIMG 3DSE) is embedded in some Samsung SoCs (including S3C6410, S5P6442 and S5PC100)" our phone has S3C6410. i haven't found phones with S5P6442, but searching on pdadb.net i found that we do have phones with S5PC100. it's galaxy_s_sc-02b and also iphone 3gs Iphone is running ios, a unix based os, so theoritically we can get its files and apply them on our phone. but no need for this. Galaxy S SC-02B is an android phone become born with froyo and got android 2.3.3 from samsung officially. they also got CM10.2 port. this means that maybe samsung improved it's drivers and we can use them on our phone, our project. S5PC100 is ARM V7 while S3C6410 is ARM v6, but we can still get many things from the phone i think. now we can find many files about just take a look here download files, read the sources on the same (last) link and test please. some gathered knowledge about our phone can be found here. google's english translation or japanese forum. The same SOC has Spica, for which Tom3q has developed OpenFIMG drivers and 3.0 kernel. I've spoken with him some long time ago and You can do the following things: - port this driver to 2.6.32 kernel - port his 3.0 kernel and O2 drivers to it I'm not sure which one is better choice, but GB will be slow if You will don't use OpenFIMG. Of course because of limited memory You will have to choose if preferred is having 3d or more RAM. According to camera was a hack and it should be rewritten from scratch. If You are missing some files from our o2droid github manifests I can try t search my disk (I'm not sure if I still have them though). Edited October 10, 2013 by voyteckst
Guest dni123 Posted October 11, 2013 Report Posted October 11, 2013 im working on porting the 3.0.8 Kernel from Spica to O2 i got it booting up, but touchscreen and keyboard is not working yet. after porting the kernel it is maybe easier to port the fimg driver i think
Guest erikcas Posted October 11, 2013 Report Posted October 11, 2013 (edited) @dni, do you have tour kernelsources online somewhere, i.e. github? And can you post a dmesg for your boot? I think if you can make 3.0.8 fully boot, fimg can work without (much) rework. Edited October 11, 2013 by erikcas
Guest dni123 Posted October 11, 2013 Report Posted October 11, 2013 i dont have the source online anywhere yet... here is a kernel log: http://codeviewer.org/view/code:3760 and here a zimage for testing: http://www64.zippyshare.com/v/52833679/file.html
Guest erikcas Posted October 11, 2013 Report Posted October 11, 2013 If you are able to, can you upload them? I cannot test as I would have tot rebuild the kernel slightly modified (I have a B7610). No hurry, on vacation for another week :-) Maybe I rework from scratch. Ts and keyboard are initialized. Did you port them from 2.6.32 or are they build from vanilla source? Maybe enable debugging for ts and keyboard driver and repost dmesg?
Guest dni123 Posted October 11, 2013 Report Posted October 11, 2013 i will upload it soon... i port them from 2.6.32 Kernel keyboard seems to be initialized but not touchscreen compared to a kernel log from 2.6.32 this 2nd line is missing: <6>[ 1.108788] S3C Touchscreen driver, (c) 2008 Samsung Electronics <6>[ 1.109051] s3c-ts got loaded successfully : 12 bits
Guest erikcas Posted October 11, 2013 Report Posted October 11, 2013 (edited) Yes, you might be right. It has been a while since I worked on this. Over a year or something. If I remember well, a board_revision is used in the driver? If yes, is the board_revision implemented correctly from 2.6.32 in the kernel If not, ignore my question :-) Edited October 11, 2013 by erikcas
Guest dni123 Posted October 11, 2013 Report Posted October 11, 2013 Sorry i dont know if it is implemented correctly... here is the kernel source: http://www64.zippyshare.com/v/66262483/file.html
Guest erikcas Posted October 11, 2013 Report Posted October 11, 2013 Not sure if it is used at all for now :-) Are the sources based on tom3q's kernel from github?
Guest dni123 Posted October 11, 2013 Report Posted October 11, 2013 sources are from here: https://github.com/ipaq3870/omnia2-kernel-3/tree/i8000
Guest argentinos Posted October 11, 2013 Report Posted October 11, 2013 i have tested some new files improving android 2.3 on our phone still do not make miracles activating camera, gps etc, but they solve picture rendering, improve 2d, 3d performance and give extra 5% to overall response on our phone RAM 74 cpu 181 cpu 161 2d 107 3d 91 i/o 65 on antutu with android installed on an old sd card class4 i am experimenting download from here . where asking for replace just replace old files. on system/lib/hw just erase old copybit and gralloc and place the new files. i hope i helped and to come soon with new improvements.
Guest erikcas Posted October 11, 2013 Report Posted October 11, 2013 sources are from here: https://github.com/ipaq3870/omnia2-kernel-3/tree/i8000 Forked tom3q's spica sources and applied ipaqs initial changes to it. See https://github.com/erikcas/spica-3.0/tree/test Tom3q's changes are more recent (3.0.72) As I work remote from tab to my server now, I am not able to download your sources and merge them into it. I would need a link that allows me to "wget" it to my server. Shame, would be nice to look @ this at night when children are asleep on my holidays. As said, back home next week, that gives me opportunity to take a closer look as I can download sources locally. Think you guys are doing a good job :-)!!
Guest argentinos Posted October 13, 2013 Report Posted October 13, 2013 (edited) old omnia2droid project can be found here on Github https://github.com/o2droid https://github.com/ginkage/omnia2gl https://github.com/omnia2droid/Android https://github.com/o2droid/android_device_samsung_omnia2 https://github.com/o2droid/android_vendor_omnia2 https://github.com/ipaq3870 and about armV6 see here https://github.com/androidarmv6 http://forum.xda-developers.com/showthread.php?t=1596800 we can follow the development technique from there and borrow some programming lines from there to our project Edited October 13, 2013 by argentinos
Guest erikcas Posted October 13, 2013 Report Posted October 13, 2013 Those are good links Btw rook a look at the changes in kernel 3.0.8 It seems like both 2.6 and 3.0 regulators are used. I would prefer tot only use kernel 3.0 regulators. Using both is ineffecient andere I doubt it will ever work smooth. I took a start rework it. Will continue end this week as it uses excessive mobile data on roaming. See https://github.com/erikcas/spica-3,0
Guest argentinos Posted October 13, 2013 Report Posted October 13, 2013 (edited) in case you do not know it there is a porting guide (kernel also) for TI based devices about gingerbread 2.3.4 (ours is 2.3.4 until now) we can use it as an example and borrow many things for our project see here http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3.4-DevKit-2.1_PortingGuides Edited October 13, 2013 by argentinos
Guest erikcas Posted October 14, 2013 Report Posted October 14, 2013 in case you do not know it there is a porting guide (kernel also) for TI based devices about gingerbread 2.3.4 (ours is 2.3.4 until now) we can use it as an example and borrow many things for our project see here http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3.4-DevKit-2.1_PortingGuidesThanx, lost that link somewhere.
Guest lemonsky Posted November 12, 2013 Report Posted November 12, 2013 How are you ! thankes ,where the boot file ? i mean the CM7_Alpha 2_I8000.rar no haret.exe startup.txt zImage files ? where down link ?
Guest argentinos Posted November 12, 2013 Report Posted November 12, 2013 see solution here http://www.modaco.com/topic/363114-samsung-i8000-omnia2-android-cm6new-rom-v1/page-3#entry2149209
Guest snn_03 Posted December 18, 2013 Report Posted December 18, 2013 Hi, how can I install Gingerbread 2.3 to my Omnia2? I downloaded .TBl file but i couldn't open it :)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now