{guide}[how to] porting guide for aosp [how to]{guide} - myTouch 4G General

I would say I’m pretty good at porting AOSP roms, can do them before my cig is half way done.
Well this guide will help out with a good amount of it, ill try to cover much as I possibly can. Ill post links to the needed programs.
android kitchen: http://forum.xda-developers.com/showthread.php?t=633246
notepad++ http://notepad-plus-plus.org/download/v5.9.8.html
Step 1. Well find the rom you want to port over,duh.
Step 2. Make sure you have the android kitchen and notepad++, on your computer an setup correctly.
Step 3. Put the rom your porting in the original update folder(ya know the one for the kitchen….)
Step 4. Setup a working folder, itll ask you the change the updater-script DON’T DO ANYTHING DO IT, leave it how it is!
Step 5. Find another base rom for your phone, preferably cm7, do the same thing your did to your port. Fyi: hope you labeled each working folder. an dont delete the working folder you just created,select yes to move it
Step 6. Copy the boot.img from the cm7 rom over to your port.
Step 7. Find the build.prop in your port. Right click on it, select “edit with notepad++”
Here’s where you need to read everything as I put it, if you mess up, well that’s not my problem .
Step 8. Find the “ro.product.device” “ro.product.board” “ro.product.product”. change those to your device.
If you cant remember the exact name of your device,look at the cm7 build.prop for reference. When you done that save it.
Step 9. Navigate to “META-INF\com\google\android” find the updater-script. Right click on it, edit with notepad++. (btw always use that program when editing stuff with android,soo much easier)
Step 10. Edit the device, board an product to match your device. If one of them is missing, don’t worry bout it. Then save it when your done.
Step 11. Navigate to system/lib/hw. Do that on both your port an cm7 rom. Copy the sensor, lights an gps from cm7 over to your port. Optional: delete the ones from the original device. edit: another part i forgot to add take the modules file an switch them over also
Step 12. Open the android kitchen back up again. now you can delete the cm7 working folder
Type 1,find your port,hit enter,2.
Type 99
Then hit 1.
Hit enter again
Sign the rom
You can either name the rom or not. Id suggest you so you don’t get confused by any other files.
If you followed this correctly, your rom should boot with no problem. If you get error 7 or 6, look below.
If you get error 7 in recovery, you didn’t edit your build.prop correctly. Go back an check it, find your mistake then, re-run it in the kitchen
If you get error 6 in recovery,you need to check your updater-script, you probably didn’t edit that correctly. Go find your mistake in it an fix it, then re-run it in the kitchen.
if the touchscreen gets issue
copy all files in /system/usr/idc from base to port.
Hopefully this guide will help you out with your porting need, if you have any other questions just pm me an Ill try to help you out. Or you could google your problem first too.
if you think i missed anything,let me an ill add it.
an if a mod thinks this should be moved or as a sticky,well who am i to stop him.
If you use this guide to port, give some credit, so other people will know also. thanks
People who provided useful info:
Hdorius

Ported roms with my guide
[PORT/ROM/MOD] [ICS] The Collective's Melchizedek http://forum.xda-developers.com/showthread.php?t=1578803

If you are going to use this guide and release a port, please give us some credit! thanks!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
-Team Inferno-​

Mr.Highway said:
I would say I’m pretty good at porting AOSP roms, can do them before my cig is half way done.
Well this guide will help out with a good amount of it, ill try to cover much as I possibly can. Ill post links to the needed programs.
android kitchen: http://forum.xda-developers.com/showthread.php?t=633246
notepad++ http://notepad-plus-plus.org/download/v5.9.8.html
Step 1. Well find the rom you want to port over,duh.
Step 2. Make sure you have the android kitchen and notepad++, on your computer an setup correctly.
Step 3. Put the rom your porting in the original update folder(ya know the one for the kitchen….)
Step 4. Setup a working folder, itll ask you the change the updater-script DON’T DO ANYTHING DO IT, leave it how it is!
Step 5. Find another base rom for your phone, preferably cm7, do the same thing your did to your port. Fyi: hope you labeled each working folder.
Step 6. Copy the boot.img from the cm7 rom over to your port.
Step 7. Find the build.prop in your port. Right click on it, select “edit with notepad++”
Here’s where you need to read everything as I put it, if you mess up, well that’s not my problem .
Step 8. Find the “ro.product.device” “ro.product.board” “ro.product.product”. change those to your device.
If you cant remember the exact name of your device,look at the cm7 build.prop for reference. When you done that save it.
Step 9. Navigate to “META-INF\com\google\android” find the updater-script. Right click on it, edit with notepad++. (btw always use that program when editing stuff with android,soo much easier)
Step 10. Edit the device, board an product to match your device. If one of them is missing, don’t worry bout it. Then save it when your done.
Step 11. Navigate to system/lib/hw. Do that on both your port an cm7 rom. Copy the sensor, lights an gps from cm7 over to your port. Optional: delete the ones from the original device.
Step 12. Open the android kitchen back up again.
Type 99
Then hit 1.
Hit enter again
Sign the rom
You can either name the rom or not. Id suggest you so you don’t get confused by any other files.
If you followed this correctly, your rom should boot with no problem. If you get error 7 or 6, look below.
If you get error 7 in recovery, you didn’t edit your build.prop correctly. Go back an check it, find your mistake then, re-run it in the kitchen
If you get error 6 in recovery,you need to check your updater-script, you probably didn’t edit that correctly. Go find your mistake in it an fix it, then re-run it in the kitchen.
Hopefully this guide will help you out with your porting need, if you have any other questions just pm me an Ill try to help you out. Or you could google your problem first too.
if you think i missed anything,let me an ill add it.
an if a mod thinks this should be moved or as a sticky,well who am i to stop him.
Click to expand...
Click to collapse
I'm going to give another try now that we have these easier directions thanks always wanted to learn how to port.
Sent from my HTC Glacier using xda premium

