[MOD][APP]SwapSD for JB 4.1 - Galaxy S Plus I9001 Android Development

Just want to share an app that solves common issues like lack of space in internal SD when installing games that takes a lot of internal memory (i.e Gangstar Rio, N.O.V.A 3 and others)
Now you can solve this problem with Swapsd. This simple app allows you to swap your "external SD" as "internal SD" and vice versa. So now your game data will be installed to your external sd instead of your internal SD.
Note: This app is not made by me. it's made by LolatiOn and then modified by camcory. So credits goes to those two.
Instructions:
-Move this app to your system /app
-Set permissions to rw-r-r (example in attachments)
-Reboot your device and enjoy your games
Requirements:
-Android 4.1 only

Juhan Jufri said:
Just want to share an app that solves common issues like lack of space in internal SD when installing games that takes a lot of internal memory (i.e Gangstar Rio, N.O.V.A 3 and others)
Now you can solve this problem with Swapsd. This simple app allows you to swap your "external SD" as "internal SD" and vice versa. So now your game data will be installed to your external sd instead of your internal SD.
Note: This app is not made by me. it's made by LolatiOn and then modified by camcory. So credits goes to those two.
Instructions:
-Move this app to your system /app
-Set permissions to rw-r-r (example in attachments)
-Reboot your device and enjoy your games
Requirements:
-Android 4.1 only
Click to expand...
Click to collapse
Cool!
Sent from my GT-I9001 using xda app-developers app

gonna try !!!!! will let u know if it works fine with my mobile

It is simplier modifing the vold.fstab file in system/etc by exchanging sd card with external sd card...
Sent from my GT-I9001 using xda app-developers app

f96p1001 said:
It is simplier modifing the vold.fstab file in system/etc by exchanging sd card with external sd card...
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
This app is for ppl who don't know how to edit this and that for jb. This app is not compatible for ICS so if you're on ICS you'll have to mod the void.fstab yourself

I have 2 questions:
1 after installing this app i have to move all games' data folders to external SD?
2 the games won't run a little more laggy?
Inviato dal mio frigo a pedali.

edisile said:
I have 2 questions:
1 after installing this app i have to move all games' data folders to external SD?
2 the games won't run a little more laggy?
Inviato dal mio frigo a pedali.
Click to expand...
Click to collapse
2. its depending on the class of your sd card

Hi
i install this app and works well but i have a fc when i go to setting--memory.. my rom is in signature! sorry for my bad english

Pilone92 said:
Hi
i install this app and works well but i have a fc when i go to setting--memory.. my rom is in signature! sorry for my bad english
Click to expand...
Click to collapse
Me to. And im on the same rom. But i know that it worked. Look at screenshot.
Location: /sdcard
Free memory: 19GB!!
Sent from my GT-i9001 using xda app-developers app

rickvrolings said:
Me to. And im on the same rom. But i know that it worked. Look at screenshot.
Location: /sdcard
Free memory: 19GB!!
View attachment 1721042
Sent from my GT-i9001 using xda app-developers app
Click to expand...
Click to collapse
Yes i know in fact i'm very happy!!but with the old release of my ROM with 2.6.3 kernel i hadn't any FC in settings...bo

R: [MOD][APP]SwapSD for JB 4.1
But... After could I return to previous setting?
Device: Samsung Galaxy S Plus (I9001)
ROM: CyanogenMod 10 a7 by ivendor
Kernel: TWRP TeamWin Recovery Project 2.2.1
USING XDA-APP

xeGox said:
But... After could I return to previous setting?
Device: Samsung Galaxy S Plus (I9001)
ROM: CyanogenMod 10 a7 by ivendor
Kernel: TWRP TeamWin Recovery Project 2.2.1
USING XDA-APP
Click to expand...
Click to collapse
Yes is very simple :good:

Why not simply swap the mount points in vold.fstab? It's much better than using an App.

yowanvista said:
Why not simply swap the mount points in vold.fstab? It's much better than using an App.
Click to expand...
Click to collapse
this is a good question but i don't know how to change the values manualy and i prefear use this app.
Why you say it's much better than using an app? For me is the same thing.This app makes all automaticly.Correct me if i'm in error

Can I use this for Galaxy Ace with JB ROM?

