Jump to content

[STOPPED] CyanogenMod Beta2 Omnia 2 (updated: 04.05.2012)


Guest voyteckst

Recommended Posts

Guest rom_omnia2

skurakai

If you are trying a My Storage Automatic install, first you have to create Fat32, Ext4 and Swap partitions manually.

But if you are trying a SDcard Automatic Install you shouldn't format nothing, read the faq:

FAQ: 1. Automatic installer

Requires:

- untouched My Storage with automatic installer content

- ext4.tar.gz from manual install package

- at least 2GB SD card (class 6 at least will be enough) with one FAT32 partition or with 2 partitions (FAT32 + ext2/3/4)

Wasn't necessary format your my storage. Using samsung settings menu wouldn't change nothing important, but maybe Resco Explorer created some partition that Android Installer can't find.

You could try to restore your default My Storage partition table by flashing a full rom (mst). Or you could try to recreate the default partition table manually, create a Extended partition and then a logic fat32 partition.

Maybe this isn't the problem or isn't the best solution, it's just what i saw. Good lucky.

Link to comment
Share on other sites

Yesterday I bought a brand new class 10 Micro SD and install CM Beta 2 on Micro SD.. until now, it works very smooth except 1 thing..

After the screen off, it wont wake up again (no matter which key I pressed :( ). until some one make a call or send me a SMS..

What did I miss?

Any suggestion will be grateful.

thank you..

Edit : but on charge state, it's act normal.. I press "wake up" key, it's wake up, unplug the power, the problem still the same.. :(

Edited by lyeid
Link to comment
Share on other sites

Guest nikkotsoi

Yesterday I bought a brand new class 10 Micro SD and install CM Beta 2 on Micro SD.. until now, it works very smooth except 1 thing..

After the screen off, it wont wake up again (no matter which key I pressed :( ). until some one make a call or send me a SMS..

What did I miss?

Any suggestion will be grateful.

thank you..

Edit : but on charge state, it's act normal.. I press "wake up" key, it's wake up, unplug the power, the problem still the same.. :(

try a clean reinstall :D

Link to comment
Share on other sites

try a clean reinstall :D

I did a clean install.. 3 times already.. :( I think I'll try manual installation.. :)

EDIT : after 2 times manual installation, problem still the same.. :( any other suggest?

Edited by lyeid
Link to comment
Share on other sites

Guest shoarmabakpao

For the people that tested my ICS animation framework-res.apk

You must use some launchers like ADW Launcher EX to get all the cool animations. It does not work yet on LauncherPro :(

Link to comment
Share on other sites

Guest synescu

hi

i'm make android rom and kernel for korea omnia2

it's base on voyteckst, almar, bsbsbs, Egon, phj 's i8000 android rom and kernel

thanks for developers :)

here is my git kernel source

https://github.com/k...2-android-26329

it have many improvement

i hope useful to developer

thanks again

where it can be downloaded the rom modified by you ?

Edited by synescu
Link to comment
Share on other sites

hi

i'm make android rom and kernel for korea omnia2

it's base on voyteckst, almar, bsbsbs, Egon, phj 's i8000 android rom and kernel

thanks for developers :)

here is my git kernel source

https://github.com/k...2-android-26329

it have many improvement

i hope useful to developer

thanks again

andriod is working much smoother and it is much faster also as i am using call 4 sd card you will surely fell the difference

thank you

Edited by faisad
Link to comment
Share on other sites

For the people that tested my ICS animation framework-res.apk

You must use some launchers like ADW Launcher EX to get all the cool animations. It does not work yet on LauncherPro :(

thanks it looks very nice

Link to comment
Share on other sites

Guest voyteckst
hi

i'm make android rom and kernel for korea omnia2

it's base on voyteckst, almar, bsbsbs, Egon, phj 's i8000 android rom and kernel

thanks for developers

here is my git kernel source

https://github.com/k...2-android-26329

it have many improvement

i hope useful to developer

thanks again

What kind of improvements?

BTW. Haven't seen You here from long time ;-)

Edited by voyteckst
Link to comment
Share on other sites

hi

i'm make android rom and kernel for korea omnia2

it's base on voyteckst, almar, bsbsbs, Egon, phj 's i8000 android rom and kernel

thanks for developers :)

here is my git kernel source

https://github.com/k...2-android-26329

it have many improvement

i hope useful to developer

thanks again

thx mate for your work.. hope it can help dev team to make a better ROM for us..

where I can get the installer? or can any one compiled from the source and share it with us?

Link to comment
Share on other sites

where it can be downloaded the room modified by you ?

you means rom?

i'm only make for korea omnia2 now

but i will make i8000 rom :)

Can I just install it on my Omnia 2 Europe?

Also do I need to compile it myself?

it need compile

and it's optimize for korea omnia2

it need some modify for europe omnia2

What kind of improvements?

BTW. Haven't seen You here from long time ;-)

long time no see :)

please reference commits on my github

good commit for performance, smooth

ADD SIO I/O Scheduler

Fixed ext4 disk write performance regression.(fschaefer)

ext4: fix memory leak in ext4_free_branches

add jhash3

Page Table Optimization

ADD rcu: Tiny RCU Update: RCU the Bloatwatch Edition v8

Enable CGROUP Scheduler

change compile flag and tweak conservative

Enable good options(Performance boost)

Conservative governor tweak

config.hz to 500hz

ADD Stochastic Fair Blue Net Scheduler (SFB)

good for others

modify battery polling interval

Prevent problem for some bad SDHC card

good for defcofnig options

CONFIG_FPE_FASTFPE=y (good for performance)

CONFIG_RCU_FANOUT=16

CONFIG_HZ=500 (good for smooth)

CONFIG_CGROUPS=y

# CONFIG_CGROUP_DEBUG is not set

# CONFIG_CGROUP_NS is not set

CONFIG_CGROUP_FREEZER=y

# CONFIG_CGROUP_DEVICE is not set

# CONFIG_CPUSETS is not set

CONFIG_CGROUP_CPUACCT=y

CONFIG_RESOURCE_COUNTERS=y

# CONFIG_CGROUP_MEM_RES_CTLR is not set

CONFIG_CGROUP_SCHED=y

CONFIG_FAIR_GROUP_SCHED=y

CONFIG_RT_GROUP_SCHED=y

# CONFIG_CPU_BPREDICT_DISABLE is not set (good for performance and smooth)

CONFIG_OABI_COMPAT=y (very good for performance and smooth)

CONFIG_ANDROID_BUF_NUM=4

Kernel/arch/arm/vfp/Makefile

-KBUILD_AFLAGS :=$(KBUILD_AFLAGS:-msoft-float=-Wa,-mfpu=softvfp+vfp)

+KBUILD_AFLAGS :=$(KBUILD_AFLAGS:-marm -mfpu=vfp -mfloat-abi=softp)

Makefile

CFLAGS_KERNEL = -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -marm -fsingle-precision-constant -ftree-vectorize -fprofile-correction -falign-loops

AFLAGS_KERNEL = -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -marm -fsingle-precision-constant -ftree-vectorize -fprofile-correction -falign-loops

KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \

-fno-strict-aliasing -fno-common \

-Werror-implicit-function-declaration \

-Wno-format-security \

-fno-delete-null-pointer-checks \

-march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -marm -mfloat-abi=softfp \

-fsingle-precision-constant -ftree-vectorize \

-fprofile-correction -falign-loops

i'm recommand to toolchain Linaro GCC4.5.4 (2011.08)(arm-eabi-)

thanks :)

thx mate for your work.. hope it can help dev team to make a better ROM for us..

where I can get the installer? or can any one compiled from the source and share it with us?

i'm not make for i8000 now

but i will make that :)

Edited by kgp700
Link to comment
Share on other sites

Guest raiwakei

thank you for that comment

now i have done just like what you said but i think my sd card got broken due to formatting

so i have to buy a new one to replaced it.

here' my new problem,

the camera doesn't work now,

usb to pc not working

and i can't download anything from the market.

or , does it have to take something to installs games and apps from andriod market??

please help me.. :)

