How to download files in Omega Files Kitchen ? - Galaxy S III Q&A, Help & Troubleshooting

Hello I got a problem to download files in Omega Files Kitchen 8.0/9.0, tried to post in Omega thread but without answer, maybe solution is silly easy but not for me ...
Anyone can help me how to download files from Omega Files Kitchen, it always ends with error while downloading, yes I read that then have to use download all files app, but it wont works too, how to use it ?
When I'm in Omega kitchen files app and click for some app/mod to download, it automatically downloads with stock app, resulting with download error at the end of file, download all files is not available in upper bar or in 'open with' menu.
Can someone help me with that, thanx.

apatch said:
Hello I got a problem to download files in Omega Files Kitchen 8.0/9.0, tried to post in Omega thread but without answer, maybe solution is silly easy but not for me ...
Anyone can help me how to download files from Omega Files Kitchen, it always ends with error while downloading, yes I read that then have to use download all files app, but it wont works too, how to use it ?
When I'm in Omega kitchen files app and click for some app/mod to download, it automatically downloads with stock app, resulting with download error at the end of file, download all files is not available in upper bar or in 'open with' menu.
Can someone help me with that, thanx.
Click to expand...
Click to collapse
go to application manager, find "browser", then clear the default and then download another browser like "Maxthon" which i use

Thank you, clearing "internet" app cache helped
After some checking, problem could be also using Directory Bind to mount download catalog, reason was to export all download files from internal sdcard (memory) to extsdcard.

Related

How to create "update.zip" for integrate apps?

Hello!
I'd like to create update.zip to integrate app wich can be flashed to any or almost any rom. I'd like to put some essential app in it. Anybody can tell me how can i do this, or is there any guide for this?
Download and install the latest android sdk .also Java jdk find and download autosign. Do this all by searching. I would download a custom rom as a template for your update.zip. extract the data folder and the Meta folder and put into a new folder, go into Meta folder keep clicking through the folders inside Meta one till you find update-script and open it in notepad.
Delete everything except the part saying something like copy package DIRATA and the show progress before it. Once that's all done put the Apps you want into the data folder zip up the data and Meta folders, when you open the zip folder you should only see those 2 no others! Resign it using autosign and flash
bonesy said:
Download and install the latest android sdk .also Java jdk find and download autosign. Do this all by searching. I would download a custom rom as a template for your update.zip. extract the data folder and the Meta folder and put into a new folder, go into Meta folder keep clicking through the folders inside Meta one till you find update-script and open it in notepad.
Delete everything except the part saying something like copy package DIRATA and the show progress before it. Once that's all done put the Apps you want into the data folder zip up the data and Meta folders, when you open the zip folder you should only see those 2 no others! Resign it using autosign and flash
Click to expand...
Click to collapse
+1. Niiice,... A few questions though if you dont mind.
1,... Can I use this command that I use to sign my bootscreens to sign the update.zip ... "java -jar C:\SignApk\SignApk.jar C:\SignApk\testkey.x509.pem C:\SignApk\testkey.pk8 C:\SignApk\bootscreen.zip C:\SignApk\bootscreen_signed.zip" ... and just change the file name as needed? ... Or do the .pem and .pk8 files need to be changed to something else?
2,... If Im using a base custom ROM with Apps2SD, all apps will be installed to the SD right?... Or do they install to the internal memory if you add the apps to the ROM itself?
3,... Is it also possible to add the app and game data (i.e.. game saves) to the ROM or is it best to use a backup programme?
Hope someone can help?
Thanks!
I tought it will harder, but it worked flawlessly
I'd be interested in this too:
ddotpatel said:
2,... If Im using a base custom ROM with Apps2SD, all apps will be installed to the SD right?... Or do they install to the internal memory if you add the apps to the ROM itself?
Click to expand...
Click to collapse
It all goes to the Data partition so... If your ROM is using apps2sd and its turned on (for instance im using androbin and i have done the command "apps2sd on" in terminal) the apps you install from then on will go to your sdcard partition.Quite a handy thing on this androbin rom is in sd card and storage it tells me my secondary partition!
Ddotpatell....
1.Yes you can use that command
2.answered above.
3.I would use a backup program personally
Thanks BONESY, much appreciated.

[Q] Best way to merge back the ".apk" and ".odex" files to be 1 ".apk" file

