[i9000] ADB PULL /sys folder please - Galaxy S I9000 Android Development

http://forum.xda-developers.com/showthread.php?t=1254210
^I have already posted a thread in the general discussion asking for help but as luck would have it, the thread has 125+ views on it but no one came to the rescue.
So as last resort, I am compelled to post in the development area for which I am truly sorry, since everyone wants the development area to be kept clean
But this is kinda related to development of my phone (I9003)
I just need some help from any one guy in this whole forum who owns a Galaxy S and has ADB on his/her pc
I need you to pull the entire /sys folder from your phone and upload it on a free hosting website for me to download from
we are trying to figure out TV OUT for GALAXY SL I9003 and need that folder since I9000 has TV OUT function, we need to see the drivers, omapdss and omapfb etc etc
thank you very much, hoping to see a positive response

Sorry Guy, i'm on cynogenmod..

Download any I9000 Samsung stock ROM, find the factoryfs.rfs file and extract/mount it for the system files. (Google for more info on this)
Sent from my GT-I9000 using xda premium

you have many views but no answer because of your post title.
you are saying "help needed" what kind of title is that?
people will open the thread to see what it is about.
But people who might have an answer for you will not open a thread saying "help needed"
be smart and put a title like "[I9003] I need /sys folder" or "[I9003] Getting TV OUT working on SL I9003"

thanks for the suggestions guys
if someone can just point me in the right direction as to which I9000 custom GB rom successfully works the tv out option, i will go ahead and download it for the factoryrfs file
i know i can search for a rom on your forum, but since u guys are native to the i9000 forums and i'm a i9003 forum guy, i wud appreciate the help
It will save me a lot of time
thank you very much.

You can use any Custom ROM [ JVR , JVQ etc based. not CM7/MIUI ] for fulfilling your wish.
But TV-OUT as it is not a 'portable' feature. Having a headphone jack wont help you in having everyother functionality through it. People haven't managed to remap the headphone layout from iPhone to Nokia TRRS layout for that matter. Then how are you going to manage getting a video signal out of a phone which doesn't have the proper hardware wiring for it?. The GPIO config in the kernel is not to be remapped/touched. and for that what's the use of a SYS folder content?.

ok...so i downloaded JVR 2.3.4 from samfirmware
extracted the factoryfs.rfs to a folder and then open the .rfs with magiciso
i looked in to the whole .rfs file but could not see the /sys folder
can someone please do me a favour and adb pull your /sys folder (only if ur tv out is working) and kindly upload the same on some site and gimme the download link
or give me alternatives to get the /sys folder
thank you very much

What you are seeing is the contents of /system as if it were just flashed to an I9000
Sent from my GT-I9000 using xda premium

I allways use ultraiso to open/extract rfs files. works allways
Sent from my GT-I9000 using XDA App

i have the i9003 and it has a file system where it has the /system folder and also the /sys folder
please let me know is the file system is same for i9000 too ??
and if it is, will someone kindly take 5-10 of their time and pull the /sys folder from your i9000 (not the /system folder)
PLEASE and THANK YOU

There is no /sys for the I9000
Sent from my GT-I9000 using xda premium

Mothatt said:
There is no /sys for the I9000
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
There is /sys my friend but of course not in factoryfs.rfs
It has to be pulled from the device

Related

[REF] Porting 2.1 (JM8) Samsung Keyboard to 2.2 (JPK)

