after a bit of a search, I can find NO roms for m-horse s51 anywhere
but searching for sc7715 (chipset) gives me an unrooted pac Rom
[Only registered and activated users can see links Click here to register]
running strings against the unpack shows a close match.....closer than anything else
Code:
strings orro.pac | grep sc7715
chip_phy_sc7715.c
sc7715_mmu_config.c
sc7715_clock_cfg.c
sc7715_audio_cfg.c
Project Version: sc7715_modem
MMI Version: sc7715_modem
HW Version: sc7715_sc7715_modem
Project Version: sc7715_cp2
HW Version: sc7715_modem
soc_is_sc7715
dsc7715
sc7715_sc7715_modem
soc_is_sc7715
My build.prop has string
Quote:ro.build.id=KOT49H
Code:
strings orro.pac | grep KOT49H
ro.build.id=KOT49H
ro.build.display.id=KOT49H test-keys
ro.build.description=scx15_sp7715ebplus-user 4.4.2 KOT49H eng.qiy.20140804.105318 test-keys
ro.build.fingerprint=ORRO/scx15_sp7715ebplus/scx15_sp7715eb:4.4.2/KOT49H/eng.qiy.20140804.105318:user/test-keys
fingerprint is different, mine is
Spreadtrum/c935w_jhm_e08plus_UUIhvga/c935w_jhm_e08:4.4.2/KOT49H/7715_4.4.2_c935w_jhm_e08_V05:user/test-keys
but its a step closer so I can watch for anyone rooting this device.
2) trying to google the specs of this device Orro G108 is not so good
Ahh well....I dream of getting my factory adapter one day
unbelievable I have had my first good fortune.
Mediatek perl scripts that I have posted about in this forum don't work with SPD recovery images. They report an error and only unpack the kernel image.
2) I discovered that Android Image Kitchen, which has Windows and Linux version do unpack recovery images.
3) I can't grrr still get root to get mine.....but I have downloaded someone elses that has a different chipset and its weird!
4) I will show just the list
Code:
ls
authors.txt bin cleanup.sh ramdisk repackimg.sh sc8810np.img split_img unpackimg.sh
ramdisk is similar to a mediatek ramdisk....anyone who has modded one should feel comfortable here .....the problem is split_img and here is why
5)
Code:
ls split_img/
sc8810np.img-base sc8810np.img-cmdline sc8810np.img-pagesize sc8810np.img-ramdisk.cpio.gz sc8810np.img-tagsoff
sc8810np.img-board sc8810np.img-kerneloff sc8810np.img-ramdiskcomp sc8810np.img-ramdiskoff sc8810np.img-zImage
Any Linux user can recognise the kernel is zimage and its size is 5.7 Mb unpacked.
b) the cpio.gz file unpacks to cpio then finally you can unpack it and it looks like a mediatek ramdisk....those other files (luckily) are text files
eg
Code:
file *page*
sc8810np.img-pagesize: ASCII text
#################
If I could extract either my boot image or kernel image I might be able to mod it to CWM or CTR and flash it.....thats the sticking point
thanks for reading