I was digging around the 7.1.1 Dev Preview and I found two previous Android Easter Eggs in SystemUI. Dessert Case (KitKat) and Marshmallow Land (Marshmallow). It is incredibly easy to access them. Just run the following commands:
For Dessert Case:
Code:
adb shell am start -n com.android.systemui/.com.android.systemui.DessertCase
For Marshmallow Land:
Code:
adb shell am start -n com.android.systemui/.com.android.systemui.egg.MLandActivity
If anyone with previous versions of Android finds them, tell me to update the thread.
since you mention it. WTF is the easter egg on 7.0 I get the N on the screen and if i click the screen sometimes a small cats head appears and click again and the red circle with line in it shows up in place of the cat...is it activating something that im missing??
Not working
Starting: Intent { cmp=com.android.systemui/.com.android.systemui.DessertCase }
Error type 3
Error: Activity class {com.android.systemui/com.android.systemui.com.android.systemui.DessertCase} does not exist.
Starting: Intent { cmp=com.android.systemui/.com.android.systemui.egg.MLandActivity }
Error type 3
Error: Activity class {com.android.systemui/com.android.systemui.com.android.systemui.egg.MLandActivity} does not exist.
Even with LP it was there, anyways use this app
https://play.google.com/store/apps/details?id=com.sika524.android.quickshortcut
You will find it under SystemUI
There's one extra dot after the slash that should'nt be there. The correct command is:
adb shell am start -n com.android.systemui/com.android.systemui.DessertCase
r1nstang said:
since you mention it. WTF is the easter egg on 7.0 I get the N on the screen and if i click the screen sometimes a small cats head appears and click again and the red circle with line in it shows up in place of the cat...is it activating something that im missing??
Click to expand...
Click to collapse
It adds a cat hunting tile to add to quick tiles. You put out food and random cats appear.
r1nstang said:
since you mention it. WTF is the easter egg on 7.0 I get the N on the screen and if i click the screen sometimes a small cats head appears and click again and the red circle with line in it shows up in place of the cat...is it activating something that im missing??
Click to expand...
Click to collapse
It's a pokemon type cat catching game where you put food in a quick tile and cats show up after a while.
Donjuanal said:
It adds a cat hunting tile to add to quick tiles. You put out food and random cats appear.
Click to expand...
Click to collapse
Batfink33 said:
It's a pokemon type cat catching game where you put food in a quick tile and cats show up after a while.
Click to expand...
Click to collapse
http://forum.xda-developers.com/nexus-6p/general/nougat-easter-egg-how-cats-caught-t3490827
Related
Enter an all-new world of Zuma where evil tiki bosses rule the land. Tame the jungle by firing stone spheres to make matches and destroy the deadly stream of balls. Then take on tiki boss battles and guide your agile amphibian to victory!
The object was an elaboration on the classic match-three puzzler. You control a frog that resides in the middle of the screen as a train of multi-colored orbs chugs along around you. If the orbs reach their destination, you lose, so you must stop that from happening. You do so by shooting orbs out of your mouth and making matches in the chain. Keep making matches until they're all gone and you beat the level.
1.1 Fix the Level 50 can not pass problem.
1.2 Fix some device running slow
1.3 Fix some device can not save problem.
2.0 Fix save bug, all level can save!
Thanks
Multam fain.
This is wat i was looking for... Thank you
-Update v2.12-
Changelog
1. Black Screen is Fixed
2. I Make it to Run on Newest Android Versions, without the Popup when Launch the Game.
-Enjoy!
Atanassoww said:
-Update v2.12-
Changelog
1. Black Screen is Fixed
2. I Make it to Run on Newest Android Versions, without the Popup when Launch the Game.
-Enjoy!
Click to expand...
Click to collapse
Is it possible to launch on Android 4.2.2 devices?
themercenary333 said:
Is it possible to launch on Android 4.2.2 devices?
Click to expand...
Click to collapse
Yes
Atanassoww said:
Yes
Click to expand...
Click to collapse
It is not installed on the 4.2.2 device. I have checked on VirusTotal. The minimum SDK version is 23. Could you fix that?
VirusTotal
VirusTotal
www.virustotal.com
themercenary333 said:
It is not installed on the 4.2.2 device. I have checked on VirusTotal. The minimum SDK version is 23. Could you fix that?
VirusTotal
VirusTotal
www.virustotal.com
Click to expand...
Click to collapse
Try now:
Thanks. I wish it was as beautiful as the HD version on the iPhone. It seems like the FPS is low on Android. Is it possible to mod it graphically?
Hello,
I am working on an option to allow us to change the grey task bar color when ToucWiz is installed.
Thanks! This is badly needed as its an eye sore. Now if I could only dump the Samsung email program and get back to the AOSP version Id be a happy guy running Touch Wiz.
This should be in themes.
Sent from my GT-P7510 using XDA Premium App
Some help: change colour of these pngs:
traybar_bg.9.png
traybar_handler_normal.png
in:
\system\app\SystemUI.apk\res\drawable-xlarge-mdpi\
Be careful tho, the traybar_bg9 is a .9.png
Lights out mode:
Code:
View v = findViewById(R.id.view_id);
v.setSystemUiVisibility(View.STATUS_BAR_HIDDEN);
But it may be to much for you
Excuse me, I have the SDK open right now and Im working on it.
DocRambone said:
Some help: change colour of these pngs:
traybar_bg.9.png
traybar_handler_normal.png
in:
\system\app\SystemUI.apk\res\drawable-xlarge-mdpi\
Be careful tho, the traybar_bg9 is a .9.png
Lights out mode:
Code:
View v = findViewById(R.id.view_id);
v.setSystemUiVisibility(View.STATUS_BAR_HIDDEN);
But it may be to much for you
Click to expand...
Click to collapse
Thank you, those are the lines of code I was looking for to have the taskbar change color state to black when watching a movie ect.
any progress? i can't wait to get it back to black...
Can you give us an update on your progress?
There will be no update from this troll. Read some of his other forums. He doesn't know what he is talking about. There are only a handful of devs who I would listen to when rooting. Doc being one of them. Make sure you know you can trust the source before moving files around.
Sent from xda premium app
5thElement said:
Hello,
I am working on an option to allow us to change the grey task bar color when ToucWiz is installed.
Click to expand...
Click to collapse
Update on your project?
this one should be closed
Anyone tried to install the tungsten led service apk from the factory images? I tried I got this error: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE
Anyone have an ide how to install this apk? I guess it a system apk so I might have to install it in /system/app. I will try some more tonight. It would be nice to have booth the visualizer service and the volume (TungstenLEDService) displayed on the led ring. If anyone tries to install TungstenLEDSerive.apk and/or Visualizer.apk please post your results
will try with
Code:
adb push TungstenLEDService.apk /system/app
tonight when Im back from work. I post my findings here.
from http://bliny.net/blog/post/Nexus-Q-LED-Applications.aspx
Code:
Priority Application Description
0 / 100 TungstenLEDService Master volume. Uses 100 to override everything when volume is changing and switches to 0 otherwise.
5 Visualizer Displays theme-based animations.
10 NetworkLedController Network status indication.
20 HubBroker Bluetooth Pairing portion of the @home broker.
25 HubBroker NFC handler.
I did this to install the apk.
enable root over adb on developer settings
adb push TungstenLEDService.apk /sdcard/
adb shell
su
mount -o rw,remount -t ext4 /system
cp /sdcard/TungstenLEDService.apk /system/app/
set permission with filemanager
got error:
Package com.google.tungsten.ledservice has no signatures that match those in shared user android.uid.system; ignoring!
any ideas what to do? Do I need to resign tha apk with cm11 shared user android.uid.system? Where do I get that key?
Agreed this feature should be restored.. Wish I could help..but I also tried this and couldn't get packages to install or work
Sent from my Nexus 5
I'd love to take a poke at this, but I unfortunately don't have a copy of the apk kicking around. Any ideas on locating it or did I miss my chance when I wiped it?
mcsaucy said:
I'd love to take a poke at this, but I unfortunately don't have a copy of the apk kicking around. Any ideas on locating it or did I miss my chance when I wiped it?
Click to expand...
Click to collapse
You can dump it from the Nexus Q System image at https://developers.google.com/android/nexus/images
Bounty
I think this is going to require the help of very smart people to get this working in 4.4 I want this back too as I bought a Q on ebay. It may have to be built from the ground up, with someone discovering the hooks in the old system image. I would think a toggle app would work best, where it could be turned on or off so it could work with any music player or video app.
I'm willing to pitch $15 to someone who figures this out.
What did the LEDs do?
Out of curiosity, what sort of functionality are you asking for from the LEDs?
Some folks, myself included, have never used the stock ROM, so are unfamiliar with what the LEDs used to do out of the box. Was it more like a normal Android LED (used principally for silent notifications), or did they do something else like dance in time to the music?
DA6030 said:
Out of curiosity, what sort of functionality are you asking for from the LEDs?
Some folks, myself included, have never used the stock ROM, so are unfamiliar with what the LEDs used to do out of the box. Was it more like a normal Android LED (used principally for silent notifications), or did they do something else like dance in time to the music?
Click to expand...
Click to collapse
Yes, the lights moved and alternate with the beat of the music like a visual equalizer. You can probably find videos of it in action on YouTube
Aha! Cool! Any idea what the LEDs do now by default? I notice using Moose0704's unofficial CM11 it is generally neon blue, but sometimes pale yellow (only when daydreaming). Perhaps related to CPU usage?
DA6030 said:
Aha! Cool! Any idea what the LEDs do now by default? I notice using Moose0704's unofficial CM11 it is generally neon blue, but sometimes pale yellow (only when daydreaming). Perhaps related to CPU usage?
Click to expand...
Click to collapse
LED do nothing now with the roms that let us use it as a regular android device. I want it to detect audio is coming out of the device and move the LED lights accordingly, when either music or a video is playing. Blue is the standby color when the device is waiting for something to happen. Yellow (or maybe it was orange) was (on the original stock rom) for not being able to connect to wifi.
Updated TungstenLEDService.apk in Lollipop ADT-1 ROM
Did anyone notice that the latest OTA update for the ADT-1 (build LPX13D) has a new TungstenLEDService.apk?
Grab the ADT-1 OTA zip from http://android.clients.google.com/p...a.signed-molly-LPX13D-from-LPW39.92b93576.zip
Source: http://gtvhacker.com/index.php/ADT-1_Android_TV#Updates
DA6030 said:
Did anyone notice that the latest OTA update for the ADT-1 (build LPX13D) has a new TungstenLEDService.apk?
Grab the ADT-1 OTA zip from http://android.clients.google.com/p...a.signed-molly-LPX13D-from-LPW39.92b93576.zip
Source: http://gtvhacker.com/index.php/ADT-1_Android_TV#Updates
Click to expand...
Click to collapse
This is very interesting. Hopefully this can be ported. I can only hope that lollipop on our nexus Q + this apk + music playing from google music casting to the Q = leds working?
NOTE: ALPHA PHASE HAS FINISHED.
If anyone wants to continue using this app which is going to be pro only for the moment, contact me (tg group and channel)
THIS PROJECT IS BEING UPDATED AND SUPPORTED AND I DON'T PLAN TO ABANDON IT.
If you ever wanted to have a working status bar in the second screen in a stock ROM, this is the thread you were looking for.
I have coded a widget for the second screen that replaces what the stock status bar does (and even more perhaps).
It has been months of coding.
As always, you have to install the app and open second screen settings and enable the widget.
If you want to hide the status bar, there are several ways. I do it using an xposed app to change status bar height. If you don't want to use xposed, you will have to go the long way of modding system. I may do it some day when I finish coding but there is a lot of stuff in my to-do list.
Don't forget to use the settings option to set some of the available features in this release.
If you find any bugs, I will need a log (logcat) with both log settings enabled. I will try to fix any bugs.
Check the attached screenshots!
Telegram Support Group:
http://t.me/sssb_v20
NOTE: ALPHA PHASE HAS FINISHED.
Thanks for the app, but it won't install on my V20 (F800K, Oreo 8.0).
It shows "App not installed" at the end of the APK install.
mattbrian said:
Thanks for the app, but it won't install on my V20 (F800K, Oreo 8.0).
It shows "App not installed" at the end of the APK install.
Click to expand...
Click to collapse
Haven't been tested on the F800K but pm me and I'll try to build something for you
On ls997 7.0. Colors are not changing as set, even after reboots
Have you tried using "adb shell wm overscan" to hide the status bar?
Eg.
wm overscan 0,-100,0,0
Mysticblaze347 said:
On ls997 7.0. Colors are not changing as set, even after reboots
Click to expand...
Click to collapse
[PRO] settings are paid only. PM if you want to get it
MishaalRahman said:
Have you tried using "adb shell wm overscan" to hide the status bar?
Eg.
wm overscan 0,-100,0,0
Click to expand...
Click to collapse
I have not been trying much how to hide the status bar as I need time to code the app but afaik that can't be done because it will mess full screen apps (and maybe the notifications pull down because it's not drawn below the status bar but over it). Let me know if I'm wrong or if you know how to make it work correctly. Thanks
If you use any app that changes its notification icon, like a battery meter app, speedmeter app, weather app, etc, you will see the icon does not get updated. This is because I tried to optimize everything as much as possible so the app is coded to get the icon just once. The PRO version, if it ever gets to be released (depending on the interest of the users), will have some code to handle those apps which very little battery drain (which actually depends on how buggy or optimized is the notification posting from the app).
In the tg channel there is a video showing it.
@Daved+ tested works fine, thanks for this. I'm glad that it doesn't go away suddenly like previous solutions. I'm interested in buying pro version, jus need to figure out a way to disable the status bar without going the Xposed way. Tried Nova launcher hide option, it takes away the second screen as well, so no luck yet.
Edit: quote op correctly
Working great on my unlocked US996.
Would love to have single line height rather than stacked. Too cluttered with two lines of icons for my taste.
Thanks!
nkirk said:
@Daved+ tested works fine, thanks for this. I'm glad that it doesn't go away suddenly like previous solutions. I'm interested in buying pro version, jus need to figure out a way to disable the status bar without going the Xposed way. Tried Nova launcher hide option, it takes away the second screen as well, so no luck yet.
Edit: quote op correctly
Click to expand...
Click to collapse
AFAIK you have to patch system to change the height of the status bar (you have to use apktool to decompile and compile).
Join the group on tg if you can for further discussion
nickthaskater said:
Working great on my unlocked US996.
Would love to have single line height rather than stacked. Too cluttered with two lines of icons for my taste.
Thanks!
Click to expand...
Click to collapse
Great to hear it works in different models. I can do other layouts, I have several ideas, this one was to use the second screen as much as possible to make the screen look bigger so no empty spaces in the corners. If you want, let me know your ideas, but I also need support to continue development.
I don't seem to be getting all of my notifications. Things like facebook messenger dont show up.
Spelling mistake on : Only show top 6,Hide headphones if HIFI is on.
How much is paid version?
dayto123 said:
I don't seem to be getting all of my notifications. Things like facebook messenger dont show up.
Spelling mistake on : Only show top 6,Hide headphones if HIFI is on.
How much is paid version?
Click to expand...
Click to collapse
If you are having any problems with notifications, contact me thru pm or three dot menu in the app. Also please do the same for the paid version.
For those who wanted just a single line of notifications
Daved+ said:
For those who wanted just a single line of notifications
Click to expand...
Click to collapse
Aaaaaaannnnd paid.
Daved+ said:
For those who wanted just a single line of notifications
Click to expand...
Click to collapse
How do I get this? I installed the apk in the OP, but I don't see this option. Under the "notifications" section, it has "Show" and then "Only show top 6".
nickthaskater said:
Aaaaaaannnnd paid.
Click to expand...
Click to collapse
How much is the paid version?
xerostatus said:
How do I get this? I installed the apk in the OP, but I don't see this option. Under the "notifications" section, it has "Show" and then "Only show top 6".
Click to expand...
Click to collapse
It's a feature I coded after the alpha I published here.
baldybill said:
How much is the paid version?
Click to expand...
Click to collapse
I still don't have a number as I don't know how many people will buy it but for the moment you can donate and get the beta pro version.
Think there's a way to replace the default screen Date & Time Screen-Off Widget with yours when the main screen is off?
In the past, I have resorted to using battery percentage apps to get realtime charge levels during screen-off. I'd love to streamline that, using your app; which clearly has the potential to replace the default widgets.
any one able to install new Pixel 4 Styles & Wallpapers theme which changes font, icon design for the quick settings menu/status bar, and accent colors
kratozzumar said:
any one able to install new Pixel 4 Styles & Wallpapers theme which changes font, icon design for the quick settings menu/status bar, and accent colors
Click to expand...
Click to collapse
Took me a while to remember where we had the conversation, but it was here starting at post 47. https://forum.xda-developers.com/pixel-3-xl/how-to/impromptu-update-t3971761/page5. The last post (mine) links a better step by step. https://9to5google.com/2019/09/27/download-google-pixel-themes/
sliding_billy said:
Took me a while to remember where we had the conversation, but it was here starting at post 47. https://forum.xda-developers.com/pixel-3-xl/how-to/impromptu-update-t3971761/page5. The last post (mine) links a better step by step. https://9to5google.com/2019/09/27/download-google-pixel-themes/
Click to expand...
Click to collapse
Any luck on the getting lockscreen clocks yet?
Zehlek said:
Any luck on the getting lockscreen clocks yet?
Click to expand...
Click to collapse
Didn't even try since the amount of things that could be edited was very limited. Getting the font on lock screen, but that's it.
ADB command
sliding_billy said:
Took me a while to remember where we had the conversation, but it was here starting at post 47. https://forum.xda-developers.com/pixel-3-xl/how-to/impromptu-update-t3971761/page5. The last post (mine) links a better step by step. https://9to5google.com/2019/09/27/download-google-pixel-themes/
Click to expand...
Click to collapse
ADB command is working for you?
adb shell pm grant com.google.android.apps.wallpaper android.permission.WRITE_SECURE_SETTINGS
im getting errors saying denied.
kratozzumar said:
ADB command is working for you?
adb shell pm grant com.google.android.apps.wallpaper android.permission.WRITE_SECURE_SETTINGS
im getting errors saying denied.
Click to expand...
Click to collapse
I did use the adb command from phone connected to PC using a command prompt window. Make sure to cut and paste since there are ADB commands that are case sensitive. Of course make sure to check adb devices that your connection is OK.
Too bad that there is no red color for the theme icon color
Zehlek said:
Any luck on the getting lockscreen clocks yet?
Click to expand...
Click to collapse
How did you manage to get them working? I've tried the linked post, I get fc when I tap on styles adn theres no clock option!
iAMv7 said:
How did you manage to get them working? I've tried the linked post, I get fc when I tap on styles adn theres no clock option!
Click to expand...
Click to collapse
It's still not available
iAMv7 said:
How did you manage to get them working? I've tried the linked post, I get fc when I tap on styles adn theres no clock option!
Click to expand...
Click to collapse
Clocks will not work on stock until Google decides to release to older pixels. It only is on custom roms