Talk:Openmoko on HTC-Dream

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(GPRS/3G Data: new section)
 
(15 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Compile error
+
Openmoko on HTC Magic?
 +
 
 +
Hey, I want to install Openmoko on my HTC Magic in order to get Cumulus (http://www.kflog.org/cumulus/) running on my Android.
 +
Is it actually possible to use Openmoko without a physical keyboard?
 +
Cheers,
 +
Marc
 +
[[User:Force|Force]]
 +
 
 +
Error while kernel compile
  
  
Line 12: Line 20:
 
   arch/arm/mach-msm/htc_battery.c: In function ‘htc_battery_init’:
 
   arch/arm/mach-msm/htc_battery.c: In function ‘htc_battery_init’:
 
   arch/arm/mach-msm/htc_battery.c:793: error: implicit declaration of function ‘usb_register_notifier’
 
   arch/arm/mach-msm/htc_battery.c:793: error: implicit declaration of function ‘usb_register_notifier’
 +
 +
fixed - use 2.6.29 instead 2.6.27
 +
 
--[[User:Arteqw|Arteqw]] 13:46, 22 July 2009 (UTC)
 
--[[User:Arteqw|Arteqw]] 13:46, 22 July 2009 (UTC)
 +
 +
Hi, I'm having problems cloning your repository
 +
 +
    [pr@localhost openmoko]$  git clone git://gitorious.org/openmoko-msm-2-6-29/openmoko-msm-2-6-29.git openmoko-msm-2.6.29/
 +
    Initialized empty Git repository in /home/pr/openmoko/openmoko-msm-2.6.29/.git/
 +
    remote: Counting objects: 1079172, done.
 +
    remote: Compressing objects: 100% (190749/190749), done.
 +
    remote: Total 1079172 (delta 883398), reused 1079147 (delta 883380)
 +
    Receiving objects: 100% (1079172/1079172), 263.60 MiB | 834 KiB/s, done.
 +
    Resolving deltas: 100% (883398/883398), done.
 +
    Warning: Remote HEAD refers to nonexistent ref, unable to checkout.
 +
 +
Any idea what I'm doing wrong ? Thx
 +
 +
[[User:Premy|Premy]] 22:08, 5th August 2009
 +
 +
== compiling ==
 +
 +
I have followed all the instructions but I am at a standstill when it comes to compiling the wlan drivers.
 +
I am on ubuntu, can anyone guide me as to how to compile the module. when I enter the commands I get
 +
make[1]: Entering directory `/gnulinuxkernel'
 +
make[1]: *** No rule to make target `modules'.  Stop.
 +
make[1]: Leaving directory `/gnulinuxkernel'
 +
make: *** [modules] Error 2
 +
can anyone help
 +
 +
The newest kernel is:
 +
http://gitorious.org/htc-msm-2-6-32/leviathan-incoming/commits/msm-gnuconform
 +
 +
We now have wifi integrated there :)
 +
 +
 +
  $ pwd
 +
  $ git checkout --track -b msm-gnuconform orgigin/msm-gnuconform
 +
  fatal: git checkout: updating paths is incompatible with switching branches.
 +
  Did you intend to checkout 'orgigin/msm-gnuconform' which can not be resolved as commit?
 +
  /usr/src/Kernel/leviathan-incoming
 +
 +
 +
What ? (I don't know git work).
 +
 +
 +
Thanks you.
 +
 +
== GPRS/3G Data ==
 +
 +
Hello,
 +
How usable is GPRS or even 3G on the HTC-Dream w/ OM Userland? Is it working or is there no posibility ATM?
 +
 +
sC

Latest revision as of 00:53, 24 June 2010

Openmoko on HTC Magic?

Hey, I want to install Openmoko on my HTC Magic in order to get Cumulus (http://www.kflog.org/cumulus/) running on my Android. Is it actually possible to use Openmoko without a physical keyboard? Cheers, Marc Force

Error while kernel compile


  CC      arch/arm/mach-msm/htc_battery.o
  arch/arm/mach-msm/htc_battery.c:187: error: variable ‘usb_status_notifier’ has initializer but incomplete type
  arch/arm/mach-msm/htc_battery.c:188: error: unknown field ‘name’ specified in initializer
  arch/arm/mach-msm/htc_battery.c:188: warning: excess elements in struct initializer
  arch/arm/mach-msm/htc_battery.c:188: warning: (near initialization for ‘usb_status_notifier’)
  arch/arm/mach-msm/htc_battery.c:189: error: unknown field ‘func’ specified in initializer
  arch/arm/mach-msm/htc_battery.c:189: warning: excess elements in struct initializer
  arch/arm/mach-msm/htc_battery.c:189: warning: (near initialization for ‘usb_status_notifier’)
  arch/arm/mach-msm/htc_battery.c: In function ‘htc_battery_init’:
  arch/arm/mach-msm/htc_battery.c:793: error: implicit declaration of function ‘usb_register_notifier’

fixed - use 2.6.29 instead 2.6.27

--Arteqw 13:46, 22 July 2009 (UTC)

Hi, I'm having problems cloning your repository

   [pr@localhost openmoko]$   git clone git://gitorious.org/openmoko-msm-2-6-29/openmoko-msm-2-6-29.git openmoko-msm-2.6.29/
   Initialized empty Git repository in /home/pr/openmoko/openmoko-msm-2.6.29/.git/
   remote: Counting objects: 1079172, done.
   remote: Compressing objects: 100% (190749/190749), done.
   remote: Total 1079172 (delta 883398), reused 1079147 (delta 883380)
   Receiving objects: 100% (1079172/1079172), 263.60 MiB | 834 KiB/s, done.
   Resolving deltas: 100% (883398/883398), done.
   Warning: Remote HEAD refers to nonexistent ref, unable to checkout.

Any idea what I'm doing wrong ? Thx

Premy 22:08, 5th August 2009

[edit] compiling

I have followed all the instructions but I am at a standstill when it comes to compiling the wlan drivers. I am on ubuntu, can anyone guide me as to how to compile the module. when I enter the commands I get make[1]: Entering directory `/gnulinuxkernel' make[1]: *** No rule to make target `modules'. Stop. make[1]: Leaving directory `/gnulinuxkernel' make: *** [modules] Error 2 can anyone help

The newest kernel is: http://gitorious.org/htc-msm-2-6-32/leviathan-incoming/commits/msm-gnuconform

We now have wifi integrated there :)


 $ pwd
 $ git checkout --track -b msm-gnuconform orgigin/msm-gnuconform
 fatal: git checkout: updating paths is incompatible with switching branches.
 Did you intend to checkout 'orgigin/msm-gnuconform' which can not be resolved as commit?
 /usr/src/Kernel/leviathan-incoming


What ? (I don't know git work).


Thanks you.

[edit] GPRS/3G Data

Hello,

How usable is GPRS or even 3G on the HTC-Dream w/ OM Userland? Is it working or is there no posibility ATM?

sC

Personal tools

Compile error


  CC      arch/arm/mach-msm/htc_battery.o
  arch/arm/mach-msm/htc_battery.c:187: error: variable ‘usb_status_notifier’ has initializer but incomplete type
  arch/arm/mach-msm/htc_battery.c:188: error: unknown field ‘name’ specified in initializer
  arch/arm/mach-msm/htc_battery.c:188: warning: excess elements in struct initializer
  arch/arm/mach-msm/htc_battery.c:188: warning: (near initialization for ‘usb_status_notifier’)
  arch/arm/mach-msm/htc_battery.c:189: error: unknown field ‘func’ specified in initializer
  arch/arm/mach-msm/htc_battery.c:189: warning: excess elements in struct initializer
  arch/arm/mach-msm/htc_battery.c:189: warning: (near initialization for ‘usb_status_notifier’)
  arch/arm/mach-msm/htc_battery.c: In function ‘htc_battery_init’:
  arch/arm/mach-msm/htc_battery.c:793: error: implicit declaration of function ‘usb_register_notifier’

--Arteqw 13:46, 22 July 2009 (UTC)