[Q] Guide to Dev Rom's - Huawei Ideos X5 U8800

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

Related

Tools to make your own cupcake rom?

Anyone can put a brief discription and the tools to make your own cupcake rom? Any help will be appreciated. I want to learn to make my own roms as well. Thank you.
It isn't easy as you think.
You must edit the source code.
NiN39Z said:
Anyone can put a brief discription and the tools to make your own cupcake rom? Any help will be appreciated. I want to learn to make my own roms as well. Thank you.
Click to expand...
Click to collapse
are you talking about something like the PPC kitchen for windows mobile users?
if so, i was once a winmo guy. before android obviously. In my opinion if you are talking about something like the kitchen to point and click what apps you want your rom to have stock. i think it will be quite some time before we see something that in depth for two reasons.
1. It will require root. which not everyone feels comfortable doing.
2. The people who do have root and are flashing roms probably flash roms as soon as haykuro, the dude, or JF drops something. we cant even make up our minds about what rom we want yet lol.
In thought of the second reason it would be a great idea to have a "kitchen" type program for the PC that people can just point and click what rom they want the pc to push to the phone either by way of ADB or update.zip methods.
Plus on top of that... its not like there is anywhere near the amount of apps that winmo has to choose from just do do the same things.
again... in my opinion. it will be quite some time. Till then... (and more importantly back to your question) At the moment, the only way to build a rom is to compile it yourself. Check out all the reading you can do at www.android.com and get an idea of what you are getting into. Id love to see more people getting into development.
Yea i wanna compile my own rom actually. SO, I wanna get a breif discription and find the tools for it
www.android.com
happy reading.
I was thinking of getting a 2nd G1 as a 'test subject',,,, wouldent be a total waste of £165 quid, and then if gives me something real to develop on and troubleshoot on the fly
£165? Where'd you get that figure from???
And on the making your own cupcake ROM, you should follow the thread about compiling from the latest source for your phone, you'll learn a lot there and eventually get used to compiling your own aplications. Learn a bit of java and you'll be able to edit the source, get some custom apps working.
Thanks for ur input guys.. Im learning java development in college next semester so, ill be cooking up andriod roms after that for future devices
Easiest way to make your own rom atm with minimal technical knowledge is just taking a rom from JF, haykuro or thedude, unzipping them and adding/subtracting things that you want (adding a theme, removing or adding certain apps, adding tweaks, adding onscreen keyboards, etc). You then sign the file and put it on your phone.
Use this to sign the update (must have the SDK):
http://forum.xda-developers.com/showthread.php?t=473580

Making a Gingerbread NAND ROM for HD2

