I think it will work without a SIM card if it is marked a provisioned.
With 1.5-alpha, try getting a shell with adb, then do:

# sqlite3 /data/data/com.android.providers.settings/databases/settings.db
sqlite3 /data/data/com.android.providers.settings/databases/settings.db
SQLite version 3.5.9
Enter ".help" for instructions
sqlite> INSERT INTO secure (name, value) VALUES ('device_provisioned', 1);
sqlite> .exit

I think that may fix it for you. See
http://android.koolu.org/pipermail/android-freerunner-koolu.org/2009-July/001085.html
for more of an explanation.

Jim

On Tue, Aug 4, 2009 at 10:49 PM, Damian Spriggs<damianspri...@mac.com> wrote:
> None of them. Either use a SIM card with 1.5-alpha, or no SD card and 1.0
>
>
>
> On Aug 4, 2009, at 10:13 PM, tom wrote:
>
>> to get my freerunner gta2 up & running
>> - without sim-card
>> - with wifi (and keyboard)
>> -with sd-card (and access after boot)
>>
>> a quick install step-by step would be great!
>> thx
>>
>> _______________________________________________
>> android-freerunner mailing list
>> android-freerunner@android.koolu.org
>> http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
>
> _______________________________________________
> android-freerunner mailing list
> android-freerunner@android.koolu.org
> http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
>
_______________________________________________
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

Reply via email to