[RECOVERY] AmonRA & Clockworkmod [OLED+TFT] - Blade Android Development

Here we GO...
Here u have the latest Recovery Versions for the ZTE Blade....
U can choose between AmonRA or Clockworkmod Recovery !!!
AmonRA Version : [GEN1] 2.2.1 // [GEN2] 2.3
Clockworkmod Version : [GEN2] 4.0.0.5
To install...
fastboot method
* Unplug the USB cable, turn off your device and take out the battery
* Replace the battery and turn the device on holding the 'volume up' key. The device will stay at the 'green android' screen.
* Plug the device into the PC.
* From a command prompt run 'fastboot flash recovery recovery-RA-blade-v2.0.0.img'
* When this finishes, from the command prompt run 'fastboot reboot'
update.zip method
If you have a previous version or another recovery install, install the update.zip and restart your device.
To enter recovery mode, restart your device holding down the 'volume down' key, or type 'adb reboot recovery' from the command line.
**The source to build RA-Recovery can be found on my GitHub
AmonRA 2.2.1 - Downloads [GEN1 Devices]:
recovery-RA-blade-v2.2.1.img - MD5: d9acbe7d78d7b13d2a24d95d6f53d6c2
recovery-RA-blade-v2.2.1-update_signed.zip - MD5: 6fe2d1f8a9195a7ed41302e455fc194d
recovery-RA-blade-v2.2.1-CM.img - MD5: f3e7b3f4d00c2a7ff39d773415758a01
recovery-RA-blade-v2.2.1-CM-update_signed.zip - MD5: 9130dbf422ee1761dcef28f948520a67
AmonRA 2.3 - Downloads [GEN2 Devices]:
recovery-RA-blade-gen2-v2.3.img - MD5: F96A8266BB09D4F8EC666FBB14D99125
recovery-RA-blade-gen2-v2.3-update_signed.zip - MD5: 36C2EFFADF5FBFEE882EEAB2DFAB7128
recovery-RA-blade-gen2-v2.3-CM.img - MD5: 4A5FC567D12D63E29DCAA3346F63C416
recovery-RA-blade-gen2-v2.3-CM-update_signed.zip - MD5: 4C8A25B2415A8177930354E70157B5F9
Clockworkmod Recovery 4.0.0.5 - Downloads [GEN2 Devices]:
recovery-clockwork-4.0.0.5-blade-gen2.img - MD5: 25292CB950B60AA6D59D1F40112D0CC0
recovery-clockwork-4.0.0.5-blade-gen2-update_signed.zip - MD5: C19C743EDD27179A802ED21F336EEF84

Know issues:
None known.
Build Change Log:
2011-01-07 - b1 - Initial Release.
2011-01-08 - b2 - Resolved issues with recovery not starting in FTM mode.
2011-01-08 - b3 - Resolved issues with SD Card Partitioning.
2011-01-08 - b4 - Resolved issues with Nandroid (hopefully)
2011-01-09 - b5 - added EXT4 support to Kernel
2011-01-09 - b6 - added TFT support to Kernel
2011-01-17 - 2.2.1 b1 - Initial Release.

