ashyt16
Junior Member
I have made 79 posts
Right now I'm Offline
I joined January 2016
I've received 25 likes
My gender is Male
|
Post by ashyt16 on Feb 1, 2016 3:23:52 GMT -5
Is this when creating the backup? Can you extract the PIT file with EFS PRO under the Samsung tools tab? We can still this with the DD command. Can you run the following command in a terminal on your device, either ADB or a terminal app will do. This will give me the partition layout then post it here: For some reason this stupid board wont allow me to post the command, so Ive posted it on pastebin: pastebin.com/3ptEEDYMTo save time if the APNHLOS partition points to dev/block/mmcblk0p1 which I'm confident it does then the command below typed into a terminal emulator on the device should flash the image to the right partition. If it isnt don't use the command. However first you will need to extract NON-HLOS.bin from one of the files I previously sent you and place it in the root of the internal sdcard /sdcard. Move the backup of NON-HLOS.bin that was made in /data/media/0 when you flashed the previous zip in TWRP to somewhere safe then place the extracted NON-HLOS.bin in /sdcard Then run these commands exactly as they are from a terminal: su dd if=/sdcard/NON-HLOS.bin of=/dev/block/mmcblk0p1
|
|