joval0620 / nitdroid-v2

Automatically exported from code.google.com/p/nitdroid-v2
0 stars 0 forks source link

Can't Install certificates for WLAN - Error: No SDCard found #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. use 8GB-SDCard, 100 MB FAT32 Partiton + 1.9GB ext3 Partition with froyo 
NITDroid-N900-0.0.4-2.tbz2
2. Copy certificate to SDCard (/sdcard/)
3. try to install certificates by using Settings - Security & Location - 
Install from SDCard

What is the expected output? What do you see instead?
Certificate found on SDCard and gets installed,
insterad: Error: No SDCard found

What is your device, RootFS and kernel versions?

Nokia N900
8GB-SDCard, 100 MB FAT32 Partiton + 1.9GB ext3 Partition with froyo 
NITDroid-N900-0.0.4-2.tbz2

Please provide any additional information below.

Original issue reported on code.google.com by FritzBox...@gmail.com on 30 Jun 2010 at 6:15

GoogleCodeExporter commented 8 years ago
known fault as sdcard is not mounted yet in froyo, ,being worked on

Original comment by steve103...@gmail.com on 30 Jun 2010 at 8:26

GoogleCodeExporter commented 8 years ago
Certificate has to be pem format with fileextension .crt!
(https://www.sslshopper.com/ssl-converter.html)

eMMC mount was fixed already by dj_steve.

multiboot-boot-item-entry needs
ITEM_MODULES="ext3 fat vfat"

Android RootFS has to be modified (not maemo-rootfs mnt!):
mkdir mnt/secure
mkdir mnt/secure/staging
mkdir mnt/secure/asec
mkdir mnt/asec

cd system/etc
nano vold.fstab

enter the following in the file (remove the current contents first)

dev_mount sdcard /sdcard 1 /devices/platform/mmci-omap-hs.1/mmc_host/mmc1

then umount partition and boot up, android should show the 'checking' sd card 
for a little bit then disappear, go check phone and sd storage settings and 
check mount

Original comment by FritzBox...@gmail.com on 16 Jul 2010 at 9:56

GoogleCodeExporter commented 8 years ago

Original comment by alexey.r...@gmail.com on 30 Aug 2010 at 9:34