Jump to content

Android on Omnia II - i8000 (18.04.2011)


Guest almar

Recommended Posts

Guest Odysseas07
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 ????

Link to comment
Share on other sites

Guest surenz
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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Guest urkopi
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!

Link to comment
Share on other sites

Guest stoikoff

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

Link to comment
Share on other sites

Guest erikcas
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.

Link to comment
Share on other sites

Guest urkopi
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...

Link to comment
Share on other sites

Guest erikcas
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.

Link to comment
Share on other sites

Guest erikcas
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..

:)

Link to comment
Share on other sites

Guest urkopi
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!

Link to comment
Share on other sites

Guest andylau
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?

Link to comment
Share on other sites

Guest xibianliang
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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Guest Odysseas07

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.

Link to comment
Share on other sites

Guest mishatir
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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Guest Doc Lorenzo

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

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.