How to to read emmc on cm10 - Galaxy Tab Q&A, Help & Troubleshooting

The simple ways pls?
Sent from my GT-P1000 using xda premium

i have suffered a lot in this prob. use of this application seems easiest to me.
good luck

You can automount your SD card with this :
Create a file in /sdcard named emmc.sh
Paste the code :
Code:
busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc
And you can autolaunch the script at start with script manager (the script must be root and boot)
Reboot the tab and enjoy

create emmc.sh on sdcard
open emmc.sh
copy thus command busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc
to emmc .sh
save it
open script manager.. you can download on playstore
choose emmc.sh
klik boot,, then run it.,
done
Sent from my Galaxy Tab (CM10) using xda Premium

boot into recovery, mount emmc

It won't work guys I try all of your post...huhuhu
Sent from my GT-P1000 using xda premium

marvz098 said:
It won't work guys I try all of your post...huhuhu
Sent from my GT-P1000 using xda premium
Click to expand...
Click to collapse
step by step guide..follow it to the core....
1. create a folder inside sdcard directory and name it emmc.
2. i've attached my emmc.sh file to this post in a zip format(extract the zip to get the emmc.sh script file)...copy it to the sdcard directory(do not copy it to the root of your directory..it doesn't work then)...
3.then install "script manager-smanager" from playstore.....you can search for script manager in playstore.....you will get to it...
4.open smanager and you can see a dialog box popping up....click on "browse for root" and allow permissions.........go to the sdcard directory and click on the emmc.sh file>>>click on script/executable>>>the things that i mention now must be activated....
1.Su(android skull sign)
2.boot
3.Is script
and then click on save and voila it's done!!!
now reboot for changes to take effect

Will this work on t989 as well?
Sent from my SAMSUNG-SGH-T989 using xda app-developers app

if your T989 has cm10 that has exactly the same issue of not mounting emmc,
and the emmc is located at /dev/block/mmcblk1p1
then l would say yes.
EDIT: but if your T989 has kernel that does not even see the emmc, then no.

exec sh '/storage/sdcard0/emmc.sh'
[email protected]:/ # exec sh '/storage/sdcard0/emmc.sh'
mount: mounting /dev/block/mmcblk1p1 on /sdcard/emmc failed: No such file or directory
Is this correct.failed to read
Sent from my GT-P1000 using xda premium

marvz098 said:
exec sh '/storage/sdcard0/emmc.sh'
[email protected]:/ # exec sh '/storage/sdcard0/emmc.sh'
mount: mounting /dev/block/mmcblk1p1 on /sdcard/emmc failed: No such file or directory
Is this correct.failed to read
Sent from my GT-P1000 using xda premium
Click to expand...
Click to collapse
if that didn't work.......try this
edit emmc.sh
remove p1 from mmcblk1p1....
mmcblk1p1 should now be mmcblk1.....
this should definetely work

Read this thread
http://forum.xda-developers.com/showthread.php?t=1804573
Sent from my GT-P1000 using xda premium

thanks

Related

[GUIDE] How to Remove Pre-Installed Apps for FREE

