Posts: 256
Threads: 13
Joined: 2014-04-04
Points:
3,849
Reputation: +258
2014-05-03, 04:24
(This post was last modified: 2014-05-03, 04:25 by vampirefo.)
I am going to have to get more micro sdcards, as the number of roms for DK C30 are increasing, lol.
If you use my scripts or work in your own scripts, your scripts or license should reflect that.
ZTE Open C
Posts: 1
Threads: 0
Joined: 2015-01-31
Points:
31
Reputation: +0
Bro i have xolo A500S IPS mediatek 6572 device with 512 MBs of ram.
i've tried to dual boot it with color os for xolo A500s IPS.
I've tested both the stock rom (i've downloaded) and color os rom, separately on my device and confirmed if everything is working perfectly or not. And i found it worked like charm to me.
now i was plannning to dual boot my phone with stock rom as primary and color os on sd card
i flashed stock rom in my phone (pre rooted)
then i took out my sdcard of 8Gigs and made 4 partitions as below
5210 MB fat 32 for storage as sdcard
1024 MB etx4 for /system
896 MB ext4 for /data i wont be installing any shit to it, i'll keep no apps
502 MB ext4 for /cache
so final layout of sd is
mmcblk1p2 1024 MB /system
mmcblk1p3 896MB /data
mmcblk1p4 502 MB /cache
and after doing all this i modified the update-script of color os which was meant to be installed on sd card
and i created the custom boot.img by steps mentioned in this post .. and packed it in flashable zip
i put color os + custom boot flashable zip + stock boot flashable zip
now i headed over to cwm and flashed color os and it was successfully flashed to external memory card
then i flashed the custom boot zip to boot color os and when i restarted my phone
my phone stuck on coloros oppo logo.....
and when i want to switch to primary rom i simly go to cwm and flash the stock boot zip and stok rom works fine..
what should i do to get the color os working
Posts: 1
Threads: 0
Joined: 2015-10-06
Points:
22
Reputation: +0
I have tried this tutorial . Dont know why phone stuck at boot logo . I have used notepad plus plus and replaced all the init.rc lines of /emmc@android with /dev/block/mmcblk1p2 /emmc@usrdata with /dev/block/mmcblk1p3 and /emmc@cache with /dev/blockmmcblk1p4 ( I created an extra partition for it ) . But for some unknown reason phone stuck at boot logo . I tested each partition with mount command . They worked . But why init.rc commands didnt ? I checked emmc@android , it is linked to /dev/block/mmcblk0p4 which is my system partition . I used the direct link as u instructed . but it didnt worked . why ? please tell me if I did anything wrong .