Original readme/changelog for AmonRA :
This is a custom recovery based on Cyanogen's recovery source with a lot of things added by Sebastian404. The purpose of this recovery is to avoid using adb by accessing all features directly from the menu.
Important notes
* Always check recovery.log before posting your issues!
You can do this by doing :
o "cat /tmp/recovery.log" OR "cat /cache/recovery/log" right after you had the issue.
o Use the "move log to sd" option in the "others" menu right after you had the issue. This will move the log to /sdcard/recovery.log so you can easily open it with a text editor.
Features
Use the volume buttons (up+down) to navigate through the menu, press the Home-key to select items. Use the Back-key to go back to a previous menu.
* full ADB access in recovery mode
* Busybox v1.15.3
* Kernel (2.6.29) with ext3 support
* OLED and TFT support
* HW-Key navigation (Volume up/down) option
* Extended menu :
o Reboot system now :: reboot your phone
o USB-MS Toggle :: enable/disable USB mass storage (use when the phone is connected to your PC)
o Backup/Restore
+ Nand backup :: Make a Nand backup (/sdcard/.android_secure included), the following partitions are NOT included :
# Recovery (to avoid restoring old version)
# Misc (no need to backup imo + restore issues on some phones)
# Splash1+2 (no need to backup imo + restore issues on some phones)
+ Nand + ext backup :: Make a Nand + ext backup
+ Nand restore :: Restore a Nand backup
+ Backup Google proprietary system files :: Makes a backup of the Google proprietary system files in /cache/google
+ Restore Google proprietary system files :: Restores the Google proprietary system files from /cache/google
o Flash zip from sdcard :: Flash a zip update file from any (sub)-directory on your sdcard
o Wipe
+ Wipe ALL userdata :: wipes /data + /cache + entire ext partition + all apps installed on your sdcard (froyo a2sd).
+ Wipe only /data :: wipes /data.
+ Wipe only /sd-ext :: wipes the entire ext partition on your sd (if present).
+ Wipe only /sdcard/.android_secure :: wipes all apps installed on your sdcard (froyo a2sd).
+ Wipe only /cache :: wipes /cache.
+ Wipe only Dalvik-cache :: wipes the dalvik-cache located in /cache + /data + /sd-ext is present.
+ Wipe only battery stats :: reset the battery calibration.
+ Wipe only rotate settings :: reset the sensor calibration.
o Partition sdcard
+ Partition SD :: Interactive SD partitioning
+ Repair SD:ext :: Repair the ext partition
+ SD:ext2 to ext3 :: Convert ext2 to ext3
+ SD:ext3 to ext4 :: Convert ext3 to ext4
o Mounts
+ (Un)Mount /system
+ (Un)Mount /cache
+ (Un)Mount /data
+ (Un)Mount /sd-ext
+ (Un)Mount /sdcard
o Other
+ Fix apk uid mismatches :: Does extacly that
+ Move recovery.log to SD :: Moves the recovery log file to your sdcard. (Use when you want more detailed recovery log information)
+ Toggle Signature Verify :: Toggles the signature verification for zip files.
o Power off :: Powers off your phone
* Scripts available via adb :
o Nandroid v2.2.1 : enter "nandroid-mobile.sh" to start.
o sdparted v0.6 : enter "sdparted" to start.
Changelog :
v2.2.1
Nandroid backup is now selective, boot/system/cache/data are selected by default.
Nandroid checks if there's at least 500MB free on SDcard before starting a backup.
Added/updated error/warning messages.
v2.1.1
Fixed ext4 support in kernel! Update from v2.x if you are using sd-ext!
v2.1.0
Reduced recovery size by 800kb so it fits any hboot version to date :
Set Kernel compression mode to LZMA (33% smaller kernel)
Switched kernel debugging off
Removed : Networking support - Bluetooth subsystem support
Removed : Device Drivers - Misc device - AKM8973 Compass Driver
Removed : Device Drivers - Misc device - A1026 Voice Processor Driver
Removed : Device Drivers - Multimedia support
Removed : Device Drivers - MSM 3D Graphics driver for Adreno class GPU's
Nandroid now backups the entire content of /sd-ext , not just the apps. This fixes bootloops of certain restored roms.
Moved the "Toggle signature verification"-option from the Other- to the main flash-submenu.
Re-ordered the wipe menu.
v2.0.0
Some things in v2.0.0 were kanged with a twist from the Clockworkmod recovery.
* Updated kernel to 2.6.35 (SLCD and AMOLED are now both supported).
* Added SDEXT support for update scripts.
* Added "filebrowser" support when you select a zip to flash.
* Added "/.." support to the filebrowser so you can navigate up.
* Added a mount menu so you can manually (u)mount stuff.
* Added a toggle verification switch so you can flash those awesome unsigned winrar rom releases...
* Fully re-wrote the wipe menu (it's not using a script anymore), added a few new wipe options.
* Added "/sdcard/.android_secure" support , nandroid now backups/restores .android_secure (Froyo a2sd apps) by default.
* Added a few new Google apps to the Google app backup script.
Click to expand...
Click to collapse

Thank you! Just downloaded them
will definitly use this when my devices arrives hopefully in a few days..

It would be great if you didnt link the files from Seb404's server without his permission (unless you have it)
Last time someone did post links in xda, he had that major bandwidth eatting problem and then we couldnt get the roms for a week or so...

if the are a problem i will host them instead...
http://rom.tat.tw/blade/recovery/Amon_Ra/

Version 2.2
dRaCID01 said:
Original readme/change log:
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=915143
Lieber dRaCID01,
da Du die BRD Flagge und Düsseldorf im Avatar zeigst, habe ich mich als Member eintragen lassen. Englisch ist zwar eine Weltsprache aber ich beherrsche sie überhaupt nicht.
Mein Problem, ich besitze ein TFT Orange SF (P729BB01) mit 2.1 update1 und Kernel 2.6.29 Build: OCH_P_P729BV1.0.0B01
und möchte den Orange-Kram herunterschmeissen und die Version 2.2 mit Kernel Verbesserung aufspielen.
Ich glaube, wenn ich Deinen engl.Text in deutsch hätte, wäre das für mich kein Problem mehr.
Kannst Du mir da weiterhelfen?
Mein Dank ist Dir gewiss.
Freundlichst Summer21
Mod Edit: XDA is and English language forum provide translations with posts in accordance with rules.

Summer21 said:
http://forum.xda-developers.com/showthread.php?t=915143
Lieber dRaCID01,
da Du die BRD Flagge und Düsseldorf im Avatar zeigst, habe ich mich als Member eintragen lassen. Englisch ist zwar eine Weltsprache aber ich beherrsche sie überhaupt nicht.
Mein Problem, ich besitze ein TFT Orange SF (P729BB01) mit 2.1 update1 und Kernel 2.6.29 Build: OCH_P_P729BV1.0.0B01
und möchte den Orange-Kram herunterschmeissen und die Version 2.2 mit Kernel Verbesserung aufspielen.
Ich glaube, wenn ich Deinen engl.Text in deutsch hätte, wäre das für mich kein Problem mehr.
Kannst Du mir da weiterhelfen?
Mein Dank ist Dir gewiss.
Freundlichst Summer21
Click to expand...
Click to collapse
Ich schicke Dir eine private Nachricht und helfe Dir da gerne weiter...
Mfg
dRaCID01

linkinpark4175 said:
It would be great if you didnt link the files from Seb404's server without his permission (unless you have it)
Last time someone did post links in xda, he had that major bandwidth eatting problem and then we couldnt get the roms for a week or so...
Click to expand...
Click to collapse
i will mirror the files @ multiupload.com now .. i didnt know that !!!

new Recovery Version Online...
AmonRA 2.2.1 for ZTE Blade

dRaCID01 said:
new Recovery Version Online...
AmonRA 2.2.1 for ZTE Blade
Click to expand...
Click to collapse
Can this version flash CM7?....and is the link for it the one in the OP?
Cheers.

Downloads [GEN2 Devices]:
recovery-RA-blade-gen2-v2.3.img - MD5: F96A8266BB09D4F8EC666FBB14D99125
recovery-RA-blade-gen2-v2.3-update_signed.zip - MD5: 36C2EFFADF5FBFEE882EEAB2DFAB7128
recovery-RA-blade-gen2-v2.3-CM.img - MD5: 4A5FC567D12D63E29DCAA3346F63C416
recovery-RA-blade-gen2-v2.3-CM-update_signed.zip - MD5: 4C8A25B2415A8177930354E70157B5F9

bro 003z softbank dont enter fastboot and phone cant enter menu ı lose softbank sim card now ı need unlock it but oı am only enter recovery mode and system update mode any way pls ?

I installed recovery from ROM manager but when I tried to boot into recovery using ROIM manager it booted to recovery mode with menu displayed upside down.also there are only 4 options in it
Please help to display recovery mode in proper orientation..
Thanks in Advance ..
Device : Dell XCD35
prmnt root with z4root and used room manager to install CWM

vijaykirann said:
I installed recovery from ROM manager but when I tried to boot into recovery using ROIM manager it booted to recovery mode with menu displayed upside down.also there are only 4 options in it
Please help to display recovery mode in proper orientation..
Thanks in Advance ..
Device : Dell XCD35
prmnt root with z4root and used room manager to install CWM
Click to expand...
Click to collapse
The inverted recovery u see is the stock recovery, you have to flash the cwm recovery. Just follow this link http://android.modaco.com/topic/327215-recovery-clockworkmod-recovery-for-zte-blade-oledtft/ and download the recovery manager app and install it.then open app update database after giving it root rights, you have to be rooted first. Now after updating database click install recovery and choose the recovery u want to have and do whatever u want :screwy::banghead:
Sent from my Blade using Tapatalk

Related

[Recovery] CDMA Sprint [13-Dec-2009] RA-heroc-v1.5.2

[Recovery] CDMA Sprint [13-Dec-2009] RA-heroc-v1.5.2
This is a custom recovery based on Cyanogen's v1.4 recovery.
The purpose of this recovery is to avoid using adb by accessing all features directly from the menu.
This recovery if for the HTC Sprint Hero only, if you have an :
- HTC Hero you should go here.
- HTC Dream/G1 you should go here.
- HTC Magic/MT3G you should go here.
This recovery is for the CDMA based Hero from Sprint only!
Ext4 is NOT supported because we don't have the kernel source of the HTC Sprint Hero yet... Sorry
Use the trackball (up+down) to navigate through the menu, press the trackball to select items.
You can also use the volume keys (vol-up + vol-down) to navigate, and the CALL-ANSWER key to select items (in case your trackball is broken).
Always check recovery.log before posting your issues!
Features
* full ADB access in recovery mode
* Busybox v1.15.2
* HW-Key navigation (volume keys + CALL-ANSWER) option
* Extended menu :
o Reboot system now :: reboot your phone
o USB-MS Toggle :: enable/disable USB mass storage (use when the phone is connected to your PC)
o Backup/Restore (recovery partition not included!)
+ Nand backup :: Make a Nand backup
+ Nand + ext backup :: Make a Nand + ext backup
+ Nand restore :: Restore a Nand backup
+ BART backup :: Make a BART backup (Nand + ext)
+ BART restore :: Restore latest BART backup
o Flash zip from sdcard :: Flash a zip update file from your sdcard
o Wipe
+ Wipe data/factory reset :: Wipe /data and /cache
+ Wipe Dalvik-cache :: Wipe Dalvik-cache both on /data and ext
+ Wipe SD:ext partition : Wipe the ext partition on your sdcard
+ Wipe battery stats : Wipe the battery stats in /data
+ Wipe rotate settings : Wipe the sensor settings in /data
o Partition sdcard
+ Partition SD :: Interactive SD partitioning
+ Repair SD:ext :: Repair the ext partition
+ SD:ext2 to ext3 :: Convert ext2 to ext3
o Other
+ Fix apk uid mismatches :: Does extacly that
+ Move apps+dalv to SD :: Moves all apps and Dalvik-cache to sdcard (This will NOT enable apps2sd!)
+ Move recovery.log to SD :: Moves the recovery log file to your sdcard. (Use when you want more detailed recovery log information)
* Scripts available via adb :
o Nandroid v2.2.1 : enter "nandroid-mobile.sh" to start.
o BART v1.0.1 (Backup and Restore Tool) : enter "utility" to start.
o switchrom.sh V1.1 : enter "switchrom" or "u" to start.
o sdparted v0.6 : enter "sdparted" to start.
Install
There are several ways to install a custom recovery, choose the one that suits you most (I probably forgot a few).
via adb -> Requires a custom recovery (with test-keys)
Code:
Copy recovery-RA-heroc-v1.5.2.img to the root of your sdcard
Boot into your current custom recovery (boot while holding HOME)
Connect your Hero via usb to your pc/mac/...
adb shell
$su (not required if you have root already)
#mount -a
#flash_image recovery /sdcard/recovery-RA-heroc-v1.5.2.img
via fastboot + adb -> In case you don't have a custom recovery, so when you get signature fail errors
Code:
adb shell reboot bootloader
fastboot boot recovery-RA-heroc-v1.5.2.img
adb shell mount /sdcard
adb push recovery-RA-heroc-v1.5.2.img /sdcard/recovery-RA-heroc-v1.5.2.img
adb shell flash_image recovery /sdcard/recovery-RA-heroc-v1.5.2.img
adb shell reboot
Download
Latest :
recovery-RA-heroc-v1.5.2.img
Old versions :
recovery-RA-heroc-v1.2.3.img
Change-log :
v1.5.2
Code:
- Updated Nandroid to v2.2.2 (fix ext restore issues)
v1.5.1
Code:
- Updated Nandroid to v2.2.1 (ext support!).
- Added a "Nand + ext backup" menu-item.
- Nandroid and BART menu items will not backup or restore the recovery partition by default.
- Updated init.rc to only load /sbin in PATH.
- Removed the loading cramfs and sqf filesystems from fstab.
- Added an unmount script that is called at the start of most scripts.
- Updated the BKMO-utility script to it doesn't backup/restore the recovery partition + changed the return to recovery command.
- Changed the item select key to CALL ANSWER-key instead of HOME-key. The HOME-key was conflicting other operations.
- Added "Other" sub-menu :
- Moved "fix apk uid mismatches"-item from main menu to "Other" sub-menu.
- Added "Move apps+dalv to SD"-item.
- Added "Move recovery.log to SD"-item (Check this log if you want to see what is going wrong).
- Fixed the Nandroid restore menu; an error message is now displayed when no nandroid backup or device-id was found (instead of showing an empty menu).
- Removed flash submenu and "Apply sdcard:update.zip" item, because we already have "Apply sdcard:choose zip".
- Removed "Wipe cache partition" item, wipe cache is already included in the "Wipe data/factory reset" item.
- Changed UMS-toggle enable behaviour; you can not access the menu while UMS is enabled (avoid mount issues).
- Changed some menu-item labels to make the options more clear.
- Fixed UMS-toggle disable behaviour; files are now refreshed in the menu (sdcard is unmounted).
- Updated the busybox binary to 1.15.2 which has fixes for ash and hush (`trap` handling), dd (fixed handling of I/O errors), find (fix for -follow and symlinks), pidof (corrected recognition of kernel thread names), sed (SEGV), uniq (memory leak), line editing (Ctrl-D works again), build system.
- The busybox binary was :
- statically linked against uclibc (0.9.30)
- configured to preferentially execute busybox applets
- busybox --install -s installs links into /data/local/bin (JF patch)
- mount looks for loop devices at /dev/block/loop (JF patch)
- modprobe and family look for modules in /system/modules (JF patch)
- fixed an issue with vi where it would save a file as just a blank file (JF patch)
- Updated sdparted script to v0.6
Special thanks to :
* Zinx for finding a way to get root on the Sprint Hero
* the_miker and jmanley69 for all their testing ^^
* packetlss for all the hours of support, THANKS ^^
* pensive for adding awesome features to Nandroid
* Bkmo for his utility script!
* Devsk for his switchrom script!
* 51dusty for his sdparted script!
* k4str0 for his fix_permissions v2.03 update.
* Devsk, Dumfuq, Overground for creating BART
* Androidappcritics for the reboot idea in BART
* rikupw for the ideas and toggle_ums script.
* MLIGN for the idea to port my recovery to the Dream.
* http://www.androidspin.com for hosting ^^
* http://theunlockr.com for all the awesome video’s ^^
* Cyanogen for his dedicated work! , buy him a beer!
* JesusFreke for his awesome JFv1.43's recovery , donate
Another great post! Thanks. I saw him putting out updates for other phones and I was waiting on ours.
Edit: Installed and working. The menu is all cleaned up. Looking great.
I have to ask because the answer doesn't jump out at me, is there any reason I should ditched 1.2.3 that I have now for this one?
I have fresh rom 0.7 installed now with the 1.2.3 img
Haha Ive been all over since the DRIOD was rooted...lol I got some developing on the 2.1 rom going on in my spare time trying different angles but got jammed up like everyone else on the data front. If I hit any breakthroughs Ill let you know.
VoXHTC said:
I have to ask because the answer doesn't jump out at me, is there any reason I should ditched 1.2.3 that I have now for this one?
I have fresh rom 0.7 installed now with the 1.2.3 img
Click to expand...
Click to collapse
It has a couple new features. Such as the ability to clear dalvik-cache (it was previously only off the sdcard, not from /data) and it has a new backup program that is an alternative to nandroid (looks like maybe it backs up your sd card too?). But it won't do anything to help the the phone out in any way.
this should work with the flashrec method right?
hey flipz, when is your next fresh update coming out, im planning on updating them both at the same time?
lv2bll said:
this should work with the flashrec method right?
Click to expand...
Click to collapse
Code:
Copy recovery-RA-heroc-v1.5.1.img to the root of your sdcard
Boot into your current custom recovery (boot while holding HOME)
Connect your Hero via usb to your pc/mac/...
adb shell
$su (not required if you have root already)
#mount -a
#flash_image recovery /sdcard/recovery-RA-heroc-v1.5.1.img
just follow those steps
Best feature ever! the nandroid in this version will allow you to pick from your different nandroid backups. So if you make one every week or every day you can scroll through the list and pick which one you want. *swoon*
lv2bll said:
hey flipz, when is your next fresh update coming out, im planning on updating them both at the same time?
Click to expand...
Click to collapse
I am leaving to go out of town on Thursday. I'm hoping to get it released by then, however I have lots of surprises up my sleeve and I want to get them all in there (yes... it is still a 1.5 rom! ha).
flipzmode said:
Best feature ever! the nandroid in this version will allow you to pick from your different nandroid backups. So if you make one every week or every day you can scroll through the list and pick which one you want. *swoon*
I am leaving to go out of town on Thursday. I'm hoping to get it released by then, however I have lots of surprises up my sleeve and I want to get them all in there (yes... it is still a 1.5 rom! ha).
Click to expand...
Click to collapse
surprises like.......?
lv2bll said:
surprises like.......?
Click to expand...
Click to collapse
We'll just say that some of tsowen's work will be making a guest appearance. Anyone who had winmo should know him as the taskbar king.
Now let's stop hijacking this thread. <3 the new recovery!
Link to Amon_RA's post with more download mirrors since the one in the OP was down for me:
http://forum.xda-developers.com/showthread.php?p=4898505#post4898505
Getting:
mount: cannot read /etc/fstab: No such file or directory
Any ideas? I have the 1.2.3 recovery loaded now.
EDIT:
I attempted to load it from terminal on the phone...bad idea. Got about 20 "mtd: Read error at MEMORYADDRESSOFSOMETYPE (Out of Memory)"
Completely at a loss here...
@Kcarpenter
I did the same thing. First attempted from PC with same result as you, then from Terminal on the phone.. now I cannot boot into recovery at all.
Phone seems to work normally but on some reboots it goes to fastboot usb and stays there.
I cannot connect through adb when it is in fastboot mode.
What should I do to fix/upgrade my recovery?
apps+dalv to sd
apps+dalv to sd
is there any advantage to this other than creating more space on the device itself? does it slow down the system when accessing these from an sd card?
just good questions.
crunchybutternut said:
@Kcarpenter
I did the same thing. First attempted from PC with same result as you, then from Terminal on the phone.. now I cannot boot into recovery at all.
Phone seems to work normally but on some reboots it goes to fastboot usb and stays there.
I cannot connect through adb when it is in fastboot mode.
What should I do to fix/upgrade my recovery?
Click to expand...
Click to collapse
I was frustrated with the results that Google's Terminal Emulator provided, so I purchased Better Terminal Emulator Pro and retried the Recovery update and it worked flawlessly.
I can now use 1.5.1!
I love that it lets you choose which Nan Backup you want to restore!
Great work RA!
Is there a option to partition your SD card to fat32-ext2-swap like on the other recovery screen. I did not see this anywhere.
crunchybutternut said:
@Kcarpenter
I did the same thing. First attempted from PC with same result as you, then from Terminal on the phone.. now I cannot boot into recovery at all.
Phone seems to work normally but on some reboots it goes to fastboot usb and stays there.
I cannot connect through adb when it is in fastboot mode.
What should I do to fix/upgrade my recovery?
Click to expand...
Click to collapse
Same issue here, I assume we are going to have to figure out WTF we did to Fstab. Hopefully someone better versed in Linux can help us out. I can't even Nandroid now. I was thinking about pushing the Sprint RUU I have back to it and starting from the begining, but oh so painful.
If I had an extra couple of bucks right now I would go buy that better terminal to see if it would work but I am broke.
Kcarpenter said:
If I had an extra couple of bucks right now I would go buy that better terminal to see if it would work but I am broke.
Click to expand...
Click to collapse
It's $4, so just buy it and if it doesn't work, you can uninstall and it will not charge you.
I waits 24 hours install to actually bill your card.
You have 24 hours to remove it without being charged.
Personally, I am going to keep it because it is much better than the free options.
crunchybutternut said:
It's $4, so just buy it and if it doesn't work, you can uninstall and it will not charge you.
I waits 24 hours install to actually bill your card.
You have 24 hours to remove it without being charged.
Personally, I am going to keep it because it is much better than the free options.
Click to expand...
Click to collapse
Broke = Credit Card Declined lol. Gotta love being a broke college student
I get paid in a few days, it can wait. Phone still works as long as I don't turn it off. If it does go off Ill just play with it for a few minutes and it will come back.

[ROM] YooTab 5002 5" Android 2.1/2.2[17/01/12]

Hello,
for users of YOOTAB 5002, good news,i made new 2.1 and 2.2 :
Procedure of flash:
-Make sure the battery is charged at 100% and the charger disconnected
-UBS-debug mode activated
-Download Tools RK2818-and-zip the archive
-Bring a paperclip
-Push the paperclip into the hole in the bottom right of Yootab, a little to hold down connector
-While holding down-connect the USB cable
-Windows drivers reclame the RK2818, install
-Open-RKAndroidBatchUpgrade.exe, the light at the bottom should be green, otherwise repeat the above procedure
-Find the downloaded image and click Update
-Wait until the procedure and calibrate the screen and voila
Click to expand...
Click to collapse
Tools RK2818 :
http://www.mediafire...xnwt4h2o26vd6qj
YooTab 5002 5" update FroYo 2.2.1:
https://rapidshare.c..._by_Lfd.img.zip
Change log:
-Root
-System-mounted writing
-515Mo-available internal memory (200MB is the origin)
-Changing the boot.img / build.prop / sytem.img
-Activation-JitHack
-New BootLoader 5.0
-Addition of scrip: compcache (24MB) + Dalvikcache 48MB)
-Linpack Benchmark-2150
-Boot in French
And I forget
Lefeudedieu 8)
YooTab 5002 5" update Eclair 2.2.1 Relax v1.1 :
https://rapidshare.com/files/373715550/YooTab5002-Eclair2.1-_Relax_v1.1-by_Lfd.img.zip
YooTab 5002 5" update Eclair 2.2.1 Relax v1.0 :
https://rapidshare.com/files/298488838/YooTab5002-Eclair2.1-_Relax_v1.0-by_Lfd.img.zip
Change log:
v1.1
-New Broswer (FC with the last)
-Delete Maps,Calendar,Talk,Email
v1.0
-FC with the Broswer
-Root
-515Mo-available internal memory (200MB is the origin)
-Changing the boot.img / build.prop / sytem.img
-Activation-JitHack
-wifi.supplicant_scan_interval=90
-New BootLoader 5.0
-Addition of scrip: compcache (24MB) + Dalvikcache 48MB)
-Play. Mkv (720HD)
-Boot in French
-New Boot Logo
-Linpack Benchmark-3950
-Relax-Blue Theme by Me
-Spare parts.apk (active Compcache/app in memory)
-Quick boot.apk
-ADW Launcher
-Winamp Player Audio
-writable system partition mounted to /data (aufs)
-Lowmemorykiller tweaks (minfree for more aggressive background task killing)
addition of compatible cifs.ko in /system/lib/modules to mounting
(thank to xaueious)
Edit: For the Market once connected and the sync is complete, go to Settings / apllications / manage applications / all / delete data from the Market and re-boot
Lefededieu 8)
seems to be great, but can you modify it for YooTab 7001?
kuczyproceder said:
seems to be great, but can you modify it for YooTab 7001?
Click to expand...
Click to collapse
simply replace with your bootloader and your Kernel

