Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
BeLGaRaTh67
Old
#171  
Junior Member
Thanks Meter 2
Posts: 21
Join Date: Nov 2010
Quote:
Originally Posted by leguyanais View Post
I'm using App 2 Sd to move my application to the SD card, It's working good.

Sent from my GT-I9100 using xda premium
It will be, this thread is for the i9300 (S3) not the i9100 (S2)
 
Greedyfly
Old
#172  
Senior Member
Thanks Meter 4
Posts: 172
Join Date: Jan 2010
Quote:
Originally Posted by BeLGaRaTh67 View Post
It will be, this thread is for the i9300 (S3) not the i9100 (S2)

Good spot
 
keytor69
Old
(Last edited by keytor69; 1st July 2012 at 08:19 PM.)
#173  
Junior Member
Thanks Meter 1
Posts: 19
Join Date: Apr 2005
Ok, dont shoot me down in flames here, but after reading chainfires article about writing to the external memory http://www.chainfire.eu/articles/113..._to_SD_cards_/ it seems that what we need to do is change

if (primaryStorage) {
// Special case the primary SD card.
// For this we grant write access to the SDCARD_RW group.
gid = AID_SDCARD_RW;
} else {
// For secondary external storage we keep things locked up.
gid = AID_MEDIA_RW;
}

to

if (primaryStorage) {
// Special case the primary SD card.
// For this we grant write access to the SDCARD_RW group.
gid = AID_SDCARD_RW;
} else {
// For secondary external storage we keep things locked up.
gid = AID_SDCARD_RW;
}
in system/vold/Volume.cpp

I am assuming this is a file from the sources and it would need recompiling but would it work ??
 
Greedyfly
Old
#174  
Senior Member
Thanks Meter 4
Posts: 172
Join Date: Jan 2010
Give it a try?

Because although I know what you are on about in very simple terms...I have no idea how or where to do it.
 
pachi72
Old
#175  
pachi72's Avatar
Senior Member
Thanks Meter 60
Posts: 701
Join Date: Nov 2008
Location: Miami

 
DONATE TO ME
Is it still 1.97gb for system storage like GS2?
 
H2TB
Old
(Last edited by H2TB; 3rd July 2012 at 10:00 AM.)
#176  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Jul 2012
Default Problem not only related to Samsung.

Hi there people.

For all the folks who are saying that this problem is only related to Samsung, I can tell u are wrong.

I own a Rockchip 2918 based Ricatech tablet wich I recently updated to Android 4.0 ICS (official update downloaded from Ricatech website) With this tablet I experience the same problem as you guys with the SGS 3!

And with only 500Mb of app storage, I am in quit a pain!

For me it is also not possible to move apps to the SD card. There is just no option for doing this when i go to Settings>Apps.

Also App2SD gives the error:
The device does not have a real primary external storage, or the external storage is emulated. Moving app to sd function may not be supportedby this device

I think the problem is somewhat related to the fact how ICS sets its mountpoints for storage, since this different compared to Android 2.3 because I also had a problem with a other app wich could not find my external SD-Card wich runned fine on Android 2.3. For this app i had to change the folder the app was monitoring.

I do want to mention I also own a SGS2 wich also runs ICS, the strange thing is that I do not have the problem of moving apps to external SD-Card with this device.
 
Greedyfly
Old
#177  
Senior Member
Thanks Meter 4
Posts: 172
Join Date: Jan 2010
Quote:
Originally Posted by H2TB View Post
Hi there people.

For all the folks who are saying that this problem is only related to Samsung, I can tell u are wrong.

I own a Rockchip 2918 based Ricatech tablet wich I recently updated to Android 4.0 ICS (official update downloaded from Ricatech website) With this tablet I experience the same problem as you guys with the SGS 3!

And with only 500Mb of app storage, I am in quit a pain!

For me it is also not possible to move apps to the SD card. There is just no option for doing this when i go to Settings>Apps.

Also App2SD gives the error:
The device does not have a real primary external storage, or the external storage is emulated. Moving app to sd function may not be supportedby this device

I think the problem is somewhat related to the fact how ICS sets its mountpoints for storage, since this different compared to Android 2.3 because I also had a problem with a other app wich could not find my external SD-Card wich runned fine on Android 2.3. For this app i had to change the folder the app was monitoring.

I do want to mention I also own a SGS2 wich also runs ICS, the strange thing is that I do not have the problem of moving apps to external SD-Card with this device.
So hang on...How can they/we be wrong when you are saying one device running the same OS does it and one doesn't? I am not saying you are wrong just that your argument doesn't quite add up.
 
krs360
Old
#178  
krs360's Avatar
Senior Member
Thanks Meter 110
Posts: 300
Join Date: Dec 2007
Location: Moretonhampstead
Starting to get really irritated by this. I have a not unreasonable amount of apps installed, and have data binded (or bound!) the largest, GTA3, to the the external sd, yet I still get told to free up some space to install an app I just paid a lot of money for.

To make it more annoying, when I go to Manage Apps, it says I have loads of space free.

Grrrr....
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2012-07-02-21-46-35.jpg
Views:	198
Size:	19.1 KB
ID:	1173970   Click image for larger version

Name:	Screenshot_2012-07-03-12-46-59.jpg
Views:	192
Size:	31.4 KB
ID:	1173971   Click image for larger version

Name:	Screenshot_2012-07-03-12-48-41.jpg
Views:	187
Size:	15.9 KB
ID:	1173980  
Current Devices
Samsung Galaxy SIII (GT-i9300)
Motorola Xoom (Wingray)

Legacy devices
Motorola 7500 --> Sony CM-DX 2000 --> Cellnet Easylife --> Sony Ericsson T68 --> Sagem myX5 --> Orange SPV C600 --> HTC Touch --> HTC Touch HD --> Samsung Galaxy S --> Samsung Galaxy SIII
 
d4fseeker
Old
#179  
Senior Member
Thanks Meter 405
Posts: 1,226
Join Date: Oct 2010
You can also use the Directory bind app if you're rooted and prefer some handiwork to not having the option at all.

Sent from my GT-I9300 using xda premium
 
H2TB
Old
#180  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Jul 2012
Quote:
Originally Posted by Greedyfly View Post
So hang on...How can they/we be wrong when you are saying one device running the same OS does it and one doesn't? I am not saying you are wrong just that your argument doesn't quite add up.
Dude, I just wanted to make clear that the problem is not only related to the SGS3.

 
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...