josh2020glacier said:
I'm going to give another try now that we have these easier directions thanks always wanted to learn how to port.
Sent from my HTC Glacier using xda premium
Click to expand...
Click to collapse
That's what I've been doing for the longest time, how you think black ice came to be, lol. Used my own guide.
If I helped, give thanks, if you please.
........Death before dishonor........
Team inferno
Leader

and you can use beyond compare to compare the entire roms side by side and compare all tje files in both zip, curently using it xD
Sent from my HTC Glacier using Tapatalk

blackwing182 said:
and you can use beyond compare to compare the entire roms side by side and compare all tje files in both zip, curently using it xD
Sent from my HTC Glacier using Tapatalk
Click to expand...
Click to collapse
i dont understand what your saying,sorry, im a bit tired

Mr.Highway said:
That's what I've been doing for the longest time, how you think black ice came to be, lol. Used my own guide.
If I helped, give thanks, if you please.
........Death before dishonor........
Team inferno
Leader
Click to expand...
Click to collapse
Yes and I can't wait until u give a complete stable black ice. I meandont get me wrong it rocks now real smooth I use it all the time my wife likes but she wants everything working no fc. Thanks can't wait to try porting like u did.
Sent from my HTC Glacier using xda premium

josh2020glacier said:
Yes and I can't wait until u give a complete stable black ice. I meandont get me wrong it rocks now real smooth I use it all the time my wife likes but she wants everything working no fc. Thanks can't wait to try porting like u did.
Sent from my HTC Glacier using xda premium
Click to expand...
Click to collapse
if you can go to the black ice thread,an post whats messing up.

I kinda skimmed through it, but did you include editing the updater script so that its for your device or does the kitchen do that for you?
EDIT: Nevermind, even I should read before posting
Sent from my HTC Glacier using xda premium

what did you think of it?

Mr.Highway said:
what did you think of it?
Click to expand...
Click to collapse
Pretty straightforward, although you should mention you need Linux or cygwin for the kitchen
Sent from my HTC Glacier using xda premium

Nicgraner said:
Pretty straightforward, although you should mention you need Linux or cygwin for the kitchen
Sent from my HTC Glacier using xda premium
Click to expand...
Click to collapse
Well I would hope when they go to the thread, they'd read that also. You can't give them everything, how would people learn?
If I helped, give thanks, if you please.
........Death before dishonor........
Team inferno
Leader

Very well done. Thank you.
Please correct me if I'm wrong:
You have it labeled aosp, but I'm pretty sure 4.0 is more involved than you're guide. So porting Ics would need more instructions. I know you you put preferably CM7, in the instructions.
Would you also have to worry about graphical issues depending on which phone you're porting from?
Idk much about this, just thought of these possible limitations. Let me know what you think.
Sent from my HTC Glacier using XDA App

Thanks Mr. Highway
Instead of porting an existing ROM, can I use this tutorial to build only CM7 source?
Sent from my HTC Panache / Darkside CM7.2 using xda premium.

SprigganMaster said:
Thanks Mr. Highway
Instead of porting an existing ROM, can I use this tutorial to build only CM7 source?
Sent from my HTC Panache / Darkside CM7.2 using xda premium.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=915435
Check this thread for compiling as well...

SprigganMaster said:
Thanks Mr. Highway
Instead of porting an existing ROM, can I use this tutorial to build only CM7 source?
Sent from my HTC Panache / Darkside CM7.2 using xda premium.
Click to expand...
Click to collapse
Building cm source takes forever man Haha trust me
Sent from my HTC Glacier using xda premium

Thanks mr.highway you have done a lot with our phone to keep us busy And now this. I just want to say thank you.

saranhai said:
If you are going to use this guide and release a port, please give us some credit! thanks!
-Team Inferno-​
Click to expand...
Click to collapse
Nice banner Also, great guide Mr.Highway I'm sure this will help a lot of people, maybe even get some more ROMs out
Sent from my HoneySmartDroid Port using XDA Premium.

thanks man i was looking for this guide from long time

Related

[Themed Apps] DropBox, XDA, Wireless Tether, Fast Reboot Gapps coming soon