[RECOVERY][CWM] ClockworkMod v6.0.2.7 Touch v14.4.6 | exFAT support (01/11/13)

IRC on freenode: #sk8erwitskil
NEW: I have created a script to easily update to the latest version of my recovery.
- Download this file ----> updater.sh (updated to fix typo)
- Put it on your sdcard
- open adb and type:
Code:
su
sh /mnt/sdcard/updater.sh skyrocket
- it will reboot you into recovery
- starting in v14.2.1 it will automatically start installing and reboot when its done
Note: If your sdcard is not mounted on /mnt/sdcard then open the script and change the line that says path=/mnt/sdcard/sk8sUpdater to match your mount point. i.e. ICS users may have to change it to say path=/mnt/emmc/sk8sUpdater
Click to expand...
Click to collapse
I have ported touch recovery to Clockworkmod 6. I will be making updates to this just like my other touch recovery. I have added a few menu items and tweaks to make it like my CWM5 recovery.
Looking through the cwm code more in depth i have noticed MANY flaws with the code for new(er) phones that use /emmc instead of /sdcard as the main storage. i have now fixed those flaws in v9+.
Here is a video of how it works: --------> YOUTUBE LINK
Flashable zip:
cwm6027touch_v14.4.6_skyrocket.zip: ---------> DOWNLOAD
Click to expand...
Click to collapse
Thanks to :
gweedo767 (for creating the original touch recovery)
koush (for creating CWM)
PhilZ (for his amazing improvements and help with applying universal touch code) BIG THANKS!
PREVIOUS VERSIONS:
Code:
v1:
[CODE]initial release
v2:
Code:
- updated to latest version of clockworkmod
- add reboot download option
- add reboot recovery option
- add power off option
- change font size
- add various internal/external sdcard options from cwm 5.5.0.4 touch recovery
- change order of internal/external sdcard so internal comes first on backup/restore/install
v3:
Code:
- add support for phones that sdcard mounts as external_sd
- fix the line below the menu to actually be below the menu
- clean up the "andy the android" picture. (if you make a backup you will see that the picture in the background has been poorly edited. there are bits of black spots around him)
- JellyBean Background
v4:
Code:
- fixed missing slash that was not allowing installs from external sdcard
v5:
Code:
- update to latest version of CWM 6.0.0.8
v6:
Code:
- updated to latest version of CWM 6.0.0.9
- added ability to delete nandroids from recovery (in backup and restore menu)
- changed order of internal/external so external comes first
- fix timestamp creation on backups
v7:
Code:
- updated to latest version of CWM 6.0.1.0
- fixed bug that would not allow backup of /system
v8:
Code:
- update to latest version of CWM 6.0.1.1
- allow customization of backup format (dedupe/tar)
- use minizip tool instead of e2fsck, etc.
- more....
v9:
Code:
- update to latest version CWM 6.0.1.2
- fixed bug where backing up to external wouldnt backup /emmc/.android_secure
- ADDED DUAL LUNFILE SUPPORT! (thanks to topprospect for this!)
-- what this does is when you mount USB storage you
will see both of your sdcards mount at the same time
- various /emmc fixes (recovery now looks for all clockworkmod "." files in /emmc instead of /sdcard)
- this is useful for people who dont use an external sdcard at all
v10:
Code:
- grabbed latest commits to official CWM 6
- added new extras menu (look in 2nd post for info)
- some other stuff i dont remember
v11:
Code:
- fixed hide nandroid progress bug (it now works)
- added sk8's fix permissions option (logging is disabled so it runs faster and it also clears stale data directories)
- fixed bug where normal fix permissions wouldnt create a log to correct location
- cleaned up some syntax
v12:
Code:
- added darkside wipe/super wipe built in
- added aroma file manager built in
- added ability to backup/restore the /efs partition
- cleaned up oneconfirm/hidenandroidprogess features to be one menu item
- more......
v12.5:
Code:
- fixed bug where darkside cache scripts wouldnt work
- added option to create a custom zip (read 2nd post)
v13:
Code:
- report log gets copied to /emmc instead of /sdcard
- add support for roms without busybox (stock roms) to create a custom rom zip
- add support for openrecoveryscript (read [URL="http://forum.xda-developers.com/showpost.php?p=31093552&postcount=344"]THIS[/URL])
- add support to choose a custom created openrecoveryscript
- use goo-manager to flash roms and create openrecoveryscripts
- now detects where android_secure is automatically
- fix ors-mount.sh to work even if 'sdcard' is in the path
- misc code cleanups.....
v13.1
Code:
- bug fixes
- android_secure fixes
v13.2
Code:
- that pesky android_secure - bugfixes for restoring android_secure
v13.3
Code:
- updated to latest 6.0.1.4
- some bugfixes
- added option to select where android_secure lives (hopefully this is the last time. i promise)
v13.4:
Code:
- updated aroma file manager to latest version
v13.5:
Code:
- add initial support for whole-device encryption (thanks topprospect)
v14:
Code:
- updated to latest CWM 6.0.1.5
- fixed some mtdutils issues
- added a bootanimation changer
v14.1:
Code:
- not released
v14.2:
Code:
- added bootanimation change selection from external sdcard
- added newest aroma filemanager w/ console support (you can use terminal in recovery)
- updated to latest changes of official CWM
- added support for Android 4.2
- zip file now installs updater.sh to your internal sdcard
- updated updater.sh to fix typo
v14.2.1:
Code:
- openrecoveryscript automatically runs if script is found in /cache/recovery/
- this is good for using my updater.sh or goomanager
v14.3
Code:
- skipping this number to keep in line with my other devices
v14.3.1
Code:
- lots and lots of under the hood improvements
- re-wrote OpenRecoveryScript and efs backup/restore code
- these work alot better now (thanks so much to PhilZ for his amazing help)
- add option to backup/restore boot.img from sdcard
- now using latest stable kernel
- completely re-wrote the touch code for some improvements
- now to select you tap anywhere on the screen
- fixed some typos
- made my source code universally compatible with all phones using ICS or greater
- compiling in jellybean base recovery code now
Code:
v14.4
- fixed soft keys (virtual keys on bottom) (credit to PhilZ for this)
- reverted back to swipe to select
- tweaked some features in the extras menu
Code:
v14.4.1
- messed up on the mount points so i fixed them now
- added some buffer to fix ability to accidentally select wrong item
Code:
v14.4.5
- skipped some versions because they were made for other phones
- re-wrote the create custom backup feature to be universal now with all phones/roms (thanks to PhilZ for the help)
- added new settings menu
- add ability to change timezone
- added /preload support [B](must go and enable it in misc nandroid settings)[/B]
- add rom name to nandroid names
- more i just cant remember now....
[/CODE]
Current Version:
v14.4.6
- added exFAT support
- some under the hood optimizations
Click to expand...
Click to collapse
Major update to how touch works now:
UP - swipe finger up on screen
DOWN - swipe finger down on screen
SELECT - swipe finger from left to right
BACK - swipe from right to left
SOURCE: https://github.com/sk8erwitskil/touch_recovery_cm10
This is what the new dedupe format does. This is a direct quote from the original creator of clockworkmod:
Code:
ClockworkMod Recovery now deduplicates files between builds. This results in way smaller backups.
Don't delete /sdcard(or emmc)/clockworkmod/blobs
Overview
I've gotten a few questions about how this works, so I figured I'd make a post on it.
Basically, here's what happens:
The files being backed up are hashed (sha256, not that it matters). Then it checks for a file with the name of the hash in
/sdcard/clockworkmod/blobs
So, if the hash of the file was c5273884b90d490134e7737b29a65405cea0f7bb786ca82c6337ceb24de6f5ed, it looks for /sdcard/clockworkmod/blobs/c5273884b90d490134e7737b29a65405cea0f7bb786ca82c6337ceb24de6f5ed
If the hash file is found, it continues on to the next file. Otherwise, it copies the file to the blobs directory with the file name being the hash.
ROMs and user data, for the most part, do not change too much between builds and backups. So, your APKs, system files, etc, are generally only stored once. This saves a ton of space. Especially between incremental backups.
Some of you may be thinking "well, how do I delete a backup?".
First, never delete the blobs directory. This would actually delete all your backups by rendering them unusable.
Simply delete the usual backup directory, and the next time you run a backup, all the unused hash files will be automatically delete (a process known as garbage collection). The recovery will show "Freeing space..." while this is happening.
Whats in the extras menu?
- change bootanimation (this lets you select a bootanimation form your internal sdcard. it backs up your current bootanimation to /{internal sdcard}/clockworkmod/ba_backup/. it only backs up the original bootanimation so if you keep changing your bootanimation you will still only have your original one in ba_backup.)
- enable/disable one confirm (this makes it so you only have to scroll through one confirm selection when installing something instead of having to go through 10 of them to click yes)
- hide/show backup & restore progress (this makes it so the progress bar when you backup/restore doesnt show up and makes backups/restores a bit faster since it doesnt have to show you the progress and files its backing up)
- select android_secure on internal/external (use this to select where you have .android_secure. default is internal, so if you have it on external make sure to choose this once to set it up)
- aroma file manager (file explorer)
- create custom zip (this will create a custom rom from the currently installed files you have on your phone. it takes your /system partition and /boot partition and makes them into a zip file ready to be flashed. the end product will be in clockworkmod/custom_rom/. this has recently been fixed to work on all phones/roms
- choose custom openrecoveryscript (read THIS)
- recovery info (shows the version of recovery and the build date)
- Special Backup & Restore (backup and restore your kernel/boot and /misc partitions)
- Misc Nandroid Settings (change time zone, turn preload support on/off (default is off), enable md5 checking)
I used the odin install and now I cant boot into recovery at all. just goes to a black screen.
its fixed now
BaconStep said:
I used the odin install and now I cant boot into recovery at all. just goes to a black screen.
Click to expand...
Click to collapse
let me take a look.
sk8erwitskil said:
let me take a look.
Click to expand...
Click to collapse
almost fixed. uploading now
watching this
Hope to check this out soon! Gotta wait for a more stable release though.
Slightly off topic but what are the benefits in upgrading CWM? I'm on 5.5.0.4 touch and have always disregarded upgrading with each phone I root as they all seem to function the same.
Sent from my SGH-I727 using Tapatalk 2
lnfound said:
Slightly off topic but what are the benefits in upgrading CWM? I'm on 5.5.0.4 touch and have always disregarded upgrading with each phone I root as they all seem to function the same.
Sent from my SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Mostly bug fixes and compatibility issues.
This should be ready soon! Gweedo and utkanos are working on it as well so something good is coming
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
augh yes! i fixed it and its running smooth as buttah!!! ill add recovery.img and recovery.tar.md5 later but there is a flashable zip in the OP. just flash in recovery.
When wiping davlk, it throws like it was on CWM 5
E:unknown volume for path [/sd-ext]
Dismal Shadow said:
When wiping davlk, it throws like it was on CWM 5
E:unknown volume for path [/sd-ext]
Click to expand...
Click to collapse
yes thats expected. i dont know how many times this has been talked about. /sd-ext is a legacy option in cwm that was used for apps2sd. if you can find a cwm that doesnt show that error i would be shocked. the only reason it doesnt do it on my 5.5.0.4 touch recovery is because i took out the part where it prints it to the screen so people would stop asking about it. lol.
You are awesome, we need you over on the gsiii side...
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Will this work for the t989?
Gotroot said:
Will this work for the t989?
Click to expand...
Click to collapse
Yea it should i flashed the first one put up and it wrked on my t989
Sent from my SAMSUNG-SGH-T989 using xda premium
Gotroot said:
Will this work for the t989?
Click to expand...
Click to collapse
yes it will work. but the fix permissions might not work. i have to make one specifically for the hercules. thats my project tomorrow.
So just to clarify. Download zip. Flash in current cwm touch and that's it?
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
garydv2002 said:
So just to clarify. Download zip. Flash in current cwm touch and that's it?
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Yessir
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
RiNo808 said:
You are awesome, we need you over on the gsiii side...
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
no poaching our devs!
deezhemi said:
no poaching our devs!
Click to expand...
Click to collapse
Heh.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app

[BlueStarRom] Lg P700 (L7)

BlueStarRom Android 4.2.2 Lg P700 L7
BlueStarRom v1.2.1
Installation is done by CWM
flashable
Wipe data / factory reset
wipe cache
Adwanced / wipe Dalvik cache / yes
Mounts and storage
mount / system
format / system
install zip from sdcard
choose zip from sdcard external
File looking star-romlgl7.zip
click on it / Yes
you are installing the firmware must
wait
after installing the firmware to load
gapps / gapps-jb-20121017.zip
Version 1.1.2
-update theme
-update bootanimation.zip
-add applications (whatsapp , dolphin hd , cleanmaster )
Version 1.2.0
-add theme (sonyxperia)
-add applications (rom manager ,youtubeHD , contacts+)
-fix bugs
Version 1.2.1
-bugs fixed
Version 1.3.0
-bootanimation changed
Download
- BlueStarRom - (coming soon)
- gapps - goo.im/gapps/gapps-jb-20130812-signed.zip"]goo.im/gapps/gapps-jb-20130812-signed.zip
Download link?
Sent from my LG-P700 using XDA Premium 4 mobile app
would be interested in a downloadlink + if available a newbie-proof manual how to flash the blueStarRom on an LG P700, with standard-android (V. 4.0.3 - the newest via standarad softwareupdate available version, which is much tooo old to run most apps *grrr*), which isn't rooted.
i work with debian linux 10 on my desktop-pc (100% windows- and mac-free household), and would very much prefere a solution to flash this device without being forced to install windows extra for this purpose (don't own any windows-installmedium btw).

[ROM] [30/09] Elephone U Pro | Eragon V 10.3 |20180918 Base| 8.0 |Clean| AOSP Mix

{
"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:
* Based on latest Elephone U Pro Base
* Android 8.0.0
* Patched Boot.img
* Increased battery life
* Systemless Root
* Ramdisk Tweaks
* Bloatware removed
* Non recent limits
* Memory optimizations
* Tweaked for better battery and performance
* Support almost 24 hours a day
* AND MANY MORE
How to Install:
please look at post #2 if you need a guide
for version 10 only QFIL Flashtools is neccessary .
You have the choice if you want to wipe or not. choose the right raw_program.xml ..
(only if you are coming from stock rom you have to make a wipe)
(To make things very easy to install, because there are many users with problems in the past and TWRP)
------------------------------------------------------------------------------------------------------------------
Eragon Rom V10.3
TWRP 3.2.1 (for v10 )
(flash it in bootloader mode with cmd : fastboot flash boot V10_TWRP.img )[/SIZE]
Google Camera from PIxel 3
Open camera ( great one)
Notice/tips:
1. go to settings/system/about and tap 7 times on the build number to activate developer settings.
go there and enable usb debuging, also use x0,5 for all animations
2. in Nova/settings/look and feel choose faster then light.
Rom goes to _B and _A Partition so we dont need to change something
Super clean and stable / bloatware removed.
related to removed encryption the userdata needs to be formated. the device will tell you to make a factory reset
(this is only once, if you stay on my Rom and Updates)
Code:
v10.3
-fixed google play protection certification
-fixed system cts profil
-gpay etc all will work by default.
(enable these apps magisk hide)
v10.2 [COLOR="red"]only flashable via QFIL flashtools[/COLOR]
-merged stock launcher into rom
-choose stock launcher grid/size ( up to 6x6 )
-make display size smaller (dpi)
-updated gapps
( locked bootloader 09/18 for Eragon and Stock rom will come soon )
v10.1
-fixed face unlock
(by mistaken removed the lines while editing build.prop)
v10 [COLOR="red"]only flashable via QFIL flashtools[/COLOR]
-rebased to 20180918 base
-made all new from scratch (coded into all previous mods/tweaks)
*camera updated
*updated security patches to September
-fixed almost all polish translations
-fixed "voice match "ok google" ( was broken in v9 )
-changed Lockscreen Font back (better readable then in v9 )
-enabled deskclock spotify listening
-trimmed and optimized system more
-lowered navbar again ( to 34dpi)
-new default wallpaper
-updated all gapps
-unlock/lock lockscreen should be faster
-increased battery life more
v9 [COLOR="red"]only flashable via QFIL flashtools[/COLOR]
-fixed Settings/LED German translation
-added Eragon advanced menu
-lowered navbar from 48dpi to 38dpi
-highly modified overlay to pie
*merged android 9 layout into rom
(toggles/letters/check & menu Boxes)
*merged android 9 fonts
*Merged android 9 notifications
-changed 4g to LTE icon
-added latest busybox
-updated magisk to v17.1
-updated all Gapps ( gplaystore , services and builds)
v8 [COLOR="red"]only flashable via QFIL flashtools[/COLOR]
-rebased to 20180514 ( made all new from scratch)
-merged all tweaks/mods from v7
-changed app recent limit again ( this will fix the lag for some users)
-fixed sdcard site issue 64gb for some users on 20180514
-fixed wallpaper issues ( now your prefered one will stay for lockscreen and homescreen)
-updated google services to latest
-merged pdf reader to easily open them
-improved performance/battery
v7 [COLOR="red"]only flashable via QFIL flashtools[/COLOR]
-updated all Gapps ( gplaystore , services and builds)
-changed app recent limit ( hopefully solves the lag/freeze issue for some users)
-dailing and Call sound quality improved (hopefully will fix the no sound when calling for some users)
-Ipv4 / ipv6 scan/frequenzy improved
-WiFi scan Intervall increased
-disabled kernel checkin
-updated magisk manager
v6.0 [COLOR="red"]only flashable via QFIL flashtools[/COLOR]
-rebased to latest 20180511
-unlocked bootloader with fastboot commands / and rooted again
-made wipe optional in QFIL flashtools
-faster fingerprint unlock direct to homescreen
-"HD" icon in statusbar for VoltE if available/enabled
-updated apps
-may security patch level
-optimized system
-increased camera quality
-performance tweaks ( fast as hell)
- [COLOR="Red"]no TWRP ATM and without viper4audio ( under construction ) [/COLOR]
v5.0
-rebuild and made meta inf folder for TWRP recovery props @maherabed1986 for twrp
(rom is only flashable via twrp now)
-merged viper4Audio
-enabled hidden faceunlock setting menu
v4.0
-rebased to 20180423
made all new from scratch
-bootloader is unlocked automatically
-fixed -it will not ask for google protection password (30times anymore)
-fastboot commands are working now
-will write to _a and _b . so you dont need to switch
*fixed whatsapp audio messages when you hold phone to the ear
*added real faceunlock
*updated google security patch
-cleaned rom a bit more
-updated apps
-optimized system in speed and performance again
-added snapdragon gallery back ( more customizations possible)
-added ele camera back ( gcam optional / with slow motion fix in system)
V3.0
-reuploaded v3 *fixed adb shell
-fixed recovery ,related to boot.img changes.
-fixed bootloops
V2.0
-fixed youtube full screen scaling
-added busybox 1.28.3
-disabled ro.secure (for adbd)
-enabled ro.debuggable
-disbabled kernel checkin
-improved ram (lower ram consum)
-improved system stabilty
-merged gcam v6 into system ( better photo quality and slow motion)
-removed stock gallery
-added Google contacts apk
-added google foto gallery ( can handle motion pictures)
-changed ro.build type and user to dev (userdebug / android-build & dev-keys)
(this allows a better system access)
V1.0
-initial release
-Systemless Root
- Google Camera
-fixed Google Camera slow motion
-Multi user support
-Better scrolling
-removed encryption on userdata & internal storage
-Increased Wifi Scan intervall
-Tweaked for better battery and performance
-Dalvik Virtual Maschine Optimized
-Mixplorer Root Explorer
-Removed Bloatware
-Nova Launcher
-Mixplorer
-Magisk Manager
-and many more
Special Thanks / Credits to:
topjohnwu for his awesome Universal Systemless Interface called Magisk Mod and Magisk Manager
HootanParsa for his Mixplorer explorer
​
How to install Eragon Rom.
You need to use QFIL flashtools
you will find ADB and QFIL Flashtools here in my uploaded zip
KLICK HERE TO DOWNLOAD
(extract the zip to your desktop)
Also here is a HOW TO Youtube link: ( props @Dynamic_d )
https://www.youtube.com/watch?v=yZZGNzERrfg&t=42s
--------------------------------------------------------------------
use QFIL
what do you need :
QFIL Flashtools:
to use flashtools we need to install the flashtools driver first.
Drivers
1. we need to use the Qualcomm HS-USB QDLoader 9008
in the downloaded zip is the Qualcommdriver , just install it .
this will install:
HS-USB QDLoader 9008 and Qualcomm HS-USB Diagnostics 900E
for Flashing we only need the HS-USB QDLoader 9008.
set up QPST/QFIL Qualcomm Flashtool
-Start the.exe file in QPST.2.7.460 folder.
-accept the terms
-dont change the install path . (
-choose complete installation
-install
- you have to browse to the QFIL.exe in C:\Program Files (x86)\Qualcomm\QPST\bin , best would be to make shortcut for it on the desktop.
it will look like this:
4. How to use it:
We need to reboot to edl (emergency download mode) use flashtools.
remember to enable usb debugging in developer settings
you can easy reboot to EDL Mode via adb, use:
Code:
adb shell
reboot edl
---------------------------------------------------------------------------
prepare the Flashtool:
in Select Build Type:
choose: Flat Build
in Select Programmer:
browse to the extracted eragon folder and choose the "prog_emmc_ufs_firehose_Sdm660_ddr.elf" file
Load XML:
now choose the rawprogram_unsparse.xml and right after the patch0.xml
you can press the "download content"
wait a bit , at the end of the flashing procedure it will make an error, thats normal if the patch0.xml is empty.
here:
[
-----------------------------------------------------------
OUT OF DATE:
You are on 20180423 Base . then you can flash TWRP recovery and use it to flash Eragon.
TWRP link: https://1drv.ms/u/s!Am93l3qEx-D_hJZSKXo1EZluIWuS9Q
1.place the twrp.img into your adb folder
now we use adb
Code:
adb shell
reboot bootloader
2. now we falsh it to both partitions with
Code:
fastboot flash boot_a twrp.img
then
Code:
fastboot flash boot_b twrp.img
thats all.
now reboot from bootloader to recovery using volume buttons
and flash eragon rom zip
Optional make a fullwipe in recovery/wipe/advanced, select system,data,cache and dalvik to prevent issues
after that flash the rom zip twice!
first initial with twrp will be like taht, you have to flash it twice..
Nice rom
Everything working smoothly and stably everything flying ?
Great job man
skeleton1911 said:
:good::good::good:
You're an unbelievable modder......perfect job.....
Works smoothly....thanks
:highfive:​
Click to expand...
Click to collapse
Laptapper said:
:good::good::good:
You're an unbelievable modder......perfect job.....
Works smoothly....thanks
:highfive:
Click to expand...
Click to collapse
Thank you
Gesendet von meinem U_Pro mit Tapatalk
Thank you for the great ROM. It is blazing fast!!!
ROM is great bud thanks for your work
question....i have a nova prime apk i wish to install but its not letting me as nova is now the stock launcher in your rom, is there any way to get around this?
UNDR8D83 said:
ROM is great bud thanks for your work
question....i have a nova prime apk i wish to install but its not letting me as nova is now the stock launcher in your rom, is there any way to get around this?
Click to expand...
Click to collapse
I also use nova prime and its works right after installing.
Install nova prime from playstore and you will be fine.
If that don't work because you have the APK on your PC and not bought it in playstore do this:
1. With mixporer explorer go to root/data/app
2. Make a new folder called novaprime
3. Copy the prime.apk into it.
4. Reboot
Gesendet von meinem U_Pro mit Tapatalk
i followed your steps however after reboot the novaprime folder has disappeared from root/data/app folder and still cant install it
UNDR8D83 said:
i followed your steps however after reboot the novaprime folder has disappeared from root/data/app folder and still cant install it
Click to expand...
Click to collapse
So you don't bought it on playstore. Mhh hope it's not a cracked one.
Did you merged the root into system?
Magisk manager / install/ choose direct install.
If prime don't work after that. Send me a PM.
Btw
Try System-root/system/priv-app folder and make it like you did in data/app.
Gesendet von meinem U_Pro mit Tapatalk
even better!! i replaced the prime apk with the your stock apk haha works perfect thanks for your help and ongoing support bro
skeleton1911 said:
Thank you
Gesendet von meinem U_Pro mit Tapatalk
Click to expand...
Click to collapse
What do you think about further build.prop tweaks for better signal and better voice quality?
ro.config.hw_fast_dormancy=1
persist.cust.tel.eons=1
ro.ril.enable.amr.wideband=1
Laptapper said:
What do you think about further build.prop tweaks for better signal and better voice quality?
ro.config.hw_fast_dormancy=1
persist.cust.tel.eons=1
ro.ril.enable.amr.wideband=1
Click to expand...
Click to collapse
I don't know if they would work.
Test them
Gesendet von meinem U_Pro mit Tapatalk
I'll give it try, thanks in advance man ?.
Hello as skeleton.
Good to see, you're back again.
One question... Will you continue to develop for the Elephone s8?
Beta
BbetaA said:
Hello as skeleton.
Good to see, you're back again.
One question... Will you continue to develop for the Elephone s8?
Beta
Click to expand...
Click to collapse
Wrong thread mate. And I already answered it. I can not develop for a device I don't own anymore.
Gesendet von meinem U_Pro mit Tapatalk
@skeleton1911 könntest du mal ein paar screens senden und die unterscheide beschreiben?
MeikHH said:
@skeleton1911 könntest du mal ein paar screens senden und die unterscheide beschreiben?
Click to expand...
Click to collapse
Test it and you will see and feel the different
Gesendet von meinem U_Pro mit Tapatalk
Sorry for the dumb question but how do you install the rom? Via the recovery? I unlocked the bootloader but I don't understand how to flash the Eragon .zip file.
tengaar said:
Sorry for the dumb question but how do you install the rom? Via the recovery? I unlocked the bootloader but I don't understand how to flash the Eragon .zip file.
Click to expand...
Click to collapse
You extract the rom.zip. there is a Eragon v1.0folder in the zip. Place that on your desktop.
Then use qfil flashtools to flash it.
(Look into my guide for it. On first page )
Gesendet von meinem U_Pro mit Tapatalk

Categories

Resources