Not getting any git errors when syncing jellybean CM10 stuff in Dumbuntu repo so far.:fingers-crossed:
Yep, but did you get it build?Not getting any git errors when syncing jellybean CM10 stuff in Dumbuntu repo so far.:fingers-crossed:
I haven't even got to that bit. lolYep, but did you get it build?
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
# internal sdcard
dev_mount sdcard0 /storage/sdcard0 11 /devices/platform/dw_mmc/mmc_host/mmc0/mmc0 nonremovable,encryptable
# external sdcard
dev_mount sdcard1 /storage/sdcard1 auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1
# USB storage device
dev_mount usbdisk0 /storage/usbdisk0 auto /devices/platform/s3c_otghcd/usb
# mount point fstype device
/boot emmc /dev/block/mmcblk0p5
/recovery emmc /dev/block/mmcblk0p6
/efs ext4 /dev/block/mmcblk0p1
/cache ext4 /dev/block/mmcblk0p7
/system ext4 /dev/block/mmcblk0p9
/data ext4 /dev/block/mmcblk0p10
/preload ext4 /dev/block/mmcblk0p12
/emmc vfat /dev/block/mmcblk0p11
/sdcard vfat /dev/block/mmcblk1p1
import init.smdk4210.usb.rc
import init.gps.rc
on early-init
export EXTERNAL_STORAGE /storage/sdcard0
export SECONDARY_STORAGE /storage/sdcard1
mkdir /storage 0775 system system
mkdir /storage/sdcard0 0775 system system
mkdir /storage/sdcard1 0775 system system
mkdir /storage/usbdisk0 0775 system system
mkdir /efs 0771 radio system
mkdir /preload 0771 system system
mkdir /mnt 0775 root system
mkdir /mnt/.lfs 0755 root root
# for backwards compatibility
symlink /storage/sdcard0 /sdcard
symlink /storage/sdcard0 /mnt/sdcard
symlink /storage/sdcard1 /extSdCard
symlink /storage/sdcard1 /mnt/extSdCard
symlink /storage/usbdisk0 /usbdisk0
symlink /storage/usbdisk0 /mnt/usbdisk0
# Disable CFQ slice idle delay
write /sys/block/mmcblk0/queue/iosched/slice_idle 0
on fs
# mount ext4 partitions
mount ext4 /dev/block/mmcblk0p9 /system noatime wait ro
mount ext4 /dev/block/mmcblk0p7 /cache nosuid nodev noatime wait
mount ext4 /dev/block/mmcblk0p10 /data [B][COLOR="Red"]nosuid[/COLOR][/B] nodev noatime wait noauto_da_alloc
mount ext4 /dev/block/mmcblk0p12 /preload nosuid nodev noatime wait
mount ext4 /dev/block/mmcblk0p1 /efs nosuid nodev noatime wait
mkdir /efs/bluetooth
mkdir /efs/wifi
chown radio system /efs/bluetooth
chown radio system /efs/wifi
chmod 0775 /efs/bluetooth
chmod 0775 /efs/wifi
Isn't there at jellybean branch.Have a look at device/samsung/galaxys2-common/rootdir/fstab.smdk4210
I stand corrected.Isn't there at jellybean branch.
Changed it in Init.smdk4210.rc too, should be okay
Device n7000 not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Found repository: android_device_samsung_n7000
Default revision: phablet-10.1
Checking branch info
Default revision phablet-10.1 not found in android_device_samsung_n7000. Bailing.
....
The source link for that links back to this thread under "install instructions"http://blog.gsmarena.com/a-preview-...r-samsung-htc-lg-huawei-and-motorola-devices/
If this matter or not, the Ubuntu touch will be officially available soon as a dev preview for the n7000, among other devices listed in the link above.
Yeah, I thought as much.Btw the guy how have a booting port have complied it on 23.02 so he used old mali driver ..
hrhr, got it booting ! with new mali driversYeah, I thought as much.
Amazing!hrhr, got it booting ! with new mali drivers![]()
:beer: :beer: :thumbup:hrhr, got it booting ! with new mali drivers![]()
Didn't do anything new ..Have you documented your process so we can learn from it ?
That means that Dumbuntu fixed our new mali broplem at their repo. This is good news.Didn't do anything new ..
I did a clean resync, add the local manifest for n7000