|
2010-11-07
, 09:19
|
Posts: 255 |
Thanked: 61 times |
Joined on Feb 2010
|
#312
|
|
2010-11-07
, 09:29
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#313
|
I really dont think ofono is gonna be to a big problem, its in the ubuntu mobile ppa
|
2010-11-08
, 14:39
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#314
|
I really dont think ofono is gonna be to a big problem, its in the ubuntu mobile ppa
|
2010-11-08
, 16:10
|
Posts: 327 |
Thanked: 383 times |
Joined on Aug 2010
@ alex , egypt
|
#315
|
|
2010-11-08
, 17:19
|
Posts: 111 |
Thanked: 33 times |
Joined on Sep 2010
|
#316
|
|
2010-11-08
, 17:33
|
Posts: 11 |
Thanked: 4 times |
Joined on Oct 2010
@ Poland
|
#317
|
|
2010-11-08
, 17:46
|
Posts: 327 |
Thanked: 383 times |
Joined on Aug 2010
@ alex , egypt
|
#318
|
|
2010-11-08
, 23:51
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#319
|
fsck /dev/mmcblk1p2
mkdir -p /mnt/ubu mount /dev/mmcblk1p2 /mnt/ubu
mkdir -p /mnt/meego losetup /dev/loop0 ${MEEGO_IMAGE} -o <OFFSET> mount /dev/loop0 /mnt/meego
mkdir -p /mnt/meego mount -o loop,offset= <OFFSET> ${MEEGO_IMAGE} /mnt/meego
losetup /dev/loop0 ${MEEGO_IMAGE} sfdisk -lu /dev/loop0
losetup -d /dev/loop0
cp -a /mnt/meego/lib/modules/* /mnt/ubu/lib/modules/
umount /mnt/meego rm /mnt/meego
#---- #modem phonet cdc-phonet cmt cmt-speech #keyboard gpio_keys twl4030_keypad matrix_keypad #touchscreen tsc2005 #light_meter tsl2563 #acelerometer lis3lv02d_i2c lis3lv02d #screen #ACX565AKM (compiled in needs spi master) #audio compiled in #TLV320AIC3 compiled in audio, bug: can't be compiled as mod twl4030-vibra #leds ledslp5523 #wlan cfg80211 mac80211 wl1251_spi wl1251 #bluetooth #battery meter bq27x00_battery #power power_supply #twl4030support (compiled in) #charger isp1704_charger #usb gadget g_nokia #multifunction #TWL4030 (co) #+TWL5030 MADC (audio-digital) #MMC #all (compiled in: bootdevice on mmc)
Section "InputClass" Identifier "tslib touchscreen" Driver "tslib" MatchIsTouchscreen "yes" EndSection Section "InputClass" Identifier "Touchscreen" MatchProduct "TSC2005 touchscreen" Option "Calibration" "225 3931 3740 231" Option "SendCoreEvents" "yes" Driver "evdev" EndSection Section "InputClass" Identifier "Keyboard" MatchProduct "TWL4030 Keypad|gpio-keys" Option "XkbModel" "nokiarx51" Option "XkbLayout" "us" Option "XkbOptions" "grp:ctrl_shift_toggle" Driver "evdev" EndSection
auto lo iface lo inet loopback auto usb0 allow-hotplug usb0 iface usb0 inet static address 192.168.3.101 netmask 255.255.255.0 gateway 192.168.3.100 noauto phonet0 wlan0 wmaster0
nameserver 192.168.10.1
iptables -A FORWARD -j ACCEPT iptables -tnat -A POSTROUTING -o eth0 -j MASQUERADE echo 1 > /proc/sys/net/ipv4/ip_forward
mkimage -A arm -O linux -T kernel -C none -a 80008000 -e 80008000 -n zImage -d zImage uImage mkdir -p /mnt/kern mount /dev/mmcblck1p3 /mnt/kern cp uImage /mnt/kern
kernaddr=0x80300000 setenv bootargs root=/dev/mmcblk0p2 rootwait .. fatload mmc 1:3 ${kernaddr} uImage bootm ${kernaddr}
mkimage -A arm -O linux -T script -n bootscript -C none -d bootscript.txt boot.scr cp boot.scr /mnt/kern
touch /var/lib/oem-config/run
apt-get update apt-get upgrade apt-get install ofono ....
|
2010-11-09
, 05:44
|
|
Posts: 203 |
Thanked: 201 times |
Joined on Jun 2010
@ Ecuador
|
#320
|
Tags |
bada rox |
Thread Tools | |
|
you can however with a /capable kernel/ copy the whole pr1.3 stuff and everything else from maemo to the ubuntu and boot that. that works .but that actually is replacing ubuntu with maemo so that it is no longer ubuntu but maemo with some parts from ubuntu. further you cannot make it available for the public as it is cruftware.
and as a sidenode: while running different binaryformats is possible it is not totally stable so might break sometimes.
EDIT: in more understandable: it is illegal for ubuntu to use pr 1.3 so you can't use it. nokia forbids it. plain and simplified.
Last edited by lunat; 2010-11-07 at 09:03.