Guest lnoormohamed Posted September 23, 2010 Report Posted September 23, 2010 no htc bootscreen on 3n of my rom bakes?
Guest aidfarh Posted September 23, 2010 Report Posted September 23, 2010 Why do you need launcherpro baked in when it's something you can easily install? The point is that I want to use it as an alternative to the HTC Sense launcher. If I leave out the HTC Sense launcher without having another launcher baked in, I would end up with a ROM with no launcher.
Guest mugor Posted September 23, 2010 Report Posted September 23, 2010 no htc bootscreen on 3n of my rom bakes? +1
Guest flolee Posted September 23, 2010 Report Posted September 23, 2010 (edited) Format a Goldcard make it back a simple sd card ?! not really sure what you want to say, but you will lose your "goldcard-function" if you format the sd card. you will have to redo the entire goldcard-process after formatting. Edited September 23, 2010 by flolee
Guest logicalextreme Posted September 23, 2010 Report Posted September 23, 2010 paul, just an observation: /app-cache is created in bootcomplete.bravo.rc with 01777 permission, right? and that is after init.d scripts have done their jobs? if i manualy chmod 01777 the cache directory /app-cache/com.android.browser/cache after everthing has booted (in a terminal) and start the browser than browser cache works as expected and webviewCache is created within with user/group 10003.10003 (and would possible if browser is run with an other uid been created with this uid) is it possible for me to run a script automatically after bootcomplete.bravo.rc has run or is it possible to alter bootcomplete.ravo.rc to cache creation root.root 01777 to make it permanent? or is this a possible security danger because of the "t" bit on the cache directory? Not sure about security risks, but you could use create the script and then use Tasker to run it on boot (or whenever you wanted). I've noticed that cron is available in the terminal too, but not sure if it would be any use in this situation.
Guest daniel_2332 Posted September 23, 2010 Report Posted September 23, 2010 Hi Paul, Could you please add a "Reboot" option to the Power-Off menu of the phone, i've seen it in another Rom. Thanx alot, love your work.
Guest chipyy Posted September 23, 2010 Report Posted September 23, 2010 Request: Hi Paul, would it be possible to include LauncherPro as an option so that we can exclude both HTC Sense and Google's Launcher2 when baking? +1 I would love this, I want to be able to bake a ROM with just the launcher I want in it and having it /system/ for the sake of performance. Yeah I know it can be added to the ROM after baking but it would be a really nice option to have.
Guest Kiran J. Holla Posted September 23, 2010 Report Posted September 23, 2010 Hi Paul, Could you please add a "Reboot" option to the Power-Off menu of the phone, i've seen it in another Rom. Thanx alot, love your work. I believe Paul has already added this option. Have you tried a fresh bake? Regards, Kiran
Guest TamirDa Posted September 23, 2010 Report Posted September 23, 2010 Paul, can you do the system write able? example: delete apk's with root explorer Thx! Tamir
Guest LouiS22 Posted September 23, 2010 Report Posted September 23, 2010 Hi Paul, Could you please add a "Reboot" option to the Power-Off menu of the phone, i've seen it in another Rom. Thanx alot, love your work. It's IN :lol:
Guest Entreated Posted September 23, 2010 Report Posted September 23, 2010 I believe Paul has already added this option. Have you tried a fresh bake? Regards, Kiran Yes this is correct, only just noticed this, i've always used 'Quick Boot' from the market which allows booting straight to bootloader, recovery or just a general reboot :lol:
Guest katun79 Posted September 23, 2010 Report Posted September 23, 2010 Request: Hi Paul, would it be possible to include LauncherPro as an option so that we can exclude both HTC Sense and Google's Launcher2 when baking? +1 :lol: I love LauncherPro and every time I have to include It in my custom zip file.
Guest logicalextreme Posted September 23, 2010 Report Posted September 23, 2010 +1 :) I love LauncherPro and every time I have to include It in my custom zip file. Are we able to just shove .apk files into the custom zip file, or do we need to create a directory structure?
Guest wboevink Posted September 23, 2010 Report Posted September 23, 2010 Maybe a cool feature for the kitchen: http://www.koushikdutta.com/2010/09/new-ro...eb-connect.html
Guest chipyy Posted September 23, 2010 Report Posted September 23, 2010 (edited) Maybe a cool feature for the kitchen: http://www.koushikdutta.com/2010/09/new-ro...eb-connect.html Could you just use chrome2phone or the firefox equivalent to do exactly this? I don't really see the point. Edited September 23, 2010 by chipyy
Guest Helle85 Posted September 23, 2010 Report Posted September 23, 2010 Hi, sorry for my bad english but i will know, can i flash a other radio over the 5.10.05.23 from the modaco rom? I think the 5.10.05.23 its drain my batterylife to short! Or is the modaco rom optimized for the 5.10.05.23 radio? thanks for your help :lol:
Guest chipyy Posted September 23, 2010 Report Posted September 23, 2010 Hi, sorry for my bad english but i will know, can i flash a other radio over the 5.10.05.23 from the modaco rom? I think the 5.10.05.23 its drain my batterylife to short! Or is the modaco rom optimized for the 5.10.05.23 radio? thanks for your help :lol: Assuming you have a custom recovery installed, you just boot into recovery and flash the .zip from there like any other. Make sure you battery is nice and full though because a borked radio flash can brick your phone.
Guest katun79 Posted September 23, 2010 Report Posted September 23, 2010 Are we able to just shove .apk files into the custom zip file, or do we need to create a directory structure? you have to create the directory structure. /system/app/program1_to_install.apk /system/app/program2_to_install.apk /system/app/program3_to_install.apk ....... /system/app/programN_to_install.apk Anz zip all ;-)
Guest David_P Posted September 23, 2010 Report Posted September 23, 2010 you have to create the directory structure. /system/app/program1_to_install.apk /system/app/program2_to_install.apk /system/app/program3_to_install.apk ....... /system/app/programN_to_install.apk Anz zip all ;-) could /data/app be used as well? If so what is the difference for someone already using app2sd? Would this make market updates easier ? David P
Guest logicalextreme Posted September 23, 2010 Report Posted September 23, 2010 you have to create the directory structure. /system/app/program1_to_install.apk /system/app/program2_to_install.apk /system/app/program3_to_install.apk ....... /system/app/programN_to_install.apk Anz zip all ;-) Cheers! Well that's a lot less complex than I was anticipating. That's good stuff, I'll get myself a zip made tonight.
Guest Noonski Posted September 23, 2010 Report Posted September 23, 2010 (edited) Paul has already added a Launcher2 to the Kitchen. I also use Launcher Pro, but having it as a default in the kitchen, would also mean Paul would need to keep track with all the quick updates Fede has sometimes twice a week. You can also disable all Kitchen launchers and then add in your own with a custom zip. Edited September 23, 2010 by Noonski
Guest eugene.an Posted September 23, 2010 Report Posted September 23, 2010 I found a bug :lol: After reboot I lose all my contacts which I keep in the internal (phone) memory. It's so annoying...
Guest Posted September 23, 2010 Report Posted September 23, 2010 I have baked the rom several times with the nexus one boot screen. But it shows the default android boot screen instead. Does anyone else have that problem? Andy
Guest Grobie Posted September 23, 2010 Report Posted September 23, 2010 I have baked the rom several times with the nexus one boot screen. But it shows the default android boot screen instead. Does anyone else have that problem? Andy same here! :lol: Grobie
Guest chipyy Posted September 23, 2010 Report Posted September 23, 2010 I also use Launcher Pro, but having it as a default in the kitchen, would also mean Paul would need to keep track with all the quick updates Fede has sometimes twice a week. Oh, would it not be updateable from the market if it was baked in then?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now