[APP][ROOT] SG USB Mass Storage Enabler - Galaxy S 4 Themes and Apps

SG USB Mass Storage Enabler allows you to export your microSD card over USB as a Mass Storage device. It will never be able to export the internal storage on the device.
I originally made this app for myself for the SGS3, as I needed some more flexibility in mounting/unmounting than Easy UMS offered. However, I backed out from releasing it as I thought it wasn't a nice gesture towards Easy UMS's dev.
Features:
Allows you to use your microSD card as a USB Mass Storage device.
Shortcuts on your homescreen to easily enable/disable USB Mass Storage mode.
Warns the user if they try to disable Mass Storage mode without unmounting/ejecting on the PC side.
Auto-detect files needed for wider compatibility.
Auto-switch to Mass Storage mode when a USB cable is connected and back to MTP when it's disconnected (pro add-on).
Tested working on:
Sony Xperia Z1
Samsung Galaxy Note II (GT-N7100)
Samsung Galaxy SIII (GT-I9300)
Samsung Grand Duos (GT-I9082) - Thanks to wan Mohd in Play Store reviews.
Samsung Galaxy S4 (GT-I9500) - Thanks to taiseer999 in the replies below.
Samsung Galaxy S4 (GT-I9505) - Thanks to Solomon Chow in Play Store reviews.
Samsung Galaxy S4 (SGH-I337) - Thanks to Delyan Georgiev in Play Store reviews.
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download:
Get it from the Play Store!
2.3.1 APK: http://mohammadag.xceleo.org/public/Android/SGUSBMassStorageEnabler_2.3.1.apk
Support development:
Like the app? Please consider buying the in app pro add-on Thank you

Works on the Sprint Samsung Galaxy S4

Dude, your app is awesome. BIG THX :good:
(i9505)

Could you get the app to mount the internal memory of the Galaxy S4 to?
Or is that kinda hard to fix atm according to the Linux filesystem as you described in the app?
I'm asking since it's normal that both the internal and memory card gets mounted when you mount the device.

Tom-Helge said:
Could you get the app to mount the internal memory of the Galaxy S4 to?
Or is that kinda hard to fix atm according to the Linux filesystem as you described in the app?
I'm asking since it's normal that both the internal and memory card gets mounted when you mount the device.
Click to expand...
Click to collapse
They way USB mass storage works is by exporting the whole device block over USB. It's the same as connecting the microSD directly to the PC.
S3 onwards, /sdcard is not a partition anymore, it's faked using fuse and is actually located in /data/media. So to export it you'd need to unmount /data. I've never tried that but I'm guessing it'd cause some serious problems if the device is online, and it'll cause some data loss since I'm sure you'd need to force the unmount.
And even after succeeding with the above, you'll be greeted with a Windows error since it can't read ext3/4, so it's useless for most users.
TL;DR it can't be "fixed". It's a limitation in both UMS and how you can't simultaneously mount a partition on two devices without causing some damage.
Sent from my GT-N7100 using xda app-developers app

works great on galaxy s4 I9505

MohammadAG said:
They way USB mass storage works is by exporting the whole device block over USB. It's the same as connecting the microSD directly to the PC.
S3 onwards, /sdcard is not a partition anymore, it's faked using fuse and is actually located in /data/media. So to export it you'd need to unmount /data. I've never tried that but I'm guessing it'd cause some serious problems if the device is online, and it'll cause some data loss since I'm sure you'd need to force the unmount.
And even after succeeding with the above, you'll be greeted with a Windows error since it can't read ext3/4, so it's useless for most users.
TL;DR it can't be "fixed". It's a limitation in both UMS and how you can't simultaneously mount a partition on two devices without causing some damage.
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Ok, thank you for your quick answer :good:

Works fine on galaxy S4 I9500

taiseer999 said:
Works fine on galaxy S4 I9500
Click to expand...
Click to collapse
+1 Thanks. :good:

@MohammadAG
I'm using the Android File Transfer desktop app on a Mac now. Would this have any conflicts that you'd know of? Thanks!

Not working on Verizon Galaxy S4 SCH-I545. Any way to make this happen?

bontistic said:
@MohammadAG
I'm using the Android File Transfer desktop app on a Mac now. Would this have any conflicts that you'd know of? Thanks!
Click to expand...
Click to collapse
This should be the same as plugging in a normal flash drive. So no, there shouldn't be any conflicts.
eah7271 said:
Not working on Verizon Galaxy S4 SCH-I545. Any way to make this happen?
Click to expand...
Click to collapse
In a terminal emulator or using adb, type the command
Code:
find /sys -name lun*
and post the output.
Sent from my GT-N7100 using xda app-developers app

