General :: Force Mounting Root On USB?

Mar 22, 2014

yesterday my phone fell off my hand, so the touchscreen is unusable... so the phone. The trouble is that I'm... well... not very clever at all, so all my contacts are on the phone itself, not the SIM card or my Google account. That's why I need to get into the root files with my computer, to find out the databases files.

The USB debugging mode wasn't activated I think. But I'm pretty sure there's a way to force mounting system files, even with a command line...

My phone is a "Le Mobile Sosh", a branded Alcatel OneTouch Idol Mini with Android 4.2.

General :: force mounting root on USB?


General :: Mounting External HD No Root - SGPT12

Mar 22, 2013

I hame an xperia tablet S and a dock hooked up with hdmi to my TV. I want to hook up my external HD to it for HD movies and what not but it will only read the HD formatted as Fat32 and as most of you know, it will only accept files up to 4gigs. Well that kind of kills HD. I also cannot root my device as it is release 6b .

View 1 Replies View Related

Motorola Droid :: Root-unroot Then Force Upgrade To 2.1 - Want To Root Again Back To 2.01

Apr 3, 2010

I used DroidMod to root when I had 2.01. When 2.1 became available, I "un-rooted" then forced update to 2.1. Well to be honest, it is really slow and laggy. I now want to go back to DroidMod, but nothing I have tried seems to work.

View 1 Replies View Related

General :: Mounting SD On HTC Amaze?

Jun 8, 2013

When I connected my phone through cable it asks for formatting internal storage... After that I'm unable to mount sd and external sd also.. When I'm mounting sd card it shows "preparing sd card" and within a second it shows "sd card safe to remove".

View 1 Replies View Related

General :: Internal / External SD Not Mounting?

Jan 22, 2013

Since my last upgrade of cynaogenmod nighties yesterday on my galaxy s2, my internal AND external sdcard are not mouting anymore

I tried to understand why and I found that my /storage folder was empty. I think it should have been populated by /init.smdk4210.rc script :

Code:
...
on early-init
export EXTERNAL_STORAGE /storage/sdcard0
export SECONDARY_STORAGE /storage/sdcard1
mkdir /storage 0775 system system[code]...

I would like to retrieve my internal sdcard content.

View 9 Replies View Related

General :: Mounting Points On ClockWorkMod

May 25, 2013

So the past few days i have been working on porting clockworkmod to my tablet Vexia Navlet 2 White (cpu telechip tcc892x, board m805_892x_evm), i have setup a build environment and managed to make a bootable CWM but have reached a bit of a wall, my recovery dont mount anything.

And so i have a few doubts:

1 - In boardconfig.mk

I have these lines

Code:
BOARD_BOOTIMAGE_PARTITION_SIZE := 0x00a00000
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x00a00000
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x19000000
BOARD_USERDATAIMAGE_PARTITION_SIZE := 0x39800000
BOARD_FLASH_BLOCK_SIZE := 131072

The size must be set based on the cat /proc/mtd result (or so it says on the different guides i found)

Code:
dev: size erasesize name
mtd0: 00a00000 00200000 "boot"
mtd1: 00600000 00200000 "kpanic"
mtd2: 19000000 00200000 "system"
mtd3: 00400000 00200000 "splash"
mtd4: 09600000 00200000 "cache"
mtd5: 39800000 00200000 "userdata"
mtd6: 00a00000 00200000 "recovery"
mtd7: 00200000 00200000 "misc"
mtd8: 00200000 00200000 "tcc"

After searching on the forums and googling i saw that some people use the hexadecimal value of the column size but other people convert it to decimal, what is the right way? are both okay? is the code from my boardconfig.mk up there ok?

2 -

Code:
BOARD_FLASH_BLOCK_SIZE := 131072

This value, after researching it seems that this must be the decimal converted value of the erase column

Code:
mtd8: 00200000 00200000 "tcc"

In this case 00200000 (hex) -> 2097152 (dec), but if i set this value i get and boot.img too big error, i dont know if this is the reason of the mounting not working, but leaving the default value i can make it and the recovery boot.

View 1 Replies View Related

General :: Script For Mounting / Playing ISO?

May 8, 2012

I have a multimedia player in living room and have made ISO files from almost all my DVDs. Easier and faster for all the family.

I have a TF101G (Asus Transformer) with ICS custom ROM and I would use it to play movies. So until now, I ripped my ISO files (themselves ripped from DVD) and converted them into avi or mkv files. I'm tired of doing that and wonder if there would be no one way to read the ISO files.

Code:

mount -o loop -t iso9660 /path/to/file.iso /mnt/somewhere

But then?

1. Is there a reader for unpacking ISO files and play them? Apparently Daroon Player can do it but I do not understand how?

2. Would it be possible, once the reader identified, to create a script that mounts the ISO file and read through the player? How can I do this?

View 4 Replies View Related

HTC EVO 4G :: Force Close With Gallery Root Cause?

Sep 20, 2010

Each time I try to access my "gallery" I get a force close. It will let me open the main gallery folder, but as soon as I select a sub folder it force closes. Any ideas why this may be happening or how to stop it? I don't know if this is a root issue or not but i figured some of the most "informed" people hang out here. Its making it very hard to customize anything.