Tools needed: smali, baksmali (google them), a JDK, and an extracted factoryfs.rfs from an éclair ROM.
(If you don't have a linux machine to mount an .rfs file to a directory never forget that your device has linux on it, so it can actually mount the .rfs file to a directory)
First collect the files you need from factoryfs.rfs:
/app/AxT9IME.apk
/app/AxT9IME.odex
/lib/libXt9core.so (this is actually the same file that's inside the apk)
/lib/libDHWR.so
/framework/android.policy.odex
/framework/core.odex
/framework/ext.odex
/framework/framework.odex
/framework/services.odex
Copy all the odex files into the same directory as baksmali is. Disassemble it with:
java -jar baksmali.jar -x AxT9IME.odex
This should create an out directory, with the disassembled, and deoptimized files. Now reassemble them, with smali:
java -jar out
This should create an out.dex file. Rename it to classes.dex, and put it into the AxT9IME.apk (don't be fooled by the extension, it's a simple zip file)
Now copy the following files to your phone:
AxT9IME.apk --> /system/app
libXt9core.so --> /system/lib
libDHWR.so --> /system/lib
Remove the following files:
/system/app/AxT9IME.odex
/system/lib/libdhwr.so (this is lowercase. The above was uppercase. Case does matter!)
Now try to enable the samsung keyboard. If everything goes well then you can now use the old keyboard.
-----
Alternatively if you needed the keyboard from the XWJM8 version, you can download the result files from here: http://android.sztupy.hu/dl/SamsungKeyboardFroyo.zip
Thank you
can I use this method in order to replace framework.jar/framework.odex from another build?
JHJP4 support proper BIDI (for Hebrew/Arabic and other RTL languages)
And how do we do the opposite? Want 2.44 on eclair =)
Should work the same
omrij said:
Thank you
can I use this method in order to replace framework.jar/framework.odex from another build?
JHJP4 support proper BIDI (for Hebrew/Arabic and other RTL languages)
Click to expand...
Click to collapse
No, framework.jar is too much different between eclair and froyo. You can only port simple applications (in /system/app) this way.
dupel said:
And how do we do the opposite? Want 2.44 on eclair =)
Click to expand...
Click to collapse
It would only work if the new keyboard doesn't use anything FroYo specific (like gesture support, or enhanced multitouch support). If it does use froyo specific api functions it will break under eclair.
sztupy said:
No, framework.jar is too much different between eclair and froyo. You can only port simple applications (in /system/app) this way.
Click to expand...
Click to collapse
Both frameworks are from Froyo
just different version
JP4 framework has proper BIDI support
omrij said:
Both frameworks are from Froyo
just different version
JP4 framework has proper BIDI support
Click to expand...
Click to collapse
If framework.jar changes then all pre-optimized files (odex) have to be reoptimized (the same way as the tutorial above shows), and even after that it might not work...
hi can I ask a few questions. I don't know much about these complicated things, but I will try my best.
can we collect files you asked us from factoryfs, through root explorer.
you asked to copy file with capital letters to phone and then asked to remove same file name with small letters. can one directory have two files with same name?
and finally how would we copy files to the phone?
thanks.
Sent from my Nexus One using Tapatalk
pitsyapa said:
hi can I ask a few questions. I don't know much about these complicated things, but I will try my best.
can we collect files you asked us from factoryfs, through root explorer.
you asked to copy file with capital letters to phone and then asked to remove same file name with small letters. can one directory have two files with same name?
and finally how would we copy files to the phone?
thanks.
Sent from my Nexus One using Tapatalk
Click to expand...
Click to collapse
You can use rootexplorer to transfer the files to /sdcard modify them on the PC, tran transfer them back from /sdcard to their location.
thanks I really appreciate your help can I ask you another simple question. I have downloaded jdk.
and installed it. how do I use these commands to disessemble, java jar. is there any special java prograame. thanks.
thanks v much. problem solved. ported urdu keyboard from eclair to jpk. thanks again.
How do I know which files from /lib do I need to replace?
I'm trying to use contacts apk from other froyo rom
So, I tried the above instructions, and all I get is errors with bksmali, but i get the out directory, then when I run smali, it get another bunch of errors, but no out.dex. Any help would be amazing.
I haven't tried any of this other than trying to just install the AxT9IME.apk which obviously didn't work. I can enable it but trying to switch to it or access its settings instantly resorts in a force closure.
What I don't think I've seen mentioned is whether or not the end result of this allows you to have both the 2.2 and the 2.1 keyboards. Could anyone clarify for me if you get both or just the 2.1 keyboard in the end?
Lastly, would it be possible for someone to write an app (downloadable via market) for this keyboard for any android version? Because that'd be pretty awesome.
It'd be nice if it didnt create an app-drawer icon, but I wouldn't mind as Go Launcher allows me to hide unwanted apps.
I honestly like the 2.2 keyboard, but the 2.1 one (with its 4 pages) has symbols in on it that I have seen no where else, which is pretty cool and why I'm wanting it.

Need the file libGLES_android.so from SGY DXLC1 stock firmware

Hi Fellow XDA-DEVELOPERS,
I'd like to seek help from anyone who might have a Samsung Galaxy Y with a stock firmware of DXLC1. I badly need an EGL file residing in the directory /system/lib/egl/
The filename is libGLES_android.so. I accidentally deleted mine and now an old game that was created by my friend won't run. I need that file to get extra 5 more pixel formats. I can't really remember which pixel formats I'm missing.
I also cannot do reformat/reflash as I do have a couple of applications that I'm testing for work.
Please help, I have tried all versions of this file I can find on the web but none of them worked.
winuxguy said:
Hi Fellow XDA-DEVELOPERS,
I'd like to seek help from anyone who might have a Samsung Galaxy Y with a stock firmware of DXLC1. I badly need an EGL file residing in the directory /system/lib/egl/
The filename is libGLES_android.so. I accidentally deleted mine and now an old game that was created by my friend won't run. I need that file to get extra 5 more pixel formats. I can't really remember which pixel formats I'm missing.
I also cannot do reformat/reflash as I do have a couple of applications that I'm testing for work.
Please help, I have tried all versions of this file I can find on the web but none of them worked.
Click to expand...
Click to collapse
No need to bother on this one as I have just reinstalled the aforementioned firmware and reformatted my Galaxy Y and gave it to my brother as I now have a GT-I9300. Thanks XDA!

T-Mobile GS3 "SamsungCamera.odex" file request

