Greetings!
I just made my first custom ROM by porting the great A700 ROM from pawitp to the A701 by adding 3G to it.
As it is the first time I post a ROM here, please bear with me if I do not do everything right from the start. I tried to read all the rules and follow them, but theres just so many of them
So, as I said, this ROM is mainly pawitps A700 ROM with added 3G, so most credits go to pawitp for making this possible in the first place!
SCREENSHOTS
{
"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"
}
WORKING
3G
SMS
WiFi
Bluetooth
Camera
Mic
GPS
Audio
Sensors
NOT WORKING
SIM Hot Swapping
HOW TO INSTALL
Download ROM and GApps
Reboot to Recovery
Wipe data/factory reset
Wipe Cache and Dalvik Cache
Flash the ROM and GApps
Reboot your phone
DISCLAIMER
This ROM will void your warranty!
This ROM is new and this is it's first release. Don't blame me if it eats your cat!
DOWNLOADS
ROM - Build 2
ROM - Build 1
GApps
CHANGELOG
SMS works now
Some cleanup
CREDITS
pawitp - for his great A700 ROM and his permission to use it as a base for this one
DerArtem - for pointing me into the right direction with his huaweigeneric-ril
SOURCES
Device specific sources
Kernel / unmodified (I will check to be sure)
And now - have fun! =D
Hello,
thanks a lot for yur work. It's great to see a a solution for the 3G !!!
I'll test your ROM as soon as I can.
If I can make a suggestion that would be to merge your patch into the Cyanogenmod repository so it is integrated into the future releases. I'm sure pawitp would help you get that merged.
And before anyone elses asks, the rules of the forum requires all the devs to link the sources of their kernel to comply with the GPL licence. Could you do that please ? That would be great to see some action around the A701
If pawitp wants to merge the solution for 3G into the Cyanogenmod repository, I am more than happy =D I haven't done this to become "famous" or be recognized as a developer here, but because my A701 was suffering from great neglect by Acer (and by me, because it was so laggy with the stock rom
I haven't modified pawitps T30-Kernel at all, because no change was necessary afaik. But I will try to confirm that with a clean, empty development environment soon. All I did was to add the required libs (libhuawei-ril.so) to the build as well as some build settings and configuration files.
So this ROM is 99,9% pawitp and 0,1% me doing some research and configuration to enable 3G... But of course I am willing to provide each and any information that is required or requested - just bear with me as it is my first venture into open source (and I already love it!)
Well you are about te become famous amongst us A701 users
Thanks again !
I have added the links to the kernel source and device source to the first post. I think pawitp might find this interesting
If there are any questions on how I enabled 3G, feel free to ask. I would love to see an official A701 CM =D
One thing, I'm pawitp not pawtip.
I'd be more than happy to merge this into the a700 build (I don't want to create a separate build for the a701 if possible).
Can you please:
- Merge all the changes into the tree for a700/t30-common using only 1 commit and send it to me. If you have any problems with any parts, just let me know.
- Zip all the additional proprietary files, upload them somewhere and link it to me.
I'm available on GTalk/Hangouts (https://plus.google.com/+PawitPornkitprasan/posts) if you need to discuss anything.
Doh, I'm very sorry pawitp, I corrected your name wherever I used it (hopefully).
I will try to merge everything into the a700 build when I am home from work this evening. I think, some stuff cannot be merged, as many changes were about the name (a700->a701), but I will merge everything 3g specific, which is not that much at all. I can live with my device beeing called a700 as long as it works anyway
There is only 1 proprietary file that has been added, the libhuawei-ril.so. I will zip it and send you a pm where you can get it asap.
best regards
mrzottel
mrzottel said:
Doh, I'm very sorry pawitp, I corrected your name wherever I used it (hopefully).
I will try to merge everything into the a700 build when I am home from work this evening. I think, some stuff cannot be merged, as many changes were about the name (a700->a701), but I will merge everything 3g specific, which is not that much at all. I can live with my device beeing called a700 as long as it works anyway
There is only 1 proprietary file that has been added, the libhuawei-ril.so. I will zip it and send you a pm where you can get it asap.
best regards
mrzottel
Click to expand...
Click to collapse
- Is SMS/MMS working on your ROM, if not, please try and make it work (shouldn't be hard, probably just inheriting full_base_telephony instead of full_base, then remove config_sms_capable = false in the overlay).
- Get rid of init.carrier.rc and just include the changes in init.target.rc (though I don't see why we'd need it, ril-daemon is already there in init.rc)
- Why is chmod pppd on system start needed? Particularly, /system should never be mounted as rw in normal usage.
- Check your ip-up and ip-down to remove unneeded parts (if they are needed at all). I don't see why we'd need to mess with iptables. Other properties are usually automatically set by the RIL.
- Don't worry about breaking the a700 with 3G-related stuff. I will make sure that it will not be affected.
pawitp said:
- Is SMS/MMS working on your ROM, if not, please try and make it work (shouldn't be hard, probably just inheriting full_base_telephony instead of full_base, then remove config_sms_capable = false in the overlay).
- Get rid of init.carrier.rc and just include the changes in init.target.rc (though I don't see why we'd need it, ril-daemon is already there in init.rc)
- Why is chmod pppd on system start needed? Particularly, /system should never be mounted as rw in normal usage.
- Check your ip-up and ip-down to remove unneeded parts (if they are needed at all). I don't see why we'd need to mess with iptables. Other properties are usually automatically set by the RIL.
- Don't worry about breaking the a700 with 3G-related stuff. I will make sure that it will not be affected.
Click to expand...
Click to collapse
- SMS: Just did a quick test. It is not working atm, but I will try to fix it with your suggestions.
- init.carrier.rc: I had dropped the rild service there, as it is marked as duplicate during boot anyway. But SIM did not get initialized with only the rild definitiion in init.rc. I will check this again.
- chmod pppd: I got quite a lot of permission errors from pppd not beeing able to access different stuff. This was the quick & dirty solution until I come up with something better
- iptables might be necessary, as I never get a public ip by my phone provider, but a NAT ip like 10.1.2.3. But again I will check
And yes, some of the stuff might be redundant - I was just happy to get 3G working ("Make it Work") and was trying to minimize the changes after first feedback ("Make it Right")
mrzottel said:
- iptables might be necessary, as I never get a public ip by my phone provider, but a NAT ip like 10.1.2.3. But again I will check
Click to expand...
Click to collapse
It's the service's provider's job to NAT, not the tablet's. The only time you're running NAT is when tethering, which Android should set it up for you.
pawitp said:
It's the service's provider's job to NAT, not the tablet's. The only time you're running NAT is when tethering, which Android should set it up for you.
Click to expand...
Click to collapse
Ok, I will try to remove as much from my build as possible without breaking 3G this evening, testing each step with my tablet.
SMS now working (sending at least, can't test receiving yet). Now cleaning up the build a bit. Expect Build 2 later this evening
wow!!!
mrzottel said:
SMS now working (sending at least, can't test receiving yet). Now cleaning up the build a bit. Expect Build 2 later this evening
Click to expand...
Click to collapse
Thank you for this rom!!! My acer a701 tablet is now working like a charm.
Is more faster and stable and now i cand stay online without any lag on browsing files.
Very good rom!!! The 3g connection its working.The only thing that's over my hand is the back,home buttons that are in the middle.Can these can be chaged on the left side of the tablet?
Thx.
pawitp said:
- Is SMS/MMS working on your ROM, if not, please try and make it work (shouldn't be hard, probably just inheriting full_base_telephony instead of full_base, then remove config_sms_capable = false in the overlay).
- Get rid of init.carrier.rc and just include the changes in init.target.rc (though I don't see why we'd need it, ril-daemon is already there in init.rc)
- Why is chmod pppd on system start needed? Particularly, /system should never be mounted as rw in normal usage.
- Check your ip-up and ip-down to remove unneeded parts (if they are needed at all). I don't see why we'd need to mess with iptables. Other properties are usually automatically set by the RIL.
- Don't worry about breaking the a700 with 3G-related stuff. I will make sure that it will not be affected.
Click to expand...
Click to collapse
Short update:
SMS: Working now. You were spot on with the required changes. =D
ip-up/ip-down: Removed them, still works.
But unfortunately removing chmod on pppd did break 3G. Logcat tells me, that ppp is missing from the kernel, but this is misleading, as some research I did before showed it to be a permissions issue of pppd. Unfortunately I do not have a hint yet what permission is missing exactly and how to grant it other than doing chown. Maybe you have an idea pawitp?
tipu_ro said:
Thank you for this rom!!! My acer a701 tablet is now working like a charm.
Is more faster and stable and now i cand stay online without any lag on browsing files.
Very good rom!!! The 3g connection its working.The only thing that's over my hand is the back,home buttons that are in the middle.Can these can be chaged on the left side of the tablet?
Thx.
Click to expand...
Click to collapse
Thanks a lot =D
I am currently compiling a test version where I hopefully pushed those buttons to the left (I preferred them there too)
I'll buy you a beer if you succed! Tnx
Sent from my A701 using xda app-developers app
tipu_ro said:
I'll buy you a beer if you succed! Tnx
Sent from my A701 using xda app-developers app
Click to expand...
Click to collapse
Build 2 is finished, unfortunately only with SMS working and some cleanup as suggested by pawitp. I made an overlay which should have brought these buttons to the left, but it's not working yet. I get back to this later, it's past 1am here
mrzottel said:
But unfortunately removing chmod on pppd did break 3G. Logcat tells me, that ppp is missing from the kernel, but this is misleading, as some research I did before showed it to be a permissions issue of pppd. Unfortunately I do not have a hint yet what permission is missing exactly and how to grant it other than doing chown. Maybe you have an idea pawitp?
Click to expand...
Click to collapse
See PM. I need the log.
EDIT: I managed to trick the lib into using the USB Huawei aircard as the 3G module and tested the changes. You just need to use the proprietary rild. The if-up and if-down scripts are also needed for tethering to work properly (but not the iptables part). I will be pushing my changes to gerrit today.
nah this was my good day to taste the new rom for my a701...!!! thanks :good:
Just some heads up, the modifications have been merged into the CM a700 build and nightlies starting from 20140114 have 3G support.
Related
This is ice cream sandwich for the Dream/Sapphire. Yes, you read that right. Android 4.0, Ice Cream Sandwich. We currently have cm9 and AOKP mostly working. AOSP is next
What works:
It boots
Touchscreen
Wifi
Mobile data
Audio
sdcard
Bluetooth (maybe. It turns on. I don't have devices to test with)
What doesn't:
Camera
Hardware acceleration
probably everything else, tell us
info:
Android 4.0.4
latest cm9 source as of 09 Aug 2013
Latest aokp code as of 6 of June 2012
Downloads:
Cm9:
Alpha3 - https://dl.dropboxusercontent.com/u/19978192/cm-9-20130802-UNOFFICIAL-dream_sapphire.zip
Alpha2.2 - http://dl.dropbox.com/u/19978192/android/update-cm-9.0.0-RC0-dream_sapphire-alpha2.2.zip
Alpha2 - http://db.tt/ejZqOHDX
alpha1.1 - http://uniteddev.com/wordpress/file...0-RC0-dream_sapphire-UNOFFICIAL- alpha1.1.zip
alpha1 - http://uniteddev.com/wordpress/file....0.0-RC0-dream_sapphire-UNOFFICIAL-alpha1.zip
alpha0 - http://uniteddev.com/wordpress/files/update-cm-9.0.0-RC0-dream_sapphire-UNOFFICIAL-signed.zip
Aokp:
Alpha2 - http://db.tt/p2lQtue2
Alpha1 - skipped
Alpha0 - http://db.tt/jErGK56g
kernel -
ezterry's kernel + ics patches and some performance tweaks (enabled 710mhz overclock and other things) http://www.mediafire.com/?py8asp6ab109dyl
ezterry's ezgb 1.5.2 http://sandbox.devnull.name/android/ezgb-kernel/ezgb-2636-v1.5.2_S.zip
cmtd files
http://www.mediafire.com/?amh4qn763gi339r
http://www.mediafire.com/?vw51n1ctl8j1p4t
http://uniteddev.com/wordpress/files/roms/cm9/mtdpartmap.txt
Note: the rom zips are not signed. Flash with clockworkmod, or sign yourself. Once this becomes more usable, I will start signing them.
very slim gapps http://www.mediafire.com/?o94hh30vh0q1oy7 (there are here for testing purposes. contains copyrighted google code that I am not really allowed to distribute. use at your own risk!)
possible fix for camera:
http://www.mediafire.com/?smfhlv2xon1e45z
flashing instructions:
you need to use custom mtd. I used 140 for /system and 20 for /cache (rom currently requires a /cache partitoin. will be fixed in a later update)
1. download all needed files and place them on your sdcard. mtdpartmap.txt needs to be at the root of it
2. flash recovery patch.
3. wipe system, data, and cache
4. reboot into recovery.
5. flash rom and kernel
6. Flash gapps if desired
7. flash boot patch
8. reboot into rom
9. wait.
10. enjoy the awesome
To use data, you need to put in your apn settings. Google to find these.
Thanks to:
Google - android
CyanogenMod team - the awesome rom
Aokp team - aokp
Ezterry and AndDiSa - kernel for ics
Infinimint and the united dev team - hosting and support
My girlfriend - for loving me even though I worked almost all day on this.
Pictures (screenshots later)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sorry for the blurry pics. Used my other phone running cm9 with a partially working cam
Roadmap:
Slim down (in progress)
Mess with hw acceleration and camera (maybe never) - this will be alpha3/beta1 if it happens
Port AOSP
Changelog:
Alpha2.2: update to latest code. good cm9 release.
Alpha2.1: not released
Alpha2: fixed audio
Alpha1.1: small fixes (keyboard, other stuff) cm9 only bugfix release
Alpha1: fixed wifi, sdcard, and home button (skiped in aokp)
Alpha0: initial public release.
If you want to build yourself (please do, we need more people fixing stuff), the repo init command will look like this:
Code:
$ repo init -u https://github.com/UnitedDev/android.git -b ics
Note: rules on using this rom for other projects
Most of android is under the apache2 license. just don't violate that and we're good.
more specific rules: source is on my github, do whatever you want within the terms of the licences. make your own rom, use it to port other devices, release a rom that is exactly the same with a new name and a shiny theme, I don't care as long as you are building from source.
If you use prebuilt anything from releases of this rom, please be nice and send me a pm asking for permission. this is supposed to be an open community, but i hate seeing 20+ cm7 roms with nothing different except name and bundled apps. If you don't ask, and you havent made something different enough from this rom to be worth having its own thread, it may or may not get reported.
First
cm9 ! i will use now !
thanks !
Wow....speechless...
Sent from my HTC Dream using Tapatalk
OK my mind is officially blown for the day. I am completely amazed. Im gonna try this ASAP.
forgot to post kernel in the op. fixed
tvall said:
forgot to post kernel in the op. fixed
Click to expand...
Click to collapse
OK good stuff. this is probably why it wouldnt boot for me (no kernel). Downloading and testing now
Don't forget to use CustomMTD with an mtdpartmap.txt containing:
Code:
mtd 140 40
CM9 on MT3G:
Mind = Blown
Posted pictures in post 2. Enjoy
If you look at them carefully, you can see the box thos was built on. And you can see my girlfriend's leg
Tvall....amazing ---- cm9 on the dream! Don't care if this isn't fully working I'm super impressed to see another ics rom for the g1. Who would have thought! Keep it up! Will download when I get to a computer
Sent from my HTC Vision using xda premium
Can anyone confirm the status of wifi and data? I'd test wifi, but I can't find my girlfriend's phone and she is asleep...
I don't want to put water into the wine, but ... The status of the ROM is more or less in the same state as I had my ICS some month ago. (@Tvall: you should have a look at my repo, if you didn't do that already.) Wifi / Bluetooth should work without problems, at least at that time I had it working. The biggest problem (and the most important reason why I suspended the wok on it): to low memory on the G1. Startup of services from time to time failed even without any additionals apps installed.
Probably on the MyTouch it will run better, but I do not expect, that it will run decently on the G1, but I might be wrong ...
AndDiSa said:
I don't want to put water into the wine, but ... The status of the ROM is more or less in the same state as I had my ICS some month ago. (@Tvall: you should have a look at my repo, if you didn't do that already.) Wifi / Bluetooth should work without problems, at least at that time I had it working. The biggest problem (and the most important reason why I suspended the wok on it): to low memory on the G1. Startup of services from time to time failed even without any additionals apps installed.
Probably on the MyTouch it will run better, but I do not expect, that it will run decently on the G1, but I might be wrong ...
Click to expand...
Click to collapse
It runs decently (apps dont close much) on my mytouch, which is why I'm working on it. My plan is to get cm9 stable enough, then work on an aosp rom. That should be a little lighter.
Has anybody gotten this to run on a g1 yet. I managed to install, but it went crazy. I started doing a force close loop. By that i mean that it booted started then said trebuche has stopped working. I press ok then com.android.phone stopped working. i press ok then trebuche has stopped ... and so on. I followed the install to the letter a few times but i couldn't get it to run.
Nice work! Have you tried the EGL files from here: http://forum.xda-developers.com/showthread.php?t=1526920 ? Hero has same gpu (adreno 130) as dream/sapphire so it *should* work Not sure about kernel however
e334 said:
Nice work! Have you tried the EGL files from here: http://forum.xda-developers.com/showthread.php?t=1526920 ? Hero has same gpu (adreno 130) as dream/sapphire so it *should* work Not sure about kernel however
Click to expand...
Click to collapse
Not yet, thanks for the link! If that works, I'll release another alpha as soon as I fix the home button..
alex_camacho said:
Has anybody gotten this to run on a g1 yet. I managed to install, but it went crazy. I started doing a force close loop. By that i mean that it booted started then said trebuche has stopped working. I press ok then com.android.phone stopped working. i press ok then trebuche has stopped ... and so on. I followed the install to the letter a few times but i couldn't get it to run.
Click to expand...
Click to collapse
I have a mytouch 3g 1.2. It has more ram. So... if it works for me it might or might not work on a regular 32b device
Oh my...now this is impressive. I'm really interested how this turns out. Best of luck!
I told you not to get me in that picture...
I can't wait to do more testing. (My boyfriend is amazing! He's currently working on getting the wifi to work)
Sent from my Dream/Sapphire using Tapatalk 2
With a few requests from tab-plus owners, I started building ROMs for tab-plus. I don't want to ignor anyone so built for all models.
I can't reply all post because I don't have the tab to test. However, I tried to answer all PMs as detail as possible. Once a while in these few months, I received a few hostile PMs, calling me names, etc. I might have asked too many questions. I don't have the ability to guess what model or which ROM if they are not mentioned. I don't know why asking for a screen shot, a video or details would be too much for someone.
Anyway, I over estimated myself to support a device I don't have. I have spent too much resource and I don't think I can do this any more. Bye.
*** As a closure, I include all model in this final build. See my 7.7 thread for details ***
{
"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"
}
This is a homemake(omni's term) build of the open ROM Omni4.4.2 for the Samsung GalaxyTab Plus.
Although some features proposed(eg. Multiwindow) are not yet implement, it is worth trying and we are very lucky to follow this main stream!
Release notes:
2014/7/22
Omni 4.4.4 still use the 4.4.4r1 tree. I worked on the kernel again to improve performance. GPU is boost to 400Mhz which increase Antutu score by 2k+. zRAM support and KSM upgrade are also included.
2014/6/7
Omni is the first few release 4.4.3r1.1. Customer IR driver is added. You can enjoy all the IR remote apps now. Major update from Bluez also included. No much progress but 4.4.3r1.1 is definitely a hit. Cheers!
History
2014/5/4
Trying a few settings in Linaro, including O3 optimization. No apparent different... May be the blobs are bottlenecks. Switch back to original toolchain. In this build, charging animation is fixed, Lockscreen rotation is fixed and bluetooth update from Bluez. I haven't encounter DSP manager crash. Don't know if it is fixed.:laugh:
2014/4/12
This build included all the fixes in my cm11 and so as the only minor issue...I built this with the Linaro toolchain 4.7.4 for both kernel and platform. Tested it for a few hours and no observable bug with Linaro. I'll let you guys to see if there are any performance difference and issues with Linaro.
2014/3/30
No progress on the rotation issue. Tracing through the kernel, driver and frameworks. Lots of changes since 4.4... :cyclops:
There are some major updates in Omni and it's been too long for an update. Wifi-tethering is working now. Some patch to the wifi driver. Hoping to make it more stable. Top mic is enabled in the driver now. Hoping better quality during calls.
AFH might need longer to upload, try goo first.
2014/3/10
It's been too long for an Omni update. There are some cool Quick Settings features which are unique to Omni. In the last two builds, I had to disable some of them to avoid SystemUI from crash. I finally pull everything together this weekend. We are now having full features of Omni.
Recent menu and screenshots are free from glitches now. Rotation glitches are still there... Some fixes in bluetooth. Hoping it is more stable.
For some unknow reason, pa_gapp-micro crash some system app. eg. SystemUI.
Don't flash pa_gapps-micro to this Omni. Others pa_gapps are OK.
2014/2/9
It was a productive week. I finally port bluez5 to Android 4.4! Although only pairing and file transfer is working, it is a hugh step for us. bluez.org team is working on other services now. Very happy that we are the first device having bluetooth working without bluedroid! Cheers! :highfive:
It's sad that CM11 needs extra care so it's Omni again. In this build, GPS is fixed. Multi-window will be an option from now. Omni can merge su to settings menu now so default superuser is removed. One step closer to Official Omni.
** The mirror on Mega is discontinued. **
2014/1/24
Finally back to the roms after a busy week! Everything seems quite smooth. Mange to make the new multi-window to work. I also fixed a bug in the wifi driver. Hoping no more ON/OFF now. OmniTorch is fixed and quick fixes on Camera for video recording.
As BeanStalk had make wifi tethering working, it motivated me to take a look. It was not that hard as I thought. Wifi tethering and wifi direct is working now. Two less items in the do list. Bluetooth would be the final large piece of pizzle. Cheers!
2014/1/18 -- Seems the multi-window patch casue some systemUI crash. Please wait for a while.
Just return from a trip. Omni is now Android 4.4.2. Sim card will take a while to be recognized after reboot (upto a few min.). I don't have problem in WiFi since the last release but I change a few things in WiFi. Factory reset is essential. In case of repeated ON/OFF, you may try turning off the Wifi optimization in the advace menu. If not working, only a factory reset can help. Don't know why yet.
GPS has conflict with telephony. Lock GPS at air-plane mode first if you have trouble with it.
Multi-Window cherry pick not working in new source. Not quite sure why... Don't have much spare time lately but I'll try to keep it up.
2013/12/12
Just Mange to include the preliminary multi-window source for the 4.4.2 test build. I made a patch for the existing OmniROM. Although the codes is preliminary, it works great. Some apps might not work but overall is worth trying. I might include it in the later builds if it doesn't cause crash. Files will also be found in the download links. Flash the MultiWindow-patch zip in recovery. (A revert zip is also provided) Cheers!
The commit message from the owner Guillaume Lesniak:
[WIP] Multi-window
This is a big work in progress, which currently has some bugs, but begins to look okay.
You can already multitask a little bit, by using the app switcher and long-pressing an icon,
then select "Add to Split View". Last window touched gets the key focus.
Code is very ugly, I know. Don't merge it, don't use it for now. Unless you want to make your code ugly.
Enjoy
Click to expand...
Click to collapse
2013/12/11
After a trial build for 7.7, seems it is quite interesting to have Omni. I'm willing to serve the minorities. Even though only few of you guys find it useful. If I have the resource, I will continue.
For Change Log and Known Issues, please visit my thread for 7.7:
http://forum.xda-developers.com/showthread.php?t=2535734
Cheers!:victory:
Downloads: :highfive:
AFH: http://www.androidfilehost.com/?a=show&w=files&flid=10304
goo.im: http://goo.im/devs/daniel_hk/rom/omnirom
mirror: http://pan.baidu.com/s/1cicXd#dir/path=/omnirom
kernel: http://goo.im/devs/daniel_hk/rom/kernel
Use latest 4.4.4 gapps: http://d-h.st/users/TKruzze
Or http://forum.xda-developers.com/showthread.php?t=2012857
Recovery requirement
** CWM6, TWRP 2.3.1 or above is OK.
Most of the 4.4 Roms require the latest reovery with file_contexts and set_metadata support.I have patch the update-binary to work with old recoveries.
** See my thread to patch any gapps or ROMs with set_metadata fail **
Source:
kernel & device trees -will update the new kernel soon after testing
github: https://github.com/danielhk?tab=repositories
Credits: :good:
** The OmniROM team who have such a good idea and their hardworks
** All those who donate to me. Giving me the resources to upgrade my PC and accessories!
** Thanks koush for the opensource superuser and widget
** All those who help our cool tab's developments!
TIPS :http://forum.xda-developers.com/showpost.php?p=47668044&postcount=2
Donations:
This is Great!!
Thank you for all your great work, it is running smooth on my tab. And camera is working now for me on this 4.4 build. It more than enough for a daily, again thank you so much for keeping my tab alive!
+1 for still developing this beast :cyclops: :good:
I downloaded the multi-window zip but in recovery it stated it was a p6800 zip and was not installed...
2013/12/12
Just Mange to include the preliminary multi-window source for the 4.4.2 test build. I made a patch for the existing OmniROM. Although the codes is preliminary, it works great. Some apps might not work but overall is worth trying. I might include it in the later builds if it doesn't cause crash. Files will also be found in the download links. Flash the MultiWindow-patch zip in recovery. (A revert zip is also provided) Cheers!
I got wifi issue on my P6200. It alway loop turn-on and turn-off wifi not work for me. However I think you can fix it soon. Cheers:good:
TheHypebeast said:
I downloaded the multi-window zip but in recovery it stated it was a p6800 zip and was not installed...
2013/12/12
Just Mange to include the preliminary multi-window source for the 4.4.2 test build. I made a patch for the existing OmniROM. Although the codes is preliminary, it works great. Some apps might not work but overall is worth trying. I might include it in the later builds if it doesn't cause crash. Files will also be found in the download links. Flash the MultiWindow-patch zip in recovery. (A revert zip is also provided) Cheers!
Click to expand...
Click to collapse
Sorry, didn't think of that, will fix it and re-upload in an hour!
Files are replaced, but goo.im may take longer to upload. Try AFH and mirrors first.
mrgill said:
I got wifi issue on my P6200. It alway loop turn-on and turn-off wifi not work for me. However I think you can fix it soon. Cheers:good:
Click to expand...
Click to collapse
See the Tips (#2 post) in my 7.7 thread. For some router, turn OFF the Wi-Fi optimization will fix that.
Good luck!
daniel_hk said:
Sorry, didn't think of that, will fix it and re-upload in an hour!
See the Tips (#2 post) in my 7.7 thread. For some router, turn OFF the Wi-Fi optimization will fix that.
Good luck!
Click to expand...
Click to collapse
Broked link. Can you edit plz.
mrgill said:
Broked link. Can you edit plz.
Click to expand...
Click to collapse
Which link is broken? Please provide details next time.
I already have a few mirrors. Most likely you would get what you want.
Good luck!
Edit: You probably meant the link to my 7.7 thread. I have updated it. Enjoy!
Sent from my Nexus 7 on OmniROM4.4.1
daniel_hk said:
Which link is broken? Please provide details next time.
I already have a few mirrors. Most likely you would get what you want.
Good luck!
Edit: You probably meant the link to my 7.7 thread. I have updated it. Enjoy!
Sent from my Nexus 7 on OmniROM4.4.1
Click to expand...
Click to collapse
I try follow your tip for fix wifi on omni 4.4.1 but it still loop turn-on and turn-off.:crying:
mrgill said:
I try follow your tip for fix wifi on omni 4.4.1 but it still loop turn-on and turn-off.:crying:
Click to expand...
Click to collapse
Don't know why didn't work for you. Do a clean flash (a factory reset in recovery) if you are not.
Sent from my Nexus 7 using xda app-developers app
daniel_hk said:
Don't know why didn't work for you. Do a clean flash (a factory reset in recovery) if you are not.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Sure I try factory reset yet. One issue not same old wifi issue is when screen rotate it not smooth it happen long dot line (sorry for my eng) like death pixel everytime when screen rotate.
Daniel, sending you a donation for your work on the GT+. I'm still on PA 3.68 but looking to get up to 4.3 and eventually 4.4. Can I go right to this rom from PA 3.68? Maybe I'll switch from PA.
Donation confirmation # 7KH50631CF6144401,
wtherrell said:
Daniel, sending you a donation for your work on the GT+. I'm still on PA 3.68 but looking to get up to 4.3 and eventually 4.4. Can I go right to this rom from PA 3.68? Maybe I'll switch from PA.
Donation confirmation # 7KH50631CF6144401,
Click to expand...
Click to collapse
Thanks for your generosity!
Since don't have enough resource, I'll drop 4.3 and concentrate on 4.4.
There are features like bluetooth and mobiledate not working in 4.4 yet. It may not be suitable for everyone's daily driver. Make a backup in recovery first if you want to test it.
Good luck!
great work
Ahh great now I can run omni on this unused tablet. Great work Daniel. Too bad we don't have custom kernels for this
Sent from my GT-N7100 using Tapatalk
once it supports data, i'm ON!
keep up the best work
Sent from my GT-P6200 using xda app-developers app
Does anyone now how to get the multi window to work? I flashed the zip but don't know how to get it to work.
Sent from my GT-P6210 using Tapatalk 4
2ndaccord said:
Does anyone now how to get the multi window to work? I flashed the zip but don't know how to get it to work.
Sent from my GT-P6210 using Tapatalk 4
Click to expand...
Click to collapse
Says right in the original post that multiwindow is NOT implemented in this ROM
DigitalMD said:
Says right in the original post that multiwindow is NOT implemented in this ROM
Click to expand...
Click to collapse
I thought that what the flashable zip patch was for. There is a patch.zip and a revert.zip?
Sent from my One using Tapatalk
DigitalMD said:
Says right in the original post that multiwindow is NOT implemented in this ROM
Click to expand...
Click to collapse
ur wrong there is path to flash mw lol
to Daniel:
How to enable this mod ?
[DESIRE HD NOKIA X PORT]
I've decided to open a new thread, especially since the previous thread is discontinued. I wanted to highlight progress is very much being made on the Nokia X port for the Desire HD.
When I mention progress, the build boots now; As I've re-based, re-structured and circumvented the issue's preventing a boot.
That's not to say this ROM is functional as a daily driver in it's current status, as it is quite the opposite.
However great strides are being made and success comes with the cost of time, effort and dedication from our developers.
This thread is open now as an invitation to ANY developer that:
1) is interested in this project
2) capable of pushing the project forward in effort to solve existing bugs
3) willing to spare their time to aid development.
As it stands I've done all the leg work getting the build to boot, and only since then I've had some assistance from a couple of sources in solving a few other issues in build.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Developer Activity Status:
At the moment I'm getting some priceless help in patching MSimTelephony references in build from another XDA Dev here, doing wonderful work and I anticipate that we can in fact succeed in a functional port in the near future.
Thus far our current efforts are focused on fixing radio, data and ril so bare with our current working/non-working log below...
(as a result of the above SystemUI is now beginning to respond as should, albeit a few flaws which are actively being ironed out)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Updates:
07/04/14 - [SYSTEMUI] System Statusbar and MSimTelephony references patched @SystemUI/classes.dex [Developer: opssemnik]
07/04/14 - [LIBRARY] Proximity and capacitive Light Sensors are now working [Developer: s89]
08/04/13 - [UPDATE] Investigating possibility of a System Wrapper to patch boolean isMultiSimEnabled @TelephoneManager and other related MsimTelephony calls globally. Eclipse app wrapper begun...
08/04/13 - [STUCTURE] Re-established 4.1.2 kernel, modules, hw and libraries to establish a common base and satisfy kernel requisites. [Developer: s89]
10/04/13 - [UPDATE] Wrapper implemented in build now and loading. Let the MSimTelephony patches commence [Developer: opssemnik]
12/04/13 - [SYSTEM] WIFI Fixed - Correct mismatched blobs and re-worked boot.img to fix Wifi and module loading issues. [Developer: s89]
12/04/13 - [SYSTEM] USB Mount Fixed - Patched storage-list.xml [Developer: opssemnik]
12/04/13 - [UPDATE] GPS Fixed
Click to expand...
Click to collapse
.............: Working :.............
USB Storage
Wifi
GPS
Vibrate
Touchscreen
Hardware|Capacitive Buttons
Display
Battery Sensor
Hardware Acceleration
Light Sensors
..........: Not working :..........
USB Storage
Sound
Camera
Radio
GPS
Wifi
Bluetooth
Light Sensor
.................Probably more
Click to expand...
Click to collapse
{
"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"
}
Please note: This ROM and Thread is intended for Developer activity only. Please do not fill this thread with spam, jargon and/or testing requests. This includes update requests (FYI All progress will be documented regularly within this post).
I am aware of most if not all of the currently not working and am actively resolving what I can, when I can.
All I ask is for is your patience and support > Public testing will be announced when most if not all the major show stopping bugs have been resolved.
Click to expand...
Click to collapse
If you are interested in joining efforts in minimizing our "Not working" list, feel free to contact me or write a request of interest here.
All and any updates to our current build that address an issue in our bug's list must be communicated back and consolidated into our output build to ensure all developers are up-to-date with the latest changes/bug fixes.
Current Team | Contributing Developers::
stickman89 [s89;] - Porting NokiaX build inc, fixing libraries, patching framework & ramdisk updates.
opssemnik - SystemUI, MSimTelephony Patches & continued wrapper development
Click to expand...
Click to collapse
Reserved...
good job,thanks
wow.......nice work devz
chrisb906 said:
I know this..just letting dev know
Sent from my Desire HD using Tapatalk
---------- Post added at 05:18 AM ---------- Previous post was at 05:15 AM ----------
Oops. Just realized he didn't want test requests on here..lol. My bad
Sent from my Desire HD using Tapatalk
Click to expand...
Click to collapse
Yup, this is a DEV thread. Still lots too fix i.e. would like a dev collaboration since I've spent a lot of hours getting us to this point and feel it would be less stressful on me having some more capable hands in the kitchen.
OK NokiaX isn't dependent on ION so I rebuilt with correct kernel, modules, hw and added libraries from our 4.1.2 build however audio is NOT getting loaded for some reason. As far as I'm aware __strlen_chk is referenced at libc.so and libcrypto.so however I've replaced these libraries with that from a functional 4.1.2 build of ours and it's still not loading. Any devs here encountered this? If so which libraries are associated with it?
Code:
E/HAL ( 1424): load: module=/system/lib/hw/audio_policy.default.so
E/HAL ( 1424): Cannot load library: reloc_library[1331]: 1424 cannot locate '__strlen_chk'...
I think we have the same problem with sense 5 too
Gesendet von meinem One X mit Tapatalk
besimm said:
I'm interested on this ROM, can you give me the link??
Click to expand...
Click to collapse
All I ask is for is your patience and support > Public testing will be announced when most if not all the major show stopping bugs have been resolved.
Click to expand...
Click to collapse
No he can't , please be patient , the OP has his own closed testers group and he will release a public test rom when ready.
SO be patient !!!!
EDIT: THREAD CLEANED, STOP ASKING FOR LINKS !!!
THE DEV WILL RELEASE WHEN READY.
Stickman89 said:
OK NokiaX isn't dependent on ION so I rebuilt with correct kernel, modules, hw and added libraries from our 4.1.2 build however audio is NOT getting loaded for some reason. As far as I'm aware __strlen_chk is referenced at libc.so and libcrypto.so however I've replaced these libraries with that from a functional 4.1.2 build of ours and it's still not loading. Any devs here encountered this? If so which libraries are associated with it?
Code:
E/HAL ( 1424): load: module=/system/lib/hw/audio_policy.default.so
E/HAL ( 1424): Cannot load library: reloc_library[1331]: 1424 cannot locate '__strlen_chk'...
Click to expand...
Click to collapse
Did you try with "readelf" ? Maybe you can compare after with what you have and what is missing.
Wrapper implemented in build now and loading. Let the MSimTelephony patches commence. Lots of good stuff happening
RIL work's at this moment (SMS, Calls, USSD, 3G) ?
RazGame said:
RIL work's at this moment (SMS, Calls, USSD, 3G) ?
Click to expand...
Click to collapse
Not just yet, but we haven't finished tracing, debugging and adding Telephony calls to our wrapper. By all mean's not a quick process and ended up being a late night, I'm still wearing my sleepy face aha.
Telephony isn't registering a network as we've intentionally left methods out for the time being as there is more patching to do to SystemUI in regards to directing our new calls. More to continue tonight I imagine so all on your list is a nono for the time being.
If you can give me the files of the ROM I an take a shot in fixing the Storage issue as I am experienced in porting and specifically fixing this bug Have a nice day bro.
CedArctic said:
If you can give me the files of the ROM I an take a shot in fixing the Storage issue as I am experienced in porting and specifically fixing this bug Have a nice day bro.
Click to expand...
Click to collapse
Excellent, be more then welcome to have you aboard. We have a new SystemUI patch to update in build at some point tonight, once that's applied, I'll upload the updated build for your handy work good sir. You'll receive a PM once uploaded.
dont tell anyone you saw this, shhh
usb fixed
wifi fixed
plot twist:
gps fixed
Stickman89 said:
OK NokiaX isn't dependent on ION so I rebuilt with correct kernel, modules, hw and added libraries from our 4.1.2 build however audio is NOT getting loaded for some reason. As far as I'm aware __strlen_chk is referenced at libc.so and libcrypto.so however I've replaced these libraries with that from a functional 4.1.2 build of ours and it's still not loading. Any devs here encountered this? If so which libraries are associated with it?
Code:
E/HAL ( 1424): load: module=/system/lib/hw/audio_policy.default.so
E/HAL ( 1424): Cannot load library: reloc_library[1331]: 1424 cannot locate '__strlen_chk'...
Click to expand...
Click to collapse
Just an update, we already fixed this, just need some smali patching and then audio should work.
any processing?
we are waiting for it
opssemnik said:
Just an update, we already fixed this, just need some smali patching and then audio should work.
Click to expand...
Click to collapse
where is the updating?
if the sound IS ok,upload it plz,thx in advance.
admet615 said:
we are waiting for it
Click to expand...
Click to collapse
Update & Download Link
hi, its been months now, pls whats the progress? we are patiently waiting for an update and download link.
I know the issue has been the sound, how far has it gone. pls keep us updated.
With a few requests from tab-plus owners, I started building ROMs for tab-plus. I don't want to ignor anyone so built for all models.
I can't reply all post because I don't have the tab to test. However, I tried to answer all PMs as detail as possible. Once a while in these few months, I received a few hostile PMs, calling me names, etc. I might have asked too many questions. I don't have the ability to guess what model or which ROM if they are not mentioned. I don't know why asking for a screen shot, a video or details would be too much for someone.
Anyway, I over estimated myself to support a device I don't have. I have spent too much resource and I don't think I can do this any more. Bye.
*** Lollipop is out so my development for Kitkat is done. As a closure, I included all tab-plus models in this final build***
for some unknown reason, download provider is missing in the final build
Patch didn't work and I need to rebuild. Hoping this is really the final.
{
"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"
}
CarbonRom is another aftermarket ROM having its unique features. I have been playing with Carbon for sometime. It has some unique features like CarbonFibers and ActiveDisplay. Another cool ROM worth trying. Cheers!
goo.im is up again!
Release Note:
2014/8/2
Just finished the GPU performance settings. In case some tabs might have lower tolerance, I lowered the GPU default min. and max. freq.
I also enable the Carbon performance tool. You can flash kernel and recovery from there. zRAM can only be enabled by TricksterMod. Old methods doesn't work on Kitkat. This build included all Carbon features. Enjoy!
2014/7/2
With help from @zombiezoom, the Carbon 4.4.4 build proved working on Tab plus. I do a sync before building for 7.7. It was a bad move. Carbon has an incomplete commit which cause me 12 hrs. to make the build pass.
On request from the local friends, link for Alipay is added in Donation.
2014/4/19
There are a few bugs in CarbonRom for our tab since day one. SystemUI crash, Some pages in CarbonFibers crash...etc. I finally fixed them this weekend! So it's time for me to share. It include all the fixes in my Kitkat roms.
Change log: :victory:
Code:
Official Carbon [URL="https://carbon-rom.com/changes/"]Change log[/URL]
[COLOR="Blue"]2014/8/2[/COLOR]
- Latest CarbonROM source
- Android 4.4.4r2 KTU84Q
- kernel update for GPU O/C and zRAM
- add GPU settings in performance
- include performance tools
- zRAM support
- major Bluetooth update from Bluez
[COLOR="Blue"]2014/7/2[/COLOR]
- Latest CarbonROM source
- Android 4.4.4r1 KTU84P
[COLOR="Blue"]2014/4/19[/COLOR]
- Latest CarbonROM source
- Android 4.4.2r2 KVT49L
- Fix crash in SystemUI
- Fix crash in CarbonAbout
- Fix crash in CarbonFibers
- Fix in QuickSettings (mess up after change QSTile position)
Know issues:
Only minor issues:
1. Lock screen stay at landscape with Rotaion Lock is ON
2. A few apks (eg. Browser) with distort screen after rotation. (Can be recovered by selecting from recent menu again)
Downloads: :highfive:
goo.im: http://goo.im/devs/daniel_hk/rom/carbon
AFH: http://www.androidfilehost.com/?w=files&flid=13972
mirror: http://pan.baidu.com/s/1GjnUQ#dir/path=/carbon
Recovery requirement
** CWM6, TWRP 2.3.1 or above is OK.
Most of the 4.4 Roms require the latest reovery with file_contexts and set_metadata support.I have patch the update-binary to work with old recoveries.
** See my thread to patch any gapps or ROMs with set_metadata fail **
Source:
kernel & device trees will update the new kernel soon after testing
github: https://github.com/danielhk?tab=repositories
Credits: :good:
** The CarbonROM team!
** All those who donate to me. Giving me the resources to upgrade my PC and accessories!
** All those who help our cool tab's developments!
Donations:
I just cannot believe it man! You are unstoppable and I REALLY LOVE YOU
Thank you so much for this ROM..downloading it right now and I think it's gonna be better than OmniROM in terms of features :good:
Thanks daniel, how to access the old internal storage, cause the path changes to "storage/emulated" (whatever i forgot)
I cannot see my data, cause the old internal storage in "mnt/shell/sdcard"
so I must manually move all data to new path internal storage ?
ravhi1044 said:
Thanks daniel, how to access the old internal storage, cause the path changes to "storage/emulated" (whatever i forgot)
I cannot see my data, cause the old internal storage in "mnt/shell/sdcard"
so I must manually move all data to new path internal storage ?
Click to expand...
Click to collapse
Of course not. I don't have a Tab Plus to test but there are links to /sdcard, /storage/sdcard0, etc.
I don't know why you say you can't access. Apks will find the data themselves. You have to be more specific. Which apks, what do you want to do, etc.
At least you have to tell which model you have in order to get helps from others.
Good luck!
Sent from my Nexus 7 using Tapatalk
Oops, system UI crashed and I can't access anything other than settings via quick menu.
I have a p6200 WiFi+3G and now I am back to the latest build of OMNIRom
I already did 3 wipes but same problem exists
zombiezoom said:
Oops, system UI crashed and I can't access anything other than settings via quick menu.
I have a p6200 WiFi+3G and now I am back to the latest build of OMNIRom
I already did 3 wipes but same problem exists
Click to expand...
Click to collapse
Can you or anyone provide a logcat?
Thanks.
Sent from my Nexus 4 using Tapatalk
daniel_hk said:
Can you or anyone provide a logcat?
Thanks.
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
Done.
Messed my tab
This ROM did a really big mess on my tab. Been flashing roms since gingerbread, but this rom is a big mess.now my p6200 have a really screwed file system. i don't recommend using this.
phangs23 said:
This ROM did a really big mess on my tab. Been flashing roms since gingerbread, but this rom is a big mess.now my p6200 have a really screwed file system. i don't recommend using this.
Click to expand...
Click to collapse
I don't know what you meant by messing your file system?
I think you meant the content of the internal sdcard was moved to the folder 0. This is the way android handle multi user since 4.2. Your experience might only upto 4.1.2. There were similar misunderstandings early last year when 4.2 launched.
Flashing might corrupt the /data and/or /system partition. If it is interrupted during flash, partition info might be corrupted. Internal sdcard is inside /data and the content will be gone. But that would be a very rare situation. I would say one in a thousand.
Although there are over a thousand downloads all together, I haven't received a single success. I don't have a Tab-Plus to test so I decided to drop this build for Tab-Plus.
daniel_hk said:
I don't know what you meant by messing your file system?
I think you meant the content of the internal sdcard was moved to the folder 0. This is the way android handle multi user since 4.2. Your experience might only upto 4.1.2. There were similar misunderstandings early last year when 4.2 launched.
Flashing might corrupt the /data and/or /system partition. If it is interrupted during flash, partition info might be corrupted. Internal sdcard is inside /data and the content will be gone. But that would be a very rare situation. I would say one in a thousand.
Although there are over a thousand downloads all together, I haven't received a single success. I don't have a Tab-Plus to test so I decided to drop this build for Tab-Plus.
Click to expand...
Click to collapse
NO NO NO! PLEASE MAN! You can test anything with mine, just tell me what you want. I already provided a logcat.
This is the best rom yet, it has amazing features.
zombiezoom said:
NO NO NO! PLEASE MAN! You can test anything with mine, just tell me what you want. I already provided a logcat.
This is the best rom yet, it has amazing features.
Click to expand...
Click to collapse
Normally, there would be a missing resource (for the resolution of your tab) causing crash but I can't find any error in your logcat. If systemUI crash, how can you use it...
I don't know how you got the logcat.
If systemUI crash, you can only get the log via a PC.
Type:
adb logcat > logfile
will dump the log to the file logfile in your current directory.
A clean flash will clear the debug from PC. Try a dirty flash to keep the debug privilege.
Sent from my Nexus 4 using Tapatalk
daniel_hk said:
Normally, there would be a missing resource (for the resolution of your tab) causing crash but I can't find any error in your logcat. If systemUI crash, how can you use it...
I don't know how you got the logcat.
If systemUI crash, you can only get the log via a PC.
Type:
adb logcat > logfile
will dump the log to the file logfile in your current directory.
A clean flash will clear the debug from PC. Try a dirty flash to keep the debug privilege.
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
Yes, the logcat I provided was done from my Linux laptop. Now, I only saw SystemUI crash warning once but everytime I boot the device I see a black screen no home! just the toolbar and softkeys.
So, if you need another one, I'll make another.
daniel_hk said:
Normally, there would be a missing resource (for the resolution of your tab) causing crash but I can't find any error in your logcat. If systemUI crash, how can you use it...
I don't know how you got the logcat.
If systemUI crash, you can only get the log via a PC.
Type:
adb logcat > logfile
will dump the log to the file logfile in your current directory.
A clean flash will clear the debug from PC. Try a dirty flash to keep the debug privilege.
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
Screenshots after a clean flash uploaded and you can see that I cannot access Home or Apps drawer
I also attached a ZIP of 3 logcat files.
Thank you so much for taking time to build for our tab
Downloading now!
Edit: the AFH link leads to the galaxy 7.7 downloads!
Edit: Fixed.
Thank you Daniel, everything is working as it should. But sometimes when restarting the tablet, it gets stuck on the CarbonRom logo. That's the only problem I encountered so far. I will update this post if I found any other problems.
EDIT: seems like it was fixed by flashing Minimal GApps ^^
Which Kernel to use?
I have tried all of the kernels available on the download link on the first post, but none work with my P6210. They all fail with a getprop error.
Is there a newer kernel somewhere? I am trying to use CM-11 unofficial or carbonrom.
Thanks!
Can folks please post experiences on the p6200, I've been using the 7.7 version which is fantastic, the most usable daily rom but if this is good enough on the plus, I'd really like to suggest this rom to a friend who is still stuck with 4.1 jb
xaadilhx said:
Can folks please post experiences on the p6200, I've been using the 7.7 version which is fantastic, the most usable daily rom but if this is good enough on the plus, I'd really like to suggest this rom to a friend who is still stuck with 4.1 jb
Click to expand...
Click to collapse
I am currently using the latest version and it's so amazing, ROCK stable. I have no problems with it. It's the best for Tab Plus so far.
EDIT: BTW a lot of people here -and I don't know why- don't appreciate the massive work that Daniel has made for Tab Plus. You could see a lot of downloads being counted but only a few people who would comment with reviews or even a thank you!
I'm extremely great full for daniel_hk's work but i think it would be great is somebody would test all P6200 roms and test them on common every day app and games and give feed back and benchmark scores as i have no idea what rom to try first ??? just look at the choices just from daniel_hk
this one is on my list to be tested just saying keep up the great work
Can we have some screenshots ram usage and benchmarks scores from somebody that uses it already? might cause more downloads and more replies
Thanks for your feedback on the plus zombiezoom, great to hear.
I've been trailing mainly P6800 (7.7) rom mods for about a year now. Its fantastic to be able to get access to these roms and everyone's hard work particularly Daniel, I must say he has so many roms posted and its great to trial them. I've been looking for a stable alternative to stock now for a while and I think I've found it.
I think people who use the roms are likely following guides from other sites, they just download, trial and don't comment here. To get everything working efficiently we do need to focus comments here to help the developers/ and ultimately ourselves by getting a nice working rom.
@ this point to have wifi, bluetooth, mobile function and other major functions to be working reliably is great. I'm sure those who make the switch from stock and remain would likely consider donations. I said on the 7.7 topic, that I rather less fancy functions and features and more stability. This way we can all leave the stock rom behind just like samsung left us there and turn to our rom of choice. Once we do that we then can support our developers who can in turn keep our devices stable and alive.
Thanks
{
"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"
}
https://mega.nz/#!CYUC2KzI!KnHmytu3EnTdxO16gWMC8YeiIRql2DSZYjqflwwcCC0[
/CENTER]
GIDR (named GIDE on the play store) is a ROOT application that installs a fully working GCC compiler on your phone. It works from the GUI as still from the Terminal. (Note that Jackpal Terminal is required to run this app.
Features:
- GCC 5.2.0
- standalone install
- no delete on uninstall
- heavy install (250 mb on internal storage)
Known bugs / faults:
- UI sucks (yes it does )
- Takes very long time on extracting (up to 5 min on a s3 mini due to hardware restrictions)
Changelog:
1.1
- new design (sucks still)
- code improvements for faster extracting times (about 20 secs now)
1.0
- initial release
- added Material support
- created GitHub repo
XDA:DevDB Information
GTerminal, App for all devices (see above for details)
Contributors
Thargorsson
Source Code: [url]https://github.com/PythonLimited/GTerminal[/URL]
Version Information
Status: Beta
Current Beta Version: 1.0
Created 2016-11-21
Last Updated 2016-11-21
Reserved
Reserved #1
Is this still in the making bro? I am excited as hell for this. I have been searching for a month for an app like this. If u need any testers I would be more than happy to help
noob4598 said:
Is this still in the making bro? I am excited as hell for this. I have been searching for a month for an app like this. If u need any testers I would be more than happy to help
Click to expand...
Click to collapse
Jup i can send you test apps nearly daily. I'm actually implementing a new design along with full terminal support.
Thargorsson said:
Jup i can send you test apps nearly daily. I'm actually implementing a new design along with full terminal support.
Click to expand...
Click to collapse
Awesome bro that's sounds great. Send away. I will help any way I can. Bug reports, tests, you got it. My initial goal was to compile a kernel for my note 4 on the device itself but i havent been able to find a single guide or even a reference to someone doing it. A lot about compiling apps but none about compiling a kernel from source. I have a pc with manjaro and all the build tools but I can't carry that around with me all day and i know the note 4 has enough power to do it. If I knew enough and could build apps I would build one like a mobile android studio. Pick your source code, pick your toolchain, automatic detection of makefiles and such, built in make menuconfig, hit compile then boom....easy peasy.....here's your kernel sir. Haha. I know that would make things way too easy but what I don't get is with all the kernel developers, why nobody has made a kernel specific IDE..... just for compiling and modifying the android kernel......but anyway, damn got way off track there....shoot me the builds bro. And let me know what you need from me. Thanks
noob4598 said:
Awesome bro that's sounds great. Send away. I will help any way I can. Bug reports, tests, you got it. My initial goal was to compile a kernel for my note 4 on the device itself but i havent been able to find a single guide or even a reference to someone doing it. A lot about compiling apps but none about compiling a kernel from source. I have a pc with manjaro and all the build tools but I can't carry that around with me all day and i know the note 4 has enough power to do it. If I knew enough and could build apps I would build one like a mobile android studio. Pick your source code, pick your toolchain, automatic detection of makefiles and such, built in make menuconfig, hit compile then boom....easy peasy.....here's your kernel sir. Haha. I know that would make things way too easy but what I don't get is with all the kernel developers, why nobody has made a kernel specific IDE..... just for compiling and modifying the android kernel......but anyway, damn got way off track there....shoot me the builds bro. And let me know what you need from me. Thanks
Click to expand...
Click to collapse
Ok bro I'll send you the latest nightly build in about 1 hour. It has a new design (very simple but has error output). It downloads the GCC from my GitHub and then extracting it to /data/local/GCC. It creates links to /system/bin as well so you can test it out via terminal. It is a debug version so you can see logcat from it. One error I got (for now) is that it cannot unzip the GCC zip to /data in cause of permission errors but for somehow it copies. So that would be a starting point. And about your idea to create an IDE for Android and so on, GREAT that would be the goal for me. Cya later. Btw did you have Skype? Would be faster to talk to each other.
Thargorsson said:
Ok bro I'll send you the latest nightly build in about 1 hour. It has a new design (very simple but has error output). It downloads the GCC from my GitHub and then extracting it to /data/local/GCC. It creates links to /system/bin as well so you can test it out via terminal. It is a debug version so you can see logcat from it. One error I got (for now) is that it cannot unzip the GCC zip to /data in cause of permission errors but for somehow it copies. So that would be a starting point. And about your idea to create an IDE for Android and so on, GREAT that would be the goal for me. Cya later. Btw did you have Skype? Would be faster to talk to each other.
Click to expand...
Click to collapse
Thanks bro. Im excited as hell. No skype. I can probably get it. I do have telegram which I use and alot...mostly cuz it's so quick like sms. And quick is probably better because I would be grateful for your knowledge at times. I'm still learning...but only way for most to learn is by help from others with more skills and knowledge such as yourself. Do you build roms and kernels?
noob4598 said:
Thanks bro. Im excited as hell. No skype. I can probably get it. I do have telegram which I use and alot...mostly cuz it's so quick like sms. And quick is probably better because I would be grateful for your knowledge at times. I'm still learning...but only way for most to learn is by help from others with more skills and knowledge such as yourself. Do you build roms and kernels?
Click to expand...
Click to collapse
I'm actually teaching myself in.
Attached is the latest version.
Install it run it and then open up a terminal type in su and then you can run GCC / make etc.
Telegramm ist nice I'm gonna create a group.
Cya later
Edit c u tomorrow I have to sleep.
Awesome bro. Thanks.
What's this mean?
noob4598 said:
What's this mean?
Click to expand...
Click to collapse
That there was an error while unzipping :victory:
Ok if you are on Android 4.4 or above please go to settings->apps->GCC and ensure that storage permission is granted. Second did you allowed root access?
Third did you have BusyBox installed?
Fourth did you downloaded the file correctly? (Did the process has gone to 100%).
If you don't have root tell me then I will fix that.
I am on 6.0 MM and I have Systemmode Su 2.79. I made sure storage was granted and I keep my supersu set to always grant all. And busybox in xbin. Does it need to also be in sbin? Also wound mount namespace matter? I'm gonna attach screens
noob4598 said:
I am on 6.0 MM and I have Systemmode Su 2.79. I made sure storage was granted and I keep my supersu set to always grant all. And busybox in xbin. Does it need to also be in sbin? Also wound mount namespace matter? I'm gonna attach screens
Click to expand...
Click to collapse
Hmm check if there is a GCC compiler in /data/local/GCC then tell me.
It could be that it doesn't symlinks the files (that would explain the runtime error)
Oh yea I checked that first and it's there. Also .GCC hidden folder on sd. This is my path. Is there suppose to be a GCC/GCC subfolder
noob4598 said:
Oh yea I checked that first and it's there. Also .GCC hidden folder on sd. This is my path. Is there suppose to be a GCC/GCC subfolder
Click to expand...
Click to collapse
Ok then nice. Just go to bin and symlink those files to /system/bin
With those commands:
"ln -s /data/local/GCC/bin/arm-linux-androideabi-gcc /system/bin/gcc"
Replace the GCC with g++ or ar or ld.
Btw here is Telegramm Chat Link. Im Leonardo Meitz.
https://telegram.me/joinchat/COXZlz4B7y2wVqaqdQ6PbQ
Thargorsson said:
Ok then nice. Just go to bin and symlink those files to /system/bin
With those commands:
"ln -s /data/local/GCC/bin/arm-linux-androideabi-gcc /system/bin/gcc"
Replace the GCC with g++ or ar or ld.
Btw here is Telegramm Chat Link. Im Leonardo Meitz.
https://telegram.me/joinchat/COXZlz4B7y2wVqaqdQ6PbQ
Click to expand...
Click to collapse
No link bro to telegram.
https://telegram.me/joinchat/CkS7QUFTvf3Zse-PrnjpWw
I don't know how to add you other than this link.
noob4598 said:
No link bro to telegram.
https://telegram.me/joinchat/CkS7QUFTvf3Zse-PrnjpWw
I don't know how to add you other than this link.
Click to expand...
Click to collapse
Ok im in nro
I'm actually adding no root support. But there are some troubles with permissions in the /data folder so it will take about 1 additional day to work fully.
Attached latest test build. It extracts GCC now to /data/data/pythonlimited.gcc/GCC but the permission are still buggy so I can't execute GCC directly.
Will be fixed I promise.
Downloads
https://mega.nz/#!7A1RCKZb!4yBP6WuuuSmxY1v2ozXMwv5q0XXc0Q_zjKXkbtO1NbQ