[EOL] [TOOL] Droid PC Suite [Windows | Linux | MacOS] - Miscellaneous Android Development

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I present you Droid PC Suite (DPCS for short), as the name suggests it is a kind of toolbox application written in java for cross platform support. This project as been inspired from Android Ultimate Toolbox Pro. Now the question arises that why reinvent the wheel? Since Android Ultimate Toolbox Pro is designed for Microsoft® Windows, So what about those users who run Linux/ macOS? So, keeping this in mind Droid PC Suite has been developed. Btw, it also works on Microsoft® Windows. Initially started as my college project and now I've released it. And did I mention that it is free? Yeah free as in free speech, not as in free beer! This project is licensed under GNU General Public License, version 2.
Caution! This program is not foolproof! Do not try to outsmart it by playing tricks, because you may result with an expensive brick in the worst case! If you don't understand a feature you probably don't need it, just lookup about it on google before trying something out.
/*
* I assume that your android device warranty may be void by now.
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this application
* before using it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you. Hard. A lot.
*/
Features
* App Manager (Install/Uninstall Apps + Bloatware)
* Sophisticated file manager
* ADB tools
* Take screenshots
* Record android device screen
* Flash any file using flasher
* Wipe partitions
* Unroot
* Reboot to different modes
* Unlock/ Lock bootloader
* Advanced backups
* Restore from backups
* Bypass 'your' device security (Android 4.4 and below)
* build.prop Editor
* Unpack APKs
* Repack APKs
* Cryptographic hash sums comparing and calculator
* Clear battery stats
* Launch activities of the apps
* ifconfig and netstat
* View running processes
* Bundled ADB, Fastboot, sqlite3 and various other related tools for Windows
Requirements
Windows
* JRE 8 Download here
Linux (and how to install)
* Just download, extract archive and run Dependencies_Installer_for_Linux.sh (For APT package management distributions ex. Ubuntu, Linux Mint, Debian etc.)
Code:
$ ./Dependencies_Installer_for_Linux.sh
Note : You need to modify Dependencies_Installer_for_Linux.sh to install on Linux distributions like Fedora, Red Hat Enterprise Linux, Arch Linux, etc.
Workarounds
* Use USB 2.0 to connect android device to system instead of USB 3.0.
* If device is not detected by Droid PC Suite try clicking "Force connect" option.
* You may also need to install your android device USB drivers.
* If some operations do not work on windows, please replace ADB and fastboot files with their newer or older versions.
* Don't worry if the app says to connect your device while android is not booted ex. fastboot, bootloader, booting etc.
* Click here for help with connectivity of android device on Linux.
Note: Please use latest java to use this application or this application may not work as expected!
Known issues
None till now. Feel free to report them! I will try to fix them as soon as possible.
How to use?
1. Go to settings
2. Tap "About phone" if you can't see Developer options. If you can see it, tap developer options and skip to step 5.
3. Keep tapping "Build number" until it says that "No, need, you already are a developer." or something similar.
4. Go back to settings and tap Developer options.
5. Find USB debugging, turn it on and allow USB debugging.
6. If a message appears asking to allow USB debugging, check "Always allow from this computer" checkbox and tap OK.
7. Go back to home screen.
Download Now
Source here​Changelog
Code:
Version 1.9 (Build 171014)
* Removed logcat viewer and related features as "they were deprecated and buggy in DPCS"
* Support for uninstalling system apps easily without root added
* Priv-apps and System apps uninstallers are now unified into one
* Removed unreliable status "Device is not rooted" to prevent confusion
* Removed ADB Terminal since it was just experimental
* Added support for detecting official in-built root in LineageOS devices
* Fixed a bug which made device info stay intact after disconnecting the device
* Updated library commons-lang3-3.5 to commons-lang3-3.6
* Improved exception handling
* Bundled ADB and Fastboot for Windows updated to Pkg.Revision=26.0.1
* Minor improvements to UI
Version 1.8 (Build 170530)
* Added new tools: ifconfig, netstat and running processes viewer
* Now DPCS shows information like manufacturer, codename and android version of the device by default
* Added new information to common workarounds
* UI fixes and improvements
* Latest ADB and Fastboot for Windows built-in
Version 1.7 (Build 170128)
* Added a tool to clear the battery statistics
* Added a tool to start an activity of an android app on the android device
* Updated the packaged ADB and fastboot files for windows
* Updated internal commons-lang library
* Added two new tooltips
* Fixed a typo error
* Updated Dependencies_Installer_for_Linux.sh file
Version 1.6 (Build 160925)
* Click Application status to clear status
* Application version now shown with the banner
* Few changes to UI
* License added to updater src files
* Source code formatted
* Typos fixed
Version 1.5 (Build 160908)
* Windows and Linux versions are merged
* Added APK Unpacker
* Added APK Repacker
* Added Unroot to Advanced tab
* License for zip4j library listed in licenses
* Moved reboot to download mode to Device specific tools > Samsung
* Added license to every java source file
* Auto updater added
* Changelog viewer added again
* Lots of improvements
* Typos fixed
* Bug fixes
Version 1.4 Stable (Build 160810)
* HTC device specific tools (3) added
They can be accessed from :
"Menu > Device specific tools > HTC >..."
[THEY ARE "NOT" TESTED, as I don't have a HTC device,
please report bugs if you encounter them.]
* "File" in menu bar renamed to "Menu"
* "Dev. Tools" renamed to "Advanced"
* Splash screen duration reduced to 2.5 seconds
* Tabs re-arranged
* Changelog tracker removed from application to reduce size
* Other minor UI changes
Version 1.4 Beta 3 (Build 160806)
* Logger speedup
* Cache cleaning while exit added
* Improvements to view connected device
* Device connection limit detection algorithm
improvements
Version 1.4 Beta 2 (Build 160802)
* Attached device(s) list viewer added
* Device connection limit added for preventing
accidental code execution on the device(s)
other than targeted
* Marshmallow connectivity help added
* Added fastboot help
* Missing tips added
* Few things moved here and there
* Minor UI changes
* Various minor improvements
Version 1.4 Beta 1 (Build 160801)
* File Manager merged into Droid PC Suite
* Background information reporting added
* File Manager speed up while launching
* Other misc. improvements in File Manager
* Minor bug fix
Version 1.3 Stable (Build 160723)
* Screen recorder added
* Added button for taking screenshots
* Installer and Uninstaller bundled in App Manager
* Flash radio added
* Wipe radio added
* Reboot to download mode for samsung devices added
* Device feature support viewer added
* Check for max users supported by device added
* Developer tools added
* App information viewer added
* App packages list viewer added
* Battery information tool added
* CPU information viewer added
* Kill apps feature added
* Memory information tool added
* WiFi information tool added
* Force connect moved to ADB tools
* ADB help added to ADB Terminal and ADB tools
* ADB version checker added
* Device state viewer added
* Serial no. viewer added
* Wait for device added
* Cryptography sum comparing feature added
* Tips added for almost all the tools (Except File Manager)
* "More help" renamed to "Online help"
* Lot of back end improvements in File Manager
* Few UI changes
* Uninstaller improved
* ADB terminal command support improvements
* Better performance
* Code optimised and cleaned
* More minor improvements
* Bug fixes
Version 1.2 Stable (Build 160712)
* Libraries updated
* Added ADB Terminal (Experimental)
* Added build.prop editor
* Added Licenses and notices
* Added Changelog tracker to Menu bar
* Added more workarounds
* Help for connectivity on Linux added
* Force connect moved to Menu bar
* File Manager fixed, improved, themed
* Languages except English removed from File Manager
* GitHub button added in about section
* Get help renamed to "More help" and also improved
* Few changes in about section
* Minor UI changes
* Better performance
* Code optimised and cleaned
* More minor improvements
Version 1.1 Stable (Build 160616)
* Code cleanup
* Few elements resized
* "Check for updates" link added
* "Need help?" link added
* Fixed typos
* Added some more credits
* Application exit improvements
* Minor bug fixes
Version 1.0 Stable (Build 160614)
* Initial stable build
Credits
Me - Karanvir Singh
Prashotam Sensei (For teaching me some more Java)
Karun Sensei (For helping me with pure java code and bug fixes)
Chetan Sharma (for helping me with some bugs and code)
Aleksandar Despotovski (for helping me with basic algorithms and source [NOT BASED ON ANDROID TOOLBOX PRO])
d4r3T0B3 (github) (For his ADB-Explorer)
My other friends (for listening to my rants)
Bharat Suri
Anil Kumar
Raghav Gulati
Hope you guys like it!
Android, android green coloured robot are trademarks of Google, Inc. We are not affiliated with Google, Inc. in any way.
If you liked my work feel free to hit "Thanks" button!

kvsjxd said:
Click to expand...
Click to collapse
Thanks for this :good:

I love your work
This is great tools... Thanks, really appreciate it... Android Ultimate Toolbox is sucks.. it keep say "your device must be booted into android OS"

bakhtshiren said:
This is great tools... Thanks, really appreciate it... Android Ultimate Toolbox is sucks.. it keep say "your device must be booted into android OS"
Click to expand...
Click to collapse
Thank you for trying out my work

thks
thks 4 job! it's great!
i think about button "connect devices" for example
there many difficult features for novice

370lution said:
thks 4 job! it's great!
i think about button "connect devices" for example
there many difficult features for novice
Click to expand...
Click to collapse
Thanks for trying out! Droid PC Suite already auto detects the devices [emoji1]
Sent from my SM-G355H using XDA-Developers mobile app

Hi! Is it possible to create a flashable zip and how? I used to use Android Ultimate Toolbox Pro to create flashable zips for my apps to make them system apps, including placing their system libs in the right system path (for example system/lib, system/lib64, etc). Is this tool able to do that and how? Thank you so much for the tool anyway

Shady88 said:
Hi! Is it possible to create a flashable zip and how? I used to use Android Ultimate Toolbox Pro to create flashable zips for my apps to make them system apps, including placing their system libs in the right system path (for example system/lib, system/lib64, etc). Is this tool able to do that and how? Thank you so much for the tool anyway
Click to expand...
Click to collapse
First of all thanks for trying out the toolbox!
Droid PC Suite project is aimed towards beginners so I decided not to add it because flashable zip is a feature which is meant for advanced users or developers, creating them by yourself and flashing them on your device can cause bootloop. Beginners might brick their devices easily so, I recommend you to use an app from Play Store for this purpose like ZIPme.

kvsjxd said:
First of all thanks for trying out the toolbox!
Droid PC Suite project is aimed towards beginners so I decided not to add it because flashable zip is a feature which is meant for advanced users or developers, creating them by yourself and flashing them on your device can cause bootloop. Beginners might brick their devices easily so, I recommend you to use an app from Play Store for this purpose like ZIPme.
Click to expand...
Click to collapse
I already know that software, but it doesn't allow to add libs or create anything flashable besides apks, the only software that could was Android Ultimate Toolbox Pro, who is not working anymore. I found other tools to create flashable zips but they all don't comprehend creating anything flashable besides apks or custom other things. I just needed a tool who could create flashable zips for any file and any path, which doesn't seem to exist as of yet. I know there's the manual mode but it takes too damn time, as i need to add about 60 system apps and other stuff!!

hi..
this is really great.,but..
my avira detect that program contain some "drop" malicious software. is that false alarm? (TR/drop.small.ljxnw)

an-_-dro said:
hi..
this is really great.,but..
my avira detect that program contain some "drop" malicious software. is that false alarm? (TR/drop.small.ljxnw)
Click to expand...
Click to collapse
That antivirus is most idiotic program that humans ever created.:silly: This program is free from any kind of virus so it's a false positive, if you want you can look at source code or even build your own version out of that source code:highfive:

Source and Release update: Replaced false positive files with perfectly clean versions

Droid PC Suite update version 1.7 has been released! Original thread updated with latest links
Changelog
Version 1.7 (Build 170128)
* Added a tool to clear the battery statistics
* Added a tool to start an activity of an android app on the android device
* Updated the packaged ADB and fastboot files for windows
* Updated internal commons-lang library
* Added two new tooltips
* Fixed a typo error
* Updated Dependencies_Installer_for_Linux.sh file

