Most of the OEMs release their device in different variations according to localization, network connectivity and also storage capabilities and obviously the more storage the smartphone has the higher the rate will be. LG G2 was released in 2013 and was released in 10 different variants and two models with 16 and 32 GB storage. Now if you have purchased a 32GB LG G2 and because of a Wrong firmware flash or due to any other problem, it is showing 16GB instead of 32GB, what will you do, first thing, Freak Out! next thing, install any other custom ROM and if that doesn’t work either, start looking for the solution.
If you are looking for a solution to such thing then you are on the right spot, last time we posted the same thing about Nexus 5 and it worked like a charm, it recovered the Nexus 5 from 16 to 32 GB again. It mostly happens, when you tired to install a 16GB model firmware on 32GB model, sometimes it happens because of a hard reset. Many times it can be solved by restoring the device to the original firmware, if still not then follow the tutorial below.
Contents
Download the Following Files:
adb shell
su
cd /system
./parted /dev/block/mmcblk0 –
adb shell
su
cd /system
./dd if=/system/bin/sgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=61071327 conv=notrunc
./dd if=/system/bin/pgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=0 conv=notrunc
This post was last modified on May 27, 2015 6:35 pm
Snapchat is a popular social sharing platform so when something goes wrong it can be…
Android 12 Compatibility Definition Document (CDD) calls for device manufacturers to specify the performance classes…
New features in Telegram Beta 8.0.0 for Android include group video chat 2.0, live video…
Download the Blackout Bingo app on your PC. With a competitive twist to the classic…
Download the Wombo app on your PC. All you have to do is add a…
Download the Golf Rival app on your PC. Follow the steps discussed below to get…
This website uses cookies to provide you up-to-the-mark services.
View Comments
Hello,
I`m trying to follow this memory fix but its not working.
After copying 9 files to system/bin and chmod to 775.
tried to run the commands on Minimal ADB and Fastboot but I keep getting an error saying:
/system/bin/sh: ./parted: not found
127|root@android:/system #
Please your helpOren
Are you sure your device is rooted...???
Hey
I am try this but I getting parted: not found problem in adb
my phone rooted and recovered
check commands please,,
I have the same probleme but my device should be rooted.
how to fix permission in total commamder... :(
At the last command it says ./dd: not found, what can I possibly do here? TIA
here is the attached pic of command window. :)
This code is wrong.
./dd if=/system/sgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=61071327 conv=notrunc
./dd if=/system/pgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=0 conv=notrunc
It should be:
./dd if=/system/bin/sgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=61071327 conv=notrunc
./dd if=/system/bin/pgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=0 conv=notrunc
As you put your files in System/bin.
It should work if you do this way.
Good luck!
Hello . I am having the same issue and still I can't solve because I can't go back to my stock rom . And in the another thread or article it says that the phone must be kitkat but the stock firmware of my phone is now lollipop and I can't find any working links to download some kdz (particularly kitkat).
Help thanks :)
my phone storage fix ahahahah
do you want to know how
all file must place in sytem folder not inside bin folder
and use this code
adb shell
su
cd /system
parted /dev/block/mmcblk0
then enter then quit
then enter this
adb shell
su
cd /system
copy paste this
./dd if=/system/sgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=61071327 conv=notrunc
./dd if=/system/pgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=0 conv=notrunc
Wait for a few seconds till it is finished and then reboot your LG G2 into the Download Mode.
Now, you need to install the correct 32GB firmware on your phone
When your LG G2 boots up again, it should show 25GB user storage on SD Card.
non of this worrked for me but from twrp 2.8.6.1 full format did the trick...thanks