Jump to content

[UPDATED]Performance Tweaks etc on Android!.


Guest gauravv

Recommended Posts

Mosci, shouldn't we untar this way:

tar -xvzpv my_android_archive.tar.gz -C /media/<android-rootfs>

??

yes - this would be the way if you are not whithin the destination-dir

Link to comment
Share on other sites

Guest erikcas

On ext4 now, with my Android cloned from my ext3 partition.

Didn't have to untar Mosci's update again.

Here's what I did:

mount ext3 on my storage as /media/disk

cd /media/disk

sudo tar -cvpzf ../beta2.tar.gz ./

cd /media

unmount /media/disk and created ext4 partition on /dev/sdb6 (in my case)

mounted /dev/sdb6 as /media/disk

sudo tar zxvf beta2.tar.gz -C /media/disk/

unmounted /media/disk

unplugged phone and booted it. working :D !!

It shure is faster!

grtz Erik

Edited by erikcas
Link to comment
Share on other sites

Maybe you should keep it for a while, maybe others will have trouble :D

i'm sure about that other will have problems - but i'm not willing to teach linux-standards :D

i did it just to build me a ready-to-use-tarball to compare if it works or not - and it works

gimme your email - you can keep it ;-) but it will not work for a long time - just as long as the main-files not changing

and we are at beta-stage ... changes can happen every day

Link to comment
Share on other sites

thats what i mean ;-)

but remember that the kernel (zImage) must support ext4 otherwise the boot will end up in a kernel panic

only my latest kernel (comment #95 on issue 6) will support ext4 - the original beta2-kernel (zImage) does NOT support ext4!

so you need to have a zImage with ext4 support and the modules for this kernel.

you can download the qwerty/qwertz package

unzip it ...

this will unpack a kernel (zImage) and a o2b2update.tar.gz

copy the zImage next to your haret.exe

then you can go again into /media/disk

and do a tar -xvzpf /path/to/the/o2b2update.tar.gz/from/my/package to install needed modules to the rootfs

Thanks for the Help

But after applying this update the Phone starts hanging after boot in Android after opening of Lock button from screen.

Link to comment
Share on other sites

Thanks for the Help

But after applying this update the Phone starts hanging after boot in Android after opening of Lock button from screen.

PLEZZZZZZZZZZ HELP ME

1. HOW TO ENABLE WIFI, & BLUETOOTH IN B7610

HELLLLLLLLLLLLLLLLLLLLP :huh:

Link to comment
Share on other sites

PLEZZZZZZZZZZ HELP M

1. HOW TO ENABLE WIFI, & BLUETOOTH IN B7610

HELLLLLLLLLLLLLLLLLLLLP :huh:

1.) patch the kernel to make the wl1271 & bt module available

2.) set the right gpios in the kernel-source

3.) find out which changes have to be done on the modules to get them work

4.) post your findings

5.) be a hero

:P

bt and wifi not working at this time because of different hardware (compared to I8000)

but feel free to fix that problem :)

Link to comment
Share on other sites

Guest Superwuppy

Guy's

sometimes when my andy crashed and self reboot again to WM

and i try to boot andy again i got an kernel panic saying INIT NOT FOUND

and i have to install from scrap again

like now for the 8th time

need help with the INIT fault

cheers

Link to comment
Share on other sites

