Guest Nexere Posted September 18, 2011 Report Posted September 18, 2011 ABOUT STUCK AT ANDROID LOGO LOADING: I had this problem before, it's a problem with the partition table. To solve, you can try to create the ext4 partition manually, with this command: mkfs.ext4 /dev/sdXY X = your device Y = your partition If don't work, didn't worked for me, you will have to delete all device partitions. In this case of MYSTORAGE you just have to flash a FULL SAMSUNG ROM. It'll restore all your MyStorage Partition table. Like this: /DEV/SDB1 7000~ MB /DEV/SDB2 512~ MB Then go back to Linux and run this command: mkfs.ext4 /dev/sdb2 Assuming that you wan't to use the 512MB partition as your ext4 partition. You can also delete all partitions and rebuild at the way you want to. . Running Android, it's really faster than the old one, no SOD so far. Thanks to all Dev's. Thanx for this info its working now, the 1st part mkfs.ext4 /dev/sdXY fixed the logo loop problem :)
Guest acsel10 Posted September 18, 2011 Report Posted September 18, 2011 After i've put the mmcblk1p2 in startup file and launch haret, the console is stopped with this 6 lines that i think can help me and us about my problem... ext4-fs (mmcblk1p2): recovry complete ext4-fs (mmcblk1p2): mounted filesystem with ordered data mode VFS: mounted root (ext4 filesystem) on device 179:10. freeing init memory: 144k warning: unable to open an initial console. init: /init.rc 280 invalid option 'enabled' After 1-2 min in this state in the screen flow the opration that seems to reporting that the timeout is elapsed... i hope this can be useful...
Guest paranoiadk Posted September 18, 2011 Report Posted September 18, 2011 I have in my storage. And the sd has only one fat32 partition. And I can't get to work no matter what I do. :( If you installed froyo in the SD, try partitioning the SD this way: The very first partition would be the media one(photos, videos, etc) in fat32,and the second one the ext4 partition If you installed froyo in the internal memory, just check that your sd card has only one fat-32 partition. I can't assure you that this will work.
Guest andylau Posted September 18, 2011 Report Posted September 18, 2011 when i extract ext4.tar.gz in ununtu,it comes out this: tar:Skipping to next header tar:Exiting with failure status due to precious errors then i search this problem,someone said that maybe the file is compressed by gzip and should extract it firstly by gzip,but i am a newbie in linux ,can anyone help me? thanks very much
Guest alabama20 Posted September 18, 2011 Report Posted September 18, 2011 when i extract ext4.tar.gz in ununtu,it comes out this: tar:Skipping to next header tar:Exiting with failure status due to precious errors then i search this problem,someone said that maybe the file is compressed by gzip and should extract it firstly by gzip,but i am a newbie in linux ,can anyone help me? thanks very much Hi if u are using ubuntu maybe i can help you out a little bit :D instead of messing with commands try this: firstly copy the archive into my storage or sd card (idk where you want to install it) then change your folder to the ext4 partition if you are there you can extract the document with this simple command: sudo tar -xvzf ext4.tar.gz (it'll ask password from you so enter your password from your account)
Guest vakaloka Posted September 18, 2011 Report Posted September 18, 2011 I have in my storage. And the sd has only one fat32 partition. And I can't get to work no matter what I do. :( In that case I don't know why android doesn't show your sd card, you could try to uncomment this line in init.rc: # mount vfat /dev/block/mmcblk0p5 /sdcard However I don't think that that will make your sd card appear
Guest andylau Posted September 18, 2011 Report Posted September 18, 2011 Hi if u are using ubuntu maybe i can help you out a little bit :D instead of messing with commands try this: firstly copy the archive into my storage or sd card (idk where you want to install it) then change your folder to the ext4 partition if you are there you can extract the document with this simple command: sudo tar -xvzf ext4.tar.gz (it'll ask password from you so enter your password from your account) still no luck, what i use is sudo tar zxvf ext4.tar.gz, but both cant work well :(
Guest PuCiNhOOO Posted September 18, 2011 Report Posted September 18, 2011 still no luck, what i use is sudo tar zxvf ext4.tar.gz, but both cant work well :( Don't forget the permissions when untar the ext4 ... and also, it's essential to unmout safely the android and the internal memory ... If you don't do that, it may cause the partitions to be read only .... and the system won't work ... Try, it worked for me ...
Guest arturs36 Posted September 18, 2011 Report Posted September 18, 2011 (edited) NO UBUNTU INSTALATION: 1/format sd card in WinMo 2/ Download beta1 and beta 2 3/copy ext4.tar.gz from beta 2 and o2beta from beta 1 to MY STORAGE 4/Run Haret from o2beta 5/wait for extract , reboot 6/copy startup.txt, zimage, haret.exe to sd card 6/edit startup: Set CMDLINE "rootdelay=2 root=/dev/mmcblk0p2 init=/init" 7/Run haret form sd card 8/Enjoy :D ALERT:this format sd card in ext2 not ext4, but it work Edited September 18, 2011 by arturs36
Guest alabama20 Posted September 18, 2011 Report Posted September 18, 2011 still no luck, what i use is sudo tar zxvf ext4.tar.gz, but both cant work well :( sudo tar butheregoesaminussign!zxvf ext4.tar.gz
Guest nemesis81 Posted September 18, 2011 Report Posted September 18, 2011 (edited) still no luck, what i use is sudo tar zxvf ext4.tar.gz, but both cant work well :( in theTerminal, go to the directory where you put the ext4.tar.gz file. then type: sudo tar xvzf ext4.tar.gz -C /media/nameofyourpartition It should extract now. Edited September 18, 2011 by nemesis81
Guest cpp2 Posted September 18, 2011 Report Posted September 18, 2011 Mistahir or some else please make the ISO file Thanks for all the developer!!Sandor, Voytects Where is almar?
Guest whashnez Posted September 18, 2011 Report Posted September 18, 2011 I installed it in MyStorage. I have Music folder in the FAT32 partition of MyStorage. It is mounted and I can access music from FIle Manager. I can't find any music player that will scan that folder. They only scan the sdcard folder. What can I do?
Guest ASIDER Posted September 18, 2011 Report Posted September 18, 2011 NO UBUNTU INSTALATION: 1/format sd card in WinMo 2/ Download beta1 and beta 2 3/copy ext4.tar.gz from beta 2 and o2beta from beta 1 to MY STORAGE 4/Run Haret from o2beta 5/wait for extract , reboot 6/copy startup.txt, zimage, haret.exe to sd card 6/edit startup: Set CMDLINE "rootdelay=2 root=/dev/mmcblk0p2 init=/init" 7/Run haret form sd card 8/Enjoy :D ALERT:this format sd card in ext2 not ext4, but it work Dear artur do you rememder there was a program which can change ext2 to ext 3 in mobile
Guest vakaloka Posted September 18, 2011 Report Posted September 18, 2011 I installed it in MyStorage. I have Music folder in the FAT32 partition of MyStorage. It is mounted and I can access music from FIle Manager. I can't find any music player that will scan that folder. They only scan the sdcard folder. What can I do? Probably there's a file called .nomedia in that folder, delete it and restart
Guest Yce Posted September 18, 2011 Report Posted September 18, 2011 Okay if someone has problems with the partitioning, you can ask me in pm, i'll try to help :) but please don't make the devs angry, its a great project!
Guest nemesis81 Posted September 18, 2011 Report Posted September 18, 2011 (edited) Okay if someone has problems with the partitioning, you can ask me in pm, i'll try to help :) but please don't make the devs angry, its a great project! Very helpful of you, for you I hope there are only a few with problems. I think people should put some more effort in it. Like one of the devs said; the pink screen problem doesn't randomly occur to people. Its all a matter of understanding partitions. A google search can go a long way or better look back a few pages, the answer has been given a dozen times. Not to offend anyone though! Edited September 18, 2011 by nemesis81
Guest Odysseas07 Posted September 18, 2011 Report Posted September 18, 2011 (edited) Please help All its fine exept the phone call When i have a call the screen its black and i cant wake up my phone .... What i can do for this ???? And another problem same app i cant install it example angry bird I can install it from market but i cant install it from apk file Edited September 18, 2011 by Odysseas07
Guest alabama20 Posted September 18, 2011 Report Posted September 18, 2011 Guys this release is awesome, with GPS i got fix for about 30-40sec. and it's stable, the Market and the WIFI works like charm now and which is the best part i have 0 SOD's :D
Guest forajido Posted September 18, 2011 Report Posted September 18, 2011 (edited) Working fine for more than 20 hours. No SOD,s, overheating or battery draining. Much faster than previous beta. No new issues detected. Congratulations and thanks to developers. Just one question, what about fm radio? As I have seen, it's not under development. Is threre any way to make it work? Thank you again. EDIT: PLEASE, COULD ANY DEV ANSWER THIS? Edited September 18, 2011 by forajido
Guest whashnez Posted September 18, 2011 Report Posted September 18, 2011 Probably there's a file called .nomedia in that folder, delete it and restart No there was no such file. The folder is normally included in media scan. Any ideas?
Guest vakaloka Posted September 18, 2011 Report Posted September 18, 2011 No there was no such file. The folder is normally included in media scan. Any ideas? Have you checked if parent folders of that folder have .nomedia?
Guest 1sokel Posted September 18, 2011 Report Posted September 18, 2011 it would be nice if somebody can make an new fs.iso just to copy to "My Storage" and have android with just copy and run keep android to Omnia2
Guest andylau Posted September 18, 2011 Report Posted September 18, 2011 sudo tar butheregoesaminussign!zxvf ext4.tar.gz in theTerminal, go to the directory where you put the ext4.tar.gz file. then type: sudo tar xvzf ext4.tar.gz -C /media/nameofyourpartition It should extract now. i put ext4.tar.gz just in desktop,then i type cd Desktop,and then sudo tar zxvf ext4.tar.gz -C /media/android(and i have also tried sudo tar -zxvf ....), but still cant work whether installing in sdcard or my storage ,at last it comes out the crc error or tar:Skipping to next header tar:Exiting with failure status due to precious error the ubuntu i use is a cd version ,does it matter or not? or i got the wrong ext4 file the fourth time :( (the speed of downloading in our school is so slooooooooow)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now