General :: Change Mount Point Of USB Drives In Android Jelly Bean?
Jan 5, 2013
I'm using an mk808 with xbmc and two seperate usb drives which should be mounted at fixed,specific locations every time I unplug an replug them.
How to achieve this in jellybean? I've already tried changing stuf in /etc/vold.fstab,but this seems to have no effect (I changed /mnt/usb_storage/USB_DISK0 to /mnt/fusb_storage/USB_DISK0 to see if it affects anything,but nothing changed)
View 2 Replies
Sep 2, 2013
After I flashed a couple roms I couldn't boot jelly bean anymore and I noticed the error in recovery: E: Cant Mount /efs, when installing. But I could still boot ICS but not jellybean. I still had my IMEI and could make calls but could not boot jelly bean because it couldn't mount.
Sometimes when installing a rom something goes wrong and it changes the partition type of /efs making it unable to be mounted. The partition is usually from ext4 to swap.Most likely this will work on your phone but if it doesn't and your phone stops working I am not responsible.
If your like me and you couldn't get jelly bean to work then flash your device back to ics and it should boot. Once your booted inside of ics we can start the process.
Pre-Setup:
1. Be rooted and have a custom recovery installed.
2. Be on Ics and it boots.
3. Your need to have a Jelly Bean rom like Cyanogenmod on your sdcard.
4. Have adb installed on your pc and usb debugging on in your phone/tab.
Now that that's done its time to start.
Part One:
1. Boot into recovery.
2. We need to find the efs block location.
3. Go to mounts and select efs
4. It should say unable to mount
5. Go to advance and make a recovery.log
6. Put that file on your computer and open it.
7. Look through the file and you should fine something like this around the beginning of the file:
E:Unable to mount '/efs'..Actual block device: '/dev/block/mmcblk0p3', current file system: 'swap'..My location is /dev/block/mmcblk0p3 But yours could be different! Most likely the difference will be instead of it ending with a 3 it will be a different number. I will be saying /dev/block/mmcblk0p3 if yours is different just change it to your location.
*WARNING* Sometimes when you copy paste into adb it will auto run the command without you pressing enter. If your location is different then mine and you copy past and it auto runs it could be BAD so to be careful if you want to copy past. Copy the command paste it into Google make the change and copy that and paste into adb
Part Two:
1. When your inside recovery connect your phone to your computer and get into a adb shell. (Sometimes it will take awhile for adb to recognize your device so be patient.)
2. Once you have adb access its time to start entering the commands.(Again my location may be different the yours! Most likely the difference will be instead of it ending with a 3 it will be a different number.
Part Three Inside ADB:
1. su
2. dd if=/dev/block/mmcblk0p3 of=/sdcard/efs.img
3. mke2fs /dev/block/mmcblk0p3
4. mkdir /efs
5. mount -t ext4 /dev/block/mmcblk0p3 /efs
DONT REBOOT PHONE
Part Four On Your Phone:
1. Now /efs is mounted don't unmount it
2. Do a factory reset
3. Install your Jelly Bean rom
4. It should install without any errors
5. Boot your phone
6. If everything went well it should boot.
7. After it boots your signal notification most likely will be gray and internet or calls may not work
8. To fix just install gapps and it will be fixed
There you have it if everything went correctly your efs should be working good and you should be able to go back and do your normal rom flashing.
If jelly bean boots but you don't have phone do this:
1. Go back into recovery and get adb access.
2. su
3. mke2fs /dev/block/mmcblk0p3
4. mkdir /efs
5. mount -t ext4 /dev/block/mmcblk0p3 /efs
6. dd if=/sdcard/efs.img of=/dev/block/mmcblk0p3 bs=4096
View 4 Replies
View Related
Jan 20, 2014
I have a new softwinerkf026 (also known as 9" Capacitive Allwinner A13) tablet* running Android 4.1.1 and the 32 Gbt Sandisk micro sd will not mount. (SanDisk 32GB Ultra Android Micro SD (SDHC) Class 10 UHS-1 30MB/s) I tried reformatting the mico sd on my computer with FAT 32 default settings and rebooting the tablet but it still can't be recognized or mounted. I also tried another older 1Gbt sandisk, tried reformatting the mico sd and rebooting the tablet but still not recognized. Under settings / Storage there are two places where it says internal storage/mount SD card but selecting either one pressing long or short does not appear to do anything. There is nothing there that says external SD. I have tried reformatting the 32Gbt card and 1Gbt card with FAT 32 default file allocation, exFat32 and also NTSF but still no recognition. Now its back to FAT32 default file allocation size.
I am wondering if this is a setting problem, a hardware problem or an android software or bios problem. Is there any way I can test if the micro sd can be detected by the bios?
View 6 Replies
View Related
Apr 15, 2013
How to change jb lockscreen to this?
1. I want to remove white bounding box.
2. I want to move up the clock over widget boundary.
In ICS, there is a way to move clock upside.
By modifying keyguard_screen_unlock_portrait.xml file in framework-res.apk.
But in JB this method doesn't work well.
ps. I don't want to do this by 3rd party app like widget locker.
View 4 Replies
View Related
Apr 14, 2013
I Have edited my framework ..to change drawable-nodpi to jelly bean , i have changed it but i want to also change Android 4.0: Ice Cream Sandwitch to Android 4.1 : Jelly Bean. how to do it ??
View 7 Replies
View Related
Jan 16, 2013
I have the international version of Samsung Galaxy S III running CM 10.1 Jelly bean 4.2.1 I tried to change my alarm tone to one of my music, but it didn't work..
I copied my desired ringtone to sdcard/media/alarms, it didn't work either. Then I tried copying it to sdcard/ringtones, nothing new..
View 1 Replies
View Related
Dec 31, 2012
How can I change the default text editor on a Jelly Bean device?
View 3 Replies
View Related
Nov 5, 2013
I just extract the boot.img file using cygwin android kitchen in advanced option the option 12 but nothing logo.rle ... i just read some thread here [URL] .......
View 4 Replies
View Related
Aug 15, 2013
I'm really bugged by the Cherry Mobile Flare logo. It's like this: when our devices (S100, otherwise known as the Karbonn A9+ in India) are still in Android ICS(4.0.4), it's really a breeze to change the boot(splash) logo using the AIO flasher. Anyways, since we updated our devices to JB 4.1.2, I have tried and failed (countless times) in changing the boot logo using AIO (partition table does not exist). The boot logo also appears during off-charging (before the animated battery).So I searched the web and found the link below(which looks promising) and tried but I get the "can't open dev/block/mmcblock0p18" error. It's NOT the boot animation, it's THE boot logo guys.
This is the link [URL]...
View 8 Replies
View Related
Jul 25, 2013
How I may check the mount point mappings for my phone?
All i can understand is /system is /dev/block/mmcblk0p3" but how do check for the rest?
I already tried the following commands in terminal emulator but they didn't work:
mount
/proc/partitions
View 9 Replies
View Related
May 10, 2012
Currently, ICS on my sgs2 shows my external card as mounted with empty contents (in storage settings). Both /mnt/sdcard and /sdcard point to the internal sdcard storage. Where is my external card mounted? GT-I9100
View 3 Replies
View Related
Dec 26, 2013
I want to ask, can i upgrade my android version from 4.2.2 to 4.4, and how to do it
View 7 Replies
View Related
Oct 26, 2013
I just upgraded my Samsung S4 I9505 to android 4.3. I having quite a lot of issue. My ringtone never change, always use system ringtone. Same goes to Notification. I found out my phone always hang for few seconds, the screen stuck. This all happen after i upgraded.
View 1 Replies
View Related
Apr 25, 2014
I am a GALAXY GRAND Duos user running 4.2.2..I have a problem with my gallery . I changed my stock gallery to Note 2's stock gallery and than after completing the process I had a reboot and than suddenly I saw that the gallery was missing from my phone yhan I did recover my old secgallery2_galaxy with the odex file after installation when I opened gallery the gallery didn't open and said UNFORTUNATELY THE GALLERY HAS STOPPED.I tried QUICKPIC too but it didn't change the lockscreen wallpaper. I tried to change wallpaper through settings but it opened the wallpapers the phone had.
View 1 Replies
View Related
Jan 11, 2014
Cant change to 3g network... stays on gsm network only.. i change my sim card,lte sim but stays only on gsm... i try to set this *#*#4636#*#* but cant change.. my phone is galaxy s4 (korean version)..
View 1 Replies
View Related
Feb 5, 2014
Where do I find the "Default SMS" option? I haven't found it anywhere in settings.
View 1 Replies
View Related
May 17, 2014
I have a Coolpad 8720L with its own interface built upon 4.3 Jelly Bean. It's not very good, and I'd like to install stock Android instead. How do I do this?
I heard that I have to root the device, and then find a ROM for stock Jelly Bean to load onto the device?
View 1 Replies
View Related
Nov 27, 2013
I'm using Android 4.1.2
The wrong account is ME in Contacts
I connect 4 accounts in Contacts
a business account (google apps google mail and google+)
a personal account (google apps google mail and google+)
a gmail account
and facebook
the business account is currently ME in Contacts which means if I send an email from my phone from the personal account the image shown is not the personal image it's the business image
how can I change ME in Contacts to be my personal account?
View 2 Replies
View Related
Feb 10, 2014
I'm trying to change my vibration intensity, but I can't find how.it's supposed to be on Settings - Sounds - Vibration Intensity.Well, I don't have such a "Vibration Intensity" option (and it's not inside "Volume"). Screenshot:
View 8 Replies
View Related
Nov 29, 2013
I'm looking for a tutorial to Root and then revert back to JellyBean from KitKat on a Nexus 7 2013 2nd Gen, non carrier, WiFi only, or Whatever is required to switch back to JB from KK..
View 1 Replies
View Related
Oct 1, 2013
I am trying to change my user agent system wide, not just in the browser. I do remember seeing this once when using a hidden dialer menu, but I can't recall what it was. I am running CM 10.2 on a Nexus S
View 2 Replies
View Related
Apr 7, 2014
I am in another country temporarily and I can only see Spanish books.
My wallet has a UK card and I added addresses, deleted cache, nothing works. How can I fix this?
View 4 Replies
View Related
Sep 28, 2013
So I just got a new phone last weekend, and I'm quite unfamiliar with Android 4 (4.1.2 is my version), having upgraded from a 3 year old Android 2. I'm currently texting a friend and have noticed that when I receive a notification for a new text, although the text symbol appears at the top of the phone, no vibration is made (I currently have my phone on vibrate/silent). It vibrates perfectly well when other notifications are received.
How do I change these notification settings/SMS settings?
View 6 Replies
View Related
Jan 30, 2014
My problem is that I keep getting two random home page, internet, and when I try to change it to the BBC website it reverts back to one of the others on the next start up!!The website in question are:- llr and Breaking news, sport, finance, radio and a whole lot more.
View 2 Replies
View Related
Sep 21, 2013
I just purchased my first ever cell phone ( Google LG Nexus 4 16gb ) . I have never used one before , just never had the need for one . How to use Android Jelly Bean 4.3 and also how to use this phone .
View 5 Replies
View Related
Apr 9, 2014
The jellybean box itself turns on and the home screen loads up. I select the page where all the apps are...select xbmc app...sometimes it flicks back to main apps page other times the screen turns black/blank. I can't get further than this page....my box has worked perfectly for the past 3 months since purchasing. I can't get into the settings page as I can't get past the blank .
View 1 Replies
View Related
Dec 19, 2013
I jut picked up a Samsung Galaxy S3, and I am trying to change my notification sound for text messages. I put an MP3 file in the appropriate folder, and selected it in the settings menu on messaging. It keeps reverting back to the old default message notification sound.
How to get it to believe I want to use a different sound?
View 2 Replies
View Related
Mar 25, 2014
Most of my Android contacts are listed as "device" under the "connection" heading. About 10% of my contacts are listed as either "google" or as "google" and "device". The contacts that are have Google under the Connection heading auto-sync to Google+, the remaining 90% of my contacts don't sync.
Is there a way to edit/change the Connection type to add Google to all my contacts?
View 5 Replies
View Related
Dec 3, 2013
i have a galaxy note 3 since a few days and I have some questions regarding this device or Android in general.
First, I am wondering about how to change the download folder of the chrome browser. I can't find the option to change it.
Second, I'm a bit confused about two sd cards shown in my "es datei explorer". There is a "sd card" and a "extsd card" which I suppose to be the real card. What's the first one?
View 2 Replies
View Related
Dec 14, 2011
How do I get the "MTP mount point(Android device)" from Win/MAC application when I connect Android device by USB cable?
View 2 Replies
View Related