General :: How To Resize Partitions

Sep 26, 2013

how to increase size of /system and decrease size of /data? (huawei mediapad)

General :: how to resize partitions


General :: I9100 Partitions - How To Merge In ADB

Jan 24, 2014

I had an encrypted I9100 on Cyanogenmod 9. After a factory reset I installed Cyanogemod 10.1. Everything runs smoothly, but about 12gb of my internal sd space was misplaced during the installation and is now missing. Only 2 gb is currently available. /sdcard cannot be mounted, something about /sdcard/android_secure

I ran some commands in adb, and the space is still there, but it needs to be replaced / repartitioned somehow.

df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 395.6M 48.0K 395.6M 0% /dev
/dev/block/mmcblk0p7 98.4M 87.0M 11.4M 88% /cache
~ # mount /data

[code]....

View 3 Replies View Related

General :: No NAND Partitions On A13 Allwinner

Jul 9, 2013

I recently acquired an A13 tablet and wanting to install CM10 on it I first installed CWM 6.0.2.8 according to the famous manual (if it's relevant I'll post the exact url). Anyway, it got stuck on CWM (doesn't boot normally). Now I figured it can't install since using 'adb shell' and looking at /proc/partitions -- nothing is there!
"""
cat /proc/partitions
major minor #blocks name

179 0 15558144 mmcblk0
179 1 15554048 mmcblk0p1
"""

So I have no internal memory to use -- no internal memory to install to, right?

"""
ls /dev/block
loop0 loop2 loop4 loop6 mmcblk0 nandf ram0
loop1 loop3 loop5 loop7 mmcblk0p1 platform ram1
"""

Seems that only nandf exists, which means I can't cat into nandg and sync and install new img. Right? Or am I missing something? How do I fix this?

View 9 Replies View Related

General :: Use Unmounted Partitions In INTERNAL Storage?

Feb 8, 2014

My phone has 4gig of internal storage, but the system seems to be using only 3 500mb partitions... /system, /cache, and /data... and a couple of other small partitions.

At the end of mmcblk0 is p6 that is about 2GIG and NOT MOUNTED! Is that space needed for something, or can I add it to /data (p5)? or create a mount point for it? and if so, HOW?

View 1 Replies View Related

General :: Create New Partitions And Size Mismatch?

Oct 18, 2012

Is a nandroid backup creating new partitions when it is flashed?

What happenes, if a Nandroid backup was created from a 2 GB SD card and is flashed onto a 8 GB SD card? - size mismatch error?

€dit:My Phone has an internal SD Card - normally not accessible.

I changed it from 2 GB to 8 GB - phone is working properly.But what about existing Nandroid Backups?

View 2 Replies View Related

General :: Android Is Half Bricked - Partitions Seems Broken?

Feb 2, 2012

I've got a Motorola Flipout, just yesterday night I was copying and moving files to /system/bin (having root).

Lik this:

Code:
cp /sdcard/binaries/iptables-save /system/bin

But then I have did something wrong, typed something like this instead.

Code:
cp /sdcard/binaries/rfkill/system/bin

That throws me an error (normal) but then everything was screewed up.

The files and folders have been dissapeared to `ls` command.

`ls /` shows / doesn't exist.

`ls` shows nothing.

when i enter to accounts it reboots, doesn't detect sdcard partition...I do a rollback with a partial backup from 30 days ago, and still appear nothing.

It's like the partition system have been screewed up.This can solved reflashin again with sbf_flash ?

View 1 Replies View Related

General :: Flash Image Recovery Gives Error Scanning Partitions

Nov 1, 2011

Current issue is that I my phone will boot just fine into regular startup however it will no longer boot into recovery mode.

I have tried the below methods but the main problem that I run into is that when I issue flash_image recovery /sdcard/recovery.img(I have tried multiple img files such as the clockworkmod and SPRecovery) however none of them have worked they are receive the below message.

# flash_image recovery /sdcard/recovery.img
flash_image recovery /sdcard/recovery.img
error scanning partitions

What I need at this point is either a way to get some form of recovery loaded either the out of the box version or clockworkmod version working so I can flash my phone and get gingerbread loaded. Or I need to break the OS to the point where the phone will not load past the boot loader.

Phone information:
Droid 2 Global
System Version 2.4.330.A956.Verizon.en.US
Android Version 2.2
Kernel Version 2.6.32.9-g9e2c63d

What I have looked at so far: [URL] .....

View 2 Replies View Related

General :: Sony Xperia Tipo - Merge Device Partitions

Aug 15, 2013

I have SONY XPERIA tipo with 803MB Internal Sotrage and 2.20 GB.

I have rooted the phone, and set external 32GB card as the default SD card (i.e. phone thinks its internal memory is 32GB) via changes in /etc/vold.fstab file.

The result is that phone regards the 2.20GB space as external memory.

I can move many applications to 32GB card, however some applications e.g. BusyBox, GCC Toolchain, and Chrome are not movable to Internal storage (32GB) or external storage (2.20GB).

Since the 2.20GB space is of no use for me, and it is mounted under the same device where "phone memory" 803 MB is mounted i.e. :

/dev/block/mmcblk0 = 3909 MB
/dev/block/mmcblk0p11 = 524 MB
/dev/block/mmcblk0p11 = 167 MB
/dev/block/mmcblk0p15 = 803 MB
/dev/block/mmcblk0p16 = 2311 MB

Surely, the last partition "/dev/block/mmcblk0p16 = 2311 MB" is the free storage not being used, and "/dev/block/mmcblk0p15 = 803 MB" is the phone memory, which I want to extend/increase.

My question is: Is it possible to merge the alst 2 partitions (e.g. by formatting 2.2GB space and then merging it with the 803MB space. This way my phone will have its system memory pretty large, and I will be able to install more applets through BusyBox as well as Chrome etc.

View 3 Replies View Related

General :: Allwinner A13 Tablet With Split Internal Memory / How To Merge Partitions

Feb 6, 2013

I have a generic Allwinner A13 7" tablet essentially identical to this one. The internal memory is set so that part of it is seen as internal, and part as a fake SD card mounted on /mnt/sdcard. Actual SD cards get mounted to /mnt/extsd.

I find this very annoying for a number of reasons, and would like all the internal memory to be seen as internal with no fake SD cards, and SD cards to be mounted to /mnt/sdcard. If this were one of those tablets capable of running Linux I'd run gparted and do the job from there, but it isn't.

Is there any way to merge the two internal memory partitions into just one?

I'm aware I can edit vold.fstab and invert the two mount points, and I'll keep it as a fallback solution, but I hate the idea of wasting a gig of useful internal space like that.

View 2 Replies View Related

General :: Failed Scanning Partitions Error While Flashing Recovery Through Terminal Emulator

Jun 9, 2013

I am on twrp recovery version 2.1.3 and to upgrade to 2.5.0.0 I used the Google .im app but even after the message showing that recovery was flashed successfully, when I reboot into recovery I still see the 2.1.3 twrp only..So I tried flashing it with terminal emulator but it didn't work.This error shows up every time failed scanning partitions failed with error : - 1

I tried putting the .img file in the root folder as well but it didn't work..I tried naming the root of sd card as storage/emulated/legacy, storage/ emulated / 0, /sdcard, etc but it keeps on giving this error every single time!

View 1 Replies View Related

General :: Android Boot Sequence And Backup / Access To Boot / Recovery Partitions?

Oct 4, 2012

I try to understand android boot sequence on my JB (under CM10). I found some docs and there should be specific partitions (boot, recovery, system, cache, data).

My understanding of the boot sequence is now:

A) normal boot:
1) Power ON ->
2) bootloader ->
3) boot-partition where i flashed the kernel aka boot.img ->
4a) system-partition with the OS (libs, UI, etc) where i unpacked over CWM my customROM.zip ->
4b) data-partition, where i unpacked google-apps.zip and installed all the apps ->
4c) cache-partition with user data

