>
scandiun's Profile
Last Activity: Today 05:57 AM
About Me
Statistics
Total Posts
General Information
Last Activity: Today 05:57 AM
Join Date: 12th July 2010
Referrals: 0
Friends
Showing Friends 1 to 1 of 1
Most Thanked
MOST THANKED POSTS
Thanks Post Summary
14
INFORMATION
This guide is intended to make a full backup of your android phone (the entire memory block with all partitions) or a single partition (including sdcards, etc) directly to your computer, in either
Block level (with dd): for sing...
View...
12
Here I will post the advantages and disadvantages of the two.
Advantages of UMC
UMC works at block level. It means that you access the partition from the operating system like if were local, and you have complete control of it.
With UMC you can...
View...
10
Thank you for your reply.
Applications for example Dropbox, SNS Facebook, Weather, Samsung Push, etc.
When I unninstal them, next do a wipe cache and dalvik, and I do a reboot, applications appear instantly!
What can I do in order to remove them...
View...
10
What is an android adb backup?
An adb backup is a file with ab extension, generated by android's backup manager when we request it via adb shell. This allows you to backup some data of the phone, but is not a replacement of a clockworkmod backup:
...
View...
9
I forgot to mention, but run commands inside android as superuser or may fail (just after adb shell):
adb forward tcp:5555 tcp:5555
adb shell
su
/system/bin/busybox nc -l -p 5555 -e /system/bin/busybox dd if=/dev/block/mmcblk0p12
And greetings f...
View...