[VIDEO] Removing uImage Files from Android on HP Touchpad - TouchPad General

Thank you. I have been trying to figure this out for a week now thanks
Sent from my 4g monster using XDA

reverendkjr said:
Click to expand...
Click to collapse
Please check my thread, http://forum.xda-developers.com/showthread.php?t=1511747 as I have figure out an alternate... and easier method to get the same thing done. I have also figured out how to set the default OS that the TP would choose while booting up after the UImage has been deleted.
To the OP, I am not trying to hijack your guide and thread. I think this guide is very helpful. I mean no disrespect to you and the time you spent creating the video guide. I am just presenting a new and different method as well as a step that I think you did not go over in the video.
Thank you.

cvcduty said:
Please check my thread, http://forum.xda-developers.com/showthread.php?t=1511747 as I have figure out an alternate... and easier method to get the same thing done. I have also figured out how to set the default OS that the TP would choose while booting up after the UImage has been deleted.
To the OP, I am not trying to hijack your guide and thread. I think this guide is very helpful. I mean no disrespect to you and the time you spent creating the video guide. I am just presenting a new and different method as well as a step that I think you did not go over in the video.
Thank you.
Click to expand...
Click to collapse
Groovy man! I don't believe in accusing people of hijacking. If you have something to share... SHARE IT!
True community only comes from everyone participating without malice or desire for glory.

Related

[Q] [HELP] How to create update-script?

Hope I've posted in the correct section
Hi guys,
How to I go about creating an update-script? Over the past few days I'be been cooking my own ROM (it's a port from the Incredible S dumps) and creating the update script is the last step before I test the ROM out and if it works, uploading to the Android Development forum.
I'm using a Nexus One btw.
So, could any assist me?
Thanks,
redbullcat
I tried to make my own the other day, and I found a helpful thread on the commands you can use for it. Ill try and find the link then update here.
Edit: http://forum.xda-developers.com/showthread.php?t=641223
This one is for update-scripts but I imagine there's not that much difference, correct me if I'm wrong. There does seem to be other commands for the same things in updater-script.
Another suggestion is to look at existing updater-scripts and see what makes them tick. They are quite self explanitory, nice and easy to read.
Sent from my Nexus S
You can take an update script from another custom rom, i think.
Don't forget to sign and do nandroid.
Sent from my HTC Hero using XDA App
liorweitz said:
You can take an update script from another custom rom, i think.
Don't forget to sign and do nandroid.
Sent from my HTC Hero using XDA App
Click to expand...
Click to collapse
You could also do this, but depending on what the custom rom changes you may need to change things in there, maybe not.
Sent from my Nexus S
Could Something like this be done as far as getting FlashLite working on my ROM? I've been trying to take it from "FroyoSense-V8.5_2.2" and Add to my "ExEnHeroc_2.2" ROM but Can't get it Working for Some Reason? Do you Guys think a Script or whatever is what I'm Missing??? Please Help!! T.I.A.!!
*Sent on My*
Fast as its Ever Been....
"Sprint" Hero.... Running My, *ExEnHeroC* Rom, w/Kifno's Twist, Also The XDA-BLUE.apk!! "Page 10" of My Thread!!
http://forum.xda-developers.com/showthread.php?t=957867
http://www.megaupload.com/?d=WTMLMK6M
http://m.youtube.com/index?desktop_uri=/&gl=US#/profile?user=PMGRANDS

[Q] Android ROM Development Kitchen.

It has been my lifetime goal to make it as a developer and I know just were to start! But the problem is I can't get my Android Kitchen for Rom Development setup. Is there any noob friendly tutorial or can someone please help me do it over Teamviewer? I worked through several videos, stickies in the forums, and written out tutorials I just need lots of help. If you dont have Teamviewer but would like to help me do it by remote access, please download it and contact me here. Thanks
TeamViewer Download
Post links or ideas on the best way to set up the Rom Kitchen for Android.
---HTC Desire Z
Teamviewer is the best way to do it so you can see what is wrong and where I messed up!
I AM VS4 said:
It has been my lifetime goal to make it as a developer and I know just were to start! But the problem is I can't get my Android Kitchen for Rom Development setup. Is there any noob friendly tutorial or can someone please help me do it over Teamviewer? I worked through several videos, stickies in the forums, and written out tutorials I just need lots of help. If you dont have Teamviewer but would like to help me do it by remote access, please download it and contact me here. Thanks
TeamViewer Download
Post links or ideas on the best way to set up the Rom Kitchen for Android.
---HTC Desire Z
Teamviewer is the best way to do it so you can see what is wrong and where I messed up!
Click to expand...
Click to collapse
Not develop them from scratch but make adjustments to stock and factory !oms. Please help
Sent from my DROIDX using XDA App
okay if you want help then you should give us a bit more info on you're os and what problems your having etc..
I want to make adjustments to Desire Z ROMs. I'm not having any problems.
Teamviewer is the best way to do it so you can see what is wrong and where I messed up!
Click to expand...
Click to collapse
That suggests to me your having problems?, which is why I asked. Are you trying to use dsixda's kitchen?
Sent from my HTC Hero using XDA App
Yeah but Idk how to do it period. Idk what i messed up! When I had virtualbox it would give me an error when i tried to install Ubuntu. Itbsaid kernel.error or something...
I AM VS4 said:
Yeah but Idk how to do it period. Idk what i messed up! When I had virtualbox it would give me an error when i tried to install Ubuntu. Itbsaid kernel.error or something...
Click to expand...
Click to collapse
i've just noticed your posting in the wrong section of the forum, this section is for the htc hero g2 touch. you may get better help in the correct section.

