[R] OFFICIAL JI6 unpacked Factoryrs.rfs - Vibrant Q&A, Help & Troubleshooting

As i dont have access to a linux box, would somebody mind uploading an unpacked factoryrs.rfs from the OFFICAL JI6 build?

Uploading it now.

lqaddict said:
Uploading it now.
Click to expand...
Click to collapse
You sir, are a saint!

Here you go http://www.megaupload.com/?d=3DM54Q10

ahh, that rfs isnt unpacked
well does anyone have to skills to unpack it? you can get the actual file from the above post
im pretty sure you need linux to do so, but i might be wrong
*edit* posted tut to unpack it
mopodo said:
I came from HTC Hero to the Samsung Galaxy S GT-I9000
So I had never problems with cooking something up, but in the Galaxy I faced .rfs files and a flashing tool I can't use on linux...
So I searched through some boards to find a way to extract the .rfs files here a working guide for the S I9000.
What you need
Linux (tested with Debian testing)
It's pretty simple, execute this commands as root on your computer
SHORT WAY (thanks to mimocan)
Code:
# mount -o loop factory.rfs /some_dir
LOOOONG WAY
Attatch the rfs file to the loop device
Code:
# losetup /dev/loop0 /somedir/factoryfs.rfs
Create a directory to mount the device
Code:
# mkdir /somedir/mnt
Mount the device
Code:
# mount /dev/loop0 /somedir/mnt
the content of the rfs is NOT saved on the sdcard! you have to copy it!
Now you can copy the content from the /sdcard/tmp directory to the sdcard
Code:
# cp -R /somedir/mnt /somedir/factoryfs
hope this is helpful for someone
Click to expand...
Click to collapse

You can unpack rfs by loading it through magiciso on windows
Free trial version will work fine hehe

oswade said:
You can unpack rfs by loading it through magiciso on windows
Free trial version will work fine hehe
Click to expand...
Click to collapse
looks just like ultra ISO, and i have ultra ISO ill check it out

uhhh? adb pull /system? and rar it up? or adb pull /?
if you want the full thing? not that complex
Also, You can get a VM setup. To do it in linux.

karimsaud21 said:
As i dont have access to a linux box, would somebody mind uploading an unpacked factoryrs.rfs from the OFFICAL JI6 build?
Click to expand...
Click to collapse
here u go
http://www.megaupload.com/?d=1QHR83RH

rhcp0112345 said:
uhhh? adb pull /system? and rar it up? or adb pull /?
if you want the full thing? not that complex
Also, You can get a VM setup. To do it in linux.
Click to expand...
Click to collapse
ya i wouldve just pulled the system but im not running the OTA on my phone
and i have a sole linux box back home so dont need to install a VM
demo23019 said:
here u go
http://www.megaupload.com/?d=1QHR83RH
Click to expand...
Click to collapse
THANKS!

Here's a NON-flashable, fully deodexed version of the OTA-JI6 /system directory, yeah, I know its not the full contents of factory.rfs, but its a start.
http://www.4shared.com/file/bn2lTCKf/JI6_OTA_Deodexed.html
cheers

Sorry man, misunderstood your request. Let me get on my linux box and unpack it.

Ok, unpacked it, transferring back to my home PC, and will upload to megaupload.
Sorry for the goof.

lqaddict said:
Ok, unpacked it, transferring back to my home PC, and will upload to megaupload.
Sorry for the goof.
Click to expand...
Click to collapse
I unpacked and already uploaded
Sent from my SGH-T959 using XDA App

demo23019 said:
I unpacked and already uploaded
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Thanks demo, didnt see your update.

Thank you everyone, yall have been a great help

Thread moved to Q&A.

Related

[Q] How to repack a system.img

