[DEV][Q] How can i make a odin package of a modifidy stock rom? - Galaxy S Advance I9070 Q&A, Help & Troubleshooting

Hi Guys,
I Have a rooted Galaxy s advanced. I have modified the stock rom (build I9070XXLQE) android 4.1.2. and now i'm trying to make a flashable odin pakage. after exporting the data and system block to a .img file. and putting them in a md5sum file. Odin get stuck on initializing. does someone know how how to make a working odin pakage for the i9070?

And why would you like to do that?
Isn't it easier to rather make a nand backup?
I do not respond to tech support via PM

dikkekip said:
Hi Guys,
I Have a rooted Galaxy s advanced. I have modified the stock rom (build I9070XXLQE) android 4.1.2. and now i'm trying to make a flashable odin pakage. after exporting the data and system block to a .img file. and putting them in a md5sum file. Odin get stuck on initializing. does someone know how how to make a working odin pakage for the i9070?
Click to expand...
Click to collapse
Do this in windows:
tar -H ustar -c nameofthefile.img > nameofthefile.tar
md5sum -t nameofthefile.tar >> nameofthefile.tar
rename nameofthefile.tar nameofthefile.tar.md5
You need in the same folder md5sum.exe and tar.exe
Sent from my GT-I9070

rolling out on 350 devices
Shaaan said:
And why would you like to do that?
Isn't it easier to rather make a nand backup?
I do not respond to tech support via PM
Click to expand...
Click to collapse
Naidroid backup is nice and works great. the problem is I have to roll out the modified rom on 350 i9070 android devices. so a odin package would be nice. Do I have to flash the data package with the odin files to copy everything ?

still no luck, I'm able to make a odin package now. the only problem is the device that I flash. has no system applications, problems like no keyboard and a crashing google services..
plz help ?
I'm using
adb shell
dd if=/dev/block/mmcblk0p3 of=/mnt/extSdCard/system.img bs=4096
dd if=/dev/block/mmcblk0p5 of=/mnt/extSdCard/userdata.img bs=4096
dd if=/dev/block/mmcblk0p3 of=/mnt/extSdCard/system.img bs=4096

dikkekip said:
still no luck, I'm able to make a odin package now. the only problem is the device that I flash. has no system applications, problems like no keyboard and a crashing google services..
plz help ?
I'm using
adb shell
dd if=/dev/block/mmcblk0p3 of=/mnt/extSdCard/system.img bs=4096
dd if=/dev/block/mmcblk0p5 of=/mnt/extSdCard/userdata.img bs=4096
dd if=/dev/block/mmcblk0p3 of=/mnt/extSdCard/system.img bs=4096
Click to expand...
Click to collapse
Are u missing /preload partition?
Sent from my GT-I9070 using xda app-developers app

I've solved the problem,
i have fixed the premission of the systemapps
I think the app does something like chmod 777
anyway after using the premmision fix app.
the new odin package worked good!
tnx for the feedback

Related

[ROOT] Single Step - Flash Samsung/CWM Recovery + Root + OTA Recovery Backup

