So we are in the process of making one build that works on Atrix HD Razr HD and Droid Razr HD. I need someone (preferably on stock) to post the following:
Using adb shell or terminal:
Code:
su
cat /proc/cmdline
getprop
Thanks again. THis will save tons of build time every night for nightlies.
I'm assuming JB, right?
Give me a bit to set Windows up for flashing, get the fastboot, and I'll have that info for you*.....My Windows install doesn't have anything installed except the minimal required drivers for tethering and my Linux is down (having some fun with Funtoo, zfs root, & grub2).
EDIT:
*Once I'm done making lunch.
skeevydude said:
I'm assuming JB, right?
Give me a bit to set Windows up for flashing, get the fastboot, and I'll have that info for you*.....My Windows install doesn't have anything installed except the minimal required drivers for tethering and my Linux is down (having some fun with Funtoo, zfs root, & grub2).
EDIT:
*Once I'm done making lunch.
Click to expand...
Click to collapse
Yeah whatever the latest JB is.
Thanks man
dhacker29 said:
So we are in the process of making one build that works on Atrix HD Razr HD and Droid Razr HD. I need someone (preferably on stock) to post the following:
Using adb shell or terminal:
Code:
su
cat /proc/cmdline
getprop
Thanks again. THis will save tons of build time every night for nightlies.
Click to expand...
Click to collapse
Here ya go.
edit:
I suppose it helps when I click the upload button
skeevydude said:
Here ya go.
edit:
I suppose it helps when I click the upload button
Click to expand...
Click to collapse
Thanks man
OK so here is the initial test if you are brave enough to back up and test it
Post the output of:
adb shell
getprop
Need to know if radio is working or if I need the specific libqmi and libqc-ril per model. and if the props are setting right.
Unified build for all Motorola msm8960 devices:
cm-11-20140203-UNOFFICIAL-vanquish.zip
What should be different from this one and the nightlies?
dhacker29 said:
OK so here is the initial test if you are brave enough to back up and test it
Post the output of:
adb shell
getprop
Need to know if radio is working or if I need the specific libqmi and libqc-ril per model. and if the props are setting right.
Unified build for all Motorola msm8960 devices:
cm-11-20140203-UNOFFICIAL-vanquish.zip
Click to expand...
Click to collapse
Radio works but has the weak LTE/4G signal.
Comes with NFC settings, which the AHD doesn't have. Perhaps an init script to remove the app if it detects the phone as an Atrix HD? We get stupid questions here and I'm 99.99999% positive someone will see them and ask "How come I can't activate NFC? I see it as an option.". The same with CDMA settings, though I'm not sure if that's as simple as removing an app.
Only other thing I saw at first glance is the model number. It's listed as ATRIX HD and not MB886 like it usually is. Could have market issues.
skeevydude said:
Radio works but has the weak LTE/4G signal.
Comes with NFC settings, which the AHD doesn't have. Perhaps an init script to remove the app if it detects the phone as an Atrix HD? We get stupid questions here and I'm 99.99999% positive someone will see them and ask "How come I can't activate NFC? I see it as an option.". The same with CDMA settings, though I'm not sure if that's as simple as removing an app.
Only other thing I saw at first glance is the model number. It's listed as ATRIX HD and not MB886 like it usually is. Could have market issues.
Click to expand...
Click to collapse
I can disable the NFC during install by deleting the apk and permissions forgot about that.
I'll see if there is a way to disable worldphone via an prop. I set it for the others that can do both.
TecknoFreak said:
What should be different from this one and the nightlies?
Click to expand...
Click to collapse
They're working on a unified build for us, RAZR HD, and Droid RAZR HD, ya know, one build that works for all three phones.
---------- Post added at 06:13 PM ---------- Previous post was at 06:10 PM ----------
dhacker29 said:
I can disable the NFC during install by deleting the apk and permissions forgot about that.
I'll see if there is a way to disable worldphone via an prop. I set it for the others that can do both.
Click to expand...
Click to collapse
NFC isn't a big deal, the users asking would be
I'll mess some prop values myself. Dinner just got done so I'm gonna eat first.
skeevydude said:
They're working on a unified build for us, RAZR HD, and Droid RAZR HD, ya know, one build that works for all three phones.
---------- Post added at 06:13 PM ---------- Previous post was at 06:10 PM ----------
NFC isn't a big deal, the users asking would be
I'll mess some prop values myself. Dinner just got done so I'm gonna eat first.
Click to expand...
Click to collapse
info.script.AppendExtra('ifelse(is_substring("MB886", getprop("ro.boot.modelno")), run_program("/sbin/sh", "-c", "busybox rm /system/etc/nfc* /system/etc/permissoins/*nfc* /system/etc/permissions/*nxp* /system/lib/libnfc* /system/lib/hw/nfc* /system/framework/com.android.nfc_extras.jar /system/app/Nfc.apk /system/priv-app/Tag.apk"));')
Damn bro you are amazing. That really did the trick.
dhacker29 said:
info.script.AppendExtra('ifelse(is_substring("MB886", getprop("ro.boot.modelno")), run_program("/sbin/sh", "-c", "busybox rm /system/etc/nfc* /system/etc/permissoins/*nfc* /system/etc/permissions/*nxp* /system/lib/libnfc* /system/lib/hw/nfc* /system/framework/com.android.nfc_extras.jar /system/app/Nfc.apk /system/priv-app/Tag.apk"));')
Click to expand...
Click to collapse
:good:
I think the gsm/cdma is going to be a bit harder. Those settings depend on a combination of Phone.apk and build.prop settings. On the unified build there's only cdma prop settings, which is OK because since they don't work for us it defaults to (I assume) gsm/wcdma/lte (still labeled as global). Anyhoo, replaced/removed all cdma settings with gsm ones (used the latest AHD CM-11 for reference), factory resetted, and still had the cdma settings available but it was at least using the gsm values I set.
The studying I did last night showed me that, at least with other stock phones' stock roms in our situation, that they ended up replacing Phone.apk from the GSM builds because no amount of build.prop modding would make it gsm only. So far my best solution would be a script (called at the end of the updater-script) to change prop cdma values to gsm for the phones that need it and deal with the cdma options being there. All the quick setting toggles, gsm settings, and all that worked, so as long as the prop values are set and a cdma disclaimer is added to the OP, there shouldn't be too many issues that aren't dumbass related.
I'm gonna look into it more later on today, hopefully a better solution can be found.
OK this build should work just like the regular CM nightlies now the NFC stuff is removed on install. Let me know if there are data/network differences from the official. I may need to use the libqmi/libqc-ril from atrix hd instead of the default ones.
Unified msm8960 build:
cm-11-20140204-UNOFFICIAL-vanquish.zip
dhacker29 said:
OK this build should work just like the regular CM nightlies now the NFC stuff is removed on install. Let me know if there are data/network differences from the official. I may need to use the libqmi/libqc-ril from atrix hd instead of the default ones.
Unified msm8960 build:
cm-11-20140204-UNOFFICIAL-vanquish.zip
Click to expand...
Click to collapse
Give me some time to download and install both. I haven't installed an official CM since 4.2....
skeevydude said:
Give me some time to download and install both. I haven't installed an official CM since 4.2....
Click to expand...
Click to collapse
Thanks
Sent from my DROID RAZR HD using Tapatalk
dhacker29 said:
Thanks
Sent from my DROID RAZR HD using Tapatalk
Click to expand...
Click to collapse
I'm waiting for a few calls, possible errand, then cook dinner, and I'll be in a position to start flashing things. Hopefully around 7:30 or 8 at the latest.
/Had to look up Ashdown's location. Closest I've ever been was the 70-278 junction taking the long way to Mena from Hot Springs.
skeevydude said:
I'm waiting for a few calls, possible errand, then cook dinner, and I'll be in a position to start flashing things. Hopefully around 7:30 or 8 at the latest.
/Had to look up Ashdown's location. Closest I've ever been was the 70-278 junction taking the long way to Mena from Hot Springs.
Click to expand...
Click to collapse
Ah cool I just noticed your location. Not much here but the paper mill but Texarkana is close so there's that lol. Thanks for all the feedback.
dhacker29 said:
Ah cool I just noticed your location. Not much here but the paper mill but Texarkana is close so there's that lol. Thanks for all the feedback.
Click to expand...
Click to collapse
Hot Springs isn't that bad, but all there is to do here is the usual tourist crap, Magic Springs (sucks if you've been to a real theme park), and go to bars (I don't drink)....dammit, and the Horse Track....caused my first car wreck and floods our already over congested streets with even worse drivers. We do have some awesome camping, hiking, hunting, fishing, and everything else that's fun outdoors .
With Texarkana you have to deal with even more Texans than usual, so . If ya'll Texans like Texas so much then go back.
Not a problem. Someone has to do it and I'm probably the highest qualified that'll bother.
dhacker29 said:
OK this build should work just like the regular CM nightlies now the NFC stuff is removed on install. Let me know if there are data/network differences from the official. I may need to use the libqmi/libqc-ril from atrix hd instead of the default ones.
Unified msm8960 build:
cm-11-20140204-UNOFFICIAL-vanquish.zip
Click to expand...
Click to collapse
I gave this a shot and this is what I found:
Once Booted up couldnt sign into google because of no data. Ended up skipping the entire first time boot process.
Once I made it through went to Settings and few things noticed
1) Preferred Network was set by default at Global - I set it to GSM / WCDMA / LTE or any GSM related Network and it will give me Data like it should right after step #2. :good:
2) APNs were set by default to MetroPCS LTE (fast.metropcs.com) so I set it to my APN which is T-Mobile US LTE (fast.t-mobile.com) :good:
3) NFC still there as an Option but is useless even by clicking on it so is totally disabled. :good: (also no FC due to NFC calls on boot) :good:
4)BUILD.PROP File Notes;
a)The line at build.prop ro.sf.lcd_density=320 was NOT added to file so resolution was very small having a guess of 200 default.
b) Default Network was set to 10 instead of what would be for us 9 (ro.telephony.default_network=10)
Other then that everything seen to work.
Related
PC USB Storage let me know can some one tell me if this works??
FOUND BY darkierawr ON ACS FORUMS PLEASE REPORT BACK
https://www.sugarsync.com/pf/D7888377_2344162_851529
IF SOME OF YOU HAVE BEEN HAVING ISSUES I AM SORRY LINK IS BACK UP AND WORKING PLEASE PM ME OR HIT ME UP ON GTALK IF THE LINK IS DOWN AGAIN..
Welcome!!! A lot of you are Wondering where *Insanemod* has gone? Well he has been banned, so i have been appointed to keeping up on the miui4eva thread.... So here it is.. I take no Credit for This rom other than Giving Insanemod the idea a few links on how to do it, as well as being a tester and giving him suggestions and help getting MIUI4EVA out of the pre-beta state, not done yet give us some time!!
Thanks: @Dhacker29 for using his ics rom as a base. @Gunnermike53 for help with scripts. If i missed you let me know and i will update the o.p.
*NOTE* YOU MUST BE ON .902 SYSTEM, WIPE EVERYTHING!!!
CHANGELOG:
3/6/12
added new "market" play store
added new bad azz boot sound!!! DONT HATE!!
3/8/12
Added new "google music" play music..
WORKING:
4g (go to gsm only then wait for flash and go back to cdma/lte)
3g (*#*#4636#*#* then toggle gsm only then go to LTE/CDMA then go to CDMA only)
WiFi
Camera
Phone Calls
Text Messaging
Internal SDcard mounts to PC
NOT WORKING:
Video Camera
Front Facing Camera
External SDcard does not mount to PC
BUGLIST:
Data drops here and there
3g intermittent might be by location
Can't change wallpaper, well you can but your wallpaper will be black
Minor graphical glitches might be due to porting phone resolution or the cm9 buiId
Storage space inaccurate.
4g drains battery quickly... The team will have to do some more tests
*Themes* sms and dialer themes don't stick nor work... trying to figure this out..
IF I MISSED ANYTHING LET ME KNOW AND I WILL UPDATE THE OP!!!
ADDED APPS:
DSPManager
Phoneinfo
Pandora
Apex Launcher
RomToolbox
WiFi Tether
Phasebeam (ICS livewallpaper)
inserted badazz bootsound!!
Play Store
*RESERVED FOR SCREENSHOTS*
FOLLOW US ON TWITTER:
https://twitter.com/#!/iNsAnEmOd
https://twitter.com/#!/miui4eva
DOWNLOADS HERE....
http://gunnermike53.com/Themers/iNsAnEmOd/Miui4eva Roms/miui4eva_pre-Beta_03-08-2012.zip
Note: Those of you that don't want the "dub dub" on start up simple process get root explorer or just via pc go to system/media and there is a file called audio_mp3 delete it problem solved!!
I Flashed it last night. Phone calls still don't work. On a call, can't here the other side and visa verse. Everything else looks pretty good.
Can we get a changelog? Thanks for the update!
Sent from my Transformer TF101 using Tapatalk
phone calls don't work...??? this is new to me i have never head of this issue i look into this.. are you in a good area signal wise???
sure i will attach a changelog as soon as i can need to get with insanemod so give it a bit ill get it up by tonight..
Thank you! How's the progress going on some of these bugs? Is dhacker willing to toss his skills into the MIUI ring? However, there are some, like me, who will take even a buggy MIUI over any other ROM. Nice work gentlemen!!
we do have some other helping us along the way... i give it a couple weeks and we should have the bugs out..
ratfinkstooley said:
Thank you! How's the progress going on some of these bugs? Is dhacker willing to toss his skills into the MIUI ring? However, there are some, like me, who will take even a buggy MIUI over any other ROM. Nice work gentlemen!!
Click to expand...
Click to collapse
just spoke with insanemod and look as if @hashcode is helping out with a lot of the bugs.. just a little fyi.. but keep in mind it is a hell of a process..
sweet! Thanks for the update! MIUI 4 EVA!
Bfitz26 said:
phone calls don't work...??? this is new to me i have never head of this issue i look into this.. are you in a good area signal wise???
Click to expand...
Click to collapse
Yes. i am. i have no prob when I go back to OEM GB ROM. Works fine with Bluetooth just the phone itself no sound coming out of the earpiece and speaker.
what system version are you on 902?? and did you wipe data dalvic/cache and cache?? i know dumb question but just making sure..
Bfitz26 said:
what system version are you on 902?? and did you wipe data dalvic/cache and cache?? i know dumb question but just making sure..
Click to expand...
Click to collapse
I am on 902 and yes I did wipe everything, System,Data,Cache,Dalvik, Factory reset. i did everything. Still, I can make and receive calls but there is no sound through earpiece, speaker and mic.
i know there are a few people with this issue dhacker is one of them so i guess i just comes to finding a fix for it but were not sure what is causing this..
Bfitz26 said:
phone calls don't work...??? this is new to me i have never head of this issue i look into this.. are you in a good area signal wise???
Click to expand...
Click to collapse
hellow,i'm a chinese,my english not good.
i want ask,i used xda' rom for my droid bionic,every thing is working well,and run on cdma 1x & evdo ,singal is good,i copy a correct apns-conf.xml to /system/etc/,and chmod 644 for it, but have not data.the phone just can make call,go to internet by wifi,can not connect internet on evdo/1x data,how can i do to fix it?
What did insanemod get banned for?
Sent from my DROID BIONIC using Tapatalk
fankwong said:
hellow,i'm a chinese,my english not good.
i want ask,i used xda' rom for my droid bionic,every thing is working well,and run on cdma 1x & evdo ,singal is good,i copy a correct apns-conf.xml to /system/etc/,and chmod 644 for it, but have not data.the phone just can make call,go to internet by wifi,can not connect internet on evdo/1x data,how can i do to fix it?
Click to expand...
Click to collapse
Copying files are not necessary man download phone info included in app included in rom and toggle data between GSM. Auto and cdma/lte
Sent from my XT875 using Tapatalk
neo4uo said:
What did insanemod get banned for?
Sent from my DROID BIONIC using Tapatalk
Click to expand...
Click to collapse
Double profiles I guess..
Sent from my XT875 using Tapatalk
fankwong said:
hellow,i'm a chinese,my english not good.
i want ask,i used xda' rom for my droid bionic,every thing is working well,and run on cdma 1x & evdo ,singal is good,i copy a correct apns-conf.xml to /system/etc/,and chmod 644 for it, but have not data.the phone just can make call,go to internet by wifi,can not connect internet on evdo/1x data,how can i do to fix it?
Click to expand...
Click to collapse
Do you have working 3g before flashing this rom? Do you use bionic with your local chinese provider?
To get data use phone info I don't know anything about Chinese providers you have to toggle data on every boot
Sent from my DROID BIONIC using Tapatalk
I get the feeling I was just trolled. After flashing this from Safestrap my phone booted into an MIUI splash screen and screamed Dubstep at me for a minute and a half. Still hasn't gotten past the splash.
Just seen the Open webOS ported to the Galaxy Nexus on xda's front page.
Really interested to know whether someone would be porting it to the nexus 7?
I know its early days for Open webOS now but, I really enjoy using it on my Pre.
Thanks
Better get on it
Sent from my MB855 using Tapatalk 2
It'll happen eventually I'm sure.
I Am Marino said:
It'll happen eventually I'm sure.
Click to expand...
Click to collapse
+1
The best things always get ported to the best devices
Oh god yes. I want webOS on this thing - just for multitasking alone. Android doesn't even come close (and yes, I tried V6 supercharger, mcTweaker, changing my kernel, Overskreen, changing OOM values, ROM Toolkit, all the build.prop tweaks, Startup Manager, Autokill Memory Manager)
SilverHedgehog said:
Oh god yes. I want webOS on this thing - just for multitasking alone. Android doesn't even come close (and yes, I tried V6 supercharger, mcTweaker, changing my kernel, Overskreen, changing OOM values, ROM Toolkit, all the build.prop tweaks, Startup Manager, Autokill Memory Manager)
Click to expand...
Click to collapse
I had a Touchpad for a while.. WebOS was nice... was always missing too many need applications to be able to use it all the time, but I truly did enjoy it.
Well, apparently there's a Dalvik emulator coming out soon - so Android apps will appear, just like on Blackberry Playbook.
Besides, I really like how webOS is closer to proper Linux - to the point where people can run distros as cards.
Thank god it's not just me wanting this, fingers crossed the team behind the nexus port releases their methods and findings soon.
I've been lurking around this since I heard the news of open webOS, well this and native Linux .
Sent from my HTC One X using xda premium
We need a WebOS/Android hybrid.
I Am Marino said:
We need a WebOS/Android hybrid.
Click to expand...
Click to collapse
Well, that'll take a lot of work - pretty much the only similarity between Android and webOS is the Linux kernel.
However apparently there is some sort of an emulator in development.
---------- Post added at 09:04 PM ---------- Previous post was at 08:13 PM ----------
Anybody wants to start a bounty thread?
I'd throw in some money for a daily driver port (aka working wifi and gpu acceleration).
I want a port for the Nexus One, G2X, and Nexus 7, maybe the G1 or even then Archos 5 7th generation. If I had free time I would give it a try. It would be my first time but they posted the sources and some basic instructions, so I just have to look around for what I need to change to specific devices.
Rafase282 said:
I want a port for the Nexus One, G2X, and Nexus 7, maybe the G1 or even then Archos 5 7th generation. If I had free time I would give it a try. It would be my first time but they posted the sources and some basic instructions, so I just have to look around for what I need to change to specific devices.
Click to expand...
Click to collapse
It probably will be incredibly difficult for any pre-2011 phone.
Please focus on Nexus 7 first.
Im sure it wont be long before we see it on the N7, I am no wiz when it comes to this but I would assume that if it is possible to get it working on the Nexus then it shouldnt be to much more of an effort to get it going on the N7 being in the Nexus family and all.
I Am Marino said:
We need a WebOS/Android hybrid.
Click to expand...
Click to collapse
Wandroid? Aweb? WaOS?
bmstrong said:
Wandroid? Aweb? WaOS?
Click to expand...
Click to collapse
Webdroid.
There's no need to merge, if only somebody could get webOS-style true multitasking implemented in Android.
bmstrong said:
Wandroid? Aweb? WaOS?
Click to expand...
Click to collapse
WandOS.
:/
Any news?
Link to the development thread:
http://forum.xda-developers.com/showthread.php?p=36557376#post36557376
After mindlessly toying with the RAZR M's CM10 build, and with help from mattlgroff, I was finally able to get CM10 with working data and WiFi to work on our beloved Atrix HD! Just one minor thing I'd like to squash out before I post it here on XDA which is getting usb storage to work. Even if it's just MTP (I may have found a way to get the old USB Mass Storage working if someone would like to link me to a system dump of the AHD's ICS build. This will likely work on all AHD JB builds.)
Here's some screenshots to wet your taste buds.
Note: The data icon doesn't show bars when connected to data but shows 3G, H, and H+, and the WiFi icon will remain gray.
--edit--
Hours of research have given way to a fix for the carrier issue. About to fire up the computer and hopefully get a fully functional CM10 (minus the USB mode) port for the AHD.
Beautiful!
Although the Wi-Fi icon is still grey, are you able to sign into Google services, including Google now?
Sent from my phone.
Not completely sure. Just downloaded the CM10 gapps so I'm about to flash it and continue testing. I read somewhere on here a while back on how to get usb to work but I've been unable to find it for some reason.
Quick Google search brought this up:
http://forum.xda-developers.com/showthread.php?t=1800935
Sent from my phone.
Markyzz said:
Quick Google search brought this up:
http://forum.xda-developers.com/showthread.php?t=1800935
Sent from my phone.
Click to expand...
Click to collapse
I meant getting usb to work at all on the CM10 ports for the AHD. Seems like I was wrong. Devs are hard at work figuring this out for us.
You could always try Gapps4BatakangROMv3. Worth a shot anyway.
http://batakang.com/ftp/Gapp/Gapps4BatakangROMv3.zip
mattlgroff said:
You could always try Gapps4BatakangROMv3. Worth a shot anyway.
http://batakang.com/ftp/Gapp/Gapps4BatakangROMv3.zip
Click to expand...
Click to collapse
Well, that certainly fixed the WiFi icon. Able to get into the Play store and Google Now is functional. Only problem is that com.android.phone crashes when making a call. Hopefully I can get this working or the only way to make a call is to NOT hit okay when it crashes, then hitting okay to hang up lol.
Awesome! Hoping for good news! Keep at it!
I think I may have found a way to make usb work. Cross your fingers.
--edit--
Alright, no usb storage lol. BUT. I was able to stop the phone from crashing repeatedly and you are now able to make calls normally. One last test to make sure market is working as it should and I shall be releasing what I have so far.
Neroga said:
I think I may have found a way to make usb work. Cross your fingers.
--edit--
Alright, no usb storage lol. BUT. I was able to stop the phone from crashing repeatedly and you are now able to make calls normally. One last test to make sure market is working as it should and I shall be releasing what I have so far.
Click to expand...
Click to collapse
--edit--
Thought I had everything up and running. Data, wifi, calling, and market all work. Can't send texts for some reason, though.
Is there any graphics problems as Razr M has a qHD resolution? Thanks for your work,Neroga..
Great progress man, thanks for all the work. Can't wait for it to become a daily driver
Sent from my MB886 using Tapatalk 2
huatz84 said:
Is there any graphics problems as Razr M has a qHD resolution? Thanks for your work,Neroga..
Click to expand...
Click to collapse
Upped the DPI to 320 (came with 240) and no problems at all. Smooth as butter. I passed out after literally messing with it all day, yesterday. Gonna upload what I have so far once I get out of work for people to mess with.
Abu-7abash said:
Great progress man, thanks for all the work. Can't wait for it to become a daily driver
Sent from my MB886 using Tapatalk 2
Click to expand...
Click to collapse
Hopefully someone can find something I haven't tried to get some kind of signal for texting. Gonna have to make a modded gapps, though. The com.android.phone crashing problem is directly linked to phonesky.apk. Boot up, signal, receive texts, repeated crash and no signal after.
Sent from my Atrix HD MAXX
Any updates?
Sent from my phone.
Waiting on a reply from dhacker. Being a stickler for protocol, I won't post it until I get the okay from him.
Sent from my Atrix HD MAXX
Neroga said:
Waiting on a reply from dhacker. Being a stickler for protocol, I won't post it until I get the okay from him.
Sent from my Atrix HD MAXX
Click to expand...
Click to collapse
That's cool. We're all waiting patiently for his response
Just to clarify in case someone doesn't know what you're talking about, you're asking for permission to post your port of his open source cm10 port?
Sent from my phone.
if it's open source I don't really understand why you want permission from him...
Markyzz said:
That's cool. We're all waiting patiently for his response
Just to clarify in case someone doesn't know what you're talking about, you're asking for permission to post your port of his open source cm10 port?
Sent from my phone.
Click to expand...
Click to collapse
centipedes said:
if it's open source I don't really understand why you want permission from him...
Click to expand...
Click to collapse
He took the time to build it from source which I did not. 99% of the work is his. Seeing as he isn't responding, I may just post it giving him credit with a link to the original thread.
Please please please post it.. I've been religiously checking this thread since I first saw it and the last couple of days have been hell because I know it's so so close.That being said, I'm pretty much begging you to post it. Oh, and is there anything that currently doesn't work right on it or is it now fit to daily drive?
insoundd said:
Please please please post it.. I've been religiously checking this thread since I first saw it and the last couple of days have been hell because I know it's so so close.That being said, I'm pretty much begging you to post it. Oh, and is there anything that currently doesn't work right on it or is it now fit to daily drive?
Click to expand...
Click to collapse
In the process of making a thread on the dev section.
Can't send / receive texts and installing gapps will cause com.android.phone to crash repeatedly. So make a backup of your apks before flashing this.
Here we talk about everything android 4.3 for the htc holiday
We have a reason for this thread?
*drool*
Sent from my Vivid 4G using Tapatalk 4
rignfool said:
We have a reason for this thread?
*drool*
Sent from my Vivid 4G using Tapatalk 4
Click to expand...
Click to collapse
It hair to have discussions and have progress reports if possible.
Sent from my HTC One using Tapatalk 4 beta
**Press the thanks button if I have helped you.
rignfool said:
We have a reason for this thread?
*drool*
Sent from my Vivid 4G using Tapatalk 4
Click to expand...
Click to collapse
Possibly. Could be a few more months could be a week.. Dunno yet
bilibox said:
Possibly. Could be a few more months could be a week.. Dunno yet
Click to expand...
Click to collapse
Well we shall wait no more I just booted up 4.3 on my phone with the aid of albinoman. I thought this day would never come.
WildfireDEV said:
Well we shall wait no more I just booted up 4.3 on my phone with the aid of albinoman. I thought this day would never come.
Click to expand...
Click to collapse
What do I do to get it to boot I just got stuck at the boot animation.
TheROMGuy said:
What do I do to get it to boot I just got stuck at the boot animation.
Click to expand...
Click to collapse
Wait until a thread is posted.. All I can say is that its booted.. That's it. Its going to take a little work before anything is usable
Sent from my Vivid 4G using Tapatalk 4
bilibox said:
Wait until a thread is posted.. All I can say is that its booted.. That's it. Its going to take a little work before anything is usable
Sent from my Vivid 4G using Tapatalk 4
Click to expand...
Click to collapse
Yeah I know that but meh....
bilibox said:
Wait until a thread is posted.. All I can say is that its booted.. That's it. Its going to take a little work before anything is usable
Sent from my Vivid 4G using Tapatalk 4
Click to expand...
Click to collapse
Wildfire, patience I note is a virtue...and given the short amount of time this device went to several stable 4.2.2 versions, it's worth the wait. Meanwhile I'm going to figure out which GAPPS is compatible with 4.3, because the 20130308 version doesn't appear to be..
Wolfhawke said:
Wildfire, patience I note is a virtue...and given the short amount of time this device went to several stable 4.2.2 versions, it's worth the wait. Meanwhile I'm going to figure out which GAPPS is compatible with 4.3, because the 20130308 version doesn't appear to be..
Click to expand...
Click to collapse
http://goo.im/gapps
20130813
bilibox said:
http://goo.im/gapps
20130813
Click to expand...
Click to collapse
Ok...so the gapps I have that works with PACman Milestone (20130812) is probably ok?
(5 mins later after reading another thread) CRAP! nope that gapps is for 10.1/4.2.2 not 10.2/4.3.X!!!!
I apologize to the moderators since this is in the wrong place, but I can't post to the development forums yet. In response to albinoman887's request to test in the thread http://forum.xda-developers.com/showthread.php?t=2343586&page=76 I flashed the zip released this morning and then flashed the boot.img. I have also removed the linero.config.svdo=true from my build.prop. The radio is not getting a stable connection. Wifi and camera work and I can see both the internal and external SD cards. If you need anything further, I'll be happy to test for you.
A little more information: When it's not working, I can go into the APN list and it's blank. Clicking on add then backing out if it causes all of the AT&T APNs to appear. It won't fix the issue however, because after a few seconds it clears out again.
csosbee said:
I apologize to the moderators since this is in the wrong place, but I can't post to the development forums yet. In response to albinoman887's request to test in the thread http://forum.xda-developers.com/showthread.php?t=2343586&page=76 I flashed the zip released this morning and then flashed the boot.img. I have also removed the linero.config.svdo=true from my build.prop. The radio is not getting a stable connection. Wifi and camera work and I can see both the internal and external SD cards. If you need anything further, I'll be happy to test for you.
A little more information: When it's not working, I can go into the APN list and it's blank. Clicking on add then backing out if it causes all of the AT&T APNs to appear. It won't fix the issue however, because after a few seconds it clears out again.
Click to expand...
Click to collapse
hey there. try two things.. first of all... add that build prop setting back.. reboot.. when you get the apns to come up again. check the default apm. see what the APN type is, is it just default? if it is, delete it and find the apn that has this as APN type : default, supl, hipri. then set that apn to default...
i found this "fix" here.. by googling your issue dont know if it will fix or not...but i guess you do want that build.prop setting i just talked to dastin
herse where i found tha ttip if you wanna read more: https://code.google.com/p/android/issues/detail?id=40203
also hit me up on gtalk/hangouts if you use it and are a knowlegable computer user who knows how to flash things manually copy files etc. i'm sending yo a pm with my email address
albinoman887 said:
hey there. try two things.. first of all... add that build prop setting back.. reboot.. when you get the apns to come up again. check the default apm. see what the APN type is, is it just default? if it is, delete it and find the apn that has this as APN type : default, supl, hipri. then set that apn to default...
i found this "fix" here.. by googling your issue dont know if it will fix or not...but i guess you do want that build.prop setting i just talked to dastin
herse where i found tha ttip if you wanna read more: https://code.google.com/p/android/issues/detail?id=40203
also hit me up on gtalk/hangouts if you use it and are a knowlegable computer user who knows how to flash things manually copy files etc. i'm sending yo a pm with my email address
Click to expand...
Click to collapse
The default APN is ATT Phone and the type is default,supl,mms.
I created a new one like the previous ATT Phone, except for changing the APN type to what you suggested above. Still getting the same results.
csosbee said:
The default APN is ATT Phone and the type is default,supl,mms.
I created a new one like the previous ATT Phone, except for changing the APN type to what you suggested above. Still getting the same results.
Click to expand...
Click to collapse
yeah. i think you want ATT LTE to be default. look through all of them and find the one that says APN type default, supl, hipri. and make that your default
EDIT: yeah i dont think its just that setting that is different...there are more...so instead do what i said above. look for the one that is already set up with that as the apn type. (i think its ATT LTE) and set it as default
albinoman887 said:
yeah. i think you want ATT LTE to be default. look through all of them and find the one that says APN type default, supl, hipri. and make that your default
EDIT: yeah i dont think its just that setting that is different...there are more...so instead do what i said above. look for the one that is already set up with that as the apn type. (i think its ATT LTE) and set it as default
Click to expand...
Click to collapse
Yeah. After looking at them I believe you are right about the ATT LTE. I'm fixing to make the change and I'll let you know the results.
csosbee said:
Yeah. After looking at them I believe you are right about the ATT LTE. I'm fixing to make the change and I'll let you know the results.
Click to expand...
Click to collapse
ok, hey 3 more posts and you can post in the dev forum!
Something went wrong, as now I can't get the APNs to show up at all. I'm going to wipe and start over. If you need me on hangouts I'm there for a little bit. I'll have a meeting to go to in about an hour and a half.
---------- Post added at 01:09 PM ---------- Previous post was at 12:36 PM ----------
---------- Post added at 01:16 PM ---------- Previous post was at 01:09 PM ----------
One thing I've noticed just now is that as long as I'm connected to wifi, the radio is stable. I can make calls, send texts, etc. The APN list doesn't disappear either. Hope that helps.
---------- Post added at 01:20 PM ---------- Previous post was at 01:16 PM ----------
Yeah this seems to be related to wifi somehow. Calls instantly go to voicemail with wifi turned off. With it turned on I can get my calls and I'm showing a 4G connection.
Same results as far as the data / radio with the 08/26 11:25AM build. I can say that the camera works for me...even Focal. I can also state that both internal and external SD cards work as well as wifi.
FYI: I've deleted all APNs except for the ATT LTE one and I've set it as default.
---------- Post added at 02:45 PM ---------- Previous post was at 02:36 PM ----------
There are three Preferred network modes available:
LTE/WCDMA
LTE/GSM/WCDMA (the default)
GSM/WCDMA preferred
When I try to change to a different one, it reverts back to LTE/GSM/WCDMA
We may have the signal issue under wraps. Unless albino wants to use the newer libril then he will do testing and my new pac rom will update to that once it has stability. currently we are working on camera and maybe even fixing sdcard mounting via usb mass storage
Is there any solution yet for unlocking tethering on the n dev preview? the old 6.0 build.prop edit no longer works.
MarkGbe said:
Is there any solution yet for unlocking tethering on the n dev preview? the old 6.0 build.prop edit no longer works.
Click to expand...
Click to collapse
No one is bothering to work on an alpha build. Nothing will be done until the OS is released in 7 months or so. This is not meant to be a daily driver.
This is why developers get so upset when these builds are published to normal people.
MarkGbe said:
Is there any solution yet for unlocking tethering on the n dev preview? the old 6.0 build.prop edit no longer works.
Click to expand...
Click to collapse
I haven't installed N yet, but this build prop editor that I have used before was just updated with N support.
https://play.google.com/store/apps/details?id=com.jrummy.apps.build.prop.editor
zelendel said:
No one is bothering to work on an alpha build. Nothing will be done until the OS is released in 7 months or so. This is not meant to be a daily driver.
This is why developers get so upset when these builds are published to normal people.
Click to expand...
Click to collapse
well to be fair, google is using the phrase "android beta", and making this open as an OTA for a reason. From my usage so far, the N beta seems very daily driver friendly, friendlier than L, M previews were the past two years.
i think these "Devs" you speak of can probably calm their testicles... Unless i'm mistaken, this community is for everyone, regardless of what the website name is.
I'm not here asking for Johnny hacker codemaster extraordinaire to fire up some chillstep and fix this for me. I'm simply posing a question to the community. Perhaps a lowly peasant Joe shmoe has come across something, and would see my post and share.
JimSmith94 said:
I haven't installed N yet, but this build prop editor that I have used before was just updated with N support.
https://play.google.com/store/apps/details?id=com.jrummy.apps.build.prop.editor
Click to expand...
Click to collapse
appreciate the response. Unfortunately, the method i use is via custom recovery with adb, and no luck. I was able to successfully edit the build prop via this method, but the net.tethering.noprovisioning=true line no longer seems to have any effect like it did in Lollipop and Marshmallow.
MarkGbe said:
well to be fair, google is using the phrase "android beta", and making this open as an OTA for a reason. From my usage so far, the N beta seems very daily driver friendly, friendlier than L, M previews were the past two years.
i think these "Devs" you speak of can probably calm their testicles... Unless i'm mistaken, this community is for everyone, regardless of the website name is.
I'm not here asking for Johnny hacker codemaster extraordinaire to fire up some chillstep and fix this for me. I'm simply posing a question to the community. Perhaps a lowly peasant Joe shmoe has come across something, and would see my post and share.
Click to expand...
Click to collapse
Yes they did release it for a reason. So app developers have an idea of the changes coming. It is not meant as a daily driver.
You have no idea how people are laughing at requests like this.
No this Alpha build was just released yesterday and to be honest most people that could help with this are not even running it. Only people that dont know better are using it.
tethering works fine right out of the box on N, no need to unlock it. unless you are asking to tether "free" on your provider, then you have to just find your way for now.
This works I just tested it. Im on verizon udp. turn off wifi. First eject sim card (don't need to take it all the way out). turn on hotspot through settings not the quick tile. As soon as you toggle the hotspot on push the sim card back in.
zelendel said:
Yes they did release it for a reason. So app developers have an idea of the changes coming. It is not meant as a daily driver.
You have no idea how people are laughing at requests like this.
No this Alpha build was just released yesterday and to be honest most people that could help with this are not even running it. Only people that dont know better are using it.
Click to expand...
Click to collapse
Google made this available as an OTA via the beta program so that even non super elite devs can check it out. Yes it's not meant for daily use, that part is clear on the beta page; yell down from your high horse when you have some inside info that the general public is not aware of.
Once again, this post is CLEARLY NOT a "request" like you're going on about. As an android enthusiast, i'm here discussing the next version of android with other enthusiasts.
Rudy_Ruettiger said:
This works I just tested it. Im on verizon udp. turn off wifi. First eject sim card (don't need to take it all the way out). turn on hotspot through settings not the quick tile. As soon as you toggle the hotspot on push the sim card back in.
Click to expand...
Click to collapse
hmm, yeah tried this method as well. once the sim is back in, hotspot toggles back off, I'll have to fool with it some more.
thanks
simms22 said:
tethering works fine right out of the box on N, no need to unlock it. unless you are asking to tether "free" on your provider, then you have to just find your way for now.
Click to expand...
Click to collapse
says the guy with many threads started about build.prop edits.
Yeah, i'm still fooling with it so we'll see if i can come up with anything.
MarkGbe said:
hmm, yeah tried this method as well. once the sim is back in, hotspot toggles back off, I'll have to fool with it some more.
thanks
Click to expand...
Click to collapse
Its different than with marshmellow. You need to toggle the hotspot and push the sim card back in at the same time.
Rudy_Ruettiger said:
Its different than with marshmellow. You need to toggle the hotspot and push the sim card back in at the same time.
Click to expand...
Click to collapse
will give it a shot, ty sir.
I would like to know how to get tethering working as well. This is pretty much the only thing holding me back from trying the N preview.
I also think this is a perfectly valid question. Posted in the right place. Having absolutely nothing to do with any developers here.
Rudy_Ruettiger said:
Its different than with marshmellow. You need to toggle the hotspot and push the sim card back in at the same time.
Click to expand...
Click to collapse
no go for me. Must be something with the APN maybe and/or ATT. more digging.
MarkGbe said:
says the guy with many threads started about build.prop edits.
Yeah, i'm still fooling with it so we'll see if i can come up with anything.
Click to expand...
Click to collapse
I don't have many threads about build.prop edits. I speak up against most build.prop editing threads.. :angel:
Well as tethering is enabled by default then your question is answered. If you want to do it for free then that bypasses a paid service which would make it warez and banned from the site.
If you want to tether then pay for the option. Simple solution.
zelendel said:
Well as tethering is enabled by default then your question is answered. If you want to do it for free then that bypasses a paid service which would make it warez and banned from the site.
If you want to tether then pay for the option. Simple solution.
Click to expand...
Click to collapse
warez now huh.. you're adorable.
MarkGbe said:
warez now huh.. you're adorable.
Click to expand...
Click to collapse
Just not wanting to have to ban people.
If it is enabled by default then you guys are good.
Bypassing paid services is against the rules. Plain and simple.
I'm guessing when they get root working better, able to write, I bet the old build.prop edit will work fine.