Jump to content

Android on Omnia II - i8000 (18.04.2011)


Recommended Posts

Posted (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 by kgp700
Posted (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 by kgp700
Guest aerovolce
Posted
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?

Posted

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

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

Posted (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 by kgp700
Posted

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
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

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
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
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)

Posted
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

Posted (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)

post-455187-1298286687_thumb.png

post-455187-1298286696_thumb.png

Edited by E.C
Posted
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....

Posted
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
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

Posted
R u mean toolchain? I use codesourcery.

yes, i will try it later. thank you.

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.