cannot see the attached files - MDA II, XDA II, 2060 ROM Development

Although i'm logged in i cannot see sin's instalation files! Where are they?

Related

Files from ROM

I guys. I kinda need some help. I flashed Transformer 1.0 and some files are missing.
I reaaaaaally don't wanna flash it again so can you please post those files for me? or just teach me a way to retrieve them from the rom? (loved to do that)
I used the exes from the kitchen rom soft from the forum and got access to the os.nb files but still the files I need aren't there.
I guess maybe they're on the nbf file from pdaviet's temp rom but couldn't access the files inside it.
The files are the exes for:
\windows\timewizard.exe
msn live(pmsnlive something .exe)
the terminal exe
zip
Could you mail them or post them on rapidshare? I can put a full path and name here from the files here...
Thanks in advance
got the timewizard.exe around the forum
but still some files missing
did you a hard reset?
Yes I did. when it prompted me for the calibration.
I did it again and everything's fine now!
Thanks

Duplicate File Problem with any kitchen

Hi All,
with all of the kitchens found here, it is noticeable that when adding any packages to the OEM/SYS folders (i.e S2U2) then trying to re-build the rom specially in the process of BuildOS we got many errors that file already exist and then crashes.
after many research i got to know that the package will extract the files in windows folder for all packages on time then while installation, the files will be copied to the proper folders.
here is the problem, once trying to re-build the rom all files will be copied in the same folder.
is there a way to avoid this?
Hi robekia1,
Even I am facing the same problem when rebuilding os.
we will keep waiting for the seniors here to deliver a solution for us.
thanks to whom will help in this regard
I also faced this problem while cooking ROMs, Hey krazy! help please.
I guess, if we could know the file structure from the folder structue before installing, then it would be easy.
hmmmmmmmm, it seems that this problem have no solution as (Finding emulator for cooked ROM)
done the same and working
robekia1 said:
I guess, if we could know the file structure from the folder structue before installing, then it would be easy.
hmmmmmmmm, it seems that this problem have no solution as (Finding emulator for cooked ROM)
Click to expand...
Click to collapse
Hey I have done the same previously I love the s2u2 applications so I have cooked my rom with all 3 apps of s2u2 i.e. S2U2, S2P, S2V.
I created packages from package builder, then copied all files to one folder.
removing duplicates with latest one.
Also I changed the initflash file for the locations which is created by the package creator with the new folders path.
Then also I added the all item tag in XML to detect DSM files of the respective apps.
Make sure you have registry hack for installing third party apps in your ROM packages.
Enjoy... you will get all your S2U2 apps in your ROM.
Right now I dont have the folder I will upload it tomorrow if anyone wants.
Hope this information is useful to you all.....
Please Dooooooo
bhushangahire said:
Hey I have done the same previously I love the s2u2 applications so I have cooked my rom with all 3 apps of s2u2 i.e. S2U2, S2P, S2V.
I created packages from package builder, then copied all files to one folder.
removing duplicates with latest one.
Also I changed the initflash file for the locations which is created by the package creator with the new folders path.
Then also I added the all item tag in XML to detect DSM files of the respective apps.
Make sure you have registry hack for installing third party apps in your ROM packages.
Enjoy... you will get all your S2U2 apps in your ROM.
Right now I dont have the folder I will upload it tomorrow if anyone wants.
Hope this information is useful to you all.....
Click to expand...
Click to collapse
Thnx a ton budy for this information.
really, i can't wait till tomorrow for this folder because i want to see all these modifications whitch greatly will help all ppl here.
please upload it ASAP.
also, what about Cooked ROM emulation? i hope there is a solution up there whitch i'm not aware about.
registry hack
bhushangahire said:
Make sure you have registry hack for installing third party apps in your ROM packages.
Click to expand...
Click to collapse
What you mean by registry hack? it sounds something new for me.
do you mean any registry editor? or it is another OEM Package should be installed along with the ROM?
robekia1 right, all file will be in windows folder, if you put it in the "program files" folder, the files exist in windows folder too, that is will be wasto your phone storage. Avoid put in the program files folder will be increase your phone memory.
Usually the default directory of the CAB file is in the progam file, and if you use OEM creator to that CAB, it will copied to Program file folder and exist in windows folder, to make only in windows folderyou can use this method:
1. edit the initflashdat result of OEM creator, delete all value of program file, or
2. Before you use OEM creator, edit the installation directory of CAB file, use wincab manager to do it, or
3. use wincab manager to extarct the files in the CAB, and registry, after that you can make .rgu, dsm, shortcut, manually and input the shortcut location in the initflash.dat file (I always use this method).
Usually every CAB file have different files with other, and if the have same file it can be same with the SYS file or the author/maker of the CAb is same. you can choose the latest version of that file if it happend.
While cooking even though we separate files inside different packages, but at the time when imgfs.bin is created, all the files go to \Windows folder. Thats why there cant be two files with same name even when they are in different packages.
Now some apps have common dependencies. Like the DirectShow and mHubVO dlls are needed by Youtube, as well as streaming media. Now what happens is, if you take two packages for these, sometimes the author puts the dependency files in both the packages so that if someone uses one package and not the other, it still works. This mostly happens packages that are made by converting a cab to a package. So if you cook these packages, you need to make sure that they are not putting duplicate files.
The same thing also happens with also happens with registry settings. Somtimes, two or more packages update the same regisrty keys in their .rgu files. SO we need to take care of those too and remove the lines that dont apply to the version of files we are actually using in our kitchen. This is a necessary evil and thats why cooking is not a child's play.
Once a ROM is flashed, and phone boots for the first time, the initialization process takes place. Now the ROM cooks have two ways to initialize their packages : using the .provxml files, this works if you have newer OEM* folders like from Elfin or Opal, it basically requires the Autoshortcut.exe file as well as newer HTCUtil.dll. The other way is the older initflashfiles.txt files inside the packages.
The difference between two methods is that using initflashfile.txt you can only copy files and create folders on the file system, but provxml can be used to perform many different things like registry values, applying themes etc.
So using one of the methods you copy your files to appropriate locations. Do remember that this process if done wildly can decrease the availabel free phone memory noticeably. Thats why we sometimes go a bit furthur and do some programming stuff to minimize this. You people sometimes dont even notice what is happening behind the scene.
I tell you one such experience. Google maps is a package that copies all its files to \Program Files\GoogleMaps but i noticed if i dont copy the files by deleting the initflashfiles.txt, and run GoogleMaps.exe from \Windows, it runs just fine. This works in pro user's rom but in Manila ROMs, the Maps tab of Manila looks for GoogleMaps.exe in Program files folder. So i had a choice to either copy googlemaps.exe into program files folder and waste 2 MB of phone memory or loose the functionality of maps tab of manila.
What i did was the third way i thought of myself. I created a .NET application called GoogleMapsStub.exe and what it does is it runs the googlemaps.exe from windows folder and passes all the information to it that manilla passed to it while running it. This exe is copied into the \program files\GoogleMaps folder by using initflashfiles.txt as GoogleMaps.exe. So now manilla is happy that it has googlemaps.exe in its proper place and i am happy too coz the new exe is only 3.5 kb in size You can verify this in v3.1.1 of VanillaManila rom. Look in the program files folder you will get the 4 kb googlemaps.exe, put it on your pc and check its version in its properties, you will get my name there And if you check the windows folder, there will be a googlemaps.exe of 2 MB size and a GoogleMapsStub.exe of 4 kb size.
So sometimes hacks like these are necessary in order to make a perfect roms. ROM cooking is just like food cooking, It may appears to be like just putting the ingredients into a cooker and light up the gas stove and wait for the food to cook. But if you try that for first time, your food will not be eatable for sure It requires a careful balance of salt, pepper and other things to cook a tasty dish I hope i have made myself clear
Wonderful
AMAZINGGGGGGGGGGGG PPL
latest buildos/ visual kitchen has option to delete duplicate file while cooking but
i will make new kitchen in future (not soon) because current kitchen work fine for me and i have lots of other work like android + building to rom from weekly leaked sys of wp 6.5
Thanks ankit360 for the visualkitchen9.7, i'm already trying to use it but the problem is: the ROM generated by the kichen is not working for GENE.
i tried another kitchen for the same ROM and it still working fine, the only problem with it is the duplicate
bhushangahire, i'm still waiting for you to upload your files.
also, what about the reg hacker?
Hi Karzy,
" What i did was the third way i thought of myself. I created a .NET application called GoogleMapsStub.exe " you answered one of my query unknowingly, when I had extracted your ROM, I saw there was GogleMapsStub.exe which was not present in any other ROM I had extracted. So I was wondering what that file was about !!! Now I know what it was.
Thanks a lot karzy for sharing this info.
You have been always good in explaining things indetail, which helps a lot for new comers like me.
I m glad that i am able to help my buddies here.
find the files below...
robekia1 said:
bhushangahire, i'm still waiting for you to upload your files.
also, what about the reg hacker?
Click to expand...
Click to collapse
Please find the files below sorry for delay.....
S2U2 Application OEM folder.
S2APPS.7z (786.47 KB)
Registry Tweak OEM Folder.
Registry__Disable - Security warnings when installing non-certified application.7z (849 bytes)
Please find the link to ROM with S2U2 applications + Antivirus.
WM6.5_Old_21231.7z (51.91 MB)
bhushangahire said:
Please find the link to ROM with S2U2 applications + Antivirus.
WM6.5_Old_21231.7z (51.91 MB)
Click to expand...
Click to collapse
i guess this ROM is for OLD gene???Correct me if i'am wrong...
yup for old
htc3400 said:
i guess this ROM is for OLD gene???Correct me if i'am wrong...
Click to expand...
Click to collapse
yup you are right this rom is for Old ..
If anyone want it for new gene please ping here I will cook it for new also....
Thanks
bhushangahire said:
S2U2 Application OEM folder.
S2APPS.7z (786.47 KB)
Registry Tweak OEM Folder.
Registry__Disable - Security warnings when installing non-certified application.7z (849 bytes)
Please find the link to ROM with S2U2 applications + Antivirus.
WM6.5_Old_21231.7z (51.91 MB)
Click to expand...
Click to collapse
Thanks a Ton bhushangahire for sharing those links.
I appreciate this.
Now, i'm gonna read them character by character

