Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
YOSEFE
Old
#1  
YOSEFE's Avatar
Senior Member - OP
Thanks Meter 46
Posts: 1,041
Join Date: Sep 2006
Location: UK
Red face [q] error with new kingston 32gb micro sd card

Hello there,

I need help with this error on my DZ:
'unable to install application data on the device. Error: /mnt/sdcard/Tecarta/50.dat_temp (I/O error).'

The application I was trying to launch is the NKJV Bible software.

Thanks for your advice.
"BELIEVE ON THE LORD JESUS CHRIST, AND THOU [YOU] SHALT [SHALL] BE SAVED..." (Acts 16.31)
SAMSUNG DEVICES OWNED:
GALAXY SII = Current
CH@T222 = Current
GALAXY TAB 3 7.0 = Current

HTC DEVICES OWNED:
FLYER = Gone 2012
DESIRE Z = Gone 2012
RHODIUM TP2 = Donated in 2011
ADVANTAGE X7500 = Donated in 2010; S710 = Donated in 2009; S620 = Donated in 2009
Alpine:- SPV M1500 = Sold 2006; Qtek 2020i = Sold 2007
 
steviewevie
Old
#2  
steviewevie's Avatar
Retired Forum Moderator
Thanks Meter 549
Posts: 5,139
Join Date: Oct 2009
Location: UK
So is this a new SD card that you haven't used before now ?
 
YOSEFE
Old
#3  
YOSEFE's Avatar
Senior Member - OP
Thanks Meter 46
Posts: 1,041
Join Date: Sep 2006
Location: UK
Quote:
Originally Posted by steviewevie View Post
So is this a new SD card that you haven't used before now ?
Correct, I only received it yesterday, and have spent hours formating and reformating to get rid of the "read only" error, and to copy the contents of the original 8GB that came with phone. But now have this problem.

Thanks.
"BELIEVE ON THE LORD JESUS CHRIST, AND THOU [YOU] SHALT [SHALL] BE SAVED..." (Acts 16.31)
SAMSUNG DEVICES OWNED:
GALAXY SII = Current
CH@T222 = Current
GALAXY TAB 3 7.0 = Current

HTC DEVICES OWNED:
FLYER = Gone 2012
DESIRE Z = Gone 2012
RHODIUM TP2 = Donated in 2011
ADVANTAGE X7500 = Donated in 2010; S710 = Donated in 2009; S620 = Donated in 2009
Alpine:- SPV M1500 = Sold 2006; Qtek 2020i = Sold 2007
 
steviewevie
Old
#4  
steviewevie's Avatar
Retired Forum Moderator
Thanks Meter 549
Posts: 5,139
Join Date: Oct 2009
Location: UK
Can you use it normally otherwise in the phone ? e.g. can you copy files to it within terminal emulator, or push files to it via adb etc ?
 
YOSEFE
Old
#5  
YOSEFE's Avatar
Senior Member - OP
Thanks Meter 46
Posts: 1,041
Join Date: Sep 2006
Location: UK
Quote:
Originally Posted by steviewevie View Post
Can you use it normally otherwise in the phone ? e.g. can you copy files to it within terminal emulator, or push files to it via adb etc ?
I have not tried that. All I have used is the windows copy as well as making a .wrar file out of the 8gb contents, and then extracting the .wrar to the 32gb card.

Any suggestions?
"BELIEVE ON THE LORD JESUS CHRIST, AND THOU [YOU] SHALT [SHALL] BE SAVED..." (Acts 16.31)
SAMSUNG DEVICES OWNED:
GALAXY SII = Current
CH@T222 = Current
GALAXY TAB 3 7.0 = Current

HTC DEVICES OWNED:
FLYER = Gone 2012
DESIRE Z = Gone 2012
RHODIUM TP2 = Donated in 2011
ADVANTAGE X7500 = Donated in 2010; S710 = Donated in 2009; S620 = Donated in 2009
Alpine:- SPV M1500 = Sold 2006; Qtek 2020i = Sold 2007
 
steviewevie
Old
#6  
steviewevie's Avatar
Retired Forum Moderator
Thanks Meter 549
Posts: 5,139
Join Date: Oct 2009
Location: UK
Quote:
Originally Posted by YOSEFE View Post
I have not tried that. All I have used is the windows copy as well as making a .wrar file out of the 8gb contents, and then extracting the .wrar to the 32gb card.