Flash the *.tar.md5 file using Odin3 v1.87 as PDA or Heimdall (extract cache.img and recovery.img in *.tar.md5 file first). Make sure "Re-Partition" and "F. Reset Time" unchecked, "Auto Reboot" checked!
SuperSU v0.96 from Chainfire, SuperSU: "su" in "adb shell" without any prompt!
ClockWorkMod recovery 6.0.1.1
BusyBox v1.20.2-cm9
Remove all existing root and busybox before installing the new one
Fix busybox symlink, prevent it conflict to Android toolbox
sysrw and sysro script for remounting /system read write or read only
Backup /etc/install-recovery.sh script to /etc/install-recovery.sh.backup and /system/recovery-from-boot.p patch to /system/recovery-from-boot.p.backup if exists, so we can restore it if necessary
Single step for ClockWorkMod recovery and root!
Luigi2012SM64DS video tutorial: http://youtu.be/pAvze-VNzj8
UPDATE 16/01/2013:
- P3100 CWM recovery 6.0.2.7, SuperSU 0.99
UPDATE 17/09/2012:
- P3100 CWM recovery 6.0.1.3
- P3110 & P3113 CWM recovery 6.0.1.1
- P3113 Samsung recovery repacked from http://forum.xda-developers.com/showthread.php?t=1887077, thanks ruben00.
UPDATE 15/09/2012:
A modified Samsung recovery, now accept an update package signed by Google's testkey. The idea came from Chainfire's CF-Root. BIG THANKS for Chainfire.
UPDATE:
Recovery for P3110 or P3113 can be combined with my own cache.img for one-step recovery and root installation. Extract appropriate recovery and use heimdall to flash your device:
Code:
$ sudo heimdall flash --recovery recovery.img --cache cache.img
or create ODIN flashable package:
Code:
$ tar -H ustar -c cache.img recovery.img > CWM-6.0.1.1-SuperSU-0.96-BusyBox-1.20.2-P3110.tar
$ md5sum -t CWM-6.0.1.1-SuperSU-0.96-BusyBox-1.20.2-P3110.tar >> CWM-6.0.1.1-SuperSU-0.96-BusyBox-1.20.2-P3110.tar
$ mv CWM-6.0.1.1-SuperSU-0.96-BusyBox-1.20.2-P3110.tar CWM-6.0.1.1-SuperSU-0.96-BusyBox-1.20.2-P3110.tar.md5
Boot to Windows and flash using ODIN.
Tested on leaked 4.1.1 JellyBean for GT-P3100.
TIP:
- Disable notification in SuperSU settings!
- Reset the flash counter using Triangle Away from Chainfire
- Since my English very bad, you can follow [How To] ROOT- Galaxy Tab 2 10.1 [GT-P5113 / 5100 / 5110 & 4.0.4 UPGRADE or OEM] as a reference, thanks weltwon
Credit:
Google, Samsung, koush, Chainfire, codeworkx, dsixda, weltwon
Unroot and restore back 4.1.1 JellyBean stock OTA recovery:
Disconnect from PC and power off P3100
Boot P3100 to recovery mode (VOLUME UP + POWER)
Connect P3100 to PC
Extract signed_root_p3100.zip
Copy cleaner script to P3100 and then unroot P3100:
Code:
$ adb push cleaner /tmp/
$ adb shell
# busybox mount /system
# busybox mount -o remount,rw /system
# busybox mount /data
# busybox mount -o remount,rw /data
# busybox mv /system/recovery-from-boot.p.backup /system/recovery-from-boot.p
# busybox mv /system/etc/install-recovery.sh.backup /system/etc/install-recovery.sh
# sh /tmp/cleaner
# umount /system
# umount /data
Reboot from recovery menu.
Cheers!! :thumbup::beer: will try later
Edit** worked great!! Thank you :thumbup: 1+
Sent from my GT-P3100 using xda app-developers app
Thank you!!! Been searching for JB root everywhere!! Will try later!
After rooting, can app such as Root Explorer or Titanium Backup run without any problem?
greeny2010 said:
After rooting, can app such as Root Explorer or Titanium Backup run without any problem?
Click to expand...
Click to collapse
Disable SuperSU notification, Root Explorer or Titanium Backup can run without any problem.
ketut.kumajaya said:
Disable SuperSU notification
Click to expand...
Click to collapse
How then we give access to Apps ?
silentvisitor said:
How then we give access to Apps ?
Click to expand...
Click to collapse
Request dialog.
One-step recovery and root installation for P3110 or P3113
UPDATE:
Recovery for P3110 or P3113 can be combined with my own cache.img for one-step recovery and root installation. Extract appropriate recovery and use heimdall to flash your device:
Code:
$ sudo heimdall flash --recovery recovery.img --cache cache.img
or create ODIN flashable package:
Code:
$ tar -H ustar -c cache.img recovery.img > CWM-6.0.1.1-SuperSU-0.96-BusyBox-1.20.2-P3110.tar
$ md5sum -t CWM-6.0.1.1-SuperSU-0.96-BusyBox-1.20.2-P3110.tar >> CWM-6.0.1.1-SuperSU-0.96-BusyBox-1.20.2-P3110.tar
$ mv CWM-6.0.1.1-SuperSU-0.96-BusyBox-1.20.2-P3110.tar CWM-6.0.1.1-SuperSU-0.96-BusyBox-1.20.2-P3110.tar.md5
Boot to Windows and flash using ODIN.
UPDATE 15/09/2012:
A modified Samsung recovery, now accept an update package signed by Google's testkey.
348 + 65 downloads = 6 thanks, c'mon don't be a leech!
Please,can you pack latest CWM 6.0.1.3 for P3100 in .tar format for Odin (PC) ?Here it's the linl http://jenkins.cyanogenmod.com/job/android/7989/artifact/archive/recovery.img .Thanks a lot! Best Regards!
viasat said:
Please,can you pack latest CWM 6.0.1.3 for P3100 in .tar format for Odin (PC) ?Here it's the linl http://jenkins.cyanogenmod.com/job/android/7989/artifact/archive/recovery.img .Thanks a lot! Best Regards!
Click to expand...
Click to collapse
#1 post updated. I hope people will stop making a new thread in development section about how to root P31XX :silly:
do I
so if I have a P3113 and want the OTA update packages that are signed by google test keys-do I flash the samsung recovery and the cwm recovery 6.0.1.1
This is phenomenal work.
I will point my rooting posts to this single post, rooting couldnt get any easier with this
---------- Post added at 04:44 AM ---------- Previous post was at 04:40 AM ----------
nutpn said:
so if I have a P3113 and want the OTA update packages that are signed by google test keys-do I flash the samsung recovery and the cwm recovery 6.0.1.1
Click to expand...
Click to collapse
that would half work , since the OTA installer checks for recovery to be samsung.
But I think if your rom is deodexed it will fail because the OTA's normally patch both .apk and the .odex files
This is great work, but I think you need a better explanation of what each options does and how they are installed in your OP. Then people will have less questions and problems.
Thanks
I managed successfully to install a costume Recovery manager and Rooted my GT-P3100. oh boy! I thought that is never gonna happen anytime soon.
Though, I would recommend you to make the topic short and use latest version instead of giving me long of list of files on the attachment
Thank you so much, root is working just perfect, I managed to use softwares that require root with no problem.
Does it work on ICS 4.0.3 and 4.0.4 too?
Thanks for such a great job.
I have a gt 2 7.0 p3110 . I need to go back to stock /out of the box status. If I have the firmware,can I just do so by flashing said firmware from recover menu?
I also have a custom kernel. Will it get rid of the kernel?
shinydesert said:
Does it work on ICS 4.0.3 and 4.0.4 too?
Thanks for such a great job.
Click to expand...
Click to collapse
Personally, it worked on 4.0.4. I managed to Root and install CWM recovery.
I don't have an answer if it will work for 4.0.3.
I hope that help
Xdevillived666 said:
I have a gt 2 7.0 p3110 . I need to go back to stock /out of the box status. If I have the firmware,can I just do so by flashing said firmware from recover menu?
I also have a custom kernel. Will it get rid of the kernel?
Click to expand...
Click to collapse
To return to pure factory state, first use triangle away app 1.95 to reset counter to zero, then flash stock via pc odin, do not worry about counter, it will not increase with stock firmware, it increases only with custom firmwares or files flashed via pc odin
Sent from my GT-I9300 using xda app-developers app