View 1 Replies View Related

General :: No Option For Mounting SD Card When Recovering

Feb 12, 2014

I'm using celkon a112 smart phone i had rooted my phone with framaroot app and i had installed rom manger when I was changing font of system my phone stopped working now its stuck on boot loop i have tried installed cwm recovery but there's no option for mounting sd card to apply the zip file so any solution for mounting my extsd card.

View 2 Replies View Related

General :: Mounting SDCard With Execute Permissions On HTC ONE

May 6, 2014

I've installed LinuxOnAndroid with Fedora 19, I'm trying to get the /dev/fuse /sdcard to mount with exec permissions.

Currently it's only mounting /dev/fuse without execute permissions.

View 3 Replies View Related

General :: Mounting Partition In Update-script?

Nov 3, 2012

i want to write a update-script that makes some changes on the phone, but before i can extract files, set symlinks, etc. i have to mount some partitions.

The format of the partitions is MTD, but i don't know how to find out which block is for /system, /hidden, /data, etc. and where is the block?

View 4 Replies View Related

HTC Desire :: Force Apps To Install To SD Without Root

Aug 27, 2010

This was linked to within the Froyo Tips thread above however the link connected to a Blog where the blogger no longer wished to support the advice contained therein. He also appears to have taken down his blog completely since then.So here is the guide to installing your apps to SD by default by using the Android SDK and your phone attached to your PC under Disk drive while having USB Debugging active, to have all apps you download install to SD by default.

View 49 Replies View Related

General :: Mounting Second Partition Of SDCARD As Internal Memory?

Aug 17, 2012

my internal SDCARD is corrupted and the /data partition is unusable.

My device is i9003 and it's running on MIUI at the moment. By default MIUI didn't detect my external SD or my internal SD but after editing "vold.fstab" I was able to mount the first partition of my external SDCARD as external memory and everything was good, I could finally use the camera and pretty much do everything else.

But I was still unable to mount the second partition of my external SDCARD as my internal memory which meant none of my messages could be saved and the phone would pretty much go back to factory settings after a reboot, this apparently is because the /data partition (present on the internal memory) stores all the user data such as the time, the theme I'm using, etc and not having a /data partition meant none of these settings were really saved.

Having no internal memory also means I cannot install any apps such as Link2SD.

Moving on, after many hours of googling I found out that it might not be possible to mount the internal memory using "vold.fstab" and the only way to do it could be by mounting the memory manually during init.

I want to use the second partition of my external SDCARD as internal memory, this is likely to solve all my problems and make my phone usable again.

View 9 Replies View Related

Samsung Fascinate :: Force Quit Twlauncher After Root

Oct 23, 2010

I messed up with root for my sf. It turns on normally but it just keeps making me force quit twlauncher, and bunch of stuff so I have no access to my phone. How do I fix this?

View 14 Replies View Related

HTC Incredible :: Sense Force Close / Reloading After Root

Jun 19, 2010

Not sure what I after I rooted my phone but HTC Sense keeps either reloading itself everytime almost everytime i hit the home button from an App (a popup box will come up saying reloading, and my home screen is blank, then stuff appears slowly)OR In the middle of whatever app, i'll get an "HTC sense com.application bla bla force close wait ".Anyone know what I could of done to screw this up?

View 2 Replies View Related

Motorola Droid :: Can I Un-root By Simply Force Updating To 2.0.1

Dec 31, 2009

Let's say I need to exchange my phone for whatever reason. Can I unroot by simply force updating to 2.0.1? If so, can someone post a link to the update file.

View 1 Replies View Related

General :: Error Mounting Emmc And Cannot Detect External SD Card?

May 2, 2013

I am using SGS2 i9100g.

I have flashed from CM10.0, JB4.1.2 to pacman 3.00, JB4.2.2

ISSUES:

1. error mounting emmc and cannot detect external sd card

2. When i want to use camera or gallery, there is an error saying "No external storage available"

Attempted solutions:

I have tried the following but it does not solve my problem

1. re-flash the custom rom and gapps. (full wipe with wipe cache and dalvik cache)

2. reformatted my sd card to fat32.

3. went to recovery to unmount and remount my external sd card

4. tried to mount emmc in recovery but returns an error "error mounting emmc"

5. off and on and also rebooted my smartphone

6. tried these codes shown at the bottom(to manual remount)

- I have a storage folder which has sdcard0 which contains nothing, sdcard1 which contains my file in my external sd card and a usbdisk0 contains nothing also.

- Now i am not sure which is the cause of the problem where i cannot use my camera phone and gallery

View 2 Replies View Related

General :: Increase Internal Memory Of Phone For Apps Without Mounting SD

Nov 5, 2013

How to increase the internal memory of phone for apps without mounting SD card in devices like Micromax Canvas hd and Karbonn S5

View 1 Replies View Related

Samsung Fascinate :: After Second Root Phone Freezes And Force Closes

Oct 30, 2010

