Dear Stevie Jones,  This is to acknowledge my receipt of your E-Mail  dated 
27April2014 with  many thanks.  I have gone through it . My mobile handset 
model is Nokia E72-1. I am interested in knowing the difference between its 
Symbian technology and Kit-kat4.4.2 technogy.Could you please inform the same 
and the possibility for inov-renov in symbian handsets ? With my best regards.  
 Sincerely,Jnan Bora
-----Original Message-----
From: Steve Jones
Sent:  27/04/2014, 10:26  AM
To: android-porting@googlegroups.com
Subject: [android-porting] Re: External Sd card support in Kitkat 4.4.2


Hi Folks 

Here's is the init rc, fstab and storage_list that I am successfully using 
with an external sd card 
https://github.com/trevd/android_device_archos_a80sboard/blob/master/init.storage.rc
 
. 
https://github.com/trevd/android_device_archos_a80sboard/blob/master/fstab.archosa80sboard
https://github.com/trevd/android_device_archos_a80sboard/blob/master/overlay/frameworks/base/core/res/res/xml/storage_list.xml
 

Although my configuration files currently mount the root as r/w , I'm 
fairly certain it works when mount r/o , although I will have to double 
check that :)

trevd

On Saturday, 26 April 2014 09:48:17 UTC+1, Manivannan Palanisamy wrote:
>
> Hi Anand,
>
> I am also facing the simillar issue. is that your issue got resolved. 
> Please let me know.
>
> On Wednesday, March 12, 2014 5:46:53 AM UTC+5:30, Anand R wrote:
>>
>> Hi All,
>>
>> I am facing a issue when i try to mount a external sdcard in a custom 
>> device which is running on Kitkat 4.4.2.
>> Below is the error which i am getting whenever sdcard mount happens.
>>
>> 03-11 23:25:32.229: E/cutils(553): Failed to 
>> mkdir(/mnt/shell/emulated/0): Read-only file system
>> 03-11 23:25:32.229: E/dalvikvm(553): cannot mountExternalStorage(): 
>> Read-only file system
>>
>> My init.device.rc is as follows:
>>
>> # no emmc file systems mounted at this point (system, data, pds, etc.)
>> # runs after "on early-init" and before "on early-fs"
>> # runs in charge-only-mode
>> on init
>>     export PATH /system/sbin:/system/bin:/system/xbin:/sbin:/vendor/bin
>>
>>     write /sys/class/graphics/fbcon/cursor_blink 0
>>
>>     mkdir /mnt/shell 0777 shell shell
>>     mkdir /mnt/shell/emulated 0700 shell shell
>>
>>     #mkdir /storage 0550 system sdcard_r
>>     mkdir /storage/emulated 0555 root root
>>
>>     mkdir /mnt/media_rw 0777 media_rw media_rw
>>     mkdir /mnt/media_rw/sdcard1 0700 media_rw media_rw
>>     mkdir /storage/sdcard1 0775 root root
>>
>>
Email truncated to 2,000 characters
:::0:afc34a3868b47588ea10c8d91e504a4e:7d0::::
Original message is located on server

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to