[SERIES][LIST][COMPILATION][GUIDE][TUT] The BIGGEST Guide For Android Development - Android Software Development

Hey Guys
I compiled this guide to help the beginners learn what is Android. With this guide, anyone can grow from an absolute beginner to decent dev.
The link to my compilation is HERE
Hope you enjoy and learn something new
Good luck ​​​

in short, this guide covers all other guides. ALL AT ONE PLACE

Minor update...

Let's see
Sent from my SK17a using xda premium

anybody will like the guide coz I put every guide in xda at one place

Gonna look onto it..
thanks a bunch

small update...some links were dead so replaced wit new ones..

a very minor update...replace 5 dead links. thanx for all the support

small update...added guide to theme apex launcher

added 15 guides to various seasons ! MAJOR UPDATE WITH LATEST AND USEFULL GUIDES !
learn something new and gudluck

I really need to know how to increase the internal/system storage on an android 4.2.2 tablwt. every time i download a needed app or use apps memory used causes tablet to stop or even crash can anyone assist in me finding the right tools to build my Android 4.2.2 tablet

Related

Help making a custom flashable rom

I want to apologize if this is in the wrong section ahead of time.
I have been running this over and over in my head im wanting to make my own rom. I had the idea that I could just create a zip that was able to be flashed on the phone and update everything that way. Im not really quite sure where to begin and I don't have too much programming knowledge (thus the idea to craft a custom flashable)
What would be the pros and cons of just making a flashable as oppose to building everything from the ground up.
Sent from my SGH-T959 using XDA Premium App
Any help
Sent from my SGH-T959 using XDA Premium App
Google is you're friend I would start with installing Ubuntu I Google's and found a guide for making a rom from aosp which is what I intend on trying to do when I get time but if you want a regular rom with your things in it you could use windows and any rom just add your own things to it that you want. I'm on my phone so can't help you much just pm me ill try to help as much as I can
What is it that you want changed?
Just apps and images? Make a theme.. i am working on one now. It's not too bad to actually make the changes, my struggles were learning the initial setup process and then WHAT to edit for my end result.
you can check my honeycomb theme thread, it may help.... theme section.

[Q] Guide to Dev Rom's

Hey been looking around through xda for a bit but couldnt find anything.
Im after a guide on how to start making my own ROM.
If anyone could post a link to a guide or let me know the important steps on how to start.
Had a U8800 for a bit and love it and want to make it perfect
Cheers
first you have to understand some programming language , specifically c or java, but most high level languages are similar
then I am told that you need to have a deep understanding of linux file system, which I don't... so I am not qualified to give you anymore advice...
For me I started out trying to port clockwork recovery to u8800. There's a guide by koush that gives the most basic steps on how to do this. Following that and doing a lot of reading I was able to get it pretty good and obviously Geno has since taken over to basically perfect it.
I think the recovery is a good place to start since it's similar to the normal android os but just really cut down. Try building it from source and work out how to get it on the phone and booted.
As well as Stockwell's very useful suggestion (do you have a link to the specific koush guide that you found useful, Stockwell?), you might want to go to XDA's Chef Central, and cyanogen's advice at :-
http://forum.xda-developers.com/showthread.php?t=667298
below are the links to "further reading" that I've extracted from that post.
Android Developer Guides: http://d.android.com
Working with AOSP source: http://source.android.com
Platform Developer Guide: http://pdk.android.com
Android Gitweb: http://android.git.kernel.org
Git Ready (Git tips and tricks): http://www.gitready.com/
Building CyanogenMod: http://wiki.cyanogenmod.com/index.ph...ng_from_source
How Dexopt works and what are those odex files: http://android.git.kernel.org/?p=pla...5936;hb=master
stockwell said:
For me I started out trying to port clockwork recovery to u8800. There's a guide by koush that gives the most basic steps on how to do this. Following that and doing a lot of reading I was able to get it pretty good and obviously Geno has since taken over to basically perfect it.
I think the recovery is a good place to start since it's similar to the normal android os but just really cut down. Try building it from source and work out how to get it on the phone and booted.
Click to expand...
Click to collapse
Would you please give the link to koush's guide?
Here's the guide by koush:
http://www.koushikdutta.com/2010/10/porting-clockwork-recovery-to-new.html
I think it's missing some stuff though. At the very least it looks like you would need to do
. build/envsetup.sh before running lunch. I think there was another problem but I can't remember what it was now.
Thanks everyone for the info.
I am studying IT at the moment and am about to learn java so sort of wanted something to have a go at while learning

