[android-developers] Re: Where Does Android store the email

2011-10-30 Thread luca aliberti
Sorry, i would to know where the email that you send with your google account, are stored in the phone. Thanks a lot On Oct 30, 1:50 pm, Ali Chousein wrote: > I hope this blog will be useful for > you:http://email-addresses-in-android-contacts.blogspot.com/ > > -

[android-developers] Where Does Android store the email

2011-10-29 Thread luca aliberti
Hello, i would to know where does Android store the email. In gmail.db you can see only 80 chars of the email in the column snippet. Where is the rest??? Thanks a lot Kind Regards Luca -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

[android-developers] Re: How to obtain A-GPS data via Android phone

2011-10-29 Thread luca aliberti
You can try to take the database cachedgeolocation.db with pull command. Regards On Oct 29, 6:16 am, Kenneth WON wrote: > Dear all, > > I am developing an android app, which want to obtain the A-GPS > position. > I tried searching in Google, it seems no any hint, and I just know > how > to obtain

[android-developers] Re: How can i mount a yaffs2 image on Linux Ubuntu 11.04

2011-10-19 Thread luca aliberti
 pm, Per wrote: > You would need to compile am yaffs2 driver module for your kernel to > do that, > it would proberly be easier to get the program unyaffs, then you can > unpack the > image to a directory. You should be able to find that program with a > little google > search.

[android-developers] Re: How can i copy /dev/block/mtdblock0 on my laptop

2011-10-19 Thread luca aliberti
SURE On Oct 18, 2:54 am, Kristoffer Grundström wrote: > Do you have root-priveligies? > > On 2011 10 17 13:26, "luca aliberti" wrote: > > How can i copy /dev/block/mtdblock0 on my laptop? > > dd if=/dev/block/mtdblock0 of=/sdcard/system.img bs=2048 is no

[android-developers] Re: How can i copy /dev/block/mtdblock0 on my laptop

2011-10-17 Thread luca aliberti
; > > > > > On Mon, Oct 17, 2011 at 7:24 AM, luca aliberti wrote: > > How can i copy /dev/block/mtdblock0 on my laptop? > > > dd if=/dev/block/mtdblock0 of=/sdcard/system.img bs=2048 is not > > working !!! > > adb pull /dev/block/mtdblock0 /home is not

[android-developers] How can i copy /dev/block/mtdblock0 on my laptop

2011-10-17 Thread luca aliberti
How can i copy /dev/block/mtdblock0 on my laptop? dd if=/dev/block/mtdblock0 of=/sdcard/system.img bs=2048 is not working !!! adb pull /dev/block/mtdblock0 /home is not working !!! Thanks a lot Regards Luca -- You received this message because you are subscribed to the Google Groups "Android De

[android-developers] Re: How can i mount a yaffs2 image on Linux Ubuntu 11.04

2011-10-12 Thread luca aliberti
The problem is that i have not the file system.img, so i can't use the program unyaffs/, is it right? I have only the partition files stored in /dev/mtd/ on my phone. Anyone have any suggestions? Thanks On Oct 11, 3:35 pm, luca aliberti wrote: > I have extracted a yaffs2 image of my

[android-developers] How can i mount a yaffs2 image on Linux Ubuntu 11.04

2011-10-12 Thread luca aliberti
I have extracted a yaffs2 image of my android phone situated in /dev/ mtd/mtd0, for forensics purpose. I would know how can I mount it in ubuntu 11,04 to exploore the contents, because yaffs2 is not supported. Thanks to everyone. -- You received this message because you are subscribed to the Go