General :: Galaxy Ace - Create File Flashable Through Odin?

Oct 14, 2012

I have a firmware for my galaxy ace named S5830XWKTM_S5830OXXKT3_S5830XWKT7_HOME.tar.md5 and I wanted to edit the baseband so I could make it work in my S5830L by just changing "amss" file...

But I can't change it if they are in .md5 and if I change the file to .zip and transfer amss, I can't change it back to .md5

How can I turn S5830XWKTM_S5830OXXKT3_S5830XWKT7_HOME.tar.zip into S5830XWKTM_S5830OXXKT3_S5830XWKT7_HOME.tar.md5

General :: galaxy ace - Create file flashable through Odin?


General :: How To Create Flashable Zip File

Jun 10, 2013

I know people talk about this all the time... I found a lot of thread of how to create a flashable zip file.. But every thread has it different than others. So I have tried it several ways and still get errors...

I'm trying to make a flashable zip to push an apk to system/app and I decided to do this to test it out...

This is the update-script I have tested it with

run_program("/sbin/busybox", "mount", "/system");
delete("/system/app/FlashBarService.apk");
package_extract_dir("system", "/system");
run_program("/sbin/busybox", "unmount", "/system");

Ok what I figure is the run_program is to mount system with busybox. Every line i see that it have this on there.. Then Im trying to replace an app from system/app so I put in delete("/system/app/name of app");

