<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Android on Amit Agarwal Linux Blog</title>
    <link>/tags/android/</link>
    <description>Recent content in Android on Amit Agarwal Linux Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 05 Apr 2024 00:00:00 +0530</lastBuildDate>
    
	<atom:link href="/tags/android/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Preparation and Review of eMAPT (INE security FKA eLearnSecurity Mobile Application Penetration Tester</title>
      <link>/2024/04/05/2024-04-05-eMAPT/</link>
      <pubDate>Fri, 05 Apr 2024 00:00:00 +0530</pubDate>
      
      <guid>/2024/04/05/2024-04-05-eMAPT/</guid>
      <description>&lt;p&gt;I started thinking about Mobile pentesting sometime back. Finally in Feb/2024, I paid for the yearly subscription for &lt;a href=&#34;https://ine.com/&#34;&gt;INE&lt;/a&gt; and added &lt;strong&gt;eMAPT&lt;/strong&gt; to my cart. If you dont know about eMAPT cert, then head over to &lt;a href=&#34;https://security.ine.com/certifications/emapt-certification/&#34;&gt;eMAPT certification&lt;/a&gt;. And as per their home page&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Mobile Application Penetration Tester (eMAPT) certification is issued to cyber security experts that display advanced mobile application security knowledge through a scenario-based exam.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And on Apr/05/2024, I got My Certificate.
&lt;img src=&#34;https://api.accredible.com/v1/frontend/credential_website_embed_image/certificate/100329258&#34; alt=&#34;My Certificate&#34;&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Use Linux on your Android mobile/tablet (without root)</title>
      <link>/2018/11/26/use-linux-on-your-android-mobile-tablet-without-root/</link>
      <pubDate>Mon, 26 Nov 2018 01:00:23 +0000</pubDate>
      
      <guid>/2018/11/26/use-linux-on-your-android-mobile-tablet-without-root/</guid>
      <description>&lt;p&gt;Been looking for this for a long time, finally there is some app which allows me to run a linux distro without rooting my gadget.&lt;/p&gt;
&lt;p&gt;Here is link to &lt;a href=&#34;http://userland.tech&#34;&gt;userland.tech&lt;/a&gt; website. Check this out, its easy to setup and does not require rooting your device.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Benchmarking the system/CPU performance</title>
      <link>/2012/01/15/benchmarking-system-cpu-performance/</link>
      <pubDate>Sun, 15 Jan 2012 07:56:44 +0000</pubDate>
      
      <guid>/2012/01/15/benchmarking-system-cpu-performance/</guid>
      <description>&lt;p&gt;Have you ever wanted to have a quick check on your CPU performance. I know that lot of people will say that this is not the right way to do this, but here is something that you can use to check the CPU speed.&lt;/p&gt;
&lt;pre class=&#34;brush: bash; gutter: true; first-line: 1&#34;&gt;#!/bin/bash -
#===============================================================================
#
#          FILE:  benchmark.sh
#
#         USAGE:  ./benchmark.sh
#
#   DESCRIPTION:  Benchmark the CPU
#
#       OPTIONS:  ---
#  REQUIREMENTS:  ---
#          BUGS:  ---
#         NOTES:  ---
#        AUTHOR: Amit Agarwal (aka), amit.agarwal@roamware.com
#       COMPANY: Roamware India Pvt Ltd
#       CREATED: 09/21/2011 11:46:03 AM IST
# Last modified: Wed Sep 21, 2011  12:22PM
#      REVISION:  ---
#===============================================================================