B) recovery boot (adb reboot recovery):
1) Power ON ->
2) bootloader ->
3) recovery-partition with CWM where i may unpack all the .zip stuff to proper partitions, or restore from sdcard, etc.

Is this correct? I wonder, because i didn't installed CWM into recovery-partition. It cames from install of CM10 (fastboot -i 0xfce flash boot boot.img), so it must be in boot-partition and not in recovery?

So, next confusion: i looked up to /proc/mtd and i don't see neither boot nor recovery partition here:

Quote:

# cat /proc/mtd
dev: size erasesize name
mtd0: 19000000 00040000 "system"
mtd1: 00600000 00040000 "appslog"
mtd2: 06580000 00040000 "cache"
mtd3: 1a400000 00040000 "userdata"

I did a backup with CWM and loocked the data. There aren't boot, and recovery backups:

Quote:

# ls -lha /sdcard/clockworkmod/backup/2012-10-04.18.49.55/
d---rwxr-x 2 system sdcard_r 4.0K Oct 4 18:56 .
d---rwxr-x 3 system sdcard_r 4.0K Oct 4 18:49 ..
----rwxr-x 1 system sdcard_r 1.6K Oct 4 18:54 .android_secure.vfat.dup
----rwxr-x 1 system sdcard_r 54.6M Oct 4 18:55 cache.yaffs2.img
----rwxr-x 1 system sdcard_r 360.2M Oct 4 18:53 data.yaffs2.img
----rwxr-x 1 system sdcard_r 212 Oct 4 18:56 nandroid.md5
----rwxr-x 1 system sdcard_r 214.6M Oct 4 18:51 system.yaffs2.img
#

