CyanogenMod BootAnimation
How to install
adb shell mount -o rw,remount /dev/block/mtdblock3/system
adb push bootanimation.zip /system/media
{
"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"
}
CyanogenMod BootAnimation
http://me-projects.googlecode.com/files/bootanimation.zip
http://www.youtube.com/user/mrjtz100#p/a/u/0/TuUYX8mmE7c
Where's the boot animation link?
all fix now
Looking at the images, it looks like the matrix style text works down properly; however, the cyan logo just sort of bounces around. Haven't installed it, so I might be wrong.
matrix style text works down and the cygen logo is jumping up and down but can fix that
Video for said boot animation incoming, I hopes?
the video is uploading now
pretty damn awesome
you can also push this to: /data/local/bootanimation.zip allowing it to persist after updating or reflashing
instead of pushing it to /system/media/bootanimation.zip
and btw, this one freaking rocks!
rikupw said:
you can also push this to: /data/local/bootanimation.zip allowing it to persist after updating or reflashing
instead of pushing it to /system/media/bootanimation.zip
and btw, this one freaking rocks!
Click to expand...
Click to collapse
Hi mate,
Is that what I think? Patching up the custom boot logo premanently that it won't effect only until a data wipe takes palce?
first step in process failed...please advise
Code:
D:\android\tools>adb shell mount -o rw,remount /dev/block/mtdblock3/system
* daemon not running. starting it now *
* daemon started successfully *
mount: can't find /dev/block/mtdblock3/system in /proc/mounts
nonmindo said:
first step in process failed...please advise
Code:
D:\android\tools>adb shell mount -o rw,remount /dev/block/mtdblock3/system
* daemon not running. starting it now *
* daemon started successfully *
mount: can't find /dev/block/mtdblock3/system in /proc/mounts
Click to expand...
Click to collapse
just type:
adb remount
nice, thanks
I tossed it in /data/local for obvious reasons and it works as advertised.
Very nice.
Is there a backup copy of the original boot animation, so we can revert it back?
deprecate said:
nice, thanks
I tossed it in /data/local for obvious reasons and it works as advertised.
Click to expand...
Click to collapse
Can you please explain the command in terminal?
Thanks ...
//
adb push for it to work
adb remount works just as well and is easier to remember and type.
edit: sorry didn't see it already provided.
Love this boot animation!! Pushed a couple around tonight and this one is my favorite and I will be sticking with it for some time!! Thanks a million!!
Related
Thanks to Harry_m!
The project is hosted on google-codes:
http://code.google.com/p/android-wifi-tether/
(Screenshot available)
http://forum.xda-developers.com/showthread.php?t=486767
Can one of the admins remove my tether sticky and make this thread a sticky...
Thanks
wow...thx to all involved in this -- looks great
Cool little app. Just installed and it works great. Wish there was an easy way to change the SSID.
Remove old
i installed this the other day and this is great.
Works 100% perfect.
the only question is how do i remove the old Tether1.6
I have been looking around but i cant figure out how to uninstall/remove the old setup
Thanks again
Great job. Open source ftw
Awesome ap and well done. Thanks!!!
To echo memphis, will installing this conflict in any way with tether 1.6? Does this overwrite Tether 1.6?
working flawlessly
now, if only T mobile would roll out 3g in my market
q1 2009, my foot
I just deleted tether 1.6 from my sd & installed this tether and it works flawlessly, no conflicts at all.
Awesome. Tethering can't get easier than this.
This is brilliant. Getting the best transfer speeds for any tethering program yet. Getting about 1200kbps over 3g!
yes thats work great man good job
Mine doesnt work
Mine does not work
"Your Phone is currently in an unknown state - try to reboot"
"Configuring iptables...
Could not open socke to kernel:
Operation not permitted
Starting dnsmasq ...
dnsmasq: failed to bind DHCP server socket:
Permission denied
{
"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"
}
Now because I'm a neat freak, I have to ask:
How does one go about "uninstalling" the tetherv1.6 package?
I have to chime in here just to emphasize how amazing this app is. It includes security and it's free! I can't see this app getting any better than it already is!!!
Many thanks to the developer for this amazing app =)
netbums said:
Mine does not work
"Your Phone is currently in an unknown state - try to reboot"
"Configuring iptables...
Could not open socke to kernel:
Operation not permitted
Starting dnsmasq ...
dnsmasq: failed to bind DHCP server socket:
Permission denied
Click to expand...
Click to collapse
Are you using a mod to run application from sd-card? If yes, this might be the problem ...
Take a look here:
http://forum.xda-developers.com/showthread.php?p=3388491#post3388491
and here:
http://forum.xda-developers.com/showthread.php?p=3389170#post3389170
Harry
echoing others, is it necessary to uninstall tether1.6, and if so how? thx
rjlan82 said:
echoing others, is it necessary to uninstall tether1.6, and if so how? thx
Click to expand...
Click to collapse
You can just leave it, or manually delete each of the files...
From a terminal session (adb shell or terminal on the phone) type:
su
rm /data/local/dnsmasq.conf
rm /data/local/dnsmasq.conf-secure
rm /data/local/dnsmasq.leases
rm /data/local/tiwlan.ini
rm /data/local/bin/tether
rm /data/local/bin/iptables
rm /data/local/bin/dnsmasq
There ya go...
works great! thanks
parrothd said:
You can just leave it, or manually delete each of the files...
From a terminal session (adb shell or terminal on the phone) type:
su
rm /data/local/dnsmasq.conf
rm /data/local/dnsmasq.conf-secure
rm /data/local/dnsmasq.leases
rm /data/local/tiwlan.ini
rm /data/local/bin/tether
rm /data/local/bin/iptables
rm /data/local/bin/dnsmasq
There ya go...
Click to expand...
Click to collapse
I still see dnsmasq.pid in that folder. Should I delete? (I also see bin and tmp, don't think those should be deleted correct?)
-----
Nevermind, bin is a folder. Which is now empty. tmp is also an empty folder. The question remains, what to do w/ dnsmasq.pid? It's not hurting anything so far, so I'm not touching.
If you've seen the videos showing the general UI theme of the Droid X, you may have noticed the super svelte red-on-black effect that the Droid X's theme employs. I'd love to port this to Incredible, but I don't know where to start. I think somebody already dumped the contents of the Droid X ROM, right? But then what's a good starting point for changing things inside the Incredible's /system/ folder?
ThugEsquire said:
If you've seen the videos showing the general UI theme of the Droid X, you may have noticed the super svelte red-on-black effect that the Droid X's theme employs. I'd love to port this to Incredible, but I don't know where to start. I think somebody already dumped the contents of the Droid X ROM, right? But then what's a good starting point for changing things inside the Incredible's /system/ folder?
Click to expand...
Click to collapse
I'd love to see this as well!
Droid X Framework File
UPDATED TO FIX TOO DARK OF BUTTONS
This is a quick framework-res.apk file that i pulled from the Droid X. it works on the DInc....
MAKE SURE TO MAKE A NANDROID BACKUP FIRST!!!
THIS WORKS ON MY PHONE AND I AM NOT RESPONSIBLE FOR BREAKING YOUR PHONE
Using adb:
adb push framework-res.apk.droidx /sdcard/framework-res.apk
adb shell
cp /sdcard/framework-res.apk /system/framework/framework-res.apk
exit
adb reboot
and voila
{
"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"
}
http://www.mediafire.com/?c50mxzzzjwr NEW LINK!!! FIXED THE BUTTONS (They were too dark)
If i find the time, i will try and make a full theme from the DroidX dump. FYI, if you guys are familiar with KrazyKrivda and his Dark SE 24k for the Droid, he and I worked hand-in-hand to put that together.
ejlax said:
This is a quick framework-res.apk file that i pulled from the Droid X. it works on the DInc....
MAKE SURE TO MAKE A NANDROID BACKUP FIRST!!!
THIS WORKS ON MY PHONE AND I AM NOT RESPONSIBLE FOR BREAKING YOUR PHONE
Using adb:
adb push framework-res.apk.droidx /sdcard/framework-res.apk
adb shell
cp /sdcard/framework-res.apk /system/framework/framework-res.apk
exit
adb reboot
and voila
http://www.mediafire.com/?lgzjx02nnlt
If i find the time, i will try and make a full theme from the DroidX dump. FYI, if you guys are familiar with KrazyKrivda and his Dark SE 24k for the Droid, he and I worked hand-in-hand to put that together.
Click to expand...
Click to collapse
Has anyone tried this? Results?
760hacker said:
Has anyone tried this? Results?
Click to expand...
Click to collapse
Works well! I like it! Pretty interesting.
do you need to be in recovery to do this or just connect the phone with usb debugging and do the adb push? should the file be in the root of the SD Card?
760hacker said:
do you need to be in recovery to do this or just connect the phone with usb debugging and do the adb push? should the file be in the root of the SD Card?
Click to expand...
Click to collapse
Yes root of sd is fine. Then mount system then adb push does not have to be in recovery.
Not sure if anyone has gotten one of these yet but I have been given one for some work so thought I would share my progress with it.
About
http://www.ippea.com/
{
"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"
}
Table of Contents
How to Root
How to Root
The iPPea comes with busybox built-in into the image. So unlike other devices we don’t have to compile/download busybox and deploy it - full access to all the busybox tools is available by default.
But what makes rooting really easy the iPPea has ro.secure off. This means that a simple adb connection is enough to grant root access - all that we have to do is install a su binary.
Unfortunately, the busybox su requires too much baggage of the traditional Linux system - notably /etc/passwd, /etc/groups and friends to work. Since this is a MIPS system and Superuser.apk is contains an ARM binary, that approach cannot work either. In addition, compiling su-binary from Superuser.apk requires the entire AOSP tree, which is too much work and network bandwidth for us. So, we will use a portable C implementation of su instead.
This step does require you to plug in the iPPea into a computer with ADB, so be prepared to do so. You will also need this prebuilt portable MIPS Android su binary.
Now that you have the ‘su’ binary handy as well as your iPPea detected in adb (adb devices, you may need to chown it to make it visible), here we go:
Code:
adb push su /dev/
adb shell
# now we are on the iPPea
busybox mount -o remount,rw /system
busybox mv /dev/su /system/bin/su
busybox chmod 4755 /system/bin/su
busybox mount -o remount,ro /system
exit
# now we are back to our computer
adb reboot # to reboot
Credits to: Compdigitec
Useful Links + more Info
Here you will find useful links for the ippea and places to find more information
Change log
09/02/2012
Started thread
Added how to root
Hey Guys,
since seeing it in the Jakermeister-Rom (4.2.2) i wanted the Custom SView Wallpapers for myself.
Unfortunately, no one answered my requests on the Forums and on Needrom, so i had to do it myself.
With the help of "CMone" from the german "Android-Hilfe.de"-Forum i managed to find the 3 Files you have to edit for changing the Sview, and made 4 Packages for the Start.
(You are welcome to experience making them on your own. its pretty simple if you know how to do it.
In Settings.apk(/system/priv-app) is the small preview in 225x225 and the picture itself in 720x650.
In SystemUI.apk(/system/priv-app) is the top background in 720x51 (just cut it out from your Picture you want to use).
In SuspendWindow.apk(/system/app) is the Picture itself, thats finally loaded on the SView.
Maybe this helps too, if your not on an Elephone/Sesonne )
The first Packages are only for KitKat! The second one is for Jelly Bean (as mentioned), but its not tested.
Who wants to try? *g*
Installation:
For this you need "adb" installed on your PC, and your device have to be rooted! (for Elephone/Sesonne P8 this works with "Framaroot"(the third Option))
Then you just extract adb (its nothing to install at all), put the 3 Files from my Package in there, start
a command shell (cmd for windows user), and do this:
For KitKat:
Code:
adb remount
adb push SuspendWindow.apk /system/app
adb push Settings.apk /system/priv-app
adb push SystemUI.apk /system/priv-app
adb shell
chmod 644 /system/app/SuspendWindow.apk
chmod 644 /system/priv-app/Settings.apk
chmod 644 /system/priv-app/SystemUI.apk
exit
adb reboot
For Jelly Bean:
Code:
adb remount
adb push SuspendWindow.apk /system/app
adb push Settings.apk /system/app
adb push SystemUI.apk /system/app
adb shell
chmod 644 /system/app/SuspendWindow.apk
chmod 644 /system/app/Settings.apk
chmod 644 /system/app/SystemUI.apk
exit
adb reboot
Now your Device reboots, and you have pushed the Files in the correct Places, set the correct rights,
and after the reboot you could choose your own Wallpaper for SView.
ALL DOWNLOADS AT THE BOTTOM OF THE POST !!!
Package 1 - Creative:
{
"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"
}
Package 2 - Cool:
Package 3 - Creative Girls:
Package 4 - Movie Game:
For all Packages: If you want the Original Wallpapers, send me a PM.
You got 10 Pics you want on your Phone, but not the time an/or knowledge to do it? Send me a PM, i see
what i can do for you.
Downloads for Jelly Bean:
Creative
https://mega.co.nz/#!tQ8jmbqC!nvRAjfg3MozpzPcNEkgAcMapQBzdEjWzGNsTGKns_nI
Cool
https://mega.co.nz/#!JFMRiDTK!L4KhWI6QVjGvqR-lTvVBMUdR0o4t6fuyHrvhvLK5scE
CreativeGirls
https://mega.co.nz/#!Ids1xL5T!Y29tLS9Xm83THvxqoyd8xljUcdVVQfh_GAP3fLab08c
MovieGame
https://mega.co.nz/#!YV0kkT7L!5HP8k9D8Z3VcCJOWr7LqNtCRCIHCxRO2uQHKp6cY54Q
Click to expand...
Click to collapse
Downloads for KitKat before the Update of 11.06.2014:
Creative
https://mega.co.nz/#!xJdVhDbb!zZg2DxpZeHQ3rWrqbRhT3SQNUBJotO1GAr4Z1CFi_D4
Cool
https://mega.co.nz/#!dA0SiT7Z!3Iwa0Uu2pWyDhuYVJtkbDMAtg4jLCCu-lw1GvvK1Fik
CreativeGirls
https://mega.co.nz/#!8QMmzZgJ!PWF2duju93-YNrtIVcaLLPsvpF366aJK5IlPyZAcm9g
MovieGame
https://mega.co.nz/#!RccnHLJT!pdJ54ejSLxD0mjmUBGK0HFoE-VrHfZWnIsQJtHuUt9Y
Click to expand...
Click to collapse
Downloads for KitKat after that:
Creative
https://mega.co.nz/#!FUMlBLLJ!50ZCcZJNr8qA8MrniK7zPWLMxsc8bGwBrIse2gN1yhY
Cool
https://mega.co.nz/#!9JchiSaC!GG6QjfX_3i40BL_DLCQyF-JVKRz3RygPEqdSZN21MIg
CreativeGirls
https://mega.co.nz/#!RBEDjDpJ!XsaOTZbSRtGLA9bqS84p6UStxeOlySiFb0JAg7liePk
MovieGame
https://mega.co.nz/#!9AshWQpS!E_-CdDkeet5TLp2x5e79xMl_xekfn3bi4i18xwvuiDE
Click to expand...
Click to collapse
If there is any reaction to this, im doing more. But for now, that´s all.
Have Fun with it! :mrgreen:
P.S.: it may function on other devices too. If you want to test it, test it on your own risk. Its not that hard to do, but you really should have a backup.
And most important: PM me or at least post it here, let other users know what is possible with their phones!
These are new Downloads for the newest (11.06. !) stable KitKat!
Cool:
https://mega.co.nz/#!QZdiybQJ!fD2cHDHV9Qf2fbdydiLSMofl1CWovTe08P4cbaT9T-8
Creative:
https://mega.co.nz/#!kdtkQLjB!n4VNlKU9AY8cnKpSLXZ7uPtzo2BWaZb9nJ2OTd0PQis
CreativeGirls:
https://mega.co.nz/#!dVFDRLjZ!7ZQ1yYr1Z_AHzCgCd6eTtl3UdiFPcZD-6wTgg7t3aUo
Movie Game:
https://mega.co.nz/#!AVFkzYCb!FlIEPIT2A1fQNYClNZBmX7CGDZBUVTZQq6Z2ewJw2Z0
And for the Summerfeeling, 3 new, hotter ones
Girls:
https://mega.co.nz/#!MVcXEbqA!btbv7nA7OIXZtK7JLb6BlV-gaz2LP3U2jG4KR6hBaVY
SexyGirls:
https://mega.co.nz/#!NAl0mTST!j3YavqzFFVYtDgpdTEOpSkE1pmHGjnXFiwjDUs30I68
Tattooed Girls:
https://mega.co.nz/#!0VF2jDjI!Bd-TsXcEn3ZHmCuThio2oqDbrDtjHg8i4YLXTRnweSw
Have fun with it!
I am ultra noob, so can anyone take a look at the following link for me.
And post a detailed guide.
https://www.pentestpartners.com/security-blog/cracking-android-passwords-a-how-to/
Thanks
P.S. I need this for my own phone and not for illegal stuff.
If your phone's Android is rooted
&
If your phone can get accessed by means of ADB
then
you can open Android's SQLite database named /data/system/locksettings.db via ADB
Code:
adb devices
adb shell
mount -t auto -o rw,remount /data/system
sqlite3 /data/system/locksettings.db
and do the database query as mentioned in the article linked to.
@jwoegerbauer this is what it shows
{
"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"
}
Some things to mention.
1.My phone is locked.
2.By default it goes to USB tethering mode upon connecting to my PC(I changed the setting in DEV mode)
3. It is rooted
4. It has orange fox recovery installed
5. Again I am a noob right now (won't remain that way for too long) and need a tutorial of some kind to do this successfully.
6. I do not know SQL and so how to use it either, and for that matter Hashcat too.
The blog still remains difficult for me.
Thanks again
Line
Code:
mount -t auto -o rw,remount /data/system
should read as
Code:
mount -t auto -o rw,remount /data
Nothing
I see today is not my best day.
This should work
Code:
adb devices
adb shell
su -c 'mount -t auto -o rw,remount /data'
sqlite3 /data/system/locksettings.db
Still not working @jwoegerbauer
Is there any other way such as doing all this in recovery mode or using terminal in orange fox
or adb sidelode or something.
sa1 said:
View attachment 5307221
Click to expand...
Click to collapse
My guess is that your phone 's Android isn't properly rooted.
@jwoegerbauer what does properly rooted mean. All apps that require root works properly.
SubwayChamp said : If you are in Android 10 system can't be mounted the suggested way, you also said that device is locked but is rooted (?). Orange Fox recovery has inbuilt an add-on feature that can do that.
Here : https://forum.xda-developers.com/t/help-thread-ask-any-question-noob-friendly.2257421/post-85003273
sa1 said:
@jwoegerbauer what does properly rooted mean. All apps that require root works properly.
Click to expand...
Click to collapse
It's not interesting here whether apps that require root work or not. In your case it is only important whether SU-binary can be found by the system.
Anyway:
Some newer Android builds require the following additional ADB commands to be run first to disable Android's AVB-lock
Code:
adb root
adb disable-verity
adb reboot
adb wait-for-device
Try this. Then run commands as listed above.
FYI: I no longer participate this thread. Have a nice day.
This is what it shows