Tellme (voice to text & more)

Alrighty, here we goo.
I was looking around for voice to text apps, and I came across one.. called "Tellme"
Now, I as I understand this wasn't exactly made for my LEO-usa.
BUT IT DOES WORK.
I have installed the .cab file for this app, installed it correctly the only way one could do it. Then there was a file I was told to download called NETCFv35.wm.armv4i.cab.zip
Framework im guessing? But I have a problem, I don't know how to install this.. its a zip file, and when I unzip the file it breaks down the cab structure into 192380192381203981203498712348971230489 freaking FILES!
How do I install a cab file that is compressed into a zip file? if you HD2 users want to try and pickup where I left off, here you go.
do a google search for "tellme for hd2" Click the result that has tmobile's forums on it.
Scroll down the forum replies till you see words and convo's regarding TELLME. and you'll notice there is two files needed, the framework, and the cab file for the app.
I got the app installed, but the NETCFv35.wm.armv4i.cab confuses me because its a cab file that is in a zip file..
lol, sorry if I'm sounding redundant. but damn.
Heres the two files, I'll attach them below.
delirium5 said:
Alrighty, here we goo.
I was looking around for voice to text apps, and I came across one.. called "Tellme"
Now, I as I understand this wasn't exactly made for my LEO-usa.
BUT IT DOES WORK.
I have installed the .cab file for this app, installed it correctly the only way one could do it. Then there was a file I was told to download called NETCFv35.wm.armv4i.cab.zip
Framework im guessing? But I have a problem, I don't know how to install this.. its a zip file, and when I unzip the file it breaks down the cab structure into 192380192381203981203498712348971230489 freaking FILES!
How do I install a cab file that is compressed into a zip file? if you HD2 users want to try and pickup where I left off, here you go.
do a google search for "tellme for hd2" Click the result that has tmobile's forums on it.
Scroll down the forum replies till you see words and convo's regarding TELLME. and you'll notice there is two files needed, the framework, and the cab file for the app.
I got the app installed, but the NETCFv35.wm.armv4i.cab confuses me because its a cab file that is in a zip file..
lol, sorry if I'm sounding redundant. but damn.
Heres the two files, I'll attach them below.
Click to expand...
Click to collapse
no worries. just download the .zip file, then unzip it into the the file "NETCFv35.wm.armv4i.cab". next copy this file and the tellme.cab file into your phone. run the NETCFv35.wm.armv4i.cab first and let it install. then follow by the tellme.cab. you're done.
yea, you have unzipped it twice, because winzip/winrar also see the .cab as a cabinet, or zip file, and opens it, when in fact that whole file is the windows mobile installer. extract the single cab file to desktop, copy it to your phone, click it in explorer on your phone.
Alrighty, I tried what you said..
I got the .cab file for the NET stuff on the device, attempted installation and it failed at the end, told me to close out of apps, and clear device space?
I have a little short of 1gb of Device memory left, and task manager did not have anything running.
Is it perhaps the ROM im using? I'm using the Energy ROM.
bumppp.