kvsjxd said:
Droid PC Suite update version 1.7 has been released! Original thread updated with latest links
Changelog
Version 1.7 (Build 170128)
Click to expand...
Click to collapse
Will this program successfully root a Mediatek 6580 phone running Android 6.0? I've got a BLU Studio Selfie 2 that I've tried quite literally every method I can find on XDA and the web, and I cannot get it to root. Even though I select the "allow unlocking bootloader" option in Developer Options, when I power on into the boot menu it won't let me use Volume Up to select bootloader mode ... so I can't flash a custom ROM, and I can't backup the stock ROM. I also read on the web that Android 6.0 has more strict methods for preventing root access, so maybe I should downgrade to an earlier Android version first?
Regardless, there is very little I've found through weeks of searching that applies directly to this model phone, and nothing has been successful [yet] in rooting it.

uptwolait said:
Will this program successfully root a Mediatek 6580 phone running Android 6.0? I've got a BLU Studio Selfie 2 that I've tried quite literally every method I can find on XDA and the web, and I cannot get it to root. Even though I select the "allow unlocking bootloader" option in Developer Options, when I power on into the boot menu it won't let me use Volume Up to select bootloader mode ... so I can't flash a custom ROM, and I can't backup the stock ROM. I also read on the web that Android 6.0 has more strict methods for preventing root access, so maybe I should downgrade to an earlier Android version first?
Regardless, there is very little I've found through weeks of searching that applies directly to this model phone, and nothing has been successful [yet] in rooting it.
Click to expand...
Click to collapse
This tool does *not* root your device. Try kingroot or kingoroot to root your device

FanFanLaTuFlippe said:
Hello,
Many thank's for your tool, but how to install and execute on windows 10 please ??
Click to expand...
Click to collapse
Download and install latest JRE 8 from oracle and run the DPCS.jar file

kvsjxd said:
This tool does *not* root your device. Try kingroot or kingoroot to root your device
Click to expand...
Click to collapse
Okay, I kind of jumped ahead on my question. I'm trying to root my BLU Studio Selfie 2, and I can't unlock the bootloader. When I get to that menu, it says to press Volume Up to select, but the phone won't let me do that.
kvsjxd said:
Features
* App Manager (Install/ Uninstall Apps & Bloatware)
* ADB tools
* Take screenshots
* Record android device screen
* Flash any file using flasher
* Wipe partitions
* Reboot to different modes
* Unlock/ Lock bootloader
* View and save logcat
* Advanced backups
* Restore from backups
* Bypass “your” device security
* build.prop Editor
* ADB Terminal
* Cryptographic hash sums comparing and calculator
and lots more.
* Clear battery stats
* Launch activities of the apps
Click to expand...
Click to collapse
So... will this program unlock the bootloader on my phone?
BTW, Kingroot and Kingoroot are two of MANY programs I've tried to use.

uptwolait said:
Okay, I kind of jumped ahead on my question. I'm trying to root my BLU Studio Selfie 2, and I can't unlock the bootloader. When I get to that menu, it says to press Volume Up to select, but the phone won't let me do that.
So... will this program unlock the bootloader on my phone?
BTW, Kingroot and Kingoroot are two of MANY programs I've tried to use.
Click to expand...
Click to collapse
If your device is mediatek and you see very few or no custom roms, I'm 90% sure that you won't be able to unlock bootloader of this device ever. This tool unlocks bootloader of devices like nexus, pixel and android one.
Did you tried towelroot and framaroot to root your device?

Shady88 said:
Hi! Is it possible to create a flashable zip and how? I used to use Android Ultimate Toolbox Pro to create flashable zips for my apps to make them system apps, including placing their system libs in the right system path (for example system/lib, system/lib64, etc). Is this tool able to do that and how? Thank you so much for the tool anyway
Click to expand...
Click to collapse
See if this works for you? https://forum.xda-developers.com/android/software-hacking/tool-6-feb-android-flashable-zip-t3551772

Samsung GT-S5830 step-by-step please?
Hi,
I just happily made the Suite see my GT S5830 and I am about to try my first stock firmware flash. Of course I am rather afraid of bricking the box, so perhaps there is some tutorial available how to make it with the Suite? Please?

Related

[ROM][6.35][32A/32B?] FroyoDragon 0.8.1 (29 Apr 2012) :D

