Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Share Your Creations > Open Source Projects
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Open Source Projects The place to discuss Basic4ppc open source applications.

Gecoh - A Windows Mobile repository/package installer

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-19-2008, 12:22 AM
Senior Member
 
Join Date: Sep 2008
Posts: 161
Default Gecko - A Windows Mobile repository/package installer (GetGecko.org is LIVE!)

GECKO

Current status:
Working on Core 3.2


Gecko, the Windows Mobile "Appstore"

Fast, small, free and open source. Click the link for more information (and to generate some ad revenue).

Last edited by N1c0_ds : 01-26-2009 at 01:40 AM.
Reply With Quote
  #2 (permalink)  
Old 10-19-2008, 12:31 AM
Senior Member
 
Join Date: Sep 2008
Posts: 161
Default

I figured out the best place to get help and support would be from Basic4PPC users. You indubitably know Basic4PPC better than me

So that's what I'm working on. I found a huge support from XDA Developers and people are eager to see this project gain momentum.

However I heard SQL would be the best thing for the database but I don't know anything about this. Could anyone tell me about this and how it works? I'm looking at the samples, the Wiki, the SQL website but I don't get much of it...

Meanwhile I'll be working on a kickass UI ^_^
Reply With Quote
  #3 (permalink)  
Old 10-19-2008, 12:33 PM
Cableguy's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 2,313
Awards Showcase
Forum Contributer 
Total Awards: 1
Default

I like the Idea...
Abou a name, how about AppRollerDex?
I will be registring soon...
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France-Saumur
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)
B4PPC DLL Version Listing - B4Android DLL Version Listing
Reply With Quote
  #4 (permalink)  
Old 10-19-2008, 01:59 PM
Basic4ppc Veteran
 
Join Date: Feb 2008
Location: Hilversum, The Netherlands
Posts: 295
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by N1c0_ds View Post
I figured out the best place to get help and support would be from Basic4PPC users. You indubitably know Basic4PPC better than me

So that's what I'm working on. I found a huge support from XDA Developers and people are eager to see this project gain momentum.

However I heard SQL would be the best thing for the database but I don't know anything about this. Could anyone tell me about this and how it works? I'm looking at the samples, the Wiki, the SQL website but I don't get much of it...

Meanwhile I'll be working on a kickass UI ^_^
Glad to see you liked my idea
I'll be willing to help with SQLite if you need any

BTW. this is the proof of concept I mentioned
http://www.basic4ppc.com/forum/share...-versions.html
It is is using xml files to describe the dll files

maybe we come up with a combination of xml and sql... would be a nice project :-)

or complete sql, using the http lib...
that way the user would only see what they want/ need, there wouldn't be any need to download anything... well obviously there would be data .. but you know what i mean

Last edited by Mr_Gee : 10-19-2008 at 02:45 PM.
Reply With Quote
  #5 (permalink)  
Old 10-19-2008, 03:28 PM
Senior Member
 
Join Date: Sep 2008
Posts: 161
Default

Quote:
Originally Posted by Mr_Gee View Post
Glad to see you liked my idea
I'll be willing to help with SQLite if you need any

BTW. this is the proof of concept I mentioned
http://www.basic4ppc.com/forum/share...-versions.html
It is is using xml files to describe the dll files

maybe we come up with a combination of xml and sql... would be a nice project :-)

or complete sql, using the http lib...
that way the user would only see what they want/ need, there wouldn't be any need to download anything... well obviously there would be data .. but you know what i mean
That's what I was suggested, complete SQL, but I don't know how to set this up at all, especially on the server side. I might have a server for this however.

Also the codename is Gecoh (Get Every Cab Only Here), it's from a XDA Developer. We might switch to "Gecko" for the release version.

The icon, along with the most recent changes and updates are found here:
The Gecoh project - Submit your apps NOW! - xda-developers
Reply With Quote
  #6 (permalink)  
Old 10-19-2008, 04:17 PM
Basic4ppc Veteran
 
Join Date: Feb 2008
Location: Hilversum, The Netherlands
Posts: 295
Awards Showcase
Beta Tester 
Total Awards: 1
Default

I have some knowledge on PHP & MySQL and I have my own server
which I/we can use for testing

The only thing I could use some help with is security, that is not one of my strong points


The reason why I mentioned xml is that some people (myself included) are using apptodate, an I can imagine it is annoying to update the information more than once.
Reply With Quote
  #7 (permalink)  
Old 10-19-2008, 10:05 PM
Senior Member
 