How to extract files from ROM

Hi,
As the new ICS 4.0.3 seems to have gotten rid of the libraries required for call recording, I am willing to extract the relevant libraries from a 2.3.6 ROM, replace and give it a shot. I already have a few of them with me, for example Official DXKL3.
I need to extract the following 3 files -
system/lib/libaudiopolicy.so
system/lib/libaudioflinger.so
system/lib/libaudio.so
How can I extract these files from a ROM?
On you pc or on you phone click extract here. And will be exctracted about 6 files. Navigate to system app and find wht app you want. Copy and replace. I guess I understood right what you mean.
Get a utility program like 7Zip, IZarc, WinRar on your PC & open up the zip/tarfile & you can see the individual files & extract same.
However...
What you're attempting to do will not work. Different framework.
Points for thinking outside the box tho.
Thanks... Though when I use 7z, it only extracts zImage,factoryfs, etc., only a handful of files. I cannot see the individual files in the file system. Also 7z cannot extract these files anymore...
Ahh I think I was talking about already "cooked" ROM, and you guys are talking about the source? Sorry I am very new to the terminologies used. If that is the case I will check if I can find these files in the source tarball.
Try another program if 7Zip doesn't work. Try IZarc. I can see every file in the roms I have with it.
MistahBungle said:
Try another program if 7Zip doesn't work. Try IZarc. I can see every file in the roms I have with it.
Click to expand...
Click to collapse
I tried but still couldn't open XXLPQ ROM with IZarc. Thanks anyway...
hirak99 said:
Hi,
As the new ICS 4.0.3 seems to have gotten rid of the libraries required for call recording, I am willing to extract the relevant libraries from a 2.3.6 ROM, replace and give it a shot. I already have a few of them with me, for example Official DXKL3.
I need to extract the following 3 files -
system/lib/libaudiopolicy.so
system/lib/libaudioflinger.so
system/lib/libaudio.so
How can I extract these files from a ROM?
Click to expand...
Click to collapse
to open *.img file inside the rom download diskinternal linux reader and mount the img file inside the app.
tried and tested when i needed to copy a file from another rom.
Solution you find here :
h__p://sconcauteam.com/forum/index.php?threads/how-to-windows-extract-deodex-sign-and-zipalign-an-official-rom.1325/

