![]() |
SmartControl: Take control of your smartphone
Now i am developing a new software to control my cellphone using a webbrowser since i use Linux in desktop and of course, Nokia Suite is not compatible with my operating system.
Updated (31/08/2012): Now i released a new version and we have too a community wiki about SmartConnect: http://wiki.maemo.org/SmartControl My software resembles Airdroid but i want to look some different features and this may help me to know about Maemo operating systems and when i seen the software Airdroid and thinked too... Why we don't have a similar app for Maemo? Now, i am developing something like the Airdroid but for Maemo. The main problem is that, i don't know very well how to develop using JQuery/ HTML5 but the objective is to develop as a proof of concept to manage my cellphone using a web browser and i'm planning to create a panel to tweak better the cellphone using some CSSU features and a panel to control the device. I will pack the files, the software is not fully ready but it's useful in actual state. Now, i show here some screenshots... Here is the login screen in application to give access to the SmartControl features. https://dl.dropbox.com/u/115240/mobi...trol_login.jpg Dashboard https://dl.dropbox.com/u/115240/mobile_control_main.jpg Music Manager [IMG]https://dl.dropbox.com/u/115240 /mobile_control_music_player.jpg[/IMG] App Manager https://dl.dropbox.com/u/115240/mobi...ation_list.jpg Conversations https://dl.dropbox.com/u/115240/conversations_mb.jpg Now the software is not completed but is useful and works correctly. This software actually can manage the received messages (Conversations - SMS, Skype, Google Talk Messages), Photos, Songs, Contacts and Apps (Apt-get Repository). The software is very simple and my english is so much bad... but i think that this project may help some peoples. My objective is to build a Debian Package to install SmartControl easily. Now i created a simple package repository in my Dropbox to give access to all nightly build versions to offer all applications change soon as released. https://www.dropbox.com/sh/zcyjvk7tb...e7KwEu4/redist Before i send the link to download, I want to see some posts in this thread to see if my project can be useful to another Maemo users... |
Re: SmartControl: Take control of your smartphone
im intrested but i dont know what to say :confused:
i will be waiting for a stable release :) and thank you ver much ./sifo |
Re: SmartControl: Take control of your smartphone
This is an awesome project! I'll test it and be back with feedback.
Edit: for now smartcontrol1_1.0.52~alpha+maemo1_armel.deb can't be installed. |
Re: SmartControl: Take control of your smartphone
very good ,can this program use gprs connect server.then other PC or phone can use browser connect and control N900.like this http://code.google.com/p/web900/
|
Re: SmartControl: Take control of your smartphone
it will be a very useful software for me. cannot wait for the release
|
Re: SmartControl: Take control of your smartphone
Quote:
It seems that you tried it on your N9 though I might be wrong? Regards Dousan... e: I'm not sure it's something i'd use myself, but anyways nice initiative and it looks great, thumbs up to you @guisoliver ;) |
Re: SmartControl: Take control of your smartphone
hello , it work with nokia n9 ?
|
Re: SmartControl: Take control of your smartphone
It's a nice solution... would be interested with what you can develop it further...
|
Re: SmartControl: Take control of your smartphone
1 Attachment(s)
i am not lucky today!
Code:
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) |
Re: SmartControl: Take control of your smartphone
Quote:
We can run too in Symbian with PAMP package, in Android, iPhone since we can use lighttpd server too. But i don't have a Nokia N9 to test it now but if i find a collaborator to test the application in Nokia N9, i will have idea about to make it fully compatible, fast and integrated with Harmattan environment. |
Re: SmartControl: Take control of your smartphone
Quote:
sudo apt-get update sudo dpkg -i smartcontrol1_1.0.52~alpha+maemo1_armel.deb sudo apt-get -f install (If extra-devel repository be enabled, apt-get will download the needed dependencies, else, will remove smartcontrol from apt-get list). |
Re: SmartControl: Take control of your smartphone
Quote:
Too bad, this would be an extremely useful project for all N9 users. |
Re: SmartControl: Take control of your smartphone
Is it posibble to have calendar support to share with the desktop?
|
Re: SmartControl: Take control of your smartphone
Quote:
|
Re: SmartControl: Take control of your smartphone
I am building a blog with documentations to give a better support for everbody :)
|
Re: SmartControl: Take control of your smartphone
also it would be nice to add a wiki here for it :)
|
Re: SmartControl: Take control of your smartphone
Quote:
|
Re: SmartControl: Take control of your smartphone
Quote:
/Estel |
Re: SmartControl: Take control of your smartphone
Quote:
|
Re: SmartControl: Take control of your smartphone
Before release the new version, i will announce new features:
* Notes Manager (Conboy) * File Manager * Upload module * Calendar * Contact Manager If do you want to request a new feature, just write here! |
Re: SmartControl: Take control of your smartphone
You must publish this to Ovi Store.
It looks very useful |
Re: SmartControl: Take control of your smartphone
Now i would like to know if someone here can help me in design of application, logos and if the interface was well built.
|
Re: SmartControl: Take control of your smartphone
I am thinking about the application submission to Ovi Store but i don't know how to do this and i want to test the application in different cellphones instead testing only in N900. The software can be available in Nokia N9 with few changes and i already tested the software in Android using PAW Runtime and it's possible to port the application to these systems and theorically it's possible to port the application to iPhone, since the cellphone was originated from UNIX like Maemo, Android, Meego, BlackBerry OS 10 and WebOS.
|
Re: SmartControl: Take control of your smartphone
Well, my N9 is waiting for you.
|
Re: SmartControl: Take control of your smartphone
I am not succeeding in connecting to the server. I am getting '404 -Not found'. Also localhost on the N900 and 127.0.0.1 on the N900 give the 404 error. This is also what nmap reports after a scan of the N900
Code:
nmap -A -T4 192.168.49.202 Code:
Nokia-N900:~# ps -A | grep lightt Please try to point me to the point, where the setup fails on my device. |
Re: SmartControl: Take control of your smartphone
Quote:
|
Re: SmartControl: Take control of your smartphone
Thanks for the quick response, and the application !
Not much experience here with databases and web-servers, but i think the nmap scanning output of the port in question indicates some problems of the lighttpd Quote:
|
Re: SmartControl: Take control of your smartphone
Some progress here, nevertheless...
Is this just me??? First: I needed to install phone-control manually, you might want to add it to the dependencies of smartcontrol1 to get it fetched by apt-get install -f to finalize the install. Second: I had to change the line to fetch the address of the N900 to Code:
addr=$(sudo ifconfig wlan0 | grep 'inet addr' | cut -d":" -f2 | tr -s " " ";" | cut -d ";" -f1 ) I still seem to struggle to connect to lighthttpd though: Quote:
A search does not provide anything in the file system Code:
find: informer: No such file or directory |
Re: SmartControl: Take control of your smartphone
Just see the instructions below in shell interpreter (you can do this with the OpenSSH Server).
1 - See the folder structure to see if were something wrong: ls /opt/smartcontrol/conf/ 2 - See the port that the server will be listening: cat /opt/smartcontrol/conf/lighttpd.conf | grep port This should return: server.port = 1234 3 - Start the server typing command: lighttpd -f /opt/smartcontrol/conf/lighttpd.conf 2012-08-14 13:53:16: (log.c.166) server started 4 - Show for me what is your IP in your Wireless LAN typing the command: ifconfig wlan0 Link encap:Ethernet Endereço de HW 00:1b:11:bb:3d:02 inet end.: 192.168.1.5 Bcast:192.168.1.255 Masc:255.255.255.0 endereço inet6: fe80::21b:11ff:febb:3d02/64 Escopo:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Métrica:1 pacotes RX:45181 erros:0 descartados:0 excesso:0 quadro:0 Pacotes TX:37342 erros:0 descartados:0 excesso:0 portadora:0 colisões:0 txqueuelen:1000 RX bytes:43992163 (43.9 MB) TX bytes:7240002 (7.2 MB) 5 - Using the grabbed ip: 192.168.1.5, access your webbrowser and type the following IP: http://192.168.1.5:1234/modules/main/page_test.php Just do this test and post here in Maemo-Talk, if do you have some issue with process. If do you have so much issues, keep informing to me. |
Re: SmartControl: Take control of your smartphone
Thanks for your quick response!
1) Code:
Nokia-N900:~# ls /opt/smartcontrol/conf/ Code:
Nokia-N900:~# cat /opt/smartcontrol/conf/lighttpd.conf | grep port Code:
Nokia-N900:~# lighttpd -f /opt/smartcontrol/conf/lighttpd.conf Code:
Nokia-N900:~# ifconfig | grep inet Edit: This is what i find in a 'Netbeans' folder in the server's root folder: Code:
Nokia-N900:~# ls -al /opt/smartcontrol/www/Netbeans/ I only have to add to my non-existing Brazilian :eek: Thanks a lot for pointing me in the right directions. |
Re: SmartControl: Take control of your smartphone
Edit: This is what i find in a 'Netbeans' folder in the server's root folder:
Code:
Nokia-N900:~# ls -al /opt/smartcontrol/www/Netbeans/ I only have to add to my non-existing Brazilian :eek: Thanks a lot for pointing me in the right directions.[/QUOTE] Well... i think that i should to pay more attention to create these Debian packages, it happens. If be possible to show a screenshot in your webbrowser, will be interesting to see that i need to fix in the next version. |
Re: SmartControl: Take control of your smartphone
How i can create a community wiki to give assistance to SmartControl users?
|
Re: SmartControl: Take control of your smartphone
go to http://wiki.maemo.org/Smart_control
you well get a message like "There is currently no text in this page, you can search for this page title in other pages or edit this page" then you click "edit this page" and then you can fill it up with info. If you need help on how to make headlines,links,dialogs,...etc in the edit page there is a help wiki on the bottom, you may want to read it first. Good luck ./sifo |
Re: SmartControl: Take control of your smartphone
Quote:
|
Re: SmartControl: Take control of your smartphone
anything i can do for you ?
|
Re: SmartControl: Take control of your smartphone
Quote:
|
Re: SmartControl: Take control of your smartphone
so what´s the progress
I really want to use this software to sync my callendar with my linux machine since any other way worked for me Thanks |
Re: SmartControl: Take control of your smartphone
Quote:
|
Re: SmartControl: Take control of your smartphone
Quote:
|
Re: SmartControl: Take control of your smartphone
Quote:
|
All times are GMT. The time now is 01:08. |
vBulletin® Version 3.8.8