Prioritizing boot order - Acer Iconia Tab A100

I am running kebbersrom_cmflex1.5 with the script to swap internal memory with sdcard.
My problem is that several programs start before the script is run, this causes a problem as these programs access the internal memory and not the sdcard thus not finding their data.
My question is how might I prioritize things so that the script runs before everything else.
I set the script up using smanager, with boot and root checked.
Any help or ideas would be great.
Thanks
Ron
Sent from my A100 using xda premium

Silver-1 said:
I am running kebbersrom_cmflex1.5 with the script to swap internal memory with sdcard.
My problem is that several programs start before the script is run, this causes a problem as these programs access the internal memory and not the sdcard thus not finding their data.
My question is how might I prioritize things so that the script runs before everything else.
I set the script up using smanager, with boot and root checked.
Any help or ideas would be great.
Thanks
Ron
Sent from my A100 using xda premium
Click to expand...
Click to collapse
You could manually add a call into the ramdisk so it should run on early init, placed after storage but before the rest of init. You'll need to open the boot.IMG make the changes then put it back together then fastboot flash it on.
Alternately and probably easier is set it up for init.d use, it'll start later but run before any app can so anything as its still during the sys init.
Both can cause boot to hang, so make a backup first.
Sent from my Galaxy Nexus using Tapatalk 2

"Alternately and probably easier is set it up for init.d use, it'll start later but run before any app can so anything as its still during the sys init."
This sounds promising. How might I go about setting it up for init.d use?
Thanks
Ron
Sent from my A100 using xda premium

Depends on the script you're using, placing it in /etc/init.d and naming it something like 99swap may work.
Sent from my Galaxy Nexus using Tapatalk 2

I'm using crossix's MicroSD 2 Internal memory swap script.
I placed it in the /etc folder but that didn't work.
I'll try the /etc/init.d folder.
Thanks
Ron
Sent from my A100 using xda premium

Silver-1 said:
I'm using crossix's MicroSD 2 Internal memory swap script.
I placed it in the /etc folder but that didn't work.
I'll try the /etc/init.d folder.
Thanks
Ron
Sent from my A100 using xda premium
Click to expand...
Click to collapse
Has to be in init.d not just /etc to be picked up. Iirc the mounts aren't correct since its for ICS, this may be part of your issue.
Tapatalked from my HTC DNA - Carbon

I tried the one for JB. Problem was upon restoring my programs none of them could see their data as the JB script uses sdcard0, all my previous programs were set to look for /mnt/sdcard.
And crossix's script works, as that is what I was using with my previous rom. The only problem I have is the script didn't load soon enough. Hopefully moving it to init.d will change that.
Do I need to drop the .sh on the end of the script when I move it?
Thanks
Ron
Sent from my A100 using xda premium

Silver-1 said:
I tried the one for JB. Problem was upon restoring my programs none of them could see their data as the JB script uses sdcard0, all my previous programs were set to look for /mnt/sdcard.
And crossix's script works, as that is what I was using with my previous rom. The only problem I have is the script didn't load soon enough. Hopefully moving it to init.d will change that.
Do I need to drop the .sh on the end of the script when I move it?
Thanks
Ron
Sent from my A100 using xda premium
Click to expand...
Click to collapse
Well init.d scripts don't usually have extensions, so drop it and see if it works, or leave it on and see, just experiment with it.
Tapatalked from my HTC DNA - Carbon

