Guest david_dawkins Posted May 28, 2010 Report Posted May 28, 2010 It would seem based on this release that a t-mob 2.1 can't be that far away. If that is the case there is no point flashing any other UPDATA updates and taking the risk of messing up our phones! What these releases are good for though is creating vanilla roms once (/if) we have the official t-mob update Wise words, wise words. Pity they'll go unheeded :(
Guest skrattinn Posted May 28, 2010 Report Posted May 28, 2010 damn... The phone always failing in update, the screen works, with the new firmware, but i cant go through the setup menu I
Guest Hectic Posted May 28, 2010 Report Posted May 28, 2010 damn... The phone always failing in update, the screen works, with the new firmware, but i cant go through the setup menu I me2...
Guest Simon O Posted May 28, 2010 Report Posted May 28, 2010 You need to extract the updata.app and create your own update.zip to install this. For me everything works apart from wi-fi.
Guest ogiogi Posted May 28, 2010 Report Posted May 28, 2010 You need to extract the updata.app and create your own update.zip to install this. For me everything works apart from wi-fi. WOW. Do you get FC or reboots. Post some screens MAN :(
Guest Hectic Posted May 28, 2010 Report Posted May 28, 2010 You need to extract the updata.app and create your own update.zip to install this. For me everything works apart from wi-fi. You need the bigbear&paul-r6.1.zip/system/wifi files to run your wifi
Guest JingleManSweep Posted May 28, 2010 Report Posted May 28, 2010 I've unpacked the UPDATA.APP, but I cannot unpack the "system.img" contained within it. The "unyaffs" command simply says "broken image file". Any ideas?
Guest ozren Posted May 28, 2010 Report Posted May 28, 2010 I can split it with perl and I get all the files that were supposed to be there but .txt files are uhnreadable...meaning notepad opens them but it is just a bunch of symbols. What did I do wrong now :(?
Guest eckengucker1 Posted May 28, 2010 Report Posted May 28, 2010 I can split it with perl and I get all the files that were supposed to be there but .txt files are uhnreadable...meaning notepad opens them but it is just a bunch of symbols. What did I do wrong now :(? open with hex editor.
Guest McSpoon Posted May 28, 2010 Report Posted May 28, 2010 The file order has changed. Use this script instead (attached).split_updata.pl.zip
Guest Tom G Posted May 28, 2010 Report Posted May 28, 2010 I've unpacked the UPDATA.APP, but I cannot unpack the "system.img" contained within it. The "unyaffs" command simply says "broken image file". Any ideas? The unpack script expects the files in UPDATA to be it a certain order and names them based on that order. The order has changed in this UPDATA, so the script doesn't name them correctly. You need to find which one is the system image. PS. Its the big one. File 18.
Guest JingleManSweep Posted May 28, 2010 Report Posted May 28, 2010 All unpacked. The older ROMs had a "system" and a "data" directory. Does this "UPDATA.APP" have a file for that? I tried "userdata.img" but that looks like CD-ROM stuff.
Guest Hectic Posted May 28, 2010 Report Posted May 28, 2010 All unpacked. The older ROMs had a "system" and a "data" directory. Does this "UPDATA.APP" have a file for that? I tried "userdata.img" but that looks like CD-ROM stuff. when you paste the unyaffs.exe into the output directory you type type in cmd C:\>unyaffs file18.mbn
Guest Hectic Posted May 28, 2010 Report Posted May 28, 2010 is there a qway to pack the system directory back into a system.img i mean without nandroid
Guest McSpoon Posted May 28, 2010 Report Posted May 28, 2010 All unpacked. The older ROMs had a "system" and a "data" directory. Does this "UPDATA.APP" have a file for that? I tried "userdata.img" but that looks like CD-ROM stuff. The userdata.img file is the data partition (at least I think it is, it looks very likely to be). It's almost empty so it can most likely be ignored - just wipe the data partition instead. I think the CDROM part is automatically run by your PC when you connect the phone via USB.
Guest MarcusHenrique Posted May 28, 2010 Report Posted May 28, 2010 Cmon' guys, as always I'm at work! Those who has it running tell me more about it! And an upload of an update.zip will be muchly appreciated =D
Guest McSpoon Posted May 28, 2010 Report Posted May 28, 2010 (edited) is there a qway to pack the system directory back into a system.img Instead you could repackage it up as an update.zip ROM, like Paul does. But you need to take care to preserve the file userIDs and groupIDs so it's best to unyaffs it as superuser. And you also need to delete all of the symbolic links and recreate them in the update-script. There is a tool in the Android AOSP called make-update-script which can help with that to some extent. Edit: However, there is a small problem: the partition layout is different for Android 2.1. Currently we have a system partition of 80MB. If you were to install this updata.app it would resize that system partition to be something like 125MB. But we can't make that modification in an update.zip ROM. So our update.zip ROM would have to squeeze everything within 80MB (although we could use symbolic links to move some stuff to the data partition, like the Paul/Bobo Android 2.1 ROM). Edited May 28, 2010 by McSpoon
Guest Jan M Posted May 28, 2010 Report Posted May 28, 2010 Cmon' guys, as always I'm at work! Those who has it running tell me more about it! And an upload of an update.zip will be muchly appreciated =D working on this special day? :(
Guest MarcusHenrique Posted May 28, 2010 Report Posted May 28, 2010 working on this special day? :( Yeah... boring... :(
Guest skrattinn Posted May 28, 2010 Report Posted May 28, 2010 Could someone change this file for u8230, so it is possible to load it from root? (I don't understand this hex and perl script) :(
Guest Tom G Posted May 28, 2010 Report Posted May 28, 2010 The userdata.img file is the data partition (at least I think it is, it looks very likely to be). It's almost empty so it can most likely be ignored - just wipe the data partition instead. I think the CDROM part is automatically run by your PC when you connect the phone via USB. The boot img gets stuck in a loop if the autorun.iso is missing. I'm not sure why cause I've commented out everything in init.rc related to the iso.
Guest Tom G Posted May 28, 2010 Report Posted May 28, 2010 is there a qway to pack the system directory back into a system.img i mean without nandroid To repack yaffs use mkyaffs2image. I don't think its included with android, I built it from source. You can get source from the yaffs git repo. http://www.aleph1.co.uk/gitweb?p=yaffs2/.git;a=summary Or I can provide a linux binary if that helps.
Guest McSpoon Posted May 28, 2010 Report Posted May 28, 2010 The boot img gets stuck in a loop if the autorun.iso is missing. I'm not sure why cause I've commented out everything in init.rc related to the iso. Bizarre. I wonder if those modules in the data_test folder are required too.
Guest joanorsky Posted May 28, 2010 Report Posted May 28, 2010 One question... (yes.. i'm a lil stumped now.. eheheh)... will this work on the TMN A1? Also.. what languages does this have? (i don't know if language packs are flashed by this or not)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now