Samsung Galaxy Tab 2

Flash ROM

  1. TWRP booted click on “Wipe
  2. Click on “Format Data
    Type “yes” and confirm format action
  3. Once format data is done click on the “Back” button.
  4. Now click on “Advanced Wipe
  5. Check - Dalvic / ART Cache , System , Cache
  6. Swipe to confirm wipe action
  7. Once wipe is done, TWRPs main screen. Click on the “Reboot” button
  8. Click on “Recovery”, after that Swipe to reboot
  9. Done! Wait until your device rebooted into recovery, now you can flash rom.
  10. click install
  11. find rom to install .( flash )
  12. click add more files .
  13. find gapps file add it .
  14. now swipe to flash.
  15. once flash is done , click Wipe cache/Dalvik .
  16. click reboot .
  17. all done

https://wiki.lineageos.org/devices/espresso3g/build

Samsung Galaxy Tab 30 Pin Dock Connector Pinout

Galaxy Tab 2 (10.1, 3G)

https://forum.xda-developers.com/galaxy-tab-2

Custom Rom Development by Android-Andi

https://github.com/LineageOS/android_device_samsung_espressowifi

Build for espresso3g

Setup to compile espresso kernel

TWRP for Samsung Galaxy Tab 2 (GSM - unified)

Battery Monitor

https://forum.xda-developers.com/galaxy-tab-2/galaxy-tab-2-unified/kernel-anykernel-t3484739

https://github.com/ge0rg/samsung-nx-hacks/issues/7

Galaxy Tab Serial Cable

Other sources

OMAP Android Main
[set up UART]
]set up UART
Drivers
Building Android
Android Pre-built Binaries Guide
Android Installing Busybox Command Line Tools
Android Recovery
Adb over USB
Source Trees

https://forum.xda-developers.com/wiki/BN_Nook_Tablet

Image to pdf

convert 01.JPG -canny 0x1+10%+30% image_fuzzy_trim.jpg

convert tmp1.gif -trim out.jpg

convert .JPG -crop 1650x2100+400+0 image_.jpg

convert *.JPG mydoc.pdf

convert -density 300x300 -quality 100 *.JPG mydoc.pdf

infile=”01.JPG”
ww=250
hh=300
inname=convert "$infile" -format "%t" info:
convert “$infile” -canny 0x1+10%+30% tmp1.gif
coords=compare -metric rmse -subimage-search -dissimilarity-threshold 1 tmp1.gif \( -size ${ww}x${hh} xc:white \) null: 2>&1 | cut -d\ -f4
xoff=echo "$coords" | cut -d, -f1
yoff=echo "$coords" | cut -d, -f2
convert “$infile” -crop ${ww}x${hh}+${xoff}+${yoff} +repage ${inname}_crop.jpg

https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=32232

http://www.imagemagick.org/discourse-server/viewtopic.php?t=23613

https://github.com/ImageMagick/ImageMagick/issues/396

http://www.imagemagick.org/discourse-server/viewtopic.php?t=19123

https://www.imagemagick.org/discourse-server/viewtopic.php?t=25405