So I went ahead and copied it into the init.d folder.
Seems to almost work.
Boots up seeing the sdcard as the internal memory.
But both evernote and swiftkey seem to load first. They seem so far like the only two.
So I've lost all my notes from evernote even though I still have them all. :'(
And I can't find anyway to redirect evernote to the sdcard to pick up my notes. Just errors out.
swiftkey says that my language packs can't load.
If there was a way to redirect evernote it would all be livable. Even if I had to redirect it every time I reboot.
I've rebooted several times and doesn't seem to change anything for evernote.
I suppose I'll have to uninstall it and then re install it to see if that works.
Thanks
Ronnie
Sent from my A100 using xda premium

Related

[MOD] MicroSD 2 Internal Memory Swap w/ICS support

***Warning Dragons Ahead!!***
Do this at your own risk, it will not void your warrantee but it may make your device unresponsive and cause other issues that I haven't discovered yet! Also, DO NOT at any point attempt to use the unmount sdcard found in your storage settings and DO NOT take your micro sdcard out while your tablet is on, doing these things will cause your apps to fc and potentially loose data. This has been tested only for the Iconia A100 and other devices will probably have different mount points.
It's working great for me but your results may vary, I am not responsible for any damage or problems you might encounter by using this mod (very unlikely that you'll have problems though).
What this mod does:
Since this particular tablet only has 5.4gb of internal storage, I thought it would be great to use my external sd (which is much larger) to install app data and everything else on. So this mod will dirty swap your External micro sd card with your internal memory and vice versa. By dirty swap I mean that the original mount points are untouched and I've just re-bound the mount points to different locations in the tablet. Not the ideal way of doing it, but it works and since we can't touch our init its just about our only option.
It will also speed up your sdcard's read and possibly write speeds by increasing the sdcard's cache.
Requirments: (things you'll need before doing this mod)
You'll need to be rooted, have root explorer installed and of course a micro sd card in your tab:
Instructions:
- Download and unzip the attached file and put it in the root of your internal sdcard (/mnt/sdcard)
- Open root explorer and navigate to /mnt/sdcard (if its not already there) tap and hold on the file install_recovery.sh and pick the copy option
- Now navigate to the /etc folder tap the Mount r/w button
- Find the install_recovery.sh file tap and hold it, then select the option rename. Change the name to install_recovery.bak and then tap paste to copy over the new file.
Now look just under the file, you'll see the date and permissions, it should say something like rwxrwxrwx if it does not you'll need to tap and hold the file tap permissions and check all three boxes for read and execute.
Once you've done the above steps reboot and wait about a minute after your tab comes up, goto settings and look at your storage space to see if the internal space size has changed.
To reverse just delete the install_recovery.sh file, rename the backed up one and reboot. If you decide to keep this mod, you'll want to copy the contents of /mnt/external_sd to /mnt/sdcard so you dont loose any of your app data. Also, you'll no longer need GL 2 SD or any other mod to fetch data from your micro sdcard.
Note: if you have problems deleting or writing to /mnt/external_sd after doing this mod, in root explorer goto /mnt press Mount R/W tap and hold on external_sd and choose permissions. Make sure that all boxes for read and write are checked.
You can use this in conjunction with ICS, its been tested and works great (actually improved my bench scores in antutu benchmark). You can merge the system r/w mod with this one to keep your system read /writable (in ICS) just add the system r/w commands to the end of this install-recovery.sh file.
Thank you! This Mod is greatly appreciated. I'll give it a go once my hangover settles down
Sent from my SPH-D700 using xda premium
Works like a champ. Awesome.
crossix,
...thanks a bunch for this mod, it works great, I've tested a number of apps and scenarios and so far so good.
I reviewed the original install_recovery.sh and noticed that it's there for some sort of firmware / recovery updates. ...so since we replaced the script I'm wondering if it will prevent future firmware upgrades, or more importantly could it prevent an emergency restore / recovery.
Perhaps merging your script with the original would be beneficial?
...any thoughts on this?
Thanks again for your effort on this, FredT
I don't forsee any issues, unless you get an ota update, then you'll need to redo this mod.
The system runs /system/etc/install-recovery.sh on boot and would normally check the recovery partition for files changed outside of an ota update (ie viruses or cwm). If a file gets changed this script would run at boot and restore it's origional recovery.
Normally in order to get cwm or any other custom recovery to "stick" you would need to delete this file (or delete it's contents) so that your modded recovery wouldn't be overwritten on the next boot.
An OTA update will overwrite the install-recovery.sh file and you may have to follow the above instructions again (or it may even break my mod). I'm still running the origional stock rom (3.2) and haven't tested this mod on the newer versions.
Sent from my MB860 using XDA App
cool thanks.... btw I am on the latest 3.2.1 ota update and this is working great for me so far....
Sent from my A100 using Tapatalk
thanks buddy
what format for the SDCARD
so I got a new large SDCard to use for this setup... I bought it off a buddy and it is formated as EXT4 already. I'm going to reformat it, what is the best format to use with HC ? EXT4 or something else?
Thanks FredT
Unfortunatly only fat32 will work, I've tried formatting & mounting the sdcard as ext2, 3 and 4, but couldnt get the tab to mount it automatically.
Thank you a million times can finally put all my gameloft games on the sd card without having to delete others.
I don't have install_recovery.sh I have a init_goldfish.sh
And the etc folder you are talking about, is it the one in system or the one just under the main root of the device (/etc or /system/etc)? I only bring that up because I thought it odd I had two "almost" identical etc folders!?! One in /system and one under /.
Either way, I don't have a install_recovery.sh file. only the init_goldfish.sh file. Any thoughts on this?
/etc is actually a symlink to /system/etc so they are one in the same.
What Build is your tab running? (find out by tapping the time in the bottom right corner of the screen and then push the little lines on the right and tap system, scroll down to about tablet and look for build number.
Sent from my MB860 using XDA App
It worked like a charm!!!!
I just have one question, what happens to the files/apps on internal memory? So basically it just swapped it witb external sd?
Sent from my A100 using xda premium
Yup, you can just copy all of the contents from /mnt/external_sd back to /mnt/sdcard and everything should be good.
Awesome mod, this is a life saver. Just the other day found myself having to delete apps to dload GTAIII now I can use my 32GB Sd Card.
Thanks a ton!
crossix said:
/etc is actually a symlink to /system/etc so they are one in the same.
What Build is your tab running? (find out by tapping the time in the bottom right corner of the screen and then push the little lines on the right and tap system, scroll down to about tablet and look for build number.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
I don't have the file under /etc or /system/etc either
Kernel version 2.6.36.3
Build number Acer_A100_1.018.05_COM_GEN2
Edit: I followed the instructions and it WORKED!!!!
Sent from my HTC EVO 3D using xda premium
apparently they are having some success getting this to work with the a500 so assuming you can find a working root method for the a101, this should work with it as well.
Sent from my MB860 using XDA App
Thank you for this
One problem - I needed to move to a larger drive due to Audible - but now that I'm moved over, Audible is complaining "Please insert SD Card" and then exiting!
Looks to be more of a Audible thing vs. storage, but if anyone has any thoughts on working around this, that'd be great
OK... Weird thing. I have about 3gb free space in my micro SD card, 2.5gb of real internal memory, but only 880mb free for application space. Is it just me?
This did not work for me, I follow all your instruction but still nothing, can it be because I have the build.prop mod act, any help.
Sent from my A500 using xda premium

[Q] Zinio?

Is anyone using Zinio with their A100? If so, how do you manage your memory? I need to free up some memory or move it to the SD card but do not know how. Any help would be greatly appreciated...
You might want to take a look at the SD mount swap by crossix. It mounts your SD card as internal, so if you have a 32gb card you get 32gb internal storage. Well after formatting and android taking space its like 29gb but you get my point. Here's a screenshot of it running on mine, note internal storage.
Sent from my A100 using Xparent Blue Tapatalk 2
I've tried to get that mod to work several times and can't.
Sent from my A100 using xda premium
wchildress said:
I've tried to get that mod to work several times and can't.
Sent from my A100 using xda premium
Click to expand...
Click to collapse
Yeah it seems to be tricky for some people to get going. I'll assume you use an Acer based ICS and not CM9 like I used for my screenshot, but download the zip, extract the install-recovery.sh file, paste it into /system/etc so it looks like /system/etc/install-recovery.sh then set permissions, uncheck every box, save. Re open permissions and set it to
XXX
XXX
XXO
Save.
Reboot, wait a minute. Like seriously a minute, not a few seconds. Then check storage. Depending what file manager you use you will have to mount system as writable, in root explorer its a R/W button up top, in ES file manager its in settings, check root explorer, allow root, mount system as writable check box. Others may be different but I've uses those two and it works.
If you use CM9 its different, but I can walk you through that method as well.
Tapatalked from my Galaxy S II.
wchildress said:
Is anyone using Zinio with their A100? If so, how do you manage your memory? I need to free up some memory or move it to the SD card but do not know how. Any help would be greatly appreciated...
Click to expand...
Click to collapse
You could manually move the files from /sdcard/com.zinio.mobile.android.reader to /mnt/external_sd, but when you try to access the magazine again from Zinio it will redownload the files to the original location. If you do not have an available internet connection, then the pages will display as all black. There is not a single file that you can select to open the magazine in Zinio, the magazine is downloaded as seperate apdfs, jpgs, and html files.
Thanks, I tried it again, and I still cannot get it to work, maybe I'm an idiot...
wchildress said:
Thanks, I tried it again, and I still cannot get it to work, maybe I'm an idiot...
Click to expand...
Click to collapse
Not to insult you, but it is unzipped and end with .sh right? I know its odd but its happened plenty of times before.
Tapatalked from my Galaxy S II.
LOL, Yes
Sent from my A100 using xda premium
wchildress said:
LOL, Yes
Sent from my A100 using xda premium
Click to expand...
Click to collapse
OK just checking. A lot of people miss those things, makes me /facepalm when I spent 2 hours trying to help someone and they're like "wait, unzip it?"
Tapatalked from my Galaxy S II.
Yeah, I understand, I just tried the whole thing over again. It must be the ROM I'm using.
wchildress said:
Yeah, I understand, I just tried the whole thing over again. It must be the ROM I'm using.
Click to expand...
Click to collapse
I've run it on two cm9 releases every flex reaper and taboonay, always works doing as I mentioned. I assume your /system is rw if you put it into /system/etc. Other option is script manager to run it on boot, that's how I use it in cm9.
Tapatalked from my Galaxy S II.
I have have done it both ways, I must be doing something wrong.
Sent from my A100 using xda premium
I'm using the flex reap extreme edition, and prefer root explorer.
Sent from my A100 using xda premium

Media inaccessible after 4.2 SDCard move

I can't view my pictures after upgrading to 4.2
Example attached.
I tried viewing them using different apps and even on PC. Nothing. I cleared media storage data and reflashed my ROM. Full wipe, ect.
Sent from my Galaxy Nexus using xda app-developers app
From what I know, on Android 4.2, system moves all the file in sdcard directory to sdcard0 directory. This means that all the apps that rely heavily on sdcard directory will not recognize the files now. I heard that you can simply just cut and paste all the file, but good luck with that. It'll take forever
Swyped on my Galaxy Nexus running AOKP with Franco Kernel
kyokeun1234 said:
From what I know, on Android 4.2, system moves all the file in sdcard directory to sdcard0 directory. This means that all the apps that rely heavily on sdcard directory will not recognize the files now. I heard that you can simply just cut and paste all the file, but good luck with that. It'll take forever
Swyped on my Galaxy Nexus running AOKP with Franco Kernel
Click to expand...
Click to collapse
Already tried that. No go.
Can't view them or can't pull them to PC?
I read that CWM was creating a /0/ partition every time you flash, so if you flash several times you could end up looking like /0/0/0/0/0/sdcard/. Kouche is supposedly fixing the issue, maybe he already did. In addition to not finding your media, if you needed to restore a backup in a pinch you would be effed. Only passing on what I read.
Patience...
On the first boot after reflash, the media scanner needs to go through one full run-through, and then your media apps have to clue in. Give it another reboot or two and it'll be fine.
However it sounds like you impatiently diddled with it as many flashers do... so I have no idea what state it's in by now
I had the same problem on my nexus 7, just deleting everything on sdcard except for the 0 folder and copying everything in 0 to sdcard did the trick for the data itself, but I still have to start over with games while the files are there. Trying to figure that one out now.
I think my pictures are actually corrupted though. Its not finding a lot of my music either.
Sent from my Galaxy Nexus using xda app-developers app

[Q] Two Internal Memory Slots???

For some strange reason i have the normal internal memory but also another one under the 0 folder inside of the internal memory. So now i have excessive memory lost because i have two of everything plus some other files/folders inside each memory unit. This is real confusing for me but i noticed it started after i installed JellyBeer, i switch back and forth between JellyBeer and stock and Vectus. Vectus and stock both use the same memory but jellyBeer has its own little thing goin on. TWRP also uses the second 0 folder as its main instead of the actual main one, ES Explorer uses the main one, SMS Backup And Restore uses the second one, MyBackup Root uses the main one after i set it to, and on and on with apps that deal with files. Only one that works right no matter what is music, even download folder is wrong. Any suggestions???, if u understand what im trying to say. Also theres another copy of everything in the data/media folder. So in total i have 3x as much space token from me.
Very well documented, you should search it.
Sent from my LG-LS970 using Tapatalk 4 Beta
Surprisingly I had the same issue. It was reading from two different spots but when I plugged into a computer it only read from one, I couldn't save all my stuff cause I couldn't get to it. The only way fix it is unroot back to stock and reroot the device. That's what I did anyway, and it fixed it. I think its from flashing ROMs cause it never happened before I gave cm a try. I hope this helps in any way.
Sent from my Nexus 7 using xda app-developers app
Also same issue. What to do? Need the space. Thanks
Sent from my LG-LS970 using xda premium
Same Here
I get the same thing!! Is there a fix for it.
NexusS4gFreak said:
For some strange reason i have the normal internal memory but also another one under the 0 folder inside of the internal memory. So now i have excessive memory lost because i have two of everything plus some other files/folders inside each memory unit. This is real confusing for me but i noticed it started after i installed JellyBeer, i switch back and forth between JellyBeer and stock and Vectus. Vectus and stock both use the same memory but jellyBeer has its own little thing goin on. TWRP also uses the second 0 folder as its main instead of the actual main one, ES Explorer uses the main one, SMS Backup And Restore uses the second one, MyBackup Root uses the main one after i set it to, and on and on with apps that deal with files. Only one that works right no matter what is music, even download folder is wrong. Any suggestions???, if u understand what im trying to say. Also theres another copy of everything in the data/media folder. So in total i have 3x as much space token from me.
Click to expand...
Click to collapse
AVATAR PRIME said:
I get the same thing!! Is there a fix for it.
Click to expand...
Click to collapse
The 0 folder is a feature of AOSP ROMs. It has something to do with the multiple user support of JB. When you flash an AOSP rom, it will create a "0" folder for that specific ROM. Even with an app like Root Explorer, getting into the standard SDCard folder will be basically impossible. I personally have not found a way to do this, but I'm sure someone more knowledgeable than I could. Interestingly, the reverse is not true. If you flash a Stock ROM, a la Lifeless 14, you can go into any and all "0" folders. If you take the time, you can go into each and every one and delete it without any harm to your phone without having to do a factory reset.
Xiutehcuhtli said:
The 0 folder is a feature of AOSP ROMs. It has something to do with the multiple user support of JB. When you flash an AOSP rom, it will create a "0" folder for that specific ROM. Even with an app like Root Explorer, getting into the standard SDCard folder will be basically impossible. I personally have not found a way to do this, but I'm sure someone more knowledgeable than I could. Interestingly, the reverse is not true. If you flash a Stock ROM, a la Lifeless 14, you can go into any and all "0" folders. If you take the time, you can go into each and every one and delete it without any harm to your phone without having to do a factory reset.
Click to expand...
Click to collapse
just to throw it out there flash the original stock rom before going to lifeless... if you dont its not gonna work out well and u just have to be rooted all in all to see the "0" folder...
Well honestly that seems to be a lot of work for something simple if you have to partions and can only see the 0 folder simply use any root explorer and go to root>data>media and you will find the rest of you files there
Sent from my LG-LS970 using xda premium
customz123 said:
Well honestly that seems to be a lot of work for something simple if you have to partions and can only see the 0 folder simply use any root explorer and go to root>data>media and you will find the rest of you files there
Sent from my LG-LS970 using xda premium
Click to expand...
Click to collapse
I tried this and it did not work for me. Maybe an error in the flash?
Anyway, the way I detailed is the only way I have been able to access all data after having a "0" folder created.
Xiutehcuhtli said:
I tried this and it did not work for me. Maybe an error in the flash?
Anyway, the way I detailed is the only way I have been able to access all data after having a "0" folder created.
Click to expand...
Click to collapse
What file explorer you using?
Sent from my LG-LS970 using xda premium
customz123 said:
What file explorer you using?
Sent from my LG-LS970 using xda premium
Click to expand...
Click to collapse
Root Explorer

[Q] Galaxy Tab 3 7" Swap ExternalSDCard 2 Internal

Title basically says it. I bought my wife a galaxy tab 2 about a year ago and used the guide from the link below to swap the internal memory with the sd card memory. I bought myself the galaxy tab 3 7" and have been looking for a tut to do the same thing. I haven't found anything that seems to work though. Any ideas or suggestions? Thanks
http://forum.xda-developers.com/showthread.php?t=1961097
pinkfloydviste said:
Title basically says it. I bought my wife a galaxy tab 2 about a year ago and used the guide from the link below to swap the internal memory with the sd card memory. I bought myself the galaxy tab 3 7" and have been looking for a tut to do the same thing. I haven't found anything that seems to work though. Any ideas or suggestions? Thanks
http://forum.xda-developers.com/showthread.php?t=1961097
Click to expand...
Click to collapse
bump
The script is pointing to the wrong location for SD card Dev/block/vold/179:25. If you are familiar with Odin and comfortable with the possibility of bricking or rendering your tablet unbootable, try editing that to 179:17 and running the script. I don't guarantee that will work, but that is the address of my ext SD running cm11 on a sm-t310.
Yours may be different on a 210. Run mount from terminal and hunt for the 179:XX for sdcard1 and verify before trying though.
sent from a buggy xda app by some miracle
I have edited the script to work with SM-T310 http://forum.xda-developers.com/showthread.php?t=2607125. Post there your device node and I can edit for other Galaxy Tab 3 devices.
pinkfloydviste said:
bump
Click to expand...
Click to collapse
If you do make that change it will wok. I have it running on my sons now overloaded tab3 kids. Using 32g card.o
Edit: I changed it to 179:73. Works well. Many large games running fine.
zibrah3ed said:
The script is pointing to the wrong location for SD card Dev/block/vold/179:25. If you are familiar with Odin and comfortable with the possibility of bricking or rendering your tablet unbootable, try editing that to 179:17 and running the script. I don't guarantee that will work, but that is the address of my ext SD running cm11 on a sm-t310.
Yours may be different on a 210. Run mount from terminal and hunt for the 179:XX for sdcard1 and verify before trying though.
sent from a buggy xda app by some miracle
Click to expand...
Click to collapse
Sent from my Nexus 7 using XDA Premium 4 mobile app
bluecarbon said:
If you do make that change it will wok. I have it running on my sons now overloaded tab3 kids. Using 32g card.o
Sent from my Nexus 7 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Could you give me a little more guidance on doing this? Basically just follow the tut in my first post but change the script to point towards the sd card?
Thanks a bunch for your help.
pinkfloydviste said:
Could you give me a little more guidance on doing this? Basically just follow the tut in my first post but change the script to point towards the sd card?
Thanks a bunch for your help.
Click to expand...
Click to collapse
Yeah, just follow all the directions except edit those two characters IN THE SCRIPT. I've used this script with smanager perfectly on my old p3113, so thought I might get it to work on my sons.
EDIT
Sent from my Nexus 7 using XDA Premium 4 mobile ap
bluecarbon said:
Yeah, just follow all the directions except edit those two characters IN THE SCRIPT. I've used this script with smanager perfectly on my old p3113, so thought I might get it to work on my sons.
EDIT
Sent from my Nexus 7 using XDA Premium 4 mobile ap
Click to expand...
Click to collapse
Just a couple more questions if you don't mind:
Mine is a galaxy tab 3 sm-T210/sm-t21or. Does that change anything?
As long as I have a backup in twrp, i can always restore (in case something is royally screwed up), right?
pinkfloydviste said:
Just a couple more questions if you don't mind:
Mine is a galaxy tab 3 sm-T210/sm-t21or. Does that change anything?
As long as I have a backup in twrp, i can always restore (in case something is royally screwed up), right?
Click to expand...
Click to collapse
I would test it and see if it works, then if it does, have it set to run at boot, but a backup never hurts. I just backed mine up before testing blackhawk kernel, which worked well on the kids tab3.
Sent from my Nexus 7 using XDA Premium 4 mobile app
zibrah3ed said:
Run mount from terminal and hunt for the 179:XX for sdcard1 and verify before trying though.
sent from a buggy xda app by some miracle
Click to expand...
Click to collapse
I didn't know that, I found out what my sons was while trying to use the internal2external app, as it lists all the mounts. I was half a sleep for my other posts, or I would of caught that last night. Anyways, good to know.
Sent from my Nexus 7 using XDA Premium 4 mobile app
pinkfloydviste said:
Just a couple more questions if you don't mind:
Mine is a galaxy tab 3 sm-T210/sm-t21or. Does that change anything?
As long as I have a backup in twrp, i can always restore (in case something is royally screwed up), right?
Click to expand...
Click to collapse
Run the command "mount" without quotes in terminal . Look for your sd card
And which device address it's using. Verify that 170:17 is your device node.
sent from a buggy xda app by some miracle
zibrah3ed said:
Run the command "mount" without quotes in terminal . Look for your sd card
And which device address it's using. Verify that 170:17 is your device node.
sent from a buggy xda app by some miracle
Click to expand...
Click to collapse
So I mounted ran "mount" in terminal emulator and it refers to anything on my external sd card as 179:73. (@zibrah3ed sorry I didn't catch that in your first post)
So I guess that's the number I need.
Thanks for your help guys.
I did it and it worked perfectly. Having one gta game on my phone no longer prevents me from installing other apk's. Thanks for all your help. I'm sure this will be useful to a lot of people with 8gb of internal memory.
I was wondering if you got it working. I noticed there is not much information about these tabs, compared to the tab 2, which is the last gtab I had. I bought my sons kids tab assuming it would have similar support. All that was really important was root/recovery and some sort of memory swap, as I loaded it with many of the games I have on my 32gb tab. I took back a nabi because sometimes the memory swap I was using wouldn't stick on reboot, and getting it going again would be to much for my 4 year old. Anyways, glad you got it going.
Sent from my Nexus 7 using XDA Premium 4 mobile app
help please
Hey,
So i think im doing somthnig wrong, i have Smanager and placed the file in root data. Ran the script, then whenever I try to reboot my sm-t210r device the screen does not turn back on and i need to reformat, ive tried this script and also the original script but changed it to 179:73 both did same thing. I feel like im missing somthing but idk what
im using a 64g SD card as well if that helps
defleshed2 said:
Hey,
So i think im doing somthnig wrong, i have Smanager and placed the file in root data. Ran the script, then whenever I try to reboot my sm-t210r device the screen does not turn back on and i need to reformat, ive tried this script and also the original script but changed it to 179:73 both did same thing. I feel like im missing somthing but idk what
im using a 64g SD card as well if that helps
Click to expand...
Click to collapse
did you type "mount" into your terminal to determine which number points to your sd card?
where is "mount"
pinkfloydviste said:
did you type "mount" into your terminal to determine which number points to your sd card?
Click to expand...
Click to collapse
is it sManager that i type "mount" in the terminal?
i checked it its /dev/block/vo1d/179:73
defleshed2 said:
is it sManager that i type "mount" in the terminal?
i checked it its /dev/block/vo1d/179:73
Click to expand...
Click to collapse
yeah, that is the same as mine. and it worked for me instantly. I have a 32 gb card, so maybe your 64 gb card is the issue. I wish I could help you more, but I'm just not too knowledgeable about this stuff.
Maybe one of the guys that helped me could jump in?
Good Luck
defleshed2 said:
Hey,
So i think im doing somthnig wrong, i have Smanager and placed the file in root data. Ran the script, then whenever I try to reboot my sm-t210r device the screen does not turn back on and i need to reformat, ive tried this script and also the original script but changed it to 179:73 both did same thing. I feel like im missing somthing but idk what
im using a 64g SD card as well if that helps
Click to expand...
Click to collapse
btw, did you change the permissions with es file explorer before running the script?
pinkfloydviste said:
btw, did you change the permissions with es file explorer before running the script?
Click to expand...
Click to collapse
i tried to change the permissions but it did not have that option in ES, can you give me a step by step instructions?
Thanks
defleshed2 said:
i tried to change the permissions but it did not have that option in ES, can you give me a step by step instructions?
Thanks
Click to expand...
Click to collapse
First of all you need to be rooted. Then you need to grant es file explorer superuser permission when it asks. then you go into /data folder. You should see a lot of files/folders in there. If you can't you probably aren't using es file explorer as a rooted user. Then you long select the script and select properties. then change permissions by checking read, write, execute (all 3 should be checked) under the owner option. Then so to smanager and continue the tut

Categories

Resources