Active Topics

 



Notices


Reply
Thread Tools
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#291
Originally Posted by king Ralphred View Post
Hi. Any news on this program? I'm having to use the guide on my nexus s and it's just no where near as good. It would be great to have it working along side pierogi.

No worries if it's a no go. It was good while it lasted but it's the best tv guide out there.
hi

thanks for the kind words.
just been out of time. I will try to set up my dev environment again and fix this , many things had changed since I last did any dev on Maemo.
promise to take a look or help somebody do on my behalf.
I was thinking of porting this to android recently , hasnt kicked off yet since I was not sure of its usability there .
__________________
Developer of :
Buddy - budget/expense manager ( website )
Showtime - a telly channel listing viewer/reminder ( website )
Travelapp - london underground status/planner ( website )
Batlevel - desktop widget for battery level ( website )

“I hear and I forget. I see and I remember. I do and I understand.”
 

The Following User Says Thank You to krk969 For This Useful Post:
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#292
Originally Posted by nbedford View Post
Can this be made for N9(50) also? I would love the SKY remote record feature on my N9
hi, is n9 based on Symbian ? have no expertise with that environment.
__________________
Developer of :
Buddy - budget/expense manager ( website )
Showtime - a telly channel listing viewer/reminder ( website )
Travelapp - london underground status/planner ( website )
Batlevel - desktop widget for battery level ( website )

“I hear and I forget. I see and I remember. I do and I understand.”
 
Posts: 228 | Thanked: 137 times | Joined on Jan 2012 @ UK
#293
Originally Posted by krk969 View Post
hi, is n9 based on Symbian ? have no expertise with that environment.
N9 is not based on symbian, it is MeeGo, however it uses Qt like symbian.

Code:
http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Reference_documentation_Porting_applications_to_Harmattan.html
There is a section for information on Porting from Maemo 5 to Harmattan.

I don't know how involved this would be for showtime

Last edited by nbedford; 2012-02-29 at 19:53.
 

The Following User Says Thank You to nbedford For This Useful Post:
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#294
ive managed to do a fix, but i dont have a device to test this, would anyone be willing to run a test for me on their device, please PM me.
__________________
Developer of :
Buddy - budget/expense manager ( website )
Showtime - a telly channel listing viewer/reminder ( website )
Travelapp - london underground status/planner ( website )
Batlevel - desktop widget for battery level ( website )

“I hear and I forget. I see and I remember. I do and I understand.”
 

The Following User Says Thank You to krk969 For This Useful Post:
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#295
Originally Posted by nbedford View Post
N9 is not based on symbian, it is MeeGo, however it uses Qt like symbian.

Code:
http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Reference_documentation_Porting_applications_to_Harmattan.html
There is a section for information on Porting from Maemo 5 to Harmattan.

I don't know how involved this would be for showtime
thanks nbedford will check out this documentation.
__________________
Developer of :
Buddy - budget/expense manager ( website )
Showtime - a telly channel listing viewer/reminder ( website )
Travelapp - london underground status/planner ( website )
Batlevel - desktop widget for battery level ( website )

“I hear and I forget. I see and I remember. I do and I understand.”
 
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#296
download the updated package from here

then install it using the following command ( make sure you backup the entire app /opt/showtime somewhere before doing this just in case something goes wrong )

dpkg -i <path to this deb file on your phone>

let me know how this works for you. thanks.
any questions feel free to get in touch.

if it works , i'll upload this to the repository. I don't have a device myself to test this works or not.

cheers
__________________
Developer of :
Buddy - budget/expense manager ( website )
Showtime - a telly channel listing viewer/reminder ( website )
Travelapp - london underground status/planner ( website )
Batlevel - desktop widget for battery level ( website )

“I hear and I forget. I see and I remember. I do and I understand.”
 
Posts: 310 | Thanked: 202 times | Joined on Jun 2010 @ Ireland
#297
Originally Posted by krk969 View Post
download the updated package from here

then install it using the following command ( make sure you backup the entire app /opt/showtime somewhere before doing this just in case something goes wrong )

dpkg -i <path to this deb file on your phone>

let me know how this works for you. thanks.
any questions feel free to get in touch.

if it works , i'll upload this to the repository. I don't have a device myself to test this works or not.

cheers
No joy I'm afraid. Iinstalled with appman and xterm with purge and reboot inbetween. both times it installed but both times didn't open and didn't move on from the icon press.

What would I input to find the error? Also if someone else could confirm this it would be a help
 

The Following User Says Thank You to king Ralphred For This Useful Post:
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#298
Originally Posted by king Ralphred View Post
No joy I'm afraid. Iinstalled with appman and xterm with purge and reboot inbetween. both times it installed but both times didn't open and didn't move on from the icon press.

What would I input to find the error? Also if someone else could confirm this it would be a help
run it from the terminal and send me the output.
/opt/showtime/bin/showtime i think thats where you will find the executable.

cheers
__________________
Developer of :
Buddy - budget/expense manager ( website )
Showtime - a telly channel listing viewer/reminder ( website )
Travelapp - london underground status/planner ( website )
Batlevel - desktop widget for battery level ( website )

“I hear and I forget. I see and I remember. I do and I understand.”
 
Posts: 310 | Thanked: 202 times | Joined on Jun 2010 @ Ireland
#299
This is what I get after inputing that command

-sh: /opt/showtime/bin/showtime: not found
~ $ sudo gainroot
Root shell enabled


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # /opt/showtime/bin/showtime
/bin/sh: /opt/showtime/bin/showtime: not found
/home/user # /opt/showtime/bin/showtime
/bin/sh: /opt/showtime/bin/showtime: not found
/home/user # c

Or am I doing something wrong?
 
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#300
released 1.2-7 to the extras-devel repository.
if somebody manages to install and test , please let me know any feedback.

cheers.
__________________
Developer of :
Buddy - budget/expense manager ( website )
Showtime - a telly channel listing viewer/reminder ( website )
Travelapp - london underground status/planner ( website )
Batlevel - desktop widget for battery level ( website )

“I hear and I forget. I see and I remember. I do and I understand.”
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 06:32.