[android-developers] Re: Urgent and Alarming battery management problem. Google please do something about it.

2011-03-15 Thread Unrealshade
Can't users just see what uses so much of their battery life by having
a look at the settings 'Battery use' and decide what they want to do
about it (like contacting a developer about it or tweaking the
settings of this app)?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] copy raw data from internal phone storage

2009-08-31 Thread Unrealshade

Hi Android Developers,

I tried to copy my wiped data from my phone, so i have to read raw
data with dd command. I have root and BusyBox v1.14.2 installed, but
when i type:
dd if=/dev/block/mtdblock5 of=/sdcard/testfile
or even just
dd if=/dev/block/mtdblock5
I get:
dd: /dev/block/mtdblock5: Input/output error
Why can't I copy the data? Any help will be greatly appreciated! :)
Thank You

Unrealshade
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: copy raw data from internal phone storage

2009-08-31 Thread Unrealshade

with both dd if=/dev/mtd/mtd5 and dd if=/dev/mtd/mtd5ro
i get dd: /dev/...etc: Invalid argument.

i can worry about using the data later, i just want to copy it for
now... but still can't. do you have more tips?

thank you!


On Aug 31, 6:19 pm, Chris Stratton cs07...@gmail.com wrote:
 You want /dev/mtd/mtd5 or /dev/mtd/mtd5ro  I forget which.  And you
 will  need yaffs tools to do anything with the result as most desktop
 kernels can't mount a yaffs image (get yaffs out of the android git,
 the desktop tools are hiding in its tree).

 More generally you should google for the writeup someone did on
 Android Forensics

 If wipe is to be taken literally you shouldn't find anything... but
 maybe it shouldn't be

 On Aug 31, 11:04 am, Unrealshade sche...@googlemail.com wrote:

  Hi Android Developers,

  I tried to copy my wiped data from my phone, so i have to read raw
  data with dd command. I have root and BusyBox v1.14.2 installed, but
  when i type:
  dd if=/dev/block/mtdblock5 of=/sdcard/testfile
  or even just
  dd if=/dev/block/mtdblock5
  I get:
  dd: /dev/block/mtdblock5: Input/output error
  Why can't I copy the data? Any help will be greatly appreciated! :)
  Thank You

  Unrealshade
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: DD command

2009-07-26 Thread Unrealshade

nah, sorry, don't know anything about this topic... i just hope i find
dd for android. if i do i will write here how i did it, of course.
best luck to you! =)


On Jul 26, 12:04 pm, Francesco Pace paxa...@gmail.com wrote:
 I don't know methods for implementing this schema. I also think that there
 are even ways to make a logical copy of the FS.
 You know if can I perform a CHMOD on directories with Android NDK?

 Thanks :)

 2009/7/25 Unrealshade sche...@googlemail.com



  i'm interested in that, too!

  On Jul 25, 2:06 pm, Francesco Pace paxa...@gmail.com wrote:
   Hi guys,
   it's possible execute DD command from my java application?
   I need to copy internal flash memory in a sdcard.
   Can anyone help me?

   PS.Sorry for my poor english.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: DD command

2009-07-25 Thread Unrealshade

i'm interested in that, too!


On Jul 25, 2:06 pm, Francesco Pace paxa...@gmail.com wrote:
 Hi guys,
 it's possible execute DD command from my java application?
 I need to copy internal flash memory in a sdcard.
 Can anyone help me?

 PS.Sorry for my poor english.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: copy wiped/ raw data from android to sd-card (data recovery)

2009-07-05 Thread Unrealshade

if i modify my android system and obtain root, is it possible to do
what i want then?


On Jul 1, 5:03 pm, Justin (Google Employee) j...@google.com wrote:
 This is not possible without modifying the Android system. Such a
 process would require root access in order to either change the
 filesystem permissions or get around them by reading them as root.
 Obtaining root is not possible on retail Android configurations.

 Cheers,
 Justin
 Android Team @ Google

 On Jun 30, 12:41 pm, Unrealshade sche...@googlemail.com wrote:

  Hello Android Developers,

  I wanted to know if it is possible tocopythe raw data of the
  internal phone storage to the sd-card of the phone (or to some other
  device, maybe through internet/ usb/ bluetooth connection). Maybe even
  further, could users then read the raw data, so they can recover what
  they lost?

  The reason for me to ask this is that i had to wipe my G1 and read
  about recovering data, but there seems to be no way - not a the moment
  at least. Furthermore I found that quite a lot of people didn't make a
  backup of their data (for whatever reason) so they can't access it
  anymore and have no hope to do so, even in future, which i find pretty
  sad and frustrating for the user. Probably there will be even more
  people who want to recover internal phone storage data as Android
  grows more popular and spreads wider (which i am very sure of).
  Depending on the possibilities, I possibly will try very hard to write
  an application or programm (if the device is connected to a computer)
  to get that data back and eventually maybe even, at least parts of it,
  readable.

  I _don't_ want to simplycopythe internal storage data, but read
  _all_ the internal storage content, even if it's not used by Android
  anymore because the phone has beenwiped, andcopy_that_ so the user
  may be able to decrypt (if it is encrypted) the data and read his old
  erased data (like contacts, sms, application data, calender data,
  etc.).

  I don't know how hard it really is, but i know it's not going to be
  easy and i won't get discouraged by some people who only say it's
  impossible or think that I am not skilled enough to do this.

  So let me hear your rating for the possiblities and tips, opinions,
  help, maybe there are even some people here who would like to see
  something like that.

  Thanks in advance,
  Unrealshade
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] copy wiped/ raw data from android to sd-card (data recovery)

2009-07-01 Thread Unrealshade

Hello Android Developers,

I wanted to know if it is possible to copy the raw data of the
internal phone storage to the sd-card of the phone (or to some other
device, maybe through internet/ usb/ bluetooth connection). Maybe even
further, could users then read the raw data, so they can recover what
they lost?

The reason for me to ask this is that i had to wipe my G1 and read
about recovering data, but there seems to be no way - not a the moment
at least. Furthermore I found that quite a lot of people didn't make a
backup of their data (for whatever reason) so they can't access it
anymore and have no hope to do so, even in future, which i find pretty
sad and frustrating for the user. Probably there will be even more
people who want to recover internal phone storage data as Android
grows more popular and spreads wider (which i am very sure of).
Depending on the possibilities, I possibly will try very hard to write
an application or programm (if the device is connected to a computer)
to get that data back and eventually maybe even, at least parts of it,
readable.

I _don't_ want to simply copy the internal storage data, but read
_all_ the internal storage content, even if it's not used by Android
anymore because the phone has been wiped, and copy _that_ so the user
may be able to decrypt (if it is encrypted) the data and read his old
erased data (like contacts, sms, application data, calender data,
etc.).

I don't know how hard it really is, but i know it's not going to be
easy and i won't get discouraged by some people who only say it's
impossible or think that I am not skilled enough to do this.

So let me hear your rating for the possiblities and tips, opinions,
help, maybe there are even some people here who would like to see
something like that.

Thanks in advance,
Unrealshade

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---