Topic.
And for the sake of brevity, I'm not looking for an alternative to that Live Wallpaper... I just want to know how to rip that Live Wallpaper from LiveWallpapers.apk and turn it into it's own .apk.
Thanks.
This is the .apk from the 2.2 Droid Incredible and HTC included the Nexus One Live Wallpaper in it.
Here you go, its already signed, but i don't know if it will work or not
Thanks man. However, I've already got the nexus live wallpaper. I'm actually trying to get my hands on the one from CM specifically. It's quite different.
I really do appreciate the response though.
installed and pulled the livewallpapers.apk from cm6 rom and tried it on my phone. it has all the same stock livewallpapers as all the other roms, but replaces the stock nexus wallpaper with cm6's version. also, any downloaded live wallpapers are unaffected. just download the .apk attached, and adb push it to /system/app in recovery with /system mounted.
mb02 said:
installed and pulled the livewallpapers.apk from cm6 rom and tried it on my phone. it has all the same stock livewallpapers as all the other roms, but replaces the stock nexus wallpaper with cm6's version. also, any downloaded live wallpapers are unaffected. just download the .apk attached, and adb push it to /system/app in recovery with /system mounted.
Click to expand...
Click to collapse
Once again, thanks a bunch. However, what I'm trying to do is isolate that CM nexus live wallpaper into it's own apk. I just wondered if there was a way to do that.
You're talking about the cyan colored nexus animation that forms the X? I saw it teased in a video somewhere. If we're talking about the same one I'd love to have it too. I had Cyanogen Nexusmod live wallpaper that had the cyan lines running across it but it doesn't work anymore now that I've upgraded.
Sent from my incredible Droid Incredible using the XDA app
Nope. I'm talking about the 'Nexus' live wallpaper. It's the whole Neural Network thing with the lines that shoot around.
I just want to isolate that live wallpaper from the rest. so essentially rip it from the livewallpapers.apk and make it it's own .apk.
Alternatively, a way to remove Galaxy, Grass, Polar Clock, and Water live wallpapers without removing the nexus lw would be perfect.
You try the market?
Sent from my ADR6300 using Tapatalk
Yeah. I've currently got the Nexus Revamped Pro Live Wallpaper, but I really want to use the Blue Android background that comes with the Cyanogen Mod Nexus but not Nexus Revamped. I can't find that background anywhere.
Dose any one know where I can find the file for the nexus one live wallpapers that I can download from my phone and in stall through astro? I did this with the samsung and droid x wallpapers
the_grobe said:
Yeah. I've currently got the Nexus Revamped Pro Live Wallpaper, but I really want to use the Blue Android background that comes with the Cyanogen Mod Nexus but not Nexus Revamped. I can't find that background anywhere.
Click to expand...
Click to collapse
It was as easy as downloading the file the one guy posted from CM6, the livewallpapers.apk
Rename to zip
extract files
going to the /res/drawable-hdpi folder
then getting the background.
Not that hard bro.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Any way this can be done on my phone without using my pc? Sorry for the noob question
if i read original post correctly he wants the background, but also wants the livewallpaper effects as well. Im looking for a similar solution. I have nexusmod 2.0 from the market but chris soyers is taking his sweet time updating it for froyo, although it is working in cm6. so if there would be a way to isolate that livewallpaper and make it an apk it would work. I've tried pulling the entire livewallpaper apk from cm6 and installing it but cant because my nexus one already has livewallpaper apk. installed in system, so it dosent allow me to install cm6 modified livewallpaper apk. because it thinks its already installed.
*update* so i downloaded root manager and deleted livewallpaper apk. then i pushed the cm6 livewallpaper apk using adb. not quite what i wanted to do, as i dont normally like messing with system apps, but in the end got the live wallpaper i wanted.
dls5375 said:
if i read original post correctly he wants the background, but also wants the livewallpaper effects as well. Im looking for a similar solution. I have nexusmod 2.0 from the market but chris soyers is taking his sweet time updating it for froyo, although it is working in cm6. so if there would be a way to isolate that livewallpaper and make it an apk it would work. I've tried pulling the entire livewallpaper apk from cm6 and installing it but cant because my nexus one already has livewallpaper apk. installed in system, so it dosent allow me to install cm6 modified livewallpaper apk. because it thinks its already installed.
*update* so i downloaded root manager and deleted livewallpaper apk. then i pushed the cm6 livewallpaper apk using adb. not quite what i wanted to do, as i dont normally like messing with system apps, but in the end got the live wallpaper i wanted.
Click to expand...
Click to collapse
Once you got this going was it the configurable one or just the blue one? I tried downloading this and that is all I got.
Related
I have achieved an an almost completely AOSP setup on top of DamageControl 2.08 using apks and MetaMorphs. If you would like to do this... follow the instructions below Screenshots attached.
Step 1: Make A Choice
Do you want 2.1 lockscreen (2 tabs) or 2.0 lockscreen (rotary)? Flash the according zips below.
Download 2.0 Rotary Style Lockscreen (Flash Via Recovery)-JsChiSurf
Download 2.1 2-Tab Style Lockscreen (Flash Via Recovery)-flipz
Flash whichever you like better (I have rotary-style lockscreen).
Step 2: AOSP Taskbar
Download this metamorph(thanks Gregalous!) to achieve an AOSP taskbar. It looks exactly as pictured in the screenshots below. FOR MARKET TO WORK AFTER THIS, YOU MUST CLEAR MARKET UPDATES. Go into Settings->Applications->Manage Applications->Market->Uninstall Updates. This is an issue with metamorph. EDIT: I believe with the new metamorph you don't have to. Can someone confirm that?
Step 3: AOSP Apk Alliteration
Download Messages app (mms.apk) here and adb push it to /system/app.
Download AOSP Music (music.apk) here and adb push it to /system/app. After you did that, run rm /system/app/HtcMusic.apk through adb shell. That gets rid of HTC music.
Download AOSP Camera (Camera.apk)here and push it to /system/app. Then, using adb shell, rm /system/app/HtcCamera.apk to get rid of the HTC camera.
Download AOSP Contacts/Dialer (Contacts.apk) here and, you guessed it, push it to /system/app. This time, do NOT remove the HTC phone app. It will break phone functionality.
Download AOSP Clock (com.android.deskclock.apk) here
, and REDUNDANCY IS KEY, adb shell rm /system/app/WorldClock.apk and push this to /system/app.
Step 4: Get A Home
Pick the home app you want to use. I use Home++ (free, android market) and love it. You can use anything. (launcher2, home, openhome, etc.)
Step 5: Make It Live (Optional)
If you want LWP, flash this LWP in sense addon. I know it's for sense, but it will work with Launcher2, HelixLauncher, and a couple other replacements.
Step 5: Enjoy!
If you don't enjoy it, you forgot to be awesome. Don't ever forget to be awesome. I believe forgetting to be awesome is a crime in some states.
--SCREENSHOTS--
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
this looks freaking sweet
Thanks for this! I'm in the mood for some tasty vanilla DC.
Also a good excuse to try Home ++.
Re: (almost) Completely AOSP Setup on DamageControl 2.07.2 (And How To Get It)
If you guys want to modify this in any way, feel free. Also, be sure to get the capitalization right on the apks, Linux sucks like that.
Sent from my HERO200 using the XDA mobile application powered by Tapatalk
This is basically what I do with my ROM. I don't use the aosp camera because makes a large portion of the screen unusable and isn't as useful (or aesthetically pleasing imo) as the HTC version. I don't use the dialer or contacts because you can't replace the HTC dialer for incoming calls. Using two different dialers doesn't seem practical to me.
/$0.02
its pretty cool your using Home++
i used it on my g1 from the get go, raved about it, and nobody liked it the way i did :-(
also, it good to know metamorphing the taskbar is breaking the market for everyone else too. um, not really sure how to rephrase that to sound nice lol. too much weed...
its nice to have confirmation metamorph is breaking the market. hows that?
mountaindont said:
its pretty cool your using Home++
i used it on my g1 from the get go, raved about it, and nobody liked it the way i did :-(
also, it good to know metamorphing the taskbar is breaking the market for everyone else too. um, not really sure how to rephrase that to sound nice lol. too much weed...
its nice to have confirmation metamorph is breaking the market. hows that?
Click to expand...
Click to collapse
Yea it screwed up for me to.
thematrixkid17 said:
...I don't use the dialer or contacts because you can't replace the HTC dialer for incoming calls. Using two different dialers doesn't seem practical to me.
Click to expand...
Click to collapse
I guess that answers my question about whether or not there was a way to get the AOSP "in-call" screen with that dialer. Too bad, I really like the way the whole screen turns red when the call is ended.
HeroMeng said:
Don't ever forget to be awesome.
Click to expand...
Click to collapse
You don't happen to watch many youtube videos, specifically the vlogbrothers do you? lol random question I know. Thanks for the guide!
is there a way to get a background on the lock screens?
officer629 said:
is there a way to get a background on the lock screens?
Click to expand...
Click to collapse
Yeah, just go to jschisurf's page on the 2.0 rotary lock, he has a metamorph w/ a background. Not changeable from the phone, you need to put in a file and aaah google should have just let us use a background in the first place. lol.
I might just make a flashable zip when I get the chance, less work for all y'alls.
Re: (almost) Completely AOSP Setup on DamageControl 2.07.2 (And How To Get It)
Thanks that would be awesome!
Sent from my HERO200 using the XDA mobile application powered by Tapatalk
for the life of me I cannot get the contacts.apk on my phone. Can I use root explorer. I am really big noob when it comes to adb. dammit.
marcusva79 said:
for the life of me I cannot get the contacts.apk on my phone. Can I use root explorer. I am really big noob when it comes to adb. dammit.
Click to expand...
Click to collapse
Code:
adb remount
adb push Contacts.apk /system/app
is this rom overclocked? if not is it possible yet? and my other question does MMS work correctly because in darchdroid newest ROM i was having an issue with MMS and couldnt download the pic in the messages app or handcent, i hand to use sprint pcs MMS website
BAttitude7689 said:
is this rom overclocked? if not is it possible yet? and my other question does MMS work correctly because in darchdroid newest ROM i was having an issue with MMS and couldnt download the pic in the messages app or handcent, i hand to use sprint pcs MMS website
Click to expand...
Click to collapse
This isn't a rom. It's a mod to DamageControl, Fresh, Mengdroid, and any other Sprint-based rom to make it look aosp. Also, the AOSP Messages app will NOT send MMS when connected to WiFi.
Re: (almost) Completely AOSP Setup on DamageControl 2.07.2 (And How To Get It)
adp push is the only way? not through root explorer?
Sent from my HERO200 using the XDA mobile application powered by Tapatalk
marcusva79 said:
adp push is the only way? not through root explorer?
Sent from my HERO200 using the XDA mobile application powered by Tapatalk
Click to expand...
Click to collapse
ADB is the only way. Sorry.
Re: (almost) Completely AOSP Setup on DamageControl 2.08 (And How To Get It)
getting a "control file not found" error when trying the AOSP taskbar
Sent from my HERO200 using the XDA mobile application powered by Tapatalk
Hey guys, i just wanted to see if anyone was up for the task of trying out somthing i would really love to see on my phone. I love the rain and rainy days and I would love to have a clear lockscreen that looks like it has a dew-ie like look to it. Anyone think that would be possible?
For clarification:
The look im going for is how your window looks like on a rainy day^^
This would be neat. I would have to learn how to make lockscreens. My new task.
this is what ive got so far, I need to adjust the colors a little but this is actually kind of tough because water is clear so I will work on it a little more when I get home tonight but feel free to try it out it's for 2.1 and flash it just like regular
this has to include the com.htc.resources so if you have any mods to your taskbar then this will change some of the icons.
I am not responsable if you mess up you mess up your phone.
download here
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
wtphoto said:
this is what ive got so far, I need to adjust the colors a little but this is actually kind of tough because water is clear so I will work on it a little more when I get home tonight but feel free to try it out it's for 2.1 and flash it just like regular
this has to include the com.htc.resources so if you have any mods to your taskbar then this will change some of the icons.
I am not responsable if you mess up you mess up your phone.
download here
Click to expand...
Click to collapse
I dont understand, why would that mess with com.htc.resources.apk when lockscreen_topedge.png is in HtcLockScreen.apk? That should be the only file you're messing with.
this is what ive got so far, I need to adjust the colors a little but this is actually kind of tough because water is clear so I will work on it a lit
Click to expand...
Click to collapse
I dont understand, why would that mess with com.htc.resources.apk when lockscreen_topedge.png is in HtcLockScreen.apk? That should be the only file you're messing with.
Click to expand...
Click to collapse
Because to get a completely clear lock you have to modify lockscreen_archglass_top, lockscreen_archglass_bottom, and I think its called lockbar.png which are all located in the com.htc.resources.apk otherwise you still get the bar/arch (depending on if you use espresso or regular rose) across the lockscreen
-------------------------------------
Sent via the XDA Tapatalk App
Couldn't you just make this in photoshop with a transparent bg, stick it in your drawable folder in framework and push framework without editing anything else?
Couldn't you just make this in photoshop with a transparent bg, stick it in your drawable folder in framework and push framework without editing anything else?
Click to expand...
Click to collapse
In 1.5 this was the case as all the images where stored in htclockscreen.apk>res>drawable 320x480 however in 21 they spread the png's for everything all over the place. That's why to get it completely clear you have to edit files in com.htc.resources.apk also because of the way 2.1 is set up it took like 2 weeks to figure out how to do it because the xml code had to be edited. If you think I'm wrong do it yourself the way you think. I was just trying to be helpful
-------------------------------------
Sent via the XDA Tapatalk App
Wtphoto: wow thats just awesome!!^^ i never expected anyone to respond let alone actually do it ^^. Usually my rare requests go unheard or ignored in terms on internet =P.
Looks damn near spot on what i was imagining! wow good job! Hopefully we could get some other people's takes on it too.
Oh oh oh i just thought of it. how about the animation on a rainy day for the weather widget (not the actual animation, just the image it pops out). That look is perfect too, just without the windshield wiper.
Question, the lockscreen you made is just overlapping on a previous lockscreen picture i had before, how do i clear that one up?
frostrunner said:
Question, the lockscreen you made is just overlapping on a previous lockscreen picture i had before, how do i clear that one up?
Click to expand...
Click to collapse
if you where using a jpg or something like that then you need to go in and clear the lockscreen cache by doing this is adb
Code:
adb remount
adb shell
cd /data/misc/lockscreen
rm *
cd /system/customize/resource
rm htc_wallpaper*
exit
then go in and flash the clear lockscreen
Here's my take on it, using the Rotary Lockscreen:
^I like that.
JsChiSurf said:
Here's my take on it, using the Rotary Lockscreen:
Click to expand...
Click to collapse
That is pretty sweet.
Hot **** that rotary one looks awesome! I'll be waiting for a download link on that!
i want this. . can i get the download please.
Rainy Day Wallpaper Rotary Lock
Here is a link to a MetaMorph for applying the "rainy day" wallpaper to the rotary lockscreen (textless version). I do NOT plan any making any other versions / iterations of this lockscreen, however, if you like this as is, please feel free to use / enjoy. This should be compatible with any 2.1 based Sprint ROM that has been deodexed.
XML Control File <--- Apply using the latest MetaMorph application
Your phone may freeze when applying, and when coming back up, the MetaMorph may not have fully applied. If this is the case, re-run MetaMorph, and select the 'framework-res' sub-theme, apply, and reboot.
Initial boot will take a while as your cache is rebuilt.
Reference:
thanks alot surf ur the man.
Does anyone know the name of the Gallery Wallpaper app that is standard on the X10?
If so can I unpack it and modify it with my own wallpapers, and how?
Any info on this is much appreciated.
The wallpapers are in Launcher.apk
You can overwrite the current wallpaper images but I haven't figured out which file we need to modify to add to new wallpapers.
arkedk said:
Does anyone know the name of the Gallery Wallpaper app that is standard on the X10?
If so can I unpack it and modify it with my own wallpapers, and how?
Any info on this is much appreciated.
Click to expand...
Click to collapse
_calum_ said:
The wallpapers are in Launcher.apk
You can overwrite the current wallpaper images but I haven't figured out which file we need to modify to add to new wallpapers.
Click to expand...
Click to collapse
Why would you want to replace the sample wallpapers in the Launcher.apk,
instead of just throwing some images to your SD and selecting them as wallpapers?
So I don't have to use mediascape
_calum_ said:
So I don't have to use mediascape
Click to expand...
Click to collapse
Well, if it's just for a wallpaper, it's not that bad...
Besides changing the Launcher.apk is much more of a pita.
You have to extract it with ie: WinZip, then find the pictures (in the folder res/drawable), replace them with pictures of the exact same size and type then put the contents back in the apk, then, push it using adb on your mobile. That's kind of a hassle, huh?
Anyway, there is also the Flikie Wallpapers app, which once installed it pops up as an option when you want to change wallpaper, but I don't think it lets you use local files.
Maybe JustPictures! lets you use your local files, but haven't tried it.
(It always impresses me how much people hate Mediascape!
I am not a fan either, but it does not bother me that much!! )
My_Immortal said:
(It always impresses me how much people hate Mediascape!
I am not a fan either, but it does not bother me that much!! )
Click to expand...
Click to collapse
It doesn't actually bother me that much either , but I just like to be able to change my wallpaper in a couple of clicks and I don't want to install an app just for that (I'm a bit picky about what I install both on my PC and my phone).
Also all my wallpaper images are the correct size.
But, you are right, it would be a bit of a hassle to do all of that just to change the default wallpaper images But at the moment I'm updating the apk files all the time, so one more change doesn't make much of a difference
_calum_ said:
It doesn't actually bother me that much either , but I just like to be able to change my wallpaper in a couple of clicks and I don't want to install an app just for that
Click to expand...
Click to collapse
It's just a few clicks either way isn't it, and Mediascape comes preinstalled.
XperiaX10iUser said:
It's just a few clicks either way isn't it, and Mediascape comes preinstalled.
Click to expand...
Click to collapse
Yeah, I was referring to the other apps mentioned
You also don't have to resize if you use the wallpaper gallery.
Thanks for the fast response. Seems like the xml is encrypted in the launcher.apk. Anyway to decrypt that?
Sent from my X10i using XDA App
I just saw this post:
http://forum.xda-developers.com/showpost.php?p=7007203&postcount=3
Haven't had a chance to play yet... get on to it over the weekend.
_calum_ said:
I just saw this post:
Still got a link restriction
Haven't had a chance to play yet... get on to it over the weekend.
Click to expand...
Click to collapse
Thanks for this. Worked like a charm!
Gonna have a look in all that xml. Hopefully I'll be able to find out where it is.
My_Immortal said:
Well, if it's just for a wallpaper, it's not that bad...
Besides changing the Launcher.apk is much more of a pita.
You have to extract it with ie: WinZip, then find the pictures (in the folder res/drawable), replace them with pictures of the exact same size and type then put the contents back in the apk, then, push it using adb on your mobile. That's kind of a hassle, huh?
Anyway, there is also the Flikie Wallpapers app, which once installed it pops up as an option when you want to change wallpaper, but I don't think it lets you use local files.
Maybe JustPictures! lets you use your local files, but haven't tried it.
(It always impresses me how much people hate Mediascape!
I am not a fan either, but it does not bother me that much!! )
Click to expand...
Click to collapse
Any idea if the two suggested apps worked to change wallpapers ALL OVER Xperia X10?
telmoabff said:
Any idea if the two suggested apps worked to change wallpapers ALL OVER Xperia X10?
Click to expand...
Click to collapse
So far I have found only 2 applications on the market to do this.
1. Wallpaper Plus- $1.99
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
2. Wallr- Free
Wallpaper plus is more customizable. And Wallr is only allowed to pick any wallpaper in a specific folder randomly. try it out.
My next phone is the Optimus 2x Speed.
So I wanna see, how the framework looks.
It's so cool, that I wanna share it with you!!!
It's the complete design of the LG framework. Download some apps, so it looks similar to the LG Beauty.
Installation and Downloads
This is a Metamorph Theme. You have to install Metamorph (or better: Metamorph Pro) from the market. Copy the following files to your SD Card in the folder "AndroidThemes"
If you have problems
Check following
1. Have you downloaded the correct files for your ROM?
2. Have you debugging enabled in the Android Menu?
3. Install "Titanium Backup" start it and hit the "Problems?" Button, then it installs a correct busybox version. This is required!!!
4. In Metamorph, press Menu, and play with the applying speed. Choose a speed above 4200!
5. Never check the "Disable startup checks" in Metamorphs settings
6. Never, never, never rename the zipfile. If you do this, you become error messages like "Theme Control File Missing"
Click to expand...
Click to collapse
Download
Morph Theme
This contains:
- Analog Clock Widget
- Live Wallpaper Bubbles
- Live Wallpaper Christmas Snow
- Live Wallpaper Fireworks
- LG Memo App
- LG Memo Widget
- Homescreen Widget Weather/Clock (called Today Briefing Widget)
- Homescreen Widget Weather/Clock (called signed Today Briefing Widget)
- Folder "Ringtones" with all LG Optimus Speed Ringtones
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If you wanna have more LG Optimus 2x Speed Feeling, here is everything in one zip file.
- Ringtones
- Livewallpapers
- Widgets
- Wallpaper
Download
http://www.multiupload.com/L63ZB16X2X
Thanks to mobiflip.de
Pictures and Downloads are from there to explain my theme!!
Look at www.mobiflip.de
www.handy-faq.de
What rom is this for? Looks nice
Every, except MIUI.
But please please make a nandroid before.
(Or simply rollback your rom) if it doesn't work.
I hope, we could have some reports.
Greetz, Formel-LMS using tapatalk
works with CM7?
Häh?
What have I written just above your posting? Same answer here.
Greetz, Formel-LMS using tapatalk
this looks amazing! did you really theme the pulldown toggle buttons and all successfully too?
now i'm tempted to dump MIUI and the issues I have with it and give CM7 a try with this morph. hmm but i'll miss the smooth overscrolling bounce effect... decisions, decisions!
Try my MIUI. (Look into my signature)
The widgets in the pulldown are not possible, sorry. It's an LG feature not coded in Nexus framework.
But there is a widget in the market which can do this. It's called widgetsoid.
Greetz, Formel-LMS using tapatalk
So much feedback?
Great.... thanks.... for nothing.
Has noone of the downloaders the possibility to give feedback on which rom it works good or not?
The fun on making themes and roms is becoming fewer and fewer.
The XDA community was much better for months.
Could you do a version for Nexus S?
A friend of me will test this these evening on Nexus S.
Formel-LMS said:
So much feedback?
Great.... thanks.... for nothing.
Has noone of the downloaders the possibility to give feedback on which rom it works good or not?
The fun on making themes and roms is becoming fewer and fewer.
The XDA community was much better for months.
Click to expand...
Click to collapse
Thanks for the effort! I haven't yet tried it, but you did lead me to widgetsoid
I'm thinking that this forum has gone dormant because most people have either moved onto other phones or are just busy waiting for official GB.
Any change you will port this theme to nexus s? That would be so nice, and i will like to buy you a beer for your work, if you port it to nexus s.
Sent from my Nexus S using Tapatalk
Ok. Let's try. But tomorrow.
Greetz, Formel-LMS using tapatalk
Formel-LMS said:
Ok. Let's try. But tomorrow.
Greetz, Formel-LMS using tapatalk
Click to expand...
Click to collapse
Thats ok, no hurry! And thank you so much for trying
Sent from my Nexus S using Tapatalk
Can you make a link to the LWP can be installed manually?
Is there a way to move apps/lwps to the SD card and still have them work? Whenever I move the wallpapers to the SD card they no longer work and some apps are not allowed to be moved to the sd card.
The LWP are in the second zip file.
They can't install on sd.
Greetz, Formel-LMS using tapatalk
sorry to ask but i really like the weather clock, does it include in 2nd zip file, flash to install or use metamorph? thanks
Wondering if this will work on my MT4G running CM7 nightlies..
chrisvuong said:
sorry to ask but i really like the weather clock, does it include in 2nd zip file, flash to install or use metamorph? thanks
Click to expand...
Click to collapse
Yes, in the second file is everything except the Metamorph Theme. Download it and unzip it.
Then you have the apk, which you can install manually via explorer App.
G1-evolve said:
Wondering if this will work on my MT4G running CM7 nightlies..
Click to expand...
Click to collapse
Try Nandroid backup and go for it! But please report.
We hva over 100 downloads, but no reports. I'm thinking about takin it down and use my stuff myself.
Thanks alot, i've found it..Analog clock iz nice but it doesnt have seconds pointer, only hours and minutes , anyway do you have 3D weather clock in the first page?it's really nice i love it
Here are leaked test versions some of the stock android apps.
List:
Developers Market: http://dl.dropbox.com/u/11611667/Leaked New Android Apps from Developers Market/Vending.apk
Test Version of Gallery: http://dl.dropbox.com/u/11611667/Le...Developers Market/com.android.gallery3d-1.apk
"Live Cubes": http://dl.dropbox.com/u/11611667/Le...ers Market/com.avenhaus.android.livecubes.apk
Test Version of Camera: http://dl.dropbox.com/u/11611667/Le...lopers Market/com.google.android.camera-1.apk
Test Version of Desk Clock: http://dl.dropbox.com/u/11611667/Le...ers Market/com.google.android.deskclock-1.apk
Test Version of Music (it looks like an updated version of the honeycomb player): http://dl.dropbox.com/u/11611667/Le...evelopers Market/com.google.android.music.apk
You should know how to install these, if you don't then you shouldn't be downloading them in the first place.
CREDIT: http://is.gd/eVnXbq
I saw these on another website, can't remember which. They said that most of the apps install, but don't run. Can you confirm this?
SwiftLegend said:
I saw these on another website, can't remember which. They said that most of the apps install, but don't run. Can you confirm this?
Click to expand...
Click to collapse
If you delete the current versions (preferably making a backup first, the three that won't install/FC (Gallery, Desk Clock, Test Market) they should work.
Cubes live wallpaper works on cm7 rc4 nook color, but its nothing special at all. Just a rotating 3d cube. Reminds me of the 80s.
Actually the file installed 2 identical wallpapers. The second has settings but it force closes when I select settings.
The test version of Market is 2.2.11 that was released 2 months ago. It'll automatic update to v2.3.4 when you run the app.
nope, none of those work besides Music, idk about the market wont even try.
It was on AndroidCentral or something
Music works great, i love the new UI, but they ssaid none of the others will work right now
You need to move camera and gallery to system/app and give them all permissions on use root explorer to do this nothing knew about it except the camera records in 480p. Also the gallery loads faster.
Sent from my HTC Glacier using XDA Premium App
You should know how to install these, if you don't then you shouldn't be downloading them in the first place.
And how might one learn when negative statements like this are posted? At some point you didn't know how to do this as well. I come to these forums to learn new things and I try my best to pass those lessons, tips and tricks on and teach as best as I can. Isn't that what every XDA member should aspire to?
bmstrong said:
You should know how to install these, if you don't then you shouldn't be downloading them in the first place.
And how might one learn when negative statements like this are posted? At some point you didn't know how to do this as well. I come to these forums to learn new things and I try my best to pass those lessons, tips and tricks on and teach as best as I can. Isn't that what every XDA member should aspire to?
Click to expand...
Click to collapse
These are test versions. They're not meant for people who do not know what they're doing.
------------------------------------------------
Also, guys. Camera does work. I would not recommend trying the market because once you try to put your old market back, it will just FC when you try to install or update things.
Do I need to be on 2.3 to try the music app?
Gallery doesnt work on Desire HD MIUI
Can someone upload pictures of these apps? I have the music player, but I'm not too interested in a new market, camera or gallery(QuickPic is my favorite so far, so if the new Gallery opens up as fast as QuickPic, then I'll change). I'd still like to see what they look like though. Are they all Honeycomb-themed like the music player?
Camera not working Samsung galaxy 3 i5800
This new camera.apk is not working for me :-(
NikolaiT said:
These are test versions. They're not meant for people who do not know what they're doing.
------------------------------------------------
Also, guys. Camera does work. I would not recommend trying the market because once you try to put your old market back, it will just FC when you try to install or update things.
Click to expand...
Click to collapse
Again...This forum really is the place for developers and 'hackers'. The idea is to "Learn" how to do these things, not get told "Don't do it if you weren't born with the inate ability to do it"
devolve said:
Again...This forum really is the place for developers and 'hackers'. The idea is to "Learn" how to do these things, not get told "Don't do it if you weren't born with the inate ability to do it"
Click to expand...
Click to collapse
im pretty sure the implication was to use the many tools and walk thrus on other posts for installing system apps and not asking in this thread how to do it step by step, theres tons of useful tools on this forum just take the time to research it and understand how things work and teach yourself
I'd like to see the gallery too, never really understood the whole 3d gallery UI...
I tried most of them and they work but gallery doesnt open and asks for force close. I like the cube though....
Gallery and camera don't work on Nexus S or Archos 70IT. Shame, music app works on both.
On the music 3.0 app I can't sync/login to my Google account, whenever I select 'Google Account' I just get a screen that doesn't load anything, any ideas?
Sent from my G2 using XDA App
TheMan42 said:
On the music 3.0 app I can't sync/login to my Google account, whenever I select 'Google Account' I just get a screen that doesn't load anything, any ideas?
Sent from my G2 using XDA App
Click to expand...
Click to collapse
Same problem on my x10mini with CM7...
Can confirm new Market (2.3.4), Music app & Camera app working on x10mini CM7 gigglebread (by Owain94)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
gallery FC...
EDIT: Got the Live Cubes installed... awesome ****! - but whenever I want to change the cubes settings the Live Wallpaper Picker FC's...
EDIT2: Now I got the DeskClock widget working - had to install it to the phone - not on the sdcard - but hitting the app-icon in the drawer i get a FC... so no config possibilities
EDIT3: Found a possible reasing for the Gallery-app not working on x10mini - the manifest.xml doesn't allow LDPI :/ I can't get smali/baksmali working, so I can't do the fixing my self... If I provide a dev with LDPI png's would a they mind decompiling the app, editing the manifest.xml and recompiling it into to apps? On with LDPI png's and one without LDPI png's.