First, you need to install the drivers:
http://www.samsung.com/us/support/d...R&prd_mdl_name=SPH-D700&prd_ia_sub_class_cd=P
Then you must be rooted:
http://forum.xda-developers.com/showthread.php?t=775110
Next, get the most current SDK:
http://developer.android.com/sdk/index.html
Extract the zip and put it where it's easiest for you to get to on Command Prompt. I put it in my C:\ for extremely easy access.
Now, open up Command Prompt and put in these commands in order
1.
Code:
cd C:\android-sdk-windows\tools
2.
Code:
adb devices
3.
Code:
adb shell
4.
Code:
su
5.
Code:
mount -t rfs -o remount,rw /dev/block/stl9 /system
6.
Code:
cd /system/app
7.
Code:
ls
Now you should see a list of all the pre-installed Apps on your device. To remove these apps you must use this command:​
Code:
rm "app_name.apk" or rm "odex_name.odex"
Here is a list of all the pre-installed apps on the stock Epic ROM and an explaination for most of them:
http://forum.xda-developers.com/showthread.php?t=773142
-------------------------
Here is my suggested list to use:​
Code:
rm amazonmp3.apk[LEFT]rm Asphalt5_DEMO_ANMP_Samsung_D700_Sprint_ML.apk[/LEFT]
rm MediaHub.apk
rm nascar09-prod-release.apk
[LEFT]
rm sfl-prod-release.apk
[LEFT]
rm SN28-1092-sprint-signed.apk
[LEFT]
[LEFT]rm SprintTV.apk
[LEFT]rm SprintTVWidget.apk[/LEFT]
[/LEFT]
[/LEFT]
rm SprintZone.apk
[LEFT]rm MobileAP.apk - Only if you don't pay for the $30 hotspot[/LEFT]
rm MobileAP.odex - Only if you don't pay for the $30 hotspot
[/LEFT]
[/LEFT]
Titanium backup is easier and less time consuming then messing with ADB and is free.
Eh, not really. ADB is much more resourceful and has alot more uses and options if you learn how to use it. This is only one of it's uses. Titanium Backup is just a waste of space IMO. It is very limited on the free version.
Or you can use SDX App Removal if your interested in only removing the preinstalled apps (must be rooted).
Sent from my SPH-D700 using XDA App
At the expense of sounding like a noob, which I guess I am when it comes to Android, I'm getting a real-only error. I rooted with noobnl and Titanium Backup tells me I'm rooted. What might I be doing wrong?
Try using this as the mount command:
mount -t rfs -o remount,rw /dev/block/stl9 /system
Or better yet use one of the GUI options unless you are familiar with linux and save the headache. If all you want to do is remove apps there are far easier methods that are less time consuming. Titanium backup and SDX removal tool are both free.
Sesquipedalian said:
At the expense of sounding like a noob, which I guess I am when it comes to Android, I'm getting a real-only error. I rooted with noobnl and Titanium Backup tells me I'm rooted. What might I be doing wrong?
Click to expand...
Click to collapse
Hmmm see I got that error too when I first did it, but then I did it again and it worked perfect lol...
Mine is Wildfire, I have some issues:
Can not do this:
mount /dev/block/mtdblock4 /system
or
mount -t rfs -o remount,rw /dev/block/stl9 /system
But actual there exists a directory /system/app, in which I can see all the .apk and .odex files. When I tried to delete a file, it says that 'rm failed for File-Name, read-only file system'
What should I do? thanks
xirochanh said:
Mine is Wildfire, I have some issues:
Can not do this:
mount /dev/block/mtdblock4 /system
or
mount -t rfs -o remount,rw /dev/block/stl9 /system
But actual there exists a directory /system/app, in which I can see all the .apk and .odex files. When I tried to delete a file, it says that 'rm failed for File-Name, read-only file system'
What should I do? thanks
Click to expand...
Click to collapse
Well this is for the Samsung Epic...so i have no idea what you have to do
Whosdaman said:
Mine is Wildfire, I have some issues:
Can not do this:
mount /dev/block/mtdblock4 /system
or
mount -t rfs -o remount,rw /dev/block/stl9 /system
But actual there exists a directory /system/app, in which I can see all the .apk and .odex files. When I tried to delete a file, it says that 'rm failed for File-Name, read-only file system'
What should I do? thanks
Click to expand...
Click to collapse
Now I can mount, to over come the read-only problem, however whenever I delete a file, it says that: rm failed for filename.apk, Directory not empty
You guys have any advice? thanks
xirochanh said:
Now I can mount, to over come the read-only problem, however whenever I delete a file, it says that: rm failed for filename.apk, Directory not empty
You guys have any advice? thanks
Click to expand...
Click to collapse
hmmmm idk....thats seems really strange. Maybe its something you cant delete
I tried to reboot in HBOOT/Recovery/ Partition Menu, then mount /system. Then I could remove apps in adb shell successfully. can anyone confirm that doing like this is ok?
My wildfire was rooted with unrevoked3
If it works then it should be fine
Sent from my SPH-D700 using XDA App
This is confirmed to still work with the DI07 update
My noob question is I am using titanium backup to remove the sprint bloatware like media hub and it looks like the program removes it but when I exit titanium it is still on the phone.
Aridon said:
Titanium backup is easier and less time consuming then messing with ADB and is free.
Click to expand...
Click to collapse
Titanium backup is the mark of the noob in my opinion.
thanks, i had been searching around for the adb commands to mount the system r/w so i could remove the bloat.
SDX Stock App Removal is tops in my opinion.
Quick, simple, and allows for back-ups.
And I also don't think Titanium is the "Mark of the noob". It would be more like the "Mark of the ADB is unnecessary for stock application removal"
Also I don't think this should be in development. And if you know ABD commands you should know that.
This thread is okay....but sdx..and root uninstaller are awsome. Thanks for this guide though my friend very useful info for those that want to experiment with adb....
Sent from my Nexus S 4G using XDA Premium App
More options is a good thing. This is also helpful for the noobs who want to get their feet wet with unix/linux shell commands.

how do i open the factoryfs.rfs?

how do i open (mount) the factoryfs.rfs?
in linux or mac???
Sudo mount -o loop factoryfs.rfs /mnt
Only works if you are in the directory containing the rfs.
Sent from my GT-I9000 using XDA App

[Q] movinf files from SDcard using adb ?

hi every one
i am actually looking for your help guys with streak 7
i want to copy some files from sdcard to system using ADB
i used to do the fllowing for streak 5
adb shell
su
stop
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/lib/* /system/lib/
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
sync
reboot
but when i tried it with streak 7 its fail no luck ????
sorry for my poor english
All you need is
Adb pull /mnt/sdcard/location_of_file
Or
Adb pull /mnt/sdcard2/location_of_file
Sent from my Dell Streak 7 using XDA Premium App
the file is going to be in your adb tools folder
Sent from my Dell Streak 7 using XDA Premium App

[Q] R/W mount

I have a rooted Nexus 7 running the Eclipse custom ROM. Somehow, I cannot mount file system for R/W using "mount/system (rw/ro)" app nor using ADB method. I'm not getting any error from the mount/remount, but I still read only file warnings. I don't have any problem getting the R/W right on Nexus phone using the same way I described. I'll appreciate your help.
Code:
$ su
# mount -o remount, rw /system
???
korockinout13 said:
Code:
$ su
# mount -o remount, rw /system
???
Click to expand...
Click to collapse
I have no problem executing commands you listed, but read only.

Directory bind problem

I want to bind some folders from the internal sdcard to the external. But something doesn't work.
from command line, works flawless,
Code:
$ su
# mount -o bind /storage/ExtSdCard/Music /storage/sdcard0/Music
but when I try to put the line above in a script
script.sh:
Code:
mount -o bind /storage/ExtSdCard/Music /storage/sdcard0/Music
Result:
mount: No such file or directory
I don't know what I'm missing , any idea?
-》 GT-I8190 -》 Tapatalk 2
Sv: Directory bind problem
I'm using the app directory bind, and works fine like this. /sdcard/
Sent thru time and space from my s3mini.

Categories

Resources