There's a LOL-cat hidden in Oobe.apk. The original filename is nook_icon_i_can_haz.png:
{
"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"
}
Click to expand...
Click to collapse
Among the default Terms & Conditions, there's this gem (also in Oobe.apk):
ncCheckboxAdd("OPTIONAL_PUBBLES", "Yes, I love to receive marketing emails! Count me in. Let's do it. I'm a huge fan of this stuff. Really.", false);
Click to expand...
Click to collapse
The missing Bronte sister? Discovered in QuickStartActivity.apk:
Click to expand...
Click to collapse
The following message can be found in the bootloader (u-boot.bin):
% strings u-boot.bin | fgrep here
How did we get here %s %d ?
Click to expand...
Click to collapse
Don't know how to get "there," so don't ask.
Other than that, there are some typos, such as this one in DownloadProvider.apk:
.field public static final ACTION_READ_ENQUEUE:Ljava/lang/String; = "com.android.providers.dowloads.ENQUEUE_DOWNLOAD"
Click to expand...
Click to collapse
or this one in framework.jar:
.field public static final MY_FIELS:Ljava/lang/String; = "My Files"
Click to expand...
Click to collapse
If you know anything else, please share.
Related
I hope it's not a re-post. I've searched this topic but nothing come up.
It is a combination of myHTC and S2U2.
However, it saves your device a lot of storage space.
IT IS A 14-DAY TRAIL VERSION
information source:http://www.mobile01.com/topicdetail.php?f=129&t=468752&last=4958224
Screenshot: http://blog.yam.com/Mark5347/article/13019218
{
"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"
}
Youtube video: http://www.youtube.com/watch?v=2wVqdqIsCRI
Last, I do the transition work only.
too simple. didn't like it when i used it.
There's actually a 1.2 version out now.
meccax5 said:
too simple. didn't like it when i used it.
Click to expand...
Click to collapse
It's a little old, there's already a 1.2 out.
I'm sorry..
I'm so out-dated and old- fashioned..
Yes propably too simple
meccax5 said:
too simple. didn't like it when i used it.
Click to expand...
Click to collapse
The UI works fast and that´s good, but in the other hand is too simple that doesn´t allow any customization.... too bad!
i've seen posts before
but yeah i think it does allow for customization, somewhat.. no one has even put any effort into it tho so pretty sure no one here has any clue of it's potentials.
I saw this years ago and back then it was WTFOMGBBQ. but now it should be easy to make on the android platform, am i wrong?
i can't insert external links, so you can Google Shoogle (i sound like a toddler)
yea.. type shoogle and hit videos. first link
I want this app so bad!!!!!!!!!!
could you imagine; you're jogging.... whats this?!?! my pocket is full of change?!?! Oh no.. it was just a text msg.
ster1357 said:
I saw this years ago and back then it was WTFOMGBBQ. but now it should be easy to make on the android platform, am i wrong?
i can't insert external links, so you can Google Shoogle (i sound like a toddler)
yea.. type shoogle and hit videos. first link
I want this app so bad!!!!!!!!!!
could you imagine; you're jogging.... whats this?!?! my pocket is full of change?!?! Oh no.. it was just a text msg.
Click to expand...
Click to collapse
{
"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"
}
Paul22000 said:
Click to expand...
Click to collapse
Q. What does a 300 pound canary say?
A. <deep voice> Heeeere, kitty kitty kitty...
This is another one of my favorite internet pictures. =D
Hello,
I've reading the topic About Avoid Creating Objects in Designing for performance for android and says:
When extracting strings from a set of input data, try to return a substring of the original data, instead of creating a copy. You will create a new String object, but it will share the char[] with the data.
I don't understand it. Maybe I have to get a book of java, jeje.
Well, it's difficult to find information about this paragraph.
Could you write an example or explain it?
Thank you.
How I understand your quote, it works like show in this image:
{
"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"
}
The above method is the suggested one. Here the returned substring of the original string still points internally to the original char[] array so there is no memory wasted.
In the second method a (shortened) copy of the original string is made, so you are wasting (in this example) 6 more bytes of memory.
Thank you.
Now I understand. In the better option you reuse the same array. So there is no need to create a new object.
B.A.C V1.0
Bash Android Control
By x942
B.A.C is a set of Shell Scripts for Bash that allow you to easily execute commands over adb.
Click to expand...
Click to collapse
Features:
Make calls and Send SMS over ADB (Good for testing)
Enter Recovery and Bootloader
Dump Logcat and Dmesg to txt file
Open Web Page over ADB (Good for testing again)
Mount R/W
Click to expand...
Click to collapse
Screen Shots:
Click to expand...
Click to collapse
{
"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"
}
View attachment 1815958
Info
Click to expand...
Click to collapse
These are the scripts I use to speed up developing apps and ROMs. I find they come in handy so I don't have to touch the phone to make calls, sms, launch a website, reboot recovery, etc. etc. I am posting these scripts in hope the help others as well.
Download:
View attachment BAC.tar.gz
Click to expand...
Click to collapse
Anyone know where I can find a humphrey bogart wallpaper for my s4 that looks high def? Also, any other old movie wallpapers are appreciated.
douggiephresh said:
Anyone know where I can find a humphrey bogart wallpaper for my s4 that looks high def? Also, any other old movie wallpapers are appreciated.
Click to expand...
Click to collapse
http://galaxynote3wallpaper.com/wal... Bacall/Humphrey-Bogart-and-Lauren-Bacall.jpg
Just use google images & specify size/content 1080 x 1920
Lookitfast said:
http://galaxynote3wallpaper.com/wal... Bacall/Humphrey-Bogart-and-Lauren-Bacall.jpg
Just use google images & specify size/content 1080 x 1920
Click to expand...
Click to collapse
The image is broken for me
sprhwk said:
The image is broken for me
Click to expand...
Click to collapse
Just right click & save as.
Lookitfast said:
Just right click & save as.
Click to expand...
Click to collapse
that still didn't work. Chrome says "Failed - Server problem." I think the link is broken because of the spaces in the url.
sprhwk said:
that still didn't work. Chrome says "Failed - Server problem." I think the link is broken because of the spaces in the url.
Click to expand...
Click to collapse
{
"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"
}