MohammadAG said:
This should be the same as plugging in a normal flash drive. So no, there shouldn't be any conflicts.
In a terminal emulator or using adb, type the command
Code:
find /sys -name lun*
and post the output.
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
sh-4.2$ find /sys -name lun*
/sys/devices/virtual/android_usb/android0/f_mass_storage/lun
/sys/devices/platform/msm_hsusb/gadget/lun0
sh-4.2$

exactly what i was looking for, thanks..

eah7271 said:
sh-4.2$ find /sys -name lun*
/sys/devices/virtual/android_usb/android0/f_mass_storage/lun
/sys/devices/platform/msm_hsusb/gadget/lun0
sh-4.2$
Click to expand...
Click to collapse
I've added support for it, v1.3 should be in the Play Store an hour from now..
In the meantime you could use http://mohammadag.xceleo.org/public/Android/SamsungUSBMassStorageEnabler_1.3.apk

I'm still unable to get your app working with Verizon S4. When I enable the feature, my phone launches the verizon installer on the PC for about 5 seconds, then goes back to MTP

MohammadAG said:
I've added support for it, v1.3 should be in the Play Store an hour from now..
In the meantime you could use
I also tested and it is not working.
Click to expand...
Click to collapse
Click to expand...
Click to collapse

So far so good
shukran habibi (thanks buddy)

If

Hello,
No surprise here, but it doesn't seem to work with a Galaxy Nexus (I9250). Too bad, I hate MTP!
Anyway, thanks!

Related

[ROM][Recovery] Diablotek D2pad From Biglots with SN_D201208Bxxxxx

