Lunar Lander download - G1 Q&A, Help & Troubleshooting

uhh sry if this is in the wrong section but does anyone know where I could download a copy of the source for Lunar Lander from the android SDK? I dont want to download the entire SDK again since it takes hours to download..and I accidentally deleted mine..

Related

Request to developers; please help me

Hi to all,
i'm an ex rooted G1 owner and now i have a unrooted Hero;
Last year i flashed on my G1 a ported Hero rom that had Flip Clock with flipping animations. Newer Hero ported rom doesn't have the animation and also my new Hero's rom doesn't have it. What i want to ask to you is:
Is it possible to take out Flip Clock apk and his animations from that roms or from old original Hero roms and create an installable apk file on Hero wich has another name, so it doesn't try to overwrite default clock apk? ( as if it were a third part clock)
this is really the wrong section
this should be in qna or apps n games
short answer though - nope, not really
only proper way to do it is replace the new clocks with the old one
download the weather widget donations add on
big_d093 said:
download the weather widget donations add on
Click to expand...
Click to collapse
What i'd like to have is "flipping" flip clock and also Weather Widgets Donate doesn"t have that.
@garok89
Sorry for wrong section;
Do you think that animations are included into HtcClockWidget apk and all i need is to replace that apk in to update zip file, sign it and flash?
Thanks
back up the original with adb and then push the old version with adb and reboot
or you could do the update.zip - i prefer adb tho
Just a back story:
HTC removed it to speed up the base. You might have to search back to the summer to find one of the original preupdate roms.
HTC is selling it in the market now. look there
Jamison904 said:
HTC is selling it in the market now. look there
Click to expand...
Click to collapse
really what is it called cant find it typed hero flip, clock animations, hero widget, none of them find anything from htc or a clock that looks close to it
Jamison904 said:
HTC is selling it in the market now. look there
Click to expand...
Click to collapse
They sell a battery, dice, today, and tip widget.... and only for hero/eris
garok89 said:
back up the original with adb and then push the old version with adb and reboot
or you could do the update.zip - i prefer adb tho
Click to expand...
Click to collapse
I tried to replace new clock with old clock in last rom, but phone doesn't reboot;
I think that animations are not inside clock apk, can they be in framework.apk?

Samsung Galaxy S Static Wallpapers?

Does anyone have the DL or files for the stock Galaxy S static (non-live) wallpapers? They look awesome, I would like to put them on my droid. Thanks!
Download the dump from the nexus development forum. The thread is called "Dumps" or something. Then take the launcher or touchwiz and extract it n in the drawable folders u'll find the static wallpapers
Daneshm90 said:
Download the dump from the nexus development forum. The thread is called "Dumps" or something. Then take the launcher or touchwiz and extract it n in the drawable folders u'll find the static wallpapers
Click to expand...
Click to collapse
I actually don't have a Galaxy, i have a droid and i wanted to put the galaxy WP on it, they look awesome! could you assist?
As Daneshm90 said, go into the Nexus forums, search for the "Dump" of the Galaxy S, download it, extract it, go to /system/app and extract the TouchWiz.apk with winrar / winzip / whatever ^^
Unless someone knows how to .odex the build you won't get more then this wallpaper Sorry
XxKOLOHExX said:
Unless someone knows how to .odex the build you won't get more then this wallpaper Sorry
Click to expand...
Click to collapse
Could you upload the odex + apk? :>
XxKOLOHExX said:
Unless someone knows how to .odex the build you won't get more then this wallpaper Sorry
Click to expand...
Click to collapse
Lol what ? Let me clarify.
This build is odexed, hence theming/porting is very hard, however wallpapers are not affected by a build being odexed.
Ok so i found the wallpapers.
K there a lot of other image besides the wallpapers that are actually quite appealing. So i've uploaded two things
This: just the wallpapers
This: every apk in the dump extracted, all u have to do is for eg in windows 7 open the folder and type "Picture" and u'll see all of em.
hi am a noob and would really like to know how to add other/more wallpapers to the default wallpapers in the gallery. that is in order for me to change and have a more customized feel to my Samsung Galaxy S.
Thanks!
thanks a lot...!!!
i was looking for "seafirebg" wallpaper for a long time

Ebuddy 1.9.1 apk for theming?