then package_extract_dir("system", :/system"); is so recovery can extract and push the zip file

and again run_program to unmount... But recovery is giving me an error status 4

I also deleted that delete line and still got status 4.

Again this is another way I tried it to do it with

run_program("/sbin/busybox", "mount", "/system");
run_program("/sbin/busybox", "mount", "/cache");
run_program("/sbin/busybox", "mount", "/data");
package_extract_dir("system", "/system");
run_program("/sbin/busybox", "umount", "/system");
run_program("/sbin/busybox", "umount", "/cache");
run_program("/sbin/busybox", "umount", "/data");

And this way too

mount("ext4", "EMMC", "/dev/block/mmcblk0p14", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p14", "/data");
package_extract_dir("system", "/system");
run_program("/sbin/busybox", "unmount", "/system");
run_program("/sbin/busybox", "unmount", "/data");

And till got status 4.

Inside my xxx.zip I have it set up this way META-INF/com/google/android
And other folder on root system/app

I have a GS3.

Like I said I have followed several threads about this and all looks different and none worked.

I know this is supposed to be the easies thing to do when it comes to android. But I just need to be directed to the right path.

View 5 Replies View Related

General :: Create TAR File To Flash Via Odin?

Mar 19, 2012

I've updated my Galaxy S II to ICS via Odin but wanted to erase my flash history so flashed an old bootloader .tar file, erased the flash history but now want to flash the ICS bootloader back.I've extracted the sbl.bin file but cannot create a tar file that Odin recognises. Have tried using 7zip but Odin locks up when I try and flash it.

how to create a flashable .tar file.

View 1 Replies View Related

General :: Odin Format To Flashable Zip?

Nov 12, 2012

So, my question: Is it possible to turn a rom from Odin format (.tar/.tar.md5 etc) into a flashable zip? If yes, how?

My intention was to customize a stock rom for the gt-s7500, with dsixda's kitchen, that apparently supports only flashable zips.

View 1 Replies View Related

General :: Making Odin Flashable TAR - Setting Up Cygwin

Jul 28, 2012

I need making an Odin flashable .tar. I have created the system dump and renamed it to system.img. Now i just need to package it into the .tar.

I know that i need to use cygwin, but i dont know what packages to install to make this work. I know all the codes, i just need setting up cygwin.

View 1 Replies View Related

General :: How To Create Flashable Uninstaller

Sep 24, 2013

How can I make a flashabe uninstaller for system app?

View 1 Replies View Related

General :: How To Extract Current ROM In Device And Create Flashable ZIP

Nov 17, 2013

I have been thinking of extracting my current ROM and make a flashable .zip out of it. Is there a way to do this? Does RUU.exe work on a non-HTC device? My device is a XOLO Q1000.

View 7 Replies View Related

General :: Creating CWM Flashable Zip For APK File?

Aug 13, 2012

Can create a cwm flashable zip for my given .apk file

View 1 Replies View Related

General :: Convert ZIP CWM In Flashable File With Stock Recovery

May 27, 2014

You can convert the file to be attached to me a file cwm in a file flashable with the stock recovery.

I tried to change the name of the file to update.zip, but the stock recovery gives me error.

View 5 Replies View Related

General :: Boot Animation - How To Make Flashable Zip File

Oct 11, 2013

Making boot animation? I need to know how to make the flashable zip file I already have the images created

I need them optimized as well, not sure what tool is needed or how to make it? Its for the SG4.

View 2 Replies View Related

General :: GAPPS - Eliminate Or Add Some More Applications Inside Of CWM Flashable Zip File?

Aug 8, 2012

Can we reorganize the applications inside the 'Gapps_ ics_ xxxxxx.signed zip'?

I mean can we eliminate or add some more applications inside of CWM flashable zip file, instead of working with TitaniumBackup to restore our own favorite applications after every wipe Rom Flash ?I mean just deleting or adding some xxxxx .apk files...

View 4 Replies View Related

General :: Samsung Galaxy Y - Making Flashable Icon Packs?

Dec 11, 2012

My device is Samsung Galaxy Y. Already i am trying to make my flashable icon pack. I use guide mrallyluz (http:url...). I have icons, custom icon pack, updater script, but i don't know how can i add more icons. I mean, for example, in folder unpack i have folders browser.apk, settings.apk, calendar.apk with custom icons inside these folders, and i want to add more icons to change. So, should i take names apps from system/app and make folder with this name inside res/drawable-ldpi?

Where can i find icon files? With RootExplorer i searched everywhere and no results... :3

Just i want to create more folders in flashicon.zip/unpack because i want to change icons of all apps in my phone

View 1 Replies View Related

General :: Accidentally Put Kernel File On Bootloader In ODIN

Oct 3, 2013

So when updating my phone, I was all like 'I know how this show goes' and like an IDIOT I put my Samsung S2 i9100 kernel file on the bootloader spot and it boots to a black screen. I can still put it in download mode, and tried to install it the correct way but that doesn't matter.

View 4 Replies View Related

General :: Galaxy Y - ODIN Support?

Apr 29, 2013

Does mobile odin support galaxy y?

View 2 Replies View Related

General :: Galaxy SII - How To Flash Via Zip And Odin

Feb 14, 2012

I bricked actually my phone.

I want to know now, wich is actually the best Android 4.0.3 ROM.

I know how to flash via zip and via odin.

I dont know how to flash kernel

I wanna use a Android 4.0.3 ROM with DarkKnights or Siyah Kernel, tell me what you think about it.

First flash the ROM then Kernel?

View 6 Replies View Related

General :: How To Flash Samsung Galaxy S2 Via Odin

Apr 18, 2012

I have a question about the files being used to flash my Samsung Galaxy S2 via Odin.

I have already seen this link [URL]...

I am trying to flash the PDA, Phone and CSC back all to normal stock. I have downloaded a firmware and I only have one file with a .dll file. The one file I have is named "I9100BOKK1_I9100TMUKK1_I9100BOKJ1_HOME.tar.md 5" I have extracted the files from here also and it contains boot.bin, cache.img, factoryfs.img, hidden.img, modem.bin, param.lfs, Sbl.bin and zImage.

How with these files and Odin do I flash all three parts. I can't see how to use these files on the above link with instructions for flashing and rooting.

View 1 Replies View Related

General :: Samsung Galaxy Tab 3 Odin Error

Mar 5, 2014

I have the Samsung Galaxy Tab 3, 7" (WIFI-ONLY).

Firstly, let's start by saying that I ended up rooting it after a while because it got boring having the simple, unmodified android.

It seems creativity got the best of me, and I ended up wanting to switch back to my normal android days. The problems started when I looked for the ways to upgrade my device, and it sais my device had been modified (rooted). So then I tried deleting SuperSU, thinking that would unroot, but nope... I then went to my great friend, we all know as Google. I then found the firmware, however didn't notice it said 3G, not just WIFI.... and loaded it onto my tablet following the instructions leading me to use Odin. I now have a Samsung Galaxy Tab 3 WIFI only, with 3G Firmware.

After countless hours, days, and now weeks of trying to get it back to the normal firmware, all my attempts result in an error on Odin, and here's what I get:

First, I just load the .md5 file, and this happens.
---
<ID:0/006> Added!!
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..
<OSM> Please wait..
<OSM> T210XXAMK5_T210OLBAMK1_T210XXAMK5_HOME.tar.md5 is valid.

[Code] ....

Now, what do I do to get my precious tablet back to normal? , since I have the 3G version, I'm required to have a sim card which I can't put in because there's no sim card slot (it's a WIFI tab). I can't even use WiFi, because it won't turn on without a SimCard.

View 2 Replies View Related

General :: How To Flash Galaxy Mini Without ODIN

Oct 20, 2013

how to FLASHING my Galaxy Mini without ODIN (via PC). because my pc didn't detect my phone. me already try on windows XP, Seven, and Eight. i dont know why this is happen.

my point is.. i just want to flash my galaxy mini without PC/ODIN.

View 4 Replies View Related

General :: Can't Restore Galaxy Player 5 Using Odin

Aug 5, 2013

I'm trying to restore my galaxy player 5 back to stock using odin because it wouldnt boot. (boot loop) after i flash i get the samsung boot but it just keeps restarting over and over. and when i try to wipe data in recovery it asks for a password and what its supposed to be. i had screen lock disabled but i might have still had a password stored.

View 1 Replies View Related

General :: ROM Stock Or CM7 For Galaxy S2 Flash By Odin

Mar 7, 2012

I just OV galaxy by setcpu but have problem phone was stopped working. So i need ROM stock version VietNam or CM7 for retry up ROM flash by odin.

View 1 Replies View Related

General :: Odin - Fail On Galaxy S4 Mini?

Mar 14, 2014

I am trying to go back to stock android 4.2.2 Galaxy S4 Mini SPH-L520, and getting the following error from Odin,

<ID:0/004> Added!!
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..[code].....

View 1 Replies View Related

General :: Galaxy S2 - Access Via ADB From Odin / Recovery?

Jun 22, 2013

Boot loop. I don't care if I get my S2 working again or not, but I NEED the files on my internal storage! I have a Mac and a PC, both with ADB installed, but no matter if I'm in recovery, or Odin Download Mode, I can not access my device via ADB. Is there anything I missed out, or is it just not possible at all, and the only thing I can do is wiping it?

View 1 Replies View Related

General :: Phone Can't Recognize In Odin - Galaxy S1

Sep 14, 2013

odin cant can recognize my s1. the yellow thing doesn't show up when i connect my phone. and when i try to make i in download mode,my phone just show the photo in the attachment i gve you.

View 2 Replies View Related

General :: Galaxy Mini - Odin Can't Recognize Device

Sep 30, 2012

My Galaxy mini is stuck in Boot loop and I don't know how to fix it... I can enter Recovery Mode and Download mode but Odin can't recognize my device..

View 2 Replies View Related

General :: ODIN Won't Flash Samsung Galaxy Ace S5830i

Jul 11, 2012

I bought my Galaxy Ace S5830i last month. I hadn't installed Samsung Kies until yesterday, when I launched it it prompted a firmware upgrade. First I tried to use kies to upgrade but whenever the upgrade process started (Kies started downloading the firmware files) my device automatically got disconnected..I tried reinstalling kies, restarting my phone but nothing worked.

I then decided to use odin(v1.87) to flash the firmware on my device but it kept failing at first step itself. Here's what it said :-

<ID:0/010> Added!!
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..
<OSM> Please wait..
<OSM> S5830iXXLF3_S5830iODDLF1_RST_S5830iDDLF1_HOME.tar. md5 is valid.
<OSM> Checking MD5 finished Sucessfully..

[Code] .....

The phone has been working as fine as ever. Kies never got to the step of INSTALLING the new firmware as whenever it started downloading the firmware files my phone got disconnected so no damage there.

With ODIN I entered download mode but here too it fails at the beginning, so I just switch off my phone and restart it and it works as if nothing ever happened (I've made several attempts)

View 1 Replies View Related

General :: Samsung Galaxy Tab 3 Fail - Error On Odin?

Feb 25, 2014

I have the Samsung Galaxy Tab 3, 7" (WIFI-ONLY).

Firstly, let's start by saying that I ended up rooting it after a while because it got boring having the simple, unmodified android.

It seems creativity got the best of me, and I ended up wanting to switch back to my normal android days. The problems started when I looked for the ways to upgrade my device, and it sais my device had been modified (rooted). So then I tried deleting SuperSU, thinking that would unroot, but nope... I then went to my great friend, we all know as Google. I then found the firmware, however didn't notice it said 3G, not just WIFI.... and loaded it onto my tablet following the instructions leading me to use Odin. I now have a Samsung Galaxy Tab 3 WIFI only, with 3G Firmware.

After countless hours, days, and now weeks of trying to get it back to the normal firmware, all my attempts result in an error on Odin, and here's what I get:

First, I just load the .md5 file, and this happens.
---
<ID:0/006> Added!!
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..[code]....

Now, what do I do to get my precious tablet back to normal? , since I have the 3G version, I'm required to have a sim card which I can't put in because there's no sim card slot (it's a WIFI tab). I can't even use WiFi, because it won't turn on without a SimCard.

View 5 Replies View Related

General :: Galaxy SIII (I9300) - Erase The ODIN Counter

Oct 19, 2012

I have flashed my Samsung Galaxy SIII (I9300) thrice and the same is shown on the ODIN counter.

I just wanted to know if there is any potential risk if I have the counter set at 3? Is there any max. value for the ODIN counter? If yes, what is it?

View 4 Replies View Related

General :: Flash Stock ROM Of Samsung Galaxy Y GT-S5360 With Odin

Nov 30, 2013

I've read a lot of topics in online and also saw a lot of video tutorial to Flash my Galaxy Y's stock ROM with odin.In Odin,I've selected every file but whenever I click 'Start' button,it shows me this message in message box.

<ID:0/010>Added!!
<ID:0/010>Odin v.3 engine (ID:10)..
<ID:0/010>File analysis..
<ID:0/010>SetupConnection..

But I can't flash my phone.Now what can I do?

View 4 Replies View Related

General :: Galaxy S3 (4.12) - Unroot Using Odin 3.07 / Black Screen With Blue Led

Jan 6, 2014

I recently rooted my Sprint Galaxy S3 (4.12) but decided unroot it yesterday using Odin 3.07. I flashed a stock rom from Team Epic, but ended up with a black screen with a blue led when I tried to turn it on. I have access to both download mode and stock recovery mode (no CWM or TWRP).

View 1 Replies View Related

General :: Galaxy S5 Wifi And Sound Not Working After Odin Error?

Apr 13, 2014

I tried to unlock my SPH-L720 (Sprint's GS5) so I downgrade baseband to MDC, all good so far, then I tried to upgrade the baseband again after the unlocking process but got an error, and that's it wifi and sound are not working, phone is slow, it has a security notice that something was block, and I can't flash it to stock ROM or anything using Odin, only got errors.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved