I want built the TaintDroid4.1 system images for Emulator,but I couldn't find the instructions for how to build . Is there any pre-built TaintDroid 4.1 for the emulator ?
> I want built the TaintDroid4.1 system images for Emulator,but I couldn't
> find the instructions for how to build . Is there any pre-built
> TaintDroid 4.1 for the emulator ?
On Sunday, October 21, 2012 2:10:05 AM UTC-4, koha wrote:
> also me too. i was build taintdroid 4.1 for emulator, but it can not be > loaded in emulator...
> help~!
> On Sun, Oct 21, 2012 at 1:51 PM, spellbreaker <zhulon...@gmail.com<javascript:> > > wrote:
>> I want built the TaintDroid4.1 system images for Emulator,but I couldn't >> find the instructions for how to build . Is there any pre-built >> TaintDroid 4.1 for the emulator ?
> On Sunday, October 21, 2012 2:10:05 AM UTC-4, koha wrote:
>> also me too. i was build taintdroid 4.1 for emulator, but it can not be >> loaded in emulator...
>> help~!
>> On Sun, Oct 21, 2012 at 1:51 PM, spellbreaker <zhulon...@gmail.com>wrote:
>>> I want built the TaintDroid4.1 system images for Emulator,but I >>> couldn't find the instructions for how to build . Is there any pre-built >>> TaintDroid 4.1 for the emulator ?
>> On Sunday, October 21, 2012 2:10:05 AM UTC-4, koha wrote:
>>> also me too. i was build taintdroid 4.1 for emulator, but it can not be >>> loaded in emulator...
>>> help~!
>>> On Sun, Oct 21, 2012 at 1:51 PM, spellbreaker <zhulon...@gmail.com>wrote:
>>>> I want built the TaintDroid4.1 system images for Emulator,but I >>>> couldn't find the instructions for how to build . Is there any pre-built >>>> TaintDroid 4.1 for the emulator ?
I've properly built TaintDroid for Android4.1 following the instruction at http://appanalysis.org/download.html. so i can be loaded emulator after build taintdroid 4.1 thanks for your help but can not loaded the emulator when i close terminal i think need to goldfish...
Here's what I did.
1. $ cd ~/tdroid/tdroid-4.1.1_r6 2. $ emulator -system ./out/target/product/generic/system.img -ramdisk ./out/target/product/generic/ramdisk.img ( loaded ok) 3. close terminal and emulator 4. $ cd ~/tdroid/tdroid-4.1.1_r6/out/host/linux-x86/bin 5. $ ./emulator -system ./out/target/product/generic/system.img -ramdisk ./out/target/product/generic/ramdisk.img ( can not be loaded ) 6. make avd file 7. $ ./emulator -system ./out/target/product/generic/system.img -ramdisk ./out/target/product/generic/ramdisk.img -avd test ( need to kernel error )
>>> On Sunday, October 21, 2012 2:10:05 AM UTC-4, koha wrote:
>>>> also me too. i was build taintdroid 4.1 for emulator, but it can not be >>>> loaded in emulator...
>>>> help~!
>>>> On Sun, Oct 21, 2012 at 1:51 PM, spellbreaker <zhulon...@gmail.com>wrote:
>>>>> I want built the TaintDroid4.1 system images for Emulator,but I >>>>> couldn't find the instructions for how to build . Is there any pre-built >>>>> TaintDroid 4.1 for the emulator ?
1. The emulator is loaded under build environment with command ' emulator -kernel kernel-goldfish-xattr-2.6.29'. But checked, there's no taint information.
2. It failed to load without the build environment with command 'emulator -ports 5556,5557 -no-skin -partition-size 512 -memory 256 -kernel /home/boris/dev/img_for_emulator3/kernel-goldfish-xattr-2.6.29 -system /home/boris/dev/img_for_emulator3/system.img -ramdisk /home/boris/dev/img_for_emulator3/ramdisk.img -data /home/boris/dev/img_for_emulator3/userdata.img -sdcard /home/boris/dev/img_for_emulator2/sdcard_ext2.img'
> I've properly built TaintDroid for Android4.1 following the instruction at > http://appanalysis.org/download.html.
> so i can be loaded emulator after build taintdroid 4.1 thanks for your help
> but can not loaded the emulator when i close terminal i think need to > goldfish...
> Here's what I did.
> 1. $ cd ~/tdroid/tdroid-4.1.1_r6
> 2. $ emulator -system ./out/target/product/generic/system.img -ramdisk > ./out/target/product/generic/ramdisk.img ( loaded ok)
> 3. close terminal and emulator
> 4. $ cd ~/tdroid/tdroid-4.1.1_r6/out/host/linux-x86/bin
> 5. $ ./emulator -system ./out/target/product/generic/system.img -ramdisk > ./out/target/product/generic/ramdisk.img ( can not be loaded )
> 6. make avd file
> 7. $ ./emulator -system ./out/target/product/generic/system.img -ramdisk > ./out/target/product/generic/ramdisk.img -avd test ( need to kernel error )
> thanks
> On Tuesday, October 23, 2012 4:04:21 AM UTC+9, Peter wrote:
>> Are you able to successfully start the emulator after building the >> unmodified Android source (step 1 on http://appanalysis.org/download.html >> )?
>> Peter
>> On Sunday, October 21, 2012 10:52:22 PM UTC-4, koha wrote:
>>> i was completed build taintdroid 4.1.
>>> however display only see 'waiting device' when I tried to typing a >>> command. 'adb logcat' i think it can't be loaded in emulator.
>>> so i need some help
>>> thanks
>>> On Sunday, October 21, 2012 10:40:26 PM UTC+9, Peter wrote:
>>>> Currently there is no pre-built TaintDroid for the emulator.
>>>> On Sunday, October 21, 2012 2:10:05 AM UTC-4, koha wrote:
>>>>> also me too. i was build taintdroid 4.1 for emulator, but it can not >>>>> be loaded in emulator...
>>>>> help~!
>>>>> On Sun, Oct 21, 2012 at 1:51 PM, spellbreaker <zhulon...@gmail.com>wrote:
>>>>>> I want built the TaintDroid4.1 system images for Emulator,but I >>>>>> couldn't find the instructions for how to build . Is there any pre-built >>>>>> TaintDroid 4.1 for the emulator ?
To see the taint information you should run logcat and look for messages containing TaintLog tag. If you want to display toast messages on the emulator you have to start the TaintDroidNotify app.
Have you tried to create an AVD with the sdk tools and then run it with a command like this one?
>> I've properly built TaintDroid for Android4.1 following the instruction >> at http://appanalysis.org/download.html.
>> so i can be loaded emulator after build taintdroid 4.1 thanks for your >> help
>> but can not loaded the emulator when i close terminal i think need to >> goldfish...
>> Here's what I did.
>> 1. $ cd ~/tdroid/tdroid-4.1.1_r6
>> 2. $ emulator -system ./out/target/product/generic/system.img -ramdisk >> ./out/target/product/generic/ramdisk.img ( loaded ok)
>> 3. close terminal and emulator
>> 4. $ cd ~/tdroid/tdroid-4.1.1_r6/out/host/linux-x86/bin
>> 5. $ ./emulator -system ./out/target/product/generic/system.img -ramdisk >> ./out/target/product/generic/ramdisk.img ( can not be loaded )
>> 6. make avd file
>> 7. $ ./emulator -system ./out/target/product/generic/system.img -ramdisk >> ./out/target/product/generic/ramdisk.img -avd test ( need to kernel error )
>> thanks
>> On Tuesday, October 23, 2012 4:04:21 AM UTC+9, Peter wrote:
>>> Are you able to successfully start the emulator after building the >>> unmodified Android source (step 1 on >>> http://appanalysis.org/download.html)?
>>> Peter
>>> On Sunday, October 21, 2012 10:52:22 PM UTC-4, koha wrote:
>>>> i was completed build taintdroid 4.1.
>>>> however display only see 'waiting device' when I tried to typing a >>>> command. 'adb logcat' i think it can't be loaded in emulator.
>>>> so i need some help
>>>> thanks
>>>> On Sunday, October 21, 2012 10:40:26 PM UTC+9, Peter wrote:
>>>>> Currently there is no pre-built TaintDroid for the emulator.
>>>>> On Sunday, October 21, 2012 2:10:05 AM UTC-4, koha wrote:
>>>>>> also me too. i was build taintdroid 4.1 for emulator, but it can not >>>>>> be loaded in emulator...
>>>>>> help~!
>>>>>> On Sun, Oct 21, 2012 at 1:51 PM, spellbreaker <zhulon...@gmail.com>wrote:
>>>>>>> I want built the TaintDroid4.1 system images for Emulator,but I >>>>>>> couldn't find the instructions for how to build . Is there any pre-built >>>>>>> TaintDroid 4.1 for the emulator ?
I followed your command. The emulator is started successfully. But this emulator has no Taint related information after 'grep Taint' in logcat. Using 'AVD' command will only load the android SDK provided images.
> To see the taint information you should run logcat and look for messages > containing TaintLog tag. If you want to display toast messages on the > emulator you have to start the TaintDroidNotify app.
> Have you tried to create an AVD with the sdk tools and then run it with a > command like this one?
>>> I've properly built TaintDroid for Android4.1 following the instruction >>> at http://appanalysis.org/download.html.
>>> so i can be loaded emulator after build taintdroid 4.1 thanks for your >>> help
>>> but can not loaded the emulator when i close terminal i think need to >>> goldfish...
>>> Here's what I did.
>>> 1. $ cd ~/tdroid/tdroid-4.1.1_r6
>>> 2. $ emulator -system ./out/target/product/generic/system.img -ramdisk >>> ./out/target/product/generic/ramdisk.img ( loaded ok)
>>> 3. close terminal and emulator
>>> 4. $ cd ~/tdroid/tdroid-4.1.1_r6/out/host/linux-x86/bin
>>> 5. $ ./emulator -system ./out/target/product/generic/system.img -ramdisk >>> ./out/target/product/generic/ramdisk.img ( can not be loaded )
>>> 6. make avd file
>>> 7. $ ./emulator -system ./out/target/product/generic/system.img -ramdisk >>> ./out/target/product/generic/ramdisk.img -avd test ( need to kernel error )
>>> thanks
>>> On Tuesday, October 23, 2012 4:04:21 AM UTC+9, Peter wrote:
>>>> Are you able to successfully start the emulator after building the >>>> unmodified Android source (step 1 on >>>> http://appanalysis.org/download.html)?
>>>> Peter
>>>> On Sunday, October 21, 2012 10:52:22 PM UTC-4, koha wrote:
>>>>> i was completed build taintdroid 4.1.
>>>>> however display only see 'waiting device' when I tried to typing a >>>>> command. 'adb logcat' i think it can't be loaded in emulator.
>>>>> so i need some help
>>>>> thanks
>>>>> On Sunday, October 21, 2012 10:40:26 PM UTC+9, Peter wrote:
>>>>>> Currently there is no pre-built TaintDroid for the emulator.
>>>>>> On Sunday, October 21, 2012 2:10:05 AM UTC-4, koha wrote:
>>>>>>> also me too. i was build taintdroid 4.1 for emulator, but it can not >>>>>>> be loaded in emulator...
>>>>>>> help~!
>>>>>>> On Sun, Oct 21, 2012 at 1:51 PM, spellbreaker <zhulon...@gmail.com>wrote:
>>>>>>>> I want built the TaintDroid4.1 system images for Emulator,but I >>>>>>>> couldn't find the instructions for how to build . Is there any pre-built >>>>>>>> TaintDroid 4.1 for the emulator ?