These are some apps I themed based around TK's TwoPointTwo and TwoPointThree themes. I'm still getting over the flu but I thought I should throw some of them up here to see if there is any interest in them. I will also take requests if anyone has any. I'm working on gapps as we speak. These are my first attempts at theming anything for android so I really hope you guys like them. If you have any issues please let me know. These are signed apk's so no installing through recovery. If you don't like them simply uninstall.
One more thing...I want to thank Thoughtless Kyle, Smooth Taste, and all of the other guys that are helping me learn and continue to guide me. You guys are the poop!
http://dl.dropbox.com/u/18283846/signedandroid.tether-1.apk
http://dl.dropbox.com/u/18283846/signedDropbox.apk
http://dl.dropbox.com/u/18283846/signedfastreboot.apk
http://dl.dropbox.com/u/18283846/signedxda.apk
more to come........
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Blue xda app http://dl.dropbox.com/u/18283846/signedbluexda.apk
Oh man these are nice. Would you please or could you please make a blue xda app like the green. I want it to go with the darkhorse theme for cm stable. Good job to
Sent from my HERO200 using XDA App
METHOD1911 said:
Oh man these are nice. Would you please or could you please make a blue xda app like the green. I want it to go with the darkhorse theme for cm stable. Good job to
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Sure. Give me a few minutes.
Cool man thanks
Sent from my HERO200 using XDA App
keep up the good work man, i cant wait for the themed Gapps to go with the aospTKGBmod
Very nice my friend... very nice
Sent from my HTC Hero CDMA using XDA App
The blue xda app is up on the second post...
Thanks for the kind words guys. I'm working on the gapps. I've actually got the png's done but I'm having trouble signing them.
@Kyle I know you told me to let you know when I got them done and you would sign them for me or help me to do it....well I'm at that point buddy lol
abadasstanker69 said:
The blue xda app is up on the second post...
Thanks for the kind words guys. I'm working on the gapps. I've actually got the png's done but I'm having trouble signing them.
@Kyle I know you told me to let you know when I got them done and you would sign them for me or help me to do it....well I'm at that point buddy lol
Click to expand...
Click to collapse
if you want to zip them up and send them via dropbox i will finish the steps or if you want to try it.
download a copy of the Gapps and rename the Gapp's zip anything you want
open it with 7zip and navigate to the apps folder
(name you chose here).zip/system/apps
drag and drop your new files into that folder (these should not be signed since they are going into the system partition they do not need to be)
then exit 7zip sometimes it will ask to update the zip pick yes, then sign that whole zip file instead of just an apk, then you should be able to flash it via recovery like every other zip
I was waiting for this! Thanks for the apps! I put some more suggestions in the TwoPointThree topic, I'll edit with those in here instead.
Great work!!!
Man thank you so much
Sent from my HERO200 using XDA App
I just downloaded the blue xda but everything is still green. I just tried to redownload still everything is green even the icon itself.
Sent from my HERO200 using XDA App
METHOD1911 said:
I just downloaded the blue xda but everything is still green. I just tried to redownload still everything is green even the icon itself.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Sorry about that! I must've screwed up the upload. Give me a second
Sent from my HERO200 using XDA App
thoughtlesskyle said:
if you want to zip them up and send them via dropbox i will finish the steps or if you want to try it.
download a copy of the Gapps and rename the Gapp's zip anything you want
open it with 7zip and navigate to the apps folder
(name you chose here).zip/system/apps
drag and drop your new files into that folder (these should not be signed since they are going into the system partition they do not need to be)
then exit 7zip sometimes it will ask to update the zip pick yes, then sign that whole zip file instead of just an apk, then you should be able to flash it via recovery like every other zip
Click to expand...
Click to collapse
Thanks for those great instructions. I love how will you've been to help but I gotta learn some time or you're gonna get annoyed lol. What gapps version are you running? I want to make sure I'm giving you the right ones. I'm gonna give it a shot later on tonight
Sent from my HERO200 using XDA App
Nilxchaos said:
I was waiting for this! Thanks for the apps! I put some more suggestions in the TwoPointThree topic, I'll edit with those in here instead.
Great work!!!
Click to expand...
Click to collapse
Thanks man and yeah if you would put them here that would be great. I don't want to clutter Kyle's thread up with requests.
Sent from my HERO200 using XDA App
No problem man I can't wait to get it
Sent from my HERO200 using XDA App
abadasstanker69 said:
Thanks for those great instructions. I love how will you've been to help but I gotta learn some time or you're gonna get annoyed lol. What gapps version are you running? I want to make sure I'm giving you the right ones. I'm gonna give it a shot later on tonight
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
haha its no problem man, i have worked in retail so long that im used to having to explain things from square one for people
such as people looking at a $299 compaq and asking if the 2 gigs of ram and single core processor will be outdated anytime soon
my Gapp's version is (pretty sure these are old as balls i havent looked recently) gapps-mdpi20110107
thoughtlesskyle said:
haha its no problem man, i have worked in retail so long that im used to having to explain things from square one for people
such as people looking at a $299 compaq and asking if the 2 gigs of ram and single core processor will be outdated anytime soon
my Gapp's version is (pretty sure these are old as balls i havent looked recently) gapps-mdpi20110107
Click to expand...
Click to collapse
LMAO I get that same kinda crap at home from family members. Imagine my disgust at the phone call I got this morning asking if I could help them flash a Verizon iphone to Sprint when it comes out....all they herd was "Click...." then a dialtone. LOL
Anyway, the version of gapps I had was actually older than that. I'll find the one you're using and just import the png's. Is there any way of mnaking the individual apk's? I only ask so that when I do the blue people will have the option to go back and fourth to green or blue and soon.....black (shhh) lol
METHOD1911 said:
I just downloaded the blue xda but everything is still green. I just tried to redownload still everything is green even the icon itself.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Sorry bro. Try it out now. Should be the right one.
abadasstanker69 said:
LMAO I get that same kinda crap at home from family members. Imagine my disgust at the phone call I got this morning asking if I could help them flash a Verizon iphone to Sprint when it comes out....all they herd was "Click...." then a dialtone. LOL
Anyway, the version of gapps I had was actually older than that. I'll find the one you're using and just import the png's. Is there any way of mnaking the individual apk's? I only ask so that when I do the blue people will have the option to go back and fourth to green or blue and soon.....black (shhh) lol
Click to expand...
Click to collapse
the apk's will still be inside that zip folder they just wont be signed, they get put in the system/app folder
so in order to make a blue or any other color you would make seperate zip files for each color then the user just flashes them in recovery, when you flash over one set any apk's that have the same name will be replaced (actually i think it goes on their android:id so i think it will replace them even if the apk's in the zip have different names)

[RUU][DEVS ONLY][For Porting] HTC Pico [Sense 3.5][Android 2.3.5][Sense Zero]

