[ROM] [Testing] Tab-Pi | AOSP/Android TV for Raspberry Pi 3 android-7.1.2_r17 - Raspberry Pi Development

Code:
****Disclaimer: I'm not responsible if you destroy your device. Use at your own risk.****
Introduction:
Welcome to my builds of AOSP for the Raspberry Pi 3. You can get a very similar feel to that of a Nexus player when you combine this build with TV GAPPS. I welcome other developers to assist me in this project!​
Bug Reporting:
Please only report bugs in the following format:
Device Firmware base:
Kernel &Version:
ROM date of release/nightly:
Governor:
Scheduler:
Any changes made within a kernel/ROM manager:
Any bootup scripts:
Brief description of bug:
Intended behavior:
Actual behavior:
Steps to reproduce bug:
Do this
Do that
See the bug
****Attach a logcat or you will be ignored****
Features:
AOSP for Raspberry Pi 3
More features to be added
Click to expand...
Click to collapse
Instructions:
Install Linux on your computer or a VM
Make sure you have adb installed
Download ROM and GAPPS
Insert your SD card into your computer or via adapter
Prepare SD card with the following partitions:
Code:
p1 512MB for BOOT : Do fdisk : W95 FAT32(LBA) & Bootable, mkfs.vfat
p2 1024MB for /system : Do fdisk, new primary partition, mkfs.ext4
p3 512MB for /cache : Do fdisk, mkfs.ext4
p4 remainings for /data : Do fdisk, mkfs.ex4
Set volume label for each partition - system, cache, userdata : use -L option of mkfs.ext4, e2label command, or -n option of mkfs.vfat
Un-tar/gz the downloaded ROM
Get your partition names with fdisk:
Code:
fdisk -l
Write the partitions: (In this example I will use mmcblk0 as my storage name)
Code:
$ sudo dd if=boot.img of=/dev/mmcblk0p1 bs=1M
Code:
$ sudo dd if=system.img of=/dev/mmcblk0p2 bs=1M
Un-tar your downloaded GAPPS
Boot up your Pi and connect it to your network (highly recommended to hardwire it or it will be a b*** to flash GAPPS)
Open up a terminal and cd into the directory you extracted the GAPPS in
Edit the gapps.sh script where it says IP to match the IP of your Pi
Flash GAPPS:
Code:
$ chmod +x gapps.sh && ./gapps.sh
Your Pi will reboot a few times and you'll be all set
Download:
Download Repository
Changelog:
06/28/2017
Merge tag 'android-7.1.2_r17' into all repos
Add prebuilt fugu (Nexus Player) launcher and other vendor apps
Use only SW video decoder
04/20/2017
Initial release
Click to expand...
Click to collapse
Bugs:
DRM content currently does not work as we do not have any certifications for this device. I could use help hacking this.
Screen flickers sometimes
Youtube app plays sound but no video (you can use a 3rd party app to get videos to play)
Let me know...
Sources:
Kernel
Device Tree
GAPPS script derived from: https://github.com/bjsiu/rpi3-gapps
ROM originally derived from: https://github.com/android-rpi
Android Security Patch Version: June 5, 2017
XDA:DevDB Information
AOSP/Android TV for Raspberry Pi 3 (Testing), ROM for the Raspberry Pi
Contributors
tabp0le
Source Code: https://github.com/tab-pi/platform_manifest
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 4.x
Based On: AOSP
Version Information
Status: Testing
Created 2017-04-21
Last Updated 2018-10-15

Reserved
{
"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"
}

Reserved

Anyone want to explain this to an idiot like me? Struggling hard over here just trying to format the SD

matistight said:
Anyone want to explain this to an idiot like me? Struggling hard over here just trying to format the SD
Click to expand...
Click to collapse
You can use gparted to make it easier. Delete all partitions from the SD. Then make a 512MB partition with label boot and format as fat32. Change flags to boot and lba. Then make a 1024MB ext4 partition with label system. Then another be 512MB ext4 label cache. Then another with remaining space labeled data.

Does Chromecast'ing / Screen mirroring work?

would this also work on Raspberry Pi 2?

How do you control through the interface? Does hdmi-cec work(like in kodi) so you can use your remote control?
Sent from my SM-G935F using Tapatalk

