[Ubuntu-phone] compile error: 'RLOGD' was not declared in this scope (hardware/samsung/ril/xmm6260/libril/ril.cpp)

2013-09-27 Thread Marcel Partap
Hi guys, trying to port this to the samsung i927 (captivate glide), I ran into this compilation issue: > hardware/samsung/ril/xmm6260/libril/ril.cpp: In function 'void > android::issueLocalRequest(int, void*, int)': > hardware/samsung/ril/xmm6260/libril/ril.cpp:343:62: error: 'RLOGD' was not > de

Re: [Ubuntu-phone] compile error: 'RLOGD' was not declared in this scope (hardware/samsung/ril/xmm6260/libril/ril.cpp)

2013-09-27 Thread Marcel Partap
>> hardware/samsung/ril/xmm6260/libril/ril.cpp:401:31: error: 'RLOGD' was not >> declared in this scope > It seems to be caused by the two repos' APIs being out of sync: > (repo android_hardware_samsung) Oops, wrong path... Actually it's in repo android_system_core, file include/cutils/log.h.. la

Re: [Ubuntu-phone] compile error: 'RLOGD' was not declared in this scope (hardware/samsung/ril/xmm6260/libril/ril.cpp)

2013-09-27 Thread Marcel Partap
> something is strange with your source tree -- android_system_core was > last changed ~1 month ago (by Ricardo Salveti de Araujo), and the most > recent cyanogen commit in the android_system_core ubuntu repo is from > july [1]. Yes, but do a git log on the specific files.. my tree is very much up

[Ubuntu-phone] [Porting, initramfs-tools] initrd: Couldn't find data partition.

2013-10-08 Thread Marcel Partap
... Unfortunately, I'm still stuck at that stage and wanted to get out a faint cry for help before slumber.. just wanted to inject > + ls -la /dev > > + find

Re: [Ubuntu-phone] [Porting, initramfs-tools] initrd: Couldn't find data partition.

2013-10-08 Thread Marcel Partap
D'OH!.. praise # adb wait-for-device && beep ^^ Well so although the device is not proceeding beyond the samsung logo, adb is up after all. Must have been a slack data cable before.. > # ls -la /dev/disk/by-name/ > lrwxrwxrwx115 ES -> ../../mmcblk0p1 > lrwxrwxrwx115 MC -> ..

Re: [Ubuntu-phone] [Porting, initramfs-tools] initrd: Couldn't find data partition.

2013-10-09 Thread Marcel Partap
On 09/10/13 11:00, Florian Will wrote: > Pass datapart=/dev/mmcblk0p6 on the kernel cmdline. And then, nothing happens. No adb coming up to even see what is going on. Only a stupid blue warning triangle.. #Regards -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lis

Re: [Ubuntu-phone] more than one scripts/touch file??

2013-10-10 Thread Marcel Partap
> [...] all changes I made to the ramdisk (I olny changed the touch > script) were lost. While rebuilding, I noticed the message: > > Downloading ubuntu-touch-generic-initrd version 0.56 > 8395 blocks > > it seems like when I run brunch, it downloads the standard ramdisk and > uses it ins

Re: [Ubuntu-phone] [Porting, initramfs-tools] initrd: Couldn't find data partition.

2013-10-23 Thread Marcel Partap
Hi, it is difficult to properly continue with the porting effort for other samsung devices unless the partition names "UA" for data partition and "AP" for system partition are added. Please someone reroll a new ubuntu-touch-generic-initrd ASAP. https://bugs.launchpad.net/ubuntu/+source/initramfs-to

Re: [Ubuntu-phone] [Porting, initramfs-tools] initrd: Couldn't find data partition.

2013-10-23 Thread Marcel Partap
No prob.. > i'll take care the fix lands in trusty this week ... this means nuking(*) the current checkout? no easy way to feed these four letters into the ramdisk? #Regards! (*) git://phablet.ubuntu.com/CyanogenMod/android.git only has a phablet-saucy atm.. need to wait until a trusty branch appe