[Q] Best way to merge back the ".apk" and ".odex" files to be 1 ".apk" file
Hey everyone,
I am seeking some help for some way to get the 2 files of .apk and .odex to get back to their original state of only one install-able package .apk file..
I tried the "de-odexing" method of the Android Kitchen, but it didnt seem to be working fine. Error message of "There is a problem prasing the package."
Any other ideas how I can extract a single application from Stock or Customized ROM?
I need this help for building a rom that supports multi languages that comes with Market installed within it and having root access.
Any help would be much appreciated!
omar.elhelw said:
Hey everyone,
I am seeking some help for some way to get the 2 files of .apk and .odex to get back to their original state of only one install-able package .apk file..
I tried the "de-odexing" method of the Android Kitchen, but it didnt seem to be working fine. Error message of "There is a problem prasing the package."
Any other ideas how I can extract a single application from Stock or Customized ROM?
I need this help for building a rom that supports multi languages that comes with Market installed within it and having root access.
Any help would be much appreciated!
Click to expand...
Click to collapse
It's the only way. You have to deodex the file. The error message "There is a problem prasing the package" is not a deodex message to the best of my recollection.
djmcnz said:
It's the only way. You have to deodex the file. The error message "There is a problem prasing the package" is not a deodex message to the best of my recollection.
Click to expand...
Click to collapse
Sorry I didnt get what you mean completely.
What I have tried: I used kitchen to deodex the files, copied the .apk file to my phone, tried to install it. this error message shows up!
by the way, its the same message that shows if you copy the .apk file without the .obex file to the phone and try to install it..
Any help would be appreciated!
hmmm
I would like to bring back universal inbox (from froyo to CM7 nightly, Droid X) and a few other items
no go?
omar.elhelw said:
Hey everyone,
I am seeking some help for some way to get the 2 files of .apk and .odex to get back to their original state of only one install-able package .apk file..
I tried the "de-odexing" method of the Android Kitchen, but it didnt seem to be working fine. Error message of "There is a problem prasing the package."
Any other ideas how I can extract a single application from Stock or Customized ROM?
I need this help for building a rom that supports multi languages that comes with Market installed within it and having root access.
Any help would be much appreciated!
Click to expand...
Click to collapse
U can use baksmali.jar to de-assemble and smali.jar to assemble.
U need java virtual machine
1) Download files from here http://code.google.com/p/smali/downloads/list
2) read this wiki http://code.google.com/p/smali/w/list
3) Get more Knowledge from here
http://forum.xda-developers.com/showthread.php?t=537779
4) then after converting odex to classes.dex put inside apk(Use winar and change extension of apk to zip and open with winrar and remove meta-inf
5) put classes.dex to ur zip file by draging
6) change extension to apk again
7) Download autosign apk tool
http://forum.xda-developers.com/showthread.php?t=471634
8) Sign ur apk and install
Can someone help me to merge these two files into a normal install apk package please
Merge Jobmanager.apk and Jobmanager.odex => one apk file
Thanks
coolpixs4 said:
Can someone help me to merge these two files into a normal install apk package please
Merge Jobmanager.apk and Jobmanager.odex => one apk file
Thanks
Click to expand...
Click to collapse
Try this: http://forum.xda-developers.com/showthread.php?t=1879128

Cant open the Android Files on the SD Card ?