tabp0le said:
Code:
****Disclaimer: I'm not responsible if you destroy your device. Use at your own risk.****
Bugs:
DRM content currently does not work as we do not have any certifications for this device. I could use help hacking this.
Click to expand...
Click to collapse
Once upon a time, I tried doing the same thing for the RK3288 android-on-a-stick. I think I was able to get *some* of the DRM stuff to work by stealing a bunch of the binary blobs from the Razer Forge ATV device and hacking the build.prop to look like a razer - but never fully got Netflix to work.
My suggestion for an approach to hacking DRM support in for this device would be to do the same thing for the 7.1.2 build for Nexus Player - diff your ROM against the extracted source for Nexus, find any missing binary blobs in /bin, /xbin, and /vendor, (probably /vendor more than anything), and then start modding the build.prop to make it look like a nexus player till it works or you break something.

Download-Link is broken.

Would be interested if it works with pi2 as well

ad_on_is said:
Download-Link is broken.
Click to expand...
Click to collapse
It returns me a 502 Bad Gateway too.

Download link is broken.
:crying:

Please correct Download link - i'm waiting hard for Android TV on my RPi3

This sounds like a fantastic project! I'm excited to see how well it works out

Link working now

Very interested to know if the casting ability works. Is the ability for a device to appear as a "chromecast" device hardware or software limited?

This could be interesting. I wish Google would actually populate their GIT that they started for it...

arusiasotto said:
This could be interesting. I wish Google would actually populate their GIT that they started for it...
Click to expand...
Click to collapse
Found this: android-rpi

Sounds like the beginning of a nice project. Interested to see how this pans out!

Related

[ROM][8.0.0][UNOFFICIAL] LineageOS 15.0

