Guest kgp700 Posted February 21, 2011 Report Posted February 21, 2011 (edited) tried it with my omnia2 (regular); works impressively. Can confirm big quadrant boost, it is now above magic just via the update in i/O memory: 226 i/o 765 2d: 118 3d 95 Fyi, to convert your current partition into ext4 requires only 3 lines of code so, would recommend this! http://www.cyberciti.biz/tips/linux-conver...ile-system.html Thanks KGP! oh...it's wonderful score :D my quadrant score(ext4) memory: 245 i/o 604 (ext2-690) 2d: 94 3d 76 what are you using dvm(libdvm.so) driver and 2d/3d driver? Edited February 21, 2011 by kgp700
Guest kgp700 Posted February 21, 2011 Report Posted February 21, 2011 (edited) Have You used own kernel sources or took these from the project and only checked ext4 as an option in kernel config? yes but i8000kernel <-some different -> korea omnia2 kernel here korea omnia2 kernel aslan's project source page(it's not my project page)- http://howto.homelinux.com/trac/changeset/32 my ext4 kernel based that aslan's korea omnia2 kernel (merged )http://howto.homelinux.com/trac/changeset/32) i'm only add ext4 option(aslan's korea omnia2 kernel based) sorry for my bad english Edited February 21, 2011 by kgp700
Guest aerovolce Posted February 21, 2011 Report Posted February 21, 2011 yes but i8000kernel <-some different -> korea omnia2 kernel here korea omnia2 kernel aslan's project source page(it's not my project page)- http://howto.homelinux.com/trac/changeset/32 my ext4 kernel based that aslan's korea omnia2 kernel (merged )http://howto.homelinux.com/trac/changeset/32) i'm only add ext4 option(aslan's korea omnia2 kernel based) sorry for my bad english is there a way that we can do the same thing to almar's?
Guest kgp700 Posted February 21, 2011 Report Posted February 21, 2011 is there a way that we can do the same thing to almar's? i will make ext4 kernel based on i8000 kernel(merged svn r80 ( http://o2droid.phj.hu/trac/changeset/80 ) )(it's almar's one) please, wait sorry for my bad english
Guest jackep_82 Posted February 21, 2011 Report Posted February 21, 2011 i will make ext4 kernel based on i8000 kernel(merged svn r80 ( http://o2droid.phj.hu/trac/changeset/80 ) )(it's almar's one) please, wait sorry for my bad english ill wait for this :D i want to see for myself how it works :D
Guest kgp700 Posted February 21, 2011 Report Posted February 21, 2011 hm.. i don't know that how to compile almar's zImage kernel i think korea omnia2 zImage compile command is different from almar's i8000 zImage Kernel compile command :D please let me show almar's i8000 zImage Kernel compile command
Guest aerovolce Posted February 21, 2011 Report Posted February 21, 2011 after playing around with the new kernel, it seems there is an issue with recognizing battery/charging. If i plug it in it says it's not charging. if i unplug it, it says its charging. anyone else having this issue? atm, this is causing android to not go into deep sleep
Guest kgp700 Posted February 21, 2011 Report Posted February 21, 2011 (edited) after playing around with the new kernel, it seems there is an issue with recognizing battery/charging. If i plug it in it says it's not charging. if i unplug it, it says its charging. anyone else having this issue? atm, this is causing android to not go into deep sleep in korea omnia2 usb connect -> display usb charging(but actually not charging) connect charger -> display not charging(but actually charging and increase percent(%)) not connect -> display not charging it has issue with recognizing charging and deep sleep, usb adb and bluetooth not working (gpio setting different)in korea omnia2 Edited February 21, 2011 by kgp700
Guest vudn54 Posted February 21, 2011 Report Posted February 21, 2011 I installed beta2 to my storage, my storage have 2 partition: 1 Fat32(14GB), 1 Ext3(2GB) then I copy music to Fat32 partition. after start Android, Fat32 partition becomes "storage" in file manager, I installed PowerAMP for play music but PowerAMP don't show music in Fat32 partition. Do someone have another music player program? can player music in "storage" ? Thank!
Guest aerovolce Posted February 21, 2011 Report Posted February 21, 2011 in korea omnia2 usb connect -> display usb charging(but actually not charging) connect charger -> display not charging(but actually charging and increase percent(%)) not connect -> display not charging it has issue with recognizing charging and deep sleep, usb adb and bluetooth not working (gpio setting different)in korea omnia2 it gets more interesting. i placed a new zimage (a fresh one (yours)), and now i have the USB symbol (which i didn't have with almar's) but it still acts like its not charging. if i unplug it says charging, no usb icon. all of this is charging via computer, not outlet.
Guest wong_mira Posted February 21, 2011 Report Posted February 21, 2011 anybody knows how to set apn? when i try to make new apn or set the network to 2G,its freeze n says "the process com.android.phone has stopped unexpectedly.. need help... :D
Guest felalex Posted February 21, 2011 Report Posted February 21, 2011 hm.. i don't know that how to compile almar's zImage kernel i think korea omnia2 zImage compile command is different from almar's i8000 zImage Kernel compile command :D please let me show almar's i8000 zImage Kernel compile command Hi, Not sure how it's with this kernel, but I've compiled custom Fedora kernel for several times and played with the options there and to change the config you issue "make menuconfig" (or xconfig) command to graphically change the config file before compiling the kernel and the modules. Alternatively, you can always edit the file in any text editor. I've checked the .config file for the kernel source here: http://o2droid.phj.hu/trac/browser/kern_oII/.config and saw this line: # CONFIG_EXT4_FS is not set As far as I understand this is the option to enable EXT4. I saw here: https://ext4.wiki.kernel.org/index.php/Ext4_Howto that there are 2 more options to enable, but I didn't see them in the .config file. Hope this helps...
Guest ritchietos Posted February 21, 2011 Report Posted February 21, 2011 Hi, Not sure how it's with this kernel, but I've compiled custom Fedora kernel for several times and played with the options there and to change the config you issue "make menuconfig" (or xconfig) command to graphically change the config file before compiling the kernel and the modules. Alternatively, you can always edit the file in any text editor. I've checked the .config file for the kernel source here: http://o2droid.phj.hu/trac/browser/kern_oII/.config and saw this line: # CONFIG_EXT4_FS is not set As far as I understand this is the option to enable EXT4. I saw here: https://ext4.wiki.kernel.org/index.php/Ext4_Howto that there are 2 more options to enable, but I didn't see them in the .config file. Hope this helps... where can i find the kern_oII ? maybe i can edit the new updates already i already edit the system yesterday and have make a o2b2update from it (its just the key layout)
Guest Posted February 21, 2011 Report Posted February 21, 2011 where can i find the kern_oII ? maybe i can edit the new updates already i already edit the system yesterday and have make a o2b2update from it (its just the key layout) There you go: http://o2droid.phj.hu/trac/browser
Guest kgp700 Posted February 21, 2011 Report Posted February 21, 2011 ext4 working kernel for i8000 merged svn r80 ( http://o2droid.phj.hu/trac/changeset/80 ) it's for i8000 but not tested in i8000 download link - http://www.mediafire.com/?9nacv6gzno6q324
Guest kgp700 Posted February 21, 2011 Report Posted February 21, 2011 Hi, Not sure how it's with this kernel, but I've compiled custom Fedora kernel for several times and played with the options there and to change the config you issue "make menuconfig" (or xconfig) command to graphically change the config file before compiling the kernel and the modules. Alternatively, you can always edit the file in any text editor. I've checked the .config file for the kernel source here: http://o2droid.phj.hu/trac/browser/kern_oII/.config and saw this line: # CONFIG_EXT4_FS is not set As far as I understand this is the option to enable EXT4. I saw here: https://ext4.wiki.kernel.org/index.php/Ext4_Howto that there are 2 more options to enable, but I didn't see them in the .config file. Hope this helps... thanks
Guest jimmad Posted February 21, 2011 Report Posted February 21, 2011 ext4 working kernel for i8000 merged svn r80 ( http://o2droid.phj.hu/trac/changeset/80 ) it's for i8000 but not tested in i8000 download link - http://www.mediafire.com/?9nacv6gzno6q324 dont worry we will test it :D
Guest E.C Posted February 21, 2011 Report Posted February 21, 2011 (edited) I just downloaded almar's kernel source, enabled ext4 support on config. The zImage is a bit larger (2.1MB), got lot of warning during complie, not sure it is stable or lot... Here is the benchmark result, 17:45 (ext2), 18:59 (ext4) Edited February 21, 2011 by E.C
Guest ritchietos Posted February 21, 2011 Report Posted February 21, 2011 (edited) ext4 working kernel for i8000 merged svn r80 ( http://o2droid.phj.hu/trac/changeset/80 ) it's for i8000 but not tested in i8000 download link - http://www.mediafire.com/?9nacv6gzno6q324 android booting on ext4 now no problems so far apps working and faster boot. thx edit marketplace is loading way faster now Edited February 21, 2011 by ritchietos
Guest emptyara Posted February 21, 2011 Report Posted February 21, 2011 i'm modified for ext4 ext4 nice working but this kernel optimized to korea omnia2(SCH-M715) be careful to use rename to zImage and use download - http://www.megaupload.com/?d=ZJHYGHRB http://www.mediafire.com/?06jqiv9z148fzj4 I must change my current ext3 partition to ext4.. am i right?? :D
Guest mtdxc Posted February 21, 2011 Report Posted February 21, 2011 I just downloaded almar's kernel source, enabled ext4 support on config. The zImage is a bit larger (2.1MB), got lot of warning during complie, not sure it is stable or lot... Here is the benchmark result, right hand side (ext2), left hand side (ext4) what is your tooltain? i have build the kernel, and got dpram version magic dismatch error....
Guest E.C Posted February 21, 2011 Report Posted February 21, 2011 what is your tooltain? i have build the kernel, and got dpram version magic dismatch error.... R u mean toolchain? I use codesourcery.
Guest myCoder Posted February 21, 2011 Report Posted February 21, 2011 i don't know why it's happen, installation i always successful, no issues, no bugs...thx for your help...i will keep trying something... Hi, if u solved the wifi issue, can u let a msg here or pm me? i hv the same wifi issue with u. it just connected for a while only and cant get anything from the internet after few minute idle even it show connected on the notification bar. thanks. PDA -> JE1 Phone -> JD1
Guest Sinistersky Posted February 21, 2011 Report Posted February 21, 2011 ext4 working kernel for i8000 merged svn r80 ( http://o2droid.phj.hu/trac/changeset/80 ) it's for i8000 but not tested in i8000 download link - http://www.mediafire.com/?9nacv6gzno6q324 i just switched the zimages.. does that mean i have ext4 partition now or still ext2? ( maybe thats why everything is choppy ? ) xD
Guest mtdxc Posted February 21, 2011 Report Posted February 21, 2011 R u mean toolchain? I use codesourcery. yes, i will try it later. thank you.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now