So, i think i didn't understand the boot sequence and partition schema corectly.

View 2 Replies View Related

General :: Possible To Resize Circles Widget?

Mar 28, 2013

Ive had my Droid Razr M for less than a week and I love it. I really like the Circles widget, but I want to make it smaller, is it possible to resize it? I dont see a way to get into an options menu for it.

View 1 Replies View Related

General :: Resize PNG From MDPI To HDPI?

Feb 16, 2012

Any app which can mass resize .png from HDPI resolution to MDPI!

I had seen a similar app for MAC but any such application for windows!

View 9 Replies View Related

General :: No Option To Resize Widgets

Jun 10, 2013

I recently installed it and there as few problems I can't seem to solve:

1. There is no option to resize widgets. It is supposed to support it, but there is just no way. Whether in Free mode or not. How to do it?

2. In the app drawer, many apps are displayed twice, some apps don't appear at all, and there are some apps that I don't even have installed...

View 3 Replies View Related

General :: Resize CM 11 Power Widgets

May 30, 2014

I want to resize power widgets in cm 11 they are very small. I've tried to change the dip in systemui.apk(power_widgets.XML) but no luck

View 1 Replies View Related

General :: Resize Framework While Porting ROM

Oct 6, 2013

I have a problem while porting rom, I port from qHD (960x540) to HDPI (800x480) but..., how to resize it ??

View 1 Replies View Related

General :: Resize Photo Before Sending Email?

Aug 19, 2011

Ok, I am sure this has been discussed... BUT One of the really nice things about iOS is the option to choose size of photo before email is sent.

I hate sending 2-3MB emails.

It is one of the few things iOS has going for it IMO.

I like taking High Res pics, but I shouldn't have to resize the master pic before sending... It is too many steps.

Has no one made the app to allow more of this iOS experience?

View 3 Replies View Related

General :: CM7 Theme Small Buttons - How To Resize

Oct 16, 2012

I installed a few CM7 Themes and tried them. Now all my buttons are about half the size. Is there a way to get the original size back?

Is there a way to resize the buttons in every theme, without buttons changed back on reboot?

View 2 Replies View Related

General :: Unable To Find Resize Option

Oct 11, 2012

I like having big icons on my phone but I'm having trouble figuring out how to do that. It seems the only launcher that will let me resize the icons is Go Launcher but I find it to be bulky and cumbersome is there any other launcher out there that will let me resize or even an app which will do it for me? I've used desktop visualizer to no avail and I'm pretty sure I've gone through most of the more popular launchers but was unable to find a resize option in them.

My phone is unrooted and I'm using a Xperia Pro.

View 2 Replies View Related

General :: HTC Explorer - How To Resize System Partition

Mar 12, 2014

I am using HTC explorer and a few other android devices. The main problem I face while flashing new roms is the lack of space in System partition! Is there any way to decrease the space of /data and add it to /system? Then I can use int2ext or m2sd script to move /data to /sdext!

View 3 Replies View Related

General :: How To Resize System Partition Of JB 4.2.2 On Cubieboard

Oct 17, 2013

resize the system partition of an Android JB 4.2.2 on cubieboard?

Image: sun7i_android_sugar-cubieboard2-8192cu.img

I need more room (it's only 512MB) to install apps.

Well, the APP disk space (nand partition) is very small and the internal "sdcard" too big.

When I install a few applications the space runs out and the system becomes unstable.

I need to increase the nand and decrease internal sdcard to gain more room to my apps...

Well, I started the process by using the tools:

1) To unpack/repack: imgRePacker_204
2) The image ROM: sun7i_android_sugar-cubieboard2-8192cu.img (Android 4.2.2)
3) To burn to flash: PhoenixSuit1.0.6
unpacking the ROM creates a folder named sun7i_android_sugar-cubieboard2-8192cu.img.dump

So, somewhere in internet I see to change the sys_partition.fex file, and search the system nand partition:

Code:
;------------------------------>mmcblk0p8/nande
[partition]
name = data
size = 1048576
user_type = 0x2
so, I change 1048576 to 2097152 (2097152 * 1024 = 2GB)

but :

1) In installed android, the system has only 512MB and not 1GB as show.
2) By increasing this value, nothing happens when I repack back to IMG and flash to the nand.

(all unpak, change, pack, flash process is fine ! )

Here is my devices list and size:

Code:
NAME SIZE MOUNTPOINT LABEL
nand 3.8G
|-nand1 16M Volume
[Code] ......

View 2 Replies View Related

General :: Crop And Resize Photos From Gallery?

Aug 19, 2012

i need an app actually a photo widget. I need to crop and resize the photos from the gallery and keep as a widget. I used 2-3 apps from market but resizing was nt proper. s