thanks..

Can any one help me on how to download apps and games from the android market???

:)

Link to comment
Share on other sites

Guest gauravv

you means rom?

i'm only make for korea omnia2 now

but i will make i8000 rom :)

it need compile

and it's optimize for korea omnia2

it need some modify for europe omnia2

long time no see :)

please reference commits on my github

good commit for performance, smooth

ADD SIO I/O Scheduler

Fixed ext4 disk write performance regression.(fschaefer)

ext4: fix memory leak in ext4_free_branches

add jhash3

Page Table Optimization

ADD rcu: Tiny RCU Update: RCU the Bloatwatch Edition v8

Enable CGROUP Scheduler

change compile flag and tweak conservative

Enable good options(Performance boost)

Conservative governor tweak

config.hz to 500hz

ADD Stochastic Fair Blue Net Scheduler (SFB)

good for others

modify battery polling interval

Prevent problem for some bad SDHC card

good for defcofnig options

CONFIG_FPE_FASTFPE=y (good for performance)

CONFIG_RCU_FANOUT=16

CONFIG_HZ=500 (good for smooth)

CONFIG_CGROUPS=y

# CONFIG_CGROUP_DEBUG is not set

# CONFIG_CGROUP_NS is not set

CONFIG_CGROUP_FREEZER=y