{
"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:
#include "std_disclaimer.h"
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device or if your cat barks at you, I will laugh at you.
*/
LineageOS is a free, community built, aftermarket firmware distribution of Android 8.0 (Oreo), which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
What's working :
Boots
Wifi
Bluetooth
Camera and Camcorder(video recorder)
Video Playback
Audio ( Recording and Playback )
Sensors
GPS
VoLTE
What's not working :
SELinux is permissive
Stock camera app give wrong picture angle, use 3rd party app like Footej or Open Camera
Instructions :
Download the latest build and gapps
Reboot to recovery
Flash the latest build and gapps
Reboot to system
Downloads :
Builds : https://www.androidfilehost.com/?fid=962021903579483189
Gapps: https://www.androidfilehost.com/?fid=817550096634797336
Reporting Bugs
DO NOT Report bugs if you're running a custom kernel or you installed Xposed
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab /proc/last_kmsg. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Bug report should be done in following format provided in code below
Code:
What is your
LineageOS version:
LineageOS Download url:
Gapps version:
Did you
wipe:
restored with titanium backup:
reboot after having the issue:
Are you using--
a task killer:
a non-stock kernel:
other modifications:
Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:
Sources
Kernel:-https://github.com/boulzordev/android_kernel_motorola_msm8953
Device:-https://github.com/boulzordev/android_device_motorola_sanders
Vendor:-https://github.com/boulzordev/proprietary_vendor_motorola_sanders
XDA:DevDB Information
LineageOS 15.0, ROM for the Moto G5S Plus
Contributors
vache, Alberto97, faIyaz
Source Code: https://github.com/LineageOS/
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.x
ROM Firmware Required: Unlocked bootloader, TWRP
Version Information
Status: Alpha
Beta Release Date: 2017-10-07
Created 2017-10-07
Last Updated 2017-10-07
Reserved
Smooth build, Great battery backup, @vache many thanks brother.
Screenshots :-
Great, working fine and very smooth.
@vache ftw
Amazing! Thanks for the hard work
Awesome, gonna flash it soon,
btw, is call recording available in it
Asks for password and then says for decryption and resets
and continues every time it boots up,
so i just flashed back stock
yograjfire18 said:
Asks for password and then says for decryption and resets
and continues every time it boots up,
so i just flashed back stock
Click to expand...
Click to collapse
You have to FORMAT data after you flash recovery to decrypt the data. Stock rom has forced encryption that's why this issue is there.
Manan44 said:
You have to FORMAT data after you flash recovery to decrypt the data. Stock rom has forced encryption that's why this issue is there.
Click to expand...
Click to collapse
I have wiped system,data,internal memory, cache
i wiped everything but not sd card and otg
still having this issue
yograjfire18 said:
I have wiped system,data,internal memory, cache
i wiped everything but not sd card and otg
still having this issue
Click to expand...
Click to collapse
Wipe wont work. Don't even open advanced options. There will be a format data option right beside the advanced options button, click that and type yes. After that reboot to recovery, flash magisk or no verity opt zip. Then you're good to go.
I am just curious what kernel you're using here, and whether it has the patches required to make Magisk hide work...?
Yeah I can't get this to flash, I've tried formatting and whatevering /data and flashing this and it just reboots into TWRP, and if I dont do it I get hit with the decryption prompt.
Whenever I try to Format data it shows "Unable to mount data".
Guys since it's obvious none of you can see the "Format Userdata" button in TWRP, just run the command
Code:
fastboot format userdata
and don't boot into the ROM, boot into TWRP directly. You may need to reboot into TWRP a second time.
Please keep in mind this WILL wipe all downloads, pictures, videos, etc.
Amazing Work @vache.
Hi all..
Have one of u try this google hdr+ camera?
They say that it will work on 6xx snapdragon chip by enabling camera2 API.
https://forum.xda-developers.com/redmi-note-4/themes/google-camerawith-hdr-mido-t3656196
Tell me if it working on G5s Plus
beehaapxl said:
Hi all..
Have one of u try this google hdr+ camera?
They say that it will work on 6xx snapdragon chip.
https://forum.xda-developers.com/redmi-note-4/themes/google-camerawith-hdr-mido-t3656196
Click to expand...
Click to collapse
It requires 64-bit OS, but our device has 32-bit
Manan44 said:
It requires 64-bit OS, but our device has 32-bit
Click to expand...
Click to collapse
The LineageOS, 32bit too?
beehaapxl said:
The LineageOS, 32bit too?
Click to expand...
Click to collapse
Yes, for a 64bit os the full device source will have to be available which Moto won't do.

[SFOS 3.0.0.8]Sailfish OS for WT88047[JOLLA STORE SUPPORT]

{
"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"
}
Sailfish OS was originally developed for Nokia phones and was named Meego OS. The project was joint collaboration between Nokia and Intel. The project was later dropped by Nokia but Meego enthusiasts picked up the project and continued the Meego project under Sailfish OS and INTEX was the first ever company to officially tie it's phone to Sailfish OS ROM. For further info checkout : https://en.wikipedia.org/wiki/Sailfish_OS and https://sailfishos.org/​
For Newbies who don't know the difference between Sailfish OS and Android OS respectively a here is a compact difference list:
1. Pure Linux vs Modified Linux kernel
2. A real multitasker vs Naah not so much of multi-tasking.
3. Store sucks vs Tons of Apps
4. Full Desktop apps are supported (partially)​
Steps:
1. Make sure you have lollipop bootloader
2. Flash TWRP
3. Flash lineage_abhishek.zip
4. Flash SailfishOS ROM.
5. (OPTIONAL) Flash Sailfish OS bootanimation.zip​
Thanks to adeen-s (www.github.com/adeen-s), @nrdnandan (https://github.com/nrdnandan) @mal-, @sledges and other member of #sailfish-porters IRC channel.
Lineage OS is work for @nicknitewolf, and credit goes to him for that.
​
BUGS​
You tell me​
DOWNLOADS​
Lineage,Sailfish,Bootanimation ​
DISCLAIMER: I AM NOT RESPONSIBLE FOR WHAT YOU DO​
XDA:DevDB Information
Sailfish OS for redmi 2, ROM for the Xiaomi Redmi 2
Contributors
abhishek 9650, abhishek 9650
Source Code: https://github.com/sailfishos-wt88047
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
ROM Firmware Required: lollipop bootloader
Based On: Lineage OS
Version Information
Status: Stable
Created 2018-02-25
Last Updated 2018-11-09
For more apps use storeman: https://openrepos.net/sites/default/files/packages/6416/harbour-storeman-0.0.27-1.armv7hl.rpm
any way to use wa or fb?
Bundled lineageOS is from November. Can we update?
Pierj's trap gives error. Changed to official.
kurtn said:
Bundled lineageOS is from November. Can we update?
Click to expand...
Click to collapse
i suggest you not to .. but if you still want to, you can try micro g lineage ... but dont report bugs after that
Anyway to use jiovoice app or volte support? Eager to test
can not install. The lineage-14.1 was installed during the installation, a message with status 7 appears. The system is loaded into the standard lineageos
melifarrro said:
can not install. The lineage-14.1 was installed during the installation, a message with status 7 appears. The system is loaded into the standard lineageos
Click to expand...
Click to collapse
Depends on correct twrp.
---------- Post added at 05:11 PM ---------- Previous post was at 05:07 PM ----------
drbabusaha said:
any way to use wa or fb?
Click to expand...
Click to collapse
It's hard to get anything done in such a completely different system. It looks really nice, but I've seen enough.
---------- Post added at 05:12 PM ---------- Previous post was at 05:11 PM ----------
drbabusaha said:
any way to use wa or fb?
Click to expand...
Click to collapse
It's hard to get anything done in such a completely different system. It looks really nice, but I've seen enough.
kurtn said:
Depends on correct twrp.
3.2.1 twrp
Click to expand...
Click to collapse
camera works????
call????
I just want to know about whatsapp,telegram i mean social media apps work or not in Jollah?
Superraju said:
I just want to know about whatsapp,telegram i mean social media apps work or not in Jollah?
Click to expand...
Click to collapse
WhatsApp no
Telegram yes
thanks for ur job. I have pressed button
but I may need support
I use the TWRP from twrp.me/wingtech/wingtechredmi2.html and get ERROR 7 like #7
melifarrro said:
can not install. The lineage-14.1 was installed during the installation, a message with status 7 appears. The system is loaded into the standard lineageos
Click to expand...
Click to collapse
do u know whats wrong? I want to try again
時光會凝聚嗎 said:
thanks for ur job. I have pressed button
but I may need support
I use the TWRP from twrp.me/wingtech/wingtechredmi2.html and get ERROR 7 like #7
do u know whats wrong? I want to try again
Click to expand...
Click to collapse
i can not confirm this bug, possibly something is wrong on your side.
check if the files you downloaded are not broken while downloading
abhishek 9650 said:
i can not confirm this bug, possibly something is wrong on your side.
check if the files you downloaded are not broken while downloading
Click to expand...
Click to collapse
oh today i try another TWRP version and i have done it, thanks again
If anyone is having problem with video playback
Code:
devel-su
Code:
rm /etc/media_codecs_google_video_le.xml
rm /etc/media_codecs_performance.xml
rm /etc/mixer_paths_qrd_skui.xml
Code:
ln -s /system/etc/media*.xml /etc
ln -s /system/etc/mixer_paths_qrd_skui.xml /etc
i have android app support(aliendalvik) working too.. i will package it soon if i get some free time
abhishek 9650 said:
If anyone is having problem with video playback
Code:
devel-su
Code:
rm /etc/media_codecs_google_video_le.xml
rm /etc/media_codecs_performance.xml
rm /etc/mixer_paths_qrd_skui.xml
Code:
ln -s /system/etc/media*.xml /etc
ln -s /system/etc/mixer_paths_qrd_skui.xml /etc
i have android app support(aliendalvik) working too.. i will package it soon if i get some free time
Click to expand...
Click to collapse
thanks for the info and PLEASE ADD ANDROID APP SUPPORT as u mention...if u get free time ..so please!
how to add contacts, from backup?
is it stable enough for daily usage?
xehed said:
is it stable enough for daily usage?
Click to expand...
Click to collapse
Depends. Maybe OK for telephoning and taking photos.

[ROM][OFFICIAL]OmniROM[9.0][PL2]

{
"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"
}
OmniROM​
About OmniROM
OmniROM is our Android custom ROM variant, feature-packed but always with stability as #1 priority in mind. Based on the Android Open Source Project (AOSP) and enriched by our developers with lots of custom enhancements, OmniROM has set out to give you a great Android experience on your mobile.
The core of Omni is the community, and we recognize that everyone has a role to play. So we have a number of ways for you to get involved:
Github – our codebase where we build from.
Gerrit – view our project at the code level with the ability to see what’s merged, what’s open and what’s in review.
Forum – participate in general discussion, Q&A, and Features Development on XDA. Also find device-specific builds in their relevant forums on XDA.
Telegram – get connected to the Omni community in realtime on Telegram
Bugs
- You tell me with logs and proper steps to reproduce
Downloads
Grab the latest builds from Official OmniServer
Flashing Instructions
- Boot into my TWRP recovery from here
- Backup each and every partition from TWRP Recovery
- Wipe all partitions as well as format data and internal storage partitions
- Flash OmniROM Package and latest Community Vendor
- Change to other slot
- Flash OmniROM and Community Vendor again
- Wipe Dalvik!
- Reboot to Recovery again and flash GAPPS! [OPTIONAL]
- Reboot to System
Clean Flash is always recommended!
XDA:DevDB Information
OmniROM, ROM for the Nokia 6 (2018)
Contributors
TheImpulson
Source Code: https://github.com/theimpulson/android_kernel_nokia_sdm660
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
ROM Firmware Required: Must be on Community Vendor
Based On: AOSP
Version Information
Status: Beta
Stable Release Date: 2019-07-14
Created 2019-07-05
Last Updated 2019-08-04
Device Side Sources
PL2 device tree: https://github.com/omnirom/android_device_nokia_PL2
sdm660-common device tree: https://github.com/omnirom/android_device_nokia_sdm660-common
Kernel source: https://github.com/omnirom/android_kernel_nokia_sdm660
vendor source: https://github.com/DonkeyCoyote/proprietary_vendor_nokia
Reserved 2
Pushed a new build. Changelog:
- Enforced SELinux
- Removed OmniDisplayManager
Pushed a new build. Changelog:
- Compile qcacld as driver to drop wlan hacks in device tree
- Remove battery led customizations from OmniGears
- Remove dm-verity hacks
In case your device gives a warning on boot like dm-verity not started in restart mode, please wait 3 seconds before boot and all, remember to enforce it first before flashing this update.
adb reboot "dm-verity enforcing"
Click to expand...
Click to collapse
will do the job!
In case you get an error saying failed to authenticate bootimage or devices keeps looping after enforcing dm-verity, set an active slot again!
fastboot --set-active=a
Click to expand...
Click to collapse
for example will do the job.
Just posted a new build. You guys can check it out. Official weeklies will begin to roll out by weekend. You are also free to give response in our telegram groups.
Posted a new test build. Official builds will begin soon, we all are busy at the moment. Sorry for the delay.
Changelog:
- Enable stock nokia apps support from PlayStore (All credits to @Akilesh_15)
- Addressed a few SELinux denials
- Add common config.fs from CAF
Impressive. This is a great feat. Community should be happy that you put on the best ROM to Official status
Depending on how well this rom works I might just unlock my phone today. Does it have bugs? If so what are they? I'm willing to try it as long as the features I need work. Even if something is broken
Links for official build has been added in thread. Have fun!
zeft64 said:
Depending on how well this rom works I might just unlock my phone today. Does it have bugs? If so what are they? I'm willing to try it as long as the features I need work. Even if something is broken
Click to expand...
Click to collapse
Stable enough to be called as a daily driver I guess. Been using since few weeks, no issues. (Remember I am OP )
TheImpulson said:
Stable enough to be called as a daily driver I guess. Been using since few weeks, no issues. (Remember I am OP )
Click to expand...
Click to collapse
Okay bro. Well looks like I'm going to pay for this bootloader unlock then. Plus it's pretty dope that you gave us adaptable storage. Thanks man!
Can't use sd card.system can find the card, but the applications can't find it.
atmin said:
Can't use sd card.system can find the card, but the applications can't find it.
Click to expand...
Click to collapse
I forgot how to do it but edit your post and mention the dev so that he can see this and fix it. Also include a logcat. If you don't know how to do this you can look it up on YouTube. It's pretty easy.
Thanks very much for your great work on this ROM.
I am trying to install this ROM but receive:
Code:
"Failed to mount '/firmware' (invalid argument)"
This is what I did:
Unlocked bootloader.
Boot into TWRP.
Wiped partitions and format data and internal storage partitions.
Slot A: install OmniROM and Community Vendor.
Switch to Slot B: install OmniROM and Community Vendor then Wipe Dalvik.
But TWRP gives these errors when installing ROM and Vendor on Slot
Code:
"Failed to mount '/firmware' (invalid argument)"
Is this normal to receive this error on Slot B?
And in TWRP if I go into the Mount menu it won't let me select Firmware (if I am in Slot B).
Is it possible to mount /firmware on Slot B?
Mimsly said:
Thanks very much for your great work on this ROM.
I am trying to install this ROM but receive:
Code:
"Failed to mount '/firmware' (invalid argument)"
This is what I did:
Unlocked bootloader.
Boot into TWRP.
Wiped partitions and format data and internal storage partitions.
Slot A: install OmniROM and Community Vendor.
Switch to Slot B: install OmniROM and Community Vendor then Wipe Dalvik.
But TWRP gives these errors when installing ROM and Vendor on Slot
Code:
"Failed to mount '/firmware' (invalid argument)"
Is this normal to receive this error on Slot B?
And in TWRP if I go into the Mount menu it won't let me select Firmware (if I am in Slot B).
Is it possible to mount /firmware on Slot B?
Click to expand...
Click to collapse
Never got this. I hope you are using my TWRP from here. Just to make sure, I will repeat steps.
- boot into TWRP
- Wipe everything, format data afterwards
- Reboot into TWRP, flash vendor and ROM package
- Reboot into TWRP again but on other slot this time and flash back vendor and ROM package.
- Flash GAPPS if you want them else reboot into system.
Always use fastboot to change slot (`fastboot --set-active=a` for example) and adb sideload in TWRP to install any zip you want (`adb sideload omnixxxxx-2019xxx.zip` for example).
atmin said:
Can't use sd card.system can find the card, but the applications can't find it.
Click to expand...
Click to collapse
App name, steps to reproduce and logs please.
zeft64 said:
I forgot how to do it but edit your post and mention the dev so that he can see this and fix it. Also include a logcat. If you don't know how to do this you can look it up on YouTube. It's pretty easy.
Click to expand...
Click to collapse
All music applications can't scan sd card music, but the system can find those, and RE explore can find in Root mode.I will give you some screenshots tomorrow, thanks for your help.
atmin said:
All music applications can't scan sd card music, but the system can find those, and RE explore can find in Root mode.I will give you some screenshots tomorrow, thanks for your help.
Click to expand...
Click to collapse
Define All. I just tried 3 players namely Ganna, Phonograph and Poweramp and all worked fine.
Great Job bro..:good:make it monthly

Development [ROM][TIRAMISU][oriole][13] StatiXOS v6.2

{
"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"
}
StatiXOS for Google Pixel 6 (oriole)
What is StatiXOS?
StatiXOS is a custom ROM based on the Android Open Source Project aiming to be minimal while providing quality of life improvements and up to date security patches.
Spoiler: Known Issues
None!
Spoiler: Download StatiXOS Here!
Primary
Spoiler: How To Flash
1. Download the image
2. Reboot your Pixel 6 to bootloader mode and plug it in to your computer
3. Now open up your Terminal (macOS and Linux) or Command Prompt (Windows) and download the firmware from the links below.
4. Once downloaded, type in fastboot -w to make sure your /data is formatted
5. Now type in fastboot update <location of the firmware>, things will be automated from this point on.
6. Profit!
Spoiler: Stay in touch with our Telegram channels!
Official Chatroom
Official Releases & Announcements Channel
​
Credits to Anay Wadhera (check him out https://github.com/anayw2001) for the builds. He's the main developer bringing you StatiXOS for the Google Pixel 6. As a part of StatiXOS, I am posting on behalf of him here
Note: Please keep in mind that this is being actively worked on. Updates would arrive as things are fixed so please be patient and if you report a bug, please be sure to explain what caused it and a logcat.
Prerequisite firmware: Latest stock release
Android version: 13.0.0
Linux Kernel Version: 5.10.149
Source code: GitHub
Code Review: Gerrit
Changelog:
May 8th, 2023:
- Merge May 2023 ASB
Excellent work! Recently got T-Mobile to unlock my Pixel 6 so I can start testing ROMs out again. I'll be trying this out tonight and reporting back.
Awesome work thanks for the hard work and rom
Really nice ROM! Running flawlessly and fast. GZ
Tyvm
edit: Sometimes the fingerprint sensor is a bit misplaced while unlocking the phone
2 annoying things switching from riceDroid is the lack of 2 button nav and the QS being black in light mode
This Rom has been fantastic! I've got a ton of Lsposed and Magisk modules working flawlessly and tweaked the OS to my liking.
The only thing I've noticed has issues is Bluetooth audio playback and keeping pairings between reboots.
Currently the audio skips in my car and is unlistenable, and my airpods won't continue to play audio after a reboot without repairing.
So far so good, I'll be keeping eyes out for updates to this unofficial version or for an official Rom from Statix!
rolarocka said:
Really nice ROM! Running flawlessly and fast. GZ
Tyvm
edit: Sometimes the fingerprint sensor is a bit misplaced while unlocking the phone
Click to expand...
Click to collapse
I seem to have fixed this somehow with AOSP Tweaks Lsposed module and toggling a "hide circle behind fingerprint scanner" button, then unchecking the option again.
Tried to flash this but it gets to Service 9 of the rom contents and it says failed. It would be stuck on this until I reboot my phone manually and i get bootloops and have to install the official ROM from Google.
I'm a super dummy. I like how this ROM looks, but am getting an error:
--------------------------------------------
Bootloader Version...: (removed)
Baseband Version.....: (removed)
Serial Number........: (removed)
--------------------------------------------
archive does not contain 'android-info.txt'
fastboot: error: could not read android-info.txt
Anyone else getting this?
owegophil1 said:
I'm a super dummy. I like how this ROM looks, but am getting an error:
--------------------------------------------
Bootloader Version...: (removed)
Baseband Version.....: (removed)
Serial Number........: (removed)
--------------------------------------------
archive does not contain 'android-info.txt'
fastboot: error: could not read android-info.txt
Anyone else getting this?
Click to expand...
Click to collapse
which .zip you used?
statix_oriole-20221115-1401-13-v6.0-TIRAMISU-img.zip
or
statix_oriole-20221115-1401-13-v6.0-TIRAMISU.zip
I really enjoyed this ROM! It was quite stable while I ran it, and I liked the added tweaks!
nkhater said:
which .zip you used?
statix_oriole-20221115-1401-13-v6.0-TIRAMISU-img.zip
or
statix_oriole-20221115-1401-13-v6.0-TIRAMISU.zip
Click to expand...
Click to collapse
The second one - "statix_oriole-20221115-1401-13-v6.0-TIRAMISU.zip"
owegophil1 said:
The second one - "statix_oriole-20221115-1401-13-v6.0-TIRAMISU.zip"
Click to expand...
Click to collapse
open the zip file and make sure the android-info.txt file is there
@Androbots I'm currently running StatixOS and I'm excited for the next build once it's ready!
hello, i am my device pixel 6 oriole, please fix my problem's
not read android info.txt xdd ?
oc windows 10 cmd
Sergey_Maslo said:
hello, i am my device pixel 6 oriole, please fix my problem's View attachment 5783381
Click to expand...
Click to collapse
Are you installing the 1.9 gb file or 2.4 gb file in fastboot images folder on download website? You need to ensure you are installing the ...1116... zip in fastboot images folder (2.4 gb size).
Sergey_Maslo said:
hello, i am my device pixel 6 oriole, please fix my problem's View attachment 5783381
Click to expand...
Click to collapse
That's a recovery sideload zip, use the fastboot images if you want to install with fastboot

[KERNEL] Kali Nethunter for Galaxy S8/S8+ Note 8 SM-G950X SM-G955X SM-N950X [One UI] [Android 9.0]

{
"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"
}
Alynx Nethunter Kernel for Samsung Galaxy S8 G950F/FD
What is Nethunter ?
Kali NetHunter is a free & Open-source Mobile Penetration Testing Platform for Android devices, based on Kali Linux.​
Click to expand...
Click to collapse
Code:
I'm not responsible for bricked devices, dead SD cards.
Do some research if you have any concerns about features included in this Kernel.
About the kernel :
The kernel is based on A2N kernel thanks to @ace2nutzer for his amazing work.
Features:
HID gadget (not working/partially working)
USB WiFi, mac80211 (Monitor mode, packet capture, packet injection) [Compatibility List]
RTL88XXAU USB WIFI Support
RTL8188EUS USB WIFI Support
ATH9K_HTC USB WIFI Support
Ethernet Support
Bluetooth USB Support
SDR Support
BadUSB
Installation:
Boot the device into Twrp recovery .
Backup your current kernel inside Twrp
Download the flashable zip file.
Flash the zip
Install Busybox
Download Wireless_firmware module, open Magisk and install the zip as Magisk module
Install Nethunter store
Install Nethunter app & Nethunter terminal from Nethunter store
Open Nethunter app & Download the full chroot kalifs within the app and let the app setup everything. After it finishes it'll start the chroot automatically.
Update the sources with apt-get update && apt-get upgrade in the chroot using nethunter terminal
Reboot the device (optional)
Screenshots:
(Thanks to @Yuna.Yunfisch for testing the builds and providing the screenshots)
Extra:
if you want to replace nethunter terminal with termux (not completely nethunter main app will still launch nethunter terminal everytime for any operation but you can access kali chroot environment from termux.
(i know nethunter terminal sucks)
Follow these steps to access the environment from termux:
Install termux from f-droid or from nethunter store
Open termux and install root repo using pkg update && pkg install root-repo tsu wget
Download the script from termux wget https://raw.githubusercontent.com/name-is-cipher/boot-nethunter/main/install_boot-kali.sh
chmod +x install_boot-kali.sh && ./install_boot-kali.sh
let it set up everything.
restart termux and type boot-kali to access the nethunter chroot environment
Downloads:
(Need Update Flash on your own risk)
https://mega.nz/folder/PAB3XB6K#xf2Cn5HOz50y00SKHP0IdA
if you like my work give this post a like its free : )
Credits:
@ace2nutzer for his amazing work on a2nkernel (please buy his premium app to support him)​
XDA:DevDB Information
Nethunter Kernel for Samsung Galaxy S8
Contributors: V3rB0se
Source Code: https://github.com/V3rB0se/Samsung_dreamlte_Kernel
Version Information
Status: Stable
Stable Release Date: 17/12/2022
Created 17/12/2022
Last Updated 17/12/2022
Reserved​
This kernel is for android 9 only ..??
farish_xda said:
This kernel is for android 9 only ..??
Click to expand...
Click to collapse
try and see yourself it should work on all one ui roms >= android 9.
I am using android 10 AOSP rom ... Will it work on it ? Any idea?
farish_xda said:
I am using android 10 AOSP rom ... Will it work on it ? Any idea?
Click to expand...
Click to collapse
V3rB0se said:
try and see yourself it should work on all one ui roms >= android 9.
Click to expand...
Click to collapse
Doesnt work on AOSP 10 rom
farish_xda said:
Doesnt work on AOSP 10 rom
Click to expand...
Click to collapse
switch to one ui
I dont want to use google services and as far as i know, there is no degoogled one ui rom ... Is there any way to build this kernel for AOSP rom??
does not work with linageos 19 with android 12 got bootloop, but thanks anyway for the great work
doesn't work on LineageOS 16
i love you
raserdk said:
does not work with linageos 19 with android 12 got bootloop, but thanks anyway for the great work
Click to expand...
Click to collapse
I'll upload the build for lineage soon.
I guess if you could release the kernel for lineage then it might also suppport all the AOSP roms that are based on lineage os ..... and if so then it would really be great
After installing it on my G950F
Device is stuck on Samsung Galaxy S8 powered by android screen.
Im using HadesRom V12 OneUI Stock
Any ideas?
Baticzek2k said:
After installing it on my G950F
Device is stuck on Samsung Galaxy S8 powered by android screen.
Im using HadesRom V12 OneUI Stock
Any ideas?
Click to expand...
Click to collapse
are you sure you flashed the right file?
Jest i flashed G950X
Baticzek2k said:
Jest i flashed G950X
Click to expand...
Click to collapse
What do you mean by installing busybox?
Can you upload the G950X file here?
I had once a problem, where a .zip from MEGA caused flashing problems
I flashed a2enkernel r55 and boots fine. After I flash your kernel, device is stuck on powered by android screen. I think something is wrong with this kernel. Can u fix it?

Categories

Resources