Ace Think Tank [Noob friendly - softbricks, bootloops, edify, etc]

If you are serious about Android then be prepared to read - that is the one thing which will separate you from the average user.
To get you started you will need to know a few basics before you can start contributing to a community which has dedicated themselves in bringing better Operating Systems (Roms) to our phones. By knowing these basic steps you will be able to help iron out bugs from whatever Rom you have decided to keep on your phone and thus, improving your own user experience.
If you are completely new to this then you should read Glevitan's Starter Guide. It contains everything you need to know and it is a mandatory prerequisite before you can post in this thread seaking help.
Now that you have read and understood some of the terminology and how to recover from possible issues, you can root your phone with the A high-level DHD/Inspire manual S-OFF hack concept for advanced users [NOTE: The AAHK HAS BEEN RETIRED FOR NOOBS. IT IS FOR ADVANCE USERS ONLY. REFER TO THIS STICKY INSTEAD [How to] ROOT without the Hack Kit] Even if you do encounter issues, knowing the terminology, what you did and what went wrong will help communicating your issue so we can find a way to solve it. If you read the starter guide you should know that we don't recommend using HTC dev to unlock your bootloader. However, if you did go this route you can read this helpful guide: [NOOB] Flashing a custom ROM & getting it to boot IF bootloader is htcdev unlocked. And finally, our own resident and esteemed Glevitan is working on a tool to make it easier for you all. [ROOT] [TOOL] Easy Ace Root Tool
After having spent some time in the XDA threads reading a lot more than what you should post, you will have realized that almost any question you could possibly think about has already been asked over a dozen times and why so many emphasize the importance of searching for your answer first. You would also come to realize what are the benefits of setting up ADB. Among one of ADB (Android debug Bridge - [GUIDE] ADB - Usage, Tips, Tricks and More! and [GUIDE]ADB Workshop and Guide for everyone) uses is creating logcats. These logcats help developers finding what is causing a bug and how to fix it. This is a quick [Tutorial] How To Logcat. However, this quick tutorial will only help you get started. Keep in mind that apps like aLogcat or Catlog could shorten important output from the log. Another one: Learn to logcat like a Pro!
To be able to help developers create a better user experience for us, we need to create a bug report. The reason why we first need to search the forum is to avoid confusing the developer by cluttering the thread with repeated reports, of bugs and questions which as mentioned earlier, most likely have already been asked. To have a better understanding of the different instances we can create logs, then have a look at: [TUT]Report a bug I do believe this can not be emphasized enough and thus, what better way than reading it from existz own words.
Making your own Android Rom: Some advice..
You can find some relevant and not so relevant links in the second and third post.
Forum Rules
A Short Guide To Open-Source And Similar Licenses
Team:
Gizmoe
Bananagranola
Glevitan
Teichopsia
GuyInTheCorner
Muikkuman
sashank
hdorius
We are all here attempting to return what the community has given us - constantly deconstructing the OP in lieu of a better organization.
Thread Index​
Page#1, post#7 Noob Starter Guide by Glevitan.
Goes to a different thread (Guide) (Beginners) You have rooted your phone, now what can you do Thanks to GuyintheCorner.
Goes to a different thread Steps to flashing ROM - Thanks to sashank.
Page#1, post#8 FAQ's by Hdrorius.
Page#18, post#179 Booting into recovery, Full wipe and flashing, How to restore after formatting the SD card.
Page#1, post#9 [GUIDE] ADB - Usage, Tips, Tricks and More!, thanks to andyharney.
Page#14, post#133 [Tutorial] How To Logcat Thanks to andyharney. This will take you directly to the OP.
Page #2, post #19 "I have the SanDisk Class 10 64GB MicroSD card and it works flawlessly in my DHD." Thanks to Blasphemer666 for the report.
Page#3, post#24 Radio - Location mapping project by Xeleth.
Page#4, post#35 CPU+FAN+Overclocking brief discussion, Continues here, And here, Here as well, One more, Another one, Doesn't seem to end, Finally Ending in post#42
Page#5, post#45 British cure for Hangovers - by a 15yr old
Page#9, post#82 How to check which camara sensor you have, thanks to GuyInTheCorner.
Page#18, post#172 Radio, Ril discussion.
Page#22, post#213 Random Links
Page#28, post#273 A little guide on flashing radios the PD98IMG.zip way Thanks to Xeleth - link will take you to the OP.
Page#37, post#368 Enabling the right click button in LinuxMint It all started on post#316. A special thanks to bananagranola for the step by step guidance.
Page#40, post#396 [NOOB] Flashing a custom ROM & getting it to boot IF bootloader is htcdev unlocked Thanks to sashank.
Page#52, post#514 [TUT] Edify Scripts (Creating flashable zips) Thanks to sashank.
Page#57, post#569 Inspire - Aroma Installer calibration values.
Page#67, post#668 Links to learn how to program.
Page#69, post#687 Stuff to say about dalvik cache and data wiping. Thanks to sashank, continues on post #689.
Page#76, post#757 adb devices not listed linux Udev, Udev Rules, etc., still under construction.
Page#78, post#776 pd98img.zip / 4ext touch recovery RC7.
Page#83, post#822 Short flashable zip explanation / guide. Thanks to bananagranola.
Page #164 [Guide][How to]Disable hardware key and light functions. thanks to hdorius.
Gold Card Generator Kinda a do it yourself thing.
Page#200, post#1992 Links to learn Java and Linux - but mostly linux
Links​
Freenode IRC chan. #htc-ace - DHD/Inspire, a place to hang out and generally talk about anything pertaining to these devices. Thanks to synergydev.
#AceRoot - S-OFF support, Thanks to Glevitan
XDA University
[Lists]Guide Ride-From a Newbie to a Dev, Get all you need here
Android Debug Bridge.
zeppelinrox
[RC9] ULTIMATIC RC6! [EXE]-=Ultimate Jar Power Tools=-With Maximum MultiTasking Mods!
Hboot explained. thanks to cee43ja1 for the links.
[COLLECTION][TWEAKS]build.prop tweaks[8 JUNE]
[REF][TWEAKS] Kernel Governors, Modules, I/O Schedulers, CPU Tweaks, AIO App Configs
a list of build.prop tweaks
Android Terms,Slang & Definitions
{HELP} Interactive Help Forum!{TUTORIALS} Where questions are encouraged!
[Reference] Interactive Phone Modification [GUIDE]
RUU (ROM Upgrade Utility): How to extract files from a RUU.
[HOW TO] Beginners Guide to Android ROM Development
[Guide]Complete Android ROM development and essential tutorials ~~ By Nero Young ~~
[GUIDE] How to port Stock/GB/CM7/CM9/ICS/CM10/JB Based ROMs
[GUIDE] [how to] CREATE OWN ROM [FOR ANY ANDROID DEVICE] [FOR N00B] [EASIEST METHODS]
[Tutorial] Compile JB on Ubuntu
[Tutorial] Compile ICS on Ubuntu
[Tutorial][Oct. 19, 2011] Compile AOSP Gingerbread on Ubuntu
[Guide] How to use Github
[Guide] How to set up ADB and Build Android with fedora KDE
dsixda's Android Kitchen
[Kitchen] Easy Development Studio
Ultimate Apk Workshop
[MULTI-TOOL] StudioAndroid (cross-platform)
[CM10] [PPA] Cyanogenmod Compiler v0.6
[UTILITY] Android Utility - [apktool|dex2jar|smali|more][Mac & Linux][Feb13, 2012]
[KITCHEN]Android Kernel Kitchen 0.3.1 (Linux / Windows)
[INFO] WaccoPedia - Sharing is Caring Thanks to hdorius for the link.
A quick tutorial on SplashScreens by Glevitan
[ATTN - ALL ANDROID DEVS] General Public License
And it has moderator approval, so please only report posts if they actually require attention.
Yes let the fun begin
Sent from my HTC Desire HD using xda premium
I'm a Noob, and I appreciate the help.
Sent from my Desire HD using xda app-developers app
INDEX
ABSTRACT
The present document pretends to guide the noobs and not so noobs in their flashing / modding / theming way. It covers what the team thought is the basic stuff you should be in knowledge of and may be the most helpful. Any suggestions about the contents or stuff that you think should be included are welcomed, just let us know.
Guide Index
1.Basic Stuff: In this section you will find the common language that is related to Android / HTC Ace devices. This is fundamental for you to understand how things work.
2.Rooting: THIS IS OUT OF SERVICE...CHECK THE UNLOCKING BOOTLOADER TOOL IN PARAGRAPH 4
3.Fixing a messed bootloader: You are not good at listening advices or reading for comprehension. You flashed a froyo RUU or hboot in your GB shipped device? Thank God attn1 was around. This is the Hboot fix for you. All credits go for the Hack Kit Channel devs. I have not done anything but put it here
4.HTCDEV tool: So far, this is the best and only way to do the flashing stuff....
5.Unrooting: In case you need to take your phone to the service centre or lost your mind and want the stock rom back (is there anybody that actually does? :cyclops ) you will find everything you need to know here.
6.Flashing roms: The right steps to flash successfully a custom rom…you can´t miss it. If you do, then you haven´t read carefully.
7.Doing / Restoring a nandroid backup: In case you mess it or you don't like what you get on a new rom, a nand backup is what will save your A**. Follow the path and you will see the light at the end of the tunnel.
8.Radio / RILs: All the radio / RILs related issues, follow this or you will regret it!!
9.Kernels: Everything you always wanted to know about kernels but you didn't dare to ask. Links on line now..:silly:
10.Trouble shooting: I guess this will be the most visited section of the guide. OF COURSE YOU DIDN´T READ THE ABOVE. NOW YOU ARE HERE BUDDY FIX YOURSELF A GOOD READ
11.Customization: For those who would like to start customizing your devices, here you will find a good point of start but THIS IS JUST THE BEGUINNING [/QUOTE]
12.Battery drain issues: I HAVE FLASHED A NEW ROM AND MY BATTERY IS DRAINING WAY TO FASSSSSST!. Well that could be normal, just read and learn before you run out of battery...lol
Find the document here: http://d-h.st/Ii2
FAQ & Notice
FAQ :
What Is the Best Battery,Performance GB/ICS/JB ROM?
There is no best ROM, the opinion of each ROM is different from one person to the other, it is subjective.
Is there a recommended Radio for ROM x?
There isn't a recommended radio for any ROM, since the Radio depends where you live, it is best to test each one for a few days to see which one works best for you.
Can I Flash RIL For AOSP ROM?
No, the RIL is sense based ROM,AOSP RIL is provided in the ROM
How Can I Boot in Recovery/Bootloader if My Volume Rocker is Broken?
You must setup adb and then the command:
adb reboot recovery/bootloader
Why Don't We Have Any OFFICIAL CM9 ROM?
Because the CM team always makes everything work (camera, camcorder, etc) and since we don't have the kernel 3.0 source, there isn't any OFFICIAL CM ROM from them.
Is There Any Official Rooted Sense 3.0 ROM?
Yes, There it is
Notice when Posting On the Dev Thread :
Please Read the First Post, It Usually Stated What's Working and Not Working
Don't Post Any THANKS, just use the thanks button
Don't Even Ask ETA of the ROM, the ROM will update when it's ready
Full Wipe Is Recommended when Updating the ROM, but also can try it without (this is basic,even if it's not stated on 1st post)
ADB is easy, very simple to use. Its the CLI interface that most cannot get used to and are afraid of.
A great XDA guide/overview on ADB here. --> [GUIDE] ADB - Usage, Tips, Tricks and More!
After a full wipe including sd card, to restore a backup mount sd card to pc, create the folder "clockworkmod/backup" place backup there - unmount, flash.
Is there a way to flash a backup using adb? If yes, do the folders need to be created or not and what would the command be? I couldn't find an answer for that.
Edit: Answer is no. Why? I have no clue.
Sent from a dream.
Teichopsia said:
After a full wipe including sd card, to restore a backup mount sd card to pc, create the folder "clockworkmod/backup" place backup there - unmount, flash.
Is there a way to flash a backup using adb? If yes, do the folders need to be created or not and what would the command be? I couldn't find an answer for that.
Sent from a dream.
Click to expand...
Click to collapse
ok, I will start tonight at home....let's start from the beguining...we can not forget the section...Can I mess my bootloader for not reading? YESSSSS...hahahaha
GuyInTheCorner said:
+1 adding him will get us some recognition and a solid backgroud
Thanks
Sent from my Desire HD with BlackIce.
Thanks don't hurt ya know?!
Click to expand...
Click to collapse
Just will have to wait for his reply. Wanna help glevitan with finding relevant threads? Pm these if you find links. I.e. not able to boot, bricked, qsoad or whatever error and so forth. The more comolete the better.
hdorius said:
Maybe i could make the FAQ that usually asked in Q&A..if u have something to add just tell me,i will add it
Click to expand...
Click to collapse
Looking good. It would also be nice to add in a different post tips for porting/rom dev or whatever it is you know to do
I'll search to see if I can find anything.
Sent from a dream.
Guys I am working on the Ace guide...is quite ambitious so it will probably need a good review before seeing the light!....Will send u the document in a couple of hours!....:good:
Teichopsia said:
Bumping myself cause I can. Anyone?
@hdorius - what do you know to do? Didn't you port paranoidandroid? The faq's look good but needs some editing/correction. Where are you from? What's your first language? Do you need help with that?
@Guy - what happened buddy? In the previous page I suggested a few things. Apps? It depends what the others think. I don't see this as a standard.
@miukkuman - where are you?
By the way, where are you from? What do you know to do in the android world or what are you interested in learning?
@everyone - the idea behind this thread is:
- I rather ask each one of you to tell me what you understood which is the idea behind this thread - what you understood. If you didn't understand then I'll need to find a better way to explain myself.
Don't forget to let me know if you know the adb question above.
Sent from a dream.
Click to expand...
Click to collapse
ok, before sending the file via PM, I can answer you...there's no choice of restoring a backup from adb. That is the same as flashing a Custom Rom....those files are packed in a certain way that won't be possible to be flashed in hboot (PD98IMG.zip) way.
glevitan said:
ok, before sending the file via PM, I can answer you...there's no choice of restoring a backup from adb. That is the same as flashing a Custom Rom....those files are packed in a certain way that won't be possible to be flashed in hboot (PD98IMG.zip) way.
Click to expand...
Click to collapse
Thanks bub, so no can do. I don't believe in 'no can do's
Did you read my question about the hboot interface in the other thread? This, and the above question is simply a language (which I know absolutely nothing about) - there must be a way to get them talking to each other.
Sent from a dream.
I'm from Indonesia mate, my first language is Indonesian... But i also know English, so i think i dont have any problem with it...
And regarding to the FAQ, you said that it needs to some correction... And you want me to add some porting guide on it?
Sent from my Desire HD using Tapatalk 2
hdorius said:
I'm from Indonesia mate, my first language is Indonesian... But i also know English, so i think i dont have any problem with it...
And regarding to the FAQ, you said that it needs to some correction... And you want me to add some porting guide on it?
Sent from my Desire HD using Tapatalk 2
Click to expand...
Click to collapse
Anything you like really, it's your show. Porting? There are plenty guides for that. If you know any good ones I can link them in the third post. Can you look through the ones I posted to see which are good and if there are any ones that are repetitive or if there are better ones than the ones I posted? Especially the flashable zip link, since I don't know anything about that, maybe there is a betrer one or a guide or a tool for it?
I'll pm you in about 20 minutes.
Sent from a dream.
I found a good link, it should be added in third post
http://forum.xda-developers.com/showthread.php?t=1380385
All thanks to Wacco (Waccopedia)
Sent from my Desire HD using Tapatalk 2
Greets to all
Greets to all from another noob. Well, not a complete noob but a noob here on XDA given my few posts. My deep thanks for allowing a thread where sometimes there just might not be such a thing as a stupid question but honest ones instead,.... Hoping I can contribute something here as an owner of a softbank DHD here in Kyoto, Japan aka the 001HT. I spend alot of time trying to dig up general info from all over the i'net to help answer questions especially for ACE owners so I hope that might be of some help. Grant Barker's homepage is a great resource, (hope its allowed to mention that~). My first minor contribution------ 64GB MicroSD card usage with the DHD. It may already be well-known but for all us noobs who aren't too sure make no mistake..... I have the SanDisk Class 10 64GB MicroSD card and it works flawlessly in my DHD. Since I like to pack lots of MP3's and several full-length HD movies into my handset (helps keep the kids quiet on long drives ) being able to have that much storage space is a blessing! So, just to reiterate, 64GB microSD card--- no problems!
Blasphemer666 said:
Greets to all from another noob. Well, not a complete noob but a noob here on XDA given my few posts. My deep thanks for allowing a thread where sometimes there just might not be such a thing as a stupid question but honest ones instead,.... Hoping I can contribute something here as an owner of a softbank DHD here in Kyoto, Japan aka the 001HT. I spend alot of time trying to dig up general info from all over the i'net to help answer questions especially for ACE owners so I hope that might be of some help. Grant Barker's homepage is a great resource, (hope its allowed to mention that~). My first minor contribution------ 64GB MicroSD card usage with the DHD. It may already be well-known but for all us noobs who aren't too sure make no mistake..... I have the SanDisk Class 10 64GB MicroSD card and it works flawlessly in my DHD. Since I like to pack lots of MP3's and several full-length HD movies into my handset (helps keep the kids quiet on long drives ) being able to have that much storage space is a blessing! So, just to reiterate, 64GB microSD card--- no problems!
Click to expand...
Click to collapse
Thanks for the feedback Blashpemer666, hopefully you manage to refrain yourself in front of the kids.
Absolutely, we were all noobs, still are and probably remain being noobs. There is too much information to cover and too little time to do it in. We here are just trying to return to the community what they have given us by helping the new members whenever they need it and whenever we can, to the best of our knowledge, by pointing them in the right direction. Any and all suggestions are welcome.
Check the second post, it has been updated.
@glevitan, pm.ed you.
@hdorius, same to you. There are a few mistakes in the pm I sent.

[Q] Suggestions for a new ROM (to be introduced)

Hey People!! I'm new to XDA and this is my first post :silly: I'd like to introduce a new ROM. So basically i want to make something different for the galaxy y- the phone we've all loved to love! I want to have a redesigned launcher looking somewhat similar to the ICS ad Jellybean with softkeys like the one on ICS. It should be Deodexed rooted and have access to many other features (like pre-installed chainfire and stuff like that :fingers-crossed: ). Im planning on updating the stock kernel to the Merruk Technology Pre-final v2.0 as i've used it and it seems pretty fast and stable (I'm still waiting for the build to be final). I've a Init.d hack with battery calibration and also a hack which (I don't know how) decreases your ram usage haven't tested it yet but people who've used it says it works on stock rom too (which to me seems impossible because stock rom dosen't support init.d. Correct me if i'm wrong :highfive I've decided what to call it too. Now i only need some help which if anyone could offer would be truly amazing to me........
Aair
aair said:
Hey People!! I'm new to XDA and this is my first post :silly: I'd like to introduce a new ROM. So basically i want to make something different for the galaxy y- the phone we've all loved to love! I want to have a redesigned launcher looking somewhat similar to the ICS ad Jellybean with softkeys like the one on ICS. It should be Deodexed rooted and have access to many other features (like pre-installed chainfire and stuff like that :fingers-crossed: ). Im planning on updating the stock kernel to the Merruk Technology Pre-final v2.0 as i've used it and it seems pretty fast and stable (I'm still waiting for the build to be final). I've a Init.d hack with battery calibration and also a hack which (I don't know how) decreases your ram usage haven't tested it yet but people who've used it says it works on stock rom too (which to me seems impossible because stock rom dosen't support init.d. Correct me if i'm wrong :highfive I've decided what to call it too. Now i only need some help which if anyone could offer would be truly amazing to me........
Aair
Click to expand...
Click to collapse
What kind of help do you need? You should have mentioned that in the first post.
Sorry 'bout that
anasdcool71 said:
What kind of help do you need? You should have mentioned that in the first post.
Click to expand...
Click to collapse
im not a themer, so a themer helping me out would be kinda good :cyclops:
and since this is my first mod a few bug fixing advices would be great too...
Aair
Many themers of our forum have made guides for other users to learn from. You can search in the Themes and Apps section for them.
About bugs, first make the custom rom. If you encounter a bug, tell us and we'll be happy to help you.
could you please post the links of such posts which contain methods of themeing the status bar and launchers??? and also how do you edit some apks which ive downloaded from the play store??
aair
aair said:
could you please post the links of such posts which contain methods of themeing the status bar and launchers??? and also how do you edit some apks which ive downloaded from the play store??
aair
Click to expand...
Click to collapse
Go to /data/app/ you will see all your apps there....
After getting those apk you can freely edit...
Btw wat u want to edit in apk
Globally recognised and certified NOOB
Try using uot kitchen for initial theming. Use my guide in sign to go to advanced level
Sent from my GT-S6102 using XDA
just decompile and recompile the systemui and framework-res,
everything is in the drawable-ldpi
I too m making a rom but i think theming is much more difficult than making a rom so i suggest use someone's theme and ask him for permissions:thumbup:
Sent from my GT-S5360 using xda app-developers app

[Q] New to Nexus 4 / Couple general Q's

Hello everyone,
I am new to the Nexus 4 community however not new to XDA. I have survived an HD2 and also a T989 GSII. I have had so much success with XDA and I am looking forward to working with community of folks over here. I got a Nexus 4 (being delivered Monday) to enjoy the Android experience. However the more I look over it the more I feel it lacks some of the features that I enjoyed with previous custom roms like Toggles on the notification panel for example. I know there are many apps that will accomplish the same thing but why use all these 3rd party apps when you can flash a decent rom and get a better experience with often better battery life. I am coming from an All Star Developer ROM that is a compilation ROM ( CM10, AOKP & PA )
I apologize for the rambling. I need to know:
1: What is the difference between Original Android Dev and Android Development forums? GSII did not have two forums so I was a little confused.
2: For a genuine NEXUS device, are there still bugs in ROMS? RR, SOD, GPS not working, etc? This is not a huge issue with most GSII roms I just wondered if you guys experience this at all with this phone being stock Android already. I wouldn't think this would be the case.
3: I have done my research and I am ready to move on with rooting and probably Romming. Is there anything else maybe that would be noteworthy that is specific to the Nexus line of devices. This is a vague question so don't worry with it too much. I am just curious.
Thanks everyone! I can't wait till Monday!
jcnbama said:
Hello everyone,
I am new to the Nexus 4 community however not new to XDA. I have survived an HD2 and also a T989 GSII. I have had so much success with XDA and I am looking forward to working with community of folks over here. I got a Nexus 4 (being delivered Monday) to enjoy the Android experience. However the more I look over it the more I feel it lacks some of the features that I enjoyed with previous custom roms like Toggles on the notification panel for example. I know there are many apps that will accomplish the same thing but why use all these 3rd party apps when you can flash a decent rom and get a better experience with often better battery life. I am coming from an All Star Developer ROM that is a compilation ROM ( CM10, AOKP & PA )
I apologize for the rambling. I need to know:
1: What is the difference between Original Android Dev and Android Development forums? GSII did not have two forums so I was a little confused.
2: For a genuine NEXUS device, are there still bugs in ROMS? RR, SOD, GPS not working, etc? This is not a huge issue with most GSII roms I just wondered if you guys experience this at all with this phone being stock Android already. I wouldn't think this would be the case.
3: I have done my research and I am ready to move on with rooting and probably Romming. Is there anything else maybe that would be noteworthy that is specific to the Nexus line of devices. This is a vague question so don't worry with it too much. I am just curious.
Thanks everyone! I can't wait till Monday!
Click to expand...
Click to collapse
1. "Development is classified as original work and/or documented edits and changes made to others work (with their permission) that makes it your own.
Stock ROM dumps that are modified (deodexed, etc.) from the manufacturer's original intent and then repackaged together classifies as development.
Kernel's and Recovery obviously classify as development as they are modified and compiled from source""
2. Minor bugs here & there, nothing like the ones you're used of. Read the OP & last 20 posts in the thread.
3. follow the link in my signature, do not use toolkits!!
Good luck, it's an amazing phone!
Vangelis13 said:
1. "Development is classified as original work and/or documented edits and changes made to others work (with their permission) that makes it your own.
Stock ROM dumps that are modified (deodexed, etc.) from the manufacturer's original intent and then repackaged together classifies as development.
Kernel's and Recovery obviously classify as development as they are modified and compiled from source""
2. Minor bugs here & there, nothing like the ones you're used of. Read the OP & last 20 posts in the thread.
3. follow the link in my signature, do not use toolkits!!
Good luck, it's an amazing phone!
Click to expand...
Click to collapse
Thanks for the info! I guess more specifically I need to know the difference between the "Original" Development thread and just the "Development" thread. Should I refer to one more than another?
Also, in reference to toolkits. I am just curious where the issue lies with that? Because honestly that is exactly what I was going to do. I am not lazy, just efficient lol. I figure why do alot of manual driver installs and command prompts if someone created a program that would do it for you? (I reference links below) Is it faulty software? Badly written programs etc? I would think there would be more room for human error when doing it yourself vs. something automated. What are your thoughts on this? Has anyone else had luck using the toolkits in the links? or any other rooting toolkits? Thanks again!
http://lifehacker.com/5979763/how-to-root-the-lg-nexus-4#13634416619583&{"type":"iframeUpdated","height":640}
http://www.wugfresh.com/nrt/
jcnbama said:
Thanks for the info! I guess more specifically I need to know the difference between the "Original" Development thread and just the "Development" thread. Should I refer to one more than another?
Also, in reference to toolkits. I am just curious where the issue lies with that? Because honestly that is exactly what I was going to do. I am not lazy, just efficient lol. I figure why do alot of manual driver installs and command prompts if someone created a program that would do it for you? (I reference links below) Is it faulty software? Badly written programs etc? I would think there would be more room for human error when doing it yourself vs. something automated. What are your thoughts on this? Has anyone else had luck using the toolkits in the links? or any other rooting toolkits? Thanks again!
http://lifehacker.com/5979763/how-to-root-the-lg-nexus-4#13634416619583&{"type":"iframeUpdated","height":640}
http://www.wugfresh.com/nrt/
Click to expand...
Click to collapse
Because, you learn something very important while rooting & unlocking your phone. Human error is covered for by the step by step guide. Human error while using the toolkit, you're stuck trying to understand what the fck happened. Learn fastboot mate. Learn to control your device to a 100%, learn to fix it if it's stuck. Understand what happens with "fastboot OEM unlock". Do you know what that means btw..?
The difference between Original Development & Development is in the quote I posted above. Paranoid Android = Original.
TWRP Recovery = Original
"XYZ" Rom based on cm 10.1 + abcd theme = Development.
Vangelis13 said:
Because, you learn something very important while rooting & unlocking your phone. Human error is covered for by the step by step guide. Human error while using the toolkit, you're stuck trying to understand what the fck happened. Learn fastboot mate. Learn to control your device to a 100%, learn to fix it if it's stuck. Understand what happens with "fastboot OEM unlock". Do you know what that means btw..?
The difference between Original Development & Development is in the quote I posted above. Paranoid Android = Original.
TWRP Recovery = Original
"XYZ" Rom based on cm 10.1 + abcd theme = Development.
Click to expand...
Click to collapse
Hey thanks again. I appreciate the input. I have more to learn in the NEXUS forum. I am used to ODIN and other forms of Samsung software so I will certainly read over the tutorial and absorb information. It will also help me to share my knowledge with others.
jcnbama said:
Hey thanks again. I appreciate the input. I have more to learn in the NEXUS forum. I am used to ODIN and other forms of Samsung software so I will certainly read over the tutorial and absorb information. It will also help me to share my knowledge with others.
Click to expand...
Click to collapse
If nothing else, you owe it to yourself as a proud n4 owner!!

Categories

Resources