|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Just a random observation. I found it nice that my custom boot graphics I whipped up in the WM kitchens were not touched by loading this. Though I will probably have to change the one that says windroid now.
I love using this one as my inital boot screen http://www.umnet.com/pic/diy/screens...f6ba6-70e7.jpg |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
Second splash is the one android loads before boot animation. Thats the one you see now. Sure not everyone loves my fiery android, but i left it there to remind everyone we are burning this bitch in and no piggy backing of haret. lol.. You can roll your own boot.img with whatever graphic you want. Just research online on how to do it. Problem will be the same as the other cooks have is when i make a change, they have to recreate their boot img. So you will always be playing the catch up game. Is fine once things are more stable .. just keep in mind where this bad boy came from .. fyi its my bday today and im already drunk .. woohoo.. arrrggg many thanks for answering all the questions. You sir are truly a multitasker.
__________________
|
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
I was referring to the two graphics that are shown before the minipooploader being left untouched rather than the ones after it. I should have been more specific. |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Because I didn't feel like installing everyone of my apk's one at a time I whipped up a little batch file script. I am posting it here incase someone else would like it, and didn't feel like recreating the wheel. It will attempt an adb install of all apk files in a directory. It assumes that you have a path statement pointing to your adb location.
I suspect it may not like non standard characters in the file names. Just stick this line in your batch file, and run it in the dir that has your apk collection. code: for /f %%a IN ('dir /b *.apk') do adb install %%~na%%~xa Last edited by wizardknight; 04-23-2012 at 12:54 AM. |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
I think I found a small typo in the NANDHOWTO under the clean install section.
On the line that reads "Fastboot erase data" It should be "Fastboot erase userdata" |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
I have been playing with the NAND build all day, and I have found an issue that I was wanting to see if anyone else had noticed.
I use roam control 1.4 to force the phone into roaming mode when I am home due to the very low (but not quite low enough to cause the phone to switch on it's own) signal. If I don't keep the phone in roam mode I miss calls all the time. :P Sprint service is not so good at my place. When I use roam control to force roaming the data over wireless stops flowing. I don't get any errors, and everything looks like it is working fine. It's just that the data isn't moving, and things time out. I had been using this on my SD build mostly without issue (nothing a reboot couldn't fix). Any thoughts on why the data of the wifi might be affected by the roaming status? |
|
||||
Re: [TESTING] - NAND OMGB (1.2.3)
Quote:
Well if anyone else has issues with roam control disable and re-enable your wifi connection while roaming, and it should work (well it is for me at the moment). Last edited by wizardknight; 04-14-2012 at 06:11 PM. |
|
|
|