maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   BitPim (https://talk.maemo.org/showthread.php?t=22393)

tso 2008-07-29 17:20

Re: BitPim
 
Quote:

Originally Posted by TA-t3 (Post 208302)
Well, UMTS and HSDPA are actually using W-CDMA (Wideband CDMA), so.. it's here already! In a sense.. ;)

when people talk about cdma phones, they usually talk about the cdma2000 system.

http://en.wikipedia.org/wiki/Cdma2000

TA-t3 2008-07-29 17:23

Re: BitPim
 
I know, that's the reason for the ;).. CDMA in several different incarnations are only used for data transfer in Europe (and not only through the GSM network), afaik.

josiahg777 2008-07-29 18:50

Re: BitPim
 
Okay, I've gotta take a break from this, but here's what I've gotten so far if someone else wants to take a crack at it:

There's source for python-wxgtk2.8 here: Debian python-wxgtk
I can't get this package to build and compile correctly :/ not sure what I'm doing wrong. It also requires freeglut3.0 which is a potential problem :/ since that won't compile either.

Like I said pyserial is no issue installs cleanly,

Source is available for APSW here: Debian APSW
APSW looks like it'll build if I can find the sqlite3.h header, I haven't tried that yet.

If I or someone can get those three packages to compile then running bitpim is just a matter of downloading the /src and running "python bp.py"

But, like I said, all of these packages already exist in armel form, can someone try bitpim out under debian armel and let us know if it works? Thanks :)

TA-t3 2008-07-30 09:27

Re: BitPim
 
Quote:

Originally Posted by josiahg777 (Post 208353)
It also requires freeglut3.0 which is a potential problem :/ since that won't compile either.

That's the OpenGL Utility Toolkit, and we're presumably out of luck on any OpenGL-ish things on the N8x0.

allnameswereout 2008-08-01 16:48

Re: BitPim
 
Quote:

Originally Posted by josiahg777 (Post 208253)
However I use bitpim on my mac and it's pretty slow even on a 1.83GHz processor with 2 gigs of ram. I think it'd be pretty glacially slow on our tablets.

Although it won't matter for the NIT due to being ARM... out of curiousity: did you use Psyco?

BlackOp333 2008-08-04 19:26

Re: BitPim
 
Any further progress?
qwerty12, where are you?

josiahg777 2008-08-04 19:48

Re: BitPim
 
Actually, I just got openGL and Mesa running on my tablet. It's a software library from some other weird repository and runs slowly and choppily but it works nonetheless :P

Go see my post in BruceL's thread about his new UI. He found a repository (a bora one) that had the software GL libs.

So... perhaps it's time for me to try this again :P I gave up in extreme frustration a while back. I'll see about trying it again.

also @allnameswereout yes, i was just saying that speedwise it's not the fastest application I've ever used :P and no, I was using the standard Python interpreter. I had actually never used Psyco, thanks for pointing that out to me!

qwerty12 2008-08-05 15:19

Re: BitPim
 
Quote:

Originally Posted by josiahg777 (Post 208353)
Source is available for APSW here: Debian APSW
APSW looks like it'll build if I can find the sqlite3.h header, I haven't tried that yet.

I tried in scratchbox:

Quote:

creating build/temp.linux-armv5tel-2.5
gcc -pthread -fno-strict-aliasing -DNDEBUG -Os -mthumb -mfloat-abi=softfp -Wall -Wstrict-prototypes -DNDEBUG -fPIC -DSQLITE_THREADSAFE=1 -DNDEBUG=1 -DEXPERIMENTAL=1 -I/usr/include/python2.5 -c apsw.c -o build/temp.linux-armv5tel-2.5/apsw.o
sem_post: Function not implemented
apsw.c:62:2: #error Your SQLite version is too old. It must be at least 3.5.9
apsw.c: In function `Connection_init':
apsw.c:948: error: `SQLITE_OPEN_READWRITE' undeclared (first use in this function)
apsw.c:948: error: (Each undeclared identifier is reported only once
apsw.c:948: error: for each function it appears in.)
apsw.c:948: error: `SQLITE_OPEN_CREATE' undeclared (first use in this function)
apsw.c:959: warning: implicit declaration of function `sqlite3_open_v2'
apsw.c: In function `Connection_limit':
apsw.c:1192: warning: implicit declaration of function `sqlite3_limit'
apsw.c: In function `set_context_result':
apsw.c:1939: warning: implicit declaration of function `sqlite3_result_error_code'
apsw.c: In function `initapsw':
apsw.c:5420: error: `SQLITE_IOERR_NOMEM' undeclared (first use in this function)
apsw.c:5459: error: `SQLITE_OPEN_READONLY' undeclared (first use in this function)
apsw.c:5460: error: `SQLITE_OPEN_READWRITE' undeclared (first use in this function)
apsw.c:5461: error: `SQLITE_OPEN_CREATE' undeclared (first use in this function)
apsw.c:5462: error: `SQLITE_OPEN_DELETEONCLOSE' undeclared (first use in this function)
apsw.c:5463: error: `SQLITE_OPEN_EXCLUSIVE' undeclared (first use in this function)
apsw.c:5464: error: `SQLITE_OPEN_MAIN_DB' undeclared (first use in this function)
apsw.c:5465: error: `SQLITE_OPEN_TEMP_DB' undeclared (first use in this function)
apsw.c:5466: error: `SQLITE_OPEN_TRANSIENT_DB' undeclared (first use in this function)
apsw.c:5467: error: `SQLITE_OPEN_MAIN_JOURNAL' undeclared (first use in this function)
apsw.c:5468: error: `SQLITE_OPEN_TEMP_JOURNAL' undeclared (first use in this function)
apsw.c:5469: error: `SQLITE_OPEN_SUBJOURNAL' undeclared (first use in this function)
apsw.c:5470: error: `SQLITE_OPEN_MASTER_JOURNAL' undeclared (first use in this function)
error: command 'gcc' failed with exit status 1
sem_post: Function not implemented
sem_post: Function not implemented
sem_post: Function not implemented
sem_post: Function not implemented
The version of sqlite carried by Nokia is too old. Ignore the sem_post errors, it always happens with python programs in scratchbox. I haven't got round to patching the scratchbox qemu yet...

If sqlite isn't too timeconsuming to build, I'll see if I can update to 3.5.9 with nokia patches against the current old version. If that works, I'll modify setup.py to let me package this python thing.

BlackOp333 2008-08-06 18:34

Re: BitPim
 
Any progress updates as of yet?

qole 2008-08-06 22:48

Re: BitPim
 
I probably could install it in my Debian chroot, but I have no way to test it, since I don't have a cell phone of any kind :)

BlackOp333, you should probably try the Debian chroot, since all the pentesting apps are over there, just waiting for you in the Debian repos, too :)


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

vBulletin® Version 3.8.8