I love ebuddy on android, it's better than the official chinese MSN I posted a few weeks ago but I am sick of silver, white and orange. I am unfamiliar with how to get the apk files from apps installed from the android market.
Could someone, anyone please provide me with the apk file for ebuddy 1.9.1 (the most recent) so I can do some colour variations?
Cheers.
Uppy said:
I love ebuddy on android, it's better than the official chinese MSN I posted a few weeks ago but I am sick of silver, white and orange. I am unfamiliar with how to get the apk files from apps installed from the android market.
Could someone, anyone please provide me with the apk file for ebuddy 1.9.1 (the most recent) so I can do some colour variations?
Cheers.
Click to expand...
Click to collapse
www.developer.android.com
Install the Android SDK, open Command Prompt and write:
Code:
adb devices
adb pull /data/app app
Or if you know the .apk name
Code:
adb pull /data/app/apkname.apk
That will create a new folder called app in your /tools folder with all your apps.
Ah cheers man, done it
will post some colour variations asap.
Any idea why when i repackage the files as a zip then rename as an apk it fails to install?
I have re-signed the apk but it still wont install, any ideas why?
Uppy said:
Any idea why when i repackage the files as a zip then rename as an apk it fails to install?
I have re-signed the apk but it still wont install, any ideas why?
Click to expand...
Click to collapse
Better if you use apk tool: http://code.google.com/p/android-apktool/
Decompile: apktool d name.apk
Compile: apktool b name
Hmm still doesnt work. I'm not sure what I'm doing wrong...
Uppy said:
Hmm still doesnt work. I'm not sure what I'm doing wrong...
Click to expand...
Click to collapse
These resources seems 0 byte in the apk:
"drawable-hdpi-v6/chat_gray_back.9.png"
"drawable-hdpi-v6/chat_orange_back.9.png"
"drawable/chat_gray_back.9.png"
"drawable-hdpi-v4/chat_orange_back.9.png"
"drawable/chat_orange_back.9.png"
"drawable-hdpi-v4/chat_gray_back.9.png"
here's the zip file, if you can tell me what I've done wrong I'd really appreciate it.
Hmm..I let it compile, but fails to install the apk..
Hope someone much expert than me can help you
yeah, its weird how it wont install. like what I was trying to do though?
Uppy said:
Any idea why when i repackage the files as a zip then rename as an apk it fails to install?
I have re-signed the apk but it still wont install, any ideas why?
Click to expand...
Click to collapse
Download APKManager and you should be good.
EDIT: Didn't see the answers below mine for some reason ... I'm not at my desktop right now, but if no one has checked it by the time I get hope I'll see if I'm any help.
If you're just changing pngs, try to just extract the apk then zip it when changed. Ie. Don't decompile it
Do this using apkmanager
Sent from my HTC Desire using XDA App
zHk3R said:
Download APKManager and you should be good.
EDIT: Didn't see the answers below mine for some reason ... I'm not at my desktop right now, but if no one has checked it by the time I get hope I'll see if I'm any help.
Click to expand...
Click to collapse
Thanks dude.
and to mikep99: Already tried that too, thats what I did first. its annoying me now lol cheers anyway.
shameless self bump.
can no one help? i really want to know what the issue is for future reference...
Uppy said:
shameless self bump.
can no one help? i really want to know what the issue is for future reference...
Click to expand...
Click to collapse
no idea why your file wont install...
I decompiled a fresh version of ebuddy, compiled back and installed, no probs.
But, for exchanging some png´s only, that´s what I do:
- take a fresh original version (v1.9.1 attached)
- open com.ebuddy.android-1.apk with 7-Zip
- copy/paste new png´s
- close file
- sign
- install

Wallpaper Collection HD (720x1280)

Wallpapers that fit!
I collected them from here on XDA (jaytana's premium wallpapers found Here) and some other sites using google image search.
All the wallpapers are 720x1280 and work nicely on the Atrix HD.
--------------------------------------------------------------------------------------------------------------------------------------------------
Wallpaper Gallery: https://www.dropbox.com/sh/pomyq0qvs9m10z4/LEmfGrG4ws
--------------------------------------------------------------------------------------------------------------------------------------------------
Nice to see someone share my walls Thanks...
Very cool.. As an Android noob, how do you ad one of these to the phone? I see you have them on Dropbox and I have an account too..I have no clue, LOL. Thanks.
nuance4u said:
Very cool.. As an Android noob, how do you ad one of these to the phone? I see you have them on Dropbox and I have an account too..I have no clue, LOL. Thanks.
Click to expand...
Click to collapse
Download the zip and unpack.
Didn't know you could download a zip file onto an Android phone.. what do you use to unzip it? And what are the steps for doing it? It appears they're jpegs not zips, so do I need to save them on my PC and them make a zip file? Sorry, but this is all new to me since iOS doesn't allow you to do stuff like this
nuance4u said:
Didn't know you could download a zip file onto an Android phone.. what do you use to unzip it? And what are the steps for doing it? It appears they're jpegs not zips, so do I need to save them on my PC and them make a zip file? Sorry, but this is all new to me since iOS doesn't allow you to do stuff like this
Click to expand...
Click to collapse
Most of File explorer has built-in ZIP manager... You can download the zip file and unpack it right into your phone. Or you can use your pc to Download, unpack then copy all the files (jpeg) to your phone...
See, being an iOS user makes you a noob LOL... just kidding... Im also an iOS user...
nuance4u said:
Didn't know you could download a zip file onto an Android phone.. what do you use to unzip it? And what are the steps for doing it? It appears they're jpegs not zips, so do I need to save them on my PC and them make a zip file? Sorry, but this is all new to me since iOS doesn't allow you to do stuff like this
Click to expand...
Click to collapse
ROOT EXPLORER FTW!
I chose the red pill... Now I'm in the mAtrix and I know Kung Fu... in HD!
http://android-gz.com
To extract .zip s, use the app Files. It should have came with your phone.
Sent from my MB886 using xda premium
:laugh: thanks

[Q] How to install APK files as a theme?

Hi guys,
So a YouTuber uploaded a video today about an Iron Man theme and being able to use it. It was a .zip file so I just thought it would be fairly simple to unzip and apply or to even flash somehow but when I unzipped it was a bunch of .apk files as wallpapers and as icon themes it looks like? Really stumped on how to use this and seems like such a simple question ??? anyways here is the YouTube link with download in the description, check it out and see if u can figure it out cause I can't... https://youtu.be/Hbun6bnMjk8
Thanks in advance
Rohan

Categories

Resources