[Q] Not copying files?

Greetings,
Not sure if this something Ive done when rooting and putting busybox on, but im trying to backup the entire contents of my sdcard to my desktop.
The files start copying, but at some point it fails and most of the folders of high interest are empty on the desktop. I need my titanium backup and mybackuppro, rom backups, etc. What it looks like I have to go into each of these folders and copy manually.
I just want to select all, copy, paste and be done with it.
Has anyone had an experience like this?
same here.
and can see not all folders/files' and even worse: i see dfferent folders with windws explorer, total commander mtp and total commander adb... only on the device itself i can see everything correct...
dn't know what it is, never seen before...
I made some progress here. Im preparing for a firmware upgrade which wipes, so I need this backup.
I noticed that from the root, if I drag one folder alone, it will copy that with all sub-folders properly.
It's only when you copy multiple folders that it fails.
Maybe this is solved in the firmware upgrade to HBOOT 1.35. I will report back here when complete.
Paz75 said:
I made some progress here. Im preparing for a firmware upgrade which wipes, so I need this backup.
I noticed that from the root, if I drag one folder alone, it will copy that with all sub-folders properly.
It's only when you copy multiple folders that it fails.
Maybe this is solved in the firmware upgrade to HBOOT 1.35. I will report back here when complete.
Click to expand...
Click to collapse
This appears to be fixed now after the firmware upgrade. Copying all files without any recursion problems
Paz75 said:
This appears to be fixed now after the firmware upgrade. Copying all files without any recursion problems
Click to expand...
Click to collapse
same here, update to HBOOT 1.35 and all folders appear in every way and can be copied without problems :good:

Categories

Resources