Help Make Backup Folder EFS And ModemFS !!!

Please Help Me :crying:
Make Backup System Partition EFS and ModemFS and upload
Your device MUST be GT-I8190 ONLY! and NOT-I8190N GT or GT-I8190L.
Here's a dd Command To Enter In Terminal Emulator
Code:
[B][FONT=Courier New]dd if =/dev/block/mmcblk0p11 of=/sdcard/efs.img
dd if =/dev/block/mmcblk0p12 of=/sdcard/modemfs.img[/FONT][/B]
After Successful, Navigate to your internal sd card, download it and paste the link here.
I Want to Try to Fix Issues Baseband Version: XXXX
Thank You :angel:
faisalxp said:
Please Help Me :crying:
Make Backup System Partition EFS and ModemFS and upload
Your device MUST be GT-I8190 ONLY! and NOT-I8190N GT or GT-I8190L.
Here's a dd Command To Enter In Terminal Emulator
Code:
[B][FONT=Courier New]dd if =/dev/block/mmcblk0p11 of=/sdcard/efs.img
dd if =/dev/block/mmcblk0p12 of=/sdcard/modemfs.img[/FONT][/B]
After Successful, Navigate to your internal sd card, download it and paste the link here.
I Want to Try to Fix Issues Baseband Version: XXXX
Thank You :angel:
Click to expand...
Click to collapse
Double post, and none of them in the right section..
This has nothing to do with development, right?
Ok, no one is gonna give you a copy of their /EFS partition.
If you wonder why you can read here.
Sorry I couldn't be of more help.
We just need a legit fully working modemfs.img and flash it via dd command.
Code:
dd if=/sdcard/modemfs.bin of=/dev/block/mmcblk0p12
Benzonat0r said:
We just need a legit fully working modemfs.img and flash it via dd command.
Code:
dd if=/sdcard/modemfs.bin of=/dev/block/mmcblk0p12
Click to expand...
Click to collapse
Thanks Man... I thought Code That Can Only File Extract. IMG, I Think It Can not Extract File. BIN...I Want To Try It.
Btw What is Your opinion about Post Me The Last To Threads http://forum.xda-developers.com/showthread.php?t=2151288 :victory:
When you flash modem.bin file the image will be extracted to your /modemfs partition.
I have the same problem, I have flashed a working modemfs, but I it still does not work, I think that I also need an EFS file
evolution_x said:
I have the same problem, I have flashed a working modemfs, but I it still does not work, I think that I also need an EFS file
Click to expand...
Click to collapse
here backup from the modemfs>(mmcblk0p12) and efs>(mmcblk0p11)
http://dl.dropbox.com/u/2632841/mmcblk0p11.img
http://dl.dropbox.com/u/2632841/mmcblk0p12.img
thanks ! I have flashed the modem_fs from someone else, but I did not have the efs too, so it did not work. Now I don't have the phone, I sent my phone to a service company, they told me that there are 50% chances they can repair it and i takes 2-3 days. And in case they can repair it, it will cost me $40
I will save your files to try them in case they cannot repair it.
evolution_x said:
thanks ! I have flashed the modem_fs from someone else, but I did not have the efs too, so it did not work. Now I don't have the phone, I sent my phone to a service company, they told me that there are 50% chances they can repair it and i takes 2-3 days. And in case they can repair it, it will cost me $40
I will save your files to try them in case they cannot repair it.
Click to expand...
Click to collapse
just look on the website> http://forum.xda-developers.com/showthread.php?t=2165508
if you have the exactly the same problem you will help further the things that I've already posted here, for me it worked. I've also just thought it needed a new cell phone yesterday folded
my cell phone was dead until yesterday
First, sorry for my English.
Someone would have these files:
dd if =/dev/block/mmcblk0p11 of=/sdcard/efs.img
dd if =/dev/block/mmcblk0p12 of=/sdcard/modemfs.img
for samasung I8190L??
thank you very much

