I'm building a ROM for the OG Droid and I'm trying to put apps in the /data/app folder. Every time I flash the ROM, none of the apps from /data/app seem to install. Any thoughts!?!
This is a discussion on Can someone help me!?! within the Droid Development forums, part of the Droid Hacking category; I'm building a ROM for the OG Droid and I'm trying to put apps in the /data/app folder. Every time I flash the ROM, none ...
I'm building a ROM for the OG Droid and I'm trying to put apps in the /data/app folder. Every time I flash the ROM, none of the apps from /data/app seem to install. Any thoughts!?!
I'll see if I can't someone in here for you.
1.Need to Flash a ROM? - Flashing ROM - Best Practices
2.Need to Install Safestrap on your D3? - Install Safestrap D3
3.Need to Install a ROM using Safestrap on your D3? - Flashing a ROM using Safestrap
4.Guidelines of Conduct on Droidforums.net - Guidelines of Conduct
Hey man, welcome to the ROM game, I'll post some little hints for you for some stuff below, but if you need help with anything in the process of your ROM feel free to let me know, I'll do what I can to help you, and even if I can't help with your problem I'll know someone who can. Here is some contact info for me for future reference.
----------------------------------------------------------------------------------------------------------
All info can be found at Droid Concepts then click on 'Meet The Team'
Twitter: @DroidConcepts
Email: Woodyman@droidconcepts.com
---------------------------------------------------------------------------------------------------------
If you need anything else drop me a message and i'll help you out.Code:# In order to write to the DATA we have to first mount it mount("MTD", "userdata", "/data"); package_extract_dir("data", "/data"); unmount("/data");
-woody
Done! lol.
Last edited by woodyman; 08-25-2011 at 08:19 AM.
Click Here for the Droid Concepts Web Site
If you would enjoy what we do please support us with a small donation if possible, we need some new devices..
Small world, from Ohio myself! Marion, Ohio born and raised. In the Army for the last 4 years and stationed in Hawaii now!
Anyway, here's my issue because I think I explained this wrong. In the process of building the ROM, at the Root of the build I have the following:
Data Folder
System Folder
META Folder
Boot.img (kernel)
I already have all the apps in the data folder. (Trying to put apps in /data/app so users can easily uninstall if they don't want them)
I finish the ROM, sign it, upload it to www.multiupload.com, download it, flash it. I reboot and notice that none of the apps from /data/app will show up. However, when I boot up, open Root Explorer, go to /data/app, all the apps are listed! LOL
If needed, I can also include a link to the build for better analyzing. I really appreciate the help guys! This is why I love DF so much!
Last edited by spc_hicks09; 08-25-2011 at 09:52 AM.
Hey, no problem, I just figured if you were still seeing your apps in /system/app or in /data/app and didn't show up in your installed app list, permissions probably weren't set correctly. I hope this is the problem and I wish you the best of luck in your rom development.
Sent from my Droid using DroidForums