The Following User Says Thank You to EasternPA For This Useful Post: | ||
|
2009-01-22
, 15:48
|
Posts: 39 |
Thanked: 12 times |
Joined on Jan 2009
|
#32
|
|
2009-01-23
, 19:09
|
Posts: 104 |
Thanked: 12 times |
Joined on Jan 2008
@ Maryland
|
#33
|
Some of the "easy install" steps were a little quirky, even for a 15 year Linux guy. It was at times unclear where some of the steps were to be executed (on the Linux host or the tablet, and if on the tablet via the tablet's own terminal emulator or via the adb shell), and instructions to power down and/or disconnect the USB cable were also completely missing in places. Believe me, I read the first thread for 3 good weeks before diving in, and even after that I was pleasantly surprised to find out how easy it was to return to Maemo.
After 0.4.1 comes out, and we see how it behaves, how about in the spirit of "everyone contributing something", maybe you and I can sit down and "newbyize" the instructions? I've had to write simple instructions for people for almost 30 years, but I'm sure there's some stuff that I assume everyone knows or can easily figure out, but they just don't or can't.
Have you tried the install yet or is it still too confusing to even try it out?
|
2009-01-23
, 19:50
|
Posts: 62 |
Thanked: 35 times |
Joined on Mar 2008
@ Fort Gratiot, Michigan
|
#34
|
|
2009-01-23
, 20:00
|
Posts: 62 |
Thanked: 35 times |
Joined on Mar 2008
@ Fort Gratiot, Michigan
|
#35
|
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.
mount|grep -e /dev/sd
|
2009-01-23
, 21:35
|
Posts: 39 |
Thanked: 12 times |
Joined on Jan 2009
|
#36
|
The /dev/sdc was just an example. The script works like this:
It then asks you for the last result, which would be the just-plugged-in tablet. It then asks for it again without the number on the end, then with a 3 on the end. These entries are used as variables that are referred to during the partitioning, mounting, etc.Code:mount|grep -e /dev/sd
The problem with looking by size is that different people have different sizes (that's what she said) of SD cards and having used a bunch of them, many have weird sizes when coming from strange places in Shenzhen, China. (931MB instead of 1024MB)
|
2009-01-24
, 07:55
|
Posts: 57 |
Thanked: 4 times |
Joined on May 2007
|
#37
|
|
2009-01-24
, 18:06
|
Posts: 57 |
Thanked: 4 times |
Joined on May 2007
|
#38
|
|
2009-01-26
, 15:51
|
Posts: 39 |
Thanked: 12 times |
Joined on Jan 2009
|
#40
|
After 0.4.1 comes out, and we see how it behaves, how about in the spirit of "everyone contributing something", maybe you and I can sit down and "newbyize" the instructions? I've had to write simple instructions for people for almost 30 years, but I'm sure there's some stuff that I assume everyone knows or can easily figure out, but they just don't or can't.
Have you tried the install yet or is it still too confusing to even try it out?