[Multiboot][Recovery] Boot Multiple Roms v2.2 - (twrp2.8.3.0) - AT&T, Rogers, Bell, Telus Samsung Galaxy S III

[updated 20150104]
version v2.2
migration to twrp2.8.3.0
quickfix for lzma initrd roms
fix baseband not recognized on some tw roms
added f2fs feature to multiboot kernel for future versions..
moved qemu tools to sdcard to free space
[updated 20150101]
version v2.13
lollipop support
Hi all,
This dev thread is to continue the multiboot thread that I starded few months ago in general section.
To read history of the project you can take a look here http://forum.xda-developers.com/showthread.php?t=2577211
With Multiboot, you can launch any ROM from your internal card or your external sdcard. It is a TWRP recovery ROM modified to add this feature.
This feature is possible thank's to kexec-hardboot method created by mkasic (http://forum.xda-developers.com/showthread.php?t=1266827).
I adapted this method to be able to apply it quite easily on any android device.
This method includes few pieces of software ( sources will be published) :
kexec-hardboot : kernel patch from mkasic
hardboot-reserve : new kernel patch
kload-hardboot : new userspace program
Next part of the method is an on the fly modification of initrd ramdisk before injecting new kernel/initrd. Early versions of multiboot (before v1.2) were simply modify [on fs] section of init.rc to replace original block devices ( mmcblk0p14, mmcblk0p15 etc ) by loop devices pointing to img files.
Since Multiboot v1.2, a new method is used to replace original filesystems : a script replace original init binary, his goal is to prepare all the filesytems before launching original init.
All this method is done by shell scripts that you can check in /sbin and /multiboot directories when booted into recovery.
Creating img files (raw) is very efficient on internal sdcard as this card is formatted ext4 and img files can be thin provisiionnig ( sparse files ).
Unfortunaltely, external sdcard are offently fat32 or exfat formated. Those filesystems do not support thin provisionning ( note also that multiboot supprot only vfat for the moment ).
Creating img files on vfat filesystems is very long process and consume lot of space.
Version Multiboot V2.1 add support for ubuntu touch 14.04 support ( only img files )
Version .Multiboot V20 introduced a new feature : qcow2 support for external sdcard.
With qcow2 image files, we can create small images which grows only when needed.
You can check some video demonstrating features of multiboot on youtube channel : http://www.youtube.com/channel/UCefO8F4YX6qMQsqpBHTqTqQ
Main advantages of using qcow2 :
thin provisionning
snapshots
compression
liveboot ( livefull if small rom, "livedvd-like" if bigger roms )
Some problem (and solutions) of qcow2 :
need target kernel with nbd support - nbd is very easy to activate when compiling kernels but not already activated on kernels. Decimalman kernels already are compiled with it. http://forum.xda-developers.com/showthread.php?t=2226889
Slow speed on standard : speed on qcow2 especially when first installation is not good. To reduce this, livesnap booting mode gives very good speed.
suspend/resume : on tw43 kernels, deepsleep can hang the system. To correct it, their are 2 methods : adding a wakelock or apply a small patch to nbd.c sources.
Some details about qcow2 booting mode :
- standard : qcow2 images are acceded read/write directly on sdcard ( not recommended especially in firsts boot )
- livesnap : qcow2 images are acceded read, writes are done in zram snapshots. commit are done at reboot time : this is the recommended mod. If you install apps, you'd better to reboot first to commit qcow2. Note that if modifications are big, reboot can be long ( few minutes ), be patient. Note also that in this mode, I added a wakelock to fix suspend/reboot of tw roms.
- liveboot : same that livesnap but without commit - Same than a LiveCD in linux world. reboot speed is regular
- fulllive : only for small roms ( say ~500M ). All qcow2 are copied to zram at boot and mounted from memory. No internal/external card needed. very good speed.
- livesnap2 : same than livesnap but without wakelock. Best for speed and battery. Working except tw43. Download my modified dkp kernel to use this option on tw43 roms.
Important recommendations :
- when choosing qcow2, always choose the right nbd kernel as the last zip to install ( and don't reboot after Aroma installer )
take dkp kernels for tw43 and kk4.4.2 : http://forum.xda-developers.com/showthread.php?t=2226889
or kernels I compiled
- please follow videos on youtube​
Here are last video I did to demonstrate qcow2 features. Some parts of video are boring ( during compression or commit ) but I wanted to let it go live to give an idea of processing times.
Downloads : http://www.androidfilehost.com/?w=files&flid=12801
References / Credits :
mkasic : kexec-hardboot creator - http://forum.xda-developers.com/showthread.php?t=1266827
Tassadar : MultiROM creator - best project - http://forum.xda-developers.com/showthread.php?t=2011403 - bbootimg used
TWRP Team : http://www.teamw.in/project/twrp2

reserved

First
Sent from my SAMSUNG-SGH-I747 using Tapatalk

Love your work Philippe. This has been amazing to use for testing out multiple roms and still maintaining my daily driver. I'm a crack flasher so its nice having the options to constantly change.
Sent from my SCH-I535 using Tapatalk

Totally forgot about this, I'll have NBD included in my next kernel so this can work

this is awesome ! i been looking for muilt-boot since i got an S3 !
it's working great!

Awesome!
Now does it matter what bootloader you're on for this?

i want to try this... but the bandwidth Nazi's at work wont let me download and watch YouTube videos. would the main ROM need to be on the internal memory? or would it matter? just wondering.
Do these videos have audio? kinda hard to follow... or it just my laptop?

Restore
Hello,
Since I install the V2.0 I can't restore my new backup. I can restore the backup make before V2.0 installation but the one made with V2.0 multiboot.
Restore Failed
I try with different TWRP 2.6.3.1 and 2.7.0
Do you have and idea how to fix that.
Thanks

PwnCakes193 said:
Totally forgot about this, I'll have NBD included in my next kernel so this can work
Click to expand...
Click to collapse
I will add a link to your kernel in first message when it becomes compatible with qcow2 support.
vbetts said:
Now does it matter what bootloader you're on for this?
Click to expand...
Click to collapse
There is no prerequisite about bootloaders versions. Just be sure that your bootloader is unlocked ( I mean that you can install custom recovery images - for example, verizon 4.3 ota update locked the bootloader )
stanguay said:
Hello,
Since I install the V2.0 I can't restore my new backup. I can restore the backup make before V2.0 installation but the one made with V2.0 multiboot.
Restore Failed
I try with different TWRP 2.6.3.1 and 2.7.0
Do you have and idea how to fix that.
Thanks
Click to expand...
Click to collapse
As multiboot feature does not have relation with this part of twrp, not sure if it is linked with multiboot.
Do you have same behavour with original twr2.7.0 ?
Philippe,

ubuntu touch trusty in progress
Hi all,
Just to give a small news.
I started try to port latest ubuntu touch release (trusty) and to integrate it to multiboot.
Now, at least, I can boot on it, get the GUI, touchscreen, wifi, rotation, battery level and on/off button working.
( everything else not working : no sound, no phone, no gps etc... )
But at least, it is "usable" to play with it... Also, I integrated it to multiboot.
Don't know if you want to try that at this stage ( not sure than I can go further and get other things to work....)
Just tell me, I will package this week-end a multiboot v2.01 and ubuntu_touch_trusty_d2att.zip.
Here is a small video : http://youtu.be/y1G9hZI3deg
Philippe,
Philippe,

Phil_Suz said:
Hi all,
Just to give a small news.
I started try to port latest ubuntu touch release (trusty) and to integrate it to multiboot.
Now, at least, I can boot on it, get the GUI, touchscreen, wifi, rotation, battery level and on/off button working.
( everything else not working : no sound, no phone, no gps etc... )
But at least, it is "usable" to play with it... Also, I integrated it to multiboot.
Don't know if you want to try that at this stage ( not sure than I can go further and get other things to work....)
Just tell me, I will package this week-end a multiboot v2.01 and ubuntu_touch_trusty_d2att.zip.
Here is a small video : http://youtu.be/y1G9hZI3deg
Philippe,
Philippe,
Click to expand...
Click to collapse
I remember the last time someone built Ubuntu Touch to the d2att S3, but we ran into the same issues as you previously mentioned. Will there ever be a way to get the data to work?

codemonkey98 said:
Will there ever be a way to get the data to work?
Click to expand...
Click to collapse
Hi codemonkey98, the answer is possibly yes.
In fact, I succeeded to make cellular data work under my ubuntu touch port ( Bell carrier) .
Just have to confirm this first experimental results - I can surf internet with cell data ( without wifi ).
However, phone line is still not working.
[edit] Also sent and received SMS, so this is working also.
Philippe,

Phil_Suz said:
Hi codemonkey98, the answer is possibly yes.
In fact, I succeeded to make cellular data work under my ubuntu touch port ( Bell carrier) .
Just have to confirm this first experimental results - I can surf internet with cell data ( without wifi ).
However, phone line is still not working.
[edit] Also sent and received SMS, so this is working also.
Philippe,
Click to expand...
Click to collapse
I'd be very interested in testing the very alpha versions of this, as long as they're d2att or d2lte. best of luck man, i'm looking out for great stuff from you.

https://www.youtube.com/watch?v=j6GdvUfNppE In this video I see that you booted in the ROM w/o flashing gapps along w/ flashing the ROM ... is that necessary for this to work?

If you need a tester for anything, I'm always available.
Sent from my SAMSUNG-SGH-I747 using Tapatalk

shekinahsmoke said:
https://www.youtube.com/watch?v=j6GdvUfNppE In this video I see that you booted in the ROM w/o flashing gapps along w/ flashing the ROM ... is that necessary for this to work?
Click to expand...
Click to collapse
Hi shekinahsmoke, no it is not necessary at all. It's better to install all zip in one shot, but I did this demo to show that you can come back to multiboot, select an already created rom and apply another zip ( gapps in this example ) even after first installation.
codemonkey98 said:
I'd be very interested in testing the very alpha versions of this, as long as they're d2att or d2lte. best of luck man, i'm looking out for great stuff from you.
Click to expand...
Click to collapse
rani9990 said:
If you need a tester for anything, I'm always available.
Sent from my SAMSUNG-SGH-I747 using Tapatalk
Click to expand...
Click to collapse
Hi codemonkey98 and rani9990, thank's for your future help on testing. I am now able to call and be called . I fixed partially audio too. Calling ring and microphone during call are now ok, only incoming audio is problematic ( because exit from speaker and not earphone ).
Fall-back temporarly solution is to plug headset, in this case everything is fine during phone calls.
Now, I will start to prepare version 2.1 of multiboot to support this ubuntu touch and I will probalby open a dev thread dedicated to this ubuntu touch 14.04 when I finish first package ( this we or start of next week ).
Philippe,

Phil_Suz said:
Hi codemonkey98 and rani9990, thank's for your future help on testing. I am now able to call and be called . I fixed partially audio too. Calling ring and microphone during call are now ok, only incoming audio is problematic ( because exit from speaker and not earphone ).
Fall-back temporarly solution is to plug headset, in this case everything is fine during phone calls.
Now, I will start to prepare version 2.1 of multiboot to support this ubuntu touch and I will probalby open a dev thread dedicated to this ubuntu touch 14.04 when I finish first package ( this we or start of next week ).
Philippe,
Click to expand...
Click to collapse
I'm glad to hear. I appreciate you shedding some light towards us with Ubuntu Touch and your support for multiboot. :good:

Hi All,
Multiboot v2.1 is now ready on same download link ( http://www.androidfilehost.com/?w=files&flid=12801 )
This version add support for unbutu touch 14.04.
Philippe,

Phil_Suz said:
Hi all,
Just to give a small news.
I started try to port latest ubuntu touch release (trusty) and to integrate it to multiboot.
Now, at least, I can boot on it, get the GUI, touchscreen, wifi, rotation, battery level and on/off button working.
( everything else not working : no sound, no phone, no gps etc... )
But at least, it is "usable" to play with it... Also, I integrated it to multiboot.
Don't know if you want to try that at this stage ( not sure than I can go further and get other things to work....)
Just tell me, I will package this week-end a multiboot v2.01 and ubuntu_touch_trusty_d2att.zip.
Here is a small video : http://youtu.be/y1G9hZI3deg
Philippe,
Philippe,
Click to expand...
Click to collapse
I would love to try your touch port I have been using your recoveries for a few weeks now and just flash the touch wip Rom that is on the site but to have a simi-working port to play with would be awesome.
Sent from my SAMSUNG-SGH-I747 using xda app-developers app

Related

Alpha 3![ICS AOSP]{GSM/CDMA/P1000L/N}{DEV}{WIP} 11/12/11 TEAM DEVELOPMENT

ICS for Galaxy Tab 7
**PLEASE READ THE ENTIRE POST BEFORE FLASHING!**
Before you flash, Do an NANDroid backup, and then you can use an app called "App Extractor" to restore your important apps (Or you can use TB).
Changelog is in the second post
Supported Versions for GSM networks:
• P1000
• P1000N
• P1000L
• P1000R
Supported Versions for CDMA networks:
The CDMA kernel isn’t perfect at the moment, but it does work, so your tab won’t be bricked if you flash the right kernel, you'll just have more issues!
• Verizon
• Sprint
Not Supported:
P1010 (Wi-Fi only tab).
Current version:
Alpha 3
Developers:
Angel_666
koxudaxi
cdesai
cheatman
humberos
Working features:
• Reverse tethering- http://forum.xda-developers.com/show....php?t=1371345
• External SD
• Sound
• Multitouch
• Orientation sensor does work, but with a delay (you need to enable it in settings)
• Wifi
• Root
• 3G
Not Working:
• Camera doesn’t work yet, and won’t anytime in near future, due to great changes in ICS. We’d have to either write of wrapper or find some other workaround
(although it does work in panorama mode)
• Bluetooth
•
Notes:
• Touch buttons can be enabled if you want, (ro.product.characteristics=tablet in build.prop).
• Once you have a file manager installed, you can install app the normal way
• Honeycomb tablet apps works.
• Apparently you can boot this on CDMA sprint tabs as well (very long boot time at first) and P1000R!.
• If you can't get Wi-Fi to work, check here how to: http://forum.xda-developers.com/show...postcount=1175.
If you've got any questions, post them here(thanks joethc): http://webchat.freenode.net/?channels=##galaxytab7-ics.
FAQ:
Q: Keyboard not showing up:
A: Change dpi to 160 in build.prop and click on small keyboard icon and slide physical keyboard off
Q: I've got no root?
A: Flash the root at bottom of post (thanks cheatman), or
http://forum.xda-developers.com/show...&postcount=262,
Then add the sh.zip (at bottom of page) file via adb to the /system/bin folder of this device.
Thanks to sinamosavi for root!
Q: Issues with apps and/or settings:
A: WIPE DATA, THEN SEE, IT WORKS PERFECT!
Install Guide(Make sure you are on ext4 file format and gingerbread bootloaders!):
• Plug Tab into computer.
• Mount USB storage.
• Copy ICS ROM to SD Card.
• Reboot into recovery.
• Perform a ROM backup.
• Optional, but recommended: Wipe data (if you don't wipe, wait for some time on home screen for the old data to work fine with the new rom).
• Wipe the dalvik-cache.
• Flash ICS ROM.
• Reboot.
• Flash the kernel depending on your tab, (thanks to humberto for this!)
• Flash the root patch and then then the Wi-Fi patch.
• Reboot.
Enjoy!
Downloads:
Alpha Series:
• Alpha 1:
http://depositfiles.com/files/qf2yahrb0?
http://www.megaupload.com/?d=Q9EY9U38
• Alpha 2:
ftp://xda:[email protected]
• Alpha 3:
http://depositfiles.com/files/xhhvucq67
ftp://xda:[email protected]
Kernels:
http://forum.xda-developers.com/show...&postcount=544
Other Stuff:
Google apps: http://minus.com/mbgPLHnlmN#2
Kernels:
P1000
http://www.multiupload.com/I0GAWLNFKF
sha1sum: 256d530f84b61a00897c2dc0a6db45ab3dd083d0
==================================================
P1000L
http://www.multiupload.com/5T54ROP1L7
sha1sum: b1b9e545f092e9017eea8b6c3a68aa060b2a4d77
==================================================
P1000N
http://www.multiupload.com/XNP7QZJJVO
sha1sum: 7aba6a545c153cc5cf2b8c9e8b9587bdb4a30891
==================================================
CDMA
http://www.multiupload.com/8C0RV66449
sha1sum: 483a64214a054629f57ab75d2861e8ea9c8a5fe7
==================================================
Sources (CM9 Kernel)
https://github.com/sgt7
Changelog: https://github.com/sgt7/p1000-kernel-cm9/commits/master
Look at the attachments for additional files
Added the build.prop if any1 wanted to modify!
Enjoy the rom!
Please rate this ROM 5 stars and hit the thanks button if you like it!
Special thanks to:
koxudaxi
Angel_666
cheatman
dizgustipated
cdesai
woocashewski
joethc
humberos
mssmison
speedsilwady
{Diemex}
d2dyno
Changelog
CHANGELOG
Alpha 1:
Touchscreen works
Everything else doesn't work.
Alpha 2:
Works:
3G works for some
Sounds and effects
GSM
Camera
Alpha 3:
Works
Mobile data work (works fully now!)
External/internal storage automount
Orientation sensor works (sometimes )
Phone
Wifi (see patch)
Root(see patch)
Alpha 4:
In progress!
What doesn't work:
GPS
Bluetooth
HW Accelaration (not just smooth gui!)
multitasking button
everything else...
ani55 said:
If anyone wants to help, please PM me for files and stuff
Sent from my GT-P1000 using XDA App
Click to expand...
Click to collapse
https://github.com/dizgustipated
For devs : http://forum.xda-developers.com/showthread.php?t=1313337
We need to edit the boot.img and init.rc first. I can't do this today so will do tomorrow if I can.
Sent from my GT-P1000 using XDA App
Even though nexus one has fully working build, I chose to port from nexus a as it has same processer and other similar hardware
Sent from my GT-P1000 using XDA App
To help devs, download nexus s rom then download cm7 by technomancer and unzip it. Extract the boot.img with splitbootimg.pl script. Compare the init.rc to ICS init.rc. Specifically the most important part here is the PATH, LD_LIBRARY_PATH statement and BOOTCLASSPATH lines. Build your kernel with the updated init.rc and flash with heimdell.
From mssmison porting guide.
I am in no way responsible for anything that happens to your Tab
Sent from my GT-P1000 using XDA App
Help! Guys, any developers:
When i try to split technomancer's cm7 boot.img in terminal, it says:
Android magic not found. Giving up.
Yet when I do this with nexus s ics it splits it, so until unless I can't change the init.rc we can't even build a kernel. Please help, anyone!
If someone can split the cm7 boot.img for me it would help a lot!
Thanks!
Best for you is to try to download Techno Heimdal version and extract initramfs from zimage, check here .
Good luck.
ani55 said:
Help! Guys, any developers:
When i try to split technomancer's cm7 boot.img in terminal, it says:
Android magic not found. Giving up.
Yet when I do this with nexus s ics it splits it, so until unless I can't change the init.rc we can't even build a kernel. Please help, anyone!
If someone can split the cm7 boot.img for me it would help a lot!
Thanks!
Click to expand...
Click to collapse
yea the cm7 boot.img wont split, me n diz already working since days, just synced cm7 source and now gonna make a new kernel with the edit, zImage doesnt work, needs boot.img
af974 said:
Best for you is to try to download Techno Heimdal version and extract initramfs from zimage, check here .
Good luck.
Click to expand...
Click to collapse
But then I can't compare that with the ICS rom
Sent from my GT-P1000 using XDA App
I am looking for someone with good porting knowledge who can check my build prop.
Looking at it right now
EDIT: Ok,it should be fine
dariolob said:
Looking at it right now
EDIT: Ok,it should be fine
Click to expand...
Click to collapse
Cool, but in the mssmison guide, he says something about the propiertray files. What do I do with these?
Thanks dario
hi, ani55
it's good project to make sure a possibility of Galaxy Tab
Have you build a kernel and ROM ?
you should edit init.rc in initramfs which have other block device names.
if i help you , i will happy
dariolob said:
Looking at it right now
EDIT: Ok,it should be fine
Click to expand...
Click to collapse
How does it know the resolution of my screen and the cm7 one. Because in your hc build prop( which is a lot more organised) It has resolution and everything?
koxudaxi said:
hi, ani55
it's good project to make sure a possibility of Galaxy Tab
Have you build a kernel and ROM ?
you should edit init.rc in initramfs which have other block device names.
if i help you , i will happy
Click to expand...
Click to collapse
Thank you very much, hopefully we will then release a test version.
Quick note, make sure that the new kernel/initrdfs uses the proper new class statements in the *.rc files, there's been a change to that.
Secondary, getting the system to boot isn't terrible once you have the right class statements and new services loading in the init.rc. There will be challenges however with networking due in part I beleive to the sdk build most are sourced from.
I spent some time playing with it the other day, and waiting for the source is the best idea. You'll probably get it booting, but would want to have the source to make some of the changes requried to really get it working more than 80%.
I totally appluad you guys for starting on this though Good to see.
mssmison said:
Quick note, make sure that the new kernel/initrdfs uses the proper new class statements in the *.rc files, there's been a change to that.
Secondary, getting the system to boot isn't terrible once you have the right class statements and new services loading in the init.rc. There will be challenges however with networking due in part I beleive to the sdk build most are sourced from.
I spent some time playing with it the other day, and waiting for the source is the best idea. You'll probably get it booting, but would want to have the source to make some of the changes requried to really get it working more than 80%.
I totally appluad you guys for starting on this though Good to see.
Click to expand...
Click to collapse
Get mssmison, good to see you back! I am following your porting guide, but is the build.prop the only thing that you need to edit when you port from device to device.
Btw I am porting from nexus s.
Sent from my GT-P1000 using XDA App
has anyone tried the kernel from the HC build? Just a stab in the dark but that could at least provide a starting point
Im also starting to take a look at this but im more of higher level software guy
I need someone to build a kernel please
Sent from my GT-P1000 using XDA App

[KERNEL]{S} Advanced Stock ICS Kernel Build 17 [08/12/12]

Advanced Stock ICS Kernel for Xperia S​Here is a kernel based on the Stock ICS kernel with some features which come from DoomLord's GB kernel.
Features
autorooting
CWM recovery (with reboot recovery support)
init.d support (thanks DoomLord)
TUN/TAP driver
Download links
Build 17 (Fastboot)
Build 17 (CWM)
Build 16 (Fastboot)
Build 16 (CWM)
Prerequisites
An unlocked bootloader: Tuto here.
A stock ICS ROM (6.1.A.0.452 to 6.1.A.2.55). Don't expect this kernel to work with CM9/10.
How to flash
For elf files :
Read DoomLord's guide
You just have to replace kernel.elf by the name of the downloaded kernel in the flash command (eg : ics4.elf)
For zip files:
Flash the zip file from the recovery
Changelogs
Build 17 (08/12/12) :
Merge 6.1.A.2.55 kernel sources
Autodetect rom version in default.prop based on build.prop
Updated recovery, adbd and busybox (JB version)
Build 16 (01/11/12) :
Random reboot issue probably fixed (patch from CM10 kernel, thanks Kali)
Rom version increased to 6.1.A.2.50
Updated recovery, adbd and busybox (JB version)
SD card mounted by default in recovery
Vibration at boot removed, only led and backlight now
Build 15 (05/09/12) : Increase ROM version in default.prop from 6.1.A.0.452 to 6.1.A.2.45
Build 14 :
New MMC driver (from codeaurora) : it fixes issue while formatting partitions in CWM
Wifi module built from source (in the ramdisk)
Updated recovery
Disable again hardware clock
Build 13 :
Backup / Restore fixed with dedupe
Backlight enabled in CWM
Better "reboot recovery" handling in adbd / busybox and recovery
Build 12 :
Updated recovery
Hardware clock correctly saved (from CM9 kernel)
Build 11 : Go back to GCC 4.4 (fix artifacts with camera preview)
Build 10 :
Kernel built with GCC 4.6
Several autoroot fixes (Superuser app pushed just once and correctly removed in /data)
Working reboot recovery command (with adb too)
Updated su (3.1.1) and Superuser (3.1.3)
A bunch of new command included in the new busybox (ifconfig, wget, vi, and many more !)
Build 9 :
Kernel built from sources
TUN/TAP driver included (for VPN)
Build 8 : Fix mass storage in CWM
Build 7 : Fix MTP
Build 6 : Key mapping in CWM fixed
Build 5 :
New recovery built from latest CM9 sources
Fixed generation of md5sum with nandroid
Increased font size in CWM
Boot partition backup and restore
New adbd built from CM9 sources (fixed an issue with hardcoded sh path in /system)
Build 4 :
Correct su binary
Don't wait 3 sec if /cache/recovery/boot exists
Build 3 :
Leds and vibrator at startup fixed
Sources
Ramdisk sources
Kernel sources
Credits
DoomLord : many thanks to him for its kernel and all his scripts.
championswimmer and sminki for their help
FreeXperia team for their work on CM
makes it perfectly start does not make any errors
greetings and thanks
yes it boots!
(maybe you can help with my Question here )
Hey, I also have tested several times to include recovery, but withut succes, didn't get any further then a booting kernel without recovery or vibration and LED on to enter recovery but no entering recovery and kernel that doesn't boot.
Please pm me if you want to work together, I saw your kernel is from ICX team? I know nick very well so I'd would be a pleasure to work with you too
sminki said:
yes it boots!
(maybe you can help with my Question here )
Click to expand...
Click to collapse
for this question and any other other question similar to this
head here
http://forum.xda-developers.com/showthread.php?t=1659584
it has menu driven process to extract and repack kernel.elf (ramdisk also can be extracted and packed )
Welcome Champ, good to see you mate.
I will leave the thread here as knowing you, you will have a kernel ready for us in a few hours.:fingers-crossed:
thanks for the test guys... so now i'm diving into including recovery....
good to know i could pull off kernel.elf editing in my first attempt lol
@colossus if not in hours, then definitely within 1 or 2 days
EDIT :
can someone send me the kernel.elf from FXP122 cm9 ??
will save me the time to download the whole ROM
This is sweet, good job!!
john9 said:
This is sweet, good job!!
Click to expand...
Click to collapse
Only a few files to edit now
We'll keep you updated
Sent from my LT26i using XDA
championswimmer said:
btw if anyone wishes to do this before me,
this diffstats should help you
https://github.com/championswimmer/xps-ramdisk/commit/a61969aefca00ce3a6e4e112e97403fb6f0c79e9
it shows how doomlord added recovery to gb kernel..
Click to expand...
Click to collapse
cool.. well that's a hell of a lot easier than the manual route I was taking. This was my goal, but for personal rather than pseudo "xda glory" as I'm working with DooM's stuff I didn't feel right posting it without his permission, but he's probably too busy to care
go for it championswimmer :victory:
Excuse my noob-ish question, but... what's the difference between a 'stock' kernel with recovery and a completely custom kernel like DoomLord's? Is it to do with core frequencies/governors?
fNOOB said:
Excuse my noob-ish question, but... what's the difference between a 'stock' kernel with recovery and a completely custom kernel like DoomLord's? Is it to do with core frequencies/governors?
Click to expand...
Click to collapse
Frequencies and governors are one possible customicing for kernels, for the most users the most important thing. also Kernel modifing can allows you init.d support, undervoltscripts and also allows (or denies) MSC support... and, for shure, clean out some tings, make things more efficiently and and and... a dev is nearly totaly free to create a very customiced kernel with or without special Driver support or so
noob.fl said:
Frequencies and governors are one possible customicing for kernels, for the most users the most important thing. also Kernel modifing can allows you init.d support, undervoltscripts and also allows (or denies) MSC support... and, for shure, clean out some tings, make things more efficiently and and and... a dev is nearly totaly free to create a very customiced kernel with or without special Driver support or so
Click to expand...
Click to collapse
Cheers mate
sminki said:
cool.. well that's a hell of a lot easier than the manual route I was taking. This was my goal, but for personal rather than pseudo "xda glory" as I'm working with DooM's stuff I didn't feel right posting it without his permission, but he's probably too busy to care
go for it championswimmer :victory:
Click to expand...
Click to collapse
using someone's work just because 'he's too busy to care' is not the aim which we at xda strive for ...
i've already talked with Doomlord regarding using his recovery... and as long as I clearly mention it's his work and provide links back to his thread, he has no issues with anyone else using it...
(and i'll surely do that ^^ when i release a kernel containing his recovery, if i ever do that)
championswimmer said:
using someone's work just because 'he's too busy to care' is not the aim which we at xda strive for ...
i've already talked with Doomlord regarding using his recovery... and as long as I clearly mention it's his work and provide links back to his thread, he has no issues with anyone else using it...
(and i'll surely do that ^^ when i release a kernel containing his recovery, if i ever do that)
Click to expand...
Click to collapse
cool, i was only making a bad joke, we all know DooM cares
sminki said:
cool, i was only making a bad joke, we all know DooM cares
Click to expand...
Click to collapse
lol.. ok
and i'll bring you some unicorns soon
championswimmer said:
lol.. ok
and i'll bring you some unicorns soon
Click to expand...
Click to collapse
I can't wait! :victory:
so this kernel has the ro.secure property in default.prop set to 0??
Tnaks mate for your job!
tested right now the test version and the sony logo fades and reboots
can you plug it into a pc and run a logcat from command prompt and give me the output of any comes??

[ROM][Custom][Privacy Guard][Leds][UB LB] D5503_14.4.A.0.108_final

Hi, latest Sony 14.4.A.0.108 rom for you!
Features is inside screenshoots. Rom is rooted, have superuser, su, busybox...etc, just simple install propertly and enjoy rom! Bye!
Download old stable rom (update 5 is required after installing this rom!):
- https://mega.co.nz/#!dconlALD!EmOWK0lASSlyuTEkyFQBP8jRGpD3tbKWutD4JdHoJfs
Download new stable rom - final rom (03.jul.2015) (do not install any update with this rom!!!):
- https://mega.co.nz/#!AcxllSZa!dO-qrrgWuXeDrU4p_jmpkawZwz5fI83lWiHfD-KrjWQ MD5: 6a5e5de79ad7120db63fc9eb57974450
This final rom is one which I am runing daily, I have removed some boatwares but not all, removed only some which iritating me. So if you need some apks which is missing, just download from here -> https://github.com/munjeni/D5503_14.4.A.0.108/tree/master/system and add to the zip byself! This rom have some optimisations and fixes, dual recovery, cwm munjeni and twrp, to enter cwm hold volume down when blue light start blinking, or hold volume up for twrp when blu start blinking. I recomend linheart+row and my favorite theme aka black theme munjeni which is included only in final rom aka this one. This rom contain kernel from 157 with kernel modules and firmwares from 157... etc, in short my favorite rom dumped directly from my phone using romgen tool, so its tested and definitely stable, just install it right and carefully and enjoy!
* If you have root problems or problems remounting system rw, install this http://forum.xda-developers.com/showpost.php?p=61696951&postcount=531
* If your choice was "debloat rom" trought aroma installer, I have marked google contact & calendar sync in removal list as bloatware, but if you realy want to debloat your rom but kiping google contact & calendar sync you must install folowing zip package -> http://forum.xda-developers.com/showpost.php?p=61894795&postcount=573
How to install:
- first of all you must have your phone updated oficialy to the bootloader, baseband... etc and it must be from 108 rom (your choice how you can do it, but thats needed!) before you gona install our rom! You no need to be rooted since rom is for booth locked and unlocked bootloader!
- wipe data factory reset
- format system partition
- install rom
- install update.1 -> (this fix portrait retouch and give you China Photo editor) NOT REQUIRED ANYMORE !
- install update.2 -> https://mega.co.nz/#!NI4UkAgD!XPGU4WhDsfRXquzaL1wmQDaees-PrtF8SBpIOZgdn_Y (this revert dialog and toast style to stock one ;; fix for timeshift video) NOT REQUIRED ANYMORE !
- install update.3 -> https://mega.co.nz/#!lAZSUISa!09ca_GvuDHh8r9-5M3aAhc3TiDOePj26n79aa7VkTds (unhiden daydream option in settings menu) NOT REQUIRED ANYMORE
- install update.4 -> https://mega.co.nz/#!4JJFTYjZ!IjQsoCdJhSFBZFs_hyQrEHudBkaCZZfiyhG4-wHm7sc (usb serial support and ftdi sio ; new task killer) NOT REQUIRED ANYMORE
- install update.5 -> https://mega.co.nz/#!1FoUkLZB!SEpBPmiV7GC6D0CeXdej-neqwOsfMelrFTxY5teKFp8 (ntfs support) INSTALL ONLY IF YOU HAVE old stable rom, do not use with final rom!!!
- do not replace default busybox which comming with this rom since you will broke root!
For best experience I have compiled Lionheart cpu governor, you can use them in combination with row iosched to get very smooth ui and very good baterery life for daily usage! I have runing rom 13 hours + 1 hour with phone usage and have almost 88 percent batery power remain
4k is not working and allso I not going to get them working!(I have removed 4k from camera widget). I sugest you to not use any external camera mod since our one is totaly stock based and I have not replaced anything related to stock camera, every camera part is carefully patched, so if you want any camera mod than do not go here to report something which probably will not work after your replace or you get battery drain fast after replace! Allso if you have installed something which not comming from our rom than allso please do not report anything! Everything is tested and everything working very good!
If somebody have problems installing rom (error 7 during installation):
- Remove first 2 lines (ASERT) from updater-script than try again
Hoorraaayy, you are back.
Thanks for the update man, will download and try ASAP,
Also I was looking for an update for multiboot, that would be amazing.
Thanks for your great work, and looking forward to seeing more of you
Probably not since my microphone is broken and probably I must get new model soon (z3 mini)...soon. In any way I am sharing the best rom to all :laugh:
Thanks for sharing this ROM, looks very promising!! Is it based on the brand new Sony firmware 14.4.A.0.108 from August, or on the one that is available since June?
With best regards, maris
Yes, D5503_14.4.A.0.108_latest one from august
Nice to have you back, keep cool
Hello, welcome back! Have you made ​​a new kernel? Or do you just add the new Governor?)
John.D.. said:
Hello, welcome back! Have you made ​​a new kernel? Or do you just add the new Governor?)
Click to expand...
Click to collapse
Just created Lionheart governor module which is insmoded on boot time trought install-recovery.sh!
munjeni said:
Just created Lionheart governor module which is insmoded on boot time trought install-recovery.sh!
Click to expand...
Click to collapse
Brilliant!. Is there support init.d ?
I'm still using your older rom, because I didn't want to loose the Led and Privacy Guard functionality. Now I'm finally able to update! :victory:
Thank you very much Munjeni!
what are the differences with the old .108?
John.D.. said:
Brilliant!. Is there support init.d ?
Click to expand...
Click to collapse
Yes, its allready there!
phantomEVO said:
what are the differences with the old .108?
Click to expand...
Click to collapse
You can see notification trought Sony PC Companion software about 108 update, inside notification window you can see changelog about new update (just open SPCC before you install latest rom)!
Maybe silly question but anyway, twrp recovery is ok right? Or flash through cwm only?
You can try
I followed all steps for installation and every time it fails.
vriz27 said:
Maybe silly question but anyway, twrp recovery is ok right? Or flash through cwm only?
Click to expand...
Click to collapse
Flashed via twrp and worked flawlessly.
@munjeni
Is it possible to change the loading animation to stock? I noticed that in this rom it looks like this.
any kernel tweaks in this rom?
einfachgaer said:
Is it possible to change the loading animation to stock? I noticed that in this rom it looks like this.
Click to expand...
Click to collapse
Yes, simple open rom zip and replace framework-res.apk with this one https://raw.githubusercontent.com/m...f725b2b6f0/system/framework/framework-res.apk than reflash rom without wiping anything
OyyO said:
any kernel tweaks in this rom?
Click to expand...
Click to collapse
No need since stock rom is performing very fast and I think thats not need

OnePlus One DroidKit | by iTechy OPEN SOURCE! | No longer being maintained

Droidkit OnePlus One Windows
Hey guys iTechy21 here and I am glad to announce I have a NEW project I'm working on to make an open source toolkit made from c# to allow easy development for other devices. This project will aim to support as many devices as possible with different toolkits for different devices therefore unifying the experience between them.
This will also be 100% open source when fully complete and is released under the GPLV3 licence (apart from the stuff I did not develop e.g. Custom Recoveries, root.zip, adb / fastboot and stock software all rights go to their respective owners).
Features
Support for any android version and Rom
Full Backup and Restore of apps + data (Nandroid is in the works...)
Unlock / Lock your bootloader (removed locking due to possible issues)
Flash a custom recovery (all supported including stock)
Shows attached device(s) in status bar
Advanced CMD mode for power users - type any ADB Command you want!(Will be reimplemented!)
Booting the device into and out of fastboot with a button click
Flash back to stock (Lollipop!) and keeps your bootloader unlocked
To come
Flash 100% stock DONE!
Save backups with custom names DONE!
Install APK's through ADB DONE!
Flash zip via recovery commands DONE!
Improve UI to make it look cleaner...
Backup the EFS Partition (will be coming Soon) DONE!
Log screen to help amateurs with adb learn (and also output errors to be more verbose) Abandoned due to too many issues
Ability to change colour theme from light to dark and the colours (coming Soon™)
Improve OTA system (continuous)
I am accepting requests if they are not too obscure to find out (even better if you find a way to do it as it cuts down on my research time which I don't have a lot of )
Legal
This is an unofficial toolkit made by an independent developer who has no association with oneplus apart from the fact that he owns a 64gb Sandstone black phone. I cannot be held responsible for anything that may happen to your phone! Even if it is just exploding, catching fire or just voiding the warranty.
Changelog
Material 0.0.1.5 ) - Major Milestone! - Untested Oxygen OS flashing. Do-so at your own risk! (Might not work not fully tested)
Improved theming
Updates to internal .dll's
Stability improvements
UI Tweaks
More verbosity via dialogue messages
System requirements​To run this needs an x86 or x64 based system (Not supported on Windows RT)
And version 4.5 of the .NET framework (which is installed upon install if missing (needs testing!) and requires Windows 7 or Higher (sorry XP users )
Downloads​No Download as no longer maintained and buggy​QR for nerds
[QRCODE]http://repo.itechy21.com/toolkit.html[/QRCODE]
Known issues​You tell me...
XDA:DevDB Information
DroidKit | OnePlus One Windows *STABLE*, Tool/Utility for the OnePlus One
Contributors
itechy, All the helpful folks over at Stack Overflow
Source Code: https://github.com/Droidkit/OnePlus-One/tree/master
Version Information
Status: No Longer Updated
Current Stable Version: V0.0.1.5
Stable Release Date: 2015-09-17
Created 2015-03-16
Last Updated 2015-12-06​
FAQ
Q: How do I do X?
A: You click the button corresponding to the action
Q: How do I flash to stock and then unlock the bootloader?
A:
You put your device into fastboot mode.
Once done select your device model (16Gb or 64Gb) and then click flash to stock.
The Bootloader should stay unlocked after the flashing process...
Q: What Roms do this ToolKit support?
A: Any android based ROM with the ADB Debugging interface!
Q: Help it's not working!
A: Try 3 things.
Re-installing the toolkit to re-install the drivers
Enable ADB in the developer settings (tap on build number (in about phone) x times until you get a toast notification)
Update the ToolKit
I found a Bug!
Great and thanks for finding one! I can now hopefully track it down and fix it if you provide the following:
The Computer's OS
What you were doing
How you can reproduce this
Your device
The code from the message that appeared
This will help me track down and hopefully fix the error. And once open sourced these can be reported via GitHub!
Please be aware that messages that just say "HELP" or "IT CRASHED" will be ignored as they don't help...
GOOD JOB .....Bro
kishorparmar said:
GOOD JOB .....Bro
Click to expand...
Click to collapse
Thanks
I hope it isn't too buggy and it works for you
Anyone already try this tool? I want download, but size so damn high
zipperX said:
Anyone already try this tool? I want download, but size so damn high
Click to expand...
Click to collapse
I knew that would be an issue. That's due to the fact it includes all the stock files for CM11S. However I will make it possible by downloading it within the app unzipping it and then flashing the device. But I'm fairly novice at c# and I don't have a lot of time to develop at this moment in time...
Added to OnePlus One index thread:
[INDEX] OnePlus One Resources Compilation Roll-Up
timmaaa said:
Added to OnePlus One index thread:
[INDEX] OnePlus One Resources Compilation Roll-Up
Click to expand...
Click to collapse
Thank you I'll finally get noticed for something XD
... It works great but the size is a big deal.
Also, i suggest that ... you show what version of recovery you will flash - TWRP ( is generic and the filename does not gives you clue, the same for the others )
Also, for the Stock firmware ( wich version is it ?! )
SuperSU is not updated ... you could improve and use the last stable from chainfire
all the other things looks great so far.
itechy said:
Hey guys iTechy21 here and I am glad to announce I have a toolkit I have made. This is my first toolkit and is currently still being developed (adding / tweaking features) to allow you to easily do basic adb stuff and more advanced things are coming when I have time to develop this :silly:
This will also be 100% open source when fully complete but is released under the GPLV3 licence (apart from the stuff I did not develop e.g. Custom Recoveries, root.zip, adb / fastboot and stock software all rights go to their respective owners).
Click to expand...
Click to collapse
Can we have more mirrors (faster ones)? Like MEGA? Google Drive is kind of slow :cyclops: Great work!:good:
ygor.almeida said:
... It works great but the size is a big deal.
Also, i suggest that ... you show what version of recovery you will flash - TWRP ( is generic and the filename does not gives you clue, the same for the others )
Also, for the Stock firmware ( wich version is it ?! )
SuperSU is not updated ... you could improve and use the last stable from chainfire
all the other things looks great so far.
Click to expand...
Click to collapse
Thanks for the feedback. I may improve that make to another form with information on the specific versions (along with a built in download tool). Along with updating the SuperSU.zip
The first thing I'll do is work on that once all the basic features are there. But generally its the latest version of TWRP that is stable along with the other recoveries...
As for the stock I think the one I included was 44s but it may be 5Q (ew). Ill be implementing a downloader for the stock images to download whatever the latest version is from cyanogen...
sabrefresco said:
Can we have more mirrors (faster ones)? Like MEGA? Google Drive is kind of slow :cyclops: Great work!:good:
Click to expand...
Click to collapse
I'll see what I can do but the size will be reduced in the next update as it will remove the stock zip and replace it with a downloader which will download the stock images and then flash them reducing the size massively... (but I use Gdrive as its easy to find the download link unlike with Dev-host...)
I can´t flash twrp with this toolikt any one have a clue?
Do you have the adb drivers installed? Or is it throwing an error?
Updated to fix issues, add ota support, install APK's and improve performance
Sent from my A0001 using Tapatalk
Is "fully complete" v1.0.0? I'd love to stretch my C# muscles a bit.
EDIT: I can't read. Sorry.
dont worry about it
we always have moments... Its almost ready but I don't have a lot of time to develop so it may take me a while to get everything in there....
Just improving the ota updater now as its throwing exceptions...
Download link is not working. Please re-up. Thanks
godzulu said:
Download link is not working. Please re-up. Thanks
Click to expand...
Click to collapse
+1
If anyone has this file, send it to me and I can host it on one of the servers I rent. If we use a Dropbox link, it's going to get so much traffic that the persons account will get suspended.

[G800F][ROM][PAC-ROM][BETA]PAC-ROM 5 for Galaxy S5 Mini LTE edition

UPDATE 08/03/16
new build out eventually, have been a bit busy last couple days, new build is ready
changelog
Code:
Updated kernel Auditor to my latest custom version
DT2W active in kernel (not enabled y default)
cpu undervoltage works now and can be changed via kernel auditor
call recording enabled
fixed the frozen lockscreen issues (thanks to hennymcc for info on that)
bluetooth audio should work too
HW Video Accell fixed
few other little tweaks
the custom kernel auditor in this build has been modified to allow enabling dt2w and cpu voltage control
download link
http://www.dmpwap.xyz/roms/pac_kminilte_LP-MR1.Unofficial_20160306-110028.zip
----------------------------------------
UPDATE 24/02/16
Ok another new build,
http://www.dmpwap.xyz/roms/pac_kminilte_LP-MR1.Unofficial_20160224-170017.zip
changelog
Code:
fixed flashing zip
few minor tweaks
UPDATE 20/02/16
another fix - ill get this right eventually.
download link:
http://www.dmpwap.xyz/roms/pac_kminilte_LP-MR1.Unofficial_20160220-100535.zip
changelog
Code:
zip should be fixed now too
removed TWRP from the zip will be updating my twrp post with a zip to install that shortly
hopefully fixed call audio this time
Kernel is now built with Hyper-Linaro 5.1 GCC
Rom Now built Using Sabermod toolchain for performance
----------------------------------------------------------------
UPDATE 19/02/16
yet another update folks,
download link :
http://www.dmpwap.xyz/roms/pac_kminilte_LP-MR1.Unofficial_20160219-170840.zip
changelog:
Code:
Fixed Sensors Libraries so they work again - also added partial support for heart rate sensor
Fixed MTP so it works again
F2FS Support Included,
TWRP3 Recovery built in
Audio Finally Fixed Including Headset Switching.
again let me know of any bugs
known issues:
touch screen still has weird issues after sleep haven't managed to narrow it down yet
---------------------------------------------------------------
UPDATE 17/02/15
Ok lets try this again,
new build up,
http://www.dmpwap.xyz/roms/pac_kminilte_LP-MR1.Unofficial.zip
changelog
Code:
Fixed the Phone call sound and mic issues,
enabled F2FS support for /data and /cache partitions, system will auto mount those partitions as either ext4 or F2FS depending on their format - will have a fixed TWRP 3 out tomorrow with F2FS support
any bugs please let me know again folks.
you need to flash SuperSU after this rom to enable root - i have attached supersu zip to this post
-------------------------------------------------------------------------------------------------
UPDATE 14/02/15
new update out today folks
Changelog
Code:
Replaced the old crappy unstable kernel with a new build of my LP TardisKern with 1.7Ghz CPU OC etc.
Replaced a bunch of samsungs proprietary libs in the build to make sure it works with the new kernel
Replaced the Stock Camera app with Snap Camera from cyanogenmod
Removed google apps this time round :)
automatic brightness works but is not perfect yet (still working on it
you will need to grab supersu and install that after the build to get root going
link :
http://www.dmpwap.xyz/roms/pac_kminilte.zip
please advise of any issues again folks.
i have also uploaded my own device and proprietary tress for compiling with this new kernel
-----------------------------------------------------------------
hello folks.
sorry ive been very quiet the last week or so but ive been working hard on some new things (including that nice new lollipop kernel source for the G800F which is still In progress)
need to give a massive thanks to arkansawdave74 for helping with this and the build for the H model, and for helping give me the kick i needed to get back into android development proper.
but i have actually got some useful work to announce now
i am proud to announce the first BETA release of PAC-Rom for the Samsung galaxy S5 Mini LTE(G800F) (yes i have one for the dual sim H model aswell getting posted soon)
download links are below, and i will let others post screenshots etc as i dont currently have the time since im typing this late at night to get any.
PLEASE BE ADVISED THIS ROM IS FOR THE SM-G800F ONLY AND COULD CAUSE A BRICK IF FLASHED TO OTHER DEVICES
http://www.dmpwap.xyz/roms/pac_kminilte.zip
this is now using a fully up to date TardisKern with 1.7ghz oc amoungst other things.
please mention any bugs etc so i can get to work on them.
current issues noted:
selinux support is completely disabled
mtp(usb storage) may or may not work as my pc does not seem to want to play with any usb storage devices currently
working
phone,
messaging(mms/sms)
mobile data including LTE/4G
display and 3d graphics
remote control transmitter
google apps
wifi
GPS
sound
bluetooth
pretty sure everything else works too
any and all donations would be much appreciated to help cover hosting costs
XDA:DevDB Information
PAC-ROM 5 For Galaxy S5 Mini (SM-G800F), ROM for the Samsung Galaxy S5 Mini
Contributors
DJ_Steve, arkansawdave74, PAC-Rom team, Jackeagle & hennymcc for Device Trees
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: PAC-MAN Rom
Version Information
Status: Beta
Current Beta Version: 1.0
Beta Release Date: 2016-01-30
Created 2016-01-31
Last Updated 2016-03-08
Thanks you for this rom ?
Envoyé de mon SM-G800F en utilisant Tapatalk
Issues?
First thanks to you. but can you rewrite the mainpage and write exactly what works and what not? That would be very helpful
raffejos said:
First thanks to you. but can you rewrite the mainpage and write exactly what works and what not? That would be very helpful
Click to expand...
Click to collapse
updated the main post, but most things seem to work
No root access !
I have the settings on Apps and ADB.
But apps dont have root access.
I am going back to CM 13 !!!
another343 said:
I have the settings on Apps and ADB.
But apps dont have root access.
I am going back to CM 13 !!!
Click to expand...
Click to collapse
Have you installed SuperSU from play store.. Root works fine for others
Sent from my SM-G800F using Tapatalk
Got it !
I used the rooting tool : KingRoot.
That fixed it.
But the system setting still doesnt work.
Also I dont like the camera app.
The CM Snap app is better
the setting worked fine here and still does so im thinking thats something on your end, as for camera i cant comment as ive used cm for about 5 mins and that will be all i ever use it for, cm is far too bloated in my personal opinion and actually seems to perform slower than touchwiz for me, and what rom people choose to use is always personal preference in my opinion
another343 said:
I used the rooting tool : KingRoot.
That fixed it.
But the system setting still doesnt work.
Also I dont like the camera app.
The CM Snap app is better
Click to expand...
Click to collapse
Got it !
I used the rooting tool : KingRoot.
That fixed it.
But the system setting still doesnt work.
Also I dont like the camera app.
The CM Snap app is better
Another Problem !
DJ_Steve said:
the setting worked fine here and still does so im thinking thats something on your end, as for camera i cant comment as ive used cm for about 5 mins and that will be all i ever use it for, cm is far too bloated in my personal opinion and actually seems to perform slower than touchwiz for me, and what rom people choose to use is always personal preference in my opinion
Click to expand...
Click to collapse
Google play refuses to install apps with error: 963 and 924.
I tried costum gApps but still nothingBut it works on other ROMs.
Please Fix.
another343 said:
Google play refuses to install apps with error: 963 and 924.
I tried costum gApps but still nothingBut it works on other ROMs.
Please Fix.
Click to expand...
Click to collapse
Strange how your having problems as im using the same exact build and play store works fine here. Have you tried a wipe
Sent from my SM-G800F using Tapatalk
DJ_Steve said:
the setting worked fine here and still does so im thinking thats something on your end, as for camera i cant comment as ive used cm for about 5 mins and that will be all i ever use it for, cm is far too bloated in my personal opinion and actually seems to perform slower than touchwiz for me, and what rom people choose to use is always personal preference in my opinion
Click to expand...
Click to collapse
Root make over Odin , add a file attached to pda or ap and restart the unit . in my work .
Root work fine you need just turn root on in dewelopers
Options in setings like in cm12.1
Bloatware !!!!
Can you remove all the gApps like Fit,Movies Play ....
Please I wanna install gApps like Open Gapps Pico.
And if you are gonna do it, please dont remove the launcher.
Bye m8
another343 said:
Google play refuses to install apps with error: 963 and 924.
I tried costum gApps but still nothingBut it works on other ROMs.
Please Fix.
Click to expand...
Click to collapse
same to me please fix it i very like this super fast ROM !!! thx
liborhabrnal said:
same to me please fix it i very like this super fast ROM !!! thx
Click to expand...
Click to collapse
already planning to fix that - didnt mean to leave the gapps in in the first place just forgot to remove them after testing myself
Please remove the gapps so everyone can choose the gapps fron opengapps oder somewhere else. Althoug Please use another launcher so not the Google now launcher for example trebuchet from cyanogenmod. The features are the best but i cant use it daily because gapps:cyclops:
Your work is awesome and a progress in custom Roms for the nice s5 mini:good::good:
raffejos said:
Please remove the gapps so everyone can choose the gapps fron opengapps oder somewhere else. Althoug Please use another launcher so not the Google now launcher for example trebuchet from cyanogenmod
Click to expand...
Click to collapse
try to be polite, as that comes across as quite nasty in some ways(though i understand english may not be your natural language so quite possibly is not your fault), ill be fixing that issue once i get my build system back up and running which it is not currently
Deleted
link should be back now
and i wont use drive etc after previous big issues with them years ago
(and why would i pay for android file host when i have my own server)

Categories

Resources