Xam Jenny Custom 87 Guide

# Xam Jenny Custom 87 ## Installation pip install xam-jenny-custom==0.87 ## Usage from xam_jenny import Custom87 Custom87.initialize(mode='production')

# Prerequisites 1. Backup data (adb backup -apk -shared -all -system) 2. Unlock bootloader (fastboot oem unlock) 3. Verify SHA256 of the ZIP: sha256sum Xam_Jenny_Custom_87.zip adb sideload Xam_Jenny_Custom_87.zip Then wipe cache/dalvik Xam Jenny Custom 87

protected override void OnElementChanged(ElementChangedEventArgs<Entry> e) base.OnElementChanged(e); if (Control != null) // Custom styling for version 8.7 behavior Control.BackgroundColor = UIColor.Clear; Control.BorderStyle = UITextBorderStyle.None; # Xam Jenny Custom 87 ## Installation pip