Found this while searching around google. It's a leaked RUU for the HTC Pico "explorer" which is a light version of Sense 3.5 on android 2.3.5 or most commonly known as "sense zero". I thought I would post it up so that you'll can start porting over to the hero.
The Pico specs are rather similar to our phone so it shouldn't be to difficult for someone to port it over, it's also mdpi so no resizing will be necessary.
If you are already considering taking on this project then more than likely you already know how to setup a flashable rom from a ruu but in case you need some refreshing the following will help:
Instructions:
- dsixda kitchen will need to be installed prior to starting.
1. Run RUU and leave open
2. Type %TEMP% in your computers start menu search bar.
3. Search through the folders in there with the long names with numbers and letters, you'll find a zip file named "rom.zip" in there.
4. Place the rom.zip in the original_update folder located in the "kitchen" directory
5. From there follow the steps on the kitchen menu to setup the rom.
6. Then proceed to porting to the hero. :]
- Download Pico RUU
Credits to capychimp for posting the leak up.
I'll check it out
私のEVO 3Dから送信される
Thanx bro ill start on it .hope this IS better than what I have been doin
Sent from my ADR6400L using XDA Premium App
Good luck fellas, wish I could help out. :[
Hopefully ill be able to borrow a hero from work to help with this.
Sent from my PC36100 using Tapatalk
All Smiles
i feel quite thankful cause u guys still workin on the hero. u guys are awesome i hope i get the same phone as u guys haha and follow more of your works
Thanks for posting this should save a ton of headaches lol. Rom.zip has been pulled and is being worked on
Sent from my ADR6300 using XDA App
CondemnedSoul said:
Thanks for posting this should save a ton of headaches lol. Rom.zip has been pulled and is being worked on
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
dl now bro,, we will get it done lol hopefully
tazzpatriot said:
dl now bro,, we will get it done lol hopefully
Click to expand...
Click to collapse
Hopefully? Since when is hopeful an option bro?
Sent from my ADR6300 using XDA App
this is great to see I cant wait to flash this.....
Sent from my HERO200 using XDA App
May pick this up.
Sent from my GT-P7510 using Tapatalk
Also, just a heads up, this thing may be running a new kernel, so it might not boot on first port with any of the kernels currently available to us. Someone good with kernels should be able to help out if this is the case?
Good looking out Flash. I'm actually going to try this ( which is laughable) .this phone just goes to show that the HTC hero is still perfectly capable of keeping up with android even with sense UI. Thanks to the devs and good luck to all.
I have a old heroc that I would send someone for dev help
Sent from my HERO200 using xda premium
griffincash said:
I have a old heroc that I would send someone for dev help
Sent from my HERO200 using xda premium
Click to expand...
Click to collapse
Send it too Flashing He Needs One !!
If he can pm me his address ill mail it out Monday morning.
Sent from my HERO200 using xda premium
I'm actually in the process of getting one off of my employer, they lend out old refurbished phones they have in storage in case our personal phones need replacing or what not. I already submitted a report claiming my phone is having some problems, so hopefully by Tuesday I should have a hero again for a bit.
Most people go for some of the newer phones they have in stock but I asked for a hero specifically lol. They're really cool about trying to get you the phone you ask for and since no one asks for heros anymore I'm pretty sure they'll loan me one. =]
Thanks for the offer though griffin, if for some reason I don't get the phone I'll let you know to see if we can work something out.
Continuous boot loops currently. Doesn't even get far enough for a logcat
私のEVO 3Dから送信される
dastin1015 said:
Continuous boot loops currently. Doesn't even get far enough for a logcat
私のEVO 3Dから送信される
Click to expand...
Click to collapse
Have you checked the log of the flash process? Maybe there's something going wrong with the installation.
Do the following:
1. Flash rom
2. Right after the rom flashes start up an adb shell
3. followed by: cat /tmp/recovery.log > /sdcard/recovery.log
This will copy the recovery log to your sdcard. Check it to see if there's anything wrong with the installation. If everything looks correct then more than likely it's the kernel. I unfortunately have no experience with kernels, maybe jaybob will see this and help out?
I knew it'd be soon.....
self proclaimed XDA resident prick

How do I change my 4g power button?

I used UOT kitchen recently to theme the Xplod ROM. Under Icons, I chose the "Anastasdoid" notification power buttons, it worked great but it's missing the 4g icon.
My question is, does anyone know of an app that I could use to replace just the 4g icon? I tried Desktop Visualizer, but it only lets you create Widgets and such. Any help would be greatly appreciated.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my PC36100 using xda premium
if you have a new icon you what to use you just need a copy of your systemui.apk open in archive and go to res/drawable-hpdi and you can change out the old for the new one and copy the changed systemUi.apk to your system/app and make sure the permissions are correct and should be good to go. or post your systemUi.apk and the icon and i can whip up a flashable for you later.
Thanks for yje quick response dased. Man I see you all over these threads helping out, I really appreciate it.
Quick question.. I know where systemui.apk is at and how to move it, but I'm lost on the "open in archive", and how to go to res/drawable-hdpi. Do I use root explorer for that, or is that part of an app?
Again thanks, and I may just take you up on posting the .apk,and icon if I can't figure it out..lol
Sent from my PC36100 using xda premium
jamieg71 said:
Thanks for yje quick response dased. Man I see you all over these threads helping out, I really appreciate it.
Quick question.. I know where systemui.apk is at and how to move it, but I'm lost on the "open in archive", and how to go to res/drawable-hdpi. Do I use root explorer for that, or is that part of an app?
Again thanks, and I may just take you up on posting the .apk,and icon if I can't figure it out..lol
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
no easiest way is to use root explorer to make a copy of your systemUI.apk and transfer that to pc, then make a copy and open that copy so you can resize your new icon and rename your new icon correctly. when you have that done you open your og copy of systemUI in archive with 7zip(it opens but doesnt unzip it and you cant look at the images just names, thats why i make a copy to open)when thats all done you put it back. now you can use root explorer to do that it goes back into system/app or if you want i can give you a zip that it can be placed in. all you have to do is open it place your systemUI.apk in and rezip in normal. or you pull it give it and new icon and i'll resize, etc... and then post it back and you flash the zip.
Okay, from your first instructions, I started to fiddle around. I copied it to SD, basically did everything you explained in the second post. With the exception of when I used root explorer to put it back in system/app I neglected to rename it appropriately, or change permissions. I changed names, went to erase the original and ... yup bootloop. Lol I should of waited for your instructions!
I think I got it now, thanks for the help. I'll post a screen shot when I get it right, I'm just copying the brightness icons untill I can Photoshop a 4g one.
Hittin the thanks button now
Sent from my PC36100 using xda premium
jamieg71 said:
Okay, from your first instructions, I started to fiddle around. I copied it to SD, basically did everything you explained in the second post. With the exception of when I used root explorer to put it back in system/app I neglected to rename it appropriately, or change permissions. I changed names, went to erase the original and ... yup bootloop. Lol I should of waited for your instructions!
I think I got it now, thanks for the help. I'll post a screen shot when I get it right, I'm just copying the brightness icons untill I can Photoshop a 4g one.
Hittin the thanks button now
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
lol, the price of learning, right. yeah cool do that. and i'll check in to help i you need it.
Hey jamie, I hope you don't mind if I jump in. but I'm kind of in your boat.
Dased, this is what I did. I pulled the systemui.apk extracted on phone with root explorer to a folder. Copied folder to pc and edited a majority of the iconsin folder just to make them different colors. I saved back in folder, transferred folder to phone, zipped the folder and then flashed it. Phone boots up and everything seems great. All my colors work and everything. But when I try to go into certain applications. They force close. Like my messaging, camera, root explorer, etc. they don't work. Do you know what I'm doing wrong??
I gave up a whole ago. But if I can figure this one problem out. I'll have a sweet theme. Thanks!!
Sent from my PC36100 using XDA App
Sent from my PC36100 using XDA App
Strawboy said:
Hey jamie, I hope you don't mind if I jump in. but I'm kind of in your boat.
Dased, this is what I did. I pulled the systemui.apk extracted on phone with root explorer to a folder. Copied folder to pc and edited a majority of the iconsin folder just to make them different colors. I saved back in folder, transferred folder to phone, zipped the folder and then flashed it. Phone boots up and everything seems great. All my colors work and everything. But when I try to go into certain applications. They force close. Like my messaging, camera, root explorer, etc. they don't work. Do you know what I'm doing wrong??
I gave up a whole ago. But if I can figure this one problem out. I'll have a sweet theme. Thanks!!
Sent from my PC36100 using XDA App
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Was there anything else in the zip you used?
You only changed the stuff in the res/drawable-hdpi file, correct?
Not using godmode or anything like that?
Did you flash anything rimght before or after, and did you wipe?
?
Quick update. I restored my nandroid of Xplod with my uot theme, and for the first time I apparently had a borked nandroid.
I use Amon RA Haus Mod 2.3 and have never had an issue before. Probly time to swap in a new SD card.. I think I abuse em a little much.
Anyways, I'm about to start over with UOT. I checked the TN sight and they have a newer version out, so I installed it. Not sure if the framework changed but JIC.
Thanks again dased, it's folks like yourself that make xda such a great place!
Sent from my PC36100 using xda premium
jamieg71 said:
Quick update. I restored my nandroid of Xplod with my uot theme, and for the first time I apparently had a borked nandroid.
I use Amon RA Haus Mod 2.3 and have never had an issue before. Probly time to swap in a new SD card.. I think I abuse em a little much.
Anyways, I'm about to start over with UOT. I checked the TN sight and they have a newer version out, so I installed it. Not sure if the framework changed but JIC.
Thanks again dased, it's folks like yourself that make xda such a great place!
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
You can change that icon then run it through uot
brought to you by the little voices in my head
dased14 said:
Was there anything else in the zip you used?
You only changed the stuff in the res/drawable-hdpi file, correct?
Not using godmode or anything like that?
Did you flash anything rimght before or after, and did you wipe?
?
Click to expand...
Click to collapse
I'm going to try this again from scratch. But tailor it a little more toward what you are saying.
So I'm going to take the system ui and get in and just change the res > drawable-hdpi. Rezip and then replace with the original on my phone. Instead of flashing the zip. Our if I need to flash, what all needs to be in the zip folder? I don't know what godmode is. I'm using fresh 4.2.
Edit: okay. So I was mistaken. The system ui change worked. It's when I try and get into the framework where I see problems. Am I able to change framework?
Sent from my PC36100 using XDA App
dased14 said:
You can change that icon then run it through uot
brought to you by the little voices in my head
Click to expand...
Click to collapse
No kidding? That's awesome, I think I'm gonna go that route, it would definitely save me time inside root explorer. Then have it all on a zip, or would it work to have it come back as an app for theme Chooser?
Sent from my PC36100 using xda premium
Strawboy said:
Hey jamie, I hope you don't mind if I jump in. but I'm kind of in your boat.
I gave up a whole ago. But if I can figure this one problem out. I'll have a sweet theme. Thanks!!
Sent from my PC36100 using XDA App
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
No problem Straw, welcome aboard.
Sent from my PC36100 using xda premium
jamieg71 said:
No problem Straw, welcome aboard.
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
So, I googled UOT, based on just reading what you were talking about. I had tried to look it up before but the kitchen was full, so I thought maybe that just meant that it wasn't working anymore or something. But I got on it today and did the whole thing. So I am waiting for my theme to cook right now. Hopefully it all works out, then I won't have to do it manually. So thanks for bring that up even if you weren't necessarily directing it towards me.
jamieg71 said:
No kidding? That's awesome, I think I'm gonna go that route, it would definitely save me time inside root explorer. Then have it all on a zip, or would it work to have it come back as an app for theme Chooser?
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
Yep add all the icons you want to change in systemui and framework and then run it in uot for overscroll and things like that and it gives you all the changes all wrapped up in a pretty zip. So your theme will be ready to flash with minimal errors.
now the voices are 3d
Here is one I'm playing with all icons(but Battery) I made and the kenny icon turns into another character when bluetooth is paired
I have a lockring that I made to go with the icons
brought to you by the little voices in my head
Strawboy said:
I'm going to try this again from scratch. But tailor it a little more toward what you are saying.
So I'm going to take the system ui and get in and just change the res > drawable-hdpi. Rezip and then replace with the original on my phone. Instead of flashing the zip. Our if I need to flash, what all needs to be in the zip folder? I don't know what godmode is. I'm using fresh 4.2.
Edit: okay. So I was mistaken. The system ui change worked. It's when I try and get into the framework where I see problems. Am I able to change framework?
Yes that's where the battery is and a few other things I can't remember ( using cell not near pc to peak in real quick)
Works the same way, what you want to change in drawable-hdpi,
brought to you by the little voices in my head
Click to expand...
Click to collapse
I used the uot kitchen. But my status bar got a force close on it. Also it worked for a little bit, but then force closed. I did a full wipe too. What did I do wrong?
Sent from my PC36100 using XDA App
Strawboy said:
I used the uot kitchen. But my status bar got a force close on it. Also it worked for a little bit, but then force closed. I did a full wipe too. What did I do wrong?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
What all did you change in uot( and did you straight flash uot's zip or did you open and rezip it
now the voices are 3d
I think it might have to do with the status bar icons. I did checked all the icon options. Am I only supposed to choose one? Also I straight flashed the cooked zip.
Sent from my PC36100 using XDA App

[MOD] Jellybean Theme for CM 7.2

Give CM 7.2 a Jellybean facelift. Big thanks to xda's bhupatib http://forum.xda-developers.com/showthread.php?p=34925010#post34925010for hooking up the [APP] JBMakeOver Patcher for CM7 and the Ice10 theme. I'm running this on the 010113 CM 7.2 nightly, but YRMV and if you break it, I'm not liable. Wipe, Flash PROFIT. The Ice10.apk is a theme...select it with theme chooser. BIG WORD UP to devs past and present for keeping this awesome device alive. My screen shots are with 200 dpi, so, it won't look exactly the same.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Downloads:
Ice10 Theme - http://dl.dropbox.com/u/55693087/Evo%204G/Ice10.apk
JBMakeOverMods-patch.zip - http://dl.dropbox.com/u/55693087/Evo%204G/update-cwm-JBMakeOverMods-patch.zip
JBMakeOverMods-undo.zip - http://dl.dropbox.com/u/55693087/Evo%204G/update-cwm-JBMakeOverMods-undo.zip
Nice!! Mind if I include this in my next build?
Sent from my PC36100 using xda app-developers app
the.emilio said:
Nice!! Mind if I include this in my next build?
Sent from my PC36100 using xda app-developers app
Click to expand...
Click to collapse
No, not at all. Try it out and enjoy. I notice the 'p' in profiles is cut off in the power options menu...idk why though. So it's not perfect..but it's a start.
Wow this looks incredible! The only reason I kept going back to JB was cuz of the cosmetics, but this has JB beat. Thanks again! Can't wait to release my next build with this!! I will be sure to give thanks and link back
Sent from my PC36100 using xda app-developers app
the.emilio said:
Wow this looks incredible! The only reason I kept going back to JB was cuz of the cosmetics, but this has JB beat. Thanks again! Can't wait to release my next build with this!! I will be sure to give thanks and link back
Sent from my PC36100 using xda app-developers app
Click to expand...
Click to collapse
thanks man. but really, it was all bhupatib and his [APP] JBMakeOver Patcher for CM7 and the Ice10 theme. I just pulled some .apk's from a CM build and let the app do it's thing. It does look dope though.
@Bill_Dollar said:
thanks man. but really, it was all bhupatib and his [APP] JBMakeOver Patcher for CM7 and the Ice10 theme. I just pulled some .apk's from a CM build and let the app do it's thing. It does look dope though.
Click to expand...
Click to collapse
Link to the OP you got it from?
Sent from my PC36100 using xda app-developers app
Link to og op
http://forum.xda-developers.com/showthread.php?p=34925010#post34925010
@Bill_Dollar said:
http://forum.xda-developers.com/showthread.php?p=34925010#post34925010
Click to expand...
Click to collapse
So from what I see, you used the patcher on CM7.2 for our device and the files in the OP is the output from the patcher right?
Sent from my Nexus 7 using XDA Premium HD app
the.emilio said:
So from what I see, you used the patcher on CM7.2 for our device and the files in the OP is the output from the patcher right?
Sent from my Nexus 7 using XDA Premium HD app
Click to expand...
Click to collapse
Right, I pulled the .apks from system/app and system/framework and put them in their respective folder within the app and ran it as if it were the "official" build (selection 1 I think) it ran it through and output the .zips I included for download. The Ice10.apk is a theme that you can install and then select in the theme chooser.
@Bill_Dollar said:
Right, I pulled the .apks from system/app and system/framework and put them in their respective folder within the app and ran it as if it were the "official" build (selection 1 I think) it ran it through and output the .zips I included for download. The Ice10.apk is a theme that you can install and then select in the theme chooser.
Click to expand...
Click to collapse
Cool beans.
Sent from my Nexus 7 using XDA Premium HD app
Did you sign the apk as mentioned here http://forum.xda-developers.com/showpost.php?p=36570945&postcount=59
I am getting in a boot loop when integrating in to a ROM. If I flash after I set up it works, but I want to bake these in. If not then I can do it when I wake up.
Sent from my Nexus 7 using XDA Premium HD app
the.emilio said:
Did you sign the apk as mentioned here http://forum.xda-developers.com/showpost.php?p=36570945&postcount=59
I am getting in a boot loop when integrating in to a ROM. If I flash after I set up it works, but I want to bake these in. If not then I can do it when I wake up.
Sent from my Nexus 7 using XDA Premium HD app
Click to expand...
Click to collapse
I didn't, but it seems that you may have to to bake it in, I am running my own Kang'ed Rom that I just flash to at will...I back up, I flash and if it works I keep it...sorry I can't be of more help. On a related note, the MOD looks great at 200 dpi and you may want to consider changing that too. I have a fully functioning playstore and the 200 dpi. MONEY! ~Bill
This is exactly what I was looking for. I flashed this and ran into a boot loop issue. I'm using Kendall's JellyBread rom. I tried to do a fresh install of the rom and flashed the patcher right after and still got the boot loop. I'm no dev so I think I will relax until one of these talented individuals bake this mod into their roms. Big thanks for bringing this over to OG Evo!
Looks good bro! :good:
BonezMontana said:
This is exactly what I was looking for. I flashed this and ran into a boot loop issue. I'm using Kendall's JellyBread rom. I tried to do a fresh install of the rom and flashed the patcher right after and still got the boot loop. I'm no dev so I think I will relax until one of these talented individuals bake this mod into their roms. Big thanks for bringing this over to OG Evo!
Click to expand...
Click to collapse
The apk's are not signed I think so it causes a bootloop on a fresh install. You will need to flash the rom, set it up, reboot to recovery, wipe caches then flash this mod. I am currently working on getting this working from a fresh boot. But I have to go to work right now and my laptop crapped out a while back so I cannot work on this while at work.
BonezMontana said:
This is exactly what I was looking for. I flashed this and ran into a boot loop issue. I'm using Kendall's JellyBread rom. I tried to do a fresh install of the rom and flashed the patcher right after and still got the boot loop. I'm no dev so I think I will relax until one of these talented individuals bake this mod into their roms. Big thanks for bringing this over to OG Evo!
Click to expand...
Click to collapse
the.emilio said:
The apk's are not signed I think so it causes a bootloop on a fresh install. You will need to flash the rom, set it up, reboot to recovery, wipe caches then flash this mod. I am currently working on getting this working from a fresh boot. But I have to go to work right now and my laptop crapped out a while back so I cannot work on this while at work.
Click to expand...
Click to collapse
I'm currently working on getting this to boot as well for a rom update.
kendallc123 said:
I'm currently working on getting this to boot as well for a rom update.
Click to expand...
Click to collapse
Are you getting the boot loop too? And did you sign the apk's?
Signing an apk or zip is essential prior to releasing anything. there is a plethora of options you have.
Bill.. PM me if you need help dude, :good:
MBQsniper said:
Signing an apk or zip is essential prior to releasing anything. there is a plethora of options you have.
Bill.. PM me if you need help dude, :good:
Click to expand...
Click to collapse
Well it is actually the patcher that is used for this. It decompiles the apk's and then compiles them again with the modified xml files but it does not appear to sign it. So as far as using the patcher as it should be used, Bill did that. Now we need to take that output file attached in the OP and zip each apk in there. Then bam. If you can do that for me since I am at work, that would be great! That way I can test it to kill time here.
the.emilio said:
Well it is actually the patcher that is used for this. It decompiles the apk's and then compiles them again with the modified xml files but it does not appear to sign it. So as far as using the patcher as it should be used, Bill did that. Now we need to take that output file attached in the OP and zip each apk in there. Then bam. If you can do that for me since I am at work, that would be great! That way I can test it to kill time here.
Click to expand...
Click to collapse
On it

[ROM][4.2.2] Paranoid Android v3.10 NS4G ready

Paranoid Android for the Epic 4G ​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
To install
1.Reboot into recovery
2.Wipe cache,Factory reset, and Wipe dalvik cache
3.Flash downloaded file
4.Flash Gapps full
Working
Code:
Almost everythging in effsi build
Download link effsi build ns4g modem ready
http://goo.im/devs/effsi/JB/PaK-3.10-NxsM-130228.zip
Toolbar fix​
Download attatched file thank effsi for his work
Code:
1.use your favorite file manager that has root access
2.navigate to sytem/app/settings.apk delete it
3.copy new settings.apk to system/app permissions rw-r-r
4.reboot device for it to install
5.(optional) download the rom unzip it remove settings.apk from system/app replace it with downloaded settngs.apk permissions not neccessary
6.(optional part 2) zip it back up and flash as usual
​
My second build went bad
No longer in use must flash effsi build and you must use ns4g modem and use settings.apk fix
PacMan rom is more stable
Gapps found these.
http://goo.im/devs/paranoidandroid/roms/gapps/
Video Review
Thanks
xboxfanj.bbelos,google,effsi,gokussjx(building Guide),and random people on gokussjx guide
Credits​
Paranoid Devs,xboxfanj,bbelos,effsi,CyanogenMod,and xda.
If i forgot you dont hesistate to pm me.
Sources
https://github.com/paranoidandroid
Changelog
Code:
Fixed Bugs
Updated PIE Mod
Wanna talk
gtalk or email [email protected]​
Re: (ROM) (Untested) Paranoid Android v3.10
First (for Saint) Downloading now. Thanks for the new ROM
Sent from my SPH-D700 using xda app-developers app
Re: (ROM) (Untested) Paranoid Android v3.10
macb1997 said:
First (for Saint) Downloading now. Thanks for the new ROM
Sent from my SPH-D700 using xda app-developers app
Click to expand...
Click to collapse
How's it goin so far?
Sent from my SPH-D700 using xda app-developers app
Unjustified Noob said:
i decided ill let some people test it just tell me if it boots. if at least 5 people say no please don't keep posting it doesn't work.
This is my first time compiling from source.
pa_epicmtd-3.10-28FEB2013-222050.zip - 150.09 MB
Please make a backup first !
Ill have to finish editiong the thread after school.
Click to expand...
Click to collapse
it booted so yay for that, but when I later tried to go to recovery goblins ate my phones soul. so now time to odin. maybe it's just me but figured I'd give a potential heads up.
maybe it wasn't even recovery maybe it was just the charging screen and I panicked for no reason, don't know now lol. so maybe ignore this whole message! any one else flash and have anything to give the op some feedback? I am wondering if I just did a bad download or something
Re: (ROM) (Untested) Paranoid Android v3.10
im editing this post to let users know effsi build is working
Unjustified Noob said:
Lol maybe its the recovery could you edit it and put a new one it the file are there any closes so far ill check that out my neighbor is letting me borrow his epic later on and ill finish pacman
Sent from the top of the world
Click to expand...
Click to collapse
ya I am doing that now, just having to gather all the odin files needed to get back to a running state. I forgot I lost my hard drive with my backed up stuff so now the hunt starts. will report back once I replace the kernel and recovery.
edit : and no I didn't see no force closes on boot, but my modem wasn't the right one so I also had no reception so I didn't test out other aspects for force closes or functionality in general. but nothing pops up on boot which is a great sign. I need to start learning to build myself too. if you got any tips/links on where to start I'd appreciate you sending them my way. looking forward to see some more from source roms from you, as I've been racking my brain trying to port the crap
Re: (ROM) (Untested) Paranoid Android v3.10
OK thanks would love to see this patched I need to buy me another epic I'm going to go ahead and edit my thread
Sent from the top of the world
Building from source
Effsi said:
ya I am doing that now, just having to gather all the odin files needed to get back to a running state. I forgot I lost my hard drive with my backed up stuff so now the hunt starts. will report back once I replace the kernel and recovery.
edit : and no I didn't see no force closes on boot, but my modem wasn't the right one so I also had no reception so I didn't test out other aspects for force closes or functionality in general. but nothing pops up on boot which is a great sign. I need to start learning to build myself too. if you got any tips/links on where to start I'd appreciate you sending them my way. looking forward to see some more from source roms from you, as I've been racking my brain trying to port the crap
Click to expand...
Click to collapse
Im making a thread as I already started helping Dropple im hoping to see developers correcting me on things.
the thing is i dont know java but i understand things somehow and i solved all my errors with xboxfanj and googled the rest
Unjustified Noob said:
Im making a thread as I already started helping Dropple im hoping to see developers correcting me on things.
the thing is i dont know java but i understand things somehow and i solved all my errors and googled the rest.
Click to expand...
Click to collapse
Ok all restored back for my second install attempt.
1) possible recovery issue? maybe just a bad flash (confirmed for just me so ignore this one)
2) not able to transfer files to the pc when connected via usb cable. will update this with more as I poke around. (FIXED)
3) Second thing noticed so far LED light when charged (past 90% mark) doesn't work right. proper behavior is turning blue instead it is off. Luckily that can be fixed fairly easily myself. (FIXED)
4) roaming indicator off warning on lockscreen (FIXED)
5) 4g? can't test but looking at the framework it doesn't appear like it'll work. can't test as no 4g here (FIXED)
6) rotation issues with keyboard (FIXED)
7) crash when selecting toolbars in system settings (FIXED)
8) no auto rotaton option?
hopefully I can get these fixed on my end. starting to edit now
Re: (ROM) Paranoid Android v3.10
Good to see u at this effsi and unjust check out craigslist in ur local area for epics there cheap like70 bucks....effsi u uploading a ns4g rdy version of this on ur goo.im ?
Sent from my SPH-D700 using xda app-developers app
epic559 said:
Good to see u at this effsi and unjust check out craigslist in ur local area for epics there cheap like70 bucks....effsi u uploading a ns4g rdy version of this on ur goo.im ?
Sent from my SPH-D700 using xda app-developers app
Click to expand...
Click to collapse
thanks ill check later im working on another rom
Re: (ROM) Paranoid Android v3.10
Unjustified Noob said:
thanks ill check later im working on another rom
Click to expand...
Click to collapse
What rom?pacman v20?
Sent from my SPH-D700 using xda app-developers app
epic559 said:
What rom?pacman v20?
Sent from my SPH-D700 using xda app-developers app
Click to expand...
Click to collapse
That is correct should have a test ready by Sunday or Monday if im lucky tonight
Re: (ROM) Paranoid Android v3.10
Unjustified Noob said:
That is correct should have a test ready by Sunday or Monday if im lucky tonight
Click to expand...
Click to collapse
Nice effsi said that he got it to boot u guys should exchange notes...and I could of swarn I seen a pak 3.1.0 nsxm filepart in ur goo.im effsi its all gone now lol :\
Sent from my SPH-D700 using xda app-developers app
epic559 said:
Nice effsi said that he got it to boot u guys should exchange notes
Sent from my SPH-D700 using xda app-developers app
Click to expand...
Click to collapse
my notes will do him no good. this guy is doing from source not porting. I need to go to the point where I can be doing it from source rather than porting. I am actually kind of sad that I spent nearly ~16 hours working on the port since it's a complete waste of time with source builds coming soon. seriously I don't even want to think more on how much time I wasted now lol GAH
edit : keeping track of current bugs in like my third post on first page. got a good count going so far and they need confirming.
Re: (ROM) Paranoid Android v3.10
Sounds like this at least works, I'll download and do some extra tests...
Sent from HTC Incredible S @ CM10.1
Effsi said:
Ok all restored back for my second install attempt.
1) possible recovery issue? maybe just a bad flash
2) not able to transfer files to the pc when connected via usb cable. will update this with more as I poke around.
3) Second thing noticed so far LED light when charged (past 90% mark) doesn't work right. proper behavior is turning blue instead it is off. Luckily that can be fixed fairly easily myself.
4) roaming indicator off warning on lockscreen
5) 4g? can't test but looking at the framework it doesn't appear like it'll work. can't test as no 4g here
6) rotation issues with keyboard
hopefully I can get these fixed on my end. starting to edit now
Click to expand...
Click to collapse
thanks ill have to check i dont know all those type of things i just built it im going to check my configuration files because there was no device to use as a model for these certain things ill push out another build if i find something.
Re: (ROM) Paranoid Android v3.10
I got boot , still get into recovery mode
But i have to delete bootanimation.zip and its boot
Pa prefference works,
Sdcard cant mount
No virtual keyboard
And modem works
Sms works
phone works
Sent from my IVIO_DE88 using xda app-developers app
Re: (ROM) Paranoid Android v3.10
Damn nice to see more people on this rom this ball is rollin lol
Sent from my SPH-D700 using xda app-developers app
Effsi said:
Ok all restored back for my second install attempt.
1) possible recovery issue? maybe just a bad flash
2) not able to transfer files to the pc when connected via usb cable. will update this with more as I poke around.
3) Second thing noticed so far LED light when charged (past 90% mark) doesn't work right. proper behavior is turning blue instead it is off. Luckily that can be fixed fairly easily myself.
4) roaming indicator off warning on lockscreen
5) 4g? can't test but looking at the framework it doesn't appear like it'll work. can't test as no 4g here
6) rotation issues with keyboard
hopefully I can get these fixed on my end. starting to edit now
Click to expand...
Click to collapse
i have an idea what happened theres a part where you extract files from the rom when its running on the phone it has to be a certain branch such as 4.2.2
i forgot to do that because in the commits it says it pulls neccessary files from the phone such as charging and other things
whats a good epic build using 4.2.2 without the nexus modem im going to get my neighbors phone and upload a new build in a few hours.
but im sure your going to go ahead and find it out

Categories

Resources