i just made a nice D2 pad ROM for use on models with S/N D201208Bxxxxx
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
-Features-
it has 120 line density
Google play - thanks to vampirefo
Recovery - thanks to vampirefo
WiFi based gps - thanks to jimc3
all the bloat removed
kindle works
removed ugly wallpaper
it has a bootanimation
it has busybox and superuser
new launcher 2 which is snappier
added dsp manager
added inverted apollo
also have an app pack for most files you want to reinstall (like flash player)
-instructions
make sure your on the oct update i have it on my server along with a copy of the original recovery
1. make sure the rom is on a external sd card.
2. flash it with vampirefo's recovery (i made a recovery script pack with bat files for an easy install and adb drivers)
3. in recovery format everything except your sdcard. (this is under mounts and storage)
4. install rom
5. enjoy!
6. -optional- you need to reinstall recovery after you install this rom
files are here
http://omniimpact.com/android/roms/myfishbear/?dir=/DIIpad D201208Bxxxxx SN 1gb ram
-tips-
do not oc over 1.1 ghz it will mess your d2pad up (fried one @1.2ghz and returned it lol)
try no-frills cpu and set it to min clock 204mhz max clock 1.008ghz interactive gov with noop scheduler for longer battery life
don't update Netflix
use screen filter in play store to make the screen darker so you can save more power
-How to use recovery script-
Will this work on d201209 ?
I downloaded eveyrthing but when i clik on adb nothin happends it jus opens up
Hey guys i couldnt figure out how to flash recovery, but i added titanium backup n supersu n google play wit no problems...pretty cool for $70
greeneyez15o said:
Will this work on d201209 ?
Click to expand...
Click to collapse
Taken from the first post: (S/N D201209Bxxxxx users rom for that here Recovery script for that here)
Cheers!
Rayan said:
Taken from the first post: (S/N D201209Bxxxxx users rom for that here Recovery script for that here)
Cheers!
Click to expand...
Click to collapse
I followed the instruction but wen i get into cw recovery vol keys arent functioning. Can someone help me ?
Volume Keys in CWM
greeneyez15o said:
I followed the instruction but wen i get into cw recovery vol keys arent functioning. Can someone help me ?
Click to expand...
Click to collapse
I know people just love those "me too" posts, but here's another. I can confirm that CWM is not recognizing the Volume keys on my device. It will recognize the Power button, but of course all that does is reboot the device since "reboot system now" is the initial choice. Just the the record the Volume keys do work when the device is booted, so I know it's not a physical key issue.
Holding down Vol- during poweron does boot the device into recovery.
There is a version Clockworkmod in the craptastic default 1Mobile Appstore, but it does not seem to work the method outline in this post.
For those that have problems with CWM recovery not recognizing the up and down volume keys, try using an external USB keyboard and use the volume up and down from the keyboard. It should work for you as it did for me.
if it has 512 memory look at my 7_11 rom
myfishbear said:
if it has 512 memory look at my 7_11 rom
Click to expand...
Click to collapse
Whats the difference in your D2 V2 rom on your site then the other one?
*NEVERMIND*
myfishbear said:
-How to use recovery script-
Click to expand...
Click to collapse
Whats the adb commands?
If I click on the scripts, nothing happens for me. Im on windows 7 32bit.
Thanks
Just got this tablet for my nephew to play with and was surprised to see no play store or Gmail. My serial is d2013xx, any chance to have a rom that'll run on it?
Cheers!
mfractal said:
Just got this tablet for my nephew to play with and was surprised to see no play store or Gmail. My serial is d2013xx, any chance to have a rom that'll run on it?
Cheers!
Click to expand...
Click to collapse
If it has 512 mb then you will probably want the 7_11 ROM. You may be good to try the latest one for that which is d2012. Adb does a backup of the current ROM and transfers it to the PC you are using so you have a restore image. I posted a lot in there when I did my daughters but haven't heard from OP since.
Sent from my Nexus 7 using Tapatalk HD
Just a small update.. It went back to amazon for a refund. Ended up with the samsung galaxy tab 7,100 bucks more but much better tablet and dev. Support.
Sent from my GT-N7100 using Tapatalk 2
mfractal said:
Just a small update.. It went back to amazon for a refund. Ended up with the samsung galaxy tab 7,100 bucks more but much better tablet and dev. Support.
Sent from my GT-N7100 using Tapatalk 2
Click to expand...
Click to collapse
Ah sounds good. We got this for our daughter to abuse as she was after our nexus 7's. Cheapest tablet we could find. Screen is already cracked from being dropped but still works and it was in a case lol. Wish I could find good childproof bumpers for this.
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Anyone know where I can get the recovery file. I get a 404 error when using the links in OP. TIA
just got the d2-721 from microcenter. It is serial D201301022...with Android 4.1.1
Got rrot and play store and screen density changed to 160....just looking for recovery flashing options....
but i guess this is for the olde models????
speedingcheetah said:
just got the d2-721 from microcenter. It is serial D201301022...with Android 4.1.1
Got rrot and play store and screen density changed to 160....just looking for recovery flashing options....
but i guess this is for the olde models????
Click to expand...
Click to collapse
Yeah op stopped with these a while back. I only have the 512 version that I'm hosting in the other forum. Doubt it will work in a newer model though.
Sent from my Nexus 7 using xda app-developers app
Primus76 said:
Yeah op stopped with these a while back. I only have the 512 version that I'm hosting in the other forum. Doubt it will work in a newer model though.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
crap...this thing lags so badly on stock rom...chrome is barely useable...what i get for a cheap knock of tablet i suppose...

[EASY MOD] Get Access to more Games straight from the PlayStore