Also i need a good hd rpg game like Dungeon Hunter. I have tried many games like zenonia,third blade etc. But i need hd quality like Dungeon Hunter.

View 3 Replies View Related

HTC EVO 4G :: Removing The Partitions

Nov 18, 2010

I partitioned my SD for app2sd and now that im having some problems (may or may not be related to the app2sd) i want to remove it. I booted in to recovery and did partition. set the ext and swap to 0 and the remaining for fat and it chewed for a min and then smiled and carried on. yet it was still there. i went in to ADB shell and ran parted /dev/block/mmcblk0 and printed a list (saw all 3) and did rm 1 rm 2 rm 3, printed again, all still there. i found the log that the recovery wipe made and it did the same thing i did and it showed an error saying it cant create overlapping partitions (because they were never deleted)

so, from recovery i mounted the SD to windows, went in to diskpart and removed them there, which seemed to work, but again, its still the same... disk manager as well.. no luck is there some sort of lock im missing? why on earth cant i delete and recreate my partitions? these are the steps i took to get the app2sd working
How to manually partition your SD card for Android Apps2SD - Android and Me

View 5 Replies View Related

General :: How To Resize Lockscreen Mod To WVGA From 720p / 1080p

Feb 16, 2013

i want to resize this lockscreen mod to wvga from 720p /1080p,

[URL]

How do i do it?

View 3 Replies View Related

General :: How To Resize / Increase /data Partition Size

Apr 22, 2014

My phone has 4GB internal ROM with below partitions:

1. mmcblk0p1 1024 ebr1
2. mmcblk0p2 10.00 MB protect_f ->EXT4
3. mmcblk0p3 10.00 MB protect_s ->EXT4
4. mmcblk0p4 750.00 MB android ->EXT4
5. mmcblk0p5 376.00 MB cache ->EXT4
6. mmcblk0p6 1.20 GB usrdata ->EXT4
7. mmcblk0p7 1.27 GB fat ->VFAT

Now, mmcblk0p7 (1.27 GB of vFAT) partition is used as sdcard1 but I also have a 8GB of mnt/sdcard partition. So, the mmcblk0p7 partition is totally useless in my phone. My questions are:

1. Can I add/merge mmcblk0p7 partition with mmcblk0p6 (/data) partition?

2. Or, Can I re-size/increase my mmcblk0p6 (/data) partition from mmcblk0p7

3. Or, Can I make the mmcblk0p7 as a swap partition like linux OS?

My Phone info:

Chip: MTK 6572
Android Version: 4.2.2
Basebad version: MOLY.WR8.W1315.MD.WG.MP.V1.P1, 2013/07/13 13:02
Kernel version: 3.4.5

View 3 Replies View Related

General :: Samsung Galaxy 3 - How To Use / Resize Rom System Storage

Feb 12, 2012

i have a samsung galaxy 3 and i would like to know how to use or resize the rom system storage (I have around 50mb free space, because i removed all stock useless apps) to get more internal storage? I can't move app in my sdcard because it's full

View 1 Replies View Related

General :: How To Resize HDPI / MDPI 9 / PNG IMAGE To LDPI

Apr 9, 2013

how to resize 9/png images(HDPI/MDPI) to LDPI SIZED?

View 1 Replies View Related

General :: Finding An App That Will Automatically Resize And Send Multiple Pictures?

Jan 27, 2012

I frequently email pictures from my phone. My iphone used to allow me to select a few pictures and send them. It would automatically resize so that recipients didn't get huge files.

I have not to date found a way to do this on android. I can go into quick pik or other programs and resize a picture manually... then select several and email.. but this is cumbersome and results in duplicates of my pictures in my gallery. I can't easily tell which is the big picture file and which is the small.

Is there a program out there that will automatically resize and send multiple pictures? This could be a separate program that sends to gmail or an email program itself.

View 11 Replies View Related

General :: Cube U9GT 2 Tablet / 4.0.3 - How To Resize Default ICS Widgets

Jan 21, 2012

The widgets on my Cube U9GT 2 tablet running on Android 4.0.3 / Ice Cream Sandwich are huge. Please check out the attached screenshots.

I am using the default ICS launcher. I could not resize them by tapping and holding - there would not be any widget resize handles. I would like to "hack" the config files to shrink these widgets to a more sensible size.

View 5 Replies View Related

General :: How To Resize Screen To Match Adapter Opening Size

Dec 14, 2012

I have a aftermarket navigation system in my car that includes an adapter to conect other screen in the upper dash. this adapter is to connect to OEM screen of the car but i dont need it.

my idea is to conect a chinese tablet i have here. the tablet is a 7''. the adapter lets me mount the tablet but i wont be able to see all the screen.

Can I resize the screen size to match the adapter opening size?

View 1 Replies View Related







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