I have a rooted Fascinate. After a second re-root my SF has been very buggy. My first root was successful. I messed something up trying to install voodoo and had to flash back to stock. Now, after a second buggy root I am faced with many freezes and FC's. (primarily in com.android.settings, but will float to various apps). Battery pulls don't seem to help. After a certain amount of using my phone, hopping WiFi, maps, email, just normal use, something will need to FC.

Within the next few days I plan on un-lagfixing my phone & un-rooting it. Ultimately I'd like to take it back stock and not root. This leads to my question: what is the best way to flash stock. I don't want anything left. I can tell there was something left from my first root because ads still do not show up. I had an ad block program installed on my first root.

View 2 Replies View Related

General :: Root Smartphone But File Signature Is Not Found In Root Report?

Feb 3, 2014

i try to root my smartphone but file signature is not found in root report respon

View 1 Replies View Related

HTC Desire :: Car Mounting Kit

Jul 27, 2010

I'm looking for a decent car mounting kit. I thought I saw one on mobile fun .co.uk but I'll be damned if I can see the original one I saw when I first got my desire. Does anyone have any experience of what to get / not get?

View 6 Replies View Related

HTC Incredible :: Mounting To PC?

Oct 24, 2010

Rooted 2.2, stock kernel etc. No ROM changes (yet). Trying to xferr some media files from internal mem to SD card. Shouldn't be this hard! USB Debugging checked, rebooted phone, stock charging cable. Connect to PC, select "MOUNT AS DISK" option on phone; AUTOPLAY pops up, but then windows explorer refuses to open and locks up. Only fix is to unplug phone from computer. Booted into Clockwork Recovery and tried to mount system. Now when I plug phone into PC, I show two new drives (good) but then when I click on them in explorer, it says "Please insert a disc into external drive" (BAD). I don't think this should be that tough! Is this a rooted phone issue? A windows issue? A general Android OS issue?

View 3 Replies View Related

General :: Amoi N820 - Cannot Root Using Unlock Root?

Aug 22, 2012

rooting a Chinese Phone. Amoi n820

The device hardware is pretty awesome for the price, but I have problems

installing gApps as they are blocked on the phone.

I have attempted to root using Unlock Root "its supported?" but unsuccessful.

View 9 Replies View Related

HTC EVO 4G :: Mounting SD Card Via USB NOW Slow?

Sep 19, 2010

Didn't have a problem with this before on my EVO and can't recall any settings I might have changed to cause this problem but when I choose the "Disk Drive" connection for "Connect to PC" it takes a long while (minute or so) for the drive to mount. I have the default connection to "Charge Only" but when connected to my computer and I choose the "Disk Drive" option the mount is SLOW. It SEEMS to get a bit quicker if I RE-choose "Charge Only" and then go back to "Disk Drive" to mount the SD card, however, like I said above, it is MUCH SLOWER than before. I used to choose the Disk Drive option and the mount would occur RIGHT AWAY. But not it is slow.

I have installed various apps over the weeks but only recently experienced this slowness. I recall some information about USB debugging conflicting with the SD mount but that option is turned OFF on my phone. Anyone know of any apps that might be known to conflict with the SD mount?

View 10 Replies View Related

Android :: USB Auto Mounting

Nov 9, 2010

When I plug my phone in, it auto-mounts and its very annoying, anyone know what app is doing this? I keep finding apps that do it which I don't have.

View 4 Replies View Related

HTC Desire :: USB Charge Only Keeps Mounting SD

Nov 27, 2010

contrary to what the title says , every time I plug my phone into USB it keeps UNmounting the SD card. Despite me having it set to charge only. Is there anyway to stop this?

View 15 Replies View Related

HTC EVO 4G :: Sd Card Not Mounting And Bootloop

Sep 16, 2010

I have a rooted evo, fresh 3.2, and noticed this morning that my sdcard wasnt mounting, so i did a hard reset and now am stuck in a bootloop, i can enter recovery and bootloader, but since sdcard is not mounting can not preform a nand restore any ideas?

View 2 Replies View Related

HTC EVO 4G :: Automatically Mounting When Plugged Into PC?

Sep 12, 2010

It still says 'charge only' and not 'disk drive', yet when I plug it in I can still open the folder for Evo to view contents and on the phone itself, the SD card is unavailable.

I don't know what exactly I did to cause this. Its especially strange since it says charge only on the phone. Are there any common setting or app culprits for this?

View 3 Replies View Related

HTC Incredible : Third Drive After Mounting

Sep 15, 2010

Has anyone else noticed (after froyo update) that Verizon has added a drive when the phone get's mounted to the PC? One is for the phone, two is for the SD card and the third has some kind of Verizon software/drivers on them.

I know that this has been posted before but I've had trouble finding it by searching the forum. Does anyone know what this software is and if i can remove it so it doesn't appear every time?

View 1 Replies View Related

HTC EVO 4G :: Mounting It To Computer - Should It Show 2 Volumes?

Nov 13, 2010

Wasn't sure if this should be in the troubleshooting section, since there might not be anything wrong. When I mount my EVO, all I see is my 8 gig micro SD card and no other volume. I was assuming that if I wanted to root, I'd need to actually see the EVO its self and not just the SD card.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved