/data empty after build v2.0

Discussion in 'Android' started by mantonec, Apr 11, 2014.

  1. mantonec

    mantonec New Member

    Joined:
    Apr 10, 2014
    Messages:
    4
    Likes Received:
    0
    Hello everybody,

    In order to apply some customization to kernel i'm trying to compile the android version 2.0 (JB 4.3) for udoo.
    I have followed the instruction for JB 4.2.2. I guess that it should be the same.

    The build goes well (apparently) but when i execute the command
    Code:
    sudo -E ./make_sd.sh /dev/sdd 
    the /data partition on SD card is empty.

    Please could someone give me a suggestion ?

    Regards,
    mic
     
  2. peter247

    peter247 New Member

    Joined:
    Mar 10, 2014
    Messages:
    263
    Likes Received:
    2
    if it was normal Linux , I would say that should be /dev/mmcblk0 + the partition
    eg /dev/mmcblk0p1
     
  3. mantonec

    mantonec New Member

    Joined:
    Apr 10, 2014
    Messages:
    4
    Likes Received:
    0
    Hi Peter,

    thanks for your feedback.
    The host machine is a Ubuntu 13.10 (non virtualized) and the device is sdd. I have verified.

    I have a laptop with fedora20 on which i can run the build again but i prefer to discover the problem first.
     
  4. mantonec

    mantonec New Member

    Joined:
    Apr 10, 2014
    Messages:
    4
    Likes Received:
    0
    sorry for update.

    Could someone give me a suggestion ?

    Looking at make_sd.sh seems that there isn't a procedure to fill /data partition.
    Is there a step that i'm missing ?

    Regards,
    mic
     

Share This Page