Skip to content

Commit

Permalink
Make AOKP romslot-2 and add updater_script warning
Browse files Browse the repository at this point in the history
Change-Id: I3dd3b216c86436cd49cba9c27df68223a3d29b23
  • Loading branch information
dhacker29 committed Mar 16, 2013
1 parent 2b39aa4 commit c5124bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions releasetools/solana_ota_from_target_files
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,8 @@ def WriteFullOTAPackage(input_zip, output_zip):
# script.WriteRawImage("/boot", "boot.img")

script.ShowProgress(0.1, 0)
script.Print("If you installed this in other than romslot-2")
script.Print("it will not boot!!!!!! This will be fixed soon.")
device_specific.FullOTA_InstallEnd()

if OPTIONS.extra_script is not None:
Expand Down
6 changes: 3 additions & 3 deletions root/init.mapphone_cdma.rc
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ on fs
mkdir /ss 0777 root root
mount vfat /dev/block/emstorage /ss
# end SS3 setup
mount ext3 loop@/ss/safestrap/rom-slot1/system.img /system wait noatime nodiratime barrier=1
mount ext3 loop@/ss/safestrap/rom-slot2/system.img /system wait noatime nodiratime barrier=1
mount ext3 /dev/block/pds /pds nosuid nodev noatime nodiratime
mount ext3 loop@/ss/safestrap/rom-slot1/userdata.img /data nosuid nodev noatime nodiratime
mount ext3 loop@/ss/safestrap/rom-slot1/cache.img /cache nosuid nodev noatime nodiratime
mount ext3 loop@/ss/safestrap/rom-slot2/userdata.img /data nosuid nodev noatime nodiratime
mount ext3 loop@/ss/safestrap/rom-slot2/cache.img /cache nosuid nodev noatime nodiratime
on post-fs
# Enable PVR modules
insmod /system/lib/modules/pvrsrvkm_sgx540_120.ko
Expand Down
6 changes: 3 additions & 3 deletions root/init.mapphone_umts.rc
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ on fs
mkdir /ss 0777 root root
mount vfat /dev/block/emstorage /ss
# end SS3 setup
mount ext3 loop@/ss/safestrap/rom-slot1/system.img /system wait noatime nodiratime barrier=1
mount ext3 loop@/ss/safestrap/rom-slot2/system.img /system wait noatime nodiratime barrier=1
mount ext3 /dev/block/pds /pds nosuid nodev noatime nodiratime
mount ext3 loop@/ss/safestrap/rom-slot1/userdata.img /data nosuid nodev noatime nodiratime
mount ext3 loop@/ss/safestrap/rom-slot1/cache.img /cache nosuid nodev noatime nodiratime
mount ext3 loop@/ss/safestrap/rom-slot2/userdata.img /data nosuid nodev noatime nodiratime
mount ext3 loop@/ss/safestrap/rom-slot2/cache.img /cache nosuid nodev noatime nodiratime
on post-fs
# Enable PVR modules
insmod /system/lib/modules/pvrsrvkm_sgx540_120.ko
Expand Down

0 comments on commit c5124bb

Please sign in to comment.