Re: [android-porting] Preparing sd card forever

2010-06-15 Thread M&M stich
Yes, binaries from the 2 setups work differently, even though we've maintained them the "same". Something must be different, but I can't figure what. The other interesting thing is the apparent confusion of the 1st and 3rd partitions. The first one 179:1 has only MLO, u-boot.bin and uImage. The

[android-porting] Re: Data connection via cell modem (GPRS)

2010-05-28 Thread M&M stich
ce > D/dalvikvm( 846): GC freed 21575 objects / 1007240 bytes in 71ms > > > On May 21, 2:52 am, Uhrenfeldt Henrik > wrote: > > Hi Mike, > > > > Hehe... I had the same feeling. > > > > My DEACTIVATE does not work 100% smooth, but it works. I basi

[android-porting] Re: Data connection via cell modem (GPRS)

2010-05-20 Thread M&M stich
s not set (because the shell script was suspended by > the lowlevel RIL process). Try making sure that the local-ip property is set > as the very last thing. > > Or just to check for race conditions, add a half second delay or so before > completing SETUP_DATA_CALL. > > - Henrik >

[android-porting] Re: Data connection via cell modem (GPRS)

2010-05-19 Thread M&M stich
er > elements of response[]? > > Output from logcat -b radio would be useful here - it tells something about > what Android thinks is its connection. > > Also, if you have an ip and can ping stuff from the shell, your apn is > correct and the issue is Android only. Maybe test

[android-porting] Re: Data connection via cell modem (GPRS)

2010-05-19 Thread M&M stich
writes more into the response[2] char* than > initially allocated, OR response[2]'s area on the stack is used for > something else immediately after the function exits... > > - Henrik > > -Original Message- > From: M&M stich [mailto:mstic...@gmail.com] > Se

[android-porting] Re: Data connection via cell modem (GPRS)

2010-05-17 Thread M&M stich
t; (after PPP exit) as well as ip-up and ip-down. > > - Henrik > > -Original Message- > From: M&M stich [mailto:mstic...@gmail.com] > Sent: 17. maj 2010 14:57 > To: Uhrenfeldt Henrik; android-porting > Subject: Re: Data connection via cell modem (GPRS) > > Yes,

[android-porting] Re: Data connection via cell modem (GPRS)

2010-05-17 Thread M&M stich
since next time you attempt > connection, local-ip will be set already. I introduced yet another property > which I set to a kind of state information (ie. down/initializing/up). Again > this synchronization through properties really is the worst part of this > setup, and I have

Re: [android-porting] Re: Set system time from radio

2010-03-07 Thread M&M stich
Found handleEndOfInit() and looked thru the code, and unless I'm mistaken (likely, I'm new at this) this code is for the emulator. I think I'm guilty of being overly succinct in my questions and not providing highly relevant information. I'm running Android 1.6 on real hardware, a Beagleboard, co