Join Date: Sep 2008
Posts: 161
Default

The problem is that I don't understand what SQL is. I don't know how it works, what files it uses, what it does...

Could someone sort this out for me? I tried Wikipedia, the SQL example and the SQLite page to no avail. Can it work with XML?
Reply With Quote
  #8 (permalink)  
Old 10-19-2008, 11:21 PM
Basic4ppc Veteran
 
Join Date: Feb 2008
Location: Hilversum, The Netherlands
Posts: 295
Awards Showcase
Beta Tester 
Total Awards: 1
Default

SQL is a language, and an application

SQL Structured Query Language is used to "talk" to a SQL database
you could see a SQL DB as a Excel workbook
each worksheet is a table and the different tabels can be related to each other...
Reply With Quote
  #9 (permalink)  
Old 10-19-2008, 11:56 PM
Senior Member
 
Join Date: Sep 2008
Posts: 161
Default

Quote:
Originally Posted by Mr_Gee View Post
SQL is a language, and an application

SQL Structured Query Language is used to "talk" to a SQL database
you could see a SQL DB as a Excel workbook
each worksheet is a table and the different tabels can be related to each other...
So SQL is both Excel and the Excel workbook?

I found a really complete tutorial for SQL on W3Schools and it answered a lot of my questions. It explained the syntax and how it worked (pretty simple if you ask) but there's still a few things I don't know:

-Do I need to have a designated server for this? I have a generous friend that donated some of his server space to me since it's very impractical for me to maintain one. However I doubt he will allow me to reconfigure the whole thing!

-I still don't understand where and how the databases are stored! :P

Last edited by N1c0_ds : 10-20-2008 at 12:32 AM.
Reply With Quote
  #10 (permalink)  
Old 10-20-2008, 10:39 AM
Basic4ppc Veteran
 
Join Date: Feb 2008
Location: Hilversum, The Netherlands
Posts: 295
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by N1c0_ds View Post
So SQL is both Excel and the Excel workbook?

I found a really complete tutorial for SQL on W3Schools and it answered a lot of my questions. It explained the syntax and how it worked (pretty simple if you ask) but there's still a few things I don't know:

-Do I need to have a designated server for this? I have a generous friend that donated some of his server space to me since it's very impractical for me to maintain one. However I doubt he will allow me to reconfigure the whole thing!

-I still don't understand where and how the databases are stored! :P
Sorry I typed the above quicly...
Let me give it another try...

Check out this site for a answer to "what is SQL"
SQLCourse - Lesson 1: What is SQL?

SQL is not Excel, I used the parable excel because it's easier to understand, so forget I mentioned it.

This is the structure of an SQLDB (relational DB)
Code:
SQL DataBase
    - Database1
        -UserID
        -FirstName
        -Birtday 
        -AddressID
    - Database2
        -AddressID 
        -Street
        -City
        -Country
In this I could ask the database questions, show me all the users with the name "adam", in SQL that would be
SELECT * FROM Database1 WHERE FirstName = 'adam'
this would show me a list of people who's first name is Adam...

I mentioned a "relational DB" because Database1 & 2 are related to each other, the AddressID is in both DB's this means
1. I can link them together
2. people can have the same address, but each address will only be in there once, this reduces the amount of data in the DB

There is more to SQL, if you want to learn more i suggest the internet, that is how I started...
to answer the other questions,
-You need a server for this, it doesn't need to be a dedicated server, unless you will have a lot of trafic/data
If your friend has build his own server it is very likely that he has a SQL DB or knows how to install it (its just as easy as installing Apache)
If he got the domain in a package with a hosting provider, chances are that an SQL server is already included...

-Sorry I cannot help you with this, all I know is SQL needs to be installed as a package on a server, I'm assuming there are a lot of files..
For B4PPC you can use SQLite this is a local file which works as a SQLserver...

Let me know if you have any more questions
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
why SIP protocol is not supprted in Windows mobile? trckashyap Questions (Windows Mobile) 3 10-31-2008 12:03 PM
VBA for Windows mobile(?) Cableguy Chit Chat 3 08-29-2008 08:20 AM
How to market Windows Mobile games stevefan Chit Chat 3 07-30-2008 04:40 PM
Basic4PPC cannot install Windows Mobile vinicius Questions (Windows Mobile) 4 05-28-2008 07:14 PM
Windows Mobile 6.1 and .NET CF Christian22 Questions (Windows Mobile) 5 05-17-2008 09:32 AM


All times are GMT. The time now is 05:22 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0