Ok, I'm loving Gingerbread, but m-deejay has been including Cyanogenmod in his recent builds, which I don't want.
I'm REALLY keen to work on my own Gingerbread build...but need pointers on the steps I need to take.
I want to use a clean custom Nexus One Gingerbread build, such as http://forum.xda-developers.com/showthread.php?t=885784
Then I'll have to replace the Nexus drivers and stuff with the HD2 ones...this is where the problem starts...how do I know which files are needed for HD2 specifically?
And then I need to add/remove apps etc to customise it?
I don't want anyone to hold my hand, just to at least point me in the right direction, as finding this information seems to be very difficult, unlike Windows Mobile cooking, which has lots of good tutorials...even though I'd expect that to be the other way around
I taught myself WM cooking & dev, but this is a whole new ballgame to me....
Appreciate any help I can get...
I'll happily donate a few $ to anyone who can help me get a stock build going...
No one able to shed ANY light? Give me ANY pointers?
Like I said, I'm willing to donate $ if I get help to get a ROM built...
Good pointers!!!
Have you tried with this tutorial?
SEE THIS!!!
This is the best step by step guide, and there is everything you need to port/make good working ROM for LEO.
Regards.
NemanjaLO said:
Have you tried with this tutorial?
SEE THIS!!!
This is the best step by step guide, and there is everything you need to port/make good working ROM for LEO.
Regards.
Click to expand...
Click to collapse
Yea I saw that, thanks...only problem is that it's an old build, and it's miui.
Where do I find the latest drivers etc? And how is a NAND build different? How do I package up a NAND ROM?
I was thinking the very same thing but when I started looking into it I got put off by the complexity and the time it would take.
Have you thought about just modding MDj's ROM, stripping it back to bare ginger and replacing the bits we dont want, this might be easier that building one from scratch.
Yea, it's a possibility...but I won't learn as much doing it that way...and I'd rather try to create my own than use someone else's hard work as a base, if you know what I mean.
I have time, and am willing to learn as much as I need to...I just need some pointers...there are plenty Android HD2 chefs now, surely one of them is willing to help out
It's really not that difficult. I didn't really like the CM mod either, so created my own stock rom. I'm now at the point where I got it all working. I don't mind to give you a helping hand if you really are interested.
I'd love to see this too!
SamanthaMarquez said:
It's really not that difficult. I didn't really like the CM mod either, so created my own stock rom. I'm now at the point where I got it all working. I don't mind to give you a helping hand if you really are interested.
Click to expand...
Click to collapse
Hey,
yes I've VERY interested...I'm hoping to get a stock-ish one together with my own little touches...maybe release one if I learn enough about it.
Any help you can give would be much appreciated...
Even to start with, a list of the basics...ie get ROM dump, extract xyz, do this...anything at all...
I just got back from a swim at the beach to relax, intending to come back and try to figure it out on my own with what help I can get from that page linked above...but if you have managed to get one together, thats even better
This might be of some use for windows users (I've successfully tried extracting MDJ's Gingerbread system.img with it).
http://android.modaco.com/content/z...-boot-recovery-system-userdata-kitchen-ready/
yea extracting is easy...but I would prefer to use a clean build to start from, rather than m-deejays...trying it using the guide in the link above with the Nexus S dump...having to use some donor files from m-deejays build though...still trying to get my head around it all
Well I gave it a quick try using the above guide, and it gives "NAND Kernel Open Fail".
I used m-deejays kernel, and put all the relevant files into the correct directories before making the system.img, and i put initrd.gz and zimage into boot.img, so I dont know what I did wrong...?
You don't use system.img on nand. You need to create a yaffs.img. Which I've never done before. I've only made builds the sd way, not nand. Maybe all you have to do is rename the .img after you create it. You should jump on irc, room #htc-linux-chat. You would get your answer in like 5 secs;p
NAND ROMs do use system.img, have a look in any NAND ROM, you'll see system.img, boot.img and the flash files.
Yaffs is the filesystem...I created the img files with the "mkyaffs2image" command.
(As per this thread: http://forum.xda-developers.com/showthread.php?t=897940)
I've made all of these but get the damn kernel error...it can't be difficult, lots of devs have released ROMS...surely someone is willing to help?
I'd rather not go into irc, as thats the dev channel isnt it? Dont want to be a noob popping in asking hwo to cook Android for the HD2
i think what would be a cracking idea is if someone were to create 3 "standard" kitchens for anyone to download and start modding with.
kitchen 1) desire / desire HD with NO mods
kitchen 2) Froyo / gingerbread with NO mods
kitchen 3) Froyo / gingerbread with Cyanogen included
they should just be 100% stock but able to build a fully working rom. This way everyone can start to learn, and its always easier with a complete kitchen and just as educational - moreso as you get to see the correct layout for files / directories and all the correct tooling is already in place.
I will add to davids "donation" pot if someone were to make these available, whatever david is willing to donate and i will add another $20 (US) or £15
Whether they be Windows or Linux based kitchen does not matter to me, but i believe that android being open source these resources should be made available
G
Your right, not thinking clearly from all the jack daniels. You do need yaffs tools to mess around with the system.img though...#htc-linux is the dev channel. #htc-linux-chat is where you go to ask questions. Devs don't even go in that channel. Just chefs fire the most part. That's where everyone goes to learn how to build.
g.lewarne said:
i think what would be a cracking idea is if someone were to create 3 "standard" kitchens for anyone to download and start modding with.
kitchen 1) desire / desire HD with NO mods
kitchen 2) Froyo / gingerbread with NO mods
kitchen 3) Froyo / gingerbread with Cyanogen included
they should just be 100% stock but able to build a fully working rom. This way everyone can start to learn, and its always easier with a complete kitchen and just as educational - moreso as you get to see the correct layout for files / directories and all the correct tooling is already in place.
I will add to davids "donation" pot if someone were to make these available, whatever david is willing to donate and i will add another $20 (US) or £15
Whether they be Windows or Linux based kitchen does not matter to me, but i believe that android being open source these resources should be made available
G
Click to expand...
Click to collapse
Yea, something like that would be handy...but even to start with, I'd just love to know the basic processes needed to get a basic Android build running on the HD2, without having to rely on someone elses current build.
I tried the link above, and it did sort of help understand a little of whats going on...but this stupid kernel error is preventing me from knowing how my test build works/or doesnt work...
I mean I had too use m-deejays gingerbread dump to get some of the driver files etc from...but where does he get them from? Thats the stuff I dont know...
It's obviously not overly difficult as there are so many devs pumping out HD2 ROMs...would just love one of them to share the secrets
Cash - not sure ... depends on how much help I get, but I'm willing to donate along the lines of US$20 or so...
mattfmartin said:
Your right, not thinking clearly from all the jack daniels. You do need yaffs tools to mess around with the system.img though...#htc-linux is the dev channel. #htc-linux-chat is where you go to ask questions. Devs don't even go in that channel. Just chefs fire the most part. That's where everyone goes to learn how to build.
Click to expand...
Click to collapse
hehe...
What server is that chat room on?
the_scotsman said:
NAND ROMs do use system.img, have a look in any NAND ROM, you'll see system.img, boot.img and the flash files.
Yaffs is the filesystem...I created the img files with the "mkyaffs2image" command.
(As per this thread: http://forum.xda-developers.com/showthread.php?t=897940)
I've made all of these but get the damn kernel error...it can't be difficult, lots of devs have released ROMS...surely someone is willing to help?
I'd rather not go into irc, as thats the dev channel isnt it? Dont want to be a noob popping in asking hwo to cook Android for the HD2
Click to expand...
Click to collapse
Is it possible that the img files need to be created as ext4 rather than yaffs? I know gingerbread runs on the ext4 system (where froyo ran on yaffs2) but I'm not sure how this relates to building the rom.
Nah, don't think so...not accroding to: http://forum.xda-developers.com/showthread.php?t=897940
Ive tried a few more times but am still getting the kernel error...so I cant even test if my build works or not as it wont even boot...so very frustrating...
Lets break it down........
1st
Here's a brief intro I did a few days ago read it..
http://forum.xda-developers.com/showthread.php?t=897940&page=2
The above goes for any .img used with DAF, they are yaffs2 images.
2nd
The sensible option for a clean build would be an existing stock gingerbread rom on a sister device. AdamG just happens to make the cleanest Desire roms around. I've had my eyes on this build for a minute, check it out and see if this what your looking for. Oxygen v2.0-RC6
3rd
I've been able to unyaffs disect, reassemble and get some 'customized' roms running. They flash, boot, & work great.....but I lose root permissions. lol
I was acutally doing this with the 1.6 NAND rom of MDJ that came as a single.img
That particular file was just system.img & boot.img yaffs2'd together. After I disected it I was able to unyaffs the 2 images and edit/modify change kernels, etc. etc. The only problem I have run into is the root issue.
Conclusion:
----------------------------------------------------------------------------
I'd be glad to help out any way I can in porting a ROM worthy of our devce
Any serious inquries can be directed to my inbox for private discussion on gtalk .
I'm no dev and am in no way claiming to be. I do have some findings and that's why I'm offering my help. Cheers

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] 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!!

How to make my own rom?

GIve me tools to make my own rom pls
nuribg said:
GIve me tools to make my own rom pls
Click to expand...
Click to collapse
I don't want to sound mean but the fact that you're asking for it here instead of looking for it yourself makes me think you aren't up for it.(as if you don't know what you're looking for). And when you'l encounter the hundreds of issues instead of googling you'll ask for them here too?
However if you insist there are many good guides here available. Just a few taps away.
ok i didnt explained very whell, im using superR free kitchen but when i compile and install the rom gives me fail
Its not that simple bro. You need a Linux distro with Java 8 or 9 installed. The android SDK. A strong knowledge of Linux. You need a github account. You need to sync a repo for the ROM. And build your device tree. Some coding knowledge Is preferable. I can help you via pm when you get stuck but it took me a long time to be able to turn out a working ROM..

Categories

Resources