After updating to the latest keymappings and Ext4 compatible kernel, I followed Ericas method to backup android to a tar, create the Ext4 and copy files back to the new partition (post #453)

Everything is working well. Can't say I've noticed much speed increase as yet.

Link to comment
Share on other sites

need help with the INIT fault

i think the failure is in the filesystem - have you ever check the 'andy'-filesystem afterwards?

there must be a reason for 'unexpected rebooting' - this never happens at my phone.

what install-method did you use? which partition, which filesystem, which updates (in which order)

have you ever tried another sdcard? maybe the sdcard is not ok anymore (or need a repartitioning/formatting)

Edited by mosci
Link to comment
Share on other sites

Guest Superwuppy
i think the failure is in the filesystem - have you ever check the 'andy'-filesystem afterwards?

How ??

have you ever tried another sdcard? maybe the sdcard is not ok anymore (or need a repartitioning/formatting)

Not running from the SD card ( i'ts a brand new SDHC card only 1 month old) running from MyStorage had it run EXT2 (gonna try EXT3 now)

Link to comment
Share on other sites

How ??

Not running from the SD card ( i'ts a brand new SDHC card only 1 month old) running from MyStorage had it run EXT2 (gonna try EXT3 now)

the age of a sdcard tells nothing about his quality.

ext3 will be the better choice - jounaling can help to fix fs-errors

i recomend to do a sdcard-install - custom procedures can produce custom errors - which will be hard to identify

Link to comment
Share on other sites

@ mosci

i also sometimes get the int kernel errors,

i have also to install again ,

is there any help .

i am using ext2 partion .

the latest beta 2 update .

and all the 2/3 drivers and the keypad and vibration fix , also,

any help dear??????????????

Link to comment
Share on other sites

Guest Superwuppy
the age of a sdcard tells nothing about his quality.

ext3 will be the better choice - jounaling can help to fix fs-errors

i recomend to do a sdcard-install - custom procedures can produce custom errors - which will be hard to identify

huh back to SD install ??

had it Running like charm from MyStorage (with a help from you guy's here)

untill error and losing INIT

but on SD lost INIT more than now (SD-7 & MyStorage-1)

Link to comment
Share on other sites

huh back to SD install ??

had it Running like charm from MyStorage (with a help from you guy's here)

untill error and losing INIT

but on SD lost INIT more than now (SD-7 & MyStorage-1)

you can give ext3 a chance - it will be more stable because it can repair much things by himself

i have tried both ... internal and sdcard ... now i'm back on sdcard ... the speed isn't much slower - not so much that i can even feel it

i do not play - so maybe thats the main reason why i can deal with sdcard-install.

my goal to sdcard-install is that i can faster replace it and have multiple installations for testing in a faster way.

with ext2 i have had also problems ... at least if i don't used tune2fs to unset some checks.

but this will go to deep into linux - so ext3 will be a better choice for you guys.

btw:my sdcard install runs and runs and runs ... until i reboot (which ich do probably to much - so the phone has not a chance to fall into deep-sleep :huh:)

Edited by mosci
Link to comment
Share on other sites

you can give ext3 a chance - it will be more stable because it can repair much things by himself

i have tried both ... internal and sdcard ... now i'm back on sdcard ... the speed isn't much slower - not so much that i can even feel it

i do not play - so maybe thats the main reason why i can deal with sdcard-install.

my goal to sdcard-install is that i can faster replace it and have multiple installations for testing in a faster way.

with ext2 i have had also problems ... at least if i don't used tune2fs to unset some checks.

but this will go to deep into linux - so ext3 will be a better choice for you guys.

btw:my sdcard install runs and runs and runs ... until i reboot (which ich do probably to much - so the phone has not a chance to fall into deep-sleep :huh:)

if we format the partition in ext3 ,

what would be the installation guide for that will it be same , or something extra for that

Link to comment
Share on other sites

if we format the partition in ext3 ,

what would be the installation guide for that will it be same , or something extra for that

there will be no difference ... the 'guide' is probably somewhere here in the forum

i can't tell - because i don't need a installation-guide at all. (i use linux all day - so it's quite simple for me)

Link to comment
Share on other sites

ohh thanks... well are u having some knowledge abt kernels, as i have downloaded ubuntu for i8000 means for omnia 2 but want it to our devices is there any way we can do...

Link to comment
Share on other sites

ohh thanks... well are u having some knowledge abt kernels, as i have downloaded ubuntu for i8000 means for omnia 2 but want it to our devices is there any way we can do...

hehe i have played last year with omnibuntu <- that will be the keyword for your googlesearch

you will also find some post about that on this site

and you can watch my

from last year - that time i used almars first running alpha-kernel to get it up and running ...

the filesystem can be easyly created with rootstock (another search-keaword for you)

Edited by mosci
Link to comment
Share on other sites

hehe i have played last year with omnibuntu <- that will be the keyword for your googlesearch

you will also find some post about that on this site

and you can watch my

from last year - that time i used almars first running alpha-kernel to get it up and running ...

the filesystem can be easyly created with rootstock (another search-keaword for you)

well thanks dear....

its sming oxIIgen version ubuntu .

will it be same dear

Link to comment
Share on other sites

1.) patch the kernel to make the wl1271 & bt module available

2.) set the right gpios in the kernel-source

3.) find out which changes have to be done on the modules to get them work

4.) post your findings

5.) be a hero

:D

bt and wifi not working at this time because of different hardware (compared to I8000)

but feel free to fix that problem ;)

SEND ME THE KERNEL & TOLLS for EDITING (Patching) etc.

i can try the same you said.

:P :P :( :P :P :P :huh: B) :P :D :P :P :D :o :) :P ;)

Link to comment
Share on other sites

SEND ME THE KERNEL & TOLLS for EDITING (Patching) etc.

i can try the same you said.

:P :P B) :P :P :P :huh: :D :P :D :P :P :D :o :) :P ;)

FOR MORE INFORMATION of WL LAN hard ware etc please refer following links

http://www.spinics.net/lists/linux-wireless/msg57329.html

http://www.datasheetpro.com/1920287_downlo..._datasheet.html

Thanks for Help dear. ;)

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.