Greetings!
I originally posted a troubleshooting question relating to file naming conventions and the inability to rename a file once it has been erroneously named....
short version: I am requesting the "SamsungCamera.odex" file from the T-Mobile Galaxy S3 phone. Mine is corrupted and as such I cant utilize the camera or the video camera on the phone.. (not too fun on a brand new phone...)
For the long version(or to help me see how/why this happened or how to fix it the correct way... please see this thread.
Thank you, in advance, for anyone that can please help me to fix this incredibly annoying problem.
boosted3svt said:
I am requesting the "SamsungCamera.odex" file from the T-Mobile Galaxy S3 phone.
Click to expand...
Click to collapse
Here you go, dude. (.odex isn't listed as a valid file extension for upload on the forum, so I zipped it.)
BAMAToNE said:
Here you go, dude. (.odex isn't listed as a valid file extension for upload on the forum, so I zipped it.)
Click to expand...
Click to collapse
Thank you so much!!!!
I'm going to try placing that file in the /system/app folder right now and hopefully that will restore stock functionality to the video camera!
Will follow up!
Thank you a million! .. quite sincerely!
That worked like a charm!
Dropped the (correctly named) SamsungCamera.odex file in the /system/app folder, renamed the modified camera apk to ".apk.modded" and renamed the original apk file back to ".apk" extension and viola: Instant camera functionality.
Thank you, again, so much.
You've literally made my day!
Thank you.
Hi! Could you upload the original SamsungCamera.apk, please? Because when I'm tried to install HX Camera mod, i put the two files into a zip, when the Root Browser crashed. The two files were gone, and the zip became corrupt. After this, i put the mod to system\app. On the first run, it worked, but after a while it crashed. I run the camera again and it crashed after a time, again, and again. So I decided to try the video. And now it doesn't even want to start. So that's why i request the stock camera, and please upload as soon as possible. Thanks.
Levi432 said:
Hi! Could you upload the original SamsungCamera.apk, please?
Click to expand...
Click to collapse
Oops, sorry for the delay. I guess I don't have email notifications turned on for the forums. SamsungCamera.apk uploaded.
only stock firmware have samsungcamera.odex files? coz i cant find anything in my /system/app folder

[Sound] Diablo3 "Pick-up Gold" Touch Sound

CAUTION:
This DOES overwrite the originals so copy them to a safe place if needed
Directory: "/system/media/audio/ui"
S_HW_Touch.ogg
TW_Touch.ogg
To install:
un-zip the TW_D3Gold.zip.
place files(S_HW_Touch.ogg and TW_Touch.ogg) in directory ==> /system/media/audio/ui <== using any app that allows root access(I use Root Explorer).
Re-boot phone.
Get it HERE -> View attachment TW_D3Gold.zip <-
Im running FrostyJB_4.1.1-v2
PS.First post here on XDA so if its in the wrong forum please move or delete also please point me twards the right one. Sorry in advance thank you!
Can i release sounds like this all the time or should i do like "packs"? Or is there a different site i can upload them to, cuz im learning how to theme and dev apps. It seems that sounds arn't to hard to make so i dont want to waste everyones time with these if theres no need for them?
Sent from my T-Mobile SGH-T999 XDA App

NOKIA X STOCK ROM(Any Version)

Hi guys, I am a new user here, so, I got a problem. I need Nokia x stock ROM in highly compressed mode, less than 100 MB if anyone can. I live in a backward area and am not much wealthy. I downloaded stock ROM file from a website(I don't remember the website), it contained 2 folders, META-INF and System and one boot.img file. I was confuse at first. I compressed the system folder and renamed its extension from '.zip' to '.img' and then tried flashing, nothing happened:crying::crying:. I searched many websites hoping to find compressed file of stock ROM. but failed. at last I tried XDA developers. I know that someone will be there to help me in this website. i will remain evergrateful to you guys if anyone could help me.
if someone compressed it then please send it to [email protected] please please please please please:good::good::good::goodlease
Redgrave Wolfeinstein said:
Hi guys, I am a new user here, so, I got a problem. I need Nokia x stock ROM in highly compressed mode, less than 100 MB if anyone can. I live in a backward area and am not much wealthy. I downloaded stock ROM file from a website(I don't remember the website), it contained 2 folders, META-INF and System and one boot.img file. I was confuse at first. I compressed the system folder and renamed its extension from '.zip' to '.img' and then tried flashing, nothing happened:crying::crying:. I searched many websites hoping to find compressed file of stock ROM. but failed. at last I tried XDA developers. I know that someone will be there to help me in this website. i will remain evergrateful to you guys if anyone could help me.
if someone compressed it then please send it to [email protected] please please please please please:good::good::good::goodlease
Click to expand...
Click to collapse
Greetings,
Thank you for using XDA Assist. To get you the best help possible, I'm going to move this thread to your device's Q&A forum.
Good luck!

Categories

Resources