maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   [Android] NITDroid V2 Development Topic (https://talk.maemo.org/showthread.php?t=49811)

twoboxen 2010-05-18 22:55

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by cb22 (Post 664982)
Well, if you run this command:
Code:

Nokia-N900:~# pnatd -p
/dev/pts/2

It outputs the name of the psuedo-terminal that it runs on... You can ln -s this to another device:

Code:

Nokia-N900:~# ln -s /dev/pts/2 /dev/modem
And then it can be accessed as if it were a bog standard serial device:

Code:

Nokia-N900:~# screen /dev/modem

AT
OK

ATDT100;
OK

<number is dialed>


hotness. .

dj_steve 2010-05-18 22:55

Re: [Android] NITDroid V2 Development Topic
 
Hmm does it actually dial num? As i heard it wouldnt dial somewhere.. If it works may be route for android as its reference ril library tries to use at

cb22 2010-05-18 22:58

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by dj_steve (Post 664985)
Hmm does it actually dial num? As i heard it wouldnt dial somewhere.. If it works may be route for android as its reference ril library tries to use at

Yep, it worked perfectly for me... Actually dialed my home number and woke my parents up by accident :p

They were probably forgetting the semi-colon at the end of the ATDT... It won't work without it.

cb22 2010-05-18 23:02

Re: [Android] NITDroid V2 Development Topic
 
Also, it looks like it would work for data too, according to http://intr.overt.org/blog/?p=74 pnatd is used for Bluetooth DUN... So it seems to handle quite a few advanced features...

dj_steve 2010-05-18 23:12

Re: [Android] NITDroid V2 Development Topic
 
Any idea how to retrieve say carier mccid or name and or imei jus out of interest via at

cb22 2010-05-18 23:20

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by dj_steve (Post 664998)
Any idea how to retrieve say carier mccid or name and or imei jus out of interest via at

IMEI (X added by me...):
Code:

AT+CGSN
3569XXXXXXXXX

OK

I'm not exactly sure what you mean by the carrier mccid, maybe this:
Code:


AT+COPS?
+COPS: 0,2,"65510",0

OK
AT+COPS=?
+COPS: (2,"MTN",,"65510",0),
(3,"VodaCom",,"65501",0),
(3,"Cell C",,"65507",0),,(0,1,3),(0,2)


dj_steve 2010-05-18 23:28

Re: [Android] NITDroid V2 Development Topic
 
Great so it returns all the info android needs(well basic info anyway) thats promising. Ill give it a go tomorrow :)

twoboxen 2010-05-19 00:56

Re: [Android] NITDroid V2 Development Topic
 
In the meantime I just bought one of these knockoff tablets. There is a tinkering scene beginning with these too :) People on this site are starting with their custom roms and hardware mod plans (bluetooth, gps, etc).

fun times :)

Also, while I was placing a dealextreme order I bought this OBD reader to interface my car to the n900 with carman.

Siggen 2010-05-19 01:27

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by twoboxen (Post 665081)
Also, while I was placing a dealextreme order I bought this OBD reader to interface my car to the n900 with carman.

****, now is the first time ive wished i had a newer car :(

oh when im starting my new job soon i might be able to buy a new car :P If Im lucky Ill even get a budget to do some thinking on the jobcar :D (cross fingers, but the if the boss would think its cool he might let me do it cos I know him personally and he likes hardware homebrew but is unable to do it him self :) )

titi974 2010-05-19 12:18

Re: [Android] NITDroid V2 Development Topic
 
well i'd say that there are great improvements here ! keep working ;) i'll be glad to test =D

giannoug 2010-05-19 12:46

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by twoboxen (Post 665081)
In the meantime I just bought one of these knockoff tablets. There is a tinkering scene beginning with these too :) People on this site are starting with their custom roms and hardware mod plans (bluetooth, gps, etc).

fun times :)

Also, while I was placing a dealextreme order I bought this OBD reader to interface my car to the n900 with carman.

WOAH!

This looks good. It has a x86 cpu so it could run Windows or Linux! :D

Yes, I know Android is Linux :p

titi974 2010-05-19 12:54

Re: [Android] NITDroid V2 Development Topic
 
lol my videos have been posted on dailymobile !

titi974 2010-05-19 13:00

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by giannoug (Post 665984)
WOAH!

This looks good. It has a x86 cpu so it could run Windows or Linux! :D

Yes, I know Android is Linux :p

great ! too bad it doesn't have a face webcam :(

twoboxen 2010-05-19 13:15

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by giannoug (Post 665984)
WOAH!

This looks good. It has a x86 cpu so it could run Windows or Linux! :D

Yes, I know Android is Linux :p

Actually I cancelled the order for now. In june there will be one released with 1GHz ARM Cortex A8 + HDMI output + bigger battery. I'll wait for that one :)

dj_steve 2010-05-19 13:16

Re: [Android] NITDroid V2 Development Topic
 
ok i had partial progress androids ril managed to execute a few at commands but it only worked once and not fully. still lookin at it

Siggen 2010-05-19 13:18

Re: [Android] NITDroid V2 Development Topic
 
Whoho, progress on the GSM modem :D Im happy :D:D:D:D:D

dj_steve 2010-05-19 13:19

Re: [Android] NITDroid V2 Development Topic
 
slow progress and i only got it to work once so still not alot of use

Siggen 2010-05-19 13:23

Re: [Android] NITDroid V2 Development Topic
 
