well i read it some where in the forum
After flashing a Rom, all the .cab files are to be placed in a folder in the internal storage in order to get them installed automatically.
without having to install each and every cab file manually.
I guess there was script or something..
Couldnt find it now
can any help?
thanks
Have a look here...
http://forum.xda-developers.com/showthread.php?t=366337
Thanks a lot ..
I am On Duttys Latest is it UC Compatible
could have been nataly rom.
i always use that script....sure gives a rest to your fingers
link
http://forum.xda-developers.com/showthread.php?t=459854
Click to expand...
Click to collapse
Hello
i've downloaded Android 2.0.1, launched and installed. When i click con Android icon, it's starts but after finding rootfs it stops because it can't find "system.img".
I've searched into XDA but i can't find any guide to find or create that file.
Can someone help me please??
really thanks!!
Pisolo said:
Hello
i've downloaded Android 2.0.1, launched and installed. When i click con Android icon, it's starts but after finding rootfs it stops because it can't find "system.img".
I've searched into XDA but i can't find any guide to find or create that file.
Can someone help me please??
really thanks!!
Click to expand...
Click to collapse
This SHOULD be posted in 'question' forum...not in the main forum....
Anyway, HOW did you install it? from Cab or from Zip?
Either way, you've not carried out one of the instructions... I'd recommend you try again and read every single little note on the installation instructions.
It's very easy to get excited and want to run Android quickly, and accidentally miss and installation step.
So, you need to explain WHICH version of Android you've installed, what device you have, what steps you THINK you took etc.
p.s.
If you installed using my zip, the number on common error is that people don't perform the mortscript setup / installer after unzipping (this is not necessary using the cab version).
Also some folks install to their device when they SHOULD install to their SD Card
Also, some folks extract the zip without the folder structure
All of these are common mistakes
Oh, and the other common issue is install OVER an existing installation... sometimes this can be done, sometimes it can't. If you want a simple life, never do this
delete evrything and re-try! this should help!
Ok Thanks and sorry for the position of this thread
With cab it can't run so i've downloaded only the zip and extracted into SD....
i can only on thing : "It's FANTASTIC" :O
Can i ask you one more thing ? i've see that i can install new apps and games from market, but how can i install new themes? i need another app?
At the end... how can i boot Android when i power up my Blackstone without passing throw WM6.5 ? Thanks!!
Hi i have uninstalled some programs but the icons seems to appear in start/programs..how to remove them please help.
try looking for the icons in
\windows\start menu\Programs
delete those you do not want to appear in start/programs
Thanks mate..i removed it.
Am using jade 110,1.40.1000,wm6.1..i want to flash wm6.5....give me link for wm6.5.nbh file and steps to do it..
213182 said:
Thanks mate..i removed it.
Am using jade 110,1.40.1000,wm6.1..i want to flash wm6.5....give me link for wm6.5.nbh file and steps to do it..
Click to expand...
Click to collapse
I am not an expert in rom flashing. If you do a search there are many forums on that subject. Try searching for a forum started by a member named "Haree". he posted a good guide of flashing
hey,
I wanted to extract "Torch" application from "Azure" Rom and few other applications. as Torch is the only working app which did really enable the LED for HTC Legend.
I actually opened the ZIP package to path \azure-1.0.1.zip\system\app where the applications are stored, every app comes in APK and OBEX files. I extracted few APKS, non of them worked.
I am seeking some help for extracting the application from the ROM.
Thanks in advance!
lamppu is a good LED torch. You need root to use it, look in market
TheGrammarFreak said:
lamppu is a good LED torch. You need root to use it, look in market
Click to expand...
Click to collapse
I have looked in market, but it doesnt seem to exist there. However, do you know anyway to extract the application as working APK file?
Any other LED torches that works with LEGEND?
*EDIT: well, I found it, its named Lamppu. but anyway it didnt work, although my phone is rooted! why is that?
Try Extended Controls, there is a Torch Widget which worked on my HTC Legend. (NOTE:Root access Required For this very Widget)
omar.elhelw said:
hey,
I wanted to extract "Torch" application from "Azure" Rom and few other applications. as Torch is the only working app which did really enable the LED for HTC Legend.
I actually opened the ZIP package to path \azure-1.0.1.zip\system\app where the applications are stored, every app comes in APK and OBEX files. I extracted few APKS, non of them worked.
I am seeking some help for extracting the application from the ROM.
Thanks in advance!
Click to expand...
Click to collapse
If you find a ROM that has both .apx and .odex in the app-folder you will not get it to work by only extracting the .apk file.. You need both of the files in order to include them in another ROM..
Use a backup program like Titanium backup or MyBackup pro: they will extract for you.
XtremeHTM said:
Try Extended Controls, there is a Torch Widget which worked on my HTC Legend. (NOTE:Root access Required For this very Widget)
Click to expand...
Click to collapse
I already tried using Lamppu, but it didnt work on my rooted phone!
Have any idea what might be the reason?
----
whitetigerdk said:
If you find a ROM that has both .apx and .odex in the app-folder you will not get it to work by only extracting the .apk file.. You need both of the files in order to include them in another ROM..
Click to expand...
Click to collapse
That makes sense...but who would I merge the .apk and .obex together to be in one .apk file so I can install it?
Or maybe you know some way I can install these files?
Help would be really appreciated.
----
robto said:
Use a backup program like Titanium backup or MyBackup pro: they will extract for you.
Click to expand...
Click to collapse
You mean like after loading the custom ROM, I backup the application I want then restore them after I load the custom I want?!
This is just long process of backing up your data then load custom rom, then back to the old rom, then root then restore...
I thought there might be easier and shorter ways?!
Any help would be appreciated. Gracias!
Anyone to help?????
try the kitchen method.
Scout around in the .zip to find the package you want, copy the .apk to your ADB directory and then, with the phone plugged in:
Code:
adb install [I]path-to-package[/I].apk
I actually opened the ZIP package to path \azure-1.0.1.zip\system\app where the applications are stored, every app comes in APK and OBEX files. I extracted few APKS, non of them worked.
I am seeking some help for extracting the application from the ROM.
Click to expand...
Click to collapse
To be honest you've answered your own question. What you've done is the easiest way to pull an app from a ROM. So if your issue is something else it may be an idea to re-write your question (again, I know. Sorry).
I also apologise for mis-interpreting your question the first time 'round. I hope my help in this post is better.
TheGrammarFreak said:
Scout around in the .zip to find the package you want, copy the .apk to your ADB directory and then, with the phone plugged in:
Code:
adb install [I]path-to-package[/I].apk
To be honest you've answered your own question. What you've done is the easiest way to pull an app from a ROM. So if your issue is something else it may be an idea to re-write your question (again, I know. Sorry).
I also apologise for mis-interpreting your question the first time 'round. I hope my help in this post is better.
Click to expand...
Click to collapse
Your help so much appreciated mate!
Well, the last conclusion I got to is, the .apk and .obex files are actually one file but they were divided to 2 files just to make them work better, so if you take the .apk file only it wont work as it will be missing the other .obex file.
Anyway, I am also guessing there is a way to merge the 2 files back, I read a little about "de-odex" but I couldnt really get the best help I could get. I will post the solution once I get to it.
Thanks again for your help mate!
omar.elhelw said:
Your help so much appreciated mate!
Well, the last conclusion I got to is, the .apk and .obex files are actually one file but they were divided to 2 files just to make them work better, so if you take the .apk file only it wont work as it will be missing the other .obex file.
Anyway, I am also guessing there is a way to merge the 2 files back, I read a little about "de-odex" but I couldnt really get the best help I could get. I will post the solution once I get to it.
Thanks again for your help mate!
Click to expand...
Click to collapse
You will have to use the kitchen do deodex the files.. Search the entire forum for "Chefs Central"
whitetigerdk said:
You will have to use the kitchen do deodex the files.. Search the entire forum for "Chefs Central"
Click to expand...
Click to collapse
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." ???
omar.elhelw said:
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." ???
Click to expand...
Click to collapse
I know it's a pain, but de-odexing the whole rom might help. Unless you already did this, in which case something is wrong with your download I imagine.
Swyped from my HTC Legend
TheGrammarFreak said:
I know it's a pain, but de-odexing the whole rom might help. Unless you already did this, in which case something is wrong with your download I imagine.
Swyped from my HTC Legend
Click to expand...
Click to collapse
I havent tried deodexing the whole rom actually. I will certainly do this and try.
I have another question to you though, from where can i get Swype? lol
I know it's a pain, but de-odexing the whole rom might help. Unless you already did this, in which case something is wrong with your download I imagine.
Swyped from my HTC Legend
Click to expand...
Click to collapse
I havent tried deodexing the whole rom actually. I will certainly do this and try.
I have another question to you though, from where can i get Swype? lol
Click to expand...
Click to collapse
Search, I might post the link when I'm home. Swype HVGA
Swyped from my HTC Legend
TheGrammarFreak said:
Search, I might post the link when I'm home. Swype HVGA
Swyped from my HTC Legend
Click to expand...
Click to collapse
Thanks!
heres the DL link
http://goo.gl/xKSk
Originally Posted by pyroblazer View Post
ok how do u do do that?? sry bt im a noob... and what how much memory(approx) can we get by this??
also can someone tell me the easiest way of resigning a zip... i've tried a lot may things bt cant seem to do it... i want to put my apps in the main zip itself....
also tell me where to put my apps?? in data/apps or in system apps?? and till what amt(MB)??
As for resigning a zip: The way I do it is download the rom to my desktop, Right click on it and open with: select winRAR archiver delete out of system/apps everything I don't want ie facebook/stocks etc. While I'm in the drop in the apk's of the things I want and voila!. Click the 'X' at the top right and then drag that onto my memory card. Install as you do etc etc. No need to unzip or zip a file!.
Hope this helps!
__________________
I'm the luckiest man alive!!, just a petty it's all bad luck!!.
This is the reply i got.. i tried it bt in recovery it says cant open sd card/xxx.zip (bad)
i posted it in the wildpuzzle thread.. bt no response...
plz help...