I have a question, I need help repacking a system.img. This is what i have done, i unpacked it, removed unnessasary apps and added a different frame work, so now i want to repack back to a system.img file.But have had no luck. I do have ubuntu and windows so no matter what operating system i use.
frankinstine said:
I have a question, I need help repacking a system.img. This is what i have done, i unpacked it, removed unnessasary apps and added a different frame work, so now i want to repack back to a system.img file.But have had no luck. I do have ubuntu and windows so no matter what operating system i use.
Click to expand...
Click to collapse
If you intend on flashing it with a custom recovery, you could also zip the whole package and name it update.zip
There's an excellent guide over here.
The problem is, I used mkcramfs and when I unpacked it again it showed empty
Sent from my HTC HD2 using XDA App
frankinstine said:
The problem is, I used mkcramfs and when I unpacked it again it showed empty
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
I see. But what will the .img be used for?
Thijs96 said:
I see. But what will the .img be used for?
Click to expand...
Click to collapse
I want to edit and change some things in it. I'm doing this for the HD2. The new nand flash. So that's why a zip will not help me, I do know how to make a Rom into an zip. The nand flashs the boot.img and system.img
Sent from my HTC HD2 using XDA App
To be clear I have the system file ready I just need to reach it
Sent from my HTC HD2 using XDA App
frankinstine said:
To be clear I have the system file ready I just need to reach it
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
Yes, yes, I know what you mean.
You've got to have /system in a folder, not compressed.
*You've got to be on linux!
Issue:
Code:
mkfs.yaffs2 yourdir yourimage
But you've got to find that command on Google, I didn't find it. Otherwise, flash it to your device and make a Nandroid backup.
Edit: I've found mkfs.yaffs2, but it's ARM only. That means you've got to do it on your device (Busybox/Terminal)
It's here.
Thijs96 said:
Yes, yes, I know what you mean.
You've got to have /system in a folder, not compressed.
*You've got to be on linux!
Issue:
Code:
mkfs.yaffs2 yourdir yourimage
But you've got to find that command on Google, I didn't find it. Otherwise, flash it to your device and make a Nandroid backup.
Edit: I've found mkfs.yaffs2, but it's ARM only. That means you've got to do it on your device (Busybox/Terminal)
It's here.
Click to expand...
Click to collapse
I'll give it a shot then
Sent from my HTC HD2 using XDA App
You can get yaffs2 tool for x86 Linux from here: http://jiggawatt.org/badc0de/android/mkfs.yaffs2.x86.tar.gz
I don't remember off hand what to search for as its been a while since I used it. I'll upload them when I get home if I still have them.
Sent from my HERO200 using XDA App
copy the folder to the sd on the phone, (eg /sdcard/myimg/ open a terminal on the phone, issue mkyaffs2image /sdcard/myimg/ /sdcard/system.img
bgcngm said:
You can get yaffs2 tool for x86 Linux from here: http://jiggawatt.org/badc0de/android/mkfs.yaffs2.x86.tar.gz
Click to expand...
Click to collapse
It's awesome! I've actually copied it into /bin/ on my computer, I'm using it an awful lot
pls help me!!!
how to upack and repack system.img ang boot.img...because i cant understand the guide..i think its missing something..pls help me
Is that for samsung devices?If yes,you can have a look at my sig
Sent from my GT-N7000 using xda app-developers app

[Q] file app

The g9 has a good file app can it be extracted to use on a phone like the atrix ? What I'm looking for is the network browser part.
My goal is to use my g9 as a media server use my old phone with the HDMI and connect it to a TV the TV has a USB that will charge the phone then I have a make shift Google TV
probably wont work but here i'll upload the apk for you
http://www.mediafire.com/?j5f3jaofx2m0j4m
Wow that was fast thank you I'll post back if it works
Also if you don't mind could you explain how you got it so in the future I can do it myself! Well need a new computer first lol
robertlawson225 said:
Wow that was fast thank you I'll post back if it works
Also if you don't mind could you explain how you got it so in the future I can do it myself! Well need a new computer first lol
Click to expand...
Click to collapse
you can find it in /system/app
I don't think it will work however since it's odexed. perhaps a deodexed version would work better.
Have you tried ES Explorer?
Sent from my LG-VM670 using Tapatalk 2 Beta-2
2 weeks ago i have tryed to install the apk off archos file manager (is very nice and intuitive) on my lg optimus one with gyanogen but it doesn't work as told here. pity. ciao
It didn't work for me just won't install
Shano56 said:
you can find it in /system/app
I don't think it will work however since it's odexed. perhaps a deodexed version would work better.
Click to expand...
Click to collapse
Does anyone know how to deodexed this app?
robertlawson225 said:
Does anyone know how to deodexed this app?
Click to expand...
Click to collapse
you'll have to install this whole rom http://forum.xda-developers.com/showthread.php?t=1551682
Shano56 said:
you'll have to install this whole rom http://forum.xda-developers.com/showthread.php?t=1551682
Click to expand...
Click to collapse
Thanks for the info but this is my sons g9 and I don't want him to have root can just the app be extracted or does it have to be loaded on the tablet then extracted?
robertlawson225 said:
Thanks for the info but this is my sons g9 and I don't want him to have root can just the app be extracted or does it have to be loaded on the tablet then extracted?
Click to expand...
Click to collapse
you could ask someone else who has the deodex version
You can mount ext4 image as loop but you need linux (virtual machine will do)
tapatalked from Desire
gen_scheisskopf said:
You can mount ext4 image as loop but you need linux (virtual machine will do)
tapatalked from Desire
Click to expand...
Click to collapse
Do you have a link for instructions I do have a live USB Ubuntu will that work?
robertlawson225 said:
Do you have a link for instructions I do have a live USB Ubuntu will that work?
Click to expand...
Click to collapse
1. You need at least 600 MB of free space on USB (archos.ext4.zip and place to unpack)
2. Open terminal in the folder where archos.ext4 is located and:
Code:
mkdir mnt
sudo mount -o loop archos.ext4 mnt
3. Do whetever you wan to with files in ext4 image, then
Code:
sudo umount mnt
[optional] rm -r mnt
gen_scheisskopf said:
1. You need at least 600 MB of free space on USB (archos.ext4.zip and place to unpack)
2. Open terminal in the folder where archos.ext4 is located and:
Code:
mkdir mnt
sudo mount -o loop archos.ext4 mnt
3. Do whetever you wan to with files in ext4 image, then
Code:
sudo umount mnt
[optional] rm -r mnt
Click to expand...
Click to collapse
i will try thanks
robertlawson225 said:
i will try thanks
Click to expand...
Click to collapse
However keep in mind that apk may depend on system framework to work properly (in other words- I can't say if it will work on other device or not)
gen_scheisskopf said:
However keep in mind that apk may depend on system framework to work properly (in other words- I can't say if it will work on other device or not)
Click to expand...
Click to collapse
i know its a shot in the dark still want to try
ok i tried the steps you gave me but i must be missing something steps i took
i made a new folder dropped the .zip into the new folder, opened terminal i typed cd then drag and drop my new folder then hit enter
then i typed
mkdir mnt
sudo mount -o loop archos.ext4 mnt
i get "file type must be specified" or something like that
what did i miss?
You have to unpack the .zip
gen_scheisskopf said:
You have to unpack the .zip
Click to expand...
Click to collapse
OK will give it another shot
success I'll post a link once it uploads all apps and framework
Link http://db.tt/egAavEFX

Archos Arnova AN7GH3 (7h G3) Need help

Hey there guys!
Well this is gonna sound a bit ridiculous but I've actually deleted Launcher2.apk and SystemUI.apk instead of copied them (stupid yeah I know I could eat my face off right now...) and I need them back. There's no official ROM available for download which pretty much sucks so I can't get them anywhere. So if anyone here has the same tablet as me, consider sharing those two system apps with me.
Thanks.
Benzonat0r said:
Hey there guys!
Well this is gonna sound a bit ridiculous but I've actually deleted Launcher2.apk and SystemUI.apk instead of copied them (stupid yeah I know I could eat my face off right now...) and I need them back. There's no official ROM available for download which pretty much sucks so I can't get them anywhere. So if anyone here has the same tablet as me, consider sharing those two system apps with me.
Thanks.
Click to expand...
Click to collapse
I am surprised that there isn't any restore system. Looks if you have a kernel menu with touch combinaison. Like us with power on button + vol up.
Bizcuite
Sent from my GT-N7100 using xda app-developers app
Well I can get into recovery easily but it's useless, can't mount external sd card so I can't flash anything.
Benzonat0r said:
Well I can get into recovery easily but it's useless, can't mount external sd card so I can't flash anything.
Click to expand...
Click to collapse
Just to be sure you have no way to reflash any firmware?
Else try to connect your tab to your computer and use adb even if your system bootloop. Try to install adb and push your missing files.
I doubt that there are no firmwares to download.
If they havr used the same boot like archos. The mount of the sdcard depend of the initramfs (ramdisk) not the OS.
Bizcuite
Sent from my GT-N7100 using xda app-developers app
bizcuite said:
Just to be sure you have no way to reflash any firmware?
Else try to connect your tab to your computer and use adb even if your system bootloop. Try to install adb and push your missing files.
I doubt that there are no firmwares to download.
If they havr used the same boot like archos. The mount of the sdcard depend of the initramfs (ramdisk) not the OS.
Bizcuite
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
It's not in a boot loop it just hangs at "bootanimation" (If you'd call it that I know I wouldn't) and wham stays like this forever.
Oh and another problem.
Code:
adb shell
- exec '/system/bin/sh' failed no such file or directory (2) -
Can't push files from recovery because I need to mount /system. I can't do that because adb shell isn't working.
I don't see 7h G3 anywhere, see for yourself.
http://arnovatech.com/support/updates_fwm.html?country=gb&lang=en
Benzonat0r said:
Hey there guys!
Well this is gonna sound a bit ridiculous but I've actually deleted Launcher2.apk and SystemUI.apk instead of copied them (stupid yeah I know I could eat my face off right now...) and I need them back. There's no official ROM available for download which pretty much sucks so I can't get them anywhere. So if anyone here has the same tablet as me, consider sharing those two system apps with me.
Thanks.
Click to expand...
Click to collapse
I have the same tablet, if you need these two files ... here they are: View attachment Launcher2.apk
View attachment SystemUI.apk
Just in case when still struggling or for future need:
unbrick-and-reflash-arnova-7h-g3-solved

GT-P5210 kitkat

From Sammobile new 4.4.2 P5210XXUBNH1
Luxor said:
From Sammobile new 4.4.2 P5210XXUBNH1
Click to expand...
Click to collapse
http://samsung-updates.com/device/
there is the download link i am downloading it right now.
will it work on my dutch tab 3 10.1?
damian312 said:
http://samsung-updates.com/device
there is the download link i am downloading it right now.
will it work on my dutch tab 3 10.1?
Click to expand...
Click to collapse
downloading now too, please report!
Downloading.
nowo said:
downloading now too, please report!
Click to expand...
Click to collapse
I am a little afraid to test it.
Do i have to flash through odin?
hey,
if you guys are hesitant, i'll test it. give me a couple of hours to get it and do the usual
@Restl3ss - dude OP look !
m
moonbutt74 said:
hey,
if you guys are hesitant, i'll test it. give me a couple of hours to get it and do the usual
@Restl3ss - dude OP look !
m
Click to expand...
Click to collapse
You are the man.
i wait for it
dead link bud!
RoninTPD said:
dead link bud!
Click to expand...
Click to collapse
http://samsung-updates.com/device/
not that hard to fix it:good:
Installing. can't wait to pull it apart.
CAG-man said:
Installing. can't wait to pull it apart.
Click to expand...
Click to collapse
cag,
when you are go can you pull the /system/vendor directory and post it?
also /system/bin/toolbox ?
my download just started , i can't wait !!
m
M,
I will do so.
Holy crap, finally!
damian312 said:
http://samsung-updates.com/device/
not that hard to fix it:good:
Click to expand...
Click to collapse
thanks!!:good:
CAG-man said:
Installing. can't wait to pull it apart.
Click to expand...
Click to collapse
Does it work?
The firmware works, but two things are proving to be very difficult.
one is extracting system.img, i dont know what's different, but the method i used for the 4.2 firmwares just crashes now.
two, and this is a big one
rooting it..
working on it
edit: super SU 1.9.4 zip from chainfire worked. No other method works though, the superuser apk will install but the binary doesn't stick
edit 2: successfully extracted the system image
notes
hey,
if the update with the t211 was any indication, be sure to only write boot.img and system.img
i am making a flashable zip and will post after i get it right and debloated and get the script correct.
realistically, sometime tomorrow, will update.
@Restl3ss okay so iam laughing at myself right now becuase i can not get the damned thing to write. i don't use windows
so no odin. i have tried dd writing the images but on boot i hang at logo and with no adb i can't get a visual on the problem.
i have a .zip put together to do the same and get the same. i have another zip set up ota style but can't script worth a damn.
can you whip up a script and post it?
an interesting note- in /sbin is a binary file named partlink. thoughts?
Restl3ss
@Restl3ss
okay so this is the joke
i am too poor to upload a large file to devhost. :laugh:
solution - i going to upload the otapackge for the firmware WITHOUT the system folder.
the package has the modified to unsecure boot.img and the updater script which just happens to be the
same one i am using for cm11 :laugh: :victory:
these are the instructions for converting, mounting and pulling the system image into an cwm flashable zip
to convert and mount sparse .img in terminal
simg2img system.img system.img.ext4
mount -o loop system.img.ext4 /a/directory
then nav to that directory in file browser, copy the contents of /system and insert in to package.
there is also a second step to correct issues with symlinks in vendor. drop that package into ota second
sorry for the inconvenience. it's in your folder with the patches.
but hey, i'm poor.
m
i'm running it right now and it seems very kitkatty
If i flash 4.4 can i still flash back to 4.2.2?
moonbutt74 said:
@Restl3ss
okay so this is the joke
i am too poor to upload a large file to devhost. :laugh:
solution - i going to upload the otapackge for the firmware WITHOUT the system folder.
the package has the modified to unsecure boot.img and the updater script which just happens to be the
same one i am using for cm11 :laugh: :victory:
these are the instructions for converting, mounting and pulling the system image into an cwm flashable zip
to convert and mount sparse .img in terminal
simg2img system.img system.img.ext4
mount -o loop system.img.ext4 /a/directory
then nav to that directory in file browser, copy the contents of /system and insert in to package.
there is also a second step to correct issues with symlinks in vendor. drop that package into ota second
sorry for the inconvenience. it's in your folder with the patches.
but hey, i'm poor.
m
i'm running it right now and it seems very kitkatty
Click to expand...
Click to collapse
got it system folder is properly extracted and what not, trying to deodex. About 10 apks are failing on every deodex attempt, can't figure out why. Gonna upload a 100% stock to xda anyway, deodexed + rooted will just have to come a bit later.

Any methods to change font without root?

A guy on Chinese forum had released some font apks which is not originated from SmartWorld,and its working.
Have tried simply replacing ttf file in the apk,seemed not working.
Any ideas to change custom fonts without root?(Cant know how the font apk works...)
rexx0520 said:
A guy on Chinese forum had released some font apks which is not originated from SmartWorld,and its working.
Have tried simply replacing ttf file in the apk,seemed not working.
Any ideas to change custom fonts without root?(Cant know how the font apk works...)
Click to expand...
Click to collapse
It's not that simple. You can replace the ttf files under /system/fonts that relate to LG's default font changer. They all start with HY. Replace the files of the font you don't like/use with those that you do. You need a regular type and a bold one. Also, you need to do this in a Linux environment. Make sure you correct security contexts when you finish, or it won't work.
ashkan-khatar said:
It's not that simple. You can replace the ttf files under /system/fonts that relate to LG's default font changer. They all start with HY. Replace the files of the font you don't like/use with those that you do. You need a regular type and a bold one. Also, you need to do this in a Linux environment. Make sure you correct security contexts when you finish, or it won't work.
Click to expand...
Click to collapse
Hello,/system/fonts seems to be Read-Only?
rexx0520 said:
Hello,/system/fonts seems to be Read-Only?
Click to expand...
Click to collapse
You need to mount it as a re-writable partition. Use the command below:
Code:
mount -o loop,rw -t ext4 image-file.img the-folder-you-want-to-mount-the-image-in
Then, when you're done, use this:
Code:
umount the-folder-you-mounted-the-image-in
You can find attached a screenshot of what the process will do in the end. I have replaced Foxrain.
ashkan-khatar said:
You need to mount it as a re-writable partition. Use the command below:
Code:
mount -o loop,rw -t ext4 image-file.img the-folder-you-want-to-mount-the-image-in
Then, when you're done, use this:
Code:
umount the-folder-you-mounted-the-image-in
You can find attached a screenshot of what the process will do in the end. I have replaced Foxrain.
Click to expand...
Click to collapse
It seems that the phone has to be rooted...?
rexx0520 said:
It seems that the phone has to be rooted...?
Click to expand...
Click to collapse
Do you know where to use those commands?
ashkan-khatar said:
Do you know where to use those commands?
Click to expand...
Click to collapse
Nope...seems to be adb in linux?
I've just installed Ubuntu
confused about everything...Which img file should I mount?And where to mount...
sorry for my basic english
rexx0520 said:
Nope...seems to be adb in linux?
I've just installed Ubuntu
confused about everything...Which img file should I mount?And where to mount...
sorry for my basic english
Click to expand...
Click to collapse
Oh, well, use KDZ Extractor to get a stock system.img from a KDZ. Then open a terminal in the folder where you have the image and use the following commands:
Code:
sudo
mkdir something
mount -o loop,rw -t ext4 system.img something
Then modify what you want, and, when you're done and have corrected security contexts using "ls -lZ" and "chcon", use this:
Code:
umount something
ashkan-khatar said:
Oh, well, use KDZ Extractor to get a stock system.img from a KDZ. Then open a terminal in the folder where you have the image and use the following commands:
Code:
sudo
mkdir something
mount -o loop,rw -t ext4 system.img something
Then modify what you want, and, when you're done and have corrected security contexts using "ls -lZ" and "chcon", use this:
Code:
umount something
Click to expand...
Click to collapse
Find only python and windows version KDZ extractor,should i use the python one?
after system.img modded,how do i flash it in to my phone?any method to pack it back to kdz?
thanks for your helping..
rexx0520 said:
Find only python and windows version KDZ extractor,should i use the python one?
after system.img modded,how do i flash it in to my phone?any method to pack it back to kdz?
thanks for your helping..
Click to expand...
Click to collapse
Oh, I'm not familiar with Python. Why did you install ubuntu? You could just boot it through VMWare or something. I think you'd need either Windows or Mac to use KDZ Extractor.
You don't need to re-pack your modded system.img into a KDZ to flash it. Use the guide in this thread to do so.
ashkan-khatar said:
Oh, I'm not familiar with Python. Why did you install ubuntu? You could just boot it through VMWare or something. I think you'd need either Windows or Mac to use KDZ Extractor.
You don't need to re-pack your modded system.img into a KDZ to flash it. Use the guide in this thread to do so.
Click to expand...
Click to collapse
should i start with step 1 or 9?
rexx0520 said:
should i start with step 1 or 9?
Click to expand...
Click to collapse
Step 1. It won't work otherwise. The port needs to be opened, and that's what LGUp does.
By the way, you can mod your ROM in many ways, not just fonts and stuff. The security contexts are very important, don't forget correcting them after you're done modding.

Categories

Resources