maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   [Android] NITdroid 0.4.x (https://talk.maemo.org/showthread.php?t=26342)

meizirkki 2009-01-21 05:27

Re: NITdroid 0.4.x
 
Quote:

Originally Posted by EasternPA (Post 258888)
I have the same formatting scheme for the internal card, but I don't have an external card. Thanks for the tip about the non-market apps. I checked it, but still, no luck bringing up the app directory.

Missing external card is'n a problem. External card inside while tring to boot is.
So far, i have had to take external card out to get the nitdroid boot up. (Might be my shitty SD, it was cheap and it acts sometimes weird)

stelleg151 2009-01-21 17:20

Re: NITdroid 0.4.x
 
Hey Solca, great stuff man, keep up the good work.

As for phone branch vs MID branch, I would vote for sticking with the MID branch and uploading patches to Google. If they are reasonable options (like screen lock and power button) patches then they should be accepted. I'll try and chip in where I can with patches Solca, but I'm a bit slammed with a couple of other projects at the moment.

I just think that this would be the best community to kick start the MID support, rather than hoping that some Android based MID comes out. Also companies will be more likely to build MID devices if they see a working MID android (wifi + wimax + voip > w-cdma). Branching off of Google's phone branch to create our own could fragment the android MID community, and being as small as it is, I think that would be not so great a thing to do.

fredoll 2009-01-21 18:23

Re: NITdroid 0.4.x
 
Thanks Solca for your work.

Is this version installable on 770 ?
Any particular thing to do diferently from the N8x0 install ?

www.rzr.online.fr 2009-01-22 00:22

Re: NITdroid 0.4.x
 
Quote:

Originally Posted by fredoll (Post 259108)
Thanks Solca for your work.

Is this version installable on 770 ?

check this specific thread on nidroid+n770 :

http://www.internettablettalk.com/fo...770#post259170

fredoll 2009-01-22 10:51

Re: NITdroid 0.4.x
 
Thanks I already checked this thread but I was wondering if anybody tried the 0.4 release on a 770 ?

miind 2009-01-22 12:36

Re: NITdroid 0.4.x
 
anyone planning on making the installation process a bit more userfriendly. :)

EasternPA 2009-01-22 13:59

Re: NITdroid 0.4.x
 
Quote:

Originally Posted by miind (Post 259260)
anyone planning on making the installation process a bit more userfriendly. :)

I think the biggest issue here is figuring out how the internal card is detected by the installation host when the USB is attached. Apparently Ubuntu sees the card as /dev/sdc but for me on CentOS, the card was detected as /dev/sda. And does it register as a different scsi device if the usb cable is connected to a different usb port? With all of the different distros out there and kernel module options, I don't think there's an easy way to tell which scsi device is the tablet. Perhaps do an fdisk -l and look for the only 2GB scsi drive? Is there something in proc that shows the vendor of each attached drive?

I'm waiting for approval to formally host the project at a community development site. Once that gets up and running, perhaps we can get some more visibility and start up an installer sub-project. I know someone who knows dialog. Its just a matter of getting his time. As I've said before, my ultimate goal is to publish a bootable USB key for each release.

fanoush 2009-01-22 14:14

Re: NITdroid 0.4.x
 
Quote:

Originally Posted by EasternPA (Post 259267)
Is there something in proc that shows the vendor of each attached drive?

Yes, here is my random listscsi script I used for something similar before (maybe there is better solution)
Code:

#!/bin/sh
for i in /sys/class/scsi_host/host*/device/target*/*:* ; do
echo  -n `for d in $i/block/sd* ; do basename $d ; done`
echo -n "|$((`cat $i/block/size`/2/1000/1000))GB|"
echo `cat $i/vendor $i/model $i/rev`
done

Sample output:
Code:

# ./listscsi
sda1 sda2 sda3 sda4|143GB|SEAGATE ST3146707LW D702
sdb1|390GB|WDC WD40 00AAKB-00UKA0 1N01
sdc1|312GB|ST332062 0A 0000


Andyschism 2009-01-22 15:12

Re: NITdroid 0.4.x
 
Quote:

Originally Posted by miind (Post 259260)
anyone planning on making the installation process a bit more userfriendly. :)

Could not agree more. I love reading these threads and seeing the progress, but I have no clue whats being said about 75% of the time. Lol.

EasternPA 2009-01-22 15:33

Re: NITdroid 0.4.x
 
Quote:

Originally Posted by fanoush (Post 259270)
Yes, here is my random listscsi script I used for something similar before

Excellent. Once the site gets approved I plan to go through all 50-60 pages of the various nitdroid threads and assemble the most useful, and still relevant, information. I'm sure this will prove handy in the early stages of development of the installer.


All times are GMT. The time now is 10:19.

vBulletin® Version 3.8.8