its progress none the less, im happy! Your so humble yet so talented :)

dj_steve 2010-05-19 13:26

Re: [Android] NITDroid V2 Development Topic
 
lol talented isnt the word lol

titi974 2010-05-19 13:36

Re: [Android] NITDroid V2 Development Topic
 
yes it is ;)

zehjotkah 2010-05-19 13:38

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by titi974 (Post 666052)
yes it is ;)

no... it is genious!!
:D

Heman1310 2010-05-19 13:41

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by zehjotkah (Post 666054)
no... it is genious!!
:D

Yes and Dj-steve defines it ;)

dj_steve 2010-05-19 15:21

Re: [Android] NITDroid V2 Development Topic
 
lol if i was a genious this damn gsm modem would be working by now :@ getting seriously peeved off with it. anyone got any skils with gsm modems and or haynes at commend sets throw me a message as i need help

twoboxen 2010-05-19 15:22

Re: [Android] NITDroid V2 Development Topic
 
try #maemo IRC?

dj_steve 2010-05-19 15:23

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by twoboxen (Post 666199)
try #maemo IRC?

doubt they gonna know the at commend set as all pnatd is used for in maemo is bluetooth dun

twoboxen 2010-05-19 15:28

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by dj_steve (Post 666200)
doubt they gonna know the at commend set as all pnatd is used for in maemo is bluetooth dun

True, but there are some smart people there. Just have to match up the smarts & the motivation ;)

dj_steve 2010-05-19 15:31

Re: [Android] NITDroid V2 Development Topic
 
LOL to give some smartmotivation lol

jasonisdavid 2010-05-19 15:49

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by dj_steve (Post 664942)
well persoanlly i like the system i have lol just i need to update this damn sempron 3000+ and unfortuantly the motehrboard that system runs doesnt do multi-core systems either :(

Would an athlon 64 3800+ dual core fit your mobo? I have one lying around ... trouble is i am in the uk dunno what postage would be like to US . . . you are in the US right?

dj_steve 2010-05-19 15:50

Re: [Android] NITDroid V2 Development Topic
 
Im also in uk :)

edit: just checked cpu compat and it only goes as high as a64 3700 (probably because its a socket 754 board

jasonisdavid 2010-05-19 15:52

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by dj_steve (Post 666240)
Im also in uk :) *goes to check mobo compat

Ah right well, yeah if your in the uk and want it, it is a 3800+ not a 4200+ sorry. but not far off.

dj_steve 2010-05-19 15:54

Re: [Android] NITDroid V2 Development Topic
 
edited my post above jason if its any info to ya:

*is reading up on at commands that the android ril system sends to try and find what its doing

jasonisdavid 2010-05-19 15:56

Re: [Android] NITDroid V2 Development Topic
 
Well i have a AMD Athlon 64 3700 as well as the AMD Athlon 64 X2 3800+
but they are both 939 sockets. :(

dj_steve 2010-05-19 15:58

Re: [Android] NITDroid V2 Development Topic
 
typical, yea my main pc is s939 4800 x2 (overcloecked though) but its far too loud to leave on 24/7 (something to do with running about 6 hdds in it) for now i think ill have to wait a bit and see where we go - hopefully i can discover why android isnt talking to phonet at properly and get some GSM goodness going :)

Siggen 2010-05-19 16:03

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by dj_steve (Post 666262)
typical, yea my main pc is s939 4800 x2 (overcloecked though) but its far too loud to leave on 24/7 (something to do with running about 6 hdds in it) for now i think ill have to wait a bit and see where we go - hopefully i can discover why android isnt talking to phonet at properly and get some GSM goodness going :)

What about if we donate money for extended cables, so you can have it out of your living/sleeping/working room and you could still have USB ports and screen on your desk?

I have a couple of friends of me, who are brothers and share a house, and they have their maxi towers that sound like helicopters out in their hallway and their screens in one of their two living rooms.

Would that benefit to your situation?

dj_steve 2010-05-19 16:04

Re: [Android] NITDroid V2 Development Topic
 
not really theirs no where to ghide the tower here so thats not really that useful

titi974 2010-05-19 16:19

Re: [Android] NITDroid V2 Development Topic
 
lol, look at my config in my signature... i don't have 6hdds, but if i let the fans runing like they want... that's like a reactor next to me xD

dj_steve 2010-05-19 16:22

Re: [Android] NITDroid V2 Development Topic
 
my current pc (main one)
athlon 64 X2 4800+ @ 2.8Ghz
2GB DDR2
geforce 8400gs oc
2x250gb IDE HW Raid 0 (fastrack 100 raid card)
2x500gb sata2 raid 0 software
80gb ide boot drive

got a 120mm fan on the gpu alone (it doesnt have fan as stansdard so i bodged big one on - 34c temps are better than the idle 70+ it was doing

Siggen 2010-05-19 16:24

Re: [Android] NITDroid V2 Development Topic
 
what about if we donate for water cooling?

dj_steve 2010-05-19 16:25

Re: [Android] NITDroid V2 Development Topic
 
id never risk that (water+expensive electronic = bad in my opin)

Descalzo 2010-05-19 16:28

Re: [Android] NITDroid V2 Development Topic
 
Hey guys. I'm curious.... Do I understand correctly that this will void my warranty? That's kind of a dealbreaker right now.

And if it does void my warranty, Would a different implementation still save my warranty?


All times are GMT. The time now is 13:03.

vBulletin® Version 3.8.8