Hello Everyone,
Since our S4s use a Qualcomm Snapdragon processor, you will not be able to find games/apps that are specific to each device, such as phones that use the NVIDIA Tegra processor.
This Mod will allow you to find, buy and install games from the Play Store that normally wouldn't be available for users using a stock S4 ROM.
Also, this was not discovered by me - I just found this on some sites and thought I should share the info :silly:
Disclaimer: As always, I am not responsible for any damages this may cause to your device. Proceed at own risk.
This works by fooling the Play Store into thinking you're using a different device.
INSTRUCTIONS
Get Root Access.
. Using a program such as Root Explorer, work your way to the following folder:
Code:
[B]/system[/B]
Make sure you have Read and Write Access (do this by hitting the "Mount R/W" button at the top in Root Explorer)
Long press "build.prop" and hit "Open in Text Editor"
Locate the line where it says:
Code:
[B]ro.product.device=**********[/B]
Change whatever it says in there to 'olympus'. So you should now see:
Code:
[B]ro.product.device=olympus[/B]
Reboot phone.
You should now be able to view and download Tegra apps from the Play Store.
Remember to hit Thanks if I helped you out in anyway Cheers!
Note: Since these games are developed for Tegra devices, they may be a tad bit glitchy. However, I've tried a few games out and they seem to work perfectly fine!
UPDATE: Even though changing the build.prop will give you access to more games, Tegra Exclusive games still don't seem to be working. If I find anymore information, I will update this thread.
More build.prop devices you can use
Motorola Atrix:
Code:
[B]ro.product.device=olympus[/B]
AT&T Samsung Galaxy S3:
Code:
[B]ro.product.device=d2att[/B]
Nexus 7 Tablet:
Code:
[B]ro.product.device=grouper[/B]
Asus Transformer Pad:
Code:
[B]ro.product.device=tf300t[/B]
Samsung Galaxy Tab 10.1:
Code:
[B]ro.product.device=GT-P7500[/B]
Samsung Galaxy Nexus:
Code:
[B]ro.product.device=maguro[/B]
Asus Transformer Prime (TF201):
Code:
[B]ro.product.device=tf201[/B]
JXD S7300:
Code:
[B]ro.product.device=softwin[/B]
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Try some tegra specific games. I'm thinking that you downloaded games that were tegra enhanced but not tegra exclusives
Sent from my Galaxy S too!
lambstone said:
Try some tegra specific games. I'm thinking that you downloaded games that were tegra enhanced but not tegra exclusives
Sent from my Galaxy S too!
Click to expand...
Click to collapse
If you can give me a tegra exclusive game (preferably free), I'd be happy to try it out
Would this work for nexus 4
Sent from my Nexus 4 using xda app-developers app
lambstone said:
Try some tegra specific games. I'm thinking that you downloaded games that were tegra enhanced but not tegra exclusives
Sent from my Galaxy S too!
Click to expand...
Click to collapse
Zer0_ said:
If you can give me a tegra exclusive game (preferably free), I'd be happy to try it out
Click to expand...
Click to collapse
Hmmm, looks like you're right. With Tegra exclusive games, it's saying that my device isn't supported. I'll keep searching. But at least for now, changing that build.prop will give you additional games that you couldn't find before
Zer0_ said:
If you can give me a tegra exclusive game (preferably free), I'd be happy to try it out
Click to expand...
Click to collapse
Real boxing
Sent from my GT-I9505 using xda premium
Worked so far, i can finally install wildblood again on the phone
Will report back if it works as well
Edit/
Ok, so this works very well actually! I couldn't install wildblood befor but now I can strait out of the play store! Yay for build. Prop hacks
Sent from the gt9505 galaxy s4
I've followed these steps and rebooted but now my phone won't start
If it powers on i see the Samsung 9505 screen but then it stays black and ne notification led is blue.
What should I do now?
Did you make a cwm backup before you did this?
Mine also hung after first reboot. After that I hard rebooted the phone and it worked
Sent from the gt9505 galaxy s4
Sammath said:
Did you make a cwm backup before you did this?
Mine also hung after first reboot. After that I hard rebooted the phone and it worked
Click to expand...
Click to collapse
No but I've flashed the pre rooted rom again and now it works again don't knowwhat went wrong... rebooted it like 10 times but didn't get it working
Maybe when you changed it it got the permissions wrong.
I used romtoolbox which has an inapp build.prop editter
Always backup tho before doing something like this, if all fail you can return to your previous state
Sent from the gt9505 galaxy s4
Zer0_ said:
Hello Everyone,
Since our S4s use a Qualcomm Snapdragon processor, you will not be able to find some games/apps that require a NVIDIA Tegra processor.
This Mod will allow you to find, buy and install games straight from the Play Store to be played on your device.
Also, this was not discovered by me - I just found this on some sites and thought I should share the info :silly:
UPDATE: Even though changing the build.prop will give you access to more games, Tegra Exclusive games still don't seem to be working. If I find anymore information, I will update this thread
Disclaimer: As always, I am not responsible for any damages this may cause to your device.
INSTRUCTIONS
Get Root Access.
. Using a program such as Root Explorer, work your way to the following folder:
Code:
[B]/system[/B]
Make sure you have Read and Write Access (do this by hitting the "Mount R/W" button at the top in Root Explorer)
Long press "build.prop" and hit "Open in Text Editor"
Locate the line where it says:
Code:
[B]ro.product.device=**********[/B]
Change whatever it says in there to 'olympus'. So you should now see:
Code:
[B]ro.product.device=olympus[/B]
Reboot phone.
You should now be able to view and download Tegra apps from the Play Store.
Remember to hit Thanks if I helped you out in anyway Cheers!
Note: Since these games are developed for Tegra devices, they may be a tad bit glitchy. However, I've tried a few games out and they seem to work perfectly fine!
Screenshots:
Click to expand...
Click to collapse
Actually , Eternity Warrior 2 is not tegra specific, i can run it and download it on my galaxy nexus without any mod
Ashutos1997 said:
Actually , Eternity Warrior 2 is not tegra specific, i can run it and download it on my galaxy nexus without any mod
Click to expand...
Click to collapse
However, Eternity Warrior 2 doesn't show in the PlayStore for S4 users.
So how i can see ? See this :
Ashutos1997 said:
So how i can see ? See this :
Click to expand...
Click to collapse
Probably because you are using CyanogenMod lol.
You won't be able to find it in Stock (well for the Canadian Variant that I currently use, it's not available in the playstore by default).
Thread Updated.
Zer0_ said:
Probably because you are using CyanogenMod lol.
You won't be able to find it in Stock (well for the Canadian Variant that I currently use, it's not available in the playstore by default).
Click to expand...
Click to collapse
I am on stock and I can see it
Sent from my Octa Core S4
Akhil said:
I am on stock and I can see it
Sent from my Octa Core S4
Click to expand...
Click to collapse
+ 1 , what to say Zer0_ now ?
Akhil said:
I am on stock and I can see it
Sent from my Octa Core S4
Click to expand...
Click to collapse
Ashutos1997 said:
+ 1 , what to say Zer0_ now ?
Click to expand...
Click to collapse
You guys are killing me.
Maybe because you're using Octa Core version? I'm really not too sure. In my OP I stated SnapDragon.
If you guys can already download it, then that is awesome!
I don't know why you're complaining LOL.. :S
Akhil said:
I am on stock and I can see it
Sent from my Octa Core S4
Click to expand...
Click to collapse
Akhil,Would it possible if you could give me a copy of your build.prop? that would be awesome