Hai!
So I just copied the Android Froyo files directly onto my SD card, and when I try to open them on my HTC HD2 I recieve an error that the file cant be opened and I should try to reinstall it.
Any help ?
Bai!
When you unzip the downloaded zipped file on your PC, you should end up with an android folder. It's that folder that you need in the root of your SD.
It's detailed very clearly how to install and run Android on every single build page that I've read. You should start where you downloaded it from.
johncmolyneux said:
When you unzip the downloaded zipped file on your PC, you should end up with an android folder. It's that folder that you need in the root of your SD.
It's detailed very clearly how to install and run Android on every single build page that I've read. You should start where you downloaded it from.
Click to expand...
Click to collapse
I did that, same error.
Anyonez ?
Please
We're not mind readers. What exactly did you do and what was the error?
ALright:
- I copied the folder to my SD Card on the HD2.
- I go to 'Start' -> File explorer -> And then I select the audio file thing and after that the file to start the Android itself.
When I do the last step, I get an error that says:
The file "CLRCAD/HARET" cannot be opened. Either it is not signed with a trusted certificate, or one of it's componets cannot be found. If the problem persists, try reinstalling or restoring this file.."
Search for sdkcerts and install that on your phone. That should fix your problem.
Sent from my iPhone 5 beta using the XDA App
Does it matter where I extract the file to ?
Do I have to put it on my SD card or on my HD2 program files ?
THANKS!
Tried both locations, getting an error while installing the .cab:
'Installation of SdkCerts.cab has failed.'
Hey guy sorry if I didn't post right, butvi have a problem I just put a new build of android on my phone its cell core version, everything works fine like emulators, internet, etc. the only thing that doesn't work is when I try to download androzip for I can urar files and unzipped 7z files. I really need this program cause my computer is down, and that way I can do everything own my phone until I get it back up and running. I just wanted to now am I the only one having this problem or is there a solution to this problem. sorry again if I posted wrong I'm a newbie to forums never really had to use them but this problem is beyond. me. also I tried other builds like Mattc 1.7 & 1.8 still get a installation unsuccessfull if info I relevant. thanks in advanced sorry again if post wrong and if its too long.
gballer2020 said:
Hey guy sorry if I didn't post right, butvi have a problem I just put a new build of android on my phone its cell core version, everything works fine like emulators, internet, etc. the only thing that doesn't work is when I try to download androzip for I can urar files and unzipped 7z files. I really need this program cause my computer is down, and that way I can do everything own my phone until I get it back up and running. I just wanted to now am I the only one having this problem or is there a solution to this problem. sorry again if I posted wrong I'm a newbie to forums never really had to use them but this problem is beyond. me. also I tried other builds like Mattc 1.7 & 1.8 still get a installation unsuccessfull if info I relevant. thanks in advanced sorry again if post wrong and if its too long.
Click to expand...
Click to collapse
Make your own topic please.
So what point I am at:
- I copied the Android folder to my SD Card on the HD2.
- I go to 'Start' -> File explorer -> And then I select the audio file thing and after that the file to start the Android itself.
When I do the last step, I get an error that says:
The file "CLRCAD/HARET" cannot be opened. Either it is not signed with a trusted certificate, or one of it's componets cannot be found. If the problem persists, try reinstalling or restoring this file.."
-------------------
Then this person told me to download a .cab that would fix all the problems, and when I wanted to install it I got the error:
'Installation of SdkCerts.cab has failed.'
--------------------
And now I dont have a CLUE what to do! Lol
I am guessing you are running a stock windows mobile rom? You need to either run a custom rom or find "Advanced Configuration Tool" and install it so you can enable the rom to run all unsigned applications. Then you can run the android apps to boot it.
It is in the misc. section. More info: http://www.touchxperience.com/en/applications/advanced-configuration-tool.html
Uhm, where can I find a custom ROM :$?
I tried that Advanced Config, but when I try to run it on my phone it just gives me the error:
The file "AdvancedConfig" cannot be opened. Either it is not signed with a trusted certificate, or one of it's componets cannot be found. If the problem persists, try reinstalling or restoring this file.."
**** it, I will just peform a hard reset
Making a back-up of my contacts at this moment.
Peformed a Hard-Reset and the Android and all other files are working FKING GREAT!
Love you guys!
If you get that problem again, you should install an app called "bsb tweaks" (or a similar app) and set it to "allow unsigned"
this should allow you to install things that you couldnt before...........
Glad you got it sorted.
Thanks, John, for helping me out!

[Q] Finding or extracting tones from the SGS2??

Is there some places where I can find all the stock tones for the SGS2 as one complete zip, or each folder as a individual zip so I can download them?.
And if not, is there then a way for me to either find them on the phone and copy them over, or as the last resort is there some way for me to extract them from the image files we use to flash through Odin?
Any help or hints in relation to this is more then welcome....
And thanks in advance.
Use Root Explorer some other file explorer by which you can have access to all directories.
Navigate to /System/media/audio
You can find "ringtones", "notifications", "alarms" folders. Copy to wherever you want.
i am not rooted, can some 1 up load the sms, notification n ringtone.
Download any official (based) rom and extract them yourself from the zip. Same location.
I have them, PM me your email address.
TheGhost1233 said:
Download any official (based) rom and extract them yourself from the zip. Same location.
Click to expand...
Click to collapse
I have an official rom laying around on my laptop and I only have *.img files inside.
Could someone post them up for me also. Im missing a load of then default tones for some reason when I upgraded my ROM. Thanks.
Would also like this.
I will zip em all up shortly and post them
MeX_DK said:
I will zip em all up shortly and post them
Click to expand...
Click to collapse
Didn't mean to jump ya but:
http://www.mediafire.com/?hma2y999mfuapbm
Already had them.
These are NOT flashable, i could probably make em so but I already had them all zipped. What I do is just put them in the GAPPS so everytime I flash a new CyanogenMod the audio gets copied in as well.
that link is dead

strange downloads aftet reboot

Hey there,
I have a strange issue - maybe someone can explain this or tell me how to get rid of this:
After rebooting I get notifications about a unnamed file which was downloaded several times. But the download folder is always empty ?*
I am quite riddled
Answers are very appreciated ?
I'm not sure if android file explorers have an option to hide files but I'd suggest trying to check if there are any hidden files in the downloads folder using your PC.

Categories

Resources