Skip to content

Android Blog

Android Blog is the place where I put code possible to be reused in near future.

Android Blog

Android Blog is the place where I put code possible to be reused in near future.

  • Home
    • Home
    • linux
Non-Android

Google Play Billing Reports – modify csv to display only specific columns

sorsaresorsare 08/06/2022 0 Comments

To avoid having to do manual modifications to the csv file, we can use a script ready for this. cat PlayApps_202205.csv| csvcut "," 1 2 4 6 7 14 15…

Non-Android

List sorted linux folders with their sizes

sorsaresorsare 09/10/2018 0 Comments

du -xh / |grep '^\S*\+G'|sort -rn More info here.

Non-Android

Autostart file when system turns on – ubuntu

sorsaresorsare 17/05/2018 0 Comments

Enable rc.local if missing sudo touch /etc/rc.local sudo chmod +x /etc/rc.local sudo systemctl start rc-local sudo systemctl status rc-local Insert Your script command into rc.local, my was like below. You can delete sample…

Non-Android

Linux working command to rename and replace whitespaces with _

sorsaresorsare 20/08/2017 0 Comments

for f in *\ *; do mv "$f" "${f// /_}"; done

  • Android
  • Android UX
  • Non-Android
  • Uncategorized

Tags

adb android apk app bat batch calendar change code color command connect convert custom device drawable emulator example ffmpeg filter gcm gradle greasemonkey install java javascript linux mac notepad++ post preview remove rename root screen script service shape shell solution style time windows working xml

Archives

  • November 2023
  • August 2023
  • May 2023
  • March 2023
  • December 2022
  • September 2022
  • June 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • March 2021
  • December 2020
  • March 2020
  • January 2020
  • July 2019
  • June 2019
  • April 2019
  • March 2019
  • February 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • June 2018
  • May 2018
  • April 2018
  • February 2018
  • January 2018
  • December 2017
  • August 2017
  • July 2017
  • June 2017
  • April 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • August 2016
  • June 2016
  • May 2016
  • February 2016
  • January 2016
  • September 2015
  • July 2015
  • June 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014

You Missed

Non-Android

ebook-meta to bulk rename mobi and azw3 file names to $title – $author(s)

Android

Android – how to obtain resource from Android’s internal resources

Uncategorized

How to connect remote to emulator in another PC (macOS)

Android UX

Android UX – rate app

Android Blog

Android Blog is the place where I put code possible to be reused in near future.

Copyright © All rights reserved | Blogus by Themeansar.