Hi guys!

I could use some help. I'm trying to do a nandroid backup in CWM recovery all goes well til the end when i get a message checking md5 sum error. And i cant use the backup. Here is my config: xylon rom, away kernel. Thanks a lot!
Sent from my GT-I9000 using xda app-developers app
i'm having the same problem
To fix this problem use the code below. Substitute the final folder name for the backup you need to fix.
Code:
adb shell
# cd /sdcard/clockworkmod/backup/2010-06-29.20.22.53
# rm nandroid.md5
# md5sum *img > nandroid.md5
When that finishes, re-run the restore and everything should be fine.

[Q]Problems with updating I9070

Hi everyone)
Can somebody tell me, it is possible to I9070ZSLD1 (2.3.6) do 4.1.2 with the Russian language, and that the modem would work?
I have tried to put 4.1.2 SER, modem does not work, IMEI nul / nul
.Alex said:
Hi everyone)
Can somebody tell me, it is possible to I9070ZSLD1 (2.3.6) do 4.1.2 with the Russian language, and that the modem would work?
I have tried to put 4.1.2 SER, modem does not work, IMEI nul / nul
Click to expand...
Click to collapse
First put a title for thread. I don't understand... You want to use a GB modem with JB firmware? If is this you can't.
Inviato dal mio GT-I9070
I have a phone with HK region, with software I9070ZSLD1.
This software (2.3.6) is no Russian language. When I tried to install the software for our region (SER), this was successful, but did not work and the modem IMEI was lost. I went back to the old software (I9070ZSLD1). Now updated to 4.1.2 (I9070ZSMG2, region HK), the modem works, see the IMEI, no Russian language.
How do I solve this problem?
I need software for the Asian region with support for Russian language. Or another way to solve this problem.
.Alex said:
I have a phone with HK region, with software I9070ZSLD1.
This software (2.3.6) is no Russian language. When I tried to install the software for our region (SER), this was successful, but did not work and the modem IMEI was lost. I went back to the old software (I9070ZSLD1). Now updated to 4.1.2 (I9070ZSMG2, region HK), the modem works, see the IMEI, no Russian language.
How do I solve this problem?
I need software for the Asian region with support for Russian language. Or another way to solve this problem.
Click to expand...
Click to collapse
Backup EFS and Modemfs of your HK firmware (4.1.2) according YMatrix guide (http://forum.xda-developers.com/showthread.php?t=2342100).
Install SER firmware and restore EFS and modemfs.
That should bring your IMEI back.
rog_star said:
Backup EFS and Modemfs of your HK firmware (4.1.2) according YMatrix guide (http://forum.xda-developers.com/showthread.php?t=2342100).
Install SER firmware and restore EFS and modemfs.
That should bring your IMEI back.
Click to expand...
Click to collapse
I can not understand what to do with this file? if I need to make a backup copy of the folder EFS, then I can do it in other ways. If it's something else, then I can not understand what should I do.
Could you explain in detail, what I need to do with this file (efsbackup.zip)?
.Alex said:
I can not understand what to do with this file? if I need to make a backup copy of the folder EFS, then I can do it in other ways. If it's something else, then I can not understand what should I do.
Could you explain in detail, what I need to do with this file (efsbackup.zip)?
Click to expand...
Click to collapse
A simple copy of EFS and MODEMFS folders is useless. Go here to root your GB firmware, after this operation install "Terminal Emulator" from Play Store, open it and type in order:
Code:
su
dd if=/dev/block/mmcblk0p7 of=/storage/sdcard0/EFS.img
dd if=/dev/block/mmcblk0p2 of=/storage/sdcard0/MODEMFS.img
Connect phone to PC and copy these two files (they will be under internal memory) and install JB firmware. Root it (procedure on the same link that I wrote), install again Terminal Emulator, put efs and modemfs files on internal memory (4GB), open Terminal and write in order:
Code:
su
dd if=/storage/sdcard0/EFS.img of=/dev/block/mmcblk0p7
dd if=/storage/sdcard0/MODEMFS.img of=/dev/block/mmcblk0p2
Reboot device. Done, now you should have your IMEI and mobile network working
Inviato dal mio GT-I9070
Tesla-MADAL93 said:
A simple copy of EFS and MODEMFS folders is useless. Go here to root your GB firmware, after this operation install "Terminal Emulator" from Play Store, open it and type in order:
Connect phone to PC and copy these two files (they will be under internal memory) and install JB firmware. Root it (procedure on the same link that I wrote), install again Terminal Emulator, put efs and modemfs files on internal memory (4GB), open Terminal and write in order:
Reboot device. Done, now you should have your IMEI and mobile network working
Click to expand...
Click to collapse
That is exactly what I wanted to say and what is writen in the guide :good:
Does not work. Did everything according to instructions. Here's a screenshot.
.Alex said:
Does not work. Did everything according to instructions. Here's a screenshot.
Click to expand...
Click to collapse
So you did as follows:
flashed HK firmware (4.1.2) and made sure you had your IMEI
roooted your device and installed Superuser app
installed Terminal Emulator
made backup of EFS and modemfs
Code:
su
dd if=/dev/block/mmcblk0p7 of=/sdcard/EFS.img
dd if=/dev/block/mmcblk0p2 of=/sdcard/MODEMFS.img
flashed SER firmware (4.1.2)
roooted your device and installed Superuser app
installed Terminal Emulator
restored EFS and modemfs
Code:
su
dd if=/sdcard/EFS.img of=/dev/block/mmcblk0p7
dd if=/sdcard/MODEMFS.img of=/dev/block/mmcblk0p2
rog_star said:
So you did as follows:
flashed HK firmware (4.1.2) and made sure you had your IMEI
roooted your device and installed Superuser app
installed Terminal Emulator
made backup of EFS and modemfs
Code:
su
dd if=/dev/block/mmcblk0p7 of=/sdcard/EFS.img
dd if=/dev/block/mmcblk0p2 of=/sdcard/MODEMFS.img
flashed SER firmware (4.1.2)
roooted your device and installed Superuser app
installed Terminal Emulator
restored EFS and modemfs
Code:
su
dd if=/sdcard/EFS.img of=/dev/block/mmcblk0p7
dd if=/sdcard/MODEMFS.img of=/dev/block/mmcblk0p2
Click to expand...
Click to collapse
Yes, I did everything exactly
.Alex said:
Yes, I did everything exactly
Click to expand...
Click to collapse
Additionally, you can try to replace tee folder with the one from the HK firmware.

[Q] SIM Not detected, unknown baseband S3 GT-I9305T Android 4.1.2, Telstra, Australia

Hi All,
The sim is not getting detected (insert sim error) for S3 GT-I9305T Android 4.1.2, Telstra, Australia, baseband is unknown and IMEI is null (*#06#).
This happened post an encrytion error message. It forced to factory reset. Post factory reset no signal problem started. WIFI and Bluetooth are working fine.
The solutions I have tried till now
I rooted using tar for I9300. Flashed stock rom, rooted with the tar for I9305T from http://forum.xda-developers.com/gala...-root-t1957273
Flashed Param_Bin_I9305.zip from ( http://forum.xda-developers.com/gala...ei-nv-t1946915 )
Executed the following commands
su
rm /efs/FactoryApp/keystr
rm /efs/FactoryApp/factorymode
echo -n ON >> /efs/FactoryApp/keystr
echo -n ON >> /efs/FactoryApp/factorymode
chown 1000.1000 /efs/FactoryApp/keystr
chown 1000.1000 /efs/FactoryApp/factorymode
chmod 0744 /efs/FactoryApp/keystr
chmod 0744 /efs/FactoryApp/factorymode
reboot
Backedup and Restored EFS though EFS Professional
Please let me know how can I fix this.
Any solution will be much appreciated.
learningdroid said:
Hi All,
The sim is not getting detected (insert sim error) for S3 GT-I9305T Android 4.1.2, Telstra, Australia, baseband is unknown and IMEI is null (*#06#).
This happened post an encrytion error message. It forced to factory reset. Post factory reset no signal problem started. WIFI and Bluetooth are working fine.
The solutions I have tried till now
I rooted using tar for I9300. Flashed stock rom, rooted with the tar for I9305T from http://forum.xda-developers.com/gala...-root-t1957273
Flashed Param_Bin_I9305.zip from ( http://forum.xda-developers.com/gala...ei-nv-t1946915 )
Executed the following commands
su
rm /efs/FactoryApp/keystr
rm /efs/FactoryApp/factorymode
echo -n ON >> /efs/FactoryApp/keystr
echo -n ON >> /efs/FactoryApp/factorymode
chown 1000.1000 /efs/FactoryApp/keystr
chown 1000.1000 /efs/FactoryApp/factorymode
chmod 0744 /efs/FactoryApp/keystr
chmod 0744 /efs/FactoryApp/factorymode
reboot
Backedup and Restored EFS though EFS Professional
Please let me know how can I fix this.
Any solution will be much appreciated.
Click to expand...
Click to collapse
In relation to #4, did you make the backup after the problem occurred or before?
Hi,mate,isn´t clear for me wich root file have you tried to root your device.Don`t forget you have an I9305 device -you post ..."rooted using .tar for I 9300.?!
ArkThompson said:
In relation to #4, did you make the backup after the problem occurred or before?
Click to expand...
Click to collapse
That was after the problem occurred. I am a NOOB and started learning these only after facing this problem
viktorak said:
Hi,mate,isn´t clear for me wich root file have you tried to root your device.Don`t forget you have an I9305 device -you post ..."rooted using .tar for I 9300.?!
Click to expand...
Click to collapse
Mate,
I first used an incorrect tar (for I9300). I realized the mistake. I then downloaded stock rom from sam mobile (I9305T , 4.1.2) and flashed it. After this I rooted S3 with the correct tar for I9305T
This tread maybe will solve your problem:http://www.sammobile.com/forum/showthread.php?t=15196
learningdroid said:
That was after the problem occurred. I am a NOOB and started learning these only after facing this problem
Click to expand...
Click to collapse
Did you flash a .zip of a stock ROM through recovery or a tar.md5 in Odin?
ArkThompson said:
Did you flash a .zip of a stock ROM through recovery or a tar.md5 in Odin?
Click to expand...
Click to collapse
I used tar.md5 of stock rom and flashed using Odin.
Name of the file is I9305TDVBME2_I9305TTELBME1_I9305TDVBME1_HOME.tar.md5
viktorak said:
This tread maybe will solve your problem:
Click to expand...
Click to collapse
Thanks, There are 3 ways of fixing this in this link. Which way will you recommend for this problem ?
learningdroid said:
Thanks, There are 3 ways of fixing this in this link. Which way will you recommend for this problem ?
Click to expand...
Click to collapse
I`ll try the third way.Good luck.
viktorak said:
I`ll try the third way.Good luck.
Click to expand...
Click to collapse
Thanks Mate,
I dont have .nv_data file in my /efs folder. The process mentioned (in 3rd way) needs this file. I dont have access to post this ? on sammobile
P.S: I have root access ( su command works in android terminal )
had same problem on 4.4.4. So i just flashed stock 4.4.4. with odin and got my baseband back

Categories

Resources