Active Topics

 


Reply
Thread Tools
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#371
Someone knows a step by step tutorial on how to start
developing for nemomobile?

I read some articles on wiki.merproject.org but I am lost
on the mass of different instructions for obs with different
repros, mic image creation.

I followed the instructions from
https://wiki.merproject.org/wiki/Platform_SDK and https://wiki.merproject.org/wiki/SB2
but still don't know how to get the source package
of a nemo component or create a package for the device.

For maemo I use the following steps:
log into scratchbox
get package from git or maemo.org/packages
build package
and copy/install on device.

What would be the equivalent steps
for nemomobile for the n900.

nicolai
 

The Following 3 Users Say Thank You to nicolai For This Useful Post:
w00t's Avatar
Posts: 1,055 | Thanked: 4,107 times | Joined on Oct 2009 @ Norway
#372
Originally Posted by nicolai View Post
I followed the instructions from
https://wiki.merproject.org/wiki/Platform_SDK and https://wiki.merproject.org/wiki/SB2
but still don't know how to get the source package
of a nemo component or create a package for the device.
source (for things we maintain) are generally on github (http://github.com/nemomobile). you can also look at packages on OBS (https://build.pub.meego.com/search), in the packaging, there is often a URL which will point at the git repo.

for actually building things, take a look into 'osc build' or 'mb' inside the SDK. pop onto IRC and ask questions if you need help.
__________________
i'm a Qt expert and former Jolla sailor (forever sailing, in spirit).
if you like, read more about me.
if you find me entertaining, or useful, thank me. if you don't, then tell me why.
 

The Following 4 Users Say Thank You to w00t For This Useful Post:
mankir's Avatar
Posts: 276 | Thanked: 224 times | Joined on Dec 2009 @ Frankfurt, Germany
#373
Wlan is still not working for me (with newest uboot), connection will not establish! On versions from last year it worked, but now nobody seems to care about it. Still hoping (like the whole year) for the next release to fix it...

Originally Posted by MartinK View Post
Already tested it and it works fine.
...[/LIST]
__________________
MOD-Package: http://talk.maemo.org/showthread.php?t=42415
 
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#374
Originally Posted by mankir View Post
Wlan is still not working for me (with newest uboot), connection will not establish! On versions from last year it worked, but now nobody seems to care about it. Still hoping (like the whole year) for the next release to fix it...
What device are you using ? Works fine for me with the 20111101 image on the N900.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#375
python-qtmobility for Nemo
I've suceded in building the python-qtmobility package for Nemo.
The package is available from my Nemo repository on COBS.

How to try it out
0. become root
1. add my Nemo repository & refresh sources
Code:
zypper ar http://repo.pub.meego.com/home:/MartinK:/nemo/CE_MW_Shared_Mer_Core-next_armv7hl/
zypper ref
2. install python-qtmobility
Code:
zypper install python-qtmobility
3. try it out
Code:
python
>>>import QtMobility
Known issues
Importing the QtMobility.Location submodule causes a segfault, probably due to bits of qt-mobility missing in Nemo (?).
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following 9 Users Say Thank You to MartinK For This Useful Post:
Ken-Young's Avatar
Posts: 387 | Thanked: 1,700 times | Joined on Feb 2010 @ Cambridge, MA, USA
#376
Originally Posted by panjgoori View Post
it is better than Previous version and getting better with each update. but im getting a error whenever i try to make call error is:

Code:
*** Unable to find voice call provider with id:
and another bug i cant scroll down in settings. anyone else having these issue ??
I have the same problem. I also find that setting the timezone via the settings tool does not work. Is there a page anywhere where people list known workarounds for problems like this, for Nemo on the N950, or is the best thing just to go through the bugzilla tickets?
 
panjgoori's Avatar
Posts: 1,237 | Thanked: 1,278 times | Joined on Aug 2011 @ Balochistan
#377
Originally Posted by Ken-Young View Post
I have the same problem. I also find that setting the timezone via the settings tool does not work. Is there a page anywhere where people list known workarounds for problems like this, for Nemo on the N950, or is the best thing just to go through the bugzilla tickets?
i also installed updated files for Nemo for N900 via App manager but still didn't helped . And also scrolling down in settings doesn't work. waiting for a new update.
 
Posts: 456 | Thanked: 1,580 times | Joined on Dec 2009
#378
Originally Posted by panjgoori View Post
it is better than Previous version and getting better with each update. but im getting a error whenever i try to make call error is:

Code:
*** Unable to find voice call provider with id:
and another bug i cant scroll down in settings. anyone else having these issue ??
To solve the "call provider issue" try running
Code:
/usr/bin/ensure-tpring-account.sh
as normal "nemo" user in a shell (e.g., via FingerTerm).
Note that you should really type it in on the device and not execute it via SSH.
Afterwards, reboot and give it another try.

A little bit of background information:
seems like that in some image the "ring/tel/account0" account is not properly set up.
You can check this via the accounts-ui GUI application.
If this account doesn't show up there you have this issue and can likely solve it by running above command followed by reboot.

Edit: this should also fix the time zone issue Ken-Young mentioned.
__________________

Last edited by Wonko; 2012-11-25 at 10:17. Reason: I actually wanted to reply with quote. Quote added.
 

The Following 3 Users Say Thank You to Wonko For This Useful Post:
Ken-Young's Avatar
Posts: 387 | Thanked: 1,700 times | Joined on Feb 2010 @ Cambridge, MA, USA
#379
Originally Posted by Wonko View Post
To solve the "call provider issue" try running
Code:
/usr/bin/ensure-tpring-account.sh
as normal "nemo" user in a shell (e.g., via FingerTerm).
Note that you should really type it in on the device and not execute it via SSH.
Afterwards, reboot and give it another try.
[...]
Sadly, that did not fix the problem for me. It did fix the timezone problem, but not the dialer problem. I still get the above error message. I know the SIM is good, because it works when the phone runs Harmattan.
 
Posts: 456 | Thanked: 1,580 times | Joined on Dec 2009
#380
Originally Posted by Ken-Young View Post
Sadly, that did not fix the problem for me. It did fix the timezone problem, but not the dialer problem. I still get the above error message. I know the SIM is good, because it works when the phone runs Harmattan.
Two more things to check:
Does the "ring/tel/account0" account show up in the accounts-ui App?
Have you been asked for your pin on startup?

Edit:
If the "ring/tel/account0" account does not show up then there was something wrong while running the aforementioned script.
In this case double check that everything is in order (like run as normal user not root, run via a terminal on the device not ssh, etc.).
Also did you reboot after running the script?
I am just double checking to narrow things down.

If you haven't been asked for a pin try running the MeeGo-PIN app and enter the pin there.

Edit2:
Another thing to check:
Does the status bar show your cell phone provider and is the signal strength indicator showing reasonable values?
__________________

Last edited by Wonko; 2012-11-25 at 11:48.
 

The Following 2 Users Say Thank You to Wonko For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 04:00.