Pilone92 said:
this is a good question but i don't know how to change the values manualy and i prefear use this app.
Why you say it's much better than using an app? For me is the same thing.This app makes all automaticly.Correct me if i'm in error
Click to expand...
Click to collapse
No errors. Indeed this app does everything for you and it is simple. Also swapping back is no problem!
Jonny_Brravo said:
Can I use this for Galaxy Ace with JB ROM?
Click to expand...
Click to collapse
It should work! Try and tell us!
Verstuurd van mijn GT-I9001 met Tapatalk

Pilone92 said:
this is a good question but i don't know how to change the values manualy and i prefear use this app.
Why you say it's much better than using an app? For me is the same thing.This app makes all automaticly.Correct me if i'm in error
Click to expand...
Click to collapse
Swapping the sdcard in vold.fstab directly allows the system to mount the external SDcard (/mnt/sdcard1) directly after boot. I believe this App fools the system into thinking that external-sd is mounted into /mnt/sdcard/external_sd.
This configuration works best:
Code:
# internal sdcard
dev_mount sdcard /storage/sdcard1 28 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# externel sdcard
dev_mount external_sd /storage/sdcard0 auto /devices/platform/msm_sdcc.4/mmc_host/mmc2

yowanvista said:
Swapping the sdcard in vold.fstab directly allows the system to mount the external SDcard (/mnt/sdcard1) directly after boot. I believe this App fools the system into thinking that external-sd is mounted into /mnt/sdcard/external_sd.
This configuration works best:
Code:
# internal sdcard
dev_mount sdcard /storage/sdcard1 28 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# externel sdcard
dev_mount external_sd /storage/sdcard0 auto /devices/platform/msm_sdcc.4/mmc_host/mmc2
Click to expand...
Click to collapse
This app does the same! It replaces the vold.fstab.
And it makes an backup of the original vold.fstab. see screenshots
Verstuurd van mijn GT-I9001 met Tapatalk

R: [MOD][APP]SwapSD for JB 4.1
I can't install it
Device: Samsung Galaxy S Plus (I9001)
ROM: CyanogenMod 10 a7 by ivendor
Kernel: TWRP TeamWin Recovery Project 2.2.1
USING XDA-APP

xeGox said:
I can't install it
Device: Samsung Galaxy S Plus (I9001)
ROM: CyanogenMod 10 a7 by ivendor
Kernel: TWRP TeamWin Recovery Project 2.2.1
USING XDA-APP
Click to expand...
Click to collapse
u dont have to install it,just put it in system/app,set permissions to rw-r-r ,reboot,open app,click swap and reboot again

Related

[Q] Urgent help needed !!!