[DEV] 2nd-init Compiled and Running

So I have been working on this for a while trying to get things to cross compile, and i got this to compile it is the Source and the program runs on the nook. Next we will have to write our new init.rc to mount our own os. Someone will have to help me with some research, but I just thought you should know.
Here are the files:
2nd-init.tar
To recomile with the NDK use the following command:
Code:
/home/<user>/Downloads/android-ndk-r7/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc --sysroot=/home/<user>/Downloads/android-ndk-r7/platforms/android-14/arch-arm/ 2nd-init.c
(Thanks to Indirect)
GOOD LUCK
Loglud said:
So I have been working on this for a while trying to get things to cross compile, and i got this to compile it is the Source and the program runs on the nook. Next we will have to write our new init.rc to mount our own os. Someone will have to help me with some research, but I just thought you should know.
Here are the files:
2nd-init.tar
To recomile with the NDK use the following command:
Code:
/home/<user>/Downloads/android-ndk-r7/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc --sysroot=/home/<user>/Downloads/android-ndk-r7/platforms/android-14/arch-arm/ 2nd-init.c
GOOD LUCK
Click to expand...
Click to collapse
Hmm, if only another developer told you how to cross compile. Oh wait! Haha, congrats Loglud.
Loglud said:
So I have been working on this for a while trying to get things to cross compile, and i got this to compile it is the Source and the program runs on the nook. Next we will have to write our new init.rc to mount our own os. Someone will have to help me with some research, but I just thought you should know.
Here are the files:
2nd-init.tar
To recomile with the NDK use the following command:
Code:
/home/<user>/Downloads/android-ndk-r7/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc --sysroot=/home/<user>/Downloads/android-ndk-r7/platforms/android-14/arch-arm/ 2nd-init.c
(Thanks to Indirect)
GOOD LUCK
Click to expand...
Click to collapse
Awesome! Great job Log. Big Step in the right direction.
Nice. 10char.
So, did development stop on this? how is it installed?
AdamOutler said:
So, did development stop on this? how is it installed?
Click to expand...
Click to collapse
I want know it too... >.<
Jeeze idk, i completely forgot about this thread until you guys posted on it. I never did to much testing. This was mostly done in concurrence with the Kexec-Mod since i had the toolchain up and running. If i remember correctly it did generate the second init file, don't know if it ever loaded it, but i can work on it some more if people want. I was hoping some one would point me in the direction they needed me to go with this.
Loglud said:
Jeeze idk, i completely forgot about this thread until you guys posted on it. I never did to much testing. This was mostly done in concurrence with the Kexec-Mod since i had the toolchain up and running. If i remember correctly it did generate the second init file, don't know if it ever loaded it, but i can work on it some more if people want. I was hoping some one would point me in the direction they needed me to go with this.
Click to expand...
Click to collapse
I prefer first a compatible Custom Recovery
I compiled, but I don't know how adapt the hijack...
what is 2nd-init? Is it a bootloader? kernel? recovery? where does it come in the boot sequence?
http://nookdevs.com/Dump_NookTablet_Partitions
AdamOutler said:
what is 2nd-init? Is it a bootloader? kernel? recovery? where does it come in the boot sequence?
http://nookdevs.com/Dump_NookTablet_Partitions
Click to expand...
Click to collapse
http://and-developers.com/2ndinit
AdamOutler said:
what is 2nd-init? Is it a bootloader? kernel? recovery? where does it come in the boot sequence?
http://nookdevs.com/Dump_NookTablet_Partitions
Click to expand...
Click to collapse
Pratically.. it's the method with many motorola phone (with locked bootloader) can run custom roms like cyanogemod.
However the problem is it requires kexec mod.
Sent from my ADR6425LVW using xda premium
Loglud said:
However the problem is it requires kexec mod.
Sent from my ADR6425LVW using xda premium
Click to expand...
Click to collapse
Sorry, but you're wrong.
From this source use the Hijack method. This mean you can instal a custom rom, but you can't replace the kernel or bootloader.
From the source:
It's also important to remember that 2nd-init does NOT unlock the bootloader, nor does it allow you to run a custom kernel. It simply allows us to utilize the kernel that is there for our own means
Click to expand...
Click to collapse
That method is good enough to run CM9 and it's relative simple to port.
The kexec method is something different, but better: is a system call that enables you to load and boot into another kernel from the currently running kernel.
kexec performs the function of the boot loader from within the kernel.... essentially a hijack to allow us to call another kernel as a function of the stock one, allowing us to bypass the locked bootloader.
Source
Someone has had success with this method
See this twitter feed:
http://twitter.com/androidnemith
@AndroidNemith just have seen your photo with the CWM on the Nook tablet. How did you do that since the Bootloader is locked ?
@PetePetePete1 Hijacking . Same way moto defy and others are doing it. Right now i am kicking it manually looking for a better way now.
@AndroidNemith can you show your current state XDA developers, because they are still searching for a method to get a custom bootloader
@PetePetePete1 It's not quite ready and i got distracted by NookColor bits. If you want to see what i am doing look at the Moto Defy CM
Click to expand...
Click to collapse
I take no credit for finding this, as I haven't been talking with @AndroidNemith
HMG10 said:
See this twitter feed:
http://twitter.com/androidnemith
I take no credit for finding this, as I haven't been talking with @AndroidNemith
Click to expand...
Click to collapse
That would be me then I was also asking AndroidNemith if he could show his current state on XDA but he didnĀ“t reply back yet :S Oh yeah and nice picture
http://yfrog.com/nxrztiij

theme building

Good day
I was wondering how themes are made and what software is needed, i would love to try and make one.
if there is a guide or some kind person could give me some pointers on how to?
thank you in advance
Following...
I too want to learn.
Here is guide how to do it.
But next time use search button first.
Xmaster8 said:
Here is guide how to do it.
But next time use search button first.
Click to expand...
Click to collapse
sorry i do apologise
Xmaster8 said:
Here is guide how to do it.
But next time use search button first.
Click to expand...
Click to collapse
Use 7Zip... U dont need to understand programming language. But all you need is skill of photoshop, file managing. But if you want to edit xml file, you have to understand the language.
Sent from my X8 using XDA

System files of stock rom (SOLVED)

PLEASE CAN SOME ONE UPLOAD THE SYSTEM FILES FROM THE STOCK ROM. THANK YOU. I HAVE TRIED TO EXTRACT THE .rfs FILE TYPE IT BUT NO LUCK.
LINK TO THE STOCK ROM http://timcordova.com/iamtimmah/andr..._UEKI8_MIN.rar
THANK YOU IN ADVANCE.
Ratchewer said:
PLEASE CAN SOME ONE UPLOAD THE SYSTEM FILES FROM THE STOCK ROM. THANK YOU. I HAVE TRIED TO EXTRACT THE .rfs FILE TYPE IT BUT NO LUCK.
LINK TO THE STOCK ROM http://timcordova.com/iamtimmah/andr..._UEKI8_MIN.rar
THANK YOU IN ADVANCE.
Click to expand...
Click to collapse
Welcome to Dev.
1. This is Dev. Not Q&A. Not "herpy-derpy I don't know how to mount rfs" fun time. We're not here to help you with your stupid problems that you could have just googled.
2. ALL-CAPS IS NOT CRUISE CONTROL FOR COOL. Even if it was, even cruise control needs a decent driver.
Now google, "How to mount RFS in (operating system, preferably linux), and see what you get.
Good? Good.
Now, lock or move.
apapousek said:
Welcome to Dev.
1. This is Dev. Not Q&A. Not "herpy-derpy I don't know how to mount rfs" fun time. We're not here to help you with your stupid problems that you could have just googled.
2. ALL-CAPS IS NOT CRUISE CONTROL FOR COOL. Even if it was, even cruise control needs a decent driver.
Now google, "How to mount RFS in (operating system, preferably linux), and see what you get.
Good? Good.
Now, lock or move.
Click to expand...
Click to collapse
Well if u are here to help why not make helping easier. after all why are we all here for?
well never mind after a brain steaming i have made it.
And for anyone who might need it. I did this in windows OS no mount or so ever.
1. change the file type to .IMG and use any ISO software that is registered to extract the file.
Ratchewer said:
Well if u are here to help why not make helping easier. after all why are we all here for?
well never mind after a brain steaming i have made it.
And for anyone who might need it. I did this in windows OS no mount or so ever.
1. change the file type to .IMG and use any ISO software that is registered to extract the file.
Click to expand...
Click to collapse
This is Dev. Not Q&A. People shouldn't go to Dev to ask questions about general Android information. Furthermore, I'm here to publish to push forward (in the limited ways I can) development for the Galaxy Player. Dev's don't need crap mucking up this area.
apapousek said:
This is Dev. Not Q&A. People shouldn't go to Dev to ask questions about general Android information. Furthermore, I'm here to publish to push forward (in the limited ways I can) development for the Galaxy Player. Dev's don't need crap mucking up this area.
Click to expand...
Click to collapse
well dosen't extraction needed in development process or you just jump and and start development. well move on ok i found my solution. ENJOY.
Ratchewer said:
well dosen't extraction needed in development process or you just jump and and start development. well move on ok i found my solution. ENJOY.
Click to expand...
Click to collapse
Many times, no. It's not needed. For basic compilation, it's really not. Anyway, many people can just dump the files they need from the device itself.
This thread might help in the future : http://forum.xda-developers.com/showthread.php?t=1385061
maan you guys should take it easy on a newbie.

Categories

Resources