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
Jun 24, 2010
I recently rooted my Motorola Droid and I am trying to run Rom Manager by clockworkmod and when i attempt to Flash Clockworkmod Recovery I get an error saying, "An error occurred while attempting to run privileged commands!" Can someone offer me some help on what to do, I have tried uninstalling and turning the phone off.
View 20 Replies
View Related
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
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
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.
View 1 Replies
View Related
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
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
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
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
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
Sep 21, 2012
I'm working on creating a custom CWM Flashable ROM (zopo zp900).
I'm making a updater script, but I'm having trouble finding all the partitions for my phone, especially the /boot partition.
See the quote down there, that's what I'm trying to achieve except for my device.
Quote:
dev: size erasesize name
mmcblk0p17: 00040000 00000200 "misc"
mmcblk0p21: 0087f400 00000200 "recovery"
mmcblk0p22: 00400000 00000200 "boot"
mmcblk0p25: 22dffe00 00000200 "system"
mmcblk0p29: 09800000 00000200 "lib"
mmcblk0p27: 090efc00 00000200 "cache"
mmcblk0p26: 496ffe00 00000200 "userdata"
mmcblk0p30: 014bfe00 00000200 "devlog"
mmcblk0p31: 00040000 00000200 "pdata"
mmcblk0p28: 00010000 00000200 "extra"
View 1 Replies
View Related
Dec 25, 2012
How to know the mount points using terminal emulator ??? I guess i dont have mtd partition. How to check that too ?
I really wanna know my mount points. I have karbonn a21 running ics 4.0.4
View 9 Replies
View Related
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
Aug 21, 2013
I moved from Galaxy S4 to Galaxy Note 2.
Everytime I take a new phone, during initial setup it gives me to restore my settings from Google which when I enable I get all my saved wifi-access points.
This time however by mistake I didn't allow Google to restore that data in my Note 2 so now I haven't got any saved WiFi passwords.
I had backup of all user and system data from S4 via titanium backup and I tried to restore WiFi access points in Note2 which wont work (maybe compatibility or something, I don't know)
how can i re-enable or force a re-sync that Google to restore my WiFi access points to my mobile or what can i do to get all my saved WiFi profiles back.
View 5 Replies
View Related
Mar 25, 2012
I have just got a Motorola Milestone 2 and have used MotoCast to transfer my iTunes music over. I listen to a lot of radio plays in mp3 format on my iPad and Mac, as well as my Android phone. If I tell iTunes that the plays are Audiobooks and to remember the position that's no problem, they can pick up where I left off across the iPad and Mac, but I can't seem to do this in Android.
I use Poweramp on Android to listen to the plays and have experimented but can't seem to get it to sync where I last played.
View 1 Replies
View Related
Nov 13, 2013
I use an AppLocker on my daughter's phone. It works great, but there is one problem it causes.I need to keep her and others out of the settings so it's blocked. But I need to be able to allow her to add access points so she's not eating away our data plan.
Is there an App Locker that will allow this? Or is there an alternative Wifi manager that I could install and allow that would work even when settings is blocked?
View 1 Replies
View Related
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
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
May 12, 2012
I need go to the FastBoot menu becouse i need change the splash screen - boot image (bootlogo)
If i push + / - / power buttons, always i will go to the ClockWorkMode.
Huawei sonic U8650
Android 2.3.5
Root
ClockWorkMod
OC Kernel
View 9 Replies
View Related
Jul 29, 2012
I'm using micromax A73 and trying to flash recovery mode on it. I have appropriate .img file of clockworkmod with me. I tried to flash it using androidforums.com's sp flash tool method..
But its showing some error on SP flash tool.. (snaps attached). I tried bot a75 drivers and official a73 drivers. But no use. how should i flash this clockworkmod.. Is there any other method to flash?
View 2 Replies
View Related
Nov 18, 2013
I done a backup using Clorkwork Mod before I flashed a new ROM onto my phone. Now when i am trying to restore the backup onto the phone using CWM it completes the task but whenever I reboot the phone it gets passed the first samsung screen but hangs at the second SAMSUNG screen where the text is pulsing.
I have tried Wipe / Data factory reset, Wipe Cache, Wipe Dalvick and fix permissions. None of these seem to make any difference. The only thing that has worked in flashing a new ROM but I do not want to lose any of my apps /configs.
View 1 Replies
View Related
May 4, 2012
I just received a used phone that, when powered on, has Clockworkmod Recovery.
Why would this be on the used phone? Has the OS or phone been tampered with by previous user?
I cannot figure how to get to main phone screen.
View 2 Replies
View Related
Dec 4, 2013
I have unfortunately formatted my usb storage which contains cwm.zip and custom rom...now whenever i boot the device there's no sd card avilable...
I tried by inserting exrternal sd card also and connecting phone to PC via usb but in Pc also, I cant find the drive (may be coz of no drivers ???)I want to change the custom rom i have installed because it doesn't show sd card and cant find network so my phone become useless..get back my usb storage so that i can install another custom rom...
View 3 Replies
View Related
Feb 16, 2013
I was wondering if you could change the ClockworkMod recovery, and if so, how?
View 9 Replies
View Related
Jan 12, 2012
I have purchased a Micromax A85, and looking for CWM for it. Is there a link, or is someone working on developing it?
View 2 Replies
View Related
Sep 8, 2011
why do you have to use clockworkmod to flash custom ROMS? If you can flash backups from the stock android kernel, why not ROMS?
View 4 Replies
View Related
Oct 11, 2011
I'm on a Galaxy S2 running Gingerbread 2.3.4, my baseband version is I9100XXKI1 and my kernel version is 2.6.35.7-I9100XWKH4-CL487028root@DELL136 #2
Using Odin3 v1.85 and S2 Root. (Superoneclick kept freezing on me)
My aim is to install Cyanogenmod 7.1.
So far I started off by trying to flash it with XWKDD Insecure, which I believe is wrong? However after rooting it, I installed ClockworkMod Recovery, downloaded the ROM and tried installing it - which is where the problem started - I kept getting the error in recovery mode 'Invalid whole-file signature'.
It just wouldn't boot in to ClockworkMod Recovery.
So after some digging around I managed to find a file to flash to my device for the CWM Recovery mode, tried it, and it worked. However, I still couldn't install Cyanogenmod from my SDcard.
I tried it a few times, wiped/formatted a few times and ended up getting my device stuck in a bootloop.
So, I've managed to get it out of the boot loop, and started fresh...
I flashed it with XWKH4 Insecure, unrooted, rerooted etc.
I've downloaded CWM again, downloaded the Cyanogenmod again, tried installing it, and once again it's gone back into Androids recovery and failed to install because of the 'whole-file signature' and failing to verify it.
I did post this in Q&A as well, however it doesn't seem to be as popular a forum as this one, I'm not really looking to wait for days for a response.
View 9 Replies
View Related
Jan 18, 2012
I have a Velocity Cruz t301. I'm not able to root it yet with ClockworkMod. Is there an instruction manual for ClockworkMod somewhere ???
View 5 Replies
View Related
Sep 27, 2013
randomly yesterday my phone shut off and rebooted itself. Well, it became stuck on the Samsung boot screen. So I reset it again, and again, and again. Eventually I went into recovery mode and clicked the wipe data/factory reset button. Actually, at first I clicked the wipe cache button. So I rebooted it, and now everytime it boots it goes straight to recovery mode (Volume Up, Home, Power). So i began looking for solutions and decided it would be best to restore to a stock Rom. Well I downloaded one, and attempted to look for it in the internal SD card but all it said was "unable to mount sd". Did some more research, and found something called odin. I went into download mode and odin was able to recognize my device. Loaded up my stock rom (pda, .md5) and it would say this:
Quote:
<ID:0/003> Added!!
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..
<OSM> Please wait..
<OSM> KIES_HOME_I317UCAMA4_I317ATTAMA4_578342_REV04_user _low_ship.tar.md5 is valid.
<OSM> Checking MD5 finished Sucessfully..
<OSM> Leave CS..
<ID:0/003> Odin v.3 engine (ID:3)..
<ID:0/003> File analysis..
[code].....
Not entirely sure why it stopped at recovery.img. I installed the Samsung Drivers from the website and still nothing. Uninstalled odin and went to an older one, still same message. Installed a newer one, still same message.
View 9 Replies
View Related
Nov 22, 2012
My device is stuck in a bootloop with an incorrect rom. I wanted to flash the corrects rom, but when I tried to do so, clockworkmod gave me this:
''No files found''
I already used several SD card, which were NOT empty, but it kept giving me this error.
View 2 Replies
View Related