Hello friends ...
I love this mobile ... http://www.gogi.in/micromax-a90s-review.html
And it have sufficient hardware capabilities to run high end games ...
I want to buy this but only problem is the memory...
It have only 1GB internal storage for installation, while HD games are having size more than 1GB ...
Is there any way to install 2GB games on it ...
I don't want to root ... but if there are no options left then I will do rooting ...
Can I hope that after rooting ... I can install games directly on SD card ??? without any issue ???
You can install them on ur external card with apps like link2SD, Rom Toolbox. You will have to root it
Edit - actually, if im not mistaken, you can install the games directly to your external sd without root
Sent from my GT-S5300 using xda app-developers app
Thanks for reply
carlyle69 said:
You can install them on ur external card with apps like link2SD, Rom Toolbox. You will have to root it
Edit - actually, if im not mistaken, you can install the games directly to your external sd without root
Sent from my GT-S5300 using xda app-developers app
Click to expand...
Click to collapse
Thanks for reply... my dear friend ... but I want to know that is this 100 % possible to install big games (greater than 1GB)directly on external SD card after rooting ???
(quote from website: "internal storage for app is around 1GB free. Apart from that there is another storage of 1.9GB which remains untouched and you don’t have an option to save new apps on the internal storage by default.")
I can't understand it because I am new to android and having no knowledge of it ...
Can you explain this quote ???
I see no reason why it wouldnt be able to do that.
That quote says in other words, the phone has 3 gigs internal, its partitioned, the 1 gig is for "system" and the other 2 gigs are for you to use as storage, or atleast thats how it works with my galaxy pocket.
I was told the game storage works like this, the game data can be stored in the external memory and the games "launcher" will be stored in the 1 gig partition of the internal memory. The launchers are usually 10 - 25 mb.
I really hope you understand this:thumbup:
Sent from my GT-S5300 using xda app-developers app
carlyle69 said:
I see no reason why it wouldnt be able to do that.
That quote says in other words, the phone has 3 gigs internal, its partitioned, the 1 gig is for "system" and the other 2 gigs are for you to use as storage, or atleast thats how it works with my galaxy pocket.
I was told the game storage works like this, the game data can be stored in the external memory and the games "launcher" will be stored in the 1 gig partition of the internal memory. The launchers are usually 10 - 25 mb.
I really hope you understand this:thumbup:
Sent from my GT-S5300 using xda app-developers app
Click to expand...
Click to collapse
Thanks,You mean I can install games in 2gb space ...???
Yes, and on an external card. I doubt that you will even need root for this
Sent from my GT-S5300 using xda app-developers app
Thanks for reply
carlyle69 said:
Yes, and on an external card. I doubt that you will even need root for this
Sent from my GT-S5300 using xda app-developers app
Click to expand...
Click to collapse
Hi... thanks ,but still confuse;
Can I confirm that after rooting I will install games/apps directly to SD card ???
Yes.
There is a very good chance that u can install games directly to external sd without rooting also.
Sent from my GT-S5300 using xda app-developers app
carlyle69 said:
Yes.
There is a very good chance that u can install games directly to external sd without rooting also.
Sent from my GT-S5300 using xda app-developers app
Click to expand...
Click to collapse
Thank you very much ...:good:
you have cleared all my doubts ...
:laugh:
(anyway as I mentioned, I am new to android so can you tell me the applications regarding my problem ?)
I think this might be helpful for you.
http://forum.xda-developers.com/showthread.php?t=1974596
Sent from my GT-S5300 using xda app-developers app
carlyle69 said:
I think this might be helpful for you.
http://forum.xda-developers.com/showthread.php?t=1974596
Sent from my GT-S5300 using xda app-developers app
Click to expand...
Click to collapse
Thanks
:good:
Yeah man,the data is Directly sent over to the SD Card!
Don't worry Game On!

Modified vold.fstab folder for SGA2

Hey guys,here's my modified vold.fstab files
JB Leaked: Here
GB: Here
♦To use it,simply copy the file to your SD Card
♦Next,use an Advanced File Mangaer (Root Explorer),one that could access system files on the phone
♦Copy the vold.fstab file and paste it into the ''etc'' folder which can be found at the root of your system storage
♦Reboot for the phone for changes to take effect
Here's an instructional video if you guys need more help
Please leave a comment or click the thanks button if I had helped you
Work ?
kowal99 said:
Work ?
Click to expand...
Click to collapse
yes it does work, there are actually roms with this thing implemented if I'm not mistaken, I just don't remember which one.
mojito0 said:
yes it does work, there are actually roms with this thing implemented if I'm not mistaken, I just don't remember which one.
Click to expand...
Click to collapse
If im not mistaken,several of the previous release of the HD Kernels had the option to swap internal with external memory..Cant remember for roms too though haha
Proud to be a Singaporean You leyh?
Sent from my sending thingy
Fzee said:
If im not mistaken,several of the previous release of the HD Kernels had the option to swap internal with external memory..Cant remember for roms too though haha
Proud to be a Singaporean You leyh?
Sent from my sending thingy
Click to expand...
Click to collapse
yeah maybe, not sure...
Odp: Modified vold.fstab folder for SGA2
JellyCream has that option by default, according to the first post of its topic
Wysyłane z mojego GT-I8160 za pomocą Tapatalk 2
Is this applicable to gb 2.3.6?
mo22i said:
Is this applicable to gb 2.3.6?
Click to expand...
Click to collapse
Yes
merging System storage
I have done a swap on SD cards. It is OK, but not the best solution. Better, I would like to merge System storage (1,20GB) with USB storage (1,10GB) into 2,3GB as System storage. Is it possible to do it? I would be very happy.
Same question as 99milan......is it possible ?
also already try to replace original vold.fstab with downloaded vold.fstab from 1st post result is bootloop on samsung Logo....using JB LEAK
It's work. :good:
Guys i just updated and posted the new JB vold.fstab file!
It works for me but idk if it would work for you so please let me know
Fzee said:
Guys i just updated and posted the new JB vold.fstab file!
It works for me but idk if it would work for you so please let me know
Click to expand...
Click to collapse
Worked for me on Leaked JB.
Thanks
after i install the modified vold.fstab then move some apps to my sd card after rebooting the apps that are moved gone,pls advice
Is there any significant performance impact for using ext sd as usb storage?
PokMahPok said:
Is there any significant performance impact for using ext sd as usb storage?
Click to expand...
Click to collapse
I dont think so..
Sup..
Thank you...WORK! :good:
I installed N.O.V.A 3....no laggy...super :beer:
Re: Galaxy Ace 2 Gaming
Good for you buddy
Re: Galaxy Ace 2 Gaming
...
works on Kyrillos rom v7 ~Beta~
THX

[GUIDE][SWAP] Replace internal and external storage

Hi everybody !
I'm new in the forum and today I found how to swap external and internal SD for our galaxy S plus i9001 :victory:
It's very easy to do that ! I done that because my phone is an 8GB storage and I can't install lots of apps in it ... It will transform your external storage in internal storage
So, what do you need :
- a rooted i9001
- a micro sdcard (I used a 32Go card)
- File Manager (I use CM File Manager)
- 2 minutes
OK, first :
open your file manager,
go to / > system > etc > vlod.fstab
open the file
you only need to change this line :
Code:
# internal sdcard
dev_mount sdcard /storage/sdcard0 28 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# externel sdcard
dev_mount external_sd /storage/sdcard1 auto /devices/platform/msm_sdcc.4/mmc_host/mmc2
by :
Code:
# internal sdcard
dev_mount external_sd /storage/sdcard1 28 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# externel sdcard
dev_mount sdcard /storage/sdcard0 auto /devices/platform/msm_sdcc.4/mmc_host/mmc2
Reboot and enjoy your new storage space
Im sorry to say, but we already have a thread that provides this information in this development section. I will look for the link soon.
Sent from my GT-I9001 using xda app-developers app
Edit: here is thread for gb sd swap, somewhere there is a thread for ics and higher. I know this for sure because i use this tweak for a really long time now.
http://forum.xda-developers.com/showthread.php?t=1301384
There is a easier way in build.prop with a root browser
#Change to 1 for swapping SD cards
persist.sys.vold.switchexternal=0
Edit: in my builds it works arco commited this a few days ago and for now only on 4.2.2 roms but i think it is possible to add this on build.prop
Sent from my GT-I9001 using xda app-developers app
rickvrolings said:
Im sorry to say, but we already have a thread that provides this information in this development section. I will look for the link soon.
Sent from my GT-I9001 using xda app-developers app
Edit: here is thread for gb sd swap, somewhere there is a thread for ics and higher. I know this for sure because i use this tweak for a really long time now.
http://forum.xda-developers.com/showthread.php?t=1301384
Click to expand...
Click to collapse
Sorry I didn't sow it ...
Edit : my folder vold.fstab is not the same like him so it couldn't work on my phone
TomTheFrench said:
Sorry I didn't sow it ...
Edit : my folder vold.fstab is not the same like him so it couldn't work on my phone
Click to expand...
Click to collapse
the way is to replacing sd mount point for external sd mmc host device and vise verca !
every rom has its own vold.fstab just if you know how to swap mount points its really easy
alireza7991 said:
the way is to replacing sd mount point for external sd mmc host device and vise verca !
every rom has its own vold.fstab just if you know how to swap mount points its really easy
Click to expand...
Click to collapse
Will this also switch the way clockwork mod mounts both storages?
Or is this only applied during the actual boot of android?
Hey man, can I use this method with cyanogenmod 11?
Inviato dal mio GT-I9001 utilizzando Tapatalk
RottenFlesh said:
Hey man, can I use this method with cyanogenmod 11?
Inviato dal mio GT-I9001 utilizzando Tapatalk
Click to expand...
Click to collapse
No, because there is no vold.fstab file in version 4.3 and up. Swapping using the build.prop version doesn't work for now. Lets hope that Adc team will figure out what is wrong.
Wysłane z mojego GT-I9001 przy użyciu Tapatalka

External to Internal sd swap

MUST BE ROOTED
Updated 8/17/13
This is for everyone that wants more internal memory for apps and games (that's if you have a large ext-sd like 32gb or 64 gb). I have noticed alot of people need the app to sd feature but can't use that anymore because google seems to think we don't need it LOL. Please follow all instructions.
EDIT: I found a video that will show you how to swap your apps and games to sd and it's very simple. You will be able to get your internal space back and play games and use apps stored on extsd.
EDIT 2: trazfer says that the foldermount app isn't very user friendly and he recomends using GL to SD (root) from the play store here is the link https://play.google.com/store/apps/details?id=com.slf.ListglApp
I'm leaving the YouTube video below for people to have two options which ever one works out best for that person.
Thanks to trazfer for the report :thumbup:
https://www.youtube.com/watch?v=Oj35r8cDW2k&feature=youtube_gdata_player
DISCLAIMER: You are responsible for what you do to your device not XDA or any of the app developers I linked to nor am I.
Sent from my SM-T210R using Tapatalk 2
Wow! Over a hundred views and not one thanks or comment. Is this not working for anyone? I'm enjoying the use of more internal space.
Sent from my XT926 using Tapatalk 2
It didnt work for me
Sent from my SM-T210 using xda app-developers app
krazyace35 said:
MUST BE ROOTED
This is for everyone that wants more internal memory for apps and games (that's if you have a large ext-sd like 32gb or 64 gb). I have noticed alot of people need the app to sd feature but can't use that anymore because google seems to think we don't need it LOL. Here's what I did! I went here http://forum.xda-developers.com/showthread.php?t=1933849 and downloaded this app to get init.d support (must have init.d support). Install busybox by Stericson from the play store and run busybox let the app load after smart install is loaded choose install and then normal install (do not choose smart install) then reboot. If you have the Uni-init v1.0.apk downloaded from the first link I posted just install it run the app choose activate when finished choose verify it should say success then just reboot. Go to second link below and install the Root External 2 Internal SD app and run it. Please follow all the instructions on play store for that app. https://play.google.com/store/apps/details?id=eu.codlab.int2ext Please follow all instructions. After doing all of the above you can use your external sd as main storage. Enjoy
DISCLAIMER: You are responsible for what you do to your device not XDA or any of the app developers I linked to nor am I.
Sent from my SM-T210R using Tapatalk 2
Click to expand...
Click to collapse
Thank you for this. I will try this later and post feedback! :good:
It is also not working for me. it only shows 8 GB internal and 5 GB external although i have 32 GB extsdcard installed...
batman08 said:
It is also not working for me. it only shows 8 GB internal and 5 GB external although i have 32 GB extsdcard installed...
Click to expand...
Click to collapse
OP updated!
Sent from my XT926 using Tapatalk 2
trazfer said:
It didnt work for me
Sent from my SM-T210 using xda app-developers app
Click to expand...
Click to collapse
OP updated!
Sent from my XT926 using Tapatalk 2
Deleted
Sent from my XT926 using Tapatalk 2
OP Updated yesterday! Should work for everyone let me know if it doesn't I will find another way.
Sent from my XT926 using Tapatalk 2
Did this work ok for anyone?
Sent from my XT926 using Tapatalk 2
Well foldermount is not user friendly. I find out GL to SD card(root) is much better and user friendly thanks btw
Sent from my SM-T210 using xda app-developers app
trazfer said:
Well foldermount is not user friendly. I find out GL to SD card(root) is much better and user friendly thanks btw
Sent from my SM-T210 using xda app-developers app
Click to expand...
Click to collapse
Thanks! I will add that to the OP.
Sent from my XT926 using Tapatalk 2
Now that we have CWM and a functional ROM can we move apps to the sd card
idk im wondering if this is possible ?
GL to SD
Some apps do work where you can transfer to sd card but some apps you can't, it's pretty cool for big games like asphalt
is this applicable in SM-T210? coz mine says my device doesnt support app2sd.
Moving app to SD functionality is built into my GTab 8.0
nykie29 said:
is this applicable in SM-T210? coz mine says my device doesnt support app2sd.
Click to expand...
Click to collapse
I have the same issue issue as this gentleman, my SM-210R is not supported by app2sd. Is there any other way to transfer the apps on a rooted device?
thanks
fardok said:
I have the same issue issue as this gentleman, my SM-210R is not supported by app2sd. Is there any other way to transfer the apps on a rooted device?
thanks
Click to expand...
Click to collapse
Sir. i have found a way to fix this issue that doesn't let us move apps to SD. i have found this Foldermount application which puts the Data or Obb files or anyfile in my Internal Storage into my SD Card Storage. if you still need a fix to this issue i may upload it here.
nykie29 said:
Sir. i have found a way to fix this issue that doesn't let us move apps to SD. i have found this Foldermount application which puts the Data or Obb files or anyfile in my Internal Storage into my SD Card Storage. if you still need a fix to this issue i may upload it here.
Click to expand...
Click to collapse
Please do, this would help the community.
Foldermount is in the play store.
But if you need to mount more than 3 folders, you will have to pay
Still a great app. (I paid for the app)

[Q] [solved] ): where can I find the apk file I installed ??

I want to send the apk file on my friends mobile via Bluetooth ..
I can't find the apk files
Is these files are in my second partition if so ..! Then how I can find that ... ?? I am using
Cm10.1 ... And SD card having both fat32 partition.
sultan arshad said:
I want to send the apk file on my friends mobile via Bluetooth ..
I can't find the apk files
Is these files are in my second partition if so ..! Then how I can find that ... ?? I am using
Cm10.1 ... And SD card having both fat32 partition.
Click to expand...
Click to collapse
we can`t know where you putted your apks,the default folder must be downloads,connect phone at pc and search them..
If you want to send apk of installed app, maybe you've to search in /system/app but i've never tried if it works
Inviato dal mio GT-I9300 usando Tapatalk 4
darrrio said:
If you want to send apk of installed app, maybe you've to search in /system/app but i've never tried if it works
Inviato dal mio GT-I9300 usando Tapatalk 4
Click to expand...
Click to collapse
No this directory for system app only. Can't find the user apps I installed from play store
Sent from my A50 using xda app-developers app
sultan arshad said:
I want to send the apk file on my friends mobile via Bluetooth ..
I can't find the apk files
Is these files are in my second partition if so ..! Then how I can find that ... ?? I am using
Cm10.1 ... And SD card having both fat32 partition.
Click to expand...
Click to collapse
Here's a better way:
Use an app like "App Backup & Restore" from the Playstore. It will copy the apks to a folder on your SD card. You can then use a File Explorer to send those apks via Bluetooth. :good:
Try finding it in CM file manager.
I hope you find it!
immortalneo said:
Here's a better way:
Use an app like "App Backup & Restore" from the Playstore. It will copy the apks to a folder on your SD card. You can then use a File Explorer to send those apks via Bluetooth. :good:
Click to expand...
Click to collapse
Hmm. Good but. I don't have enough memory : then what ?? I mean. I want to know that wheres the apk files actually place when I installed and after linking to SD card by link2sd :banghead:
Mordec13 said:
Try finding it in CM file manager.
I hope you find it!
Click to expand...
Click to collapse
this isn't help full I just want to know the actual directory
sultan arshad said:
this isn't help full I just want to know the actual directory
Click to expand...
Click to collapse
Try searching for it using a root explorer mate. :good:
(Requires root) open root explorer
Click home from options
It is in data/app :thumbup:
Sent from my Karbonn A15 using XDA Premium 4 mobile app
Why can't your friend just install it from the play store?
Sent from my SCH-I545 using Tapatalk 4
User applications are stored in /data/app
Sent from my GT-I9100G using xda app-developers app
sultan arshad said:
this isn't help full I just want to know the actual directory
Click to expand...
Click to collapse
All your app's installed and linked using Link2SD are saved into your second partition you created as fake internal ram. This second partition is either EXT2 or EXT3, Linux format.
Thank all for replying :thumbup:
I find. The apk files. :thumbup:
najaboy said:
Why can't your friend just install it from the play store?
Sent from my SCH-I545 using Tapatalk 4
Click to expand...
Click to collapse
Haha . His data plan exceed limit
But now find the apks thanks for answering :thumbup:
sultan arshad said:
Haha . His data plan exceed limit
But now find the apks thanks for answering :thumbup:
Click to expand...
Click to collapse
Good to see u have found a solution! Now your friend can install them too. But I do hope u keep in mind that sharing apks of paid apps is illegal.
Please add [SOLVED] to the title of your post. :good:
"To err is human, to forgive is divine."
Sent from my SGS II
immortalneo said:
Good to see u have found a solution! Now your friend can install them too. But I do hope u keep in mind that sharing apks of paid apps is illegal.
Please add [SOLVED] to the title of your post. :good:
"To err is human, to forgive is divine."
Sent from my SGS II
Click to expand...
Click to collapse
Yeah I know. that's illegal and I am not sharing a paid app I just wanna know as I asked before. well thanks for your attention :thumbup:
Sent from my A50 using xda app-developers app

Categories

Resources