FroyoDragon
v0.8.1
"28 minus 11 Days Later"
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
INTRO
Welcome to FroyoDragon!
This is a personal, home-made ROM I've decided to share with all of you. Its main purpose is to offer speed, stability and the newest stuff available, while still being Froyo.
FEATURES
AROMA Installer by amarullz!
Based on CM6 Stable
Port of Cronos Froyo & Cronos Ginger Hero ROM
Latest Carz's kernel
Latest Google Apps
Latest Superuser
135 Density (320x480 resolution!)
AudioPara hack
Custom build.prop customizations
Increases download/upload speed in some networks
No bloat, stock look!
5x5 home grid
MarketEnabler included
Fast, fast, FAST!
DOWNLOAD
IMPORTANT: Before downloading the ROM and flashing it blindly, YOU MUST READ AND UNDERSTAND the important information shown here, ELSE DON'T WHINE SAYING IT DIDN'T WORK AND THAT I DIDN'T WARN YOU.​
1. This ROM DOES NOT SUPPORT CUSTOM MTD. You can do it, but don't come asking for help if you use it and something doesn't work and you break your device or whatever.
2. You NEED. I repeat, N-E-E-D ClockWorkMod Recovery v4.0.1.4. NO, it WON'T work with Amon_Ra or anything else. It might flash, but it doesn't install everything correctly. You can get such recovery HERE (Fixed).
3. Do a FULL WIPE (/boot, /data, /cache, /system, /sd-ext) before installing this ROM. NO, it's NOT incremental and if you try to install it over a ROM it WILL format these partitions.
4. This ROM has been tested ONLY with RADIO 6.35.16.19 AND 6.35.10.18.
5. Last but not least, I would like to say I am, but I'm not responsible if by flashing this ROM you start WW3, your PC explodes or makes your phone become a Cylon and assimilates you (wtf xD) so... as always with any other ROM out there: Try it at your own risk.
Everything said, here are your links
Version 0.8.1 (29 Apr 2012)
Version 0.8 (19 Apr 2012)
Version 0.7 (04 Mar 2012)
Version 0.6 (22 Feb 2012)
Version 0.5 (08 Feb 2012)
Version 0.4 (06 Jan 2012)
Version 0.3.9 Vanilla (Barebones) (23 Dec 2011) - READ IMPORTANT INFO HERE
Version 0.3.8 Vanilla UPDATE 1 (Barebones) (13 Dec 2011)
Version 0.3.8 Vanilla (Barebones) (11 Dec 2011)
Version 0.3.7 UPDATE 1 - Vanilla (Barebones) (21 Nov 2011)
Version 0.3.7 - Vanilla (Barebones) (19 Nov 2011)
Version 0.3.6 (29 Sep 2011)
Version 0.3.5 (27 Sep 2011)
Version 0.3.4 (12 Sep 2011)
NOTE FOR 32B USERS: This ROM -works- for 32B ---BUT--- you have to flash an appropiate kernel for it to work, as the included one only works for 32A. And yes, there's no CWM Recovery BUT YOU CAN USE AMON_RA 1.7 (only 32B). Also, camera may or may not work, I've found it's random, so your device may vary. Still, I think it's worth the flashing . Enjoy 32B users! thanks to all those who have helped to test it in their devices ^_^!
PATCHES / UPDATE.ZIPs
These are update.zip files you can download into your SD Card and apply using ClockworkMod Recovery v4.0.1.4 to archieve some desired effects in the ROM.
You can apply them anytime unless they say they're made to be applied ONLY after flashing the ROM zip.
Most (if not all) of these patches are ROM-independent. If you're using it in your ROM to help your users, PLEASE GIVE PROPER CREDIT!, or if I find out (and trust me I will) I'll take them offline. Thanks .
LCD Density 160 (Bigger fonts and UI. Default resolution) (19 Nov 2011)
LCD Density 135 (Higher resolution. Smaller fonts / UI. FroyoDragon default) (19 Nov 2011)
3D Gallery + Linked camera APK (23 Dec 2011)
INSTALL INSTRUCTIONS
1. Download the ROM
2. Boot into recovery
3. Mounts & Storage -> Wipe: /data, /cache, /boot, /sd-ext, /system.
5. Install Zip from SD Card
6. Choose Zip from SD Card
7. (choose the ROM file you downloaded)
8. Reboot system now.
POST-INSTALL INSTRUCTIONS
1. Wait for the wizard to finish installing the ROM, then the phone will reboot.
2. After choosing whether to grant access or not to MarketEnabler, you can start using your phone. If something goes bogus here, reflash.
PROBLEMS?
Sadly, I highly depend on the details you provide in order to help you. If you have any sort of problems, please follow the following steps:
1. Make sure you have ADB installed, up and running. There are lots of tutorials on how to do this on the web and on XDA. It's an easy process and helps a lot.
2. Turn the phone off.
3. Open a command/terminal window and type "adb logcat" without the quotes.
4. It should say something like "-- waiting for device --".
5. Turn it on as you would normally (this means, no pressing the home or volume buttons).
6. You should see lots of output. Wait 2-5 minutes or so and copy the output to Notepad or somewhere else.
7. Paste it on paste.ubuntu.com, pastebin.ca, pastebin.com, etc. or send it to me through PM as a compressed file (ZIP, RAR, whatever works).
By following those simple steps, we all can benefit from your help, including the assistance you can get from it.
Click to expand...
Click to collapse
CREDITS
CronosFroyo team
GingerYoshi team
Amarullz
Carz
Everyone who made this possible and taught me lots of stuff here on XDA, IRC and everywhere
Enjoy! ^_^
CHANGELOG
0.8.1 (29-Apr-2012)
=== CORE & SYSTEM ===
* Default Froyo sounds re-added
* Fixed FroyoDragon Experience install process (thanks guys!)
=== APPS ===
* Updated:
- Dolphin Browser HD
- GMail
- Rythm Software's File Manager
- SMS Backup & Restore
Code:
0.8 (19-Apr-2012)
=== CORE & SYSTEM ===
* USING AROMA INSTALLER v2 by amarullz! :D
* Improved init.d functions
* Improved wiping method (added erase_image command)
* Permissions granted to the /dev/voc* devices so rVoix can work
* CompCache disabled (it's even FASTER!)
* Pico TTS engine re-installed again
* TTS voices added (taken from the installer in market. DE,EN,ES,FR & IT)
* HTC radio build.prop "htcmaskw1" set (found in some RUU)
=== APPS ===
* New:
- Google Speech-Recognition Support (Voice Search)
- YouTube
- DeskClock (The stock clock is back in black!)
* Updated:
- ChargeBar
- Dolphin Browser HD
- Go Launcher EX
- Google Maps
- SMS Backup & Restore
* Replaced:
- Google Maps 6.3 -> Google Maps 6.5 brut.all/ownHere MOD (navigation in all countries)
found in ( [URL]http://forum.xda-developers.com/showthread.php?t=1007132[/URL] )
0.7 (04-Mar-2012)
=== CORE & SYSTEM ===
* Fixed /data/data copying routines as they weren't working as expected
* Fixed ChargerBar appearing ontop of fullscreen apps/games
* Fixed: Holy crap, firstboot.sh wasn't executing AT ALL O_O... or something like that!
=== APPS ===
* Fixed:
- ChargeBar shouldn't be installed in Stock Froyo
* Updated:
- ChargeBar to new version. Now appears on the lockscreen :D
- Dolphin Browser HD to new version. It has been optimized and it's faster :D
- GO Launcher EX
- SMS Backup & Restore
* Replaced:
- File Expert -> Rythm Software's File Manager (File Expert was asking for payment when getting
root permissions (something it didn't do before) so I'm replacing it with something which does
it for free.
0.6
=== CORE & SYSTEM ===
* su binary updated to 3.0.3.2
* Enabled lock/unlock sounds :)
* Modified SMS preferences as follows:
- Vibration ALWAYS ON when receiving an SMS
- Receive SMS delivery reports
- Receive MMS delivery reports
- Removed the 200-message-limit for each conversation thread (yay!)
* Set the phone to Always Vibrate when receiving any notification
* Display nick/organization under the caller's contact name
* In-call touch UI enabled by default
=== APPS ===
* Replaced:
- Dolphin Browser Mini -> Dolphin Browser HD
* Updated:
- SMS Backup & Restore
- File eXpert
- GO Launcher EX
- Google Maps
=== FROYODRAGON ===
* Fixed post-install startup app multi-re-initialization
* Fixed version numbering
* Using Joeseph Mother's f-su.zip to get superuser access without the dialog, so the
FroyoDragon wouldn't get interrupted by its dialogs. It's also more automatic that way.
It is also replaced by the normal su+superuser.apk as we all know it when it finishes
installing.
=== FROYODRAGON EXPERIENCE ===
* Added iPhone-y sounds 'cause I like them :)
* White SMS background for Froyo Stock, Black for FroyoDragon Experience
* APPS Added:
- CB Battery Bar (more accurate battery meter using only 1-pixel-height colored bar)
================================================================================================
================================================================================================
================================================================================================
0.5 (08-Feb-2012)
=== CORE & SYSTEM ===
* Back to old Carz's kernel. Been having signal, phone & wifi issues after a while.
* Tweaked init.d scripts some more
* Tweaked framework.jar to improve scrolling speed ([URL]http://forum.xda-developers.com/showthread.php?t=1411317[/URL])
* SDCard read ahead back to 512 due to tips from ([URL]http://forum.xda-developers.com/showpost.php?p=18021594&postcount=184[/URL])
* Added Darky's ZipAlign script on boot from ([URL]http://forum.xda-developers.com/showthread.php?p=18285859[/URL])
* Superuser binary updated to v3.0.3.2
* Removed "Kill app on long-pressing back button" as it became a bit annoying sometimes
* Fixed missing & incompatible market apps with LCD-density-patched market 3.4
* Replaced Email.apk with Android Emulator's one thanks to Laurie ([URL]http://laur.ie/blog/2010/09/exchange-2010-sp1-sync-with-android-froyo/[/URL])
so it allows to sync with Exchange 2010 servers which have ActiveSync set by default as synchronization devices (tested as of today)
=== APPS ===
* Updated:
- GO Launcher EX
- GO Launcher EX Notification
- Google Maps 6.2
- SMS Backup & Restore
- Android Market 3.4.4 (LCD-Density-Patched)
- Market Enabler
* Fixed:
- Wired Tether app moved back to /data/app so it installs correctly
* Replaced:
- Mini File Manager -> File Xpert. Sorry :( but it seems the current app doesn't
have a hook which the SMS Backup & Restore app needs to let the user browse
for a different backup file. Also, File Xpert can explore the whole device ^_^.
================================================================================================
================================================================================================
================================================================================================
0.4 (06-Jan-2012)
=== CORE & SYSTEM ===
* NEW KERNEL from Carz's CM 7.1 (2.3.7) 12-31-2011's build :)
* Fixed Google Maps slowdown with build.prop edit in OpenGL version
* /etc/init.d script enhancements for better battery use and speed tweaks
by BMc08GT found in PowerBoost v2.2 (for DroidX, LOL)
* More build.prop enhancements
* APNs updated
* Added new media profiles XML
* /data/local/userinit.d support
* Updated HTC Radio & Acoustics libraries with 2.3.7 ones
* Updated Android PixelFlinger 1.3 to 1.4 (yay!)
* Updated libnetutils.so & libnetlink.so with 2.3.7's so WiFi worked with Carz's 2.3.7 kernel
* Updated some Permissions XML files
- Added Android VoIP SIP XML
- Added raw audio permission allowance (I think?)
* Added Android location provider
* Added DroidSansJapanese.ttf font file
* Updated QWERTY keylayout file
* Updated Zoneinfo files from 2009s to 2011n
=== FROYODRAGON ===
* Updated helper utility to change themes within a script
* Added "branding" feature on post-install script, so you can choose if you want
the full FroyoDragon experience or Stock Froyo instead :)
* FroyoDragon Experience:
- Minimal Matte skin!, thanks to LordGiotto for suggesting it :)
Skin by shiftedx - [URL]http://forum.xda-developers.com/showthread.php?t=726912[/URL]
- Better fonts :)
- Custom gingerbread-like statusbar 3g/signal/battery icons from UOT kitchen :D
- Better smileys (less droid-like because the ":O" and ":*" looked damn weird! D:)
They are updated in the framework-res, but they don't show up in MMS/GTalk, oh well.
=== APPS ===
* Updated:
- GO Launcher EX
- SMS Backup & Restore
* Added:
- Bander Notepad (Stock doesn't have a notepad, and it's highly needed!)
================================================================================================
================================================================================================
================================================================================================
0.3.9 (23-Dic-2011)
* Tweaked SD card r/w buffer to 3072
* More build.prop & init.d enhancements
* Improved FroyoDragon startup app to provide more information while installing.
* Added a helper app for interactive post-install scripts. Don't worry, it's
uninstalled upon finish.
* Apps updated:
- GO Launcher EX
- GO Launcher EX Notifications
- Android Market 2.2.6
- Google Maps 6.0.3
- SMS Backup & Restore
* Apps replaced:
- Stock Browser -> Dolphin Mini
* Apps added:
- Google Talk
0.3.8 Update 1 (13-Dic-2011)
* Improved camera quality by changing ImageEncoding quality to 100, 95, 90
* Increased camera memory cap to 25000000
* Back to old market because it's faster, with default MDPI assets.
* Apps updated:
- SMS Backup & Restore
- Google Maps 6.0.2
* Apps added:
- Email app
0.3.8 (11-Dic-2011)
* Tweaked progressbar.
* Improved updater-script with a better wiping method.
* MarketEnabler already set to emulate a specific region with all apps.
* Fixed signal bug with Gingerbread's radio & acoustics HTC libs.
* Back to old market because it's faster.
* Fixed market's white titlebar with HDPI assets.
* Apps updated:
- Market Enabler
- GO Launcher EX
- Superuser (su) to 3.0.7
0.3.7 Update 1 (21-Nov-2011)
* updater-script now formats /cache :)
* build.prop enhancements & performance improvements (hopefully)
* Fixed Market top bar issue with Froyo HDPI market (FreeX10 ROM)
* Fixed keyboard transparent borders issue by editing the LatinIME.apk
with HDPI images from stock froyo's LatinIME in HDPI from FreeX10 ROM
* Added LED notification events for bootup (init.d) and FroyoDragon
first-boot initialization & setup. Check the thread for more info.
* Changed libhtc_ril.so (HTC's radio library, I assume) which seems
to have fixed the missing signal issue, YAY!. Still has a bug or
two but it seems it's fixed now, or at least it doesn't annoy
as much, but for those with problems, please give it a try.
* Replaced LauncherPro with GO Launcher EX in Vanilla froyo because
it has resizable widgets already, and it's as fast as LP.
* Added custom-made GO launcher theme for this ROM, or any stock
froyo anyways. DO NOT REDISTRIBUTE.
0.3.7 (19-Nov-2011)
* More build.prop enhancements & experimentation
* Fixed initial apps package install method
* Fixed USB tethering app (missing lib due to wrong install method)
* Fixed? unable to fully remove 2G/3G & WiFi notification toggles
(thanks guys for your bug reports!)
* New install flavors (separate ZIP files):
* Vanilla Froyo
* FroyoDragon
* Added COOL NEW WALLPAPERS! (thanks mcdizzay!, they rock! :D)
* Removed /system/bin/mountro and mountrw. They never work I dunno why
* Apps updated:
- GMail
- SMS Backup & Restore
- SoundHound
- Market Enabler
* Apps added:
- File Manager (APK provided by Dejavot!)
- anCorder (Use this to record videos instead)
- eBuddy (for IM)
- WhatsApp (free BBMSN-like chat)
- Twitter
- Facebook Messenger
* Apps replaced:
- Dialer -> GO Dialer EX
- Contacts -> GO Contacts EX
- LauncherPro -> GO Launcher EX
0.3.6 (29-Sep-2011)
* Wallpaper pack added! cool dragons ahead! :P
* Wallpapers taken from DeviantArt & random websites. Credits go to:
Gerguter, Crom29, di3i3pum, darkdevil88 , aeremita & rigobcastro.
* Fixed sounds in build.prop, sorry!
* windowsmgr.max_events_per_sec set to 80 to see if there's an improvement
(as found in a Huawei UM840 ROM. Slower phone but it has faster responsiveness
so I guess it'll help)
* Google maps 5.10.1 released 28-Sep-2011 with WORKING navigation - even for
Venezuela! (yay!) no need for brut.all's mod :)
* Fixed Camera & 2D Gallery - Camera wasn't opening the 2D gallery when touching
the last-shot-picture-button :P
* Apps updated
- SoundHound
* Apps added
- Twitter (official)
* Apps replaced
- Browser -> Dolphin Browser Mini
0.3.5 (27-Sep-2011)
* a2SD DISABLED. I seem to get disappearing apps after a random manual reboot
so I'm disabling it to see if that's the culprit or not.
* Removed extra audio files to reduce download size. Install Rings Extended
to change the sounds.
* Better build.prop file :)
* Removed Hero/Trout keypad files. They aren't for Sapphire/Magic.
* Removed unneeded? config files.
* Fixed /data permissions in updater-script.
* Cleaned up startup scripts.
* Added different NTP servers (GPS might be faster now, hopefully!).
* USB Tethering "fixed" (workaround by running Wired Tether app instead!)
* Improved post-install scripts
* Improved APNs
* Modified LED light library with library taken from Pershoot in order
to blink green while charging so you can see you have pending
notifications (SMS works & tested). More info:
- [URL]http://droidbasement.com/db-blog/?p=1301[/URL]
- [URL]http://forum.xda-developers.com/showthread.php?t=852299[/URL]
* Back to the original fonts (sorry for the previous tiny iPhone-like font!)
* Fixed squares shown where special characters would be because of the
previous version's font change
* Anti-DroidDream malware patch applied by Rodderick. More info:
[URL]http://forum.xda-developers.com/showpost.php?p=11782644&postcount=1[/URL]
* Window/Transition animations set to Fast
* Fixed initial volume & vibration settings
* Enable rotation by default
* Added hacked Camera.apk to call 2D gallery instead of 3D one by
smoothtaste, thus, fixing bug reported by jhonatann_989! :) More info:
[URL]http://forum.xda-developers.com/showpost.php?p=9284928&postcount=5[/URL]
* Bluetooth name changed to "HTC Magic"
* Apps added
- Notepad
- Facebook
- SoundHound
- Wired Tether
0.3.4 (12-Sep-2011)
* Fixed bootloop caused by wrong font name (Clocktopia.ttf instead of Clockopia.ttf!)
* Fixed buttons not lighting up (backlight) thanks to johmir for providing solution found in a CGX-Magic ROM post by arekmelerski
( [URL]http://forum.xda-developers.com/showpost.php?p=17451450&postcount=76[/URL] )
* Tweaked wipe.sh once again
* Tweaked /etc/init.d/30tweaks using some stuff found in CGX-Magic ROM :P
* Updated MarketEnabler
* Added SMS Backup & Restore
* Another attempt at fixing FCs, sorry! u.u
0.3.3 (1-Sep-2011)
* Better wipe.sh modifications
* Corrected LICENSE file
* Cronos modules/governor removed, due to being the Death-In-Sleep cause.
* NTP pool changed to south-america.pool.ntp.org
* Removed useless /ec/bookmarks.xml
* New iPhone-like fonts!
* Fixed? LauncherPro FCs (hopefully!)
* Removed QuickPic and added the 2D default gallery (thanks jhonatann_989!)
* Fixed? Accelerometer with some help from jesusotero!
* Rollback GL library, since the modified one caused problems :/
0.3.2 (12-Aug-2011)
* New adb/terminal commands: mountro, mountrw, to mount /system read-only or read-write.
* Added Cronos modules and tweaks, from Cronos Froyo
* Some fixes in updater-script
* Ad-free hosts file (sorry, data plans are expensive in my country)
* AudioPara.csv reverted to CM6 original, just for testing call volumes. For some reason it gets *too* loud.
* Updated libraries (should be a bit faster now)
* GL
0.3.1 (10-Aug-2011)
* Bootloops fixed now.
* Frequency changed from 352-614 to 352-595 so it's safer. Damn, need an UI for that.
* Added a very cool post-boot step, where some apps are installed and permissions get fixed. It also helps to make the first boot faster.
* Added latest gmail.
* New, cooler bootanim.
0.3 (09-Aug-2011)
* Tried to fix the force-closes and bootloops.
0.2 Test 1 (09-Aug-2011)
* Added after-boot script to fix the black screen error and reboot the phone automatically. That should fix the black screen errors.
0.2 (08-Aug-2011)
* Fixed LauncherPro FCs at first boot
* Added Carz's kernel in the install process
* Fixed GPS/Wifi issues by including kernel
* Gallery added (QuickPic)
* Newer update-binary
* New bootanim by Sparksco just 'cause I like it and it has fire in it :P ( [URL]http://forum.xda-developers.com/show...postcount=7133[/URL] )
0.1 (6-Aug-2011)
* Initial release
I'm looking for a fast and stabile rom. I hope your rom could be the end of my quest
Is the kernel oc ready? Does theater works? Everything is stable?
Thank you for the answers and for your work that you share with us
Sent from my HTC Sapphire using XDA App
Congratulations! Glad you managed to make it.
Cheers
LordGiotto said:
I'm looking for a fast and stabile rom. I hope your rom could be the end of my quest
Is the kernel oc ready? Does theater works? Everything is stable?
Thank you for the answers and for your work that you share with us
Sent from my HTC Sapphire using XDA App
Click to expand...
Click to collapse
So far, it's stable for daily use .
Yes, the kernel is OC ready (it comes from Carz's latest one ). I haven't tested tethering, but it should. I haven't had any FCs or similar. Sometimes the screen doesn't come back up but it does after a few button presses and in rare occasions, mostly when playing music and I'm on the street so I can't take a logcat in those moments lol but I need to fix that for sure .
Unkjcr said:
Congratulations! Glad you managed to make it.
Click to expand...
Click to collapse
Hehe yeah, thanks for your help!
ROM IS UPLOADED! ^_^ remember to make a nandroid backup and such first =).
does not boot
Hi I flashed the rom goes thru fine but it does not boot just shows the network splash screen and stays that way did it twice not sure what I am doing wrong any help?
thanks
johmir said:
Hi I flashed the rom goes thru fine but it does not boot just shows the network splash screen and stays that way did it twice not sure what I am doing wrong any help?
thanks
Click to expand...
Click to collapse
The network splash screen takes a while. For how long did you let it boot?
Try to get a logcat:
Turn the phone off
Run "adb logcat"
Turn the phone on
Wait around 5 minutes or so.
If you see something similar to the first few lines you see when it boots it could be bootlooping, but I don't know for sure.
When you get the logcat, paste it somewhere (pastebin.com, pastebin.ca, paste.ubuntu.com, etc) and post it here so I can take a look at it, or zip it and send it to me through PM, and I'll try to solve it
thank you for this rom, gonna try it out later
previously using eclair with sense
hope wifi, bluetooth, thether, will work properly
thanks again!
johmir said:
Hi I flashed the rom goes thru fine but it does not boot just shows the network splash screen and stays that way did it twice not sure what I am doing wrong any help?
thanks
Click to expand...
Click to collapse
same here , and i did leave it for more than 15 minutes and did that for more than 3 times
wow see good
i install the rom and tell you how its is
but thank man for your hard work
rom not ok
when i try to connect to wifi get erro why ?
darkguy2008 said:
The network splash screen takes a while. For how long did you let it boot?
Try to get a logcat:
Turn the phone off
Run "adb logcat"
Turn the phone on
Wait around 5 minutes or so.
If you see something similar to the first few lines you see when it boots it could be bootlooping, but I don't know for sure.
When you get the logcat, paste it somewhere (pastebin.com, pastebin.ca, paste.ubuntu.com, etc) and post it here so I can take a look at it, or zip it and send it to me through PM, and I'll try to solve it
Click to expand...
Click to collapse
Thanks for your reply I am unable to get a logcat because when its connected to the computer and i reboot it displays the splash screen and FASTBOOT USB in red I even changed to the recovery that's in your signature same result could it be the radio I could try an older radio i will try a few things and let you know
Okay guys, I think I know what's wrong...
I think I forgot to mention to flash Carz's kernel after flashing this ROM. I'll try to make an updated 0.2 with the kernel included - or - you can try to download Carz's kernel and flash it and try to boot again.
This will fix the Wifi/GPS/boot issues -------------------------^
Download link: http://www.megaupload.com/?d=Q3TMCQGM
To the rest of you, thanks for the support! ^_^
question
hey darkguy2008,
I flashed carz kernel and still no boot. Does this rom use custom partition?
johmir said:
hey darkguy2008,
I flashed carz kernel and still no boot. Does this rom use custom partition?
Click to expand...
Click to collapse
Nope, it doesn't. Right when it's on the carrier logo screen, can you run "adb logcat" and see what does it say? it should stop saying "-- waiting for device --" and start throwing up a lot of data, doesn't it?
AFAIK, ROM stuff doesn't touch (or affect) fastboot at all. Worst thing I've gotten is the phone going back into recovery after an unsuccessful boot :/
I'm gonna upload v0.2 now, try with it when it's done
Hello
Version 0.2 doesn't boot.
Stays at HTC Magic
Any solution?
Thanks
zenga said:
Hello
Version 0.2 doesn't boot.
Stays at HTC Magic
Any solution?
Thanks
Click to expand...
Click to collapse
Well, I don't know solutions because that hasn't happened to me yet, but we can try to find a solution together.
Please follow the steps in the "PROBLEM?" section in the first post (I've just edited it) in order to be able to help you .
darkguy2008 said:
Well, I don't know solutions because that hasn't happened to me yet, but we can try to find a solution together.
Please follow the steps in the "PROBLEM?" section in the first post (I've just edited it) in order to be able to help you .
Click to expand...
Click to collapse
I did follow the steps exactly the ADB logcat stays at "waiting for device" 20 minutes maybe is not compatible with my device the first one of many that I have tried I guess there is always a first time.
My device is a magic is yours a magic too? I was looking forward to your 6.35 radio rom as I like froyo they seem to run real smooth on my old radio 3.22 setup.
Thanks
johmir said:
I did follow the steps exactly the ADB logcat stays at "waiting for device" 20 minutes maybe is not compatible with my device the first one of many that I have tried I guess there is always a first time.
My device is a magic is yours a magic too? I was looking forward to your 6.35 radio rom as I like froyo they seem to run real smooth on my old radio 3.22 setup.
Thanks
Click to expand...
Click to collapse
Yes, mine is a Magic 32A, just like my signature, except I have a different recovery now. Maybe that's the issue?
Try carz's recovery:
http://www.multiupload.com/527GZ5FVWZ
Yeah, first time too, because I have tried lots of roms and never gotten such issues ... USB and ADB are a little picky, try replugging them, try to get back to a previous ROM and see if you can get ADB in it. If you can then something's up with the ROM, if you can't, then something's up with your PC setup (mostly ADB+USB issues :/ ).
If you get your SPL and Radio the same as I have in my signature, you shouldn't run into problems
darkguy2008 said:
Yes, mine is a Magic 32A, just like my signature, except I have a different recovery now. Maybe that's the issue?
Try carz's recovery:
http://www.multiupload.com/527GZ5FVWZ
Yeah, first time too, because I have tried lots of roms and never gotten such issues ... USB and ADB are a little picky, try replugging them, try to get back to a previous ROM and see if you can get ADB in it. If you can then something's up with the ROM, if you can't, then something's up with your PC setup (mostly ADB+USB issues :/ ).
If you get your SPL and Radio the same as I have in my signature, you shouldn't run into problems
Click to expand...
Click to collapse
I used the same recovery but cant get anywhere with the rom. ADB and logcat is fine starts few seconds after the splash screen appears in all ROM's even froyo by lazslo a G1 rom with ezterry's auto kernel. I will try some froyo kernels and see if I can get it to boot. Will keep you updated.
Thanks for for your effort

[rom] Unofficial CyanogenMod 9 for many AllWinner A10 tablets

Supported tablets
* Mediacom 907c, Momo11 Bird, JXD S9000, Eken A90 (first revision) and clones need 907c_compatibility_1.2.x.zip.
* Visture V3 and clones need visturev3_compatibility_1.2.x.zip compatibility zip.
* Mediacom 910i, Teclast A10t and clones need 910i_compatibility_1.2.x.zip compatibility zip.
* ICOO D90W and clones need d90w_compatibility_1.2.x.zip compatibility zip.
* CEMA10N7 "unknown" device needs cema10n7_compatibility_1.2.x.zip compatibility zip.
* Bmorn V99 needs v99_compatibility_1.2.x.zip compatibility zip
* Mediacom 711i, Momo9 and clones need 711i_compatibility_1.2.x.zip compatibility zip
* Protab2XXL needs protab2xxl_compatibility_1.2.x.zip compatibility zip
* Sanei N83 needs n83_compatibility_1.2.x.zip compatibility zip (note: internal bt doesnt work and will never work)
* Hyundai A7HD needs a7hd_compatibility_1.2.x.zip compatibility zip
* MOMO9 needs momo9_compatibility_1.2.x.zip compatibility zip
* Onda Vi40 V3 needs vi40_compatibility_1.2.x.zip compatibility zip
* LY-F1 and clones need lyf1_compatibility_1.2.x.zip compatibility zip
* Protab2XXLv2 needs protab2xxlv2_compatibility_1.2.x.zip compatibility zip
* TNT Singularity and clones need singularity_compatibility_1.2.x.zip compatibility zip
* Eken T01 needs t01_compatibility_1.2.x.zip compatibility zip
* Eken T02 needs t02_compatibility_1.2.x.zip compatibility zip
* Eken T05a V1 needs t05a-v1_compatibility_1.2.x.zip compatibility zip
* Eken T05a V2 needs t05a-v2_compatibility_1.2.x.zip compatibility zip
* Eken T05a V3 needs t05a-v3_compatibility_1.2.x.zip compatibility zip
* Eken T05a (unknown version) needs t05a-unk_compatibility_1.2.x.zip compatibility zip
* Eken T10 needs t10_compatibility_1.2.x.zip compatibility zip
* Eken T10 with mxc622x g-sensor needs t10-2axis_compatibility_1.2.x.zip compatibility zip
* Sanei N10 needs n10_compatibility_1.2.x.zip compatibility zip (note: internal bt doesnt work and will never work)
* Onda Vi30 Deluxe V3 needs vi30-deluxe-v3_compatibility_1.2.x.zip
* Onda Vi40 Ultimate needs vi40-ultimate_compatibility_1.2.x.zip
* Onda Vi10 Elite needs vi10-elite_compatibility_1.2.x.zip
* Ainol Novo7 Elf needs elf_compatibility_1.2.x.zip
* Sanei N83 Deluxe needs n83-deluxe_compatibility_1.2.x.zip compatibility zip (note: internal bt doesnt work and will never work)
Tablets supported with legacy support (see FAQS section for more infos)
* Mediacom 917i and 927i need 917i-927i_legacy-compatibility_vX.zip comp zip
* Gemei G2 needs g2_legacy-compatibility_vX.zip comp zip
* Gemei G9 (those not working fine with "regular" 907c comp zip) needs g9_legacy-compatibility_vX.zip comp zip
* Sanei N90 needs n90_legacy-compatibility_vX.zip comp zip
* Ainol Novo7 Aurora v1 and v2 need aurora-v1-v2_legacy-compatibility_vX.zip
* Ainol Novo7 Aurora v3 needs aurora-v3_legacy-compatibility_vX.zip
* MK802 PC-on-a-stick needs mk802_legacy-compatibility_vX.zip
You can check "testing" section of my AndroidFileHost space to find out few more tablets that require some testing to be approved
You can get them on this website
Features
* Bluetooth USB dongle support (btusb and ath3k)
* USB GPS support (cp210x and pl2303)
* Xbox 360 gamepad support (xpad)
* PS3 USB gamepad support (hid-sony)
* Generic / chinese (Pantherlord / GreenAsia) gamepads support (hid-pl and hid-gaff)
* OpenVPN support (tun)
* NTFS and ExFat support
* Veno congestion control algorithm
* USB audio support
Instructions
* Upload zips to MicroSD or internal memory.
* Boot into CWM keeping pressed VOL- (MENU) and POWER for 3 secs, than release POWER and after another sec release VOL- (or use Novo7 tools if it doesn't work for your device)
* Select "wipe data/factory reset"
* Select "install zip from sdcard" -> "choose zip from sdcard" (or "choose zip from internal sdcard" if your files are into internal memory) and flash, in this order, rom / gapps / compatibility zip
* Now go back, and select "Reboot system now"
* Enjoy cm9
Note: when you update to a newer build you don't need to do a full wipe, you just have to wipe cache and dalvik cache
Changelog
Code:
[url=http://allwinner-cm9.googlecode.com/files/cm9_nightly_20120913.zip]2012-09-13[/url]
*** This will be the latest release. Rom development is now discontinued since I moved to other SoCs ***
* Full spoof as SGS2 (GT-I9100) for better GameLoft / EA compatibility
* Fixed FC on license check of some games (specially gameloft one)
* Bluetooth dongle now supports hotplug
* Cyanogenmod's option to hide status bar now will permanently hide it (not only if the app requests the FULLSCREEN flag). You can enable/disable this option using the included ToggleBar app or checking/unchecking the option from "combined bar"'s settings.
* Added WiFi wakelock (change WiFi sleep policy to "Never" or the tablet won't sleep)
* Updated upstream sources
2012-07-21
* updated: cm9 sources
2012-07-11
* !!! WARNING !!! Compatibility zip 1.2 is required !!! WARNING !!!
* bump kernel version to 3.0.36
* updated: cm9 sources
2012-06-24
* added: devlistener, a small daemon to set write permissions for supported usb bluetooth dongles
* removed: u3gmonitor (tell me if your 3g dongle was working with previous version and now it doesn't)
* changed: build fingerprint to match SGS2
* changed: minor change to HDMI kernel code according to a patch submitted by Quarx2k that behaviour was consuming 5-8% of cpu for nothing
* updated: cm9 sources
2012-06-15
* Do NOT flash "fix_mxc622x.zip"! It's already included
* added "gsensor special coordinate settings" menu entry that solves problems for some gsensor in some games (note that on mxc622x many games won't work because it has only 2 axis)
* added preliminary support for usb audio playback (thanks tsynik for the hint)
* updated kernel
* updated: cm9 sources
2012-06-10
* !!! WARNING !!! You need to download a new compatibility zip, 907c/MOMO11/S9000 users now requires one too !!! WARNING !!!
* now rom is based on the community developed 3.0.31 kernel (every tablet but A7HD that now has a "legacy" support)
* changed some "cosmetic" things like a wrong buttons layout when sysbar volume control was disabled; prevent camera app from going to fullscreen when combined bar auto-hide is enabled; add menu options to enable (default) or disable gsensor orientation when HDMI cable is plugged in; fixed (thanks turl) screen off animation
* in "Misc" section of Update Me now you'll find an "Ad-Hoc enabler" zip. Flash it if you wanna connect to adhoc network but note that you'll lose WiFi Direct capabilities, WiFi AP should work anyway
* updated: cm9 sources
2012-06-07
* fixed: ip-up sets up NAT, now wireless tether (from tablet) works
* added: smartassV2 new default governor (not on A7HD because it uses a different kernel, read my request on slatedroid if you wanna use it
* added: volume control from system bar (it can be controlled from display settings; press "recent app" button to apply changes after toggling the checkbox)
* updated: cm9 sources
2012-06-04
* fixed: upside down problem of hw accelerated video playback on some devices
* added: forced landscape when connected to hdmi
* changed: wifi module with powersave options enabled (you can download the one without ps capabilities from Update Me)
* updated: cm9 sources
2012-05-31
* fixed: (hopefully) hw accelerated flash videos random issues
* updated: cm9 sources
2012-05-29
* added: some HID kernel module to enable PS3 usb gamepads and some generic/chinese gamepads
* added: minfree to tweak ram usage according to supercharger v6 recommended value for 1 gig devices
* updated: cm9 sources
2012-05-26
* WARNING: 910i/a10t needs compatibility zip v1.0.5; V3 needs v1.0.4
* added: usb ethernet support (I need feedbacks because I don't have any usb nic)
* added: display settings now has an "HDMI resolution" menu entry
* fixed: missing apns, now supported 3g dongles should connect out of the box
* updated: cm9 sources
* note: while connected to HDMI you have to enable 'combined bar auto hide' from 'settings - system - combined bar' to be able to watch them in fullscreen
2012-05-24
* added: tcp veno congestion control
* added: WiFi direct
* added: WiFi AP
* added: workaround for Ad-Hoc networks (have a look at Misc section of Update Me)
* fixed: WiFi driver now loads faster
* updated: cm9 sources
2012-05-23
* !!!!!! you have to re-download compatibility zip (hopefully for the last time) !!!!!!
* fixed: hdmi audio playback
* changed: some things in compatibility zip, a10t/v3 users report if you have gsensor issues (you shouldnt)
* changed: init.rc to make it more cm9 compatible
[URL="http://www.mediafire.com/?cdp3dwofstcykx5"]2012-05-22[/URL]
* !!!!!! you have to re-download compatibility zip !!!!!!
* changed: some wifi related stuff (report if it works better)
* fixed: camera recording
* fixed:/dev/ppp is now writable and pppd shouldnt bother anymore
* removed: some useless kernel module to free some space and avoid errors on devices with only 256mb of space in system partition
* updated: cm9 sources
[URL="http://www.mediafire.com/?ecf72r3qkri72wv"]2012-05-21[/URL]
* added: [URL="https://play.google.com/store/apps/details?id=com.acquariusoft.UpdateMe"]Update Me[/URL]
* added: stagefright video hardware acceleration (flash, etc.)
* fixed: cyanogenmod's camera app
* updated: cm9 sources
[url="http://www.mediafire.com/?ngxt7uvvr5xt46w"]2012-05-19[/url]
* fixed: UMS now handles both internal and external memories
* fixed: "reboot -> recovery" from cyanogen's power menu
* changed: kernel/modules from MOMO11 Bird 20120515 rom ([u]you have to re-download compatibility zip[/u] to match this new kernel, link's been updated)
* removed: oc_daemon from startup, if you wanna use it you have to change permissions of file /system/etc/init.d/89virtuous_oc to 755 (remember that only performance and fantasy governors are working fine, the other can cause reboots; i suggest you fantasy, it's something like interactive/smartass)
[url="http://www.mediafire.com/?4wdzork5fu74soq"]2012-05-18[/url]
* Works pretty much everything, it's an almost perfect daily use build.
Known bugs:
* I had to replace Cyanogen's camera app with Allwinner's because preview frame was incredibly huge and buttons couldn't be pressed.
* When you take a picture using camera the thumbnails that appears in Gallery are corrupted, but you can use an alternative (and better) app like [url="https://play.google.com/store/apps/details?id=com.alensw.PicFolder"]QuickPic[/url] as workaround. You can even disable Gallery app and use [url="https://play.google.com/store/apps/details?id=com.mxtech.videoplayer.ad"]MX Player[/url] as video player which works pretty fine in HW mode (you don't need any codec)
* Reboot to recovery doesn't work, it just reboots the tablet.
You can see upstream changelog here
Download link
* Androidfilehost.com
Gapps
* 2012-04-29
If you have a /system partition of 300+ MB you can flash "official" gapps from goo.im/gapps, you'll have a working Face UnLock as a bonus.
FAQ
* To manage volume from the sysbar you can install this app
* Legacy compatibility zips include stock kernel with extra modules (like bluetooth, gamepads, ecc.). It's enabled for ad-hoc and wifi direct won't work. USB Audio and DVB-T kernel modules won't work either.
* Sanei N10 users (and other with "internal sdcard" on /dev/block/nandj device) can use this version of cwm.
Sources
* Github repository
Screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Videos
http://www.youtube.com/watch?v=hMbbYuciA8A
Thank you Christian,
I really appreciate your work. After flashing this rom to my tablet (yarvik gotab exxa 9.7 - 907c clone) everything works great. Its noticably smoother and more responsive. I must say i was surprised that my 3g modem, bluetooth dongle and wireless mouse finnally started working. Althought there is one small issue. When I use internet browser (opera, chrome doplhin - doesnt matter) system periodically freezes for few seconds and after a moment everything is smooth again. Its very annoying and it will be great if you could check it and let know what is going on.
try to change governor, maybe your device doesnt play fine with smartassV2 (try using fantasy, you can do it from performance settings without extra apps)
LY-F1 clone regression in 1.2
Hi Christian,
I have a "Tomtop C1315" that appears to be an LY-F1 clone (I have pics online but can't post links yet). It's an A721 revision of the motherboard, with 4 DRAM chips rather than the A710's two (it still has 512MB like the A710). I just installed 2012-06-24 with 1.2 compatibility. Issues:
No touchscreen response at all.
I cannot get back into recovery using the volume-power sequence. It goes straight into normal mode.
I reinstalled with 1.1 compatibility, and saw this improvement:
None of the three capacitive buttons works.
Same issue with entering recovery mode via volume-power sequence. (I use adb reboot recovery or the power-off soft menu.)
Otherwise, camera/wifi/auto-rotation/sound are all perfect. I diffed the 1.2 and 1.1 compatibility zips, and among the ones that are changed, only ft5x_ts.ko is loaded on my device:
Code:
[email protected]:/ $ lsmod | sort
8192cu 633465 0 - Live 0xbf116000
asix 12949 0 - Live 0xbf0fd000
[B]ft5x_ts 46997 0 - Live 0xbf096000[/B]
gc0308 15063 1 - Live 0xbf0d6000
gt2005 16071 0 - Live 0xbf0de000
hid_gaff 2539 0 - Live 0xbf007000
hid_pl 2357 0 - Live 0xbf00b000
hid_sony 2377 0 - Live 0xbf00f000
mali 149934 6 - Live 0xbf064000
mcs7830 6458 0 - Live 0xbf10a000
mma7660 6853 0 - Live 0xbf0c3000
qf9700 5927 0 - Live 0xbf105000
rtl8150 10281 0 - Live 0xbf10f000
snd_hwdep 5503 1 snd_usb_audio, Live 0xbf013000
snd_rawmidi 18637 1 snd_usbmidi_lib, Live 0xbf018000
snd_usb_audio 105702 0 - Live 0xbf02c000
snd_usbmidi_lib 25207 1 snd_usb_audio, Live 0xbf021000
sun4i_csi0 29299 0 - Live 0xbf0e6000
ump 47368 11 mali, Live 0xbf052000
usbnet 16905 3 mcs7830,qf9700,asix, Live 0xbf0f3000
videobuf_core 18987 2 sun4i_csi0,videobuf_dma_contig, Live 0xbf0c9000
videobuf_dma_contig 3717 1 sun4i_csi0, Live 0xbf0d2000
xpad 9362 0 - Live 0xbf000000
I'm going to go out on a limb and guess that _ts stands for "touchscreen," so I suspect the change in that driver is responsible for the touchscreen regression in 1.2.
I have full hardware compatibility with a build called ICS-Seby_0.6.5_12.06.2012, but that one's available only in LiveSuit format, which is annoying if I want to keep my data. I'll re-flash that one and grab its touchscreen driver and see whether mixing/matching gives me better results. Anyway, hope this is helpful. I'd like to move over to your ROM because you stay pretty close to vanilla, use .zip update format, and put out new builds frequently. Thanks!
because if you take a look at the OP you'll see that it says compatibility zip 1.1.x; they're for different kernel versions, of course touchscreen won't load
to use capacitive buttons you have to use the comp zip another user posted on slatedroid, i've tried to use that module but touchscreen didnt work at all, btw it's minor since ICS has all the relevant stuff in the sysbar
Christian Troy said:
because if you take a look at the OP you'll see that it says compatibility zip 1.1.x; they're for different kernel versions
Click to expand...
Click to collapse
I see. I misinterpreted the 1.2 series as a newer version of the 1.1 series. Thanks for the explanation!
---------- Post added at 11:10 AM ---------- Previous post was at 10:28 AM ----------
Christian Troy said:
to use capacitive buttons you have to use the comp zip another user posted on slatedroid, i've tried to use that module but touchscreen didnt work at all, btw it's minor since ICS has all the relevant stuff in the sysbar
Click to expand...
Click to collapse
Thanks for the hint. I found the long thread on SlateDroid where user neilgfoster posted a link to his lyf1_compatibility_1.1.0_NF.zip. I reinstalled your ROM, substituting that update for your 1.1, and I have everything working perfectly! I haven't tried entering recovery from the hard buttons, but even if that doesn't work, there are plenty of other ways to get into recovery, so I don't care. Thanks again!
UPDATE: For 7 July 2012 builds and later, you want compatibility 1.2, not 1.1. Fortunately neilgfoster has created a 1.2 version of his comp zip, too, so look for that one instead!
big trouble no touchscreen
Hi I think I'm in big trouble
I have Onda elite vi40 v3
I wiped the cache and dalvin and I installed first the compatibility file and the the rom.
The system boots up but the screen is unresponsive.
How can I get into recovery now?
SC
Connect a mouse, keep power button pressed until the power menu pops up and then select reboot->recovery
Once in recovery flash the comp zip (and remember to flash it always after the rom)
After i update my device to latest version (for 1.2 compatibility), i cant find sound controls on taskbar =(. Why do you remove it?
volume sysbar will disappear from next cm9 build, it is incompatible with this commit: http://review.cyanogenmod.com/#/c/13306/ (systemui FC like happens on AOKP) :nea:
edit: you can try this app btw
Click to expand...
Click to collapse
that's why
Does it work on micromax funbook...
Sent from my Xoom using xda app-developers app
saif123a said:
Does it work on micromax funbook...
Sent from my Xoom using xda app-developers app
Click to expand...
Click to collapse
Sure the mono9 works
Sent from my HTC Desire S using xda app-developers app
Great Work Bro,Both AOKP N CM9 Made By U Rocks!!!
---------- Post added at 01:00 PM ---------- Previous post was at 12:58 PM ----------
Awesome Work Done By Troy!!!
Thanks For The CM9 Rom For My Ly-F1!!!
SANEI N83 Deluxe
Tried to flashed several times the latest (11.07. ) CM9 did not work on my Sanei N83 Deluxe over the latest stocked Rom 4.0.3 rooted..
The both Gapps and compatibility failed the signature verification and aborted. When booted remained without touch support.
Anyway for the time being returned to stock Rom again. Not any bricking etc..
EDITED;
Re-downloaded all three zip files and flashed again and installed gapps this time successfully. But again compatibility.zip v1.2 did NOT install and when booted no touch support..
MD5 verified no problem..
What to do now ? compatibility is wrong ?
Ths in advance..
If (- new kernel_ and an old bug : DON'T set brightness too low, your display will go black) Happens!!!
Then What Should We Do To Just Make The Setting Proper Again And Dont Prefer To Go To CWM N Factory Reset,Please Show Any Other Way To Recover The Phone To Normal!!!
default.xml?
Christian, I'm thinking about a port of CM to the A10-based MK802 thumb PC, and I bet that your codebase would be a good place to start. But I wasn't able to find the root Android repository (the one containing default.xml) in your GitHub account. Do you have such a repository locally? If so, would you mind mirroring it to GitHub so that I can fork it? Otherwise I'll start with Quarx2k's repo, but I'd prefer yours because I like it more.
there isnt, btw i had created a testing compatibility zip for mk802 but no one tested it... (i do "mount --o bind" the forked repos)
@love4chat connect it to a tv with an hdmi cable and reset brightness, it happens only on your model btw
Christian Troy said:
there isnt, btw i had created a testing compatibility zip for mk802 but no one tested it... (i do "mount --o bind" the forked repos)
Click to expand...
Click to collapse
That's too bad about the android repo. Time for me to learn how to make one myself!
As for the mk802 compatibility zip not being tested by anyone, I wonder whether the problem was that so few people had received theirs until recently. The manufacturer wasn't expecting the high demand. I just got mine last week. Anyway, I looked at your androidfilehost.com file section and didn't see the zip anywhere; if you still have it, I'd be happy to test it.
http://www.mediafire.com/?lbdmgbvia1s1vo4
tell me if it works
I have an unbranded 7" Allwinner A10 Tablet, seen at aliexpress. com/ snapshot/ 108105295 .html (sorry, I couldn't post the link, but thought it would be very useful). I actually opened the thing up to get some info on it, and I was hoping someone could recommend a Compatibility pack to flash and save me some trial and error (which I am currently doing one by one).
I know it uses the Goodix_TS, Realtec Wifi, mxc622x 2 axis sensor, 512MB DDR3 and 4G NAND. Does anyone have any suggestions for me?
Much appreciated if you do! If not, I'll post my results anyway. Thanks!
If a compatibility pack doesn't exist, I'll most likely figure out how to make one and then post it somewhere so others with my similar device can use it.
P.S.
Christian, you are the man!

[APP][2.1+] Online Nandroid Backup app

Hey guys here is the official Online Nandroid Backup app support thread!
Nandroid backups are usually performed in recovery mode. This means you would have to turn off your phone and reboot in recovery mode, which wastes a whole lot of time rebooting and a lot more time offline. With this tool you can do nandroid backups without switching off your device.
THIS APP REQUIRES A ROOTED DEVICE WITH BUSYBOX!
Features:
* Creates backups in the CMW 5 and 6 style or TWRP!
* Full support of the onandroid script.
* Create custom names for your backups.
* Choose what partitions get backed up.
The onandroid script was developed by Ameer Dawood. The original XDA post can be found at: http://forum.xda-developers.com/showthread.php?t=1620255
Important: This tool requires a rooted phone with busybox to work!
Screens:
Change Log:
Code:
Version 4.4.4
* Nandroid backups can now be uploaded without having to be zipped.
* Vibrate and LED notification for nandroid backup complete can now be turned off in the settings.
* Added upload only when charging option to Tasker plugin and scheduled backups.
* Fixed bug that prevented the tasker plugin from not working.
Version 4.3
* Removed ActionBarSherlock and replaced it with ActionBarCompat.
* Added support for Tasker!
* Scheduled backups can now be canceled from the notification bar. (Android 4.1+)
* Added elapsed time timer to nandroid backup so uses can see how long the backup has taken so far.
* Change log dialog will now show once the app as been updated.
Version 4.2.4
* Fixed user reported bugs.
* Added ability to set custom name of backup as build display id string.
* Time for scheduled backup is now displayed in 12 or 24 hour format depending on your system prefrences.
* Default partitions can now be set in default settings for seletive backups.
Version 4.2.3
* Improved backup process. App makes sure dedupe and patch are installed before starting a nandroid backup.
* Fixed bug that caused scheduled backup to run at boot and random times of the day." +
Version 4.2.2
* Fixed bug that caused scheduled backup to to not roll over to next month. <b>Please click on Manage Scheduled Backup and click set to set the next scheduled backup to the correct time!</b>
Version 4.2.1
* Fixed bug that caused the app to delete newly created nandroid backup when trying to enforce a backup retnetion policy of 1.
" +
Version 4.2
* App has graduated from beta!
* Added option to backup retention that lets user specify whether to enforce backup retention policy before or after nandroid backup has finished.
" +
Version 4.2_beta_3
* Fixed bug that cuased scheduled backup to show notification even if the auto backup is not running.
* Manual selection of device for device patch has been re added.
Version 4.2_beta_2
* Fixed bug that caused scheduled backups to trigger at wrong times after first scheduled backup. (Please remove current scheduled backup and set a new one for bug to be fixed on your device)
* Added option to scheduled backup to only backup if device is charging.
* Fixed FC bugs reported through the Google Play Store.
Version 4.2_beta
* Onandroid script now installs to and runs from app data instead of /system/bin.
* Users can now set a scheduled backup.
* Users can now set how many backups to retain on the device.
* Various UI tweaks and improvements.
* Dalvik cache and Google music files can now be exclued from the backup.
Version 4.1.4
* Slight UI improvments.
* Added on boot reciever to init the script auto update feature.
Version 4.1.3
* User can select which busybox the onandroid script uses.
* Fixed exit code 2 error on some devices.
Version 4.1.2
* Added tip about changing shell.
* Fixed some users reported UI issues on pre 3.0 devices.
Version 4.1.1
* The app now auto updates the backup script.
Version 4.1
* Users can now manually enter their save location.
Version 4.0.2:
* Removed Exclude dalvik and Google music options until those options are publicly supported by the backup script.
Version 4.0.1
* /storage/* is now included in selectable save paths.
* The app now uses its own busybox when running the script.
* Added link to Google+ community in settings.
* Fixed some layout issues on older devices running 2.x.
* Added more backup options.
Version 4.0
* The UI has been redesigned from the ground up.
* App no longer checks for necessary tools every run. Instead its checked when app is run for the first time.
* App now identifies device.
* Quick Backup mode added.
* User now sets default backup settings on first run of app.
* Nanroid Backup can now be stopped.
Version 3.0.7
* Users can select between ash and default shells.
* Fixed bug that prevented the onandroid.log from being read by the app.
Versions 3.0.4 & 3.0.5
* Fixed various bugs.
Version 3.0.3
* Added permission android.permission.ACCESS_SUPERUSER.
Version 3.0.2
* Added support for more partitoins in selective mode.
* Now using ash shell to fix problems so users were having running the script.
* Fixed typo.
Version 3.0.1
* FC bug fixed when going back from settings.
* Fixed small UI problem.
Version 3.0
* Now using actionbar Sherlock.
* Added support disable MD5 generation and compress backup. (TWRP only)
* UI has been improved.
* Added support for yaffs2 override.
Version 2.8.3
* Bug fixes.
Version 2.8.2
* Bug fixes.
Version 2.8.1
* Bug fixes.
Version 2.8
* Changed theme to dark theme.
* Fixed bug that prevented some devices from installing the onandroid script.
Version 2.7
* Added support for TWRP.
* My Backups removed infavor of Nandroid Manager.
Version 2.6.9
* Several small bug fixes.
* Fixed install loop for users who updated to version 7.0 of the script.
Version 2.6.8.1
* Bug fixes for users have install loop.
Version 2.6.8
* Fixed bug that prevented the onandroid script from being installed on some devices.
Version 2.6.7.2
* Fixed screen rotation bug.
Version 2.6.6
* Bug fixes.
Version 2.6.5
* If a backup witht the same name already exists the user is now given the choice wether or not they want to set a different name or overwrite the backup.
* Fixed white text on white background issue.
* Fixed crashed caused when dismissing a dialog.
* Various other bug fixes.
Version 2.6.4
* Improved logging of errors.
* Bug fixes.
* Backups listed in My Backups is now sorted by date.
Version 2.6.3
* Russian language updated.
* Various bug fixes.
Version 2.6.2
* My Backups has been readded to the app and enabled.
* Fixed bugs reported via play store.
Version 2.6.1
* Fixed issue with too many items in the action bar causing the itmes text to be truncated.
* My backups menu option has been removed untill this feature is ready.
* Device specific patch is now checked for when user runs the app for the first time.
Version 2.6_beta_4
* Directory chooser now is ordered alphabetically.
* Updated Russian translation.
* Clockworkmod location and specify sd-ext location can now be manually edited.
* Device specific patchs are now listed alphabetically.
* Checking of preconditions when app is first opened is now done asynchronous to prevent app from hanging on start.
* The directory chooser for selecting sd-ext can now browser directories such as /data.
" +
Version 2.6_beta_3
* Fixed serveral bugs submitted via the play store.
* Improved selection of clockworkmod folder.
* Path of clockworkmod folder can now be set in setting for My Backups.
Version 2.6_beta
* The app now fully supports all the featues added to version 6.0 of the onandroid script which include the following:
- Specify sd-ext path.
- Specify alternate backup media.
- Backup modes: normal, split, incremental, and specify partitions.
* Sening an app debug report has been improved now to include a debug log errors that occure.
* App now requires version 6.0 or higher of the onandroid script.
* My backups is now included in beta. It is still a work in progress but will give users a preview of whats to come. It includeds the following:
- Delete and rename backups.
- Compress to zip.
- Verify MD5.
Version 2.5.4
* Fixed bug that prevented patch from being installed!
* When a patch is installed a toast notification will show up verifying that the patch as been installed.
Version 2.5.2
* Added support for the 6.0 version of the script.
* Problems concerning the script will now be sent to Ameer.
Version 2.5.1
* Fixed looping of install onandroid script when app opens up.
* Added install onandroid menu option to settings menu to allow people to install the latest version of the onandroid script.
* Added option to settings under other to set wheahter app checks for new version of update script on start of app
Version 2.5
* Added German language.
* Various small bug fixes.
Version 2.4
* Fixed screen rotation and wakelock issues.
* Bug reports have now been split into the categories in the settings menu.
* Added ability to uninstall mkyaffs2image.
* User can now manually select the device specific patch to apply.
* The app now cleans up its cache data from downloading new onandroid scripts and device specific patches.
* Problems reading onandroid.log on some devices should now be fixed.
Version 2.3.1
* Fixed bug that prevented some devices from detecting whether or not a device specific patch existed for their device.
Version 2.3
* Fixed bug that prevented some users from downloading device specific patches!
* Script version is now shown on main screen.
* A messeage is now show in the main screen if a device specific patch is currently installed.
* mkyaffs2image is no longer auto installed. It can now be installed from the settings menu!
Version 2.2
* If mkyaffs2image is not found on device it will be installed.
* Added ability to apply device specific patches for devices where boot and recovery were not found!
* Added ability to remove the onandroid script from device through the settings menu.
* Added ability to remove device specific patch from device through settings menu.
Version 2.1
* Added ability to specify custom name for backup.
* Added option to set backup name based on phone timezone.
Version 2.0
* Added a settings menu.
* Added ability to view change log of new onandroid script before downloaing and installing the new script.
* When clicking the Start Backup button a dialog is now shown to confirm that the user want to start backing up.
* Code improvements.
Version 1.1.1
* Fixed bug that prevented newest version of onandroid from being installed.
* Fixed bug that prevented the new onandroid script to not be executable on some devices.
Version 1.1
* Added check to see if latest version of onandroid is installed and install latest version if current version is outdated.
* Added ability to install onandroid from app.
Version 1.0
* Initial release.
Download: https://play.google.com/store/apps/details?id=com.h3r3t1c.onnandbup
Removed!
New version in play store!
What?
Sent from my CINK SLIM using xda premium
HI!!
I have 3 questions:
1. How should I configure Online Nandroid backup for backing up to USB host drive?
The path to desired backup location is /mnt/sdcard/UsbOtgDrives/drive_1/clockworkmod/backup/
2. Will I be able to restore from USB host in CWM interface? I.e can it mount USB drive with NTFS?
3. I have probkem to running this. Getting error /system/bin/onandroid not found. A simple guide how to install this binary would be appreciated
I have tested this version, still the same problem: Partitions Not Detected
Another problem: When I start app, it asks me for root access, but at the next launch it doesn't ask me.
Sorry for my google english.
Sent from my HTC One S using xda premium
For me the op version works now. ?
Also in Combination with the NandroidManager, everything ok again.
---
ty for ur support and keep up ur work.
(I really like ur both apps)
greetz
SentFrom JB I9K
So OP you finally create a thread for your Online Nandroid Backup app...
This app did a great job!:good:
App still says no partitions found. However i found out if you hit start backup, it backs up all partitions just fine. So it seems to be more of a visual glitch.
Ok I think I may know what the problem. It may just be an issue of miscommunication.
So when you say "Partitions now detected" are talking about the text I boxed in red in the screenshot below:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If so this text is not meant to say that partitions were not detected! its meant to say if partitions are not detected check if a device specific patch exists!
bflmpsvz said:
HI!!
I have 3 questions:
1. How should I configure Online Nandroid backup for backing up to USB host drive?
The path to desired backup location is /mnt/sdcard/UsbOtgDrives/drive_1/clockworkmod/backup/
2. Will I be able to restore from USB host in CWM interface? I.e can it mount USB drive with NTFS?
3. I have probkem to running this. Getting error /system/bin/onandroid not found. A simple guide how to install this binary would be appreciated
Click to expand...
Click to collapse
I have never actually backed up my rom over usb host so I don't know if it would but you can try. In the backup options check Select Backup Location and put /mnt/sdcard/UsbOtgDrives/drive_1 as your backup location.
In CWM I don't think you will be able to restore over usb host but you should be able to transfer your backup over usb to your sdcard and restore that way.
The app should automatically install the onandroid backup script. When you open the app up are you asked for superuser permission?
Cyclu said:
I have tested this version, still the same problem: Partitions Not Detected
Another problem: When I start app, it asks me for root access, but at the next launch it doesn't ask me.
Sorry for my google english.
Sent from my HTC One S using xda premium
Click to expand...
Click to collapse
See my post above this one concerning the partitions not detected. http://forum.xda-developers.com/showpost.php?p=41036936&postcount=9
The app may not be asking you again for superuser permission again because it may still have superuser permission from the first time or your superuser setting may be that it only asks you one time for superuser permission once and if you let it have superuser permission then it will automatically give superuser permission for every run after that. Does the app run correctly when superuser permission is not asked for?
H3R3T1C said:
I have never actually backed up my rom over usb host so I don't know if it would but you can try. In the backup options check Select Backup Location and put /mnt/sdcard/UsbOtgDrives/drive_1 as your backup location.
In CWM I don't think you will be able to restore over usb host but you should be able to transfer your backup over usb to your sdcard and restore that way.
The app should automatically install the onandroid backup script. When you open the app up are you asked for superuser permission?
Click to expand...
Click to collapse
I have installed script for my device. Now I used different mounter which mounted to /mnt/usbdisk/clockworkmod/backup/. But ONB checks for free space on SDcard instead USB even if I backup to USB ( I'm very low on space on SDcard, because this I need to backup on flashdrive. Could you please fix it?
bflmpsvz said:
I have installed script for my device. Now I used different mounter which mounted to /mnt/usbdisk/clockworkmod/backup/. But ONB checks for free space on SDcard instead USB even if I backup to USB ( I'm very low on space on SDcard, because this I need to backup on flashdrive. Could you please fix it?
Click to expand...
Click to collapse
Did you check Select Backup Location and put /mnt/usbdisk for the location in the backup options? (See screenshot im attaching for what i'm talking about. I boxed it in red)
Yes I put /mnt/usbdisk/clockworkmod/backup into Select backup location
I put /mnt/usbdisk into Specify sd-ext Path
I put /mnt/usbdisk/clockworkmod into Settings>Clockworkmod Folder Location
bflmpsvz said:
Yes I put /mnt/usbdisk/clockworkmod/backup into Select backup location
I put /mnt/usbdisk/clockworkmod into Settings>Clockworkmod Folder Location
Click to expand...
Click to collapse
No you must put only /mnt/usbdisk not the full path /mnt/usbdisk/clockworkmod/backup
H3R3T1C said:
No you must put only /mnt/usbdisk not the full path /mnt/usbdisk/clockworkmod/backup
Click to expand...
Click to collapse
Ah yes, I'll try. After checking Specify Ext SD card and filling in path ONB seems to run now :good:
H3R3T1C said:
Ok I think I may know what the problem. It may just be an issue of miscommunication.
So when you say "Partitions now detected" are talking about the text I boxed in red in the screenshot below:
If so this text is not meant to say that partitions were not detected! its meant to say if partitions are not detected check if a device specific patch exists!
Click to expand...
Click to collapse
Thats exactly what it shows. But if you hit start backup, it still backs up everything just fine. I see now its more of a question than a statement.
cmlusco said:
Thats exactly what it shows. But if you hit start backup, it still backs up everything just fine. I see now its more of a question than a statement.
Click to expand...
Click to collapse
Ok I'm going to change the text so it's less confusing. I'm publishing a new build to the play store now!
Did ONB backing up my MicroSD content..?
While I'm waiting ONB (Online Nandroid Backup) backing up my Stock ROM
I'm kinda confused when the log screen shows "backing up /sd-ext", my MicroSD contents being backed up or what..?
NOTE: The backup file size jump to 7GB, using BMM recovery about 3-4GB. Anything I missed..?
tridentcore said:
While I'm waiting ONB (Online Nandroid Backup) backing up my Stock ROM
I'm kinda confused when the log screen shows "backing up /sd-ext", my MicroSD contents being backed up or what..?
NOTE: The backup file size jump to 7GB, using BMM recovery about 3-4GB. Anything I missed..?
Click to expand...
Click to collapse
Have you checked if a device specific patch exists for your device.
I also see that it was not able to read sdcard free space correctly. Try updating your version of busybox with the busybox app from the play store.
H3R3T1C said:
See my post above this one concerning the partitions not detected. http://forum.xda-developers.com/showpost.php?p=41036936&postcount=9
The app may not be asking you again for superuser permission again because it may still have superuser permission from the first time or your superuser setting may be that it only asks you one time for superuser permission once and if you let it have superuser permission then it will automatically give superuser permission for every run after that. Does the app run correctly when superuser permission is not asked for?
Click to expand...
Click to collapse
I see what you mean about "partitions not detected" and the app correctly work even if superuser doesn't ask for permission. Thanks for latest version, thank to this, no more confusion about partitions not detected.
Sent from my HTC One S using xda premium

[9] LineageOS 16.0 for z3c

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Introduction
LineageOS, an open-source Android distribution, is available for several devices,
with more being continuously added thanks to the biggest, yet ever growing, Android open-source community.
Join us and breathe new life in your device, be it old or new.
Click to expand...
Click to collapse
If you don't know LineageOS and would like to read about it before installing it you can take a look at the official Website.
Images
Here are some Screenshots of this ROM.
Features
Individuality
Customization is paramount to productivity.
That’s why LineageOS promises to push for user personalization and preference.
Everyone is unique and your device should be too.
Click to expand...
Click to collapse
Security
Your data, your rules. With powerful tools such as Privacy Guard, you are in control of what your apps can do whenever you want.
Trust will help you understand the security of your device and warn you about possible threats.
We take security very seriously: that’s why we deliver security updates every month to all our supported devices.
And to make your device more secure, lock everything behind an enhanced lock screen.
Click to expand...
Click to collapse
Longevity
LineageOS extends the functionality and lifespan of mobile devices from more than 20 different manufacturers thanks to our open-source community of contributors from all around the world.
Click to expand...
Click to collapse
Installation instructions
Prerequisites:
Unlocked Sony Xperia Z3 Compact
Fastboot drivers to install TWRP
Micro-USB Cable to connect your phone to your computer
Install:
Reboot to TWRP. *
Wipe cache, dalvik cache, data and system.
Format data to get rid of encryption.
Install ROM.
Install 9.0 Gapps for ARM. **
* recommended TWRP: Post #2
** optional
Update:
Get the latest build
Boot into TWRP
Flash the downloaded build
Reboot, if you don't wipe system backuptool will handle to reapply your modifications, for example: GApps.
Changelog
Code:
Changelog 2019-10-07
* Fixed offmode charging at Wall chargers (previously bright screen)
* Fixed offmode charging at computers (previously reboot loop)
Old Changelogs
Code:
Changelog 2019-10-06
* Fixed camera for everyone
* Set media volume steps to 25 and voice call volume steps to 7
* Actually use our cache partition, previously we were using a link to /data/cache instead of mounting the cache partition as /cache
* Cleanup of rootdir scripts
Code:
Changelog 2019-08-28
* Rolled fingerprint back to Sony's 5.1.1 fingerprint
-> safetynet CTS check works again
* Set original shipping API level to KitKat
* Minor cleaning
Code:
Changelog 2019-08-14
* Singificantly improved GPS
* August Android Security Bulletin
* Cleaned, script generated vendor
Code:
Changelog 2019-08-05
* Attempt to fix ANT+
* Added settings to control the camera button
Code:
Changelog 2019-07-08
* July Android Security Bulletin
* Rebased Linux 3.4.113 Kernel
-> Solved video recording lags with Snap
Code:
Changelog 2019-06-15
* Fixed Audio problems
* LED Notifications work again
* Manual Network selection fixed
Code:
Changelog 2019-06-07
* June Android security Bulletin
* LED seems to work with notifications now
* 4.0 Audio HAL -> NO, this does NOT fix our problems :/
Code:
Changelog 2019-05-10
* Enforcing sepolicy
* Fixed sensors
* Fixed FM Radio
* Fixed EXFat, sdfat and vfat
* Camera works fine
* May Android Security Bulletin
* Sound seems fixed - Maximum Volume still decreases still after a few seconds when using internal speakers
Code:
Changelog 2019-05-06
* Fixed AudioFX
* Fixed Camera
Code:
Changelog 2019-04-24
* Fixed Notification LED
Code:
Changelog 2019-02-19
* Fixed GPS
* Fixed Video Playback
Code:
Changelog 2019-01-09
* Fixed Bluetooth
Downloads
Download the ROM
Sources
DEVICE:
https://github.com/z3c-pie/device_sony_z3c
https://github.com/z3c-pie/device_sony_msm8974-common
https://github.com/z3c-pie/device_sony_shinano-common
KERNEL:
https://github.com/z3c-pie/kernel_sony_msm8974
Addons
OpenGapps
Magisk
SU-Addon
Thanks
Whole LineageOS Team for this amazing ROM
@rcstar6696
@Myself5
@drakonizer
@tomascus
@koron393
@nailyk
@SpiritCroc
I hope I haven't forgot anyone
Bugs
WHAT'S BROKEN
4K Video recording doesn't work in stock camera, but works for example in OpenCamera.
You tell me.
FAQ
Q: Why i can't reboot into the recovery from advanced reboot?
A: Because you have installed Magisk 19.1 which breaks it. Keep up to date here: https://github.com/topjohnwu/Magisk/issues/1418 - fixed by @Myself5 since 2019.05.20
XDA:DevDB Information
[9] LineageOS 16.0 for z3c, ROM for the Sony Xperia Z3 Compact
Contributors
NeoArian
Source Code: https://github.com/LineageOS
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.4.x
Version Information
Status: Stable
Current Stable Version: lineage-16-20190510
Stable Release Date: 2019-05-10
Created 2019-01-05
Last Updated 2019-10-10
TWRP 3.3.1 for our z3c out of an Android 9.0 environment!
Changes:
Code:
3.3.1-0.4-z3c
* Fixed fastboot boot
* Added bootlogo
* Dropped TWRP App
Code:
3.3.1-0.3-z3c
* Fixed encryption when security patch level doesn't match the recovery's
- [url]https://github.com/z3c-pie/twrp_device_sony_z3c/commit/411862532c247aea2c7b48d52aa596b40305e9ea[/url]
Code:
3.3.1-0.2-z3c
* Added a script to handle the CPU
-> increased the battery life significant ([url]https://github.com/z3c-pie/twrp_device_sony_z3c/commit/63f864068ad2f17ae2f1202b4edc311d74e2803d[/url])
Code:
3.3.1-0.1-z3c
* Fixed time
* Further Clean up's
Code:
3.3.1-0-z3c
* Switched from Android 6.0 to Android 9.0 environment
* Completely reworked tree
* Working decryption
The latest build is attached to this post.
Old builds are available here: https://sourceforge.net/projects/ephedraceae/files/z3c/twrp/
Source is available at: https://github.com/z3c-pie/twrp_device_sony_z3c/tree/android-9.0
How to install this build:
Rename the downloaded twrp image to twrp.img
Reboot to fastboot by holding volume up while connecting your device to your computer
Open a terminal and move to the directory with TWRP in it
Type
Code:
fastboot flash recovery twrp.img
Boot into TWRP while the device is powered off press the power and volume down button
Feel free to ask questions or give feedback about TWRP here .
Have a nice day!
Additional information about the recovery on this device:
First of all we should make the basics clear: On our Z3 Compact we have got a bootloader update which can boot a recovery from powered off state by pressing volume down and the power button. Because we haven't ever had this updated bootloader and not all sony devices received the update, there have been some intelligent people who brought a special init binary which can handle recovery boots during a normal boot. This means when using advanced reboot from the ROM or pressing a volume key while the sony logo appears at boot. https://github.com/LineageOS/android_device_sony_common/commits/lineage-16.0
To make this work there is this method to extract the ramdisk: https://github.com/LineageOS/androi...eage-16.0/extract_ramdisk/extract_ramdisk.cpp which uses zlib to decompress it. So far so good, zlib can decompress the default compression for recovery ramdisk which is gzip. However LZMA is more effective to reduce the size so we took it's advantage: https://github.com/omnirom/android_...mmit/885b01223a460d3f2500155ea415bdc8573679bc in order to fit recoverys compiled from recent environments (android-9.0 in my case) into our small FOTAKernel partition.
According to this change the init_sony can't handle the recovery boot anymore because it can't decompress the recovery's ramdisk so nailyk and Diewi (as far as i know) added support to decompress LZMA compressed ramdisk's with this chain: https://github.com/sonyxperiadev/device-sony-common-init/pull/20/commits
However these commits have never been merged into the LineageOS/android_device_sony_common nor the sonyxperiadev/device-sony-common-init. Since your ROM, CarbonROM, is using a fork of LineageOS/android_device_sony_common is missing these commits the recovery boot fails with a kernel panic, like this: https://del.dog/egawososux.htm
So you can either use a recovery which doesn't compress the ramdisk with LZMA (for example the one from here: https://forum.xda-developers.com/z3-compact/development/recovery-twrp-3-2-3-0-aries-t3837192 or ask your ROM developer to pick the according commits into the sony_common tree/use my fork of LineageOS's one https://github.com/z3c-pie/android_...mits/fa85dfcc07f42d73f9a1abf1f4c82d8bf0486a93 which would enable you to use recent TWRP builds with a LZMA compressed ramdisk.
I hope i presented it clearly and in the right way,
Have a nice day!
EDIT: Minimized patch for LZMA is available here: https://review.lineageos.org/c/LineageOS/android_device_sony_common/+/252923
Click to expand...
Click to collapse
Reserved
Hi, I can't open your thread in XDA Labs app, I suppose that's the case of many people and that's why there is not much views and comments on this thread.
I didn't tried yet your ROM but it sound great and will try it ASAP.
Also which recovery do you recommend to avoid errors like error 7 (if I remember) ?
Also will you continue to work on RR ?
EDIT : after posting this comment via browser, I can now open this thread in XDA Labs
EDIT 2 : everything is working
SUPER KOKA said:
Hi, I can't open your thread in XDA Labs app, I suppose that's the case of many people and that's why there is not much views and comments on this thread.
I didn't tried yet your ROM but it sound great and will try it ASAP.
Also which recovery do you recommend to avoid errors like error 7 (if I remember) ?
Also will you continue to work on RR ?
EDIT : after posting this comment via browser, I can now open this thread in XDA Labs
Click to expand...
Click to collapse
I use twrp-3.2.3 from here: https://forum.xda-developers.com/z3-compact/development/recovery-twrp-3-2-3-0-aries-t3837192.
I don't know yet about RR. I wanna see first whether we can get Bluetooth and gps working as soon as possible.
https://sourceforge.net/projects/ep...age-16.0-20190109-UNOFFICIAL-z3c.zip/download
Another build was uploaded with the latest lineageos updates including the January android security bulletin. On the device side Bluetooth was fixed
Installed without any problems
You did a great job!
Installed without any problems. It seems all functions work fine!
update
I've been in lineage, whether for the latest version update I have to hard reset or like the ota update
SUPER KOKA said:
EDIT 2 : everything is working
Click to expand...
Click to collapse
Great to hear!
CDLion said:
You did a great job!
Installed without any problems. It seems all functions work fine!
Click to expand...
Click to collapse
Thanks!
muhibbuddin irsyad said:
I've been in lineage, whether for the latest version update I have to hard reset or like the ota update
Click to expand...
Click to collapse
To be honestly I can't follow you. Do you mean that you don't know how to update the build? For this case you have to download manually and flash it in TWRP. There are no wipes needed.
Hi, thanks for this and how is the battery performance?
Any plans for making an LineageOS for microG rom?
Thanks for the ROM, I am using it right now, everything is working good except the camera. Can take photos, but video is not working. When I'm switching to video, the app is freezing and stuck. I tried to use the stock camera with magisk, it can't take photos or video neither. Tried manual camera too, it can take photos but no video.
etram said:
WOW ... !!!
Great Job.
What about the notification LED?
Click to expand...
Click to collapse
Just tested shortly, it seems to be broken, I will add to broken things list. Thanks to notify (?)
I flash the recovery and I delete assers but I can not install this rom every time updater process ended with error 255 .Can you help me?
my log
frht5382 said:
I flash the recovery and I delete assers but I can not install this rom every time updater process ended with error 255 .Can you help me?
my log
Click to expand...
Click to collapse
I try and I install 20180105 build but I cant install new build why ?
twrp 255 error
frht5382 said:
I flash the recovery and I delete assers but I can not install this rom every time updater process ended with error 255 .Can you help me?
my log
Click to expand...
Click to collapse
frht5382 said:
I try and I install 20180105 build but I cant install new build why ?
twrp 255 error
Click to expand...
Click to collapse
Are you sure that you use the recovery from here?
https://forum.xda-developers.com/z3-compact/development/recovery-twrp-3-2-3-0-aries-t3837192
NeoArian said:
Are you both sure that you use the recovery from here?
https://forum.xda-developers.com/z3-compact/development/recovery-twrp-3-2-3-0-aries-t3837192
Click to expand...
Click to collapse
Solved.I dowloaded false file which 632 mb.Now I re download true file and it work thank you
frht5382 said:
Yes I am sure.I install 2019 01 05 build it work but I try 20190109 fail everytime error code 255
edit
I've just realized I clik download button and if I download latest version green color button I download 631 mb but down of button lineage-16.0-20190109-UNOFFICIAL-z3c.zip 448 mb which one should I download ?
why different size ?
Click to expand...
Click to collapse
The 631mb Rom is for my Xiaomi Mi 6, you have to use the one for z3c
NeoArian said:
Tue 631mb Rom is for my Xiaomi Mi 6, you have to use the one for z3c
Click to expand...
Click to collapse
I installed thank you .How to enable root access? Or magisk work ?
frht5382 said:
I installed thank you .How to enable root access? Or magisk work ?
Click to expand...
Click to collapse
Magisk works.

[ROOT][APP][4.0+] Android Wrench

Hello my friends
* I want to share my first application with you all.
* You can find with name Android Wrench in google play store.
* Since this is my first application, it is still under development and I am trying to add a new feature every day.
* Here are some features;
* Advanced system information;
* You can view advanced information about your device.
* Restart modes;
* You can boot your device in Safe mode or bootloader and Recovery mode.
Battery calibration
* Is your device battery draining so fast or installed a new rom? Battery calibration is ready to solve your problem!
* Root and Busybox information
* Learn information about Root or Busybox location, version, location!
* Build.prop Editor
* Edit the build.prop file, backup and restore options are available.
* Appilacation leader
* Delete or freeze system or user applications.
* Root Explorer [Beta]
* Access and edit system folders (Not working on all devices (I will fix them as soon as possible))
* Here are some screenshots;
* http://www.hizliresimyukle.com/image/jMw5I
* http://www.hizliresimyukle.com/image/jMih9
* http://www.hizliresimyukle.com/image/jMG1b
* http://www.hizliresimyukle.com/image/jMViu
* http://www.hizliresimyukle.com/image/jMa4f
* http://www.hizliresimyukle.com/image/jMr9J
* Google play;
*
 https://play.google.com/store/apps/details?id=com.kolver.androidwrench
Please contact me for translation or yours ideas about my application Thanks
nice ! i will test battery calibration ...
Edit :When i clic on start calibration it says "battery isn't full,do you want to continue ?" (battery full charge 100%)
any idea ?
Xperia Z1 C9603 4.4.4 stock rooted
loopypalm said:
nice ! i will test battery calibration ...
Edit :When i clic on start calibration it says "battery isn't full,do you want to continue ?" (battery full charge 100%)
any idea ?
Xperia Z1 C9603 4.4.4 stock rooted
Click to expand...
Click to collapse
Oh, I'll fix that. Seems like I used wrong way in my codes. Thanks you.
Version 1.07 [Update]
[FIXED] Battery calibration screen gives Warning of the battery not full when Battery full.
[?NEW] Enable multiple users!
Activates multiple users to most of Android devices!
The new update will in Google play at after 2 hours.
The screenshots page 404s
MishaalRahman said:
The screenshots page 404s
Click to expand...
Click to collapse
Fixed
Is there any way to edit the battery file to change the correct capacity?

Categories

Resources