[trick] how to run big games in phone not have enough internal memory

THIS IS MY SECOND POST ABOUT ACE PLUS..:victory:
IN THIS THREAD I WILL SHOW U HOW TO MAKE RUN OF BIG GAMES THAT HAVE DATA IN INTERNAL MEMORY CARD....
PLZ REFER FIRST ORIGINAL THREAD http://forum.xda-developers.com/showthread.php?t=1410262
FOR SOME DEVICES INTERNAL MEMORY ARE TO LOW.. WE CAN NOT INSTALL BIG GAMES IN IT...
BUT JUST FOR THAT WE CAN NOT ABLE TO PLAY THAT IS NOT RIGHT..
SO
I
WROTE THIS
FOR WHAT WE CAN USE DIRECTORY BIND
1. GAMELOFT GAMES
2. EA GAMES
3. SOFTWARE DATA CABLE
4. WIFI DIRECT
5. SYGIIC
[
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
OK SO LET IT BEGIN.....
ALL U NEEDE...
1. ROOT IS REQUIRED..
2. EXTERNAL SD
3. DIRECTORY BIND
4.BRAIN
OK SO WITH THIS APP U CAN BIND ALL APP DATA TO ANY EXTERNAL DATA...
FEW EXAMPLES...
1. NSF MOST WANTED
IN ENTER SOURCE DATA LOCATION
SELECT /EXTERNAL_SD/ANDROID/DATA/COM.13.MOST (WHATEVER IT IS)
AND IN ENTER MOUNT TARGET USE ORIGINAL LOCATION WHERE DATA SHOULD BE...
U HAV DONE TI..
2. FOR WIFI DIRECT
WIFI DIRECT IS A GOOD SHARING METHOD FOR ANDROID SAMSUNG...
1. MAKE SHAREVIAWIFI FOLDER IN EXTERNAL SD
2.THEN DO SAME AS DONE FOR NSF...
3. FOR ANY APP JUST MAKE FOLDER EXCATLY WITH SAME NAME AND THEN MOUNT IT....
U HAVE DONE IT...
HIT THANKS IF I HELP YOU..
:good::good::good::good::good::good::good:
Another good app is FolderMount...
It is same as Directory Bind....
But it is more effective than Directory Bind...
Sent from my GT-S7500 using Xparent BlueTapatalk 2
Reserved
Sent from my GT-S7500 using Xparent BlueTapatalk 2
Thx buddy for sharing good info..
But i wanna ask why do you always reserve some posts in your thread for future additions..
Means you can add or delete anything by modifying your main past.
Well i don't complain.. Everyone has his own style.
Thanks for the guide.. Im using swap internal and external mod.. so i don't need extra app..
Sent from my GT-S7500 using my finger.
coolsid. said:
Thx buddy for sharing good info..
But i wanna ask why do you always reserve some posts in your thread for future additions..
Means you can add or delete anything by modifying your main past.
Well i don't complain.. Everyone has his own style.
Click to expand...
Click to collapse
I know but i like to make 2 different ways in 2 different posts...
Btw thnx for compliment....
Sent from my GT-S7500 using Xparent BlueTapatalk 2
Cool!!! Now I can play without take care of space! tnx
About Swap
mohdradzi84 said:
Thanks for the guide.. Im using swap internal and external mod.. so i don't need extra app..
Sent from my GT-S7500 using my finger.
Click to expand...
Click to collapse
I am very much into not using extra app for doing stuff in Android. LIKE your way using SWAP. Can you please tell me how do you use swap in Android. I used "Swapper 2" app as well for checking how swap works but can't get it. i know some linux commands. and was thinking about How i symlink the FOLDER to External SD card by terminal in Android, but symlink also don't work from the terminal.
Can you please help me ?
Anil3a said:
I am very much into not using extra app for doing stuff in Android. LIKE your way using SWAP. Can you please tell me how do you use swap in Android. I used "Swapper 2" app as well for checking how swap works but can't get it. i know some linux commands. and was thinking about How i symlink the FOLDER to External SD card by terminal in Android, but symlink also don't work from the terminal.
Can you please help me ?
Click to expand...
Click to collapse
never use swapper
i have bricked my device twice by it
Already Removed
vickyg.coolest said:
never use swapper
i have bricked my device twice by it
Click to expand...
Click to collapse
already removed it ... hadnot bricked my phone yet but while i use it, didn't show any good for me.
Anil3a said:
already removed it ... hadnot bricked my phone yet but while i use it, didn't show any good for me.
Click to expand...
Click to collapse
Im not using any app, just use my modified vold.fstab in q/a thread.. that is way to mount external sd as internal..
Sent from my GT-S7500 using my finger.
Thats Cool
mohdradzi84 said:
Im not using any app, just use my modified vold.fstab in q/a thread.. that is way to mount external sd as internal..
Sent from my GT-S7500 using my finger.
Click to expand...
Click to collapse
Can i get that file link so i can too mount external sd as internal memory. I was wondering if someone can tell me about symlink that why can't i use symlink in Android.
Anil3a said:
Can i get that file link so i can too mount external sd as internal memory. I was wondering if someone can tell me about symlink that why can't i use symlink in Android.
Click to expand...
Click to collapse
Try open questiojn/answer section.. search thread modified vold.fstab
Sent from my GT-S7500 using my finger.
vold.fstab has otg also written on it.
mohdradzi84 said:
Try open questiojn/answer section.. search thread modified vold.fstab
Sent from my GT-S7500 using my finger.
Click to expand...
Click to collapse
thanks. I see that it just swaps internal and external SD card. Super Cool.
Does this vold.fstab also would give support to OTG. I saw otg in the file vold.fstab ???
good
thanks man..
i need this..

How to download GTA san andreas on My TAB 3 10.1???

Like the tittle says I have a tab 3 10.1 mhave bought the game through playstore only for it to work on my note 3. I want it on my tab 3 tried "all apps from playstore" module and it didnt work for Sht figured f it they dont want to put support for the Tab 3 then ill download illegal problem is theirs 9 parts to it. I really rather download legal any way of how to??? Like I said I bought it. It only works on my note 3 want to havr it on my tab 3 10.1. Thank you
Sent from my SM-N900T using Tapatalk
chuko303 said:
Like the tittle says I have a tab 3 10.1 mhave bought the game through playstore only for it to work on my note 3. I want it on my tab 3 tried "all apps from playstore" module and it didnt work for Sht figured f it they dont want to put support for the Tab 3 then ill download illegal problem is theirs 9 parts to it. I really rather download legal any way of how to??? Like I said I bought it. It only works on my note 3 want to havr it on my tab 3 10.1. Thank you
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
modify build.prop to another tab that is compatible or get the apk and data from your note 3
opssemnik said:
modify build.prop to another tab that is compatible or get the apk and data from your note 3
Click to expand...
Click to collapse
Thank you for the fast reply m8! I was thinking about that how can I tranfer it from my phone to tab 3? How do I modify the build prop? I faked density to 240 still dont show up.
Sent from my SM-N900T using Tapatalk
chuko303 said:
Thank you for the fast reply m8! I was thinking about that how can I tranfer it from my phone to tab 3? How do I modify the build prop? I faked density to 240 still dont show up.
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
if you want to pass from your phone
conect it to pc, go to folder Android then obb then copy folder com.rockstargames.gtasa to your pc
then use root explorer or adb shell to go to /data/app/ and copy com.rockstargames.gtasa-1.apk to your pc
then paste to your tablet to the same locations except the apk
the apk you install normaly.
if you wanna modify build.prop you will also need root, then use root explorer to open build.prop and change ro.product.device, ro.product.manufacturer, ro.product.model to same as an allowed phone/tab.
opssemnik said:
if you want to pass from your phone
conect it to pc, go to folder Android then obb then copy folder com.rockstargames.gtasa to your pc
then use root explorer or adb shell to go to /data/app/ and copy com.rockstargames.gtasa-1.apk to your pc
then paste to your tablet to the same locations except the apk
the apk you install normaly.
if you wanna modify build.prop you will also need root, then use root explorer to open build.prop and change ro.product.device, ro.product.manufacturer, ro.product.model to same as an allowed phone/tab.
Click to expand...
Click to collapse
Thanks bro both my phone and tablet are rooted I noticed that gta is 2.38 GB. Under android/OBB/rockstar file is only 300mb idk it somehow saved on my internal I don't know where it is
Sent from my SM-N900T using Tapatalk
If I changed the build.prop will it mess with my tab??? Its deodex running custom ROM
Sent from my SM-N900T using Tapatalk
chuko303 said:
Thanks bro both my phone and tablet are rooted I noticed that gta is 2.38 GB. Under android/OBB/rockstar file is only 300mb idk it somehow saved on my internal I don't know where it is
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
so it saved to /data/media/obb
Ok so I did it but now it wont go pass the rockstar screen. All this time wasted for nothing I guess
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
cant cliick anything
Sent from my SM-N900T using Tapatalk
opssemnik said:
so it saved to /data/media/obb
Click to expand...
Click to collapse
Check out pic untop
Sent from my SM-N900T using Tapatalk
chuko303 said:
If I changed the build.prop will it mess with my tab??? Its deodex running custom ROM
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
dint see lol
lemme do some search
edit: your tablet is really not compatible. thanks to intel atom processor
opssemnik said:
dint see lol
lemme do some search
edit: your tablet is really not compatible. thanks to intel atom processor
Click to expand...
Click to collapse
Damn that sucks hope they update it thanks bro
Sent from my SM-N900T using Tapatalk

[APP][2.3+] Cryptian - Gallery, Music, Text [Lock] [Encrypt] [Share] (Pro for XDA)

Hey there,
Lock, encrypt and share your private pictures, videos, music, and text securely.
So anyway, most of the typical locking apps hide your stuff by simply renaming them and putting them in a convoluted nest of folders on your devices sdcard. This does not actually "Lock" your files, as anyone who has access to your phone can actually find the files and just rename them or undo whatever the app did. So i've designed an app that would do more than that. This app allows you to have the option of encrypting your private files, as well as privately sharing them if your desire. Right now, you can lock your files behind a PIN lock, and a Fake Calculator (and a sound lock). The encryption used is AES-256, salted.
Features:
- Minimalist flat design
- Lock and encrypt your pictures, videos, music, and raw text.
- Share pictures, videos, music, and text (Privately share your files by giving out a pseudo-random Remote Code)
- SDCard Storage (No need to worry about uninstalling and re-installing. All files will stay intact)
You can test out the Remote Codes by adding this code: PqmRRL
Screenies:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download:
- Google Play
- Attachment (see attachment)
If you notice any bugs or have any feature requests, let me know right away.
Sounds Nice...
Downloading
Sent from my GT-I9500
Xpid3r said:
Sounds Nice...
Downloading
Sent from my GT-I9500
Click to expand...
Click to collapse
Great! Let me know how it goes.
Thanks heaps will have a play with the app
sswagonman said:
Thanks heaps will have a play with the app
Click to expand...
Click to collapse
Great! Be sure to let me know if you have any other suggestions!
qberty said:
Great! Let me know how it goes.
Click to expand...
Click to collapse
Its working good..
But it'll be more good if it removes Automatically Orignal File/Image after Encrypting it
Sent from my GT-I9500
Xpid3r said:
Its working good..
But it'll be more good if it removes Automatically Orignal File/Image after Encrypting it
Sent from my GT-I9500
Click to expand...
Click to collapse
Well it already asks you to automatically remove the originals if you use the batch/multiple file encryption.
qberty said:
Well it already asks you to automatically remove the originals if you use the batch/multiple file encryption.
Click to expand...
Click to collapse
I tried Multiple File Encryption but it Can't remove the Orignal Ones..!!
Sent from my GT-I9500
Xpid3r said:
I tried Multiple File Encryption but it Can't remove the Orignal Ones..!!
Sent from my GT-I9500
Click to expand...
Click to collapse
Oh, then it might be an issue with sdcards. Are you using an external sdcard? internal?
qberty said:
Oh, then it might be an issue with sdcards. Are you using an external sdcard? internal?
Click to expand...
Click to collapse
External Sdcard
Sent from my GT-I9500
Xpid3r said:
External Sdcard
Sent from my GT-I9500
Click to expand...
Click to collapse
What version of Android? If you're using a custom ROM, sometimes they have issues writing to external SD, so this app will have issues with making changes to an external sd. I can't really do anything about that within the app itself.
qberty said:
What version of Android? If you're using a custom ROM, sometimes they have issues writing to external SD, so this app will have issues with making changes to an external sd. I can't really do anything about that within the app itself.
Click to expand...
Click to collapse
There is no Issue related to Externet Sd
Using Galaxy S4 4.4.2
Prismbarebone Rom
Sent from my GT-I9500
Xpid3r said:
There is no Issue related to Externet Sd
Using Galaxy S4 4.4.2
Prismbarebone Rom
Sent from my GT-I9500
Click to expand...
Click to collapse
All versions of KitKat have an sdcard writing problem from third party apps. Unless you install the External SDcard fix for android. Any KitKat rom that doesn't include the external sdcard fix won't be able to let third party apps write to the sdcard. Or you can download the app off of the PlayStore.
qberty said:
All versions of KitKat have an sdcard writing problem from third party apps. Unless you install the External SDcard fix for android. Any KitKat rom that doesn't include the external sdcard fix won't be able to let third party apps write to the sdcard. Or you can download the app off of the PlayStore.
Click to expand...
Click to collapse
Dear it is Already fixed by Rom Developer..
Everything Related to ext-sd is fine
Sent from my GT-I9500
Xpid3r said:
Dear it is Already fixed by Rom Developer..
Everything Related to ext-sd is fine
Sent from my GT-I9500
Click to expand...
Click to collapse
Well that's what I meant. Have you tried any other apps to see if they can delete files off of your ext-sd?
qberty said:
Well that's what I meant. Have you tried any other apps to see if they can delete files off of your ext-sd?
Click to expand...
Click to collapse
Aa i said before Every Operation related to ext-sd is Ok..
Every App is running fine..
Only a Small problem after Encrypting Images...
Sent from my GT-I9500
Xpid3r said:
Aa i said before Every Operation related to ext-sd is Ok..
Every App is running fine..
Only a Small problem after Encrypting Images...
Sent from my GT-I9500
Click to expand...
Click to collapse
alright, so it deletes fine from your internal sd, but not your external sd? does it delete if you don't encrypt it ? I need to know the exact steps you take so I know which function to look for and fix if possible.
Great design!
Hi, I just tried your app, it looks amazing!
The feel and the graphics are really smooth.
Ps: tried encrypting a .wav file, won't work
tomas.o.sc said:
Hi, I just tried your app, it looks amazing!
The feel and the graphics are really smooth.
Ps: tried encrypting a .wav file, won't work
Click to expand...
Click to collapse
You can only encrypt what you can choose using the android picker. If you can't choose it, then use the batch file adding (it'll ask you to specify an entire directory, and it'll encrypt all files within it). Also remember to actually enable the encryption in the settings if you want it to automatically encrypt.
wma, sorry
qberty said:
You can only encrypt what you can choose using the android picker. If you can't choose it, then use the batch file adding (it'll ask you to specify an entire directory, and it'll encrypt all files within it). Also remember to actually enable the encryption in the settings if you want it to automatically encrypt.
Click to expand...
Click to collapse
.wma files (sorry, said it was .wav before) can be chosen as music files using the android picker. However, once chosen, Cryptian doesn't display them as music.

Categories

Resources