[Discussion][ROM][S4][WIP] CM10 on HTC One S [Nightlies] PLEASE READ FAQ in the OP

Search This thread

eXtatic@XDA

Senior Member
Aug 21, 2013
58
11
Hi guys,

since CM10.2 nighlty 09/05 the built-in CM Updater isn't able to find updates and just closed after a while or when touching the screen again.
Manually downloaded 09/13 and flashed it in TWRP but the issue remains unchanged.
Already deactivated - cleared - activated CM Updater but doesn't work.

Any other ideas?


eXtatic
 

Mirko_86

New member
Sep 30, 2013
1
0
OTG Support on Cm 10.1.3 final

I pointed out that there is nomore OTG support on 10.1.3
Any ideas for 3rd party software?
I really need this feature but i don't want to downgrade
 

cvmiller

New member
Aug 22, 2012
2
0
SLAAC and IPv6 default gateway

Hmmm. Replying to my own post here. This seemed to fix it:

sysctl net.ipv6.conf.wlan0.accept_ra_defrtr=1

I suppose this would work with DHCPv6, but not with SLAAC. What's the best way to change that setting? I'm a bit of a newbie with this stuff on android.

Rich

Actually Rich, DHCPv6 would _not_ help you since in IPv6, the default gateway still comes from the router advertisement. So you need to accept_ra to be on in either case.

I have recently found that on my Sony (v4.2.2) they turned on ipv6_forwarding (which disables SLAAC). I used sysctl to disable forwarding and now SLAAC works great.

I hope this helps,

Craig...

---------- Post added at 09:57 PM ---------- Previous post was at 09:49 PM ----------

Hi Folks-

Me again. Now I'm trying to get that sysctl setting to survive a reboot. I've created a /system/etc/sysctl.conf file with the proper setting. Running "sysctl -p" works and everything is fine there. Now I'm trying to add a script in /etc/init.d to run "sysctl -p" and that didn't work. Then I tried putting the script into /data/local/userinit.d and that didn't work. Can anyone tell me where to put the darn thing? The sysctl.conf setting works, I just need to run "sysctl -p" on bootup. Here's what it looks like:

root@android:/etc/init.d # cat 99sysctl
#!/system/bin/sh
sysctl -p
root@android:/etc/init.d # ls -al 99sysctl
-rwxr-xr-x root shell 27 2012-08-01 20:55 99sysctl
root@android:/etc/init.d #

root@android:/data/local/userinit.d # cat 99sysctl
#!/system/bin/sh
sysctl -p
root@android:/data/local/userinit.d # ls -al
-rwxr-xr-x root root 27 2012-08-01 21:02 99sysctl
root@android:/data/local/userinit.d #

Rich

Rich,

I think you can put the init.d script in /system/etc/init.d, but there is no $PATH set, so you have to give the full path to sysctl. You 99sysctl shoud look like:
Code:
/system/xbin/sysctl -p /system/etc/sysctl.conf

Kind of late in replying, but I only just figured this out myself (to turn off ipv6 forwarding, which was preventing SLAAC)

Craig...
 