Any suggestions?
I would try to copy some files to it via Terminal Emulator, an "explorer" program or similar - so you can see if the phone just doesn't like the SD card, or whether it's only giving an error when installing an app.
 
YOSEFE
Old
#7  
YOSEFE's Avatar
Senior Member - OP
Thanks Meter 46
Posts: 1,041
Join Date: Sep 2006
Location: UK
Quote:
Originally Posted by steviewevie View Post
I would try to copy some files to it via Terminal Emulator, an "explorer" program or similar - so you can see if the phone just doesn't like the SD card, or whether it's only giving an error when installing an app.
I have used the windows explorer to copy files, but what code can I used in terminal emulator to copy say, file "xyz" in the Androidsdk directory /tmp ?
"BELIEVE ON THE LORD JESUS CHRIST, AND THOU [YOU] SHALT [SHALL] BE SAVED..." (Acts 16.31)
SAMSUNG DEVICES OWNED:
GALAXY SII = Current
CH@T222 = Current
GALAXY TAB 3 7.0 = Current

HTC DEVICES OWNED:
FLYER = Gone 2012
DESIRE Z = Gone 2012
RHODIUM TP2 = Donated in 2011
ADVANTAGE X7500 = Donated in 2010; S710 = Donated in 2009; S620 = Donated in 2009
Alpine:- SPV M1500 = Sold 2006; Qtek 2020i = Sold 2007
 
steviewevie
Old
#8  
steviewevie's Avatar
Retired Forum Moderator
Thanks Meter 549
Posts: 5,139
Join Date: Oct 2009
Location: UK
Quote:
Originally Posted by YOSEFE View Post
I have used the windows explorer to copy files, but what code can I used in terminal emulator to copy say, file "xyz" in the Androidsdk directory /tmp ?
The copy command is "cp", so try something like :

Code:
cp /tmp/xyz /sdcard
If it works ok it should just come back to the command prompt. Also you can do "ls /sdcard" to see everything there, e.g. see if it really did copy it to the SD card.
 
YOSEFE
Old
(Last edited by YOSEFE; 12th January 2011 at 06:15 PM.) Reason: Edit
#9  
YOSEFE's Avatar
Senior Member - OP
Thanks Meter 46
Posts: 1,041
Join Date: Sep 2006
Location: UK
Quote:
Originally Posted by steviewevie View Post
The copy command is "cp", so try something like :

Code:
cp /tmp/xyz /sdcard
If it works ok it should just come back to the command prompt. Also you can do "ls /sdcard" to see everything there, e.g. see if it really did copy it to the SD card.
Thanks. I will try it out.

EDIT: Solved. I had to follow advice from somewhere on the web. I had to put the card in a reader on my windows pc. Navigate to "Computer", then right-click drive "H" (that is what the msd card is on my pc), then click "Properties". After that, I selected "Tools", than clicked "Check now", and clicked "start". However, making sure that the first box (automatically fix file system errors) is checked. Leave "scan for and attempt..." unchecked.
Let the pc do its thing, and when it is done, that is it!

But hey, thanks steviewevie for being there and for being prompt to help me and others get our way around Android.
"BELIEVE ON THE LORD JESUS CHRIST, AND THOU [YOU] SHALT [SHALL] BE SAVED..." (Acts 16.31)
SAMSUNG DEVICES OWNED:
GALAXY SII = Current
CH@T222 = Current
GALAXY TAB 3 7.0 = Current

HTC DEVICES OWNED:
FLYER = Gone 2012
DESIRE Z = Gone 2012
RHODIUM TP2 = Donated in 2011
ADVANTAGE X7500 = Donated in 2010; S710 = Donated in 2009; S620 = Donated in 2009
Alpine:- SPV M1500 = Sold 2006; Qtek 2020i = Sold 2007

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Side-Swiping Multitasking with Kakudo

Recovering iPad users may still remember the multitasking function where you can swipe left or right to … more

Learn to Edit Graphics for your Development Work

The importance of good and appropriate graphics for your development work is undeniable. Be … more

Tasker Alternative: AutomateIt, Automates Your Device Tasks – XDA Developer TV

XDA Developer TV Producer Kevin wants to help make your … more

Preventing App Piracy: Join the Discussion

The topic of piracy is always a touchy subject, but I feel that the grass roots style of Android … more