Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

CS908 rooted & reflash, how?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CS908 rooted & reflash, how?

    Hi,

    I like CS908 but I can't re-flash my device.
    The device only has two usb normal ports and it doesn't have microusb otg.
    Anyone know the process for flashing and the process for convert to fullrooted this device?
    I've made a new rom but I can't test it in my device CS908.

    Thanks a lot,
    Vik
    _____________________
    Sticks/TVBoxes: UG007, UG802, MK802-3s V3 & V4 & V5, MK802-3, V8 & CX-803, B12, Minix Neo X5 & G4, MK808, MK808B, CR8, Hi-802, iMito MX2, Mele A2000, MK806, CX-921, CX-818, CX-818B, MK808C (A20), MiniTVBOX A20, Bluetimes M8, Pipo X2, ...

    #2
    Solved!

    It's working.
    I used the script "update-gufone-root-x8.zip" with some changes.
    Minimal code:
    Code:
    [COLOR=#333333][FONT=monospace]show_progress(1.0,0);[/FONT][/COLOR]
    [COLOR=#333333][FONT=monospace]set_progress(0.10);[/FONT][/COLOR]
    
    [COLOR=#333333][FONT=monospace]#mount("ext4", "EMMC", "/dev/block/system", "/system");[/FONT][/COLOR]
    [COLOR=#333333][FONT=monospace]mount("ext4", "EMMC", "/dev/block/by-name/system", "/system");[/FONT][/COLOR]
    
    [COLOR=#333333][FONT=monospace]package_extract_dir("system", "/system");[/FONT][/COLOR]
    [COLOR=#333333][FONT=monospace]set_perm_recursive(0, 0, 0755, 0644, "/system/app");[/FONT][/COLOR]
    [COLOR=#333333][FONT=monospace]set_perm(0, 0, 06755, "/system/xbin/su");[/FONT][/COLOR]
    [COLOR=#333333][FONT=monospace]set_perm(0, 0, 0755, "/system/etc/install-recovery.sh");[/FONT][/COLOR]
    [COLOR=#333333][FONT=monospace]set_perm(0, 0, 0644, "/system/etc/.installed_su_daemon");[/FONT][/COLOR]
    
    [COLOR=#333333][FONT=monospace]#clear_misc_command();[/FONT][/COLOR]
    [COLOR=#333333][FONT=monospace]unmount("/system");[/FONT][/COLOR]
    
    [COLOR=#333333][FONT=monospace]set_progress(1.00);[/FONT][/COLOR]
    [COLOR=#333333][FONT=monospace]sleep(1);
    [/FONT][/COLOR]
    Full thread is here: http://foro.androidpc.es/showthread....45380#pid45380
    , and original script (thanks gufone) is here: http://www.minixforum.com/threads/ro...-pc-needed.43/

    Thanks a lot,
    Vik
    _____________________
    Sticks/TVBoxes: UG007, UG802, MK802-3s V3 & V4 & V5, MK802-3, V8 & CX-803, B12, Minix Neo X5 & G4, MK808, MK808B, CR8, Hi-802, iMito MX2, Mele A2000, MK806, CX-921, CX-818, CX-818B, MK808C (A20), MiniTVBOX A20, Bluetimes M8, Pipo X2, ...

    Comment

    Working...
    X