# CONFIG_CGROUP_DEVICE is not set

# CONFIG_CPUSETS is not set

CONFIG_CGROUP_CPUACCT=y

CONFIG_RESOURCE_COUNTERS=y

# CONFIG_CGROUP_MEM_RES_CTLR is not set

CONFIG_CGROUP_SCHED=y

CONFIG_FAIR_GROUP_SCHED=y

CONFIG_RT_GROUP_SCHED=y

# CONFIG_CPU_BPREDICT_DISABLE is not set (good for performance and smooth)

CONFIG_OABI_COMPAT=y (very good for performance and smooth)

CONFIG_ANDROID_BUF_NUM=4

Kernel/arch/arm/vfp/Makefile

-KBUILD_AFLAGS :=$(KBUILD_AFLAGS:-msoft-float=-Wa,-mfpu=softvfp+vfp)

+KBUILD_AFLAGS :=$(KBUILD_AFLAGS:-marm -mfpu=vfp -mfloat-abi=softp)

Makefile

CFLAGS_KERNEL = -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -marm -fsingle-precision-constant -ftree-vectorize -fprofile-correction -falign-loops

AFLAGS_KERNEL = -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -marm -fsingle-precision-constant -ftree-vectorize -fprofile-correction -falign-loops

KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \

-fno-strict-aliasing -fno-common \

-Werror-implicit-function-declaration \

-Wno-format-security \

-fno-delete-null-pointer-checks \

-march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -marm -mfloat-abi=softfp \

-fsingle-precision-constant -ftree-vectorize \

-fprofile-correction -falign-loops

i'm recommand to toolchain Linaro GCC4.5.4 (2011.08)(arm-eabi-)

thanks :)

i'm not make for i8000 now

but i will make that :)

hows battery life ?

Link to comment
Share on other sites

SOLVED - IPtables is working now, had a lot of "case sensitive" files problem when compiling but is solved now.

Hi that sounds very interesting.

Is there a way to get the kernel and the modules? Or may these changes be applyed to the cyanogen-mod?

And are they compiled for omnia2 gt-i8000?

Link to comment
Share on other sites

Guest voyteckst
Hi all

I managed to install this update succesfully.

just have 1 question.how do i connect to unpublished wifi?

is it possible?

thanks

menu -> add network ?

Link to comment
Share on other sites

Guest synescu

so I cant install this ROM if I dont have an SD card?

yes you can is enough to read the redme frome cm_beta2

"To install on internal storage - rename sd_ms.cpio.gz to sd.cpio.gz, but You MUST have partitions created earlier properly (fat32, ext4, swap)!. After rename click installandroid.exe. BE AWARE THAT AUTOMATIC INSTALL ON MY STORAGE WASN'T TESTED!

4. Wait, extracting ~150MB could take time.

5. After reboot run haret.exe from My Storage

6. Enjoy!"

no sorry.you have to do it manually in linux

Edited by synescu
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.