add ()
{
    COUNTER=0
    exec 2&amp;gt;&amp;1
    time=$(exec 2&amp;gt;&amp;1;(time while [[  $COUNTER -lt 100000 ]]; do ((COUNTER++)) \
        ; done))
    echo &#34;Time for 100000 additions is &#34;$time
}	# ----------  end of function add  ----------
mul ()
{
    COUNTER=0
    test=2
    exec 2&amp;gt;&amp;1
    time=$(exec 2&amp;gt;&amp;1;(time while [[  $COUNTER -lt 100000 ]]; do ((COUNTER++)) \
        ; ((test=test*2));done))
    echo &#34;Time for 100000 mul is &#34;$time
}	# ----------  end of function add  ----------
div ()
{
    COUNTER=0
    test=1000000000000
    exec 2&amp;gt;&amp;1
    time=$(exec 2&amp;gt;&amp;1;(time while [[  $COUNTER -lt 100000 ]]; do ((COUNTER++)) \
        ; (( test=test/2)); done)|tr -d &#39;\n&#39;)
    echo &#34;Time for 100000 divisions is &#34;${time}
}	# ----------  end of function add  ----------

time add
time mul
time div&lt;/pre&gt;
&lt;p&gt;And here is the output :&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>30 Best Windows Mobile Applications</title>
      <link>/2011/12/28/30-windows-mobile-applications/</link>
      <pubDate>Wed, 28 Dec 2011 06:39:16 +0000</pubDate>
      
      <guid>/2011/12/28/30-windows-mobile-applications/</guid>
      <description>&lt;h2 id=&#34;span-stylefont-size-largea-hrefhttpwwwhoneytechblogcom30-best-windows-mobile-applications30-best-windows-mobile-applications-aspan&#34;&gt;&lt;strong&gt;&lt;span style=&#34;font-size: large;&#34;&gt;&lt;a href=&#34;http://www.honeytechblog.com/30-best-windows-mobile-applications/&#34;&gt;30 Best Windows Mobile Applications &lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;http://www.honeytechblog.com/30-best-windows-mobile-applications/#comments&#34;&gt;33 Comments »&lt;/a&gt;&lt;br&gt;
&lt;a href=&#34;http://www.facebook.com/sharer.php&#34;&gt;Share&lt;/a&gt; &lt;a href=&#34;javascript:void(0);&#34;&gt;in&lt;/a&gt;&lt;a href=&#34;javascript:void(0);&#34;&gt;Share&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The main reason why people still love window &lt;a href=&#34;http://www.honeytechblog.com/topics/mobile/&#34;&gt;mobile&lt;/a&gt; is because of its freeware &lt;a class=&#34;zem_slink&#34; title=&#34;Application software&#34; href=&#34;http://en.wikipedia.org/wiki/Application_software&#34; rel=&#34;wikipedia&#34;&gt;applications&lt;/a&gt; and excellent add-ons. Windows Mobile users carry great access to third party applications than any other &lt;a class=&#34;zem_slink&#34; title=&#34;Mobile operating system&#34; href=&#34;http://en.wikipedia.org/wiki/Mobile_operating_system&#34; rel=&#34;wikipedia&#34;&gt;Mobile Operating system&lt;/a&gt; in the market. At the same time it might be confusing for the user to settle on which window mobile apps to download. So we at honeytechblog did a search and have compiled a list of &lt;a class=&#34;zem_slink&#34; title=&#34;Top 40&#34; href=&#34;http://en.wikipedia.org/wiki/Top_40&#34; rel=&#34;wikipedia&#34;&gt;Top 30&lt;/a&gt; Best window &lt;a class=&#34;zem_slink&#34; title=&#34;Mobile application development&#34; href=&#34;http://en.wikipedia.org/wiki/Mobile_application_development&#34; rel=&#34;wikipedia&#34;&gt;mobile applications&lt;/a&gt;. These applications will ensure following features such as networking, themes, tools for tweak, music players, newsreaders, &lt;a href=&#34;http://www.honeytechblog.com/tags/internet/&#34;&gt;Internet&lt;/a&gt; browser, document manager and much more.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Blogging from N900</title>
      <link>/2011/12/19/blogging-n900/</link>
      <pubDate>Mon, 19 Dec 2011 16:14:39 +0000</pubDate>
      
      <guid>/2011/12/19/blogging-n900/</guid>
      <description>&lt;figure style=&#34;width: 300px&#34; class=&#34;wp-caption alignright&#34;&gt;[&lt;img class=&#34;zemanta-img-inserted zemanta-img-configured&#34; title=&#34;English: Nokia N900 communicator/internet tabl...&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Nokia_N900-3.jpg/300px-Nokia_N900-3.jpg&#34; alt=&#34;English: Nokia N900 communicator/internet tabl...&#34; width=&#34;300&#34; height=&#34;192&#34; /&gt;][1]&lt;figcaption class=&#34;wp-caption-text&#34;&gt;Image via Wikipedia&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;Can´t get simpler than this. Just install the application called wordpress in your &lt;a class=&#34;zem_slink&#34; title=&#34;Nokia N900&#34; href=&#34;http://en.wikipedia.org/wiki/Nokia_N900&#34; rel=&#34;wikipedia&#34;&gt;N900&lt;/a&gt;, and punch in the details for your blog along with your admin login and password and you have a amazing wordpress client. You can even add photos like the one below:&lt;/p&gt;
&lt;p&gt;N900 and its applications keep me amazed and happy 🙂&lt;/p&gt;
&lt;h6 class=&#34;zemanta-related-title&#34; style=&#34;font-size: 1em;&#34;&gt;
  Related articles
&lt;/h6&gt;
&lt;ul class=&#34;zemanta-article-ul&#34;&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.pcworld.com/article/245131/nokia_n900_gets_ice_cream_sandwich_melts_under_pressure.html&#34;&gt;Nokia N900 Gets Ice Cream Sandwich, Melts Under Pressure&lt;/a&gt; (pcworld.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://www.engadget.com/2011/11/28/n900-takes-a-bite-out-of-ice-cream-sandwich-suffers-android-bra/&#34;&gt;N900 takes a bite out of Ice Cream Sandwich, suffers Android brain freeze (video)&lt;/a&gt; (engadget.com)
  &lt;/li&gt;
  &lt;li class=&#34;zemanta-article-ul-li&#34;&gt;
    &lt;a href=&#34;http://pocketnow.com/android/android-40-ice-cream-sandwich-running-on-the-nokia-n900&#34;&gt;Android 4.0 Ice Cream Sandwich Running on the Nokia N900&lt;/a&gt; (pocketnow.com)
  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;zemanta-pixie&#34; style=&#34;margin-top: 10px; height: 15px;&#34;&gt;
  &lt;a class=&#34;zemanta-pixie-a&#34; title=&#34;Enhanced by Zemanta&#34; href=&#34;http://www.zemanta.com/&#34;&gt;&lt;img class=&#34;zemanta-pixie-img&#34; style=&#34;float: right;&#34; src=&#34;https://i1.wp.com/img.zemanta.com/zemified_e.png?w=688&#34; alt=&#34;Enhanced by Zemanta&#34; data-recalc-dims=&#34;1&#34; /&gt;&lt;/a&gt;
&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>N900 starts showing junk characters</title>
      <link>/2011/06/08/n900-starts-showing-junk-characters/</link>
      <pubDate>Wed, 08 Jun 2011 01:50:16 +0000</pubDate>
      
      <guid>/2011/06/08/n900-starts-showing-junk-characters/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Well, sometime back I bought &lt;a class=&#34;zem_slink&#34; title=&#34;Nokia N900&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Nokia_N900&#34;&gt;N900&lt;/a&gt;, some snaps &lt;a href=&#34;http://blog.amit-agarwal.co.in/2011/05/21/maemo-5-nokia-n900-mobile/&#34; title=&#34;My new Maemo 5 Nokia N900 Mobile.&#34;&gt;here&lt;/a&gt;. And sooner than later I started playing with it. In an effort to reduce the disk usage for the “/” (root) partition, I removed some packages that were taking too much of space and managed to get the mobile to a stage where a lot of applications started displaying strange and junk characters and also cannot use &lt;a class=&#34;zem_slink&#34; title=&#34;Package management system&#34; rel=&#34;wikipedia&#34; href=&#34;http://en.wikipedia.org/wiki/Package_management_system&#34;&gt;package manager&lt;/a&gt; any more…errors reported.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Best Mobile Internet Browser (Opera Mini vs. SkyFire)</title>
      <link>/2010/08/07/best-mobile-internet-browser-opera-mini-vs-skyfire/</link>
      <pubDate>Sat, 07 Aug 2010 03:25:18 +0000</pubDate>
      
      <guid>/2010/08/07/best-mobile-internet-browser-opera-mini-vs-skyfire/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Showdown: Best Mobile &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Internet&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Internet&amp;quot;&amp;gt;Internet&lt;/a&gt; Browser (&amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Opera Software&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.opera.com&amp;quot;&amp;gt;Opera&lt;/a&gt; Mini vs. &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Skyfire&amp;quot; rel=&amp;quot;homepage&amp;quot; href=&amp;quot;http://www.skyfire.com&amp;quot;&amp;gt;SkyFire&lt;/a&gt;) mobile internet browsersDo you browse the web on your mobile device? As &amp;lt;a class=&amp;quot;zem_slink&amp;quot; title=&amp;quot;Mobile phone&amp;quot; rel=&amp;quot;wikipedia&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Mobile_phone&amp;quot;&amp;gt;cell phones&lt;/a&gt; get faster connection speeds, processors, bigger screens and better applications, it’s getting easier and easier to go online with them. Add in the fact that most websites have a mobile version now and it makes this an even simpler process.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
