Skip to content

vinaysalunke/android_device_pantech

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This makes a modified perst build.  Modified as in blkmmc0p14 is system and blkmmc0p27 is data.  This gives the presto 12g shared data/sdcard partition.
This also uses mtp instead of mass storage.

This will of course erase the internal sdcard.

When built, go into bootloader and fastboot flash recovery recovery.img first.
then boot into recovery. in recovery go to mounts and storage, and format /data and /data/media (sdcard) when done mount /data then from a computer go into adb shell

mkdir /data/media
mkdir /data/media/0
chown -R media_rw media_rw /data/media
chown -R media_rw media_rw /data/media/0

exit

now flash the build and gapps, and reboot into system

Note , it will take a few minutes for mtp to initialize and internal and sdcard to show up.


About

Device tree for pantech presto for 12g data blkmmc0p14 is system and blkmmc0p27 is shared data and sdcard thanks to PantechDevTeam fot inital tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 41.6%
  • C++ 37.1%
  • Shell 12.6%
  • Makefile 5.3%
  • Java 3.4%