Jump to content

Android on Omnia II - i8000 (18.04.2011)


Recommended Posts

Guest Odysseas07
Posted
i don't remove vold.conf

and i found strange problem. when i connected in winmo via USB and then try to boot android my system

can't see sdcard. Then i remove USB, reboot winmo and start again - its working.

To Mystorge install /dev/block/mmcblock0 maybe working

what it inside to vold.conf ????

could you please tell as ????

Guest surenz
Posted
This is not mute but mutex. Why You people read svn commit comments and then repeat without understanding?

That's why I started the sentence with "Seems like" :)

Anyway, the progress of the development isn't very clear for everybody and we have to guess what happens. Which leads to those "shots in the dark".

So please excuse me and if possible explain what this means ...

I see you're the only one who's trying to communicate here with us.

Guest erikcas
Posted
what it inside to vold.conf ????

could you please tell as ????

This is what is inside the original beta2 package:

## vold configuration file for s3c6410

volume_sdcard {

media_path /class/mmc_host/mmc1

media_type mmc

mount_point /sdcard

ums_path devices/platform/s3c6410-usbgadget/gadget/lun0

Guest urkopi
Posted
This is what is inside the original beta2 package:

## vold configuration file for s3c6410

volume_sdcard {

media_path /class/mmc_host/mmc1

media_type mmc

mount_point /sdcard

ums_path devices/platform/s3c6410-usbgadget/gadget/lun0

And we have to rename "mmc1" to "mmc0" or what!?

Thanks very much!

Posted
what it inside to vold.conf ????

could you please tell as ????

i have original beta2 vold.conf

and i don't modify it.

Guest stoikoff
Posted

ok i will wait new froyo stoping for this moment formating sd card i dont know how meny time and 4 gb sd card is dead :) i will wait froyo ty for beta2 to all dev to hard work :)

Guest erikcas
Posted
And we have to rename "mmc1" to "mmc0" or what!?

Thanks very much!

Hmm.. Never edited it. All is working fine.

Just plotted the contents.

Guest urkopi
Posted
Hmm.. Never edited it. All is working fine.

Just plotted the contents.

Okey Erik, but for example the RootExplorer and more apps doesn't recognize the microSD card and I don't know why...

I'm runnig a .iso file edited by me...

Thanks and please, help me...

Guest erikcas
Posted
Okey Erik, but for example the RootExplorer and more apps doesn't recognize the microSD card and I don't know why...

I'm runnig a .iso file edited by me...

Thanks and please, help me...

I think you pointed the problem. The .iso file.

I only use the files from original dev-team, and it is working great.

Can't help you out I'm afraid.

Guest erikcas
Posted
With latest commit (122) be aware that it potentially can not work or work as expected.

:)

Was already thinking.. Missing a changelog with solved problems and enhancements here..

:)

Guest urkopi
Posted
I think you pointed the problem. The .iso file.

I only use the files from original dev-team, and it is working great.

Can't help you out I'm afraid.

Okey, Thanks again Erik!

Regards!

Guest stoikoff
Posted

i have a problem can acces to root instal busybox an tells not acces to root ? how

Guest andylau
Posted
kernel rev123 kernel_rev123.rar

hi brother,can you give more details about your files?i really want to know what's the difference.

and i have updated with your kernal and zimage,i find that every time my phone cant read the sdcard,then i replace the zimage of 0319,it works well(but not for me,others who update with your modules+0319kernal,i am so sad)

since the sdcard has many files in it for the phone to load,so i guess if it is stable or fast without a sdcard,and this is the purpose of your modules+kernals all the time?

ps:now i use the iso version,or is it because of this?

Guest xibianliang
Posted
hi brother,can you give more details about your files?i really want to know what's the difference.

and i have updated with your kernal and zimage,i find that every time my phone cant read the sdcard,then i replace the zimage of 0319,it works well(but not for me,others who update with your modules+0319kernal,i am so sad)

since the sdcard has many files in it for the phone to load,so i guess if it is stable or fast without a sdcard,and this is the purpose of your modules+kernals all the time?

ps:now i use the iso version,or is it because of this?

same here! i found that with the new kernel,the camera app can be initiated. but it cann't take picture nor record video because the SD card is not mounted at startup.also during a phone call, you can still hear sound well past the 30s time frame without any additional backlight keeper but the screen won't light up again whatever buttons you press.apart from that, i haven't noticed any changes! anyway, thanks for compiling the latest kernel!

Posted
same here! i found that with the new kernel,the camera app can be initiated. but it cann't take picture nor record video because the SD card is not mounted at startup.also during a phone call, you can still hear sound well past the 30s time frame without any additional backlight keeper but the screen won't light up again whatever buttons you press.apart from that, i haven't noticed any changes! anyway, thanks for compiling the latest kernel!

how about the SOD problem

Guest Odysseas07
Posted

xibianliang

For the calls you can install the call Light from the market . i have install it and i havent any problem with calls

xson

For the SOD you can install the myLock from market. After that you have to enable it on every boot.

Posted

I appreciate your contribution, to pay tribute to you!!

Guest mishatir
Posted (edited)
Okey Erik, but for example the RootExplorer and more apps doesn't recognize the microSD card and I don't know why...

I'm runnig a .iso file edited by me...

Thanks and please, help me...

view in sd.cpio.gz :

mount /dev/block/mmcblk sdcard - no OK

mkdir /sdcard1

and

change all sdcard on sdcard1

mount /dev/block/mmcblk sdcard1 - OK

losetup ......

......

-------------------------------

for kernel rev 117 - 123 :

in init.rc

mount vfat /dev/block/mmcblk1p1 /sdcard

Edited by mishatir
Guest Odysseas07
Posted
view in sd.cpio.gz :

mount /dev/block/mmcblk sdcard - no OK

mkdir /sdcard1

and

change all sdcard on sdcard1

mount /dev/block/mmcblk sdcard1 - OK

losetup ......

......

-------------------------------

for kernel rev 117 - 123 :

in init.rc

mount vfat /dev/block/mmcblk1p1 /sdcard

Hello

and thanks

How we can open the sd.cpio ????

I cant open it

Guest bumar2000
Posted (edited)

use text editor, e.g. "vi" or "cat" only to view

Edited by bumar2000
Guest andylau
Posted
view in sd.cpio.gz :

mount /dev/block/mmcblk sdcard - no OK

mkdir /sdcard1

and

change all sdcard on sdcard1

mount /dev/block/mmcblk sdcard1 - OK

losetup ......

......

-------------------------------

for kernel rev 117 - 123 :

in init.rc

mount vfat /dev/block/mmcblk1p1 /sdcard

hi,thanks for your reply,i have installed android in my storage with the ext2/3/4 iso version and updated the files of yours,then change the init.rc as you said,but it still cant read the sdcard(only didnt give the notification of sdcard is removeable)

can you give your version's link here,maybe it works well with your install pack with the kernel and modules you give,thanks very much and sorry for my english

Guest mishatir
Posted
Hello

and thanks

How we can open the sd.cpio ????

I cant open it

in *nix : mc

for windows

gzip for windows

cpio for Windows

Guest Doc Lorenzo
Posted

Hi, I have installed beta2 with updates/new zImage, following the excellent instructions from post #6.

My two biggest problems are:

- Android Market is incredibly slow, and it doesn't matter if I use WIFI or 3G, it still only downloads with about 1 kb/s.

- I get a lot of "wait - force close" errors, seems pretty random, but probably more of them when downloading from market. Don't know if these issues are related, eg. CPU "overload" when downloading.

I haven't seen this issue mentioned elsewhere.. - any ideas what could cause this?

- John

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.