Top Liked Posts

  • There are no posts matching your filters.
  • 32
    (all credit goes to xkonni, intervigil & the others behind CM10!)



    FAQ / Q&A​
    Some known problems/bugs & their (hopefully working) workarounds:

    Note: before complaining, please try a clean (wipe everything at least 3 times) installation first!
    & PLEASE READ AT LEAST THE LAST 5 PAGES OF THIS THREAD!

    1. Wi-Fi is not working:

      • Make sure you flashed the right boot.img with fastboot
      • if your Wi-Fi Channel is higher than 10, try a lower one
      • try changing your wifi country code in Settings / Wifi / Menu / Advance to e.g. Europe or US
    2. App-Switch is no longer "Menu" by default:

      • go to Settings - System - Hardware keys
      • configure it like you want
    3. Do I need to flash the boot.img manually in fastboot?:

      • No, if you're using TWRP and are on a Hboot-version lower than 1.13
      • Yes, if you're using any other recovery (like CWM)
      • Yes, if you're using TWRP and your ville has the Hboot-version 1.13 or higher
    4. Phone doesn't boot beyond the CM-Bootanimation:

      • download the boot.img for the build you're running here, or extract it from the .zip you flashed
      • flash the (right!) boot.img in fastboot
      • if you erased/deleted cache in fastboot, go into recovery and erase it again
    5. Notification LED's don't work:

      • go to Settings - Display - Notification Light - Use custom values
      • Set it (green/red) for every app just like you want it to be
    6. App XY doens't work:

      • try clearing cache or/and data
      • try fixing permissions
    7. Massive battery drain & device is getting hot: (should not happen anymore)

      • enable 2G only
      • update to the latest radio, fix permissions and clear the caches
      • try a simple reboot
      • turn off Google Now & location history (you will still get the answercards when using voice search)
      • reboot everytime after you are using camera or gallery
      • turn off/disconnect GPS Services, reboot & keep them unconnected/turned off (thanks to djsubtronic)
      • [advanced: deactivate gallery & try e.g. Quickpic & ICS Camera (don't forget to reboot after using camera)]
      • turn off WiFi if you don't need it and you're not connected
      • adjust the screen-off time & the brightness
      • recalibrate battery
    8. "SIM Network Unlock PIN" gets asked for: (should not happen anymore)

      • just hit "Dismiss"
    9. only a handful of ringtones are shown: (should not happen anymore)

      • download the app zedge
      • download & set the ringtones you like just as you like
    10. Sound/Music/whatever only plays through the speakers: (should not happen anymore)

    Please tell me what to add/delete!






    hey folks,

    I decided (& asked for xkonnis permission) to open a new thread where we can talk about the new features and things that (don't) work yet to keep the original CM10 DEVELOPMENT Thread clean!

    Nightlies can be found here:
    http://get.cm/?device=ville
    [watch out that you DON'T FLASH CM9 OVER CM10!]


    please note that atm these builds (& the nightlies!) are not stable, & you should only flash this if you are REALLY comfortable with it.
    You should also be experienced in flashing & fastboot, adb & other stuff.
    If you aren't then better read, read & read!
    Nobody is responsible if this breaks or bricks your phone other than yourself!!!


    a short statement from xkonni in another thread
    About this ROM
    Community effort to bring CyanogenMod to the HTC One S aka Ville.

    Disclaimer
    Code:
    This is no finished rom!
    It has bugs and issues that still need to be fixed.
    [...]

    CM10
    We are working on CM10. This is all you get. No ETA, no 'will feature xy be merged' nothing.

    Gapps can be found here: http://goo.im/gapps
    For a changelog visit github & gerrit
    Submit your Logcats here:
    http://paste.giev.de (select logcat for highlighting!)
    or: in the official Development Thread for CM10 on the Ville




    Here are the radios for CM10. Remember these don't change the radio version as reported in hboot. Rather they change the radio version used in CM10 under settings -> about phone.

    EU_0.16 Radio
    EU_1.06s Radio
    EU_1.06es Radio
    TMoUS_0.16
    TMoUS_1.08ts Radio











    So who tried it? what is working & what isn't?

    working:
    • mostly everything
    • Camera wakelock is fixed
    • appearance of the SIM unlock message is fixed
    • Headphones/-sets are recognized & work even in calls
    • In-Call Echo Fixed (once again)
    • Grafical glitches (e.g. for notifications) are fixed
    • WiFi-Hotspot
    • Receiving/answering calls
    • WiFi
    • Sending/Receiving a mms & sms
    • GPS seems to lock/work
    • Touchscreen
    • Google Now (also starting from the lockscreen)
    • Data & Network (for some users it seems to drop once in a while)
    • SD card
    • Sound
    • CRT-Screen-off animation
    • USB Mass Storage
    • ADB
    • Bluetooth, Bluetooth tethering & Bluetooth Audio
    • Quick toggles in navigationbar
    • Notification LED / LED in general
    • Lockscreen
    • Button Layout configurable
    • & of course: Google Now & Project Butter (& all the other sweets that come with 4.1(.1))
    WHEN YOU ARE REPORTING SOMETHING WHICH IS WORKING PLEASE ADD THE EXACT NAME OF THE BUILD YOU ARE ON!

    Not working:
    • swiping from the screen to the softkeys activates them
    • Headset icon doesn't show.
    WHEN YOU ARE REPORTING SOMETHING WHICH IS NOT WORKING PLEASE ADD THE EXACT NAME OF THE BUILD YOU ARE ON!







    a little video, thanks to hansthegeek:


    Screenshots:

    5d82e725-55c1-098c.jpg


    Screenshot_2012-07-20-22-32-33.png
    11285310tw.jpg


    Screenshot_2012-07-20-22-34-11.png
    5d82e725-56cd-9e07.jpg

    (thanks to nicxus & hansthegeek)

    (all credit goes to xkonni, intervigil & the others behind CM10!)
    Please think about DONATING TO XKONNI & intervigil!
    17
    cm-10-20120722-EXPERIMENTAL-ville-1.zip
    intervigil fixed signal strength display, and i sorted out some (but not all) camera problems.

    you can start the camera from the lockscreen by swiping left and it can take still pics + panorama.
    note that after taking a pic you need to restart the camera app as the preview is locking up and also the wake-lock we had on ics for a while is back. this means you will suffer a massive battery drain if you use the camera and don't restart your phone afterwards.
    the solution we used on ics unfortunately does not work on jellybean anymore.

    while this isn't ideal, its better than not being able to use the camera at all.
    10
    Does anyone know why the Play Music app sends Track and Artist info to my car stereo via Bluetooth on CM9 but does not on CM10 (or any other ROM for that matter?)

    I really like having that ability and I have only ever seen it on CM9.

    This was merged recently and should work in today's release iirc.





    I was wondering now that panorama is working in cm10 can't we have it on cm9 as well?

    Sent from my HTC One S

    If we sacrifice video recording completely, yes. But we're getting closer now to fixing that in jb and will backport it to ics once it works.

    Sent from my HTC One S
    9
    I haven't been able to figure out what the deal is with the graphical glitches. It's a webkit problem for sure, as it only manifests on WebViews (ie. Facebook, regular browser, Gmail message view, etc). I'm fairly certain it was caused by a set of patches a while back to WebKit, will have to dig around later.
    Been looking at kernel stuff recently, hoping to get a build released off the more recent 2.xx kernels soon.
    8
    Confirmed. It doesn't work for me either. I made sure to flash the boot.img too. Baseband version 016.31501S.17_2_10